@import url("https://use.typekit.net/bsc6wtm.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html,body,section,article,div,h1,h2,h3,h4,h5,p,a,b,i,table,tr,th,td,ol,ul,li,form,button,input,select,textarea {
	font-family: 'Open Sans', Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: 500;
	color: #444;
}
html, body {
	height: 100%;
	background-color: rgb(0,0,0);
}
header {
	width: 100%;
	max-width: 900px;
	height: 30px;
	margin: auto;
	padding: 0;
	background: rgb(217,30,72);
}
nav {
	display: none;
}
main {
	width: 100%;
	max-width: 900px;
	height: calc(100% - 30px);
	margin: auto;
	background-image: url(../img/background_0.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding: 60px 80px;
	box-sizing: border-box;
}
footer {
	display: none;
}
.logo {
	position: absolute;
	width: 200px;
	bottom: 50px;
	right: 80px;
}
.stiftung {
	position: absolute;
	width: 170px;
	bottom: 150px;
	right: 80px;
}
.kranich {
	width: 150px;
	position: absolute;
	left: 30px;
	bottom: 20px;
}
.intro {
	margin-top: 40px;
}

button.submitbutton, div.submitbutton, div.loginbutton {
	background: rgb(217,30,72);
	color: #fff;
	margin: 0 auto;
	display: block;
	border: none;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	width: 240px;
	border-radius: 25px;
	text-align: center;
	box-shadow: none;
}
button.backbutton {
	background: rgb(210,210,210);
	color: rgb(255,255,255);
	margin: 0 auto;
	display: block;
	border: none;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	width: 240px;
	border-radius: 25px;
	text-align: center;
	box-shadow: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	height: 50px;
	padding: 0;
	background-image: url(../img/backbutton.svg);
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: 8px 10px;
}
button.submitbutton:hover, 
div.loginbutton:hover, 
div.submitbutton:hover {
	background: rgb(166,43,78);
}
button.submitbutton img {
	height: 20px;
	width: auto;
	padding-top: 0px;
	vertical-align: middle;
	margin-left: 10px;
}
img.xtandi {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: auto;
}
img.pfeilrechts {
	border: 0;
	width: 75px;
	float: left;
	margin-right: 15px;
	margin-top: -3px;
}
img.kinderhospiz {
	border: 0;
	height: 80px;
	width: auto;
	margin-top: 10px;
}
img.smiley {
	position: absolute;
	top: -60px;
	left: 25px;
	border: 0;
	height: 90px;
	width: auto;
	margin-top: 10px;
}

/*
BOXES
*/
div.box {
	border: 0;
	border-radius: 10px;
	padding: 25px;
}
div.white {
	background-color: rgb(255,255,255);
}
div.orange {
	background-image: linear-gradient(-45deg, rgb(226,123,35), rgb(188,41,6));
}
div.none {
	font-size: 20px;
	color: rgb(255,255,255);
	text-align: center;
}
div.none strong {
	color: rgb(251,176,52);
}
h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 40px;
}
h2 {
	border-bottom: 0;
}
b {
  font-weight: 800;
}
p {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 25px;
}

