@import url(http://fonts.googleapis.com/css?family=Habibi|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Roboto+Condensed:400,700,700italic,400italic);

html {
	min-height: 100%;
}
html.start {
	background-size: cover;
	background-image: url(../img/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
body{
	min-height:100%;
}

/* HEAD + NAV */ 
header {
	width:100%;
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.88);
	height:50px;
	position:fixed;
	top:0;
	left:0;
}
header img {
	/* margin-left:50px;
	margin-top:10px;
	float:left;*/
	position:absolute;
	top:10px;
	left:50px;
}
nav {
	padding-top:17px;
	height:33px;
	text-align:center;
	
}
nav ul {
	list-style-type:none;
	display:inline; /* wg. zentriert ohne feste breite */

}
nav ul li {
	display:inline;/* wg. zentriert ohne feste breite */
	font-family:'Roboto Condensed', 'Roboto';
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
}

nav ul li a {
	color:#fff;
	padding:5px;
	padding-right:10px;
	text-decoration:none;
}

table {
font-family: 'Roboto',sans-serif;
font-size: 14px;
margin-bottom: 15px;
}

table td {
padding-right: 10px;
line-height: 150%;
}

table tr td  a:link, a:visited, a:hover, a:active  {
font-weight: normal;
}

h3 {
	font-size:18px;
	font-family: 'Roboto Condensed', 'Roboto';
	text-transform:uppercase;
	letter-spacing:1px;
	clear:left;
	margin-top:110px;
	color:#ff0000;
	margin-bottom:15px;
	font-weight:normal;
}

/** STARTSEITE  */ 

.start section {
	margin-left:auto;
	margin-right:auto;
	max-width:549px;
	color:#fff;
	margin-top:17%;
	
}
.start section img {
	display:block;
	max-width:100%;

	}
.start section hr {
	width:100px;
	border-bottom:1px solid #fff;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:27px;
	margin-bottom:35px;
}
.start section div {
	background-color:#000; /* fallback  */ 
	background-color:rgba(0, 0, 0, 0.70);
	padding:35px;
	padding-top:50px;
	text-align:center;
}

.start section h1 {
	
	font-family: 'Habibi', Georgia, serif;
	font-weight:normal;
	font-size:20px;
	
}
.start section p {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	
	line-height:200%;
}


/* produktseite */ 
.produkte section {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
	
.produkte section h1 {
	font-family:'Roboto', sans-serif;
	font-size:62px;
	font-weight:100;
	white-space:nowrap;
	margin-top:72px;
}
.produkte section h2 {
	background-image:url(../img/logo-kimura-klein-black.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:125px;
	font-size:18px;
	font-family: 'Roboto Condensed', 'Roboto';
	text-transform:uppercase;
	letter-spacing:1px;
	clear:left;
	margin-top:110px;
	color:#ff0000;
	margin-bottom:30px;
	font-weight:normal;
}

.produkte section  div {
	float:left;
	width:40%;
	margin-right:10%;
}

.produkte section div p {
	font-size:14px;
	font-family:'Roboto', sans-serif;
	line-height:150%;
	margin-bottom:20px;
}
.produkte section div p.intro {
	font-size:16px;
	font-family:'Habibi', Georgia, serif;
	line-height:150%;
}
.produkte section div p img {
	max-width:100%;
}


/* STORY */
.story section h2 {
	background-image:none;
	padding-left:0;
}
.story {
	background-image:url(../img/kimura-golf-schlaeger-sortiment-wide.jpg);
}
.kontakt  {
	background-image:url(../img/kimura-golf-schlaeger-sortiment-wide2.jpg);
}
.story,
.kontakt {
	background-position:bottom;
	background-size:contain;
	background-repeat:no-repeat;
}

/*Partner*/
.partner section h2 {
	background-image:none;
	padding-left:0;
}
.partner {
	background-image:none;
}

.partner {
	background-position:bottom;
	background-size:contain;
	background-repeat:no-repeat;
}

.partner div p {
margin-bottom: 32px !important;
}

section a:link,
section a:visited,
section a:hover,
section a:active {
	color:#ff0000;
	font-weight:bold;
	text-decoration:none;
}

