

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #fff;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


@font-face {
    font-family: 'typewalk mono beta';
    src: url('../font/typewalk_beta-mono.eot');
    src: url('../font/typewalk_beta-mono.eot?#iefix') format('embedded-opentype'),
         url('../font/typewalk_beta-mono.woff') format('woff'),
         url('../font/typewalk_beta-mono.ttf') format('truetype');
}


    
html,body {
	background-color: #ebe8d5; 	    
	height:100%;
	font-family: 'typewalk mono beta', courier, helvetica, arial, sans-serif; 
}

#nav{
	position: fixed;
	padding: 40px 0px 0px 35px;
	z-index: 10;
}

#nav a{
	cursor: pointer;
}



#border-top{
	position: fixed;
	left:0;
	top:0;
	height:1.5em;
	width:100%;
	z-index: 2;
}




#border-bottom{
	position: fixed;
	left:0;
	bottom:0;
	height:1.5em;
	width:100%;
	z-index: 2;

}




#border-left{
	position: fixed;
	left:0;
	top:0;
	height:100%;
	width:1.5em;
	z-index: 2;

}



#border-right{
	position: fixed;
	right:0;
	top:0;
	height:100%;
	width:1.5em;
	z-index: 2;
	
}

#border-lt{
	position: fixed;
	left:0;
	top:0;
	height:1.5em;
	width:1.5em;
	z-index: 2;
	
}



#border-rt{
	position: fixed;
	right:0;
	top:0;
	height:1.5em;
	width:1.5em;
	z-index: 2;	
}


#border-lb{
	position: fixed;
	left:0;
	bottom:0;
	height:1.5em;
	width:1.5em;
	z-index: 2;

		
}
#border-rb{
	position: fixed;
	right:0;
	bottom:0;
	height:1.5em;
	width:1.5em;
	z-index: 2;		
}


.border-round-red-t{
	background-image: url("../img/muster/muster_01-03.svg");
	background-size: contain;
}

.border-round-red-b{
	background-image: url("../img/muster/muster_01-01.svg");
	background-size: contain;	
}
.border-round-red-l{
	background-image: url("../img/muster/muster_01-02.svg");
	background-size: contain;		
}
.border-round-red-r{
	background-image: url("../img/muster/muster_01-04.svg");
	background-size: contain;	
}

.border-round-red-lt{
	background-image: url("../img/muster/muster_01-06.svg");
	background-size: contain;
}
.border-round-red-rt{
	background-image: url("../img/muster/muster_01-08.svg");
	background-size: contain;
}

.border-round-red-lb{
	background-image: url("../img/muster/muster_01-07.svg");
	background-size: contain;
}

.border-round-red-rb{
	background-image: url("../img/muster/muster_01-05.svg");
	background-size: contain;	
}


.border-round-green-t{
	background-image: url("../img/muster/muster_02-03.svg");
	background-size: contain;
}

.border-round-green-b{
	background-image: url("../img/muster/muster_02-01.svg");
	background-size: contain;	
}
.border-round-green-l{
	background-image: url("../img/muster/muster_02-02.svg");
	background-size: contain;		
}
.border-round-green-r{
	background-image: url("../img/muster/muster_02-04.svg");
	background-size: contain;	
}

.border-round-green-lt{
	background-image: url("../img/muster/muster_02-06.svg");
	background-size: contain;
}
.border-round-green-rt{
	background-image: url("../img/muster/muster_02-08.svg");
	background-size: contain;
}

.border-round-green-lb{
	background-image: url("../img/muster/muster_02-07.svg");
	background-size: contain;
}

.border-round-green-rb{
	background-image: url("../img/muster/muster_02-05.svg");
	background-size: contain;	
}



.border-line-red-t{
	background-image: url("../img/muster/muster_03-03.svg");
	background-size: contain;
}

.border-line-red-b{
	background-image: url("../img/muster/muster_03-01.svg");
	background-size: contain;	
}
.border-line-red-l{
	background-image: url("../img/muster/muster_03-02.svg");
	background-size: contain;		
}
.border-line-red-r{
	background-image: url("../img/muster/muster_03-04.svg");
	background-size: contain;	
}

