@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/
*/




img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
}


body {
  text-align: center;
  font-family: "aktiv-grotesk-std",sans-serif;
  font-weight: lighter;
  letter-spacing: 0.15px;
  overflow-x: hidden;
  line-height: 1.5;
}


a, a:visited {
  color: #00B78A;
  text-decoration:none;
  outline: none;
}

a:hover, a:focus {
  color: #00B78A;
  text-decoration:none;
  outline: none;
  opacity: 0.8;
}


h1, h2 {
  font-weight: 300;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
}


h1 {
	font-size: 24px;
}

h2 {
	font-size: 17px;
}

h5, h6 {
	font-size: 17px;
	font-weight:normal;
}
#bottom {
	position: absolute;
	width: 100%;
}

.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: 100%;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}


#topline {
	width: 100%;
	background-color: white;
	padding-top: 22px;
	padding-bottom: 22px;
	position: fixed;
	z-index: 1000;
	box-sizing: border-box;
	height: 78px;
}

#lang {
    z-index: 1100;
    position: fixed;
    right: 35px;
    top: 29px;
    font-size: 15px;
    color: #9B9B9B;
}

#lang a.active {
    border-bottom: 1px solid #00B78A;
}

#bottom {
	background-color: #F5F5F5;
}


#bottom {
	margin-top: -62px;
	top: 100%;
}


#center-content {
    text-align: left;
    position: absolute;
    width: 100%;
	height: 2500px;
    overflow: hidden;
    max-height: 100%;
}

.scroller {
    position: relative;
    top: 78px;
    bottom: 0;
    height: 100%;
    width: 110%;
    overflow-y: scroll;
    overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}


.box {
    width: 80.5%;
    color: white;
    float: left;
    height: 310px;
}


.main-box {
    margin-right: 10px;
    background-color: #00B78A;
    font-size: 25px;
    width: 80.5%;
    margin-left: 5%;
    margin-top: 5%;
	margin-bottom: 15px;
}


.side-box {
    margin-left: 5%;
    margin-bottom: 15px;
    height: 315px;
}

.pad {
    padding: 16px;
    padding-left: 23px;
    box-sizing: border-box;
}

.partner {
    color: white;
}



.side-box-inner {
    height: 150px;
    margin-bottom: 15px;
    background-color: #00B78A;
    font-size: 17px;
}


#footline {
	background-color:#E9E9E9;
    width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 100;
}

.wrapbox {
	width: 100%;
	position:relative;
	float:left;
}

.endspacer {
	height: 300px;
	float:left;
}


.address {
    width: 80.5%;
    margin-left: 5%;
    background-color: rgba(255,255,255,0.81);
    height: auto;
    float: left;
    margin-top: 3px;
}


.address .box, .address .main-box, .address .side-box-inner {
	height: auto;
	background-color: transparent;
	color: #7C7C7C;
}

.address .main-box {
	font-size: 19px;
}


#address {
	bottom: 100px;
	position: absolute;
	width: 100%;
	color: white;
}


#contact {
	background-color: white;
	left: 50%;
	width: 140px;
	margin-left: -70px;
	position: absolute;
	padding: 8px 0px 8px 0px;
	border-radius: 11px;
	font-size: 24px;
}

#impressum {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 70px;
	font-size: 15px;
}

#impressum p {
	padding-bottom: 5px;
	padding-top: 5px;
}

		
#tagline {
	background-color: rgba(94, 139, 206, 0.55);
	left: 50%;
	width: 300px;
	margin-left: -158px;
	position: absolute;
	padding: 8px;
	top: 68px;
}

#mobile-veroeffentlichungen {
    display: inline;
    margin-bottom: 15px;
}

#mobile-veroeffentlichungen a {
    color: white;
    text-decoration: underline;
}

a.menuitem {
    display: none;
}


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

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

	body {
  overflow-x: auto;
}


h1 {
    text-align: left;
    margin-left: 30px;
}

#mobile-veroeffentlichungen {
    display: none;
}

a.menuitem {
    margin-right: 14px;
    display: inline;
}

.box {
	width: 310px;
	height: 310px;
}

.side-box {
    margin-bottom: 0px;
    height: auto;
	margin-left: 10px;
}

.side-box-inner {
	margin-bottom: 10px;
}

.main-box {
    margin-right: 10px;
    width: 310px;
    margin-left: 0%;
    margin-top: 0%;
	margin-bottom: 0px;
}

#center-content {
	position: absolute;
    top: 50%;
    margin-top: -250px;
    width: 960px;
    left: 50%;
    margin-left: -480px;
	overflow: hidden;
	max-height: none;
}
	.address {
	width: 100%;
	margin-left: 0%;
	margin-top: 20px;
}
	
.scroller{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; /* Increase/Decrease this value for cross-browser compatibility */
    overflow-y: hidden;
}	
	
.endspacer {
	height: 0px;
}
	
	
#tagline {
	width: 500px;
	margin-left: -254px;
	top: 69px;
}


#impressum {
	padding-left: 10%;
	padding-right: 10%;
}

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* 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: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}


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

h1 {
    text-align: center;
    margin-left: 0;
}
}

