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

body {
	background-image: none !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	/* Prevent font scaling in landscape */
	-webkit-text-size-adjust: none;
	}
	
/*-------------------- GLOBAL  --------------------*/	
	
ul, ol, dl { list-style: none; margin: 0; padding: 0; }	

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

a { border: none !important; }
a img { border: none; }		
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.375em;
	font-weight: 400;
	}
	
h2 {
	font-size: 1em;
	font-weight: 400;
	}
	
#container {
	width: 100%;
	margin: 0 auto;
	}

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

#header, #logo_wrapper { 
	width: 100%;
	height: 100%;
	}
		
#logo {
	width: auto;
	height: 100%;
	border: none;
	}
	
/* Portrait */
@media screen and (orientation:portrait) {
	#logo_wrapper { height: 37px; }
    #logo { background: url(../img/buehlmann_logo320.svg) no-repeat; margin-top: 20px; margin-left: 9px; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#logo_wrapper { height: 50px; }
	#logo { background: url(../img/buehlmann_logo480.svg) no-repeat; margin-top: 12px; margin-left: 0; }
	}		
	
/*------------------ NAVIGATION  ------------------*/

#nav_wrapper {
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
	}
	
#main_nav, #meta_nav {
	width: 100%;
	}	
	
#main_nav ul {
	border-top: 1px solid #CCC;
	text-align: center;
	}
	
#meta_nav ul {
	text-align: center;
	}	
	
#main_nav ul li,
#meta_nav ul li {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	display: block;
	}
	
#main_nav ul li a,
#meta_nav ul li a {
	text-transform: uppercase;
	color: #555;
	}

#main_nav ul li.active,
#meta_nav ul li.active {
	background: #EEE;
	}
	
/* Portrait */
@media screen and (orientation:portrait) {
	#main_nav ul li, #meta_nav ul li { padding: 6px 0; }
	#main_nav ul li a, #meta_nav ul li a { font-size: 1.063em; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#main_nav ul li, #meta_nav ul li { padding: 5px 0; }
	#main_nav ul li a, #meta_nav ul li a { font-size: 1.25em; }
	}		
	
/*-------------------- TEASER  --------------------*/
	
#teaser_wrapper { 
	background: transparent;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	padding: 0;
	}	
	
.teaser {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 0;
	float: left;
	}
	
#last { margin-right: 0; }
		
/*.teaser img { padding: 7px 0 0 7px; }*/
.teaser h2 {
	font-family: 'Over the Rainbow', cursive;
	font-size: 1.125em;
	font-weight: 400;
	color: #333;
	border: none;
	}
	
/* Portrait */
@media screen and (orientation:portrait) {
    .teaser { width: 144px; height: 134px; margin: 10px 2px 0 8px; 
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.30);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,0.30);
		box-shadow: 0 0 3px rgba(0,0,0,0.30); }
	.teaser img { width: 130px; }
	.tv { position:relative; top: 0; padding: 7px 0 0 7px; }
	.tv_hover { position:relative; top: 0; margin-top: -99px; padding: 7px 0 0 7px; display:none; }
	.teaser h2 { margin-top: -4px; padding-left: 6px; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	.teaser { width: 219px; height: 188px; margin: 15px 4px 0 11px; 
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.30);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.30);
		box-shadow: 0 0 5px rgba(0,0,0,0.30); }
	.teaser img { width: 205px; }
	.tv { position:relative; top: 0; padding: 7px 0 0 7px; }
	.tv_hover { position:relative; top: 0; margin-top: -149px; padding: 7px 0 0 7px; display:none; }
	.teaser h2 { margin-top: -2px; padding-left: 15px; }
	}
	
/*------------------ THUMBNAILS  ------------------*/

#thumbnails {
	width: 100%;
	margin-top: 5px;
	margin-left: 10px;
	}
	
#thumbnails img { 
	background: #FFF;
	border: 1px solid #FFF;
	padding: 2px;
	float: left;
	}
	
#thumbnails img:hover { border: 1px solid #999; }	
	
/* Portrait */
@media screen and (orientation:portrait) {
	#thumbnails { margin-left: 10px; }
    #thumbnails img { width: 45%; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#thumbnails { margin-left: 12px; }
	#thumbnails img { width: 45%; margin: 3px;}
	}	

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

#portrait img {
	width: 100% !important;
	}	

#content { width: auto; }
	
/* Portrait */
@media screen and (orientation:portrait) {
    #content { padding: 0 10px; }
	}	
/* Landscape */
@media screen and (orientation:landscape) {
	#content { padding: 0 20px; }
	}
	
#content h1 {
	color: #333;
	margin: 10px 0 0 0;
	padding: 0 0 8px 0;
	}
	
#content h2 {
	width: auto;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 6px 0 5px 0;
	}	

#content p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
	}
	
#content p.anchor { text-align: right; padding-right: 4px; }
	
#content a { color: #333; }
#content a:hover { text-decoration: underline; }

#content img { width: 25px; }

#clearfix { width: 100%; height: 30px; clear: both; }

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

#footer, #content_footer {
	border-top: 1px solid #666;
	bottom: 0;
	width: 100%;
	height: 50px;
	}

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