/*
BUTTONS Home
*/
.buttons {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
}
.buttons .button {
	display: flex;
	align-items:center;
	height: 80px;
	border-radius: 40px;
	width: 450px;
	padding-left: 100px;
	border: 3px solid rgb(217,30,72);
	font-size: 28px;
	font-weight: 700;
	cursor: pointer;
}
.buttons .button:before {
	content: "";
	position: absolute;
	left: 7px;
	top: 7px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: rgb(217,30,72);
}
.buttons .button:hover, 
.buttons .button.active {
	background: rgb(217,30,72);
	color: #fff;
}
.buttons .button:hover:before, 
.buttons .button.active:before {
	background: #fff;
}
p.question {
	font-weight: 500;
	font-size: 31px;
	margin-bottom: 0px;
	line-height: 38px;
	font-weight: 400;
}
p.question span {
	font-size: 24px;
	font-weight: 300;
}
p.question.orange {
	font-family: 'solex', Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: 700;
}
p.question.small {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
}
p.white {
	color: rgb(255,255,255);
}
p.white strong {
	color: rgb(251,176,52);
}
p.box.header {
	background-image: linear-gradient(-45deg, rgb(226,123,35), rgb(188,41,6));
	font-size: 24px;
	color: rgb(255,255,255);
	padding: 15px 20px 15px 20px;
	text-align: center;
	margin: 0;
	font-family: 'solex', Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: 500;
}
p.box.text {
	margin-bottom: 0;
	margin-top: 7px;
}
p.specialtext {
	padding: 15px;
	text-align: center;
	
}
p.specialtext strong{
	color: rgb(188,41,6);
}
p.mehrfachnennungen {
	position: absolute;
	bottom: -40px;
	left: 25px;
	font-weight: 400;
	font-size: 15px;
	color: rgb(255,255,255);
}
p.pretitle {
	color: rgb(255,255,255);
	font-size: 28px;
	position: absolute;
	top: 140px;
	left: 91px;
	font-family: 'solex', Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: 700;
}
img.iconperson {
	height: 35px;
	width: auto;
	float: right;
}
img.person {
	position: absolute;
	width: 150px;
	height: auto;
}
img.person.oben {
	top: -75px;
	right: -75px;
}
img.person.unten {
	bottom: -75px;
	right: -75px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
	margin-top: 15px;
}
/*
li {
	padding-left: 1em; 
	text-indent: -.7em;
}
li span {
}
ul li {
	margin: 0 0 10px 0;
}
li::before {
	content: "• ";
	color: rgb(188,41,6);
}
*/
ul li {
	list-style-image: url("../img/li.png");
	margin: 0 0 8px 17px;
}
span.small {
	font-size: 16px;
	font-style: italic;
}
td.gray {
	color: rgb(75,80,85);
	background-color: rgb(191,191,191);
	padding: 10px 25px 10px 25px;
	text-align: center;
	font-size: 17px;
	border-bottom: solid 1px rgb(60,60,60);
}
td.gray:nth-child(odd) {
	border-right: solid 1px rgb(60,60,60);
}
td.white {
	color: rgb(75,80,85);
	background-color: rgb(255,255,255);
	padding: 10px 15px 10px 15px;
	text-align: left;
	font-size: 13px;
	width: 50%;
}
td.white:nth-child(odd) {
	padding: 10px 7px 10px 15px;
	border-right: solid 1px rgb(60,60,60);
}
td.white:nth-child(even) {
	padding: 10px 15px 10px 7px;
}

td.white strong {
	color: rgb(191,49,26);
}
div.imagecontainer {
	position: absolute;
	left: 0;
	width: 100%;
	top: 220px;
}
div.imagecontainer img {
	width: 100%;
	margin-bottom: 40px;
}
div.footnote {
	position: absolute;
	width: 650px;
	width: calc(100vw - 160px);
	font-size: 8px;
	margin-top: 50px;
	border-top: 1px solid #d91e48;
	padding-top: 15px;
	bottom: 160px;
}
div.footnote {
	position: absolute;
	width: 100vw;
	font-size: 8px;
	margin-top: 50px;
	border-top: none;
	padding-top: 15px;
	bottom: 160px;
	left: 0;
	padding-left: 80px;
	padding-right: 80px;
}

