@font-face {
	font-family: mainfont;
	src: url(mainfont.woff2);
}

.img-choice {
	width: 15em;
	margin: 0 auto;
	cursor: pointer !important;
}

.last-step-btn {
	width: 15em;
	margin: 0 auto;
	cursor: pointer !important
}

.last-step-btn:hover {
	width: 16em;
	transition: all .2s;
}

.img-choice:hover {
	width: 16em;
	transition: all .2s;
}

.main-text {
	padding: 30px;
	background-color: #000000;
	border-radius: 30px;
	position: relative;
}

* {
	box-sizing: border-box
}

html {
	font-family: 'mainfont', cursive, sans-serif;
	font-size: 12px;
	height: 100%
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background-color: #f71871;
	background-image: url(background.jpg);
	background-repeat: none;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	min-height: 100%
}

body::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: -.2em;
	left: 0;
	right: -.5em;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
	background-size: 200%;
	background-position: center;
	bottom: 0;
	right: 0
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

img,
.main-img {
	width: 100%;
	display: block
}

button {
	cursor: pointer;
	outline: none
}

p,
figure {
	margin: 0
}

.pxl,
.hidden {
	display: none !important
}

@media (min-width: 768px) {
	html {
		font-size: 1.3vh
	}
}

@media (min-width: 992px) and (max-height: 900px) {
	html {
		font-size: 1.1vw
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 1vw
	}
}

@media (min-width: 1600px) {
	html {
		font-size: 1.6vh
	}
}

@media only screen and (max-height: 600px) and (min-width: 568px) {
	html {
		font-size: 21px
	}
}

.wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow-x: hidden
}

header {
	text-align: center;
	margin: 2em auto;
	width: 40em;
}

header h1 {
	font-size: 2em;
	padding: .5em 1em;
	margin: 0;
	font-weight: 400;
	display: inline-block;
	position: relative;
	z-index: 10
}

header h1::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: -.2em;
	left: 0;
	right: -.5em;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1
}

main {
	padding: 1.7em 1em;
	background-color: #3FC2A5;
	width: 82%;
	margin: 0.84em auto;
	position: relative;
	min-height: 20em;
	display: flex;
	align-items: center;
	margin-bottom: 3em
}

main section {
	width: 100%
}

main::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: -.2em;
	left: 0;
	right: -.5em;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
	top: 4em;
	bottom: -2.5em;
	left: -2em;
	right: -2.5em
}

main .headline-1 {
	font-size: 2em;
	font-weight: 400
}

.main-text .progress-bar {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 1em .1em
}

.main-text .progress-bar li {
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background-color: transparent;
	color: #fff;
	margin: 0 .5em;
	font-size: 1.5em;
	line-height: 1.5;
	opacity: 1;
	border: 3px solid #f71871;
}

.main-text .progress-bar li.active {
	opacity: 1;
	background-color: #f71871;
}

main footer {
	display: flex;
	margin-top: 1.7em;
	justify-content: center;
	flex-wrap: wrap
}

main footer .btn {
	font-size: 1.5em;
	font-weight: 700;
	padding: .3em .5em;
	min-width: 6em;
	margin: .3em;
	border-radius: .4em;
	border: 0.2em solid #fff;
	text-transform: uppercase;
	color: #fff
}

