@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */
#container {
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#offcanvas {
	display: block;
	overflow: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	min-height: 100%;
	width: 60%;
	font-size: 1.8rem;
	overfolw: hidden;
}
.closesubmenu-button {
	font-size: 1.3rem;
	color: #fff;
	padding: 1rem 0;
	display: block;
}
#offcanvasmenu {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
}
/* mobile menu buttons */
#open a {
	font-size: 17px;
	font-size: 1.2rem;
	color: white;
	text-decoration: none;
	padding: 0px2px;
	display: block;
 font.weight:bol
}
.close a {
	font-size: 17px;
	font-size: 1.2rem;
	color: white;
	text-decoration: none;
	padding: 0px 2px;
	display: none;
}
.open {
	display: block;
}
.close {
	display: none;
}
.menu-button {
	font-size: 36px; /* Change to alter button size */
	font-family: verdana !important;
	font-weight: normal !important;
	font-style: normal !important;
	height: 0.9rem;
	width: 0.9rem;
	cursor: pointer;
	position: relative;
	left: 1.5rem; /* Also works with absolute */
	top: -0.1rem;
	margin-top: -0.1rem;
	margin-right: 1rem;
}
.menu-button:after {
	content: '\2261';
	color: #5292C3;
	position: absolute;
	top: 0.7rem;
	left: 0.0rem;
	line-height: 0rem;
	/* Firefox */
	-moz-transition: all 1s ease;
}
.menu-button:hover:after {
	color: #cccfd0;
	/* Firefox */
	-moz-transform: rotate(30deg) );
}
/* Offcanvas formatieren */
#offcanvas nav ul li {
	borderd-bottom: 1px solid rgb(36,36,36);
	padding: 0 0%;
}
#offcanvas nav ul ul li {
	borderd-bottom: 1px solid rgb(36,36,36);
	padding: 0 0%;
}
#offcanvas nav ul li a {
	display: block;
	color: rgb(200,200,200);
	text-decoration: none;
	height: 49px;
	line-height: 49px;
	font-size: 1.2em;
	color: green;
}
/* Offcanvas anzeigen und einschieben*/
#offcanvasf:target + #offcanvasf {
	display: block;
}
#offcanvas:target + #wrapper {
	transform: translateX(60%);
	ms-transform: translateX(60%); /* IE 9 */
	-webkit-transform: translateX(60%); /* Safari and Chrome */
	transition: transform 0.8s ease-in-out, ms-transform 0.8s ease-in-out; /* all others */
	-webkit-transition: -webkit-transform 0.8s ease-in-out; /* Safari and Chrome */
}
#offcanvas:target + #wrapper .open {
	display: none;
}
/* when offcanvas is selected, show close menu button */
#offcanvas:target + #wrapper .close {
	display: block;
}
/* weiche animation */
#wrapper {
	z-index: 2;
	transition: transform 0.8s ease-in-out, ms-transform 0.8s ease-in-out; /* all others */
	-webkit-transition: -webkit-transform 0.8s ease-in-out; /* Safari and Chrome */
	position: relative;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	padding-left: 0.5%;
	padding-right: 0.5%;
	z-index: 10;
	background: url('back.jpg') repeat scroll 0% 0% / cover transparent;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #40464D;
	z-index:12;
}
#logopic {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#headpic {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 10px 5px;
}
#nav {
	display: none;
}
#sliding {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mainwrapstart {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin: 0px 0px 1rem;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	background-color: rgba(255, 255, 255, 0.5);
}
.mainwrap {
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 2em;
	box-shadow: 2px 4px 4px 0px rgba(88, 88, 88, 0.65);
	padding: 10px 5px 5px;
	float: left;
}
.content {
	min-height: 16rem;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 3rem;
	padding: 1rem 1rem;
	box-sizing: border-box;
	float: left;
}
.mainsub {
	clear: none;
	display: block;
	width: 100%;
	margin-top: 0.7rem;
}
.mainsub ul li {
	font-size: 1rem;
	margin-bottom: 10px;
	font-weight: bold;
}
#headernav {
	clear: none;
	display: none;
	z-index: 11000;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: right;
	width: 100%;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(22, 26, 29, 0.8);
}
#footerinner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	padding: 1rem 0.5rem;
}
.footsub {
	clear: none;
	float: left;
	width: 52%;
	display: table;
	margin-top: 0.9rem;
}
.footsub ul li {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9375rem;
}
.mainsubcontainer {
	width: 100%;
	margin: 2rem 0px 0.5rem;
	padding: 0px;
}
.contentleft {
	width: 100%;
}
.contentright {
	width: 100%;
	padding-top: 50px;
}
.contentright img {
	box-shadow: 4px 4px 4px 0px rgba(88, 88, 88, 0.65);
}
.infobox {
	box-shadow: 4px 4px 4px 0px rgba(88, 88, 88, 0.65);
	background: none repeat scroll 0% 0% rgba(217, 227, 235, 0.75);
	padding: 5px;
}
.infobox p {
	color: #7BB2DD;
}
.infobox h3.sloganbottom {
	width: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 380px) {
td {
	padding: 0.5rem;
	vertical-align: middle;
}
}

