/* 
 *  Document   : style für Dörentrup Quarz
 *  Created on : 07.08.2014, 10:00
 *  Author     : Sebastian Apprecht (apprecht@camalotmedia.de)
 *               Direct Websolutions
 *				 Dechant-Boeddicker-Weg 11
 *				 D - 58802 Balve
 *
 *               http://direct-websolutions.de
*/

@font-face {
   font-family: 'BebasNeue';
   src: url('../fonts/BebasNeue Regular.ttf'), 
   		src: local ('Ø'), 
   		url('../fonts/BebasNeue Regular.otf') format('otf');
}
@font-face {
   font-family: 'Ubuntu Condensed';
   src: url('../fonts/UbuntuCondensed-Regular'), 
   		src: local ('Ø');
}

/* General *********************************************************************/
html {
	padding-top: 75px;
	padding-bottom: 75px;
	color: #757575;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.6em
}

/* Header **********************************************************************/
header {
	background: #fff;
}

header .navbar-brand {
	padding: 10px;
	margin-right: 50px;
}

header .navbar-brand>img {
	width: 170px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus
	{
	color: #0098ca;
	background: none;
}

.navbar-nav>li>a {
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left:45px;
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a.inactive
	{
	color: #004b65;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	transition-property: color;
	transition-duration: .5s;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a.active
	{
	color: #222;
}

/* Sections **********************************************************************/
section {
	position: relative;
	min-height: 600px;
	padding: 100px 0;
}

section#projekt, section#aktuell  {
	background: url("../img/bg_sand.jpg") top no-repeat;
	background-size: cover;
}

.overlay {
	padding: 30px;
	overflow-y: auto;
	background: rgba(255,255,255,0.75);
}


/* Footer ************************************************************************/
footer.navbar-default {
	background-color: #f5f5f5;
	border-top: 1px solid #e7e7e7;
	padding: 15px 0;
}

/* Misc **************************************************************************/
img {
	max-width: 100%;
}

h1,h2,h3 {
	font-size: 1.8em;
	font-family: "Ubuntu Condensed", sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
}