/* ------------------------------------------------------------------
Filename: style.css
Author: Vincent Kammerer
Description: Berlin Venture Partners Corporate Website

Contents:
- HTML5 ✰ Boilerplate Reset
- BVP Reset
- BVP Custom
- HTML5 ✰ Boilerplate Tools
-------------------------------------------------------------------
 */
 
 /* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


/* ------------------------------------------------------------------
	Overwrite HTML5 ✰ Boilerplate Reset */

::-moz-selection{ background: #000000; color:#fff; text-shadow: none; }
::selection { background:#000000; color:#fff; text-shadow: none; }
a, a:active, a:visited { color: #607890; }
a:link { -webkit-tap-highlight-color: #000000; }
a:focus { outline: 0; }


/* ------------------------------------------------------------------
	BVP Reset */

h1, h2, h3, h4, h5, h6, p { padding:0; margin:0; }

/* ------------------------------------------------------------------
	BVP Custom */

body {
	background-color:#3a3a3c;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
}
#container {
	width:996px;
	margin:0 auto;
	background-image:url(../img/main.png);
	background-repeat:repeat-y;
}
header {
	position:relative;
	height:155px;
	background-image:url(../img/headerAndFooter.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
header nav {
	margin:100px 0px 0px 72px;
	color:#FFFFFF;
	float:left;
}
header nav ul li {
	float:left;
	margin:0 4px;
	background: url(../img/menuLink.png) repeat-x bottom;
}
header nav ul li.first {
	margin-left:0;
}
header nav ul li.last {
	margin-right:0;
}
header nav ul li.dot {
	margin:0;
	width:3px;
	background:none;
}
header nav ul li a, header nav ul li a:link, header nav ul li a:active, header nav ul li a:visited {
	display:block;
	padding:3px 0 11px;
	color:#FFFFFF;
	text-decoration:none;
	background: rgba(143, 144, 133, 1);
}
header nav ul li a:hover, header nav ul li a.active {
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	background: rgba(143, 144, 133, 0);
}
html.no-rgba header nav ul li a, html.oldie header nav ul li a:link, html.oldie header nav ul li a:active, html.oldie header nav ul li a:visited {
	background:#8f9085;	
}
html.no-rgba header nav ul li a:hover, html.no-rgba header nav ul li a.active {
	background:none;	
}
header #headerBorder {
	height:1px;
	margin: 0px 72px;
	background-color:#FFF;
	clear:both;
}
header #logo {
	margin:97px 72px 0px 0px;
	float:right;
}
footer {
	height:60px;
	padding:100px 72px 10px;
	margin-top:-55px;
	background-image:url(../img/headerAndFooter.png);
	background-repeat:no-repeat;
	background-position:-1000px 0;
}
footer ul#networks {
	margin:0;
	padding:0;
	list-style-type:none;
}
footer ul#networks li {
	float:left;
	width:100px;
	height:34px;
}
footer ul#networks li a {
	display:block;
	width:100%;
	height:100%;
	background-image:url(../img/footerSprite.png);
}
footer ul#networks li#facebook a {
	background-position:0 0;
}
footer ul#networks li#facebook a:hover {
	background-position:-200px 0;
}
footer ul#networks li#twitter a {
	background-position:-100px 0;
}
footer ul#networks li#twitter a:hover {
	background-position:-300px 0;
}
footer #credits {
	float:right;
	font-size:12px;
	padding-top:6px;
}
footer #credits, footer #credits a {
	color:#8f9085;
}
footer #credits a:hover {
	color:#42433c;
}
#main {
	padding: 0px 72px;
	position:relative;
}
#main #facebookLike, #facebookLikeGlow {
	z-index:10;
	position:absolute;
	right:30px;
	top:-55px;
}
#facebookLikeGlow {
	opacity : 0.2;
	-moz-opacity : 0.2;
	-ms-filter: "alpha(opacity=20)"; /* IE 8 */
	filter : alpha(opacity=20); /* IE < 8 */ 
}
#main #intro {
	height:500px;
	position:relative;
	z-index:0;
}
#main #intro img {
    position: absolute;
    top: 0;
    left: 0;
	z-index:1;
}
#main #intro img#intro1 {
	z-index:2;
}
#main #headlines {
	z-index:10;
	position:absolute;
	top:160px;
	left:72px;
}
#main #headlines ul {
	visibility:hidden;
	position:absolute;
	margin:0;
	padding:0;
	width:852px;
	color:#000000;
	font-size:24px;
	list-style-type:none;
}
#main #headlines ul.headlineShown {
	visibility:visible;
}
#main #headlines ul li {
	float:left;
	clear:both;
	background-color:#FFF;
	line-height:140%;
	padding:0px 10px;
	white-space:nowrap;
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2); 
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}
#main #headlines ul li#first.invisible {
	background-color:transparent;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
