@import url(http://fonts.googleapis.com/css?family=UnifrakturCook:700);
@import url(http://fonts.googleapis.com/css?family=UnifrakturMaguntia);
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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: #222;
}

html {
    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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

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


body {
	position:relative;
	margin:0;
	padding:0;
	position:relative;
	background-color:#000000;
	color:#bebebe;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.4;
	background-image:url(../img/webpage_hintergrund.jpg);	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
}
.textwrapper a {
    color: #fff;
}
div.navwrapper {
	position:fixed;
	width:100%;
	height:40px;
	z-index:100;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
div.navwrapper.active {
	background-color:#000000;
}
div.navwrapper ul {
	width:666px;
	height:40px;
	margin:0 auto;
	padding:0;
	margin:0 auto;
	list-style:none;
	text-align:center;
}
div.navwrapper ul li {
	padding:0;
	margin:0;
	height:40px;
	overflow:hidden;
	display:inline-block;
}
div.navwrapper ul li.logo {
	width:0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
div.navwrapper.active ul li.logo {
	width:130px;
}
div.navwrapper ul li.logo img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
div.navwrapper ul li a {
    color: #aaaaaa;
    display: block;
    font-family: "UnifrakturMaguntia",cursive;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
	border-bottom:2px solid #2e324f;
	height:40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div.navwrapper ul li a:hover,
div.navwrapper ul li a.active,
div.navwrapper ul li a.active:hover  {
	color: #eee;
	height:38px;
	background-color:#02030a;
}

div.section {
	width:100%;
	min-height:100vh;
	position:relative;
}
div.section.startwrapper {
	background-image:url(../img/webpage_hintergrund.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
	min-height:150vh;
}

div.section.startwrapper .logowrapper {
    bottom: auto;
    height: 229px;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 200px;
    width: 800px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px;
}
div.section.startwrapper .logowrapper img {
	border:none;
	width:100%;
	height:auto;
}
div.section {
	/*background-color:#07080a;*/

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
}
div.section .textwrapper {
    margin: 0 auto;
    width: 620px;
	padding:120px 10px;
	max-width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    text-shadow: -1px -1px 0px #000;
}

div.section .textwrapper h3 {
    font-family: "UnifrakturMaguntia",cursive;
    font-size: 36px;
	color:#eee;
	font-weight:normal;
	margin:0 0 20px;
	padding:0;
}
div.section .textwrapper h4 {
    font-family: "UnifrakturMaguntia",cursive;
    font-size: 26px;
	color:#eee;
	font-weight:normal;
	margin:0 0 10px;
	padding:0;
}
div.section .textwrapper img {
    max-width:100%;
    border-image-width: 0px !important;
}
.section.band,
.section.releases,
.section.contact {
    /*background-color: #050505;*/
}

.section.news {
    background-image:url(../img/wallpaper_background_01.jpg);
}
.section.band {
    background-image:url(../img/wallpaper_background_02.jpg);
}
.section.media {
    background-image:url(../img/wallpaper_background_03.jpg);
}
.section.releases,
.section.live,
.section.armoury,
.section.contact {
    background-image:url(../img/wallpaper_background_04.jpg);
}

.ytvideo-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    display:block;
    margin: 0 auto;
}
.ytvideo-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;  
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width:100%;
    height:100%;
    border-width: 0px;
}
div.section .textwrapper ul.band {
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
    position:relative;
}
div.section .textwrapper ul.band li {
    display:inline-block;
    width:50%;
    text-align: center;
    overflow:hidden;
    padding: 0 0 20px;
}
div.section .textwrapper ul.band li h4 {
    margin: 10px 0 0;
}
div.section .textwrapper ul.band li p {
    margin: 0 0 1em;
}
@media all and (max-width: 640px) {
    ul.band li {
        width:100%;
    }
}
.mobilenav {
    display:none;
}
.mobilenavicon {
        height: 40px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        z-index: 999;
    }   
    .mobilenavicon a {
        color:#fff;
        display:block;
        height:40px;
        width:40px;
        line-height:60px;
        padding:0 10px; 
    }
    #nav-toggle { cursor: pointer; padding: 0px; }
    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 3px;
      width: 35px;
      background: white;
      position: absolute;
      display: block;
      content: '';
      top:18px;
    }
    #nav-toggle span:before {
      top: -9px; 
    }
    #nav-toggle span:after {
      top: 9px;
    }
    
    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
      transition: all 500ms ease-in-out;
    }
    #nav-toggle.active span {
      background-color: transparent;
    }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
      top: 0;
    }
    #nav-toggle.active span:before {
      transform: rotate(45deg);
    }
    #nav-toggle.active span:after {
      transform: translateY(-10px) rotate(-45deg);
      top: 10px;
}
.mobilenav .dzlogo img {
  margin: 4px auto 2px auto;
  display: block;
}  
.mobilenav .dzlogo {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 860px) {
    div.mainnav ul {
        display:block !important
    }
 }
@media (max-width: 860px) {
    .mobilenav {
        display:block;
    }
  
    div.mainnav ul {
        width:100%;
        min-width:100%;
        margin:40px 0 0;
        display:none;
        border-top:1px solid #000;
    }
    div.mainnav ul li {
        display:list-item;
        float:none;
    }
    div.mainnav ul li:nth-child(1) {
        display:none;
    }
    div.mainnav ul li:first-child a {
    
    }
    div.mainnav ul li a {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.85);
    }
    div.mainnav ul li a.active,
    div.mainnav ul li a.active:hover {
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
    }
}
/* ==========================================================================
   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 required 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;
    }
}
