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

/*@import url('https://fonts.googleapis.com/css?family=Amatica+SC:700|Lato:400,700');*/

* {
	margin: 0px;
	padding: 0px;
	font-family: "Lato",sans-serif;
}

body {
	background-image: url(../img/bg/wasserfarbe.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.bg_img {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
}

audio {
	visibility: hidden; 
	position: absolute;
}

.content {
	width: 970px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.fragen_antworten {
	width: 650px;
	display: inline-block;
	float: left;
}

.barometer {
	width: 320px;
	display: bock;
	float: left;
}

.frage_01,
.frage_02,
.frage_03,
.frage_04 {
	margin-bottom: 25px;
}

.antwort_01 {
	float: left;
	width: 300px;
	position: relative;
}

.antwort_02 {
	float: left;
	width: 300px;
	padding-left: 45px;
	position: relative;
}

h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4;
	color: #8b2939;
	padding-bottom: 12px;
}

a {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	text-decoration: none;
}

a p { 
	padding-left: 40px;
}

.header_mobile {
	visibility: hidden;
	position: absolute;
}

#balken_wrapper {
	display: block;
	position: absolute;
	
	/*border: 1px solid #CCC;*/
	width: 70px;
	height: 520px;
} 

#balken {
	display: block;
	width: 35px;
	height: 0px;
	background: #8b2939;
	position: absolute;
	left: 136px;
	bottom: 10px;
	
	-webkit-transition: height 0.5s; /* Safari */
    transition: height 0.5s;
	
	z-index: 750;
}	

.wrapper_frage {
	position: relative;
	overflow: hidden;
}

.kreuz {
    width: 30px;
    height: 30px;
}

#kreis_links_01, 
#kreis_links_02,
#kreis_links_03,
#kreis_links_04,
#kreis_links_05 {
	position: absolute;
}

#kreis_rechts_01,
#kreis_rechts_02,
#kreis_rechts_03,
#kreis_rechts_04,
#kreis_rechts_05 {
	position: absolute;
}

#kreuz_gut_01,
#kreuz_schlecht_02,
#kreuz_gut_03,
#kreuz_gut_04,
#kreuz_schlecht_05 {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 200%;
	display: none;
}

#kreuz_schlecht_01,
#kreuz_gut_02,
#kreuz_schlecht_03,
#kreuz_schlecht_04,
#kreuz_gut_05 {
	position: absolute;
	top: -4px;
	left: 45px;
	font-size: 200%;
	display: none;
}

#kontrolle_01,
#kontrolle_02,
#kontrolle_03,
#kontrolle_04,
#kontrolle_05 {
	visibility: hidden;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

#ergebnis {
	display: none;
	width: 300px;
	height: 0px;
	background: #C086CE;
	color: #FFF;
	font-size: 200%;
	text-align: center;
	position: absolute;
	top: 130px;
	left: 40px;
		
	-webkit-transition: height 0.5s; /* Safari */
    transition: height 0.5s;
}

.punkte {
	visibility: hidden;
}

/* --------- BAROMETER --------- */

.flirtfaktor {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
}

.barometer_img {
	width: 80px;
	left: 112px;
	position: absolute;
	z-index: 1000;
}

.barometer_hintergrund_img {
	width: 80px;
	left: 112px;
	position: absolute;
	z-index: 500;
}

/*---------- Buttons (schließen und nochmal) ----------*/
hr {
	margin-top: 35px;
	border: none;
	border-top: 1px solid #8b2939;
	color: #8b2939;
	background-color: #8b2939;
	height: 1px;
}

#button {
	margin-top: 10px;
	display: block;
}

#button a {
	font-family: "Amatic SC";
	color: #8b2939;
	font-size: 40px;
	
}

.nochmal {
	margin-top: 40px;
	display: block;
}

.nochmal a {
	font-family: "Lato";
	color: #ffffff;
	font-size: 23px;
}


.nochmal_negativ {
	margin-top: 40px;
	display: block;
}

.nochmal_negativ a {
	font-family: "Lato";
	color: #000;
	font-size: 23px;
}

