


/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web, all rights reserved
 * @link           http://www.bag.ch/web
 */

@import url('fonts.css');


/*

* {
		-moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
}

*/

html, body {
	height: 100%;
}

p {
	margin: 0;
	padding: 0;
	color: #544f4e;
}

a {
	text-decoration: none;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'CorporateS-Regular', Verdana, Arial, sans-serif;
	color: #544f4e;
	background-color: white;
}

body.mceContentBody  {
	font-size: 16px;
}

.mceContentBody p {
	margin: 0 0 1em 0;
}

div#topBg {
	position: absolute;
	width: 100%;
	height: 9px;
	background: #7da516;
}

div#page {
	position: relative;
	margin: auto;
	/*width: 1236px;*/
	width: 100%;
	min-height: 100%;
	_height: 100%;
}

#menu-toggle {
	display: none;
}

#menu-close {
	position: absolute;
	display: none;
	right: 2em;
	bottom: -18px;
	z-index: 110;
	cursor: pointer;
}

div#navigationcontainer div#quicklinks {

}

div#navigationcontainer div#mainnavigation {

}

div#quicklinks {
	position: absolute;
	right: 52%;
	top: 43px;
	z-index: 10;
}

div#iconnavi{
	position: absolute;
	right: 20%;
	top: 31px;
	z-index: 10;
}

div#search {
	position: absolute;
	display: block;
	right: 0%;
	top: 45px;
	z-index: 10;
}

div#search input.textfield {
	border: 0;
	width: 185px;
	padding: 0 0 0 5px;
	height: 28px;
	background: #ededee;
	float:left;
	margin: 0 1px;
}

div#search input.submit {
	border: 0;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background: url('/_local/images/searchBtn.gif');
}

div#mainnavigation {
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: 165px;
}

div#header {
	padding: 0;
	height: 235px;
}

div#header div#logo {
	padding-top: 46px;
}

div#banner {
	position: relative;
	width: 100%;
	height: 600px;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

div#banner div.cmsGroup,
div#banner div.cmsGroup div.cmsInnerGroup,
div#banner div.cmsGroup div.cmsInnerGroup div.cmsCell {
	height: 100%;
}

div#banner ul,
div#banner li,
div#banner img.slideImg {
	padding:0;
	margin:0;
	float:left;
	width:100%;
}


div#content {
	width: 1236px;
	padding-bottom: 50px;
	min-height: 800px;
}

div#main {
	padding-top: 2em;
	padding-bottom: 50px;
/*  padding-bottom:
	abhängig von Footer Höhe + 50px / wird von css_specials.js überschrieben */
}


body.cms_editpage div#main {
	padding-bottom: 1000px;
}

div#footer {
	width: 100%;
	min-height: 200px;
	position: relative;
}


div#mainfooter_container {
	position: relative;
	background-color: #7da516;
	min-height: 550px;
	width: 100%;
	color: white;
	float:left;
}

div#footernavigation {
	padding: 2em 0 0 0;
	width: 100%;
	float:left;
	text-align: left;
	position: relative;
	min-height: 200px;
}

div#follow {
	margin-top: 20px !important;
	min-height: 60px;
	margin: 1px 1.1% 20px 0;
	display: flex;
	flex-direction: row;
}
div#follow div{
	margin-right: 5px !important;
}
div#follow div a img{
	width: 34px !important;
	min-width: auto !important;
	min-height: auto !important;
}
div#follow p, div#follow span {
	float: left;
	font-size: 1em;
	width: 120px;
	margin-right: 10px;
	line-height: 2em;
	color: white;
	text-align: right;
}

div#copyright_container {
	position: absolute;
	bottom: 0;
	background-color: #3e520b;
	height: 35px;
	width: 100%;
	color: white;
}

div#copyright_container div#copyright {
	float: left;
	padding-top: 10px;
	margin-left:  1.2136%;
}