.border-line-red-lt{
	background-image: url("../img/muster/muster_03-06.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}
.border-line-red-rt{
	background-image: url("../img/muster/muster_03-08.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}

.border-line-red-lb{
	background-image: url("../img/muster/muster_03-07.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}

.border-line-red-rb{
	background-image: url("../img/muster/muster_03-05.svg");
	background-size: contain;	
	background-color: #ebe8d5; 
}

.border-line-green-t{
	background-image: url("../img/muster/muster_04-03.svg");
	background-size: contain;
}

.border-line-green-b{
	background-image: url("../img/muster/muster_04-01.svg");
	background-size: contain;	
}
.border-line-green-l{
	background-image: url("../img/muster/muster_04-02.svg");
	background-size: contain;		
}
.border-line-green-r{
	background-image: url("../img/muster/muster_04-04.svg");
	background-size: contain;	
}

.border-line-green-lt{
	background-image: url("../img/muster/muster_04-06.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}
.border-line-green-rt{
	background-image: url("../img/muster/muster_04-08.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}

.border-line-green-lb{
	background-image: url("../img/muster/muster_04-07.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}

.border-line-green-rb{
	background-image: url("../img/muster/muster_04-05.svg");
	background-size: contain;	
	background-color: #ebe8d5; 
}




.border-line-fett-green-t{
	background-image: url("../img/muster/muster_06-03.svg");
	background-size: contain;
}

.border-line-fett-green-b{
	background-image: url("../img/muster/muster_06-01.svg");
	background-size: contain;	
}
.border-line-fett-green-l{
	background-image: url("../img/muster/muster_06-02.svg");
	background-size: contain;		
}
.border-line-fett-green-r{
	background-image: url("../img/muster/muster_06-04.svg");
	background-size: contain;	
}

.border-line-fett-green-lt{
	background-image: url("../img/muster/muster_06-06.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}
.border-line-fett-green-rt{
	background-image: url("../img/muster/muster_06-08.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}

.border-line-fett-green-lb{
	background-image: url("../img/muster/muster_06-07.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}

.border-line-fett-green-rb{
	background-image: url("../img/muster/muster_06-05.svg");
	background-size: contain;	
	background-color: #ebe8d5; 
}



.border-line-fett-red-t{
	background-image: url("../img/muster/muster_05-03.svg");
	background-size: contain;
}

.border-line-fett-red-b{
	background-image: url("../img/muster/muster_05-01.svg");
	background-size: contain;	
}
.border-line-fett-red-l{
	background-image: url("../img/muster/muster_05-02.svg");
	background-size: contain;		
}
.border-line-fett-red-r{
	background-image: url("../img/muster/muster_05-04.svg");
	background-size: contain;	
}

.border-line-fett-red-lt{
	background-image: url("../img/muster/muster_05-06.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}
.border-line-fett-red-rt{
	background-image: url("../img/muster/muster_05-08.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}

.border-line-fett-red-lb{
	background-image: url("../img/muster/muster_05-07.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}

.border-line-fett-red-rb{
	background-image: url("../img/muster/muster_05-05.svg");
	background-size: contain;	
	background-color: #ebe8d5; 
}




.border-line-fett-dark-t{
	background-image: url("../img/muster/muster_07-03.svg");
	background-size: contain;
}

.border-line-fett-dark-b{
	background-image: url("../img/muster/muster_07-01.svg");
	background-size: contain;	
}
.border-line-fett-dark-l{
	background-image: url("../img/muster/muster_07-02.svg");
	background-size: contain;		
}
.border-line-fett-dark-r{
	background-image: url("../img/muster/muster_07-04.svg");
	background-size: contain;	
}

.border-line-fett-dark-lt{
	background-image: url("../img/muster/muster_07-06.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}
.border-line-fett-dark-rt{
	background-image: url("../img/muster/muster_07-08.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}

.border-line-fett-dark-lb{
	background-image: url("../img/muster/muster_07-07.svg");
	background-size: contain;
	background-color: #ebe8d5; 
}

.border-line-fett-dark-rb{
	background-image: url("../img/muster/muster_07-05.svg");
	background-size: contain;	
	background-color: #ebe8d5; 
}

/*
.border-background{
	background-color: #e94e28;
}

.border-background-alt{
	background-color: #22ad7c;
}
*/
.border-background-black{
	background-color: #222;
}


section {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        font-family: 'typewalk mono beta', courier, helvetica, arial, sans-serif; 
        font-size: 13px;
}


	 .showing1{
	 	background: url('../img/showings/mono-1915-01.svg') no-repeat center center fixed;
	  }
	  	  
	  .showing2{
	  background: url('../img/showings/mono-1915-02.svg') no-repeat center center fixed;

	  }	  
	  
	  .showing3{
		background: url('../img/showings/mono-1915-03.svg') no-repeat center center fixed;

	  }	  
	  
	  .showing4{
	 	background: url('../img/showings/mono-1915-04.svg') no-repeat center center fixed;
	  }	 
	  
	  .showing5{
	 	background: url('../img/showings/mono-1915-05.svg') no-repeat center center fixed;
	  }	 
	  .showing6{
	  	background: url('../img/svenofuchs.jpg') no-repeat center center fixed;
	 	color:#222;
	  }	 
	 	 
	  .showing7{
	 	background: url('../img/showings/mono-1915-06.svg') no-repeat center center fixed;
	  }	 
	  .showing8{
	 	background: url('../img/showings/mono-1915-07.svg') no-repeat center center fixed;
	  }
	  .showing9{
	 	background: url('../img/showings/mono-1915-08.svg') no-repeat center center fixed;
	  }	 	
	  .showing10{
	 	background: url('../img/showings/mono-1915-09.svg') no-repeat center center fixed;
	  }	 	  
	  	  	 	  	  

	  .showing11{
	 	background: url('../img/showings/mono-1915-10.svg') no-repeat center center fixed;
	  }	
	
 	 
 	  	  	  
	.showing13,.showing14,.showing12{
	  
	  color:#393833;
	}	

	 
@media
only screen and (min-width: 1140px),
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 700px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (                min-resolution: 192dpi) and (min-width: 700px),
only screen and (                min-resolution: 2dppx)  and (min-width: 700px) { 
	  .showing1{
	 	background: url('../img/showings/mono-1915-01.svg') no-repeat center center fixed;
	  }
	  	  
	  .showing2{
	 		background: url('../img/showings/mono-1915-02.svg') no-repeat center center fixed;	
	  }	  
	  
	  .showing3{
		 	background: url('../img/showings/mono-1915-03.svg') no-repeat center center fixed;

	  }	  
	  
	  .showing4{
	 	background: url('../img/showings/mono-1915-04.svg') no-repeat center center fixed;
	  }	 
	  
	  .showing5{
	 	background: url('../img/showings/mono-1915-05.svg') no-repeat center center fixed;
	  }	 

	  .showing7{
	 	background: url('../img/showings/mono-1915-06.svg') no-repeat center center fixed;
	  }	 
	  .showing8{
	 	background: url('../img/showings/mono-1915-07.svg') no-repeat center center fixed;
	  }
	  .showing9{
	 	background: url('../img/showings/mono-1915-08.svg') no-repeat center center fixed;
	  }	 	
	  .showing10{
	 	background: url('../img/showings/mono-1915-09.svg') no-repeat center center fixed;
	  }	 	  
	  	  	 	  	  
	  .showing11{
	 	background: url('../img/showings/mono-1915-10.svg') no-repeat center center fixed;
	  }	
	  
	 
 	  	 

}	
	  	
    
.showing{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-attachment: fixed;
}

.showing13{
	text-align: center;
}

#paywithpost{
	position: absolute;
	width:20vw;
	height:3em;
	
	background-color:#1dad7c;
	color:#fff;
	bottom:15vh;
	left:50%;
	margin-left:-10vw;
	font-size:2em;
	line-height: 3em;
	vertical-align: middle;
	cursor: pointer;
}

#paywithpost a{
	color:#ebe8d5; 
	text-decoration: none;	
}

#paywithpost:hover{
	background-color: #e94e28;
}
	  	  
#NavBar {
	width: 100%;
	}




#introsale{
	width:120px;
	position: absolute;
	z-index:10;
	right:10vw;
	bottom:45vh;
}
#introsale img{
	width:100%;
}

.mouse{
	cursor: pointer;
}

.red{
	color:#e73f1d;
}

.white{
	background-color:#ebe8d5;	
}

#breadcrumb{
	position: fixed;
	left:35px;
	transform: rotate(-90deg);
	transform-origin:0% 0%;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-ms-transform-origin:0% 0%; /* IE 9 */
	-moz-transform: rotate(-90deg); /* IE 9 */
	-moz-transform-origin:0% 0%; /* IE 9 */
	-o-transform: rotate(-90deg); /* IE 9 */
	-o-transform-origin:0% 0%; /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari and Chrome */
    -webkit-transform-origin:0% 0%; /* Safari and Chrome */
	font-size: .75em;
	font-family: 'typewalk mono beta', helvetica, arial, sans-serif; 
	z-index:3;
}



#breadcrumb a{
	color: #222;
	text-decoration: none;
}

#breadcrumb a.link{
	color:#e94e28;
}



#footer{
	background-color:#222;
	padding-top:1em;
	text-align: center;
	padding-bottom:3.5em;
	color:#FCFBE9;
	font-size: 14px;
	font-family: 'typewalk mono beta', helvetica, arial, sans-serif; 	
	
}

#footer a{
	text-decoration: none;
	color:#FCFBE9;
}

#footer ul {
	list-style: none;
	margin:0;
	padding:0;
}

#footer ul li {
	display:inline;
	margin-left:10px;
}


.downloadbutton{
	text-transform: uppercase;
	font-size: 16px;
	background-color: #bbb;
	color:#fff;
	text-align: center;
	width: 100px;
	letter-spacing: .15em;
	line-height:33px;
	display:inline;
	float:right;
	height:30px;
	cursor: pointer;
}
.downloadbutton:hover{
	background-color:#1dad7c;
}

.buybutton{
	text-transform: uppercase;
	font-size: 16px;
	background-color: #e73f1d;
	color:#fff;
	text-align: center;
	width: 100px;
	letter-spacing: .25em;
	line-height:33px;
	display:inline;
	float:right;
	height:30px;
	cursor: pointer;
}

.packagename{
	font-family: 'typewalk mono beta', helvetica, arial, sans-serif; 
	text-transform: uppercase;
	font-size: 16px;
	background-color: #ddd;
	line-height:33px;
	padding-left:3px;
	height:30px;
}

.packagecontent{
	padding-left:3px;
	margin-top: 5px;
	font-size: 13px;
	margin-bottom:20px;
}

.special{
	background-color:#E94648;
	color:white;
}

.specialbutton{
	background-color: #000;
	color:white;
}


.price{
	float:right;
	display:inline;
	margin-right: 10px;
}

.price-strike{
	text-decoration: line-through;
}

#buywrapper{
	width:80%;
	position: absolute;
	top:50%;
	margin-top:-260px;
	left:50%;
	margin-left:-40%;
	min-width:950px;
	overflow: hidden;
}


#buyright{
	width:48%;
}

#buyleft{
	width:48%;
	float:right;
}

#buybottom{
	width:100%;
}




#buywrapper a{
	text-decoration: none;
	color:#fff;
}



.fliesstext{
	font-family: 'typewalk mono beta', helvetica, arial, sans-serif; 
	margin: auto;
	padding-top:8%;
	width:50%;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 5em;
}

.fliesstext a{
	text-decoration: none;
}

.fliesstext a:hover{
	text-decoration: underline;
}

#discwrapper{
	margin-top:10%;	
	margin-left:6.5%;
    width:60%;
	line-height:22px;
	overflow: hidden;
}

#disctext{
	position:relative;
	width:47%;
	float:left;
}

#discwrapper a{
	text-decoration: none;
}

#discwrapper a:hover{
	text-decoration: underline;
}



#logo-svg{
	width:135px;
	height:auto;
	fill:#FCFBEA;
}

.logo-dark{
	fill:#393833;
}

.logo-red{
	fill:#e73f1d;
}
.logo-green{
	fill:#1dad7c;
}

.text-dark{
	color:#393833;
}

@media only screen and (max-width: 1200px){
	.fliesstext{
		width:80%;
		padding-top: 2em;
	}
	#discwrapper{
		width:60%;
		position: relative;
		top:20px;
		margin-left:5%;
	}
	#buywrapper{
	 margin-left:-460px;
	}	
}
@media only screen and (max-width: 1024px){

	#discwrapper{
		width:60%;
		position: relative;
		margin-left:5%;
				
	}
	#buywrapper{
	 margin-left:-460px;
	}
}

@media only screen and (max-width: 800px){

	#discwrapper{
		width:60%;
		position: relative;
		margin-left:5%;
		margin-top:-10px;
		font-size:12px;
		line-height: 18px;
	}
}



#footer ul li{
	position: relative;
	display:inline-table;
	vertical-align: baseline;
}



  
  



.invert{

	color:blue;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid requi
    HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}


#typetest:read-write:focus {
     outline: none;
}