/* general */

.content {
	background-color: #FFF;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 auto;
}

.content article {
	margin: 0 auto 40px;
	max-width: 1152px;
}

.content img[data-visible~='0'] {
	opacity: 0.05;
	transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.content img[data-visible~='10'] {
	opacity: 0.1;
}

.content img[data-visible~='20'] {
	opacity: 0.2;
}

.content img[data-visible~='30'] {
	opacity: 0.3;
}

.content img[data-visible~='40'] {
	opacity: 0.4;
}

.content img[data-visible~='50'] {
	opacity: 0.5;
}

.content img[data-visible~='60'] {
	opacity: 0.6;
}

.content img[data-visible~='70'] {
	opacity: 0.7;
}

.content img[data-visible~='80'] {
	opacity: 0.8;
}

.content img[data-visible~='90'] {
	opacity: 0.9;
}

.content img[data-visible~='100'] {
	opacity: 1;
}

.content aside ul {
	list-style: none;
	margin-top: 5px;
}

.content aside ul li {
	background: url('../images/hg_menue_20130325.jpg') repeat-x scroll 0 50% #F00;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	height: 14px;
	margin-top: 1px;
	padding: 2px;
}

.content aside ul li:hover {
	background: none repeat-x scroll 0 50% #fff;
	color: #000038;
}

.content aside ul li a {
	display: block;
}

.content h2 {
	font-size: 18px;
	margin-bottom: 18px;
}

.content hr {
	background-color: #C00;
}

.content .pagecnt {
	text-align: center;
}

.parallax {
	background-image: url('../images/praxis.jpg');
	background-attachment: fixed;
	background-position: top 92px center;
	background-repeat: no-repeat;
	background-size: contain;
	/*min-height: 100vh;*/
}

body[data-scroll~='10'] .content .hero-image {
	height: 61vw;
	transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

body[data-scroll~='15'] .content .hero-image {
	height: 56vw;
}

body[data-scroll~='20'] .content .hero-image {
	height: 51vw;
}

body[data-scroll~='25'] .content .hero-image {
	height: 46vw;
}

body[data-scroll~='30'] .content .hero-image {
	height: 41vw;
}

body[data-scroll~='35'] .content .hero-image {
	height: 36vw;
}

body[data-scroll~='40'] .content .hero-image {
	height: 31vw;
}

body[data-scroll~='45'] .content .hero-image {
	height: 26vw;
}

body[data-scroll~='50'] .content .hero-image {
	height: 21vw;
}

.content .hero-image {
	height: 66vw;
	max-height: 768px;
	min-height: 360px;
	position: relative;
}

.content .hero-text {
	color: #FFF;
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 5px #000;
	top: 50%;
	transform: translate(-50%, -50%);
}

.content .hero-text * {
	display: inline-block; /* IE7: */ *display: inline; *zoom: 1;
	line-height: 1.5em;
	padding: 5px 10px;
}

.content .hero-text h1 {
	font-size: 40px;
}

.content .sidebar1 {
	float: left;
	padding-right: 3px;
	width: 130px;
}

.content .sidebar2 {
	float: right;
	padding-left: 3px;
	width: 165px;
}

.content section {
	background-color: #FFF;
	min-height: 50vh;
	padding: 40px;
}

.content section a {
	color: #333;
}

.content section a:hover, .content section a.selected {
	color: #f39404;
	text-decoration: underline;
}

.content table {
}

.content table td {
	padding: 0 5px 0 0;
}

.content table th {
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

.content table thead, .content table tfoot {
	background-color: #000038;
	color: #FFF;
}

.content table .selected {
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
}

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

	.content section {
		padding: 40px 10px;
	}

}

/* Template specific */

.login input, .login select, .login textarea {
	color: #666;
}

.messages section {
	float: none;
	width: auto;
}

.messages table {
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
}

.messages .unread {
	font-weight: bold;
}

.onepage article + article {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	white-space: normal;
}

.onepage article + article > * {
	padding: 40px;
}

.onepage article:nth-child(2n) {
	flex-direction: row-reverse;
}

.onepage article .pagename {
	text-align: center;
	width: 38%;
}

.onepage article .pagetext {
	background-color: #007FFF;
	width: 62%;
}

.onepage article:nth-child(2n) .pagetext {
	background-color: #6040CF;
}

.onepage article .pagetext a {
	color: #FFF;
}

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

	.onepage article .pagename, .onepage article .pagetext {
		width: 100%;
	}

}

.rights fieldset {
	border: 1px solid #444;
	padding: 0.5em 1em;
}

.rights section {
	float: none;
	width: auto;
}

.rights table {
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
}

.rights ul {
	list-style: none;
}