div.footnote::before {
	position: relative;
	content: "";
	height: 1px;
	background: #d91e48;
	display: block;
	width: 100%;
	top: -15px;
}
div.footnote.left {
	bottom: 50px;
	left: 40px;
	width: 60%;
	margin: auto;
	overflow: hidden;
	padding: 0;
}
div.footnote.right {
	bottom: 110px;
	right: 50px;
	width: 70%;
	margin: auto;
	overflow: hidden;
	padding: 0;
	text-align: right;
}
div.footnote ol li {
	font-size: 11px;
	line-height: 12px;
	color: rgb(255,255,255);
	margin-bottom: 0;
	padding-bottom: 0;
}
div.buttoncontainer {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
	position: relative;
	margin: 40px auto;
	flex-direction: column;
	width: 550px;
}
div.noedit {
	pointer-events: none;
}
div.optcontainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 15px;
	column-gap: 40px;
	justify-content: center;
	position: relative;
	margin-top: 15px;
}
div.opt {
	height: 100px;
	width: 100%;
	border: solid 2px #444;
	border-radius: 50px;
	background-color: rgb(255,255,255);
	font-size: 24px;
	justify-content: center;
	cursor: pointer;
	text-align: center;
	align-items: center;
	display: flex;
	font-weight: 500;
}
div.opt:hover,
div.opt:focus, 
div.opt.selected {
	background: rgb(217,30,72);
	color: #fff;
	border-color: rgb(217,30,72);
}
div.opt.correct {
	border: 7px dotted rgb(217,30,72);
	background: #fff;
}
div.opt.selected.correct {
	color: #444;
}
div.opt.small {
	height: 80px;
	border-radius: 40px;
}
div.opt.large {
	width: 80%;
	font-size: 24px;
}
div.opt.large strong {
	color: rgb(188,41,6);
}
div.opt.optbox {
	height: auto;
	border-radius: 10px;
	font-size: 24px;
	line-height: 28px;
	width: 100%;
	padding: 20px 10px 10px 10px;
}
div.opt.optbox strong {
	color: rgb(188,41,6);
	font-family: 'solex', Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: 700;
}
div.optionnumber {
	position: absolute;
	top: -38px;
	left: calc(50% - 80px);
	width: 160px;
	height: 46px;
	border: solid 2px rgb(255,255,255);
	border-radius: 23px;
	background-color: rgb(251,176,52);
	color: rgb(255,255,255);
	font-size: 26px;
	line-height: 37px;
	font-family: 'solex', Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: 500;
}
div.likeopt {
	height: 46px;
	width: 150px;
	border: solid 2px rgb(255,255,255);
	border-radius: 23px;
	background-color: rgb(251,176,52);
	font-size: 26px;
	cursor: pointer;
	text-align: center;
	line-height: 37px;
	font-family: 'solex', Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: 500;
}
/* Ist auf dem iPad schlecht
div.opt:hover {
	background-color: rgb(249,177,32);
}
*/
div.box.white.padding {
	padding: 10px;
}
div.box.white.qid0 {
	width: 520px;
	position: relative;
	margin: auto;
	top: 60px;
	border-radius: 16px;
	padding: 10px;
}
div.box.white.qid0 div.inner {
	padding: 15px;
}
img.special.junge1 {
	position: absolute;
	z-index: 90;
	bottom: 0;
	left: 40px;
	height: 500px;
	width: auto;
}
img.special.junge2 {
	position: absolute;
	z-index: 90;
	bottom: 0;
	left: 40px;
	height: 520px;
	width: auto;
}
img.special.baelle {
	position: absolute;
	z-index: 80;
	bottom: -50px;
	left: -29px;
	height: auto;
	width: 773px;
}
div.box.white.qid0 div.inner img {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 130px;
	height: auto;
}
div.box.orange.qid0 {
	
}
div.qid1 {
	position: relative;
	top: 200px;
	width: 75%;
	margin: auto;
}
div.qid2 {
	position: relative;
	top: 200px;
	width: 75%;
	margin: auto;
}
div.qid3 {
	position: relative;
	top: 50px;
	width: 75%;
	margin: auto;
	overflow: hidden;
	padding: 0;
	margin-bottom: 30px;
}
div.qid3 table {
	width: 100%;
}
div.qid3 + div.footnote {
	width: 70%;
}
div.qid33 {
	position: relative;
	top: 150px;
	width: 75%;
	margin: auto;
	overflow: hidden;
	padding: 0;
	margin-bottom: 30px;
}
div.qid11 {
	width: 290px;
	position: relative;
	margin-left: 40px;
	top: 200px;
}
p.question.qid11 {
	position: absolute;
	top: 110px;
	left: 40px;
}
button.submitbutton.qid11 {
	width: 350px;
}
div.qid4 {
	position: relative;
	top: 200px;
	width: 75%;
	margin: auto;
}
div.optcontainer.qid4 {
	position: relative;
	top: 270px;
	row-gap: 55px;
}
div.qid5 {
	position: relative;
	top: 200px;
	width: 75%;
	margin: auto;
}
div.optcontainer.qid5 {
	position: relative;
	top: 300px;
}
div.qid6 {
	position: relative;
	top: 100px;
	width: 75%;
	margin: auto;
}
div.qid6 div {
	
}
div.qid6.none {
	top: 100px;
	font-weight: 400;
	text-align: left;
}
div.qid66 {
	position: relative;
	top: 80px;
	width: 75%;
	margin: auto;
	text-align: center;
	padding-bottom: 10px;
}
div.qid66 p.question {
	color: rgb(251,176,52);
	text-align: center;
}
div.qid66 p.text {
	color: rgb(255,255,255);
	text-align: center;
	margin-top: 10px;
}
div.qid9 {
	position: relative;
	top: 100px;
	width: 450px;
	margin: auto;
}
div.qid9.white {
}
.qid9 h1 {
	margin: 0;
}
.qid9 p {
	margin-bottom: 5px;
}
input[type="text"], input[type="password"], select {
	width: 100%;
	background-color: rgb(245,245,245);
	border: none;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
}
/*
.loginbutton {
  display: flex;
  align-items: center;
  height: 60px;
  border-radius: 30px;
  width: 100%;
  justify-content: center;
  background: rgb(217,30,72);
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
*/

