/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

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

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

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

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

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

textarea {
    resize: vertical;
}

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


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

html, body {
    font-family: "museo-slab",serif;
    font-style: normal;
    font-weight: 500;
}

html, a {
    color: #ffffff;
}

body {
    min-width: 920px;
    min-height: 100%;
}

a {
    text-decoration: none;
}

main {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 80px;
    /*width: 850px;*/
}

.golden {
    color: #ae9863;
}

.bold {
    font-family: "museo-slab",serif;
    font-style: normal;
    font-weight: 700;
}

.gradient-background {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#102336+0,11273c+23,173854+73,173956+100 */
    background: #102336; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMjMzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzExMjczYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzE3Mzg1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzM5NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #102336 0%, #11273c 23%, #173854 73%, #173956 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #102336 0%,#11273c 23%,#173854 73%,#173956 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #102336 0%,#11273c 23%,#173854 73%,#173956 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102336', endColorstr='#173956',GradientType=0 ); /* IE6-8 */
}

.wrapper {
    min-height: 100vh;
    /*width: 100vw;*/
}

.main-content {
    margin: 0 auto;
    width: 920px;
}

.headline {
    font-size: 40px;
    line-height: 40px;
    padding-top: 130px;
}

.subheadline {
    font-size: 30px;
    line-height: 34px;
    padding-top: 150px;
}

.gfx-wrapper,
.keyhole-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 436px;
    height: 582px;
    float: left;
}

.gfx-wrapper {
    margin: 0 30px 70px 0;
}

.keyhole-wrapper {
    position: absolute;
}

.keyhole {
    position: absolute;
    top: 32px;
    left: 130px;
}

.keyhole-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.mask-overlay {
    margin-right: 30px;
}

.link-wrapper {
    position: absolute;
    top: 320px;
    right: -30px;
}

.continue-link {
    display: inline-block;
}

.zauberland-logo {
    margin-top: 50px;
}

footer {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    clear: both;
}

.main-content footer {
    padding-left: 70px;
}

.hexenagger-logo {
    margin-right: 10px;
}

.imprint {
    margin-left: 40px;
}

.imprint-content {
    padding: 10px 15px;
}

.imprint-content a {
    text-decoration: underline;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   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;
    }
}