/* Style the navbar */

.patientenstatistik .s7, .personalstatistik .s5 {
	text-align: right;
}

#navbar {
	overflow: hidden;
	background-color: #333;
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
	opacity: 0;
	animation: fadeIn 0.8s forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */

.sticky + .content {
	/*padding-top: 60px;*/
}

.scroller {
	display: block;
	width: 100%;
	padding-top: 100px;
}


/* Navbar links */

.bericht .sticky #frontpage-iconbar label {
	font-size: 14px;
	margin: 0;
	min-height: 45px;
}

.bericht .sticky .icon-bar.three-up .item {
	width: 16.66%;
}

.bericht .sticky i.fa {
	font-size: 20px;
}

.bericht .sticky #frontpage-iconbar .item {
	min-height: 0;
}

.bericht .sticky #frontpage-iconbar i {
	display: block;
	font-size: 28px;
	margin-top: 0;
}

.sticky div.icon-bar>* {
	float: left;
}

#frontpage-iconbar {
	margin: 0;
}

.bericht p.legend {
	/*text-align: center;*/
	font-size: 14px;
	padding: 5px;
}

.bericht p,
.bericht blockquote,
.bericht th,
.bericht td {
	font-size: 16px;
	line-height: 22px;
	color: #444;
}

.bericht h3 {
	color: #444;
	font-size: 22px;
}

.bericht h5 {
	font-weight: bold;
	color: #444;
}


.article {
	border-bottom: 1px dotted grey;
	padding: 3px;
	margin: 2px;
}

.article .text {
	font-size: 12px;
	line-height: 17px;
	font-family: arial;
}

.article .text.short {
	height: 150px;
	overflow: hidden;
}

.bericht i.fa {
	font-size: 4rem;
}

.bericht div.icon-bar a#musku {
	background: #D2D481;
}

.bericht div.icon-bar a#kardio {
	background: #66C3AA;
}

.bericht div.icon-bar a#pulmo {
	background: #64A8C2;
}

.bericht div.icon-bar a#geria {
	background: #F6856F;
}

.bericht div.icon-bar a#interni {
	background: #9a7ec4;
}

.bericht div.icon-bar a#aufenthalt {
	background: #909090;
}

.quote .read-more,
table .table-more,
.text-more,
.chart-more{
	cursor: pointer;
	display: inline-block;
	font-weight: lighter;
	text-align: center;
	font-size: 21px;
	text-decoration: none;
	padding: 3px;
	color: white;
	margin: 2px;
	box-shadow: 0 0 3px gray;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: right;
	margin-right: 30px;
	line-height: 22px;
}

.quote .read-more {
	background: #66C3AA;
}

table .table-more {
	background: #909090;
}

.text-more {
	background: #64A8C2;
	margin-top: -10px;
}

.chart-more{
	background: #D2D481;
}

.quote .quote_container {
	margin-bottom: 30px;
}

.full .fadeout {
	display: none;
}

blockquote p,
.short h3,
.full h3 {
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #444;
}

blockquote {
	margin: 0.25em 0;
	padding: 0.25em 40px;
	position: relative;
	border-left: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-rendering: optimizeLegibility;
}

blockquote:before {
	display: block;
	content: "\201D";
	font-size: 80px;
	position: absolute;
	left: -3px;
	top: 30px;
	color: #66C3AA;
	border: 0;
}

.quote .article {
	border-bottom: none !important;
}

.short:after{
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 34px;
	left: 0;
	pointer-events: none;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
	width: 100%;
	height: 3em;
}

.tweak .text-hide{
	content: "";
	position: relative;
	z-index: 1;
	bottom: 34px;
	left: 0;
	pointer-events: none;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
	width: 50%;
	height: 3em;
}

.table-closed,
.text-hide,
.chart-hide{
	display: none;
}

.chart-show {
	display: block;
}

.tweak .text-hide {
	display: inline-block;
}
.tweak .text-show {
	display: none;
}


.mainimg {
	margin: 20px 0;
}

.bericht h1 {
	color: #444;
	font-size: 32px;
	margin-top: 0;
}

.bericht h2 {
	text-align: center;
	font-size: 30px;
	margin: 45px 0 30px 0;
	color: #444;
	font-weight: bold;
}

.bericht h1 span {
	color: #444;
	float: right;
	font-size: 18px;
	font-weight: 100;
}

.bericht h1 a {
	text-decoration: none;
}

#content-reha .overview-button {
	Font-size: 0.6em;
	color: #444;
	margin: 0;
}

.videocontainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 20px 0;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table.padding-correction thead tr th,
table thead tr td {
	padding: 0.5rem 0.625rem 0.625rem 0.9375rem;
}

.table-img {max-width:450px;}

table thead tr td,
table thead tr th,
table tbody tr td {
	vertical-align: top;

}

thead,
table thead,
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
	/*background: #bababa;*/
}

table tbody tr td {
	/* border-top: 1px solid #dddddd;*/
}

table thead tr td {
	font-weight: 100;
}

table thead tr {
	background: #f9f9f9;
}

.bericht table th {
	font-weight: bold;
	font-size: 18px;
}

.bericht table td.boldtd {
	font-weight: bold;
}

.bericht table tr.headertr {
	background: #bababa;
}

.graph {
	display: block;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}

#chart_div1,
#chart_div3,
#chart_div2 {
	width: 100%;
	min-height: 450px;
}

#chart_div4,
#chart_div5 {
	width: 100%;
	min-height: 400px;
}

.downloads {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 20px;
	color: #444;
}

.downloads a {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 20px;
	color: #444;
}

.downloads li {
	margin: 10px 0;
}

.imgtopchop {margin-top: 5px;}

@media only screen and (min-width: 900px) {
	.bericht #frontpage-iconbar .item {
		min-height: 300px;
	}
}

@media only screen and (min-width: 768px) {
	.bericht #frontpage-iconbar label {
		margin-top: 20%;
		font-size: 22px;
	}
	.bericht #frontpage-iconbar i {
		margin-top: 20px;
	}
	.shortside {
		border-right: solid 1px #ddd;
	}


}

@media (min-width: 768px) and (max-width: 900px) {
	.bericht #frontpage-iconbar .item {
		min-height: 250px;
	}
	.bericht .sticky #frontpage-iconbar label {
		display: block;
		font-size: 14px;
		margin: 0;
	}
	.bericht .sticky #frontpage-iconbar .item {
		min-height: 150px;
	}
	.tweak .text-hide{

		width: 100%;
	}

}

@media only screen and (max-width: 767px) {
	.bericht #frontpage-iconbar a {
		width: 100%;
	}
	.bericht #frontpage-iconbar i {
		display: none;
	}
	.bericht #frontpage-iconbar .no-icon {
		display: none;
	}
	.bericht .sticky #frontpage-iconbar label {
		display: none;
	}
	.bericht td {
		font-size: 9px;
		line-height: 12px;
	}

	.imgfix-column {

	}
	.tweak .text-hide{

		width: 100%;
	}

}

@media only screen and (max-width: 641px) {

	.imgfix-column {
		padding: 0;
	}

}

