@charset "utf-8";

@font-face {
    font-family: Noto Sans;
    src: url(../fonts/NotoSans-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Noto Sans;
    src: url(../fonts/NotoSans-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Roboto Slab;
    src: url(../fonts/RobotoSlab-Regular.ttf);
    font-weight: normal;
}



* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	background: #fff;
}

p {
	line-height: 1.75;
	margin: 0 0 16px 0;
}

a {
	color: #000;
}

ul li {
	line-height: 1.75;
}

h1 {
	margin: 0 0 32px 0;
}

h2 {
	margin: 0 0 16px 0;
}

h3 {
	margin: 24px 0 16px 0;
}

/* HEADER */

#header-wrap {
	position: fixed;
	width: 100%;
	padding: 20px 0;
	background: #bc151a;
}

#header {
	max-width: 1200px;
	padding: 0 50px;
	margin: 0 auto;
}

#header-logo {
	float: left;
	width: 33%;
}

#header-logo img {
	line-height: 100px;
	max-height: 100px;
	width: auto;
}

#header-mobile {
	display: none;
	float: right;
}

#header-nav {
	float: right;
}

#header-nav ul {
	float: right;
}

#header-nav ul li {
	display: inline-block;
}

#header-nav ul li a {
	line-height: 100px;
	font-family: "Roboto Slab", serif;
	font-size: 18px;
	color: #fff;
	margin: 0 15px;
}

/* BANNER */

#banner {
	width: 100%;
	display: flex;
	align-items: center;
	height: 600px;
	padding: 120px 0 0 0;
	background: url(../img/aub-meyer_arbeitssicherheit.jpg) no-repeat #f1f1f1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
}

.leistungen {
	background: url(../img/aub-meyer_arbeitssicherheit-leistungen.jpg) no-repeat #f1f1f1 !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important;
}

.kompetenzen {
	background: url(../img/aub-meyer_arbeitssicherheit-kompetenzen.jpg) no-repeat #f1f1f1 !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important;
}

.referenzen {
	background: url(../img/aub-meyer_arbeitssicherheit-referenzen.jpg) no-repeat #f1f1f1 !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important;
}

.downloads {
	background: url(../img/aub-meyer_arbeitssicherheit-downloads.jpg) no-repeat #f1f1f1 !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important;
}

.kontakt {
	background: url(../img/aub-meyer_arbeitssicherheit-kontakt.jpg) no-repeat #f1f1f1 !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important;
}

#banner h1 {
	max-width: 75%;
	font-family: 'Roboto Slab', serif;
	font-size: 56px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	margin: 0 auto;
	-webkit-box-shadow: 7px 8px 0px 0px rgba(188,21,26,0.75); 
	box-shadow: 7px 8px 0px 0px rgba(188,21,26,0.75);
}

/* MAIN CONTENT */

#main-content {
	max-width: 1200px;
	padding: 100px 50px;
	margin: 0 auto;
}

#main-content h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #bc151a;
}

#main-content h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	color: #bc151a;
}
	
#main-content ul {
	list-style-type: square;
	padding: 0 0 0 20px;
}

#main-content-full {
	width: 100%
}
	
#main-content-left {
	float: left;
	width: 66%;
}

#main-content-left section, #main-content-full section {
	padding: 0 75px 0 0;
}

#main-content-right {
	float: right;
	width: 33%;
	background: #f1f1f1;
}

#main-content-right div {
	padding: 50px;
}

#main-content-right img {
	display: table;
	max-width: 200px;
	height: auto;
	margin: 0 auto 37px auto;
	-webkit-box-shadow: 7px 8px 0px 0px rgba(188,21,26,0.75); 
	box-shadow: 7px 8px 0px 0px rgba(188,21,26,0.75);
}

img.vdsi {
	max-width: 300px;
	height: auto;
	margin: 20px 0 0 0;
}

/* FOOTER */

#footer-wrap {
	padding: 20px 50px;
	background: #bc151a;
}

#footer {
	max-width: 1200px;
	margin: 0 auto;
}

#footer p {
	color: #fff;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

#footer-right ul {
	list-style-type: none;
	text-align: right;
}

#footer-right ul li a {
	color: #fff;
}

/* ALLGEMEINE KLASSEN */

.clear-both {
	clear: both;
}

/* MEDIA QUERIES */

@media (max-width: 1200px) {
	
	#header-wrap {
		position: static;
	}
	
	#header-logo {
		width: 75%;
	}
	
	#header-logo div {
		display: flex;
		align-items: center;
		height: 100px;
	}
	
	#header-logo img {
		max-width: 100%;
		height: auto;
		line-height: 100px;
	}
	
	#header-mobile {
		display: block;
	}
	
	#header-mobile div {
		display: flex;
		align-items: center;
		height: 100px;
	}
		
	#header-mobile div ul {
		list-style-type: none;
	}
		
	.navbar-off {
		display: none;
	}
	
	.navbar-on {
		display: block;
	}
	
	#header-nav {
		position: absolute;
		top: 140px;
		left: 0;
		width: 100%;
		background: #fff;
		-webkit-box-shadow: 5px 25px 30px 5px #aaa; 
		box-shadow: 5px 25px 30px 5px #aaa;	
	}
	
	#header-nav ul {
		width: 100%;
	}
	
	#header-nav ul li {
		display: block;
		text-align: center;
		border-bottom: 1px solid #f1f1f1;
	}
	
	#header-nav ul li a {
		display: block;
		color: #000;
	}
	
	#banner {
		height: 300px;
		padding: 60px 0 60px 0;
	}
	
	#banner h1 {
		font-size: 42px;
	}
	
}

@media (max-width: 1050px) {
	
	#main-content {
		padding: 50px;
	}
	
	#main-content-left {
		width: 100%;
	}
	
	#main-content-left section, #main-content-full section {
		padding: 0;
	}
	
	#main-content-right {
		width: 100%;
		text-align: center;
		margin: 60px 0 0 0;
	}
	
	#main-content-right div {
		padding: 25px;
	}
	
}

@media (max-width: 750px) {
	
	#header {
		padding: 0 35px;
	}
	
	#banner h1 {
		font-size: 28px;
	}
	
	#main-content h2 {
		font-size: 28px;
	}
		
	#footer-wrap {
		padding: 20px 35px;
	}
	
	#footer-left, #footer-right ul li {
		text-align: center;
	}
	
	#footer-left, #footer-right {
		width: 100%;
	}
	
}

@media (max-width: 600px) {
	
	#main-content {
		padding: 35px;
	}
	
	#banner h1 {
		font-size: 24px;
	}
	
	#main-content h2 {
		font-size: 24px;
	}
	
}
	
	
	
	