@charset "UTF-8";
/*-------------------------------------------------*/
/*           Beatrice Bühlmann - Wedding           */
/*-------------------------------------------------*/
/*              Tablet | CSS Document              */
/*-------------------------------------------------*/

html, body { height: 100%; }

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	}
	
/*-------------------- GLOBAL  --------------------*/	
	
ul, ol, dl { list-style: none; margin: 0; padding: 0; }	

a { text-decoration: none; }
a:focus { outline: none; }

a img { border: none; }	
	
p, h1 { font-family: Georgia, "Times New Roman", Times, serif; }	
	
h1 {
	font-size: 1.375em;
	font-weight: 400;
	color: #333;
	margin: 0;
	padding: 0 0 8px 0;
	}
	
h2 {
	font-size: 1em;
	font-weight: 400;
	width: 660px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px 0 5px 0;
	}

#container {
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
	}
	
/* Portrait */
@media screen and (orientation:portrait) {
    #container { width: 740px; margin-top: 30px; margin-bottom: -60px; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#container { width: 980px; margin-top: 20px; margin-bottom: -40px; }
	}	

/*-------------------- HEADER  --------------------*/

#header { 
	background: transparent;
	width: 100%;
	height: 100%;
	padding: 11px 8px 14px 8px;
	margin-top: -11px;
	margin-left: -8px;
	}
	
#background_header { 
	background: #FFF;
	position: absolute;
	top: 0;
	width: 100%;
	height: 105px;
	padding: 0;
	margin: 0;
	}
	
#logo_wrapper {
	width: 100%;
	height: 100%;
	}
		
#logo {
	background: url(../img/buehlmann_logo.png) no-repeat; /* CSS fallback */
	background: url(../img/buehlmann_logo.svg) no-repeat;
	width: 500px;
	height: 24px;
	margin-left: 3px;
	}
	
#nav_wrapper {
	width: 100%;
	height: 40px;
	}
	
/* Portrait */
@media screen and (orientation:portrait) {
    #logo, #nav_wrapper { width: 740px; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#logo, #nav_wrapper { width: 980px; }
	}	
	
/*---------------- MAIN NAVIGATION ----------------*/
	
#main_nav {
	height: 60px;
	float: left;
	}
	
/* Portrait */
@media screen and (orientation:portrait) {
    #main_nav { width: 370px; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#main_nav { width: 490px; }
	}		
	
#main_nav ul {
	padding-top: 26px;
	}	
	
#main_nav ul li {
	display: inline;
	margin: 0 22px 0 4px; /* -10px */
	padding: 2px 0;
	}
	
#main_nav ul li.last {
	margin-right: 0;
	}	

#main_nav ul li a {
	text-transform: uppercase;
	font-size: 0.813em;
	color: #666;
	}
	
#main_nav ul li:hover, #main_nav ul li.active {
	border-bottom: 1px solid #1D1D1D;
	} 				

/*---------------- META NAVIGATION ----------------*/
	
#meta_nav {
	height: 60px;
	float: left;
	}
	
/* Portrait */
@media screen and (orientation:portrait) {
    #meta_nav { width: 370px; }
	#meta_nav ul { margin-right: -4px !important; padding-right: 0 !important; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#meta_nav { width: 490px; }
	}		

#meta_nav ul {
	text-align: right;
	padding-right: 5px;
	padding-top: 26px;
	}

#meta_nav ul li {
	display: inline;
	margin: 0 5px 0 21px; /* -10px */
	padding: 2px 0;
	}
	
#meta_nav ul li a {
	text-transform: uppercase;
	font-size: 0.813em;
	color: #666;
	}
	
#meta_nav ul li:hover, #meta_nav ul li.active {
	border-bottom: 1px solid #1D1D1D;
	}		
	
/*-------------------- TEASER  --------------------*/
	
#teaser_wrapper { 
	background: transparent;
	position: absolute;
	bottom: 0;
	}	
	
