﻿ /*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'PT Sans', sans-serif;
}

/* Globals */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block; *display: inline; *zoom: 1;
}
audio:not([controls]){
	display: none;
}
[hidden] {
	display: none;
}
strong, b {
	font-weight: bold;
}
html {
	/*width: 100%;
	height: 100%;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	background-color: #f5f5f5;
	font-family: 'PT Sans', sans-serif;
	font-size: 1.125em;
	line-height: 1.4em;
	color: #333;
	min-height: 100%;
	position: relative;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 body {
 	margin-left: 180px;
 	height: 100%
 }
a, a:active, a:visited {
	color: #164dab;
	text-decoration: none;
}
a:hover {
	color: #206fa1;
}
/*END RESET*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
#main {
	width: 1000px;
	margin: 0 auto;
	padding-top: 170px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}
.intro {
	background: #d3d3d3;
	min-width: 1000px;
}

.block:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}


/*GRID*/
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	display: block;
	float: left;
	margin-right: 20px;
}
.block1, .block2, .block3, .block4, .block5, .block6, .block7, .block8, .block9, .block10, .block11, .block12 {
	margin: 0 auto;
}

.col1, .block1{width:80px;}
.col2, .block2{width:180px;}
.col3, .block3{width:280px;}
.col4, .block4{width:380px;}
.col5, .block5{width:390px;}
.col6, .block6{width:580px;}
.col7, .block7{width:680px;}
.col8, .block8{width:780px;}
.col9, .block9{width:880px;}
.col10, .block10{width:980px;}
.col11, .block11{width:1080px;}

.left1{margin-left:100px;}
.left2{margin-left:200px;}
.left3{margin-left:300px;}
.left4{margin-left:400px;}
.left5{margin-left:500px;}
.left6{margin-left:600px;}
.left7{margin-left:700px;}
.left8{margin-left:800px;}
.left9{margin-left:900px;}
.left10{margin-left:1000px;}
.left11{margin-left:1100px;}
.left12{margin-left:1180px;}
.lastcol {margin-right: 0;}
/*GRID END*/



/*HEADER*/
#pagehead {
	border-bottom: 1px solid #b0b0b0;
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	min-width: 1000px;

}
#pagehead-outer {
	height: 80px;
}
#pagehead-inner {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
}
.titel-h1 {
	font-size: 1.375em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	line-height: 80px;
}
#logo {
	top: 0;
	display: block;
	height: 110px;
	background-color: #164dab;
	background-image: url("../img/medi-learn_logo.svg");
	background-repeat: no-repeat;
	background-position: 50% 31%;
}
#top-nav ul {
	text-align: left;
}
#top-nav li {
	display: inline-block;
	border-right: 1px solid #333;
	margin: 30px 0;
}
#top-nav li:last-child {
	border: none;
}
#top-nav li:first-child a {
	padding-left: 0;
}
#top-nav li a {
	color: #333;
	/*text-transform: uppercase;*/
	text-decoration: none;
	-webkit-transition: color .5s ease, background-color .5s ease;
	-moz-transition: color .5s ease, background-color .5s ease;
	-ms-transition: color .5s ease, background-color .5s ease;
	-o-transition: color .5s ease, background-color .5s ease;
	transition: color .5s ease, background-color .5s ease;
	padding: 5px 9px;
}
#top-nav li a:hover {
	color: #999;
	background-color: #eee;
}
/*END HEADER*/

