@charset "utf-8";
@import url("../webfonts/Fortiss/stylesheet.css");

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	background-color: #ffffff;
}
#div1 {
}
#kopfbereich {
	margin-top: 20px;
}
#impressum {
	text-align: right;
	padding-bottom: 20px;
}
#logo {
	width: 100%;
	text-align: center;
}
#kopfbild {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#inhalt {
	width: 100%;
	text-align: left;
}
#links {
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	background-color: #e7f7f5;
	text-align: center;
	color: #222222;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
	border: 2px solid #00ada9;
	margin-right: 0%;
}
#rechts {
	width: 90%;
	clear: both;
	margin-left: 0;
	padding-left: 20px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.gridContainer.clearfix #inhalt #rechts p {
	color: #222222;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	width: auto;
}
.aufzaehlung {
	color: #222222;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.gridContainer.clearfix #inhalt #rechts h2 {
	color: #222222;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #ffffff;
}
#div1 {
}
#kopfbereich {
}
#impressum {
	text-align: right;
	padding-bottom: 0px;
}
#logo {
width: 23.0769%;
}
#kopfbild {
width: 74.3589%;
clear: none;
margin-left: 2.5641%;
display: block;
}
#inhalt {
	width: 100%;
	padding-top: 20px;
	text-align: left;
}
#links {
	width: 22.8%;
	margin-left: 0;
	color: #222222;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	background-color: #e7f7f5;
	border: thin solid #00ada9;
	margin-top: 0px;
}
#rechts {
	width: 60%;
	clear: none;
	margin-left: 2.5641%;
	padding-left: 20px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.gridContainer.clearfix #inhalt #rechts h2 {
	color: #222222;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 70%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #ffffff;
}
#div1 {
}
#kopfbereich {
	margin-top: 20px;
}
#impressum {
	text-align: right;
}
#logo {
width: 23.7288%;
}
#kopfbild {
width: 74.5762%;
margin-left: 1.6949%;
clear: none;
display: block;
}
.impressum {
	color: #222222;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}
#inhalt {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: left;
}
#links {
	width: 23.5%;
	color: #222222;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	background-color: #e7f7f5;
	border: thin solid #00ada9;
	margin-left: 0;
}
#rechts {
	width: 60%;
	margin-left: 1.6949%;
	clear: none;
	padding-left: 30px;
	padding-right: 30px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.gridContainer.clearfix #inhalt #rechts h2 {
	color: #222222;
	font-family: cabin;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
}


}
.impressum {
	color: #222222;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}

.impressum {
	color: #222222;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}
.impressum:hover {
	color: #00ada9;
	font-family: cabin;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	text-align: right;
}
