/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web, all rights reserved
 * @link           http://www.bag.ch/web
 */
@import url(fonts.css);

html {
	height: 100%;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}


body {
    height: 100%;
	width: 100%;
	max-width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	font-size: 20px;
    font-weight: 400;
	color: #000;
	font-family: 'Source Sans Pro', Arial, sans-serif;
    
}

#wrapper {
	position: absolute; 
	width: 100%; 
	min-height: 100%;
    box-sizing: border-box;
}

#page {
	position: relative;
	display: block !important;
	min-width: 300px;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
}

#innerpage {
	position: relative;
	display: block;
    overflow:  hidden;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	transition: left 0.2s ease-out 0s;
}

body.menu #innerpage {
	display: block;
	left: 0px;
}


header {
	float: left;
	position: absolute;
    display: block;
    overflow: hidden;    
	width: 100%;
    padding: 0 1%;
	z-index: 12;
	top: 0;
    left: 0;
    height: 120px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    border-bottom: 2px solid #94C11F;
}

body.hideHead #header,
body.hideHead #menu-toggle{
    display:none;
}


div.stripe {
    position: relative;
    width: 125%;
    margin-left: -12.5%;
    padding-bottom: 25px;
    float: left;
}

div.stripe.grau {
    background: #ececec;
}

div.stripe.blau {
    background: #ccebf0;
}

div.stripe.weiss {
    background: #fff;
}

body.naviFixed header {
    position: fixed;
    background: #fff;
    height: 60px;
    border-bottom: 2px solid #94C11F;
}

body.noTheme header {

}


#logo {
	position: relative;
	overflow: hidden;
    width: 270px;
    margin-top: 30px;
    padding: 0;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index:9;
}

body.naviFixed #logo {
    margin-top: 15px;
}

#logo img {
    width: 100%;   
    transition: all 0.2s ease-in-out;
}

body.naviFixed #logo img {
    width: 110px;
    margin-left: 5px;
    transition: all 0.2s ease-in-out;
}


#navigation {
    clear: both;
	position: absolute;
    top: 60px;
    height: 0px;
    width: 70%;
    right: 2%;
    padding: 0 1% 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    z-index: 13;
}

body.naviFixed #navigation {
    position: fixed;
    top: 16px;
    display: block;
}

#mainnavigation {
    text-align: right;
    width: 100%;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#theme {
	clear: both;
    float: left;
	position: relative;
	width: 100%;
}

body.naviFixed #theme {
  
}

body.noTheme #theme {
    height: 120px !important;
}

#slider {
    position: relative;
	overflow: hidden;
    min-height: 120px;      /* height for pages without slider. Such as pages with header theme */
    background-size: cover;
}

#call2action {
    position: absolute;
    top: 800px;
    width: 320px;
    right: 0px;
    z-index: 10;
}


main {
	clear: both;
	display: block;
	width: 100%;
	padding: 20px 0 60px 0;
	margin: 0;
	min-height: 500px;
	background: none;
	z-index:3;
}

#down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 50px;
    height: 50px;
    margin-top: -120px;
    color: white;
    font-size: 50px;
    opacity: 0.8;
    z-index: 13;
}


div.centered {
	clear: both;
	position: relative;
	width: 78%;
	margin: 0px auto;
}


#footer {
    position: relative;
    bottom: 0;
    width: 100%;
	clear: both;
	background: #e5e4e2;
	z-index: 4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#footer img {

}

#footerContent {
	width: 100%;
	position: relative;
    display: block;
    padding: 0px 0.5% 15px 0.5%;
	z-index:2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#footerEnd {
    float: left;
    background: #fff;
    width: 100%;
    padding: 10px 1%;
    font-size: 60%;
    letter-spacing: 0.02em;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#footer .left {
    float: left;
}

#footer .right {
    float: right;
}

#footer a {
	color: #95c11f;
	text-decoration: none;
}

div.clear {
	clear: left;
	font-size: 0px;
	line-height: 0px;
	height: 0px;	
}

div.hidden {
    display: none;
}

a img {
	border:0;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

/* BUG IM CHROM/IE: LINKS AUF BILDER WERDEN NICHT ÜBERNOMMEN*/
body#content img{
	display: inline-block !important;
}

/*
body.bg .noMobile {
    display: table-cell;
}

body.bg .onlyMobile {
    display: none;
}
*/

/* CMS features */


body.cms_editpage #content  {
	z-index: 3 !important;
	width: 100% !important;
}

body.cms_editpage #colorSelect:hover {
    position: absolute;
    right: 0;
}

body.cms_editpage #search {
	display: none;
}

/* Box */
body.cms_editpage #content td.box {
    position: relative;
    background: #95c11f !important;
    color: #fff !important;
}


body.cms_editpage #content td.box .marker a.mehr:before,
body.cms_editpage #content td.box .home a.mehr:before,
body.cms_editpage #content td.box .phone a.mehr:before {
    position: absolute;
    top: 30px;
    left: 50%;
    color: #fff !important;
    margin-left: -25px;
    font-size: 110px;
    content: '\f041';
    font-family: 'FontAweSome' !important;
}

body.cms_editpage #content td.box .home a.mehr:before{
    content: '\f015';
    margin-left: -45px;
}

body.cms_editpage #content td.box .phone a.mehr:before {
    content: '\f095';
    margin-left: -45px;
}

body.cms_editpage #content td.box {
     background: #95c11f !important;
     color: #fff !important;
     padding-top: 160px !important;
     font-size: 160% !important;
}
body.cms_editpage #content td.box a {
    color: #fff !important;
}


/* End Box*/

body.cms_editpage #theme{
    margin-top: 100px;
}


body.cms_editpage #footer {
	visibility: visible;
	position: relative !important;
	display: block !important;
}

body.cms_editpage #call2action {
	top: 100px;
}

body.cms_editpage table.editContainer td.groupFrame.bg.grau {
	background-color: #ececec !important;
}
body.cms_editpage table.editContainer td.groupFrame.bg.blau {
	background-color: #ccebf0 !important;
}