#main #headlines ul li strong {
	opacity : 0;
    -moz-opacity : 0;
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    filter : alpha(opacity=0); /* IE < 8 */
}
#main img {
	vertical-align: text-bottom;
}
#main .photoLabel {
	background-color:#FFF;
	margin-top:-1px;
	padding:4px 10px 3px;
	text-align:right;
}
#main h1 {
	padding-left:497px;
	color:#FFF;
	font-size:24px;
	font-weight:normal;
}
#main h2 {
	font-size:14px;
}
#main .left {
	width:477px;
	float:left;
	padding-right:20px;
}
#main #exit, #main #investment {
	margin-bottom:80px;
}
#main #exit .left, #main #investment .left {
	height:200px;
	background-image:url(../img/spriteMaster.png);
	background-repeat:no-repeat;
	margin-bottom:-1px;
}
#main #investmentAntikoerper {
	background-position:-4px 0;
}
#main #investmentBabla {
	background-position:-504px 0;
}
#main #investmentBarzahlen {
	background-position:-10804px 0;
}
#main #investmentDeliveryHero {
	background-position:-11304px 0;
}
#main #investmentDigitale {
	background-position:-1004px 0;
}
#main #investmentPointnine {
	background-position:-1504px 0;
}
#main #investmentKaeuferportal {
	background-position:-2004px 0;
}
#main #investmentMadvertise {
	background-position:-2504px 0;
}
#main #investmentMysport {
	background-position:-3504px 0;
}
#main #investmentVimecon {
	background-position:-4504px 0;
}
#main #investmentWirkaufens {
	background-position:-5004px 0;
}
#main #investmentYachtico {
	background-position:-9304px 0;
}
#main #investmentYukoono {
	background-position:-9804px 0;
}
#main #exitB4f {
	background-position:-7004px 0;
}
#main #exitIh {
	background-position:-7504px 0;
}
#main #exitFyber {
	background-position:-4004px 0;
}
#main #exitScarosso {
	background-position:-10304px 0;
}
#main #exitSimfy {
	background-position:-8004px 0;
}
#main #exitMisterSpex {
	background-position:-3004px 0;
}
#main #exitHitmeister {
	background-position:-8504px 0;
}
#main .right {
	width:335px;
	min-height:170px;
	float:left;
	background-color:#FFF;
	padding:15px 10px;
}
#main .right p {
	padding:5px 0px;
	clear:both;
	line-height:130%;
	font-size:13px;
}
#main .right h2 {
	float:left;
	text-transform:uppercase;
	padding:0px 0px 10px;
}
#main .right span.fundingDate {
	float:right;
	font-weight:bold;
	color:#919187;
	font-size: 13px;
}
#main .right a.siteLink {
	background-image: url(../img/siteLink.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:15px;
	font-weight:bold;
	color:#444444;
	text-decoration:none;
}
#main .right #contactEmail {
	cursor:pointer;
	margin-bottom:-2px;
}
#main .right iframe#facebookIframe {
	margin:20px 0 0;
}
#main section {
	position:relative;
	clear:both;
	display:block;
}
.dotter {
	clear:both;
	height:1px;
	width:100%;
	background-image:url(../img/dotter.png);
	display:block;
}



/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

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


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
