@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: 'Roboto', sans-serif; font-weight: 300;
	
	background-color: #F5F5F5;
	
}

h1{
	font-size: 1.7em;
	font-weight: 500;
}
h2{
	font-size: 1em;
	font-weight: 300;
}
a {
	text-decoration: none;
	color: #5088AC;
	cursor: pointer;
	}
abbr{
	color: #cccccc;
}

.startAuf {
	color: #5088AC;
}

#divCenter {
	position:absolute;
	top: 0px;
	left: 3%;
	right: 5%;
	bottom: 9px;
	z-index:1;
	border:none;
	background-color: transparent;
}



#logo {
	position: fixed;
	bottom: 4px;
	left: 19px;
	z-index: 60;
	cursor: pointer;
	}	

#divBottomSpace {
	position:fixed;
	left: 0;
	right: 0;
	bottom:0px;
	height:70px;
	background-color:#e1e1e6;
	z-index:10;
	cursor: pointer;
}
	
#subtitle {
	position: fixed;
	bottom: 10px;
	left: 0;
	right: 20px;
	text-align: right;
	font-weight: 500;
	font-size: 30px;
	color: #777777;
	z-index: 70;
	cursor: pointer;
	}	

#kreis1 {
	position: fixed;
	left: 20px;
	bottom: 9px;
	border-radius: 50%;
	width: 268px;
	height: 160px;
	padding-top: 110px;
	background-color: #5088ac;
	text-align: center;
	font-size: 0px;
	font-weight: 500;
	color: #F1F1A2;
	opacity: 0.7;
	z-index: 40;
	}
	
#kreis2 {
	position: fixed;
	left: 20px;
	bottom: 9px;
	border-radius: 50%;
	width: 268px;
	height: 160px;
	padding-top: 110px;
	background-color: #E9CE00;
	text-align: center;
	font-weight: 500;
	font-size: 0px;
	color: #279BEF;
	opacity: 0.7;
	z-index: 40;
	}
	
#kreis3 {
	position: fixed;
	left: 20px;
	bottom: 9px;
	border-radius: 50%;
	width: 268px;
	height: 160px;
	padding-top: 110px;
	background-color: #945166;
	text-align: center;
	font-size: 0px;
	font-weight: 500;
	color: #50ccac;
	opacity: 0.7;
	z-index: 40;
	}	

#kreis4 {
	position: fixed;
	left: 20px;
	bottom: 9px;	
	border-radius: 50%;
	width: 268px;
	height: 160px;
	padding-top: 110px;
	background-color: #22767F;
	text-align: center;
	font-size: 0px;
	font-weight: 500; 
	color: #F1B353;
	opacity: 0.7;
	z-index: 40;
	}
	
html {
	box-sizing: border-box;
}


#startText {
	position: absolute;
	left: 30%;
	top: 50%;
	width: 700px;
	background-color: #F5F5F5;
	padding: 10px;
	border-radius: 5px;
}


#startInfo {
position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;

}

#gallery img {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

.changer figure {
	/* wird erst per JS aktiviert */
	
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.changer figcaption {
	position: absolute;
	left: 1em;
	top: 1em;
	color: white;
}

main {
	position: relative;
	min-height: 44em;
	padding: 0;
}

.halbabstand {
	height: 4em;
}
.doppelabstand{
	height: 200px;	
	}
.startAuf {
	color: #9A9FEB;
}
