@font-face {
  font-family: 'HelveticaRoundedLT-BoldCond';
  src: 	url('../fonts/HelveticaRoundedLT-BoldCond.eot?#iefix') format('embedded-opentype'),
  			url('../fonts/HelveticaRoundedLT-BoldCond.woff') format('woff'), 
  			url('../fonts/HelveticaRoundedLT-BoldCond.ttf')  format('truetype'), 
  			url('../fonts/HelveticaRoundedLT-BoldCond.svg#HelveticaRoundedLT-BoldCond') format('svg');
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:600');

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'HelveticaRoundedLT-BoldCond', sans-serif;
	margin: 0px;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	overflow-x: hidden;
}

.noscroll {
  overflow: hidden;
}

a {
	color: inherit;
}

a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}

/* .content .start, */
.content .section-1,
.content .section-2, 
.content .section-3,
.content .results {
	display: none;
}

.nopadding {
	padding: 0px;
}

.inner-wrapper {
	width: 710px;
	display: inline-block;
	float: none;
	margin: 0 auto;
	position: relative;
}

.start {
	background: #f4e7fa;
	text-align: center;
	height: 100vh;
	overflow: hidden;
}

.start .logo {
	width: 116px;
	height: auto;
	position: absolute;
	top: 40px;
	left: -116px;
}

.start h1 {
	color: #662483;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
}

