@font-face {
    font-family: 'Sansita';
    src: url('../font/sansita-regular-webfont.woff2') format('woff2'),
         url('../font/sansita-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body { margin: 0; }
h1, h2, h3 { font-weight: normal; font-family: Sansita; }
a { color: #3A89E9; text-decoration: none; }

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


body {
    background: url('../img/background.png') repeat #FFDCA9;
    text-align: center;
    font-family: Tahoma, sans-serif;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}
/**************/
/*** Header ***/
/**************/
.header-container {}
header h1      { margin: 15px auto 15px; width: 800px; max-width: 100%; }
header h1 img  { width: 95%; }
header h1 span { visibility: hidden; position: absolute;}

header h2 {
	font-family: Sansita, Verdana, serif;
	font-weight: normal;
	margin: 0px;
}

/**************/
/*** Header ***/
/**************/

/************/
/*** Main ***/
/************/
.img-holder { position: relative; }

#main-container-background { border: solid black; border-width: 25px 0; width: 100%; /*position: absolute; left: -195px; top: 20px; width: 1470px; z-index: -1; filter: blur(7px);*/ }


#header-sub1 { color: #fffff0; position: absolute; top: 25%; right: 3%; font-size: 3vw; }
#header-sub2 { color: #fffff0; position: absolute; top: 20%; right: 3%; font-size: 2.3vw; }
#header-dvd { 
	position: absolute; bottom: 15%; right: 3%; 
	padding: 1vw 2vw;
	border-radius: 10px; border: 5px solid rgb(160, 30, 30); background: rgb(170, 40, 30); 
	font-size: 4vw; color: #fffff0;
	font-family: Sansita;
	box-shadow: 5px 5px 10px black;
}

#header-dvd:hover, #header-dvd:active {
	border-color: #fffff0; background: rgb(190, 50, 40);
}

#teaser {
	margin-top: 30px;
	/*position: relative; width: 100%; padding-top: 56.25%;*/
	
}
#teaser iframe {
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
	border: 0.8vw solid #CEC0B8;
	background: black;
	max-width: 800px; max-height: 450px;
	width: 80vw; height: 45vw;
	/*max-width: 100%;
	max-height: 100%;
	position: absolute; top: 0; left: 0;*/
}

section { margin-top: 20px; }
article {
	display: inline-block; vertical-align: top; 
	background: rgb(255, 255, 250);
	background: rgba(255, 255, 250, 0.6);
	border-radius: 5px;
	margin: 10px 5%; width: 350px; height: 505px;
}

article h1 { font-size: 24px; }
article h2 { font-size: 16px; }
article a  { font-size: 12px; display: inline-block; margin-bottom: 20px;}

footer { padding: 1em 0 1em; }

/************/
/*** DVD  ***/
/************/

#dvd-order {
	border: 5px solid rgb(160, 30, 30); border-radius: 5px;
	background: rgb(255, 255, 250);
	padding: 10px 30px 20px;
}

#dvd-pic { float: left; width: 55%; }
#dvd-paypal { float: left; width: 40%; margin-left: 4%; }

#dvd-paypal-form { padding: 0.5em; background: rgb(200, 70, 70); border: 1px solid rgb(160, 30, 30); border-radius: 5px; margin: 0 auto; }
#dvd-paypal-form table { margin: 0 auto; }

#dvd-amount { font-weight: bold; padding: 0.3em 0 0.5em; }

#dvd-delivery {
	font-style: italic;
	font-size: 70%;
	margin: 0.2em 0 1em;
}

#dvd-paypal-logo { margin-top: 0.3em; width: 80px; }

#dvd-custom {
	margin-top: 2em;
	font-style: italic;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 768px) {
	#header-sub1 { font-size: 4.5vw; top: 4%; right: 10%; }
	#header-sub2 { font-size: 3vw; top: 16%; right: 10%; }
	#header-dvd { position: relative; right: auto; margin: 1em auto 2em; font-size: 5vw; }
	
	article { margin: 20px auto; }
}

@media only screen and (max-width: 860px) {
	#dvd-pic, #dvd-paypal { float: none; margin: 0 auto; width: 100%; }
	
	#dvd-pic {
		width: 80%;
		margin-bottom: 2em;
	}
}

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

}

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

/* ===============
    Maximal Width
   =============== */

	.wrapper {
		width: 1026px; /* 1140px - 10% for margins */
		margin: 0 auto;
	}
}
















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

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

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



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