/*MAINNAV*/
#main-nav {
	position: absolute;
	top:0;
	left:0;
	bottom: 0;
	min-height: 100%;
	padding-top: 17px;
	background-color: #164dab; /*b8b8b8*/
	text-align: right;
	z-index: 1000;
	overflow-y: auto;
	width: 250px;
}
.fixed-nav {
	/*position: fixed;*/
	width: 250px;
}
.main-nav-list {
	list-style: none;
	padding-bottom: 17px;
}
.main-nav-list li {
	position: relative;
	border-bottom: 1px solid #c5c5c5;
}
.main-nav-list li:first-child {
	padding: 23px 23px 14px 23px;
	font-weight: bold;
	color: #fff;  /*929292*/
	text-transform: uppercase;
}
.active-nav:after {
	content: "";
	position: absolute;
	right: 0;
	top:0;
	display: block;
	width: 5px;
	height:100%;
	background-color: #fff;
}
/*TEXT*/
.article-h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.4em;
}
h2 {
	font-weight: bold;
}
p {
	line-height: 1.66666666666em;
}
/*END TEXT */
.main-nav-list a {
	display: block;
	padding: 14px 23px;
	color: #fff;
	text-decoration: none;

	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
.main-nav-list a:hover {
	background-color: rgba(0,0,0,0.2)
}
/*END MAINNAV*/
#content {
	padding: 60px 0;
}
/*DROPDOWN*/
.wrapper-dropdown {
	/* Size & position */
	position: relative;
	width: 180px;
	margin: 0 auto 10px auto;
	padding: 12px 15px;

	/* Styles */
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.dropdown-large {
	width: 280px
}
.dd-left {
	margin: 0;
}
.wrapper-dropdown:after { /* Little arrow */
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #164dab transparent;
}

.wrapper-dropdown .dropdown {
	/* Size & position */
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;

	/* Styles */
	background: #fff;
	border-radius: 0 0 5px 5px;
	list-style: none;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;

	/* Hiding */
	max-height: 0;
	overflow: hidden;
}

.wrapper-dropdown .dropdown li {
}

.wrapper-dropdown .dropdown li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px 10px;
	transition: all 0.3s ease-out;
	border-bottom: 1px solid #e6e8ea;

}

.wrapper-dropdown .dropdown li:last-child a {
	border: none;
}

.wrapper-dropdown .dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown .dropdown li:hover a {
	background-color: #e1e1e1;
}

/* Active state */

.wrapper-dropdown.active {
	border-radius: 5px 5px 0 0;
	background: #164dab;
	box-shadow: none;
	border-bottom: none;
	color: white;
}

.wrapper-dropdown.active:after {
	border-color: #82d1ff transparent;
}

.wrapper-dropdown.active .dropdown {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	max-height: 1000px;
}
/*END DROPDOWN*/



/*SEITENSPEZIFISCH-HOME*/
#stat-header {
	height: 500px;
}
#balken-container {
	position: relative;
	height: 450px;
	margin-top: 21px;
}
.balken {
	position: relative;
	width: 83px;
	margin-right: 56px;
	float: left;
	border-top-right-radius: 30px;


	-webkit-transform-origin: 50% 100% ;
	-moz-transform-origin: 50% 100% ;
	-ms-transform-origin: 50% 100% ;
	-o-transform-origin: 50% 100% ;
	transform-origin: 50% 100% ;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

	-webkit-transform: scale3d(1,0,1);
	-moz-transform: scale3d(1,0,1);
	-ms-transform: scale3d(1,0,1);
	-o-transform: scale3d(1,0,1);
	transform: scale3d(1,0,1);

	animation-name: bounce-home;
	animation-duration:.8s;
	animation-timing-function: cubic-bezier(.22,1.28,.76,1.13);
	animation-delay: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-name: bounce-home;
	-webkit-animation-duration:.8s;
	-webkit-animation-timing-function: cubic-bezier(.22,1.28,.76,1.13);
	-webkit-animation-delay: .5s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: bounce-home;
	-moz-animation-duration:.8s;
	-moz-animation-timing-function: cubic-bezier(.22,1.28,.76,1.13);
	-moz-animation-delay: .5s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-iteration-count: 1;
	-o-animation-name: bounce-home;
	-o-animation-duration:.8s;
	-o-animation-timing-function: cubic-bezier(.22,1.28,.76,1.13);
	-o-animation-delay: .5s;
	-o-animation-fill-mode: forwards;
	-o-animation-iteration-count: 1;
	-ms-animation-name: bounce-home;
	-ms-animation-duration:.8s;
	-ms-animation-timing-function: cubic-bezier(.22,1.28,.76,1.13);
	-ms-animation-delay: .5s;
	-ms-animation-fill-mode: forwards;
	-ms-animation-iteration-count: 1;
}