/* --------- REAKTIONEN --------- */

#reaktion_01 {
	display: none;
	position: absolute;
	left: 200px;
	top: 425px;
	width: 123px;
	height: auto;
}

#reaktion_02 {
	display: none;
	position: absolute;
	top: 365px;
	width: 123px;
	height: auto;
}

#reaktion_03 {
	display: none;
	position: absolute;
	top: 270px;
	left: 200px;
	width: 123px;
	height: auto;
}

#reaktion_04 {
	display: none;
	position: absolute;
	top: 175px;
	width: 123px;
	height: auto;
}

#reaktion_05 {
	display: none;
	position: absolute;
	top: 75px;
	left: 200px;
	width: 123px;
	height: auto;
}

#reaktion_06 {
	display: none;
	position: absolute;
	top: 20px;
	width: 123px;
	height: auto;
}

/* --------- ERGEBNISSE --------- */

h3 { 
	font-family: "Amatic SC";
	font-size: 70px;
	font-weight: 700;
	width: 300px;
}

.ergebnis_text {
	width: 500px;
}

.ergebnis_text a {
	color: #FFF;
	font-size: 25px;
	line-height: 1.8;
}

.pfeil { 
	display: inline-block;
	padding-right: 15px;
	padding-top: 8px;
	float: left;
	width: 13px;
	height: auto;
}

.ergebnis_bild {
	width: 180px;
	right: 125px;
	top: -125px;
	float: right;
	position: relative;
}

#ergebnis_01_wrapper,
#ergebnis_02_wrapper,
#ergebnis_03_wrapper,
#ergebnis_04_wrapper,
#ergebnis_05_wrapper,
#ergebnis_06_wrapper {
	width: 100%;
	position: absolute;
	z-index: 2000;
	margin-top: 0px;
}

#ergebnis_01,
#ergebnis_02,
#ergebnis_03,
#ergebnis_04,
#ergebnis_05,
#ergebnis_06 {
	display: block;
	z-index: 3000;
	width: 970px;
	height: 720px;
	margin-left: auto;
	margin-right: auto;
	/*
	border-style: solid;
	border-width: 1px;
	border-color: #fff;*/
	box-shadow: 3px 3px 10px #666;
}

#ergebnis_01_inhalt,
#ergebnis_02_inhalt,
#ergebnis_03_inhalt,
#ergebnis_04_inhalt,
#ergebnis_05_inhalt,
#ergebnis_06_inhalt {
	position: relative;
	overflow: hidden;
	z-index: 4000;
	top: 60px;
	left: 60px;
	width: auto;
}

#ergebnis_01_inhalt p,
#ergebnis_02_inhalt p,
#ergebnis_03_inhalt p,
#ergebnis_04_inhalt p,
#ergebnis_05_inhalt p,
#ergebnis_06_inhalt p {
	font-size: 25px;
	line-height: 1.8;
}


#ergebnis_01_wrapper {
	display: none;
}

#ergebnis_01 {
	background-color:#8b2939;
	color: #ffffff;
}


#ergebnis_02_wrapper {
	display: none;
}

#ergebnis_02 {
	background-color: #d43d55;
	color: #ffffff;
}


#ergebnis_03_wrapper {
	display: none;
}

#ergebnis_03 {
	background-color: #e76d81;
	color: #ffffff;
}

#ergebnis_03_inhalt p {
	color: #000000;
}


#ergebnis_04_wrapper {
	display: none;
}

#ergebnis_04 {
	background-color: #f6a8b5;
	color: #ffffff;
}

#ergebnis_04_inhalt p {
	color: #000000;
}

#ergebnis_05_wrapper {
	display: none;
}

#ergebnis_05 {
	background-color: #f6cdd4;
	color: #ffffff;
}

#ergebnis_05_inhalt p {
	color: #000000;
}

#ergebnis_06_wrapper {
	display: none;
}

#ergebnis_06 {
	background-color: #909090;
	color: #ffffff;
}

#ergebnis_06_inhalt p {
	color: #ffffff;
}