@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: "museo",sans-serif;
  font-weight: lighter;
  letter-spacing: 0.15px;
  overflow-x: hidden;
  line-height: 1.5 !important;
}


a, a:hover, a:visited, a:focus {
  color: rgb(198,179,133);
  text-decoration:none;
  outline: none;
  font-weight: n
}




a.product {
    color: white;
    text-decoration: none;
    outline: none;
    font-weight: 300;
    background-color: rgb(198,179,133);
    padding: 9px;
    margin-top: 34px;
    letter-spacing: 2px;
}


h1, h2 {
  font-weight: 100;
  -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: 24px;
}

h3 {
    font-size: 18px;
    font-weight: lighter;
    display: none;
}

h5, h6 {
	font-size: 14px;
	font-weight:lighter;
}


.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;
    text-align: left;
}


img.logo {
    height: 40px;
    width: auto;
    margin-top: -4px;
    padding-left: 13px;
}



#menu-container {
    position: fixed;
    top: 28px;
    right: 26px;
    z-index: 10000;
}

#menu {
	visibility: hidden;
    position: absolute;
    float: left;
}

#lang {
    z-index: 1100;
    position: relative;
    float: right;
    font-size: 15px;
    color: rgb(198,179,133);
    padding-left: 22px;
}

a.menuitem {
    padding-left: 15px;
    font-weight: normal;
}

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

#bottom {
    background-color: #5A5A5A;
    position: relative;
    width: 100%;
    margin-top: 200px;
    float: left;
    color:white;

}


#center-content {
    text-align: left;
    position: relative;
    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;
}

#kontakt, #leistungen, #referenzen, #impressum
{
    float: left;
}



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

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

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

.main-box {
    margin-right: 10px;
    background-color: rgb(198,179,133);
    font-size: 25px;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
	margin-bottom: 15px;
}


.full-box {
    background-color: rgb(198,179,133);
    font-size: 25px;
    width: 90%;
    margin-bottom: 200px;
    margin-top: 101px;    
    padding: 40px !important;
    color: white;
    margin-left:5%;
}


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

.box.fullside-box {
    background-color: white;
    color: #484848;
    margin-left: 20px;
    margin-bottom: 15px;
}

#aktuelles .fullside-box {
    min-height: 310px;
    height: auto;
}

#aktuelles .box h4 {
    font-size: 13px;
}

#aktuelles .fullside-box {
    font-size: 13px;
}

#aktuelles .main-box {
    background-color: rgb(107, 145, 255);
}

#aktuelles.wrapbox {
    padding-bottom: 40px;
}

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

.partner {
    color: white;
}


.side-box-inner.full.pad {
    height: 310px;
}



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


#footline {
	background-color:#F5F5F5;
    width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 100;
	text-align: center;
}


.footline {
    background-color:#F5F5F5;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.footline a {
    font-size: 16px;
}

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

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


.address {
    width: 90%;
    margin-left: 5%;
    background-color: white;
    height: auto;
    float: left;
    margin-top: 3px;
}


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

.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: 12px;
}

#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;
}

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

@media only screen and (min-width: 481px) {
	
	body {
  overflow-x: auto;
}

#mobile-veroeffentlichungen {
    display: none;
}

#menu {
	visibility: visible;
    position: relative;
    float: left;
}


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

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

.full-box {
    background-color: rgb(198,179,133);
    font-size: 25px;
    width: 100%;
    margin-bottom: 200px;
    margin-top: 150px;
    padding: 40px !important;
    color: white;
    margin-left:0;
}

.box.fullside-box {
    width: 630px;
    background-color: white;
    color: #484848;
    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;
}





img.logo {
    height: 50px;
    width: auto;
    margin-top: -8px;
    padding-left: 24px;
}

#center-content {
	position: absolute;
    top: 50%;
    margin-top: -250px;
    width: 960px;
    left: 50%;
    margin-left: -480px;
	overflow: visible;
	/*max-height: none;*/
}
	.address {
	width: 100%;
	margin-left: 0%;
	margin-top: 20px;
     height: 310px;
}
	
.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;
}


#bottom {
    margin-top: 200px;
    float: left;
    width: 100%;
    overflow: visible;
    top: 3000px;
}
	
	
#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 print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }




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

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

#kontakt, #leistungen, #referenzen, #impressum
{
    float: left;
}


.box {
    width: 90%;
    color: white;
    float: left;
    height: auto;
}

.main-box {
    margin-right: 10px;
    background-color: rgb(198,179,133);
    font-size: 12px;
    width: 90%;
    margin-left: 0%;
    margin-top: 0%;
    margin-bottom: 0px;
}


.full-box {
    background-color: rgb(198,179,133);
    font-size: 15px;
    width: 90%;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 40px !important;
    color: white;
    margin-left:5%;
}


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

.box.fullside-box {
    background-color: white;
    color: #484848;
    margin-left: 20px;
    margin-bottom: 15px;
}

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

.partner {
    color: white;
}



.side-box-inner {
    height: auto;
    margin-bottom: 15px;
    background-color: white;
    color: #484848;
    font-size: 10px;
}





}