@keyframes bounce-home{
	0% {
		transform: scale3d(1,0,1);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}

@-moz-keyframes bounce-home{
	0% {
		-moz-transform: scale3d(1,0,1);
	}
	100% {
		-moz-transform: scale3d(1,1,1);
	}
}

@-webkit-keyframes bounce-home {
	0% {
		-webkit-transform: scale3d(1,0,1);
	}
	100% {
		-webkit-transform: scale3d(1,1,1);
	}
}

@-o-keyframes bounce-home {
	0% {
		-o-transform: scale3d(1,0,1);
	}
	100% {
		-o-transform: scale3d(1,1,1);
	}
}

@-ms-keyframes bounce-home {
	0% {
		-ms-transform: scale3d(1,0,1);
	}
	100% {
		-ms-transform: scale3d(1,1,1);
	}
}

#balken1 {
	background-color: #514244;
	height:35px;
	margin-top: 415px;
}
#balken2 {
	background-color: #f1c40f;
	height:220px;
	margin-top: 230px;
}
#balken3 {
	background-color: #769946;
	height:400px;
	margin-top: 50px;
}
#balken4 {
	background-color: #545a63;
	height: 350px;
	margin-top: 100px;
}
#balken5 {
	background-color: #51778b;
	height: 190px;
	margin-top: 260px;
}
#balken6 {
	background-color: #750a41;
	height: 70px;
	margin-top: 380px;
}
#stat-header ul {
	list-style-type: none;
}
#stat-header ul li:last-child {
	margin-right: 0;
}
#stat-header h1 {
	position: absolute;
	top:190px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	line-height: 75px;
}

#stat-header h1 span {
	background-color: #fff;
}
#intro {
	padding-top: 60px;
}
/*END SEITENSPEZIFISCH-HOME */

/*SEITENSPEZIFISCH FRAGENSTAT*/
#fragenstat {
	padding: 70px 0;
}
#fragenstat-table-wrapper table {
	border-spacing: 0;
	font-size: 0.88888em;
}
#fragenstat-table-wrapper th {
	background-color: #b8b8b8;
	color: #fff;
	font-weight: bold;
	padding: 14px 0;
}
#fragenstat-table-wrapper td {
	width: 85px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #b0b0b0;
}
#fragenstat-table-wrapper tr td:last-child {
	border: none;
}
#fragenstat-table-wrapper tr {
	background-color: #f0f0f0;
}
#fragenstat-table-wrapper tr:nth-child(even){
	background-color: #fafbfc;
}
.ampel-gruen, .ampel-gelb, .ampel-rot {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	text-align: center;
	display: inline-block;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
	-webkit-transform: scale3d(.5,.5,1);
	-moz-transform: scale3d(.5,.5,1);
	-ms-transform: scale3d(.5,.5,1);
	-o-transform: scale3d(.5,.5,1);
	transform: scale3d(.5,.5,1);

	animation-name: bounce;
	animation-duration: .5s;
	animation-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
	animation-delay: .5s;
	animation-fill-mode: forwards;
	transform-origin: 50% 50%;
	-webkit-animation-name: bounce;
	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
	-webkit-animation-delay: .5s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation-name: bounce;
	-moz-animation-duration: .5s;
	-moz-animation-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
	-moz-animation-delay: .5s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation-name: bounce;
	-o-animation-duration: .5s;
	-o-animation-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
	-o-animation-delay: .5s;
	-o-animation-fill-mode: forwards;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation-name: bounce;
	-ms-animation-duration: .5s;
	-ms-animation-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
	-ms-animation-delay: .5s;
	-ms-animation-fill-mode: forwards;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;

}

@keyframes bounce{
	0% {
		transform: scale3d(.5,.5,1);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}

@-moz-keyframes bounce{
	0% {
		-moz-transform: scale3d(.5,.5,1);
	}
	100% {
		-moz-transform: scale3d(1,1,1);
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale3d(.5,.5,1);
	}
	100% {
		-webkit-transform: scale3d(1,1,1);
	}
}

@-o-keyframes bounce {
	0% {
		-o-transform: scale3d(.5,.5,1);
	}
	100% {
		-o-transform: scale3d(1,1,1);
	}
}

@-ms-keyframes bounce {
	0% {
		-ms-transform: scale3d(.5,.5,1);
	}
	100% {
		-ms-transform: scale3d(1,1,1);
	}
}
.tooltip {
	border-bottom: 1px dotted #333;
	cursor: help;
}
.tooltip span {
	display: none;
}
.tooltip:hover span {
	display: block;
	position: absolute;
	padding: 0.5em 1em;
	background-color: #333;
	color: #eee;
	z-index: 10;
}

#fachlegende {
	margin: 30px 0;
}