main footer .btn.btn-color-1 {
	background: linear-gradient(#868caf, #434b60)
}

main footer .btn.btn-color-2 {
	background: linear-gradient(#f284c1, #c10f52)
}

main footer .btn.btn-color-3 {
	background: linear-gradient(#b384f2, #2d2d52)
}

main footer a.btn {
	text-decoration: none
}

@media (min-width: 768px) {
	body::before {
		background-size: 180%
	}

	header h1 {
		font-size: 2.5em
	}

	main {
		padding: 1.7em;
		width: 38em;
		background-color: transparent;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-top: 5em
	}

	.main-text .progress-bar li {
		margin: 0 1em
	}

	main footer .btn {
		border-width: 0.1em;
		min-width: 7em;
		font-size: 2em;
		border-radius: .6em
	}
}

@media (min-width: 992px) and (max-height: 900px) {
	body::before {
		background-size: 108%;
		background-position: bottom
	}

	main {
		margin-top: 2em;
		min-height: 18em
	}

	main::before {
		top: 2em;
		bottom: -2em;
		left: -1.5em;
		right: -2em
	}
}

@media (min-width: 1200px) {
	body::before {
		background-size: 95em;
		background-position: bottom
	}

	main {
		margin-top: 2em;
		min-height: 18em
	}

	main::before {
		top: 2em;
		bottom: -2em;
		left: -1.5em;
		right: -2em
	}
}

@media only screen and (max-height: 600px) and (min-width: 568px) {
	main {
		min-height: 15em;
		margin-bottom: 5em
	}

	.main-text .progress-bar li {
		margin: 0 1em
	}

	main .headline-1 {
		font-size: 1.45em
	}

	main footer .btn {
		font-size: 1.35em;
		min-width: 7em
	}
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	body {
		height: 100%
	}

	main {
		min-height: 20em
	}
}

figure .main-img {
	display: block
}

figure .img-bubble {
	display: none;
	position: absolute;
	width: 18em;
	z-index: -1
}

figure .img-bubble.img-top-left {
	top: -5em;
	left: -8em
}

figure .img-bubble.img-top-right {
	top: -5em;
	right: -8em
}

figure .img-bubble.img-mid-left {
	bottom: 5%;
	right: calc(100% + 2em)
}

figure .img-bubble.img-mid-right {
	bottom: 5%;
	left: calc(100% + 2em)
}

figure .img-bubble.img-bottom-left {
	top: calc(100% + 1em);
	right: 97%
}

figure .img-bubble.img-bottom-right {
	top: calc(100% + 1em);
	left: 97%
}

figure .bg-text {
	display: none;
	color: #AA94C9;
	position: absolute;
	top: 0;
	width: 10em;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end
}

figure .bg-text.text-left {
	left: -20em
}

figure .bg-text.text-right {
	right: -20em
}

figure .bg-text li.color-1 {
	color: #ED1E92
}

figure .bg-text li:nth-child(1) {
	font-size: 1.6em;
	width: 50%
}

figure .bg-text li:nth-child(2) {
	font-size: 0.85em;
	width: 50%
}

figure .bg-text li:nth-child(3) {
	font-size: 2.15em;
	width: 100%
}

figure .bg-text li:nth-child(4) {
	font-size: 0.85em;
	width: 50%
}

figure .bg-text li:nth-child(5) {
	font-size: 1.35em;
	width: 50%
}

figure .bg-text li:nth-child(6) {
	font-size: 1em;
	width: 100%
}

@media (min-width: 768px) {
	figure .img-bubble {
		display: block
	}

	figure .video-wrapper {
		width: 45.1em;
		margin: 0 auto;
		position: relative
	}
}

@media (min-width: 992px) and (max-height: 900px) {
	figure .bg-text {
		display: flex
	}
}

@media (min-width: 1200px) {
	figure .bg-text {
		display: flex
	}
}

.legal__container {
	font-family: sans-serif;
	display: flex;
	padding: 1em 0;
	justify-content: center;
	background-color: #2C2C39;
	margin-top: auto
}

.legal__container .popwin {
	margin: 0 .5em
}

@media (min-width: 768px) {
	.legal__container {
		font-size: 1.5em
	}
}

@media (min-width: 992px) and (max-height: 900px) {
	.legal__container {
		font-size: 1em
	}
}

@media (min-width: 1200px) {
	.legal__container {
		font-size: 1.2em
	}
}

.language-de main .step-3-button footer .btn {
	font-size: 1.3em
}

@media (min-width: 768px) {
	.language-de main .step-3-button footer .btn {
		font-size: 1.9em
	}
}

@media (max-width: 768px) {
	.img-choice {
		width: 10em;
		margin: 0 auto;
	}

	.img-choice:hover {
		width: 11em;
		transition: all .2s;
	}

	.last-step-btn:hover {
		width: 11em;
		transition: all .2s;
	}
}