/* ----------------------------- scrollbalken ----------------------------- */

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

/* ----------------------------- Font ----------------------------- */

@font-face {
    font-family: 'PeterMuellerRegular';
    src: url('petermueller-webfont.eot');
    src: url('petermueller-webfont.eot?#iefix') format('embedded-opentype'),
         url('petermueller-webfont.woff') format('woff'),
         url('petermueller-webfont.ttf') format('truetype'),
         url('petermueller-webfont.svg#PeterMuellerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ----------------------------- body ----------------------------- */
body {
	margin: 0;
	padding: 0;
	}
	
.alles {
	position:absolute;
	top:0;
	width:98%;
	height:100%;
	/*min-width: 500px;*/
	text-align: center;
	}

.logo {
	position: fixed;
	top:12px;
	width:100%;
	font-family: 'PeterMuellerRegular';
	text-align: center;
	font-size:100px;
	line-height:1.1em;
	color:#000; /*rosa #FFDBC2*/
	z-index: 1000;

	}

.first {
	position: fixed;
	top:-60px;
	right:60px;
	width:40px;
	text-align:right;
	font-size:220px;
	z-index:1024;
	}
	
.first a, a:hover, a:visited, a:active{
	text-decoration: none !important;
	color:#000;
	}

.bob {
	position: absolute;
	top:-27px;
	right:0px;
	width:40px;
	text-align:right;
	font-size:110px;
	z-index:1025;
	cursor: pointer;
	}
	
.bob a, a:hover, a:visited, a:active{
	text-decoration: none !important;
	color:#000;
	cursor: pointer;
	}
		
body a {
	text-decoration: none;
	color:#000; /*türkis #5EBE8E*/
	}

body a:hover {
	text-decoration: none;
	color:#304e35;
	}	

#post {
	width:100%;
	max-width: 100%;
	height: calc(100% - 120px);
	position:absolute;
	top:120px;
	/*padding-top:0px;
	padding-bottom:0px;*/
	z-index: 2;
	margin:auto;
	text-align:center;
	}

/*#post img{
	width:auto;
	height: calc(100% - 120px);
	margin:auto;
	text-align:center;
	}
*/	

#post img{
max-width: 100%; max-height: 100%; 
	text-align:center;

	}
	
#catwalk {
	width:auto;
	height:83%;
	padding-top:16px;
	padding-bottom:16px;
	margin:auto;
	text-align:center;
	}
	
#catwalk img{
	width:auto;
	height:100%;
	margin:auto;
	text-align:center;
	}	

/* ----------------------------- pageslide ----------------------------- */

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 220px;
    padding: 0px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #FFF;
/*    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;*/
}

/* ----------------------------- flexslide ----------------------------- */


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; max-height: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* type settings in slider */
.slides p {
	position: relative;
	top:-5px;
	font-family: 'PeterMuellerRegular';
	text-align: center;
	font-size:100px;
	line-height:0.95em;
	color:#000;

	}

.more {
	position: relative;
	top:35px;
	width: 480px;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:0.1em;
	line-height:1.22em;
	z-index: 2000;
	margin-bottom: 270px;

	}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 45%; height: 90%; margin: 0; display: block; position: absolute; top: 40px; z-index: 10; /*cursor: e-resize;*/ text-indent: -9999px; opacity: 0;/* -webkit-transition: all .3s ease;*/}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 0px; }
.flex-direction-nav .flex-prev {left: 0px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px; cursor: e-resize}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px; cursor: w-resize}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 15px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #FFF; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 21px; -moz-border-radius: 21px; -o-border-radius: 21px; border-radius: 21px;/* box-shadow: inset 0 0 3px rgba(0,0,0,0.3);*/}
.flex-control-paging li a:hover { background: #96F; }
.flex-control-paging li a.flex-active { background: #000; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
*/
/*
@media screen and (max-width: 860px) {
  #post {
	width:87%;
	padding-top:16px;
	padding-bottom:16px;
	margin:auto;
	text-align:center;
	}
}
@media screen and (min-width: 1260px) {
  #post {
	width:57%;
	padding-top:16px;
	padding-bottom:16px;
	margin:auto;
	text-align:center;
	}
}*/


/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){

.logo {
	position: relative;
	top:12px;
	width:100%;
	font-family: 'PeterMuellerRegular';
	text-align: center;
	font-size:30px;
	line-height:1.1em;
	color:#000; /*rosa #FFDBC2*/
	z-index: 1000;

	}

.first {
	position: absolute;
	top:-27px;
	right:0px;
	width:40px;
	text-align:right;
	font-size:80px;
	z-index:1024;
	}
	
.first a, a:hover, a:visited, a:active{
	text-decoration: none !important;
	color:#000;
	}

#post {
	width:100%;
	height:91%;
	position:relative;
	top:14px;
	/*padding-top:0px;
	padding-bottom:0px;*/
	z-index: 2;
	margin:auto;
	text-align:center;
	}

#post img{
	width:99%;
	height:auto;
	margin:auto;
	text-align:center;
	}

.slides p {
	position: relative;
	top:-5px;
	font-family: 'PeterMuellerRegular';
	text-align: center;
	font-size:30px;
	line-height:0.95em;
	color:#000;

	}

}

