/**
 * @copyright	ABF Informatik AG, Gewerbestrasse 5, 6330 Cham
 * @link		http://www.abf.ch/
 */
 
@import url('fonts.css');

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;	
}

a {
	text-decoration: none;
	outline: none !important;
    color: #99CCD6;
}

.box p > a {
	color: #FFF;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 16px;	
	line-height: 24px;
	background-color:#151515;
	color:#FFFFFF;
}

div#page {
	min-height: 100%;	
	position: relative;
	margin: auto;
	width: 100%;
	padding: 0;
}

div.top {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f3639+0,353c3f+100 */
	background: #2f3639; /* Old browsers */
	background: -moz-linear-gradient(top,  #2f3639 0%, #353c3f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2f3639 0%,#353c3f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2f3639 0%,#353c3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3639', endColorstr='#353c3f',GradientType=0 ); /* IE6-9 */
}

header {
	height: 80px;
	position: relative;
	padding: 0;
	text-align: center;
}

header img.logo {
	border: 0;
	position: absolute;
	left: 20px;
	bottom: 13px;
	width: 400px;
}

header img.brands {
	border: 0;
	position: absolute;
	right: 20px;
	bottom: 15px;
	width: 342px;
}

div#nav {
	display: block;
}

nav#mainnavigation:after {
	display: block;
	content: ".";
	height: 0;
	width: 100%;
	clear: left;
	float: none;
	visibility: hidden;
}

div#banner {
	width: 100%;
	height: 375px;
	background: url(../images/banner_revisionen.jpg) no-repeat center center;
	background-size: cover;
}

main  {
	padding: 0 20px 700px 20px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

main div#content {
	width: 100%;
}

iframe {
	width: 100%;
}

footer {
	background: #343B3E;
	min-height: 360px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 10;
	overflow: hidden;
}

footer div#copyright {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #1D282A;
	height: 45px;
	padding-top: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
	overflow: hidden;
	font-size: 0.875em;
}

footer div#copyright p.floatleft {
	position: absolute;
	left: 25px;
}

footer div#copyright p.floatright {
	position: absolute;
	right: 25px;
}


footer div#copyright p,
footer div#copyright a {
	color: rgba(255,255,255,0.5);
}


footer div#logos {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgb(48,48,48);
	height: 100px;
	padding-bottom: 95px;	
	overflow: hidden;
	font-size: 0.875em;
	text-align: center;
}

footer div#logos img.footer_logo {
	height: 90px;
	padding: 0 20px;
	margin-top: 4px;
}

footer div#logos img.swiss_made {
	padding-right: 10px;
}


#back-top {
	left: 50%;
	height: 35px;
	position: fixed;
	bottom: 0px;
	z-index: 2000;
	cursor: pointer;
	background-color: white;
	text-align: center;
	width: 80px;
	padding-top: 10px;
	margin-left: -40px;	    
	opacity: 0.9;
	filter: alpha(opacity=90);   
}

#back-top a {
	line-height: 45px;
	width: 100%;
	display: block;
	height: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.center {
	width: 1200px;
	position: relative;
	margin: auto;
}

#breadcrumb {
	margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
	
	header img.logo {
		left: 0;
	}
	
	header img.brands {
		right: 0;
	}
	
	div#page {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}	
	
	.center {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	
	main.gallery  {
		padding-top: 30px;
	}

	div#banner {
		height: 275px;
	}
	
	footer div#copyright p.floatleft {
		left: 5%;
	}
	
	footer div#copyright p.floatright {
		right: 5%;
	}
	
}

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

	header img.brands {
		width: 250px;
	}
		
}

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

	header img.brands {
		display: none;
	}
		
}

/* //////////////////// MOBILE VIEW ////////////////////  */
@media only screen and (max-width: 760px) {
	
	body.mobile div#nav {
		display: none;
	}
	
	header img.logo {
		left: 0;
	}
	
	footer div#copyright p.floatright {
		display: none;
	}
	
}


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

	.center #breadcrumbs {
		display: none;
	}

	div#banner {
		height: 175px;
	}
	
	div#logos {
		display: none;
	}

}

@media only screen and (max-width: 550px) { 
	
	header img.logo {
		width: 270px;
		bottom: 22px;
	}

}

@media only screen and (max-width: 370px) { 
	
	header img.logo {
		width: 80%;
	}

}