@media only screen and (min-width: 481px) {
.gridContainer {
	/*-webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.45); /* WebKit */
	/*-moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.45); /* Firefox */
	/*box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.45); /* Standard */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 10;
	background: url('back.jpg') repeat scroll 0% 0% / cover transparent;
}
#header {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	background-color: #40464D;
}
#logopic {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#headpic {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	padding: 10px 5px;
}
#headernav {
	margin-bottom: -10px;
	display: block;
}
#sliding {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mainwrapstart {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.5);
}
.mainwrap {
	box-shadow: 2px 4px 4px 0px rgba(88, 88, 88, 0.65);
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 2em;
	padding: 20px 40px 10px;
}
.mainsub {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	width: 44.4%;
}
.mainsub:first-child {
	margin-left: 0%;
}
.mainsub:nth-child(2) {
	margin-left: 10%;
}
.infolinkstart {
	position: relative;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin: 0px -100%;
	padding: 0px 100%;
}
#footernav {
	text-align: right;
	padding-right: 70px;
	display: block;
	overflow: hidden;
}
.footsub {
	clear: none;
	float: left;
	width: 40%;
	display: table;
}
}

@media only screen and (min-width: 600px) {
.contentleft {
	width: 65%;
	float: left;
}
.contentright {
	width: 30%;
	float: right;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
#offcanvas {
	display: none;
}
#offcanvasmenu {
	display: none;
}
.gridContainer {
	width: 90%;
	max-width: 1100px;
	padding-left: 5%;
	padding-right: 5%;
	margin: auto;
	background: none repeat scroll 0% 0% transparent;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	position: relative;
	margin: 0px -100%;
	padding: 0px 100%;
}
#logopic {
	clear: none;
	float: left;
	margin-left: 0;
	width: 37.6779%;
	display: none;
}
#headpic {
	clear: none;
	display: block;
	float: left;
	padding-left: 70px;
}
#nav {
	clear: both;
	float: left;
	margin-top: 0rem;
	width: 100%;
	display: block;
	z-index: 10;
	position: relative;
	box-sizing: border-box;
}
#sliding {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.contentleft {
	width: 65%;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
}
.contentright {
	width: 30%;
	float: right;
	box-sizing: border-box;
}
#mainwrapstart {
	clear: both;
	float: left;
	margin-left: 0px;
	display: block;
	margin-top: 0rem;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.5);
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	box-shadow: 2px 4px 4px 0px rgba(88, 88, 88, 0.65);
	margin-bottom: 15px;
}
.mainwrap {
	padding: 40px 40px 10px;
}
.content {
	min-height: 16rem;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 4rem;
	/*padding: 1rem 3rem 3rem 3rem;*/
	padding-bottom: 3rem;
	box-sizing: border-box;
	float: left;
	min-height: 25rem;
}
#mainwrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 75%;
	display: block;
	margin-top: 0.7rem;
}
.mainsub {
	clear: none;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	margin-top: 0.7rem;
	margin-right: 0;
	margin-bottom: 0.6rem;
	position: relative;
}
.mainsub:nth-child(2) {
	width: 60%;
}
.mainsub:nth-child(3) {
	margin-right: 6.6666%;
}
.mainsub:nth-child(4) {
	margin-left: 0;
}
.mainsub img {
	float: none;
}
.infolinkstart {
	position: absolute;
	bottom: 0px;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#footer > ul {
	padding-left: 40px;
}
#footerinner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 1rem 0px 1rem 40px;
}
.footsub {
	width: 33%;
}
.mainsub ul.rechts {
	margin-right: 10%;
}
article {
	-moz-column-count: 2;
	-moz-column-gap: 4rem;
	-webkit-column-count: 2;
	-webkit-column-gap: 4rem;
	column-count: 2;
	column-gap: 4rem;
}
}

/*@media only screen and (min-width: 769px) {
.mainsub ul.rechts {
    margin-right: 10%;
}


}*/
@media only screen and (min-width: 900px) {
.mainsub ul.rechts {
	margin-right: 25%;
}
}