/*
ORIENTATION
*/
div.rotatebox {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 50px;
	font-weight: 400;
	color: rgb(255,255,255);
	text-align: center;
	padding-top: 20%;
}
div.stoerer.qid0 {
	position: absolute;
	bottom: 20px;
	left: 80px;
	width: auto;
	text-align: left;
	font-size: 10px;
}
div.freigabenummer {
	position: absolute;
	bottom: 150px;
	left: -80px;
	z-index: 99;
	font-size: 10px;
	rotate: -90deg;
}

/*
DASHBOARD
*/
main.dashboard {
	background-color: rgb(255,255,255);
	background-image: url(../img/background_0.jpg);
	overflow: scroll;
	padding: 20px 20px;
}
div.dashboardcontainer {
	display: grid;
	grid-template-columns: 48% 48%;
	justify-content: center;
	grid-gap: 5px;
}
main.dashboard h1,
div.dashboardcontainer h2,
div.dashboardcontainer td,
div.dashboardcontainer p,
div.dashboardcontainer b {
	color: rgb(68,68,68);
}
div.dashboard {
	border: solid 1px rgb(217,30,72);
	padding: 10px;
}
main.dashboard h1 {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: 500;
}
main.dashboard h2 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 700;
}
main.dashboard p.dashboard {
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	margin-bottom: 10px;
}
main.dashboard p.small.dashboard {
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
}
div.dashboard table {
	width: 100%;
}
div.dashboard table td {
	padding-bottom: 5px;
	font-size: 14px;
}
div.dashboard table td[colspan="3"] {
	padding-top: 10px;
}
div.dashboard table td:nth-child(1) {
	width: 65%;
	padding-right: 5px;
}
div.dashboard table td:nth-child(2) {
	width: 5%;
	padding-right: 5px;
	text-align: right;
}
div.dashboard table td:nth-child(3) {
	width: 30%;
}
div.balken {
	height: 20px;
	background: rgb(217,30,72);
}
div.balken.group1 {
	background: rgb(217,30,72);
}
div.balken.group2 {
	background: rgb(220,115,30);
}
div.balken.group3 {
	background: rgb(251,176,52);
}
button.dashboard {
	right: 5%;
	width: 45%;
}
div.lastupdate {
	color: rgb(68,68,68);
	text-align: center;
	margin-top: 20px;
}
img.dashboardlogo {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 150px;
	height: auto;
}
div.dashboardcontainer td.emb {
	color: rgb(217,30,72);
	font-weight: 700;
}
div.dashboard td {
	vertical-align: middle;
}