div#copyright_container div#copyright p,
div#copyright_container div#copyright a {
	color: white;
	font-size: 12px;
}

div#copyright_container div#mirusys {
	float: right;
	padding-top: 10px;
	margin-right:  1.2136%;
}

div#copyright_container div#mirusys p,
div#copyright_container div#mirusys a {
	color: white;
	font-size: 12px;
}



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

div.center {
	width: 1236px;
	margin: auto;
	padding: 0 -2%;
	position: relative;
}

#content div.box {
	min-width: 200px;
}

/* //////////////////////////////////////// MEDIA QUERIES ///////////////////////////////////// */


/* Banner-Höhe wird schrittweise verkleinert */

@media only screen and (max-width: 1500px) {
	div#banner {
		height: 550px;
	}

}

@media only screen and (max-width: 1350px) {
	div#banner {
		height: 500px;
	}
}

@media only screen and (max-width: 1200px) {

	div#banner {
		height: 450px;
	}

	#content div.cmsGroup {
		float: none;
		min-width: 100%;
	}
}

@media only screen and (max-width: 1030px) {
	div#banner {
		height: 400px;
	}
}

@media only screen and (max-width: 900px) {
	div#banner {
		height: 350px;
	}
}

@media only screen and (max-width: 800px) {
	div#banner {
		height: 300px;
	}
}

@media only screen and (max-width: 660px) {
	div#banner {
		height: 250px;
	}
}

@media only screen and (max-width: 560px) {
	div#banner {
		height: 200px;
	}
}

@media only screen and (max-width: 450px) {
	div#banner {
		height: 150px;
	}
}

/* Auflösung unterhalb 1260px  /  Start responsive Ansicht */

@media only screen and (max-width: 1260px) {

	html {
		height: 100%;
	}

	body {
		height: 100%;
	}

	div.center {
		width: 100%;
		margin: auto;
	}

	div#header #logo img {
		margin: 20px 10px;
	}

	div#search {
		right: 2%;
	}


	#navigationcontainer {
		position: absolute;
		left: 1%;
		width: 95%;
	}

	#location_container{
		overflow: hidden;
	}

	#location_container div#breadLine {
		width: 100%;
	}


	div#content {
		width: 100%;
		margin: auto;
	}

	img {
		-ms-interpolation-mode: bicubic; /* avoids poor quality for scaled images in IE below 9 */
	}

	div#page {
		min-height: 100%;
		width: 100%;
	}

	div#main {
		padding: 3% 5% 0 5%;
	}

	div#quicklinks {
		left:0;

	}

}

@media only screen and (max-width: 1024px) {

 /* Remove Group-floating */
	div.cmsGroup,
	div.cmsCell{
		min-width: 45%;
	}
}


@media only screen and (max-width: 970px) {

	div#header {
		height: 160px
	}

	div#search {
		top: 130px;
		right: 2%;
	}

}

@media only screen and (max-width: 960px) {
	div#search {
		top: -30px;
		right: 2%;
	}


}

/* Auflösung unterhalb 700px  /  Schrift im Footer verkleinern */

@media only screen and (max-width: 700px) {



	div#follow p,
	div#newsletter p {
		font-size: 12px;
	}

	div#newsletter input.field {
		font-size: 12px;
	}

	div#search {
		left: 1%;
		/*top: -40px;*/
	}

	div#header div#logo {
		padding: 0;
		margin: 0;
	}

	div#header div#logo img {
		padding: 25px 1%;
		width: 250px;
		margin: 0;
	}

	div#content h1 {
		padding-bottom: 40px !important;
	}



}


/* kleine Smartphone-Auflösung bis 560px /  Mobile-View */

