html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-size: 16px;
	color: #444444;
	font-family: 'Roboto', sans-serif;
}
* {
	box-sizing: border-box;
}
.niceGirl {
	margin-left: -11px;
	position: absolute;
	width: 130px;
	z-index: 20;
}
.header {
	width: 100%;
	background: rgba(255,255,255,.5);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 80px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 4px solid #0168b1;
	padding: 0 20px;
}
.link-beratung {
	display: none !important;
}
.header .nav > ul > li > *, .header .nav a {
	color: #444444;
	text-decoration: none;
	margin-left: 40px;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 1px;
}
.header .nav > ul > li > *:hover, .header .nav a:hover {
	color: #0168b1;
	text-decoration: none;
}
.nav ul {
	height: 100%;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bg {
	width: 100%;
	min-height: calc(100vh - 60px);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.bg:before {
	content: ' ';
	background-image: url('/img/garage_big_small.jpg');
	background-size: cover;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg:after {
	content: ' ';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	position: absolute;
	background: white;
	opacity: .7;
}
.main {
	max-width: 100%;
	background: white;
	width: 800px;
	padding: 20px;
	margin: auto;
	z-index: 10;
}
.main--xl {
	width: 950px;
}
.box-index__big {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
}
.box-index__big--content {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box-index__big--blue {
	background: #003d69;
	color: white;
}
.box-index {
	position: relative;
	overflow: hidden;
}
.box-index__banderole {
	background: #003d69 none repeat scroll 0 0;
	color: white;
	font-size: 0.8em;
	left: 0;
	line-height: 1.1em;
	padding: 8px 40px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	-webkit-transform: rotate(-45deg) translate(-37px, -24px);
	-ms-transform: rotate(-45deg) translate(-37px, -24px);
	transform: rotate(-45deg) translate(-37px, -24px);
	z-index: 1;
}
.box-index__down__arrow {
	border-color: white transparent transparent;
	border-style: solid;
	border-width: 50px 75px 0 75px;
	height: 0;
	left: 41%;
	margin-top: -68px;
	position: absolute;
	width: 0;
	z-index: 1000;
	min-height: 50px !important;
	height: 50px;
}

.box-index__width{
	width:100%;
}

.arrow_box {
	background: #f0f8fd;
	margin-top: -10px;
	position: absolute;
	left: 35%;
}
.arrow_box:after, .arrow_box:before {
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(240, 248, 253, 0);
	border-top-color: #f0f8fd;
	border-width: 40px;
	margin-left: -40px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 54px;
	margin-left: -54px;
}
.box-index__big__image {
	background-image: url('/img/wintergarten-vergleichen.jpg');
	position: relative;
	width: 50%;
	background-position: right center;
	background-size: cover;
}
.box-index__big__image--small {
	background-image: url('/img/garage_small.jpg');
	background-position: left center;
	min-width: 25%;
	width: 25%;
}
.box-index__big__image--small + .box-index__big__text {
	width: 75%;
}
.box-index__big__image:AFTER, .box-index__big__image:BEFORE {
	content: '';
	display: block;
	right: 0;
	width: 560px;
	height: 190px;
	background: #fff;
	position: absolute;
}
.box-index__big__image--small:AFTER, .box-index__big__image--small:BEFORE {
	right: 0px;
}
.box-index__big--blue .box-index__big__image:AFTER, .box-index__big--blue .box-index__big__image:BEFORE {
	background: #003d69;
}
.box-index__big__image:AFTER {
	bottom: 0;
	-webkit-transform: rotate(-70deg) translate(0px, 235px);
	-ms-transform: rotate(-70deg) translate(0px, 235px);
	transform: rotate(-70deg) translate(0px, 235px);
}
.box-index__big__image:BEFORE {
	-webkit-transform: rotate(70deg) translate(0, -235px);
	-ms-transform: rotate(70deg) translate(0, -235px);
	transform: rotate(70deg) translate(0, -235px);
	top: 0;
}
.box-index__big__image--no-css {
	background-image: url('/img/garage_comp.png');
	z-index: 100;
}
.box-index__big__image.box-index__big__image--small.box-index__big__image--no-css {
}
.box-index__big__image--no-css:AFTER {
	display: none;
}
.box-index__big__image--no-css:BEFORE {
	display: none;
}
.box-index__big__text {
	padding: 50px 25px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.h-padding--right-0 {
	padding-right: 0;
}
.box-index__big__text p {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 1em;
}
h1, h2, h3, h4 {
	font-weight: bold;
	font-weight: 500;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
.content h1 + h2 {
	font-size: 1.2em;
}
.content h1, .content h2, .content p {
	margin-bottom: 10px;
}
.content {
}
.content p {
	font-size: 1.2em;
	line-height: 1.3em;
}
.content__img {
	float: left;
	margin-right: 10px;
}
.display--block {
	display: block;
}
.hr {
	display: block;
	color: #99c3e0;
	border-top: 2px solid;
	margin: 20px 0;
}
.hr--little {
	width: 100%;
}
.box-index__info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0px 0px 0px;
}
.box-index__info > div {
	background: #f0f8fd;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 10px;
	padding: 15px;
	margin-top: 5px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 33%;
}
.box-index__info span {
	color: #4c7796;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2;
}
.margin-top--20 {
	margin-top: 20px;
}
.box-index__info .icon-outer {
	border-radius: 50%;
	background: #003d69 none repeat scroll 0 0;
	min-width: 3em;
	min-height: 3em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	width: 3em;
	height: 3em;
	font-size: 1.2em;
}
.box-index__info .icon-outer .icon {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}
.box-index__info .icon--svg {
	font-size: 2em;
	vertical-align: middle;
}
.box-index__info > div:last-child {
	margin-right: 0;
}
.btn {
	padding: 15px;
	text-decoration: none;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}
.btn--lg {
	font-size: 1.4em;
}
.btn--green {
	background: #0fa100;
	color: white;
}
.btn--orange {
	color: white;
	background: #ffb676; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fe8e2b 0%, #f47300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8e2b', endColorstr='#f47300', GradientType=0);
	border: 1px solid #ff7800;
}
.btn--orange:HOVER { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f47300 0%, #fe8e2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47300', endColorstr='#fe8e2b', GradientType=0);
	border: 1px solid #ff7800;

}
.btn__icon {
	margin-top: -15px;
	margin-bottom: -15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	margin-left: 15px;
}
b {
	font-weight: 500;
}
.box-secure-strip {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.box-secure {
	background: #003154 none repeat scroll 0 0;
	font-size: 1.2em;
	color: rgba(255,255,255,.5);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding:20px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: -1;
}
.box-secure > div {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.box-secure {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 27px;
	z-index: 1;
}

.box-secure svg {
	width: 1.1em;
	height: 1.1em;
	color: rgba(255,255,255,.5);
	fill: currentColor;
	margin-right: 10px;
}
small {
	font-size: .6em;
}
.box-index--invert .gv-form .step-90 h2 {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 15px;
	margin-bottom: 5px;
}
.icon--svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}
.icon--arrow-left {
	width: .5em;
	height: .5em;
	border-bottom: 2px solid;
	border-right: 2px solid;
	-webkit-transform: translate(-3px, 0px) rotate(-45deg);
	-ms-transform: translate(-3px, 0px) rotate(-45deg);
	transform: translate(-3px, 0px) rotate(-45deg);
}
header nav {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%;
	text-align: right;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
header nav > ul > li {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	height: 80px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
header nav b {
	font-weight: bold;
}
.nav .more ul {
	display: none;
}
.nav .more:hover ul {
	display: block;
	position: absolute;
	right: 0;
	background: white;
	top: 60px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
	border-radius: 1px;
	width: 300px;
	max-width: 100vw;
	height: auto;
	z-index: 100;
}
.nav .more ul li {
	display: block;
}
.nav .more ul li a {
	margin: 0;
	padding: 15px;
	display: inline-block;
	width: 100%;
}
.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex--column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex--row {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.font-weight--normal {
	font-weight: normal;
}
.icon--circle {
	width: 2em;
	height: 2em;
	padding: .35em;
	border: 1px solid;
	border-radius: 50%;
}
.nav .more ul li a.link-beratung {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.link-beratung__icon {
	margin-right: 10px;
}
.link-beratung__text {
	letter-spacing: 0;
	text-transform: none;
}
.link-beratung__text > div:first-child {
	margin-bottom: 5px;
}
.text--center {
	text-align: center;
}
.box-checks {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 40px 0;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 40px;
}
.box-checks > div {
	padding: 0 20px;
	width: 33.3%;
}
.main--text {
	padding-top: 40px;
	padding-bottom: 40px;
}
.main--text h2 {
	margin-bottom: 20px;
}
.main--text h3 {
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
}
.main--text p {
	margin-bottom: 20px;
	line-height: 1.2em;
	font-size: 1.1em;
}
.box-checks__icon {
	color: #0fa100;
	border: 2px solid;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 1.5em;
	height: 1.5em;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	font-size: 1.3em;
}
.box-checks__title {
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.2em;
}
.box-service {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: center;
	margin-top: 40px;
}
.box-service > div {
	width: 33%;
	margin: 10px;
	background: white;
	position: relative;
}
.box-service-1:before, .box-service-2:before, .box-service-3:before {
	display: block;
	position: absolute;
	background: white;
	left: 50%;
	padding: 10px;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	font-size: 1.8em;
	color: #003d69;
	font-weight: bold;
	-webkit-transform: translate(-20px, -50%);
	-ms-transform: translate(-20px, -50%);
	transform: translate(-20px, -50%);
}
.box-service-1:before {
	content: '1';
}
.box-service-2:before {
	content: '2';
}
.box-service-3:before {
	content: '3';
}
.box-service .box-service__img {
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.box-service-1 .box-service__img {
	background-image: url('/img/box-service-1.jpg');
}
.box-service-2 .box-service__img {
	background-image: url('/img/box-service-2.jpg');
}
.box-service__img {
}
.box-service-3 .box-service__img {
	background-image: url('/img/wintergarten-vergleichen.jpg');
}
.bg-gray {
	background: #f4f4f4;
}
.main--transparent {
	background: transparent;
}
.box-service__text {
	padding: 0 10px;
}
.box-service h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 0;
}
.box-service p {
	font-size: .9em;
	margin-bottom: 15px;
}
.box-service__divider {
	border-bottom: 2px solid #b4b4b4;
	max-width: 50px;
	margin: 15px auto;
}
.footer {
	background: #444444;
	color: white;
	text-align: center;
	padding: 30px;
}
.footer a {
	color: #5497ff;
	text-decoration: none;
}
.gv-form {
	position: relative;
	min-height: 382px;
	text-align:center;
}
.gv-form form {
	min-height: 330px;
}

.gv-form h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 5px;
}
.gv-form > div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 400px;
}
.gv-form__input, .gv-form__options, .gv-form__plz {
	margin: 20px 0;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.gv-form__plz {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.gv-form__plz input {
	border: 1px solid #04122f;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) inset, 0 0 1px rgba(0, 0, 0, 0.1);
	font-size: 1.1em;
	max-width: 100%;
	padding: 13px 16px;
	color: #003d69;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: left;
	max-width: 100%;
	padding: 10px;
	width: 310px;
	margin-top: 10px;
	display: block;
	float: left;
}
.gv-form__plz input:invalid {
	border-color: red;
}
.gv-form__plz .gv-form__check {
	margin-top: 20px;
	max-width: 100%;
	width: 100%;


}
.gv-form__plz .gv-form__check svg {
	width: 1.5em;
	height: 1.5em;
}
.gv-form__options {
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.gv-form__input {
	max-width: 100%;
}
.gv-form__options label {
	background: #0168b1 none repeat scroll 0 0;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 20px;
	margin: 5px 0;
	max-width: 420px;
	padding: 15px;
	background-position:center;
	background-size: 200px;
	padding-top:180px;
}


.gv-form__options input[type="checkbox"] {
	display:none;
}
.gv-form__options input[type="radio"] {
	display:none;
}
.gv-form__options label:HOVER {
	background-color: rgba(1, 104, 177, 0.78);
}
.gv-form__options label input {
	margin: 4px 8px 0 0;
	vertical-align: top;
}
.gv-form__input > div {
	display: block;
	margin-bottom: 5px;
}
.gv-form__input > div label {
	display: block;
	margin-bottom: 3px;
	display: none;
}
.gv-form__input > div input {
	border: 2px solid #c7c7c7;
	font-size: 1.1em;
	max-width: 100%;
	padding: 13px 16px;
	width: 310px;
}
.gv-form__btn-next {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 65px;
	font-size: 22px;
	transition: background .3s ease-in-out;
}
.gv-form__btn-next .btn__icon {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 15px;
}
b {
	font-weight: bold;
	font-weight: 500;
}
.gv-form__btn-last {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0px;
	font-size: 22px;
	max-width: 100%;
	width: 325px;
	margin-top:10px;
}
.gv-form__btn-last small {
	margin-top: 5px;
	display: block;
}
.gv-form__btn-last.btn--disabled, .gv-form__btn-next.btn--disabled {
	cursor: not-allowed;
	opacity: .5;
	opacity: 1;
}
.gv-form__checks {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: top;
	-ms-flex-pack: center;
	justify-content: top;
}
.gv-form__check {
	text-align: left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: rgba(255, 255, 255, 0.8);
}
.gv-form__check svg {
	width: 2em;
	height: 2em;
	min-width: 2em;
	fill: #ccd8e1;
	fill: rgba(255, 255, 255, 0.8);
}
.gv-form__check span {
	margin-left: 10px;
	display: inline-block;
}
.box-index--invert {
	margin-top: 40px;
	margin-bottom: 40px;
}
.box-index--invert .box-index__big, .box-index--invert .box-index__big__image:AFTER, .box-index--invert .box-index__big__image:BEFORE {
	color: white;
	background:#003D69;
}
.box-index--invert .box-index__big__image:BEFORE {
	-webkit-transform: rotate(70deg) translate(0, -300px);
	-ms-transform: rotate(70deg) translate(0, -300px);
	transform: rotate(70deg) translate(0, -300px);
}
.box-index--invert .box-index__big__image:AFTER {
	-webkit-transform: rotate(-70deg) translate(0, 300px);
	-ms-transform: rotate(-70deg) translate(0, 300px);
	transform: rotate(-70deg) translate(0, 300px);
}
.box-index--invert .gv-form__options label {
	background-color: white;
	border: 1px solid #bcbbbb;
	color: #444;
	height: 180px;
	margin-right: 10px;
	width: 200px;
}
.box-index--invert .gv-form h2 {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 1.2em;
}
.box-index--invert .box-index__big__text.h-padding--right-0 {
	padding-right: 20px !important;
}
.box-index__upper {
	margin-left: 0;
	margin-bottom: 25px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.box-index__upper h1 {
	color: #ff7800;
	font-size: 3em;
	font-weight: bold;
	margin-top: 10px;
}
.box-index__upper h2 {
	color: #003d69;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 30px;
}
.box-index__upper__text {
	background: white none repeat scroll 0 0;
	margin-left: 0px;
	padding: 0 20px 0 49px;
	text-align: left;
}
.box-index__upper__img {
	background-image: url("/img/service.jpg");
	background-position: right center;
	background-size: cover;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	width: 33%;
}
p small {
	opacity: .7;
}
.box-index--invert .gv-form__options label:hover {
	border:1px solid #FF7800;
}
.box-title-overlay {
	background: #bcbbbb none repeat scroll 0 0;
	color: #313030;
	height: 55px;
	margin-left: -16px;
	margin-right: -16px;
	padding: 17px 11px 11px;
	text-align: center;

}

.box-index--invert .gv-form__options label:hover .box-title-overlay {
	background:#FF7800;
	color: white;
	background-position: center;
	background-size: 200px;
}
.box-loading {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1.5em;
	background: rgba(255, 255, 255, .2);
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 30px;
	margin-top: 60px;
	border-radius: 2px;
}
.box-loading__icon {
	font-size: 2em;
}
.box-loading__text {
	margin-left: 30px;
	color:white;
}
.step-90 .box-index__big__image {
	display: none;
}
.sk-circle {
	width: 40px;
	height: 40px;
	position: relative;
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.gv-form > div.gv-progress, .gv-progress {
	background: #4c7796 none repeat scroll 0 0;
	color: white;
	margin: 40px auto 0 auto;
	min-height: 10px;
	position: relative;
	width: 500px;
	border-radius: 4px;
}
.gv-progress__text, .gv-progress__value, .gv-progress {
	max-height: 1.5em;
	height: 1.5em;
}
.gv-progress__value {
	background: #ff7800;
	/*background: #ff7800;*/
	position: absolute;
	right: 0;
	left: 0;
	transition: width .3s ease-in-out;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.gv-progress__text {
	padding-top: 6px;
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 12px;
}

.step-90 h1,
.step-90 h2 {
	text-align: left;
}

.step-90 .gv-form__input > div input {
	width: 325px;
}

.gv-form--step-90 .box-index__down__arrow {
	border-color: white transparent transparent;
	border-style: solid;
	border-width: 50px 75px 0 75px;
	height: 0;
	left: 10%;
	margin-top: -68px;
	position: absolute;
	width: 150px;
	z-index: 1000;
	min-height: 0 !important;
	margin-left: 0;
}

.gv-form__plz {
	min-height: 150px;
}

@media (max-width: 850px) {
	.gv-form__btn-next {
		float: none;
		margin: auto;
		position: relative;
		right: initial;
		bottom: initial;
		margin-right: 0;
	}
}
@media (max-width: 730px) {
	.box-secure {
		display: none;
	}
	.gv-form__checks {
		display: none;
	}
	.box-index__big {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bg {
		-webkit-align-items: initial;
		-ms-flex-align: initial;
		-ms-grid-row-align: initial;
		align-items: initial;
	}
	.box-index__banderole {
		display: none;
	}
	.box-index__upper {
		margin-left: 0;
		font-size: .6em;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		font-family: Arial;
	}

	.box-index__upper__text {
		font-family: Arial
	}

	.box-index__upper__img {
		display: none;
	}
	.box-index--invert {
		margin-top: 0;
		padding-top: 5px;
	}
	.gv-form h1 {
		font-size: 2em;
	}
	.box-index__big__image {
		display: none;
	}
	.box-index__big__image--small + .box-index__big__text {
		width: 100%;
	}
	.gv-form {
		min-height: auto;
	}
	.box-service > div {
		margin-left: 0;
	}
}
@media (max-width: 600px) {
	.box-index__info > div {
		width: 100%;
		margin-right: 0;
	}
	.box-service, .box-checks, .box-index__info {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.box-service > div, .box-checks > div, .box-index__info > div {
		width: 100%;
		margin-right: 0;
	}
	.box-checks > div {
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.gv-form h1 {
		font-size: 1.5em;
		min-height: 2em;
	}
	.box-checks > div {
		margin-bottom: 30px;
	}
	.box-service > div {
		margin-bottom: 40px;
	}
	.gv-form__btn-last, .gv-form__btn-next {
		margin: auto;
	}
	.box-index--invert .gv-form__options label, .gv-form__btn-next {
		width: 100%;
		max-width: 100%;
	}


	.gv-form__options label input {
		margin-right: 10px;
	}
	.box-index__upper h2 {
		margin-top: 10px;
	}
	.box-index__upper {
		margin-bottom: 0px;
	}
	.gv-form > div {
		min-height: 350px;
	}
	.box-loading__icon {
		padding-right: 30px;
	}
}

@media (max-width: 800px) {
	.box-index--invert .gv-form__options label {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		background-position:center;
		background-size: 150px;
		padding-top:180px;
		background-repeat:no-repeat;
	}

	.box-index--invert .gv-form__options label {
		background-color: white;
		border: 2px solid #bcbbbb;
		color: #444;
		height: 150px;
		margin-right: 10px;
		width: 150px;
	}

	.box-index--invert .gv-form__options.gv-form__options--step10 label{
		background-size: 190px;
		width:190px;
	}

	.box-title-overlay.box-title-overlay--step10 {
		width:190px;
		margin-left: -17px;
	}


	.gv-form > div.gv-progress, .gv-progress {
		background: #4c7796 none repeat scroll 0 0;
		color: white;
		margin: 55px auto 0 auto;
		min-height: 10px;
		position: relative;
		width: 500px;
		border-radius: 4px;
	}

	.box-title-overlay {
		background: #bcbbbb none repeat scroll 0 0;
		color: #313030;
		height: 55px;
		margin-left: -18px;
		margin-right: -18px;
		padding: 17px 11px 11px;
		text-align: center;
		width:151px;
	}

	.box-title-overlay.box-title-overlay--step20 {
		padding-top:9px;
	}

	.gv-form__plz input {
		margin-top: 0px;
		margin-right: 5px;
		margin-left: 0px;
	}

	.gv-form__plz .gv-form__check{
		margin-left: 0px;
	}

	h2 {
		font-size: 1.5em;
		font-weight: bold;
	}



}


.box-index__upper__text {
	font-family: Arial;
}

@media (min-width: 600px) {

	.hidden-min-600 {
		display: none !important;
	}
}

@media (max-width: 600px) {

	.hidden-max-600 {
		display: none !important;
	}

	.box-index__upper__text {
		display: none;
	}

	.gv-form .box-title-overlay {
		max-width: 100%;
		margin: 0;
		padding: 0;
		font-size: 13px;
		height: auto;
		margin-top: 118px;
		margin-top: calc(45vw - 22px);
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		flex-direction: column;
	}

	.gv-form h1 {
		font-size: 1.4em;
		text-align: center;
	}

	.box-index__upper h2 {
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 1.3em;
		color: #003d69;
		font-size: 1.8em;
		font-weight: bold;
		padding-right: 10px;
	}




	.gv-form__options {
		flex-wrap: wrap;
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 10px;
	}

	div.box-index__big__text {
		padding: 20px;
	}

	.main {
		padding: 0;
		padding-top: 0px;
	}

	.box-index__upper__text {
		padding-left: 20px;
		padding-right: 20px;
	}

	.box-index--invert .gv-form__options label {
		min-width: 130px;
		width: 130px;
		max-width: 130px;
		width: calc(45vw - 20px) !important;
		height: calc(45vw - 20px + 30px);
		padding: 0;
		min-width: calc(45vw - 20px) !important;
		margin: 10px;
		background-size: 40vw !important;
		background-position-y: -5px;
		border-width: 1px;


	}

	.gv-form > div.gv-progress, .gv-progress {
		max-width: 100%;
		margin-top: 20px;
	}

	.box-index--invert .gv-form .step-90 h2 {
		text-align: center;
	}

	.gv-form > div.box-index__down__arrow {
		display: none;
	}
	.gv-form.gv-form--step-90 > div.box-index__down__arrow {
		display: block;
	}
	.gv-form.gv-form--step-90  {
		margin-top: 30px;
	}

	.gv-form--step-90 .box-index__down__arrow {
		left: 50%;
		margin-left: -75px;
	}
	body .box-index--invert .gv-form .step-90 h2 {
		font-size: 1em;
		line-height: 1.6em;
	}

	.step-90 > .flex.flex--row {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.gv-form--step-90 .gv-form__check {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px;
		font-size: 1em;
		color: rgba(255, 255, 255, 0.8);
		width: 15em;
		margin: auto;
	}

	.box-index__big__text {
		margin-left: 0 !important;

	}

	.box-index--invert .gv-form:NOT(.gv-form--step-90) h2 {
		display: none;
	}

}