.teaser {
	background: #FFF;
	-webkit-box-shadow: 0 30px 20px rgba(0,0,0,0.30);
	-moz-box-shadow: 0 30px 20px rgba(0,0,0,0.30);
	box-shadow: 0 30px 20px rgba(0,0,0,0.30);
	padding: 0;
	float: left;
	}
	
/*.teaser img { padding: 7px 0 0 7px; }*/

.teaser h2 {
	font-family: 'Over the Rainbow', cursive;
	font-size: 1.25em;
	font-weight: 400;
	color: #333;
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	border: none;
	}
	
.tv { }

.tv_hover { position:relative; top: 0; margin-top: -160px; padding: 7px 0 0 7px; display:none; }		
	
/* Portrait */
@media screen and (orientation:portrait) {
	#teaser_wrapper { width: 740px; height: 155px; margin-left: 4px; margin-bottom: 150px; }
    .teaser { width: 174px; height: 155px; margin: 0 11px 0 0; }
	.teaser img { width: 160px; }
	.tv { position:relative; top: 0; padding: 7px 0 0 7px; }
	.tv_hover { position:relative; top: 0; margin-top: -116px; padding: 7px 0 0 7px; display:none; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#teaser_wrapper { width: 960px; height: 185px; margin-left: 20px; margin-bottom: 50px; }
	.teaser { width: 219px; height: 185px; margin: 0 21px 0 0; }
	.teaser img { width: 205px; }
	.tv { position:relative; top: 0; padding: 7px 0 0 7px; }
	.tv_hover { position:relative; top: 0; margin-top: -146px; padding: 7px 0 0 7px; display:none; }
	}
	
/*------------------ THUMBNAILS  ------------------*/

#thumbnails {
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 50px;
	}
	
#thumbnails img { 
	background: #FFF;
	border: 1px solid #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	float: left;
	}
	
#thumbnails img:hover { border: 1px solid #999; }	
	
/* Portrait */
@media screen and (orientation:portrait) {
	#thumbnails { width: 770px; }
    #thumbnails img { width: 176px; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#thumbnails { width: 990px; }
	#thumbnails img { width: 182px; }
	}	

/*-------------------- CONTENT --------------------*/

#portrait img {
	position: absolute;
	}
	
/* Portrait */
@media screen and (orientation:portrait) {
	#portrait img { width: 40% !important; margin-top: 52px; margin-left: 350px; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#portrait img { width: auto !important; margin-top: 58px; margin-left: 400px; }
	}			

#content {
	width: 680px;
	height: 100%;
	margin-top: 55px;
	margin-bottom: 85px;
	}
	
/* Portrait */
@media screen and (orientation:portrait) {
    #content { padding-left: 50px; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#content { padding-left: 95px; }
	}	
	
#content h1,
#content h2 { }	

#content p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.938em;
	line-height: 1.5em;
	color: #333;
	top: 180px;
	}

#content p.anchor { width: 660px; text-align: right; }	
	
#content a { color: #333; }
#content a:hover { text-decoration: underline; }

#content img { width: 25px; }

#clearfix { width: 1020px; height: 40px; clear: left; }

.clearfooter { clear: both; }

/* Portrait */
@media screen and (orientation:portrait) {
    .clearfooter { height: 60px; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	.clearfooter { height: 40px; }
	}	

/*-------------------- FOOTER  --------------------*/

#footer {
	border-top: 1px solid #666;
	bottom: 0;
	margin: 0 auto;
	position: relative;
	}
	
/* Portrait */
@media screen and (orientation:portrait) {
    #footer, #content_footer { width: 740px; height: 60px; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#footer, #content_footer { width: 980px; height: 40px; }
	}	
	
#content_footer { position: relative; }	

#footer p, #content_footer p { 
	width: 100%;
	text-align: center;
	font-size: 0.813em;
	color: #1D1D1D;
	margin: 0 auto;
	padding: 5px 0 0 0;
	}	
			
/*-------------------------------------------------*/