.start p {
	color: #2a2b36;
	font-size: 18px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.start .inner-wrapper {
	height: 100%;
}

.verticalalign {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.start-top-right {
	width: 270px;
	height: auto;
	position: absolute;
	top: 0px;
	right: -120px;
}

.start-bottom-left {
	width: 168px;
	height: auto;
	position: absolute;
	left: -125px;
	bottom: 0px;
}

.start .inputs {
	padding-left: 20px;
	padding-right: 20px;
}

.start input {
	height: 50px;
	border-radius: 25px;
	padding-left: 20px;
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border: none;
	color: #2a2b36;
	font-size: 18px;
}

.form-control:focus {
	border-color: transparent;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.start input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
  font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.start input::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
  font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.start input:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
  font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.start input:-moz-placeholder { /* Firefox 18- */
  color: #808080;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.btn-start {
	font-family: 'HelveticaRoundedLT-BoldCond', sans-serif;
	text-transform: uppercase;
	height: 50px;
	border-radius: 25px;
	padding-left: 40px;
	padding-right: 40px;
	background: #c12870;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	float: none;
	margin: 0 auto;
	margin-top: 28px;
}

.btn.focus, 
.btn:focus, 
.btn:hover {
	color: #fff !important;
	outline: none !important;
}

.start .inputs .error {
	font-size: 14px;
	text-align: left;
	margin-left: 20px;
	display: none;
}

.section-1,
.section-2,
.section-3 {
	text-align: center;
}

.intro {
	padding-top: 190px;
	padding-bottom: 160px;
	color: #662483;
}

.intro h1 {
	color: #662483;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
}

.intro p {
	color: #2a2b36;
	font-size: 18px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.intro p:last-of-type {
	color: #c12870;
	margin-top: 20px;
}

.intro-top-left {
	width: 150px;
	height: auto;
	position: absolute;
	top: 0px;
	left: -165px;
}

.intro-bottom-right {
	width: 120px;
	height: auto;
	position: absolute;
	bottom: -5px;
	right: -135px;
}

.intro .chapter {
	color: #808080;
	position: absolute;
	margin: 0px;
	line-height: 15px;
	top: 50px;
	right: -98px;
}

.intro .chapter span {
	color: #c12870;
}

.intro .top-back {
	color: #c12870;
	position: absolute;
	margin: 0px;
	line-height: 15px;
	top: 50px;
	left: -70px;
	cursor: pointer;
}

.question-top-right {
	position: absolute;
	width: 266px;
	height: auto;
	top: -147px;
	right: -224px;
}

.question-top-left {
	position: absolute;
	width: 210px;
	height: auto;
	top: 0px;
	left: -155px;
}

.single-quistion-container {
	background: #662483;
	position: relative;
}

.single-quistion-container .inner-wrapper {
	text-align: left;
}

.single-quistion-container .answer-counter {
	color: #ae6abf;
	margin-top: 98px;
	margin-bottom: 15px;
}

.single-quistion-container .answer-counter span {
	color: #fff;
}

.single-quistion-container h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.single-quistion-container h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #ae6abf;
	margin: 0px;
}

.single-quistion-container p {
	font-size: 18px;
}

.single-quistion-container .inte-aktuell {
	color: #ae6abf;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 75px;
	cursor: pointer;
	display: inline-block;
	float: right;
}

.radiobuttons {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 58px;
}

.radiobuttons li {
  color: #fff;
  text-align: center;
}

.radiobuttons li span {
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}

.radiobuttons li div {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 4px solid #fff;
	cursor: pointer;
	display: block;
	float: none;
	margin: 0 auto;
}

.radiobuttons li div.checked {
	background: #fff;
}

.radiobuttons li input {
	display: none;
}

.next-top-right {
	width: 224px;
	height: auto;
	position: absolute;
	top: -105.5px;
	right: -150px;
}

.btn-next {
	font-family: 'HelveticaRoundedLT-BoldCond', sans-serif;
	text-transform: uppercase;
	height: 50px;
	border-radius: 25px;
	padding-left: 40px;
	padding-right: 40px;
	background: #c12870;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	float: none;
	margin: 0 auto;
	margin-top: 230px;
	margin-bottom: 230px;
}

.before-next,
.after-next {
	color: #662483;
	font-size: 18px;
	line-height: 50px;
}

.before-next span {
	color: #ccc;
	text-decoration: line-through;
}

.before-next {
	margin-right: 15px;
}

.after-next {
	margin-left: 15px;
}

.next-bottom-left {
	width: 310px;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: -130px;
}

.btn-prev {
	font-family: 'HelveticaRoundedLT-BoldCond', sans-serif;
	text-transform: uppercase;
	height: 50px;
	border-radius: 25px;
	border: 2px solid #c12870;
	padding-left: 40px;
	padding-right: 40px;
	background: transparent;
	color: #c12870;
	font-size: 18px;
	display: inline-block;
	float: none;
	margin: 0 auto;
	margin-top: 230px;
	margin-bottom: 230px;
	margin-right: 15px;
}

.btn-prev:hover {
	color: #c12870 !important;
}

.results {
	position: relative;
	text-align: center;
}

.results-inner {
	background: #f4e7fa;
}

.results .entrance {
	height: 100vh;
	position: relative;
}

.results .entrance .logo {
	width: 116px;
	height: auto;
	position: absolute;
	top: 40px;
	left: -116px;
}

.results .entrance h1 {
	color: #662483;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
}

.results .entrance h2 {
	color: #662483;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 36px;
	margin-top: 25px;
}

.results .entrance p {
	color: #2a2b36;
	font-size: 18px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.results .entrance p.special-p {
	font-size: 16px;
	line-height: 22px;
}

.results .entrance .inner-wrapper {
	height: 100%;
}

.results .overview {
	background: #fff;
}

.results .start-bottom-left {
	bottom: -5px;
}

.results p.hur-vi-raknat,
.start p.hur-testet-funkar {
	color: #c12870;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 75px;
	cursor: pointer;
	position: absolute;
	bottom: -30px;
	right: -60px;
}

.overview {
	text-align: center;
	padding-bottom: 44px; 
}

.overview .inner-wrapper {
	text-align: left;
}

.overview-top-left {
	width: 211px;
	height: auto;
	position: absolute;
	top: -190px;
	left: -168px;
}

.overview h1 {
	color: #662483;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	margin-top: 38px;
}

.overview p {
	color: #2a2b36;
	font-size: 18px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.overview p.overview-p {
	width: 65%;
	margin-bottom: 32px;
}

.overview p.overview-p span {
	color: #ae6abf;
}

.overview .my-answers {
	margin-top: 50px;
	margin-bottom: 32px;
}

.overview h3 {
	font-size: 72px;
	margin-top: 18px;
}

.overview .my-answers .procentbar,
.overview .partner-answers .procentbar {
	margin-top: 30px;
	margin-bottom: 35px;
}

.overview .partner-answers {
	margin-top: 0px;
}

.procentbar {
	width: 100%;
	height: 16px;
	background: #f4e7fa;
	border-radius: 8px;
}

.procentbar .procent {
	height: 100%;
	background: #cf0072;
	border-radius: 8px;
}

.procentbar .procent div {
	width: 16px;
	height: 100%;
	border-radius: 8px;
	background: #971e6a;
	float: right;
}

.procentbar .procent.partner {
	background: #ae6abf;
}

.procentbar .procent.partner div {
	background: #662483;
}

.section-overview-top-left {
	width: 208px;
	height: auto;
	position: absolute;
	top: 0px;
	left: -156px;
}

.btn-toggle {
	font-family: 'HelveticaRoundedLT-BoldCond', sans-serif;
	text-transform: uppercase;
	height: 50px;
	border-radius: 25px;
	padding-left: 40px;
	padding-right: 40px;
	background: #662483;
	color: #fff;
	font-size: 18px;
	float: right;
	margin-top: -90px;
}

.section-overview {
	padding-top: 65px;
}

.section-expand {
	display: none;
}

.questions {
	margin-top: 15px;
}

.questions p:first-of-type {
	margin-bottom: 16px;
}

.questions .question-single {
	margin-top: 14px;
	margin-bottom: 14px;
}

.questions .question-single h4 {
	font-size: 24px;
	line-height: 30px;
	color: #2a2b36;
	margin-bottom: 4px;
}

.questions .question-single p {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 0px;
}

.questions .question-single p.divider {
	margin-left: 15px;
	margin-right: 15px;
}

.questions .question-single p span {
	color: #ae6abf;
	text-decoration: underline;
}

.results .forms {
	background: #f1f1f1;
}

.results .forms h1 {
	color: #662483;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	margin-top: 73px;
	margin-bottom: 14px;
}

.results .forms p {
	color: #2a2b36;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 32px;
}

.results .forms input {
	height: 50px;
	border: none;
	border-radius: 25px;
	padding-left: 22px;
	width: 80%;
	display: block;
	float: none;
	margin: 0 auto;
}

.results .forms input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
  font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.results .forms input::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
  font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.results .forms input-ms-input-placeholder { /* IE 10+ */
  color: #808080;
  font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.results .forms input:-moz-placeholder { /* Firefox 18- */
  color: #808080;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.btn-send {
	font-family: 'HelveticaRoundedLT-BoldCond', sans-serif;
	text-transform: uppercase;
	height: 50px;
	border-radius: 25px;
	padding-left: 40px;
	padding-right: 40px;
	background: #662483;
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}

.results .forms form:last-of-type button {
	margin-bottom: 80px;
}

.form-bottom-left {
	width: 236px;
	height: auto;
	position: absolute;
	bottom: -155px;
	left: -148px;
}

.results .puffar {
	background: #fff;
	padding-top: 140px;
	padding-bottom: 100px;
}

.results .puffar .puff {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.results .puffar .puff:first-of-type {
	padding-left: 0px;
	padding-right: 10px;
}

.results .puffar .puff:last-of-type {
	padding-left: 10px;
	padding-right: 0px;
}

.results .puffar .puff p {
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	margin-top: 7px;
}

.results .share {
	background: #662483;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}

.results .share h1 {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 7px;
}

.results .share p {
	font-size: 18px;
	margin: 0px;
	margin-bottom: 20px;
}

.results .share i {
	font-size: 42px;
	margin: 11px;
}

.results .footer {
	background: #fff;
}

.results .footer .logo {
	width: 120px;
	height: auto;
	margin-top: 220px;
	margin-bottom: 220px;
}

.btn-restart {
	font-family: 'HelveticaRoundedLT-BoldCond', sans-serif;
	text-transform: uppercase;
	height: 50px;
	border-radius: 25px;
	padding-left: 40px;
	padding-right: 40px;
	background: #c12870;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	float: none;
	margin: 0 auto;
	margin-top: 220px;
	margin-bottom: 220px;
}

.footer-top-right {
	width: 230px;
	height: auto;
	position: absolute;
  top: -108.5px;
  right: -150px;
}

.footer-bottom-left {
	width: 310px;
	height: auto;
	position: absolute;
  bottom: 0px;
  left: -157px;
}

.popup {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.4);
	z-index: 99;
	display: none;
}

.popup .popup-inner {
	background: #fff;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	display: none;
	overflow-y: scroll;
}

.popup .popup-inner a {
	color: #c12870;
}

.popup h1 {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 7px;
	color: #662483;
}

.popup p {
	font-size: 18px;
	margin-bottom: 15px;
/* 	text-align: left; */
}

.close-popup {
	position: absolute;
	top: 8px;
	right: 15px;
	color: #662483;
	font-size: 24px;
	cursor: pointer;
}

.q-error {
	display: none;
	position: absolute;
	top: 60%;
	width: 100%;
}

.arrow-down {
	width: 46px;
	height: 46px;
	margin-top: 40px;
}

.diskus {
	padding-top: 100px;
	padding-bottom: 100px;
}

.diskus h1 {
	color: #662483;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	margin-top: 0px;
}

.diskus p {
	color: #2a2b36;
	font-size: 18px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
}