#fachlegende dt, #fachlegende dd {
	display: inline-block;
}
#fachlegende dt {
	text-align: right;
	width: 30px;
}
#fachlegende dd {
	width: 140px;
	margin-left: 5px;
}
.ampel-gruen {
	background-color: #769946;
}
.ampel-gelb {
	background-color: #f1c40f;
}
.ampel-rot {
	background-color: #a30a0a;
}
.prozent-gruen {
	color: #769946;
	font-weight:bold;
}
.prozent-gelb {
	color: #f1c40f;
	font-weight:bold;
}
.prozent-rot {
	color: #a30a0a;
	font-weight:bold;
}

dt.ampel-gruen, dt.ampel-gelb, dt.ampel-rot {
	float: left;
	margin: 8px 15px 8px 0;
}
#ampel-legende {
	margin: 30px 0;
	padding-left: 6px;
}
#ampel-legende h2 {
	margin-bottom: 10px;
}
#ampel-legende dd {
	line-height: 56px;
}
#ampel-legende .ampel-gruen, #ampel-legende .ampel-gelb, #ampel-legende .ampel-rot {
	width: 40px;
	height: 40px;
}
/*END SEITENSPEZIFISCH-FRAGENSTAT*/

/*SEITENSPEZIFISCH-KRANKHEITEN*/
.legende {
	padding: 50px 0 80px 0;
}
.legende dt {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	border-bottom-right-radius: 16px;
}
.legende h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.an {
	background-color: #f1c40f;
}
.bc {
	background-color: #750a41;
}
.ph {
	background-color: #769946;
}
.ps {
	background-color: #506672;
}
.legende dd {
	height:32px;
	float: left;
	margin-right: 20px;
}
#krankheiten {
	font-size: 16px;
	line-height: 22px;
}
#krankheiten dt {
	margin-bottom: 5px;
}
.balken-kr {
	display: inline-block;
	float: left;
	border-bottom-right-radius: 16px;
	overflow: hidden;
	margin-bottom: 20px;
	color: #fff;

	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

	-webkit-transform: scale3d(0,1,1);
	-moz-transform: scale3d(0,1,1);
	-ms-transform: scale3d(0,1,1);
	-o-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);

	animation-name: bounce-vertical;
	animation-duration:.8s;
	animation-timing-function: cubic-bezier(.22,1.28,.76,1);
	animation-delay: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-name: bounce-vertical;
	-webkit-animation-duration:.8s;
	-webkit-animation-timing-function: cubic-bezier(.22,1.28,.76,1);
	-webkit-animation-delay: .5s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: bounce-vertical;
	-moz-animation-duration:.8s;
	-moz-animation-timing-function: cubic-bezier(.22,1.28,.76,1);
	-moz-animation-delay: .5s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-iteration-count: 1;
	-o-animation-name: bounce-vertical;
	-o-animation-duration:.8s;
	-o-animation-timing-function: cubic-bezier(.22,1.28,.76,1);
	-o-animation-delay: .5s;
	-o-animation-fill-mode: forwards;
	-o-animation-iteration-count: 1;
	-ms-animation-name: bounce-vertical;
	-ms-animation-duration:.8s;
	-ms-animation-timing-function: cubic-bezier(.22,1.28,.76,1);
	-ms-animation-delay: .5s;
	-ms-animation-fill-mode: forwards;
	-ms-animation-iteration-count: 1;
}