@media only screen and (max-width: 560px) {

	 /* Remove Group-floating */
	div.cmsGroup,
	div.cmsCell,
	div.nofloat {
		float: none !important;
		display: block !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 0 5% 0!important;
		-moz-box-sizing: border-box;
  		box-sizing: border-box;
	}

	/* Remove Gallery-floating */
	div.cmsGalleryOuterDiv {
		display: block !important;
		float: none !important;
		width: 100% !important;
		margin: 0 0 5% 0 !important;
		padding: 0 0 0 0 !important;
	}

    div.cmsGalleryMiddleDiv {
		float: none !important;
		display: block !important;
		width: 100% !important;
	}

	div#header div#logo {
		margin-left: 20px !important;
		padding-top: 0px;
		text-align:center;
	}

	div#header div#logo img {
		width: 70%;
		margin: 0 auto;
		padding: 110px 0 0 2%;
		/*width: 220px;*/
		max-width: 250px;
	}

	div#header {
		height: auto;
		margin-bottom: 2em;
	}

	div#footernavigation {

	}

	div#footer {
		height: auto;
		position: static;
	}

	div#mainfooter_container {
		padding-top: 2em;
		min-height: inherit;
	}

	div#navigationcontainer {
		margin-top: 15px;
	}

	div#content h1 {
		font-size: 1.45em;
		text-transform: none;
	}

	div#content h2 {
		font-size: 1.25em;
	}

	div#content div.cmsInnerGroup div.cmsCell {
		min-width: 100%;
		margin-bottom: 30px;
	}

	div#search{
		display: none;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		width: 100%;
		position: relative;
		padding-top: 155px;
	}
	div#search input.textfield {
		width: 80%;
		height: 40px;
		font-size: 100%;
		padding: 0 2% 0 4%;
	}
	div#search input.submit {
		width: 13%;
		height: 40px;
		background-repeat: no-repeat;
		background-color: #7da516;
		background-position: center center;
	}
}

@media only screen and (min-width: 531px){
	body:not(.cms_editpage) .cmsGroup.onlyMobile,
	body:not(.cms_editpage) .cmsGroup .cmsCell.onlyMobile,
	body:not(.cms_editpage) .onlyMobile{
		display: none;
	}
}

@media only screen and (max-width: 530px){
	body:not(.cms_editpage) .cmsGroup.noMobile,
	body:not(.cms_editpage)	.cmsGroup .cmsCell.noMobile,
	body:not(.cms_editpage)	.noMobile{
		display: none !important;
	}

	body:not(.cms_editpage) .cmsGroup.onlyMobile,
	body:not(.cms_editpage) .cmsCell.onlyMobile,
	body:not(.cms_editpage) .onlyMobile{
		display: block !important;
	}

	body:not(.cms_editpage) .cmsGroup.onlyMobile div.cmsCell{
		float: left !important;
		width: 47% !important;
		min-width: auto !important;
	}
	div#header div#logo{
		height: 15px;
		margin-left: 0 !important;
	}
	div#header div#logo img {
		padding: 20px 0 0 5%;
		width: 220px;
		float: left;
	}

}

@media only screen and (max-width: 480px) {

	/*
	div#actionbtn.btnfixed {
		opacity: 0;
		transition: all 250ms ease-in-out;
	}
	*/
}

@media only screen and (max-width: 450px) {
	/*
	div#header div#logo{
		margin-left: 160px !important;
	}

	div#header div#logo img {
		padding-top: 90px;
		width: 45%;
		min-width: 180px;
	}*/

}


@media only screen and (max-width: 340px) {
/*
	div#header div#logo{
		margin: 0 !important;
	}

	div#header div#logo img {

		min-width: 180px;
		margin: 0 auto;
		padding: 90px 0 0 3%;
		width: 220px;
	}
*/
	div#search input.textfield {
		width: 78%;
		height: 40px;
		font-size: 100%;
		padding: 0 2% 0 4%;
	}

	div#search input.submit {
		width: 15%;
		height: 40px;
		background-repeat: no-repeat;
		background-color: #7da516;
		background-position: center center;
	}


}




