@charset "UTF-8";
/* 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;
	float: left;
	display: block;
}

.fluidList {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 0;
	margin-top: 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;
}
#Header {
	color: #FFFFFF;
	text-align: center;
	padding-top: 70px;
	min-height: 250px;
	position: relative;
}
#Nav {
}
.content {
	clear: both;
	margin-left: 0;
	width: 100%;
	position: static;
	height: auto;
}
#ScrL {
}
.ScrL {
	width: 100%;
	float: none;
	display: none;
}
.ScrR {
	width: 100%;
	clear: both;
	margin-left: 0;
	position: relative;
}
.cont {
}
.CField {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#MainNavi {
	font-size: 1.3em;
	color: #fff;
	margin-top: 1.5em;
}
.navitem {
	margin-left: 0;
}
.headline_c {
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
#headline {
	background-color: #670067;
	width: 100%;
	color: #FFFFFF;
	position: fixed;
	z-index: 1;
	min-height: 32px;
}
#naviline {
	background-color: #98ccff;
	width: 100%;
	margin-top: 32px;
}
#logoline {
	width: 100%;
	background-color: #99ccff;
}
.hl_desc {
	margin-left: 40px;
	margin-top: 7px;
}
.logo {
	float: left;
}
#header1 {
	font-size: 1.5em;
	text-transform: uppercase;
}
#header2 {
	position: relative;
	display: inline;
	text-transform: uppercase;
	font-size: 2.3em;
}
#header2a {
	font-size: 1.3em;
}
#header3 {
	font-size: 1.5em;
	color: #000000;
	margin-top: 45px;
}
#header2img {
	position: absolute;
	top: -43px;
	left: 7.6em;
}

.arrowwrap {
	height: 73px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	width: 73px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border: 1px solid rgb(152, 204, 255);
	background-color: rgb(152, 204, 255);
	opacity: 1;
}

.arrowtop {
    float: left;
    height: 0;
    margin: 15px 0px 0px 9px;
    clear: none;
    width: 0;
    border-color: rgba(244, 4, 4, 0) rgba(0, 0, 0, 0) rgb(253, 249, 249);
    border-width: 0px 27px 32px;
    border-style: solid;
    background-color: rgba(244, 4, 4, 0);
}

.arrowdown {
	float: left;
	height: 0;
	clear: none;
	width: 0;
	border-color: rgb(253, 249, 249) rgba(0, 0, 0, 0) rgba(244, 4, 4, 0);
	border-width: 32px 27px 0px;
	border-style: solid;
	background-color: rgba(244, 4, 4, 0);
	position: absolute;
	bottom: 5px;
	left:48%;
}
h1 {
	font-size: 2.2em;
	text-transform: uppercase;
	margin-top: 3em;
	margin-bottom: 2em;
	text-align: center;
}
#MainNavi a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#Content {
	padding-bottom: 3em;
}
p {
	font-size: 1.4em;
	margin-top: 2em;
	margin-bottom: 2em;
}
#Content ul li {
	font-size: 1.4em;
	list-style-type: none;
	text-indent:-2em;
    margin-bottom: 0.3em;
}
#Content ol li {
    font-size: 1.4em;
}
#Content ul li:before {
	content:"\2022";
	font-size:2.5em;
	vertical-align:top;
	line-height:0.5em;
	color:#670067;
	margin-right:0.3em;
	
}
.bullet {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #670067;
}
#headline a {
	color: #fff;
}
.nowrap {
	white-space: nowrap;
}
#gmapsimg {
	border: 9px solid #97cbff;
}
.rahmen {
    border: 1px solid #000;
    padding: 0 10px;
    margin-bottom: 40px;
}








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

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

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#Header {
	min-height: 380px;
	padding-top: 103px;
}
#Nav {
}
.content {
}
#ScrL {
}
.ScrL {
	width: 100%;
}
.ScrR {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.cont {
}
.CField {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#MainNavi {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navitem {
	margin-left: 15px;
	clear: none;
}
.headline_c {
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
#header2 {
	font-size: 4em;
}
#MainNavi a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header2img {
	left: 7.95em;
}
#header1 {
	font-size: 2.2em;
}
#Content ul li:before {
	/*font-size:3.5em;*/
	font-size:63px;
	line-height:0.3em;
	margin-right:0.1em;	
}

}

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

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

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#Header {
}
#Nav {
}
.content {
	clear: none;
}
#ScrL {
}
.ScrL {
	width: 15.2542%;
	float: left;
	display: block;
}
.ScrR {
	width: 15.2542%;
	margin-left: 1.6949%;
	clear: none;
}
.cont {
}
.CField {
	width: 66.1016%;
	margin-left: 1.6949%;
	clear: none;
	float: left;
}
#MainNavi {
}
.navitem {
}
.headline_c {
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
#header2 {
	font-size: 7em;
}
#Content .fluid.content.zeroMargin_desktop .fluid.CField h1 {
}
.arrowwrap {
	margin-top: 250px;
}
#header2img {
	position: absolute;
	top: -43px;
	left: 8.27em;
}
}