@keyframes bounce-vertical {
	0% {
		transform: scale3d(0,1,1);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}

@-moz-keyframes bounce-vertical {
	0% {
		-moz-transform: scale3d(0,1,1);
	}
	100% {
		-moz-transform: scale3d(1,1,1);
	}
}

@-webkit-keyframes bounce-vertical  {
	0% {
		-webkit-transform: scale3d(0,1,1);
	}
	100% {
		-webkit-transform: scale3d(1,1,1);
	}
}

@-o-keyframes bounce-vertical {
	0% {
		-o-transform: scale3d(0,1,1);
	}
	100% {
		-o-transform: scale3d(1,1,1);
	}
}

@-ms-keyframes bounce-vertical {
	0% {
		-ms-transform: scale3d(0,1,1);
	}
	100% {
		-ms-transform: scale3d(1,1,1);
	}
}

.balken-an, .balken-bc, .balken-ph, .balken-ps {
	height:32px;
	width: 128px;
	float: left;
	line-height: 32px;
	text-align: center;
}
.balken-an {
	background-color: #f1c40f;
	color: #111;
}
.balken-bc {
	background-color: #750a41;
}
.balken-ph {
	background-color: #769946;
}
.balken-ps {
	background-color: #506672;/*#51778b*/
}
.kr-summe {
	display: inline-block;
	font-weight: bold;
	line-height: 32px;
	float: left;
	margin-left: 15px;
	opacity: 0;

	animation-name: erscheinen;
	animation-duration:.8s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-name: erscheinen;
	-webkit-animation-duration:.8s;
	-webkit-animation-delay: .5s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: erscheinen;
	-moz-animation-duration:.8s;
	-moz-animation-delay: .5s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-iteration-count: 1;
	-o-animation-name: erscheinen;
	-o-animation-duration:.8s;
	-o-animation-delay: .5s;
	-o-animation-fill-mode: forwards;
	-o-animation-iteration-count: 1;
	-ms-animation-name: erscheinen;
	-ms-animation-duration:.8s;
	-ms-animation-delay: .5s;
	-ms-animation-fill-mode: forwards;
	-ms-animation-iteration-count: 1;
}

@keyframes erscheinen {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes erscheinen {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes erscheinen {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes erscheinen {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes erscheinen {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fach-wrapper {
	margin: 50px 0;
}
/*END SEITENSPEZIFISCH-KRANKHEITEN*/

/*SEITENSPEZIFISCH-WIESCHWER*/
.grafik {
	position: relative;
	height: 500px;
	border-bottom: 1px solid #333;
}
.grafik ul {
	list-style-type: none;
}
.grafik li {
	position: absolute;
	bottom: 0;
	width: 32px;
	height: 500px;
	border-top-right-radius: 16px;
	background-color: #506672;
	margin-right: 49px;


	-webkit-transform-origin: 50% 100% ;
	-moz-transform-origin: 50% 100% ;
	-ms-transform-origin: 50% 100% ;
	-o-transform-origin: 50% 100% ;
	transform-origin: 50% 100% ;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

	-webkit-transform: scale3d(1,0,1);
	-moz-transform: scale3d(1,0,1);
	-ms-transform: scale3d(1,0,1);
	-o-transform: scale3d(1,0,1);
	transform: scale3d(1,0,1);

	animation-name: bounce-home;
	animation-duration:.8s;
	animation-timing-function: cubic-bezier(.22,1.28,.76,1.13);
	animation-delay: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-name: bounce-home;
	-webkit-animation-duration:.8s;
	-webkit-animation-timing-function: cubic-bezier(.22,1.28,.76,1.13);
	-webkit-animation-delay: .5s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: bounce-home;
	-moz-animation-duration:.8s;
	-moz-animation-timing-function: cubic-bezier(.22,1.28,.76,1.13);
	-moz-animation-delay: .5s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-iteration-count: 1;
	-o-animation-name: bounce-home;
	-o-animation-duration:.8s;
	-o-animation-timing-function: cubic-bezier(.22,1.28,.76,1.13);
	-o-animation-delay: .5s;
	-o-animation-fill-mode: forwards;
	-o-animation-iteration-count: 1;
	-ms-animation-name: bounce-home;
	-ms-animation-duration:.8s;
	-ms-animation-timing-function: cubic-bezier(.22,1.28,.76,1.13);
	-ms-animation-delay: .5s;
	-ms-animation-fill-mode: forwards;
	-ms-animation-iteration-count: 1;
}
.grafik li p {
	position: relative;
	top:-30px;
	left:-16px;
	width: 64px;
	text-align: center;
}
#balken10 {
	left: 50px;
	height:42px;
}
#balken20 {
	left: 131px;
	height:63px;
}
#balken30 {
	left: 212px;
	height:126px;
}
#balken40 {
	left: 293px;
	height:189px;
}
#balken50 {
	left: 374px;
	height:231px;
}
#balken60 {
	left: 455px;
	height:294px;
}
#balken70 {
	left: 536px;
	height:378px;
}
#balken80 {
	left: 617px;
	height:483px;
}
#balken90 {
	left: 698px;
	height:294px;
}
.grafik-legende {
	padding: 10px 25px;
}
.grafik-legende ul {
	list-style-type: none;
	margin-bottom: 10px;
}
.grafik-legende li {
	float: left;
	width: 81px;
	text-align: center;
}

.grafik-legende li:last-child {
	margin: 0;
}
.legende-x, .legende-y {
	text-align: center;
	font-weight: bold;
}
.legende-y {
	position: absolute;
	left:-80px;
	top:50%;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ampel-text {
	margin-top: 60px;
}
.ampel-text p {
	margin-bottom: 60px;
}
#balken10-stex {
	left: 50px;
	height:17px;
}
#balken20-stex {
	left: 131px;
	height:51px;
}
#balken30-stex {
	left: 212px;
	height:68px;
}
#balken40-stex {
	left: 293px;
	height:102px;
}
#balken50-stex {
	left: 374px;
	height:136px;
}
#balken60-stex {
	left: 455px;
	height:204px;
}
#balken70-stex {
	left: 536px;
	height:255px;
}
#balken80-stex {
	left: 617px;
	height:357px;
}
#balken90-stex {
	left: 698px;
	height:476px;
}
/* END SEITENSPEZIFISCH-WIESCHWER*/


/* SEITENSPEZIFISCH-BISHERIGE FÄLLE*/
.table-wrapper  {
	margin: 30px 0;
}
.table-wrapper table {
	border-spacing: 0;
}
.table-wrapper th {
	background-color: #b8b8b8;
	color: #fff;
	font-weight: bold;
	padding: 14px 0;
}
.table-wrapper td {
	width: 85px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #b0b0b0;
}
.table-wrapper td:last-child,
.table-wrapper th:last-child {
	width: 90%;
	padding-left: 1em;
	border: none;
	text-align: left;
}
.table-wrapper tr {
	background-color: #f0f0f0;
}
.table-wrapper tr:nth-child(even){
	background-color: #fafbfc;
}

/* END SEITENSPEZIFISCH-BISHERIGE FÄLLE*/



/* SEITENSPEZIFISCH-persönliche Statistiken */
.select-container {
	width: 700px;
	margin: 50px auto;
}
.select-container h2 {
	text-align: center;
	margin-bottom: 40px;
}

.select-wrap {
	width: 300px;
	float: left;
}
.select-wrap h3 {
	margin-bottom: 10px;
	margin-left: 10px;
}
.select-wrap:nth-child(2) {
	margin-right: 100px;
}

.select-arrow-wrap {
	position: relative;
	float: left;
}

.select-arrow-wrap:after{
	content:"↓";
	text-align: center;
	line-height:46px;
	position: absolute;
	width: 50px;
	height: 50px;
	background: #fff;
	right: 0;
	top: 0;
	pointer-events: none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #164dab;
	border-right: 1px solid #164dab;
	border-bottom: 1px solid #164dab;
}

.dropdownPS {
	width: 300px;
	height: 50px;
	border: 1px solid #164dab;
	border-radius: 5px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px 17px;
	font-size: 18px;
	color:#333;
	font-family: 'PT Sans', sans-serif;
}

.dropdownPS option {
	height: 50px;
	border: none;
	padding: 17px;
}

.form-feld {
	width: 300px;
	height: 50px;
	border-radius: 5px;
	padding: 0 35px;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	border: 1px solid #164dab;
}
.feld-container {
	margin-bottom: 15px;
}

.submit {
	border: 0;
	background-color: #164dab;
	border-radius: 5px;
	padding: 0 40px;
	height: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	-webkit-appearance: none;

	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}
.submit:hover {
	background-color: #5988DA;
}
.submit:active {
	background-color: #0d2d64;
}

.login-wrapper {
	width: 300px;
	margin: -20px auto 0 auto;
}
.login-icon-wrapper {
	margin-bottom: 40px;
}
.login-h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}
.login-icon, .question-icon {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	border-radius: 60px;
	/*background-color:#fff;*/
	/*background-size: 50%;*/

	background-repeat: no-repeat;
	border: 6px solid #164dab;
}
.login-icon {
	background-image: url(../img/login-icon.svg);
	background-position: 46% 50%;
}
/* ENDSEITENSPEZIFISCH-persönliche Statistiken */