/* Clear things up */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    font-family: Lato, Verdana, Tahoma, Arial, sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    transition: background 1s ease;
    overflow-x: hidden;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: url(../img/DSC0086_zoomed.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}


/* selection */

::selection {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

::-moz-selection {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}


/*.background {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    z-index: 0;
}*/


/* main */

main {
    position: relative;
    width: 100%;
    z-index: 1;
}

main>span {
    display: block;
    padding: 0.2em;
    width: 100%;
    font-size: 32pt;
    font-weight: 300;
    text-align: center;
    border-top: 2px solid #700000;
    border-bottom: 2px solid #700000;
}


/* header */

main>header {
    padding: 1em 0;
    text-align: center;
}

main>header nav h1 {
    font-family: 'Euphoria Script';
    font-size: 34pt;
    font-weight: 900;
}

main>header nav i {
    margin-right: 0.5em;
}

main>header nav h1 a {
    text-decoration: none;
    color: #000000;
}


/* section */

section {
    margin: 2em;
}


/* offer */

.offer {}

.offer h1 {
    font-weight: 300;
    font-size: 26pt;
}

.offer ul {
    display: table;
    list-style-type: none;
    margin: 1em auto 2em;
    padding: 0.2em 0.7em;
    font-size: 12pt;
    border-left: 2px solid #700000;
}

.offer ul li {}

.offer ul li time {
    display: inline-block;
    margin: 0 0.2em 0 0;
    /*width: 5.5em;*/
}

.offer .dwnlds {
    margin: 0 0 0 1em;
    display: inline-block;
}

.offer a i {
    margin-right: 0.5em;
    float: left;
}

.offer a {
    text-decoration: none;
    display: block;
    margin: 0.5em 0;
    padding: 1em 1.7em;
    font-size: 12pt;
    text-align: center;
    border: 2px solid #700000;
    border-radius: 0.5em;
    background: #700000;
    color: #ffffff;
    transition: all 0.5s ease;
}

.offer a:hover {
    background: rgba(0, 0, 0, 0);
    color: #700000;
}


/* info */

.info {
    font-size: 12pt;
}

.info header {
    padding: 0 0 1em;
}

.info h1 {
    margin: 0 0 0.15em;
    font-weight: 300;
    font-size: 26pt;
}

.info .block {
    width: 4em;
    height: 5px;
    background: #700000;
}

.info ul {
    list-style-type: none;
    text-align: center;
}


/* info time */

.info .time {}

.info .time table {
    margin: auto;
    border-spacing: 0;
}

.info .time table td:first-child {
    padding: 0 0.5em 0 0;
    text-align: right;
    border-right: 2px solid #700000;
}

.info .time table td:last-child {
    padding: 0 0 0 0.5em;
}


/* info place */

.info .place {}


/* info contact */

.info .contact {}

.info .contact a {
    text-decoration: none;
    color: #700000;
}

footer {
    text-align: center;
    padding: 2em;
    font-weight: 300;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.80);
    border-top: 2px solid #700000;
}

footer p {
    padding: 0.2em;
    font-weight: 300;
}

footer p a {
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
}

footer p a:hover {}

footer .spacer {
    display: none;
}


/* impressum */

.info .impressum {
    font-size: 11pt;
}

.info .impressum header h2 {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 16pt
}

.info .impressum>h1 {
    margin: 1em 0.5em;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14pt;
}

.info .impressum>h2 {
    margin: 1em;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 12pt;
}

.info .impressum ul {
    font-size: 12pt;
}

.info .impressum table {
    margin-left: 0.5em;
}

.info .impressum table td:first-child {
    padding: 0 0.5em 0 0;
    text-align: right;
}

.info .impressum a {
    text-decoration: none;
    color: #700000;
}


/**************************/


/*         SMALL          */


/**************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* main */
    main {
        width: 100%;
        z-index: 1;
    }
    main>span {
        display: block;
        padding: 0.5em;
        width: 100%;
        font-size: 38pt;
        font-weight: 300;
        text-align: center;
        border-top: 2px solid #700000;
        border-bottom: 2px solid #700000;
    }
    /* header */
    main>header {
        padding: 2em 0;
    }
    main>header nav h1 {
        font-size: 46pt;
    }
    /* section */
    section {
        margin: 0 12em;
        font-size: 14pt;
    }
    /* offer */
    .offer {
        margin-top: 5em;
        margin-bottom: 5em;
    }
    .offer h1 {
        font-size: 28pt;
    }
    /* info */
    .info {
        font-size: 12pt;
        margin: 0 0 5em;
    }
    .info header h1 {
        font-size: 28pt;
    }
    /* info time */
    /* info place */
    /* info contact */
    /* footer */
    /* impressum */
    .info .impressum {
        font-size: 12pt;
        margin: 0 14em 3em;
    }
}


/**************************/


/*           PC           */


/**************************/

@media only screen and (min-width: 1024px) {
    /* main */
    body {
        height: 100vh;
    }
    main {
        width: 100%;
        height: 100%;
        min-height: 750px;
        overflow-y: hidden;
    }
    main>span {
        position: absolute;
        top: 25%;
        width: 70%;
        font-size: 48pt;
    }
    /* header */
    main>header {
        position: absolute;
        margin: 2em 5em;
    }
    main>header nav h1 {
        font-size: 62pt;
    }
    /* offer */
    .offer {
        position: absolute;
        bottom: 10%;
        left: 5em;
    }
    .offer h1 {
        font-size: 38pt;
    }
    .offer ul {
        margin: 1em 0 2em;
        padding: 0 0.5em;
        font-size: 14pt;
        border-left: 2px solid #700000;
    }
    .offer ul li {}
    .offer ul li time {
        margin: 0 0.5em 0 0;
    }
    .offer a i {
        margin-right: 0.5em;
    }
    .offer a {
        margin: 0.5 0;
        font-size: 14pt;
    }
    .offer a:hover {
        background: rgba(0, 0, 0, 0);
        color: #700000;
    }
    /* info */
    .info {
        position: absolute;
        right: 0;
        width: 30%;
        height: calc(100% - 60px);
        font-size: 14pt;
        border-left: 2px solid #700000;
    }
    .info section {
        margin: 3em;
    }
    .info header {
        padding: 0 0 1em;
    }
    .info header h1 {
        margin: 0 0 0.2em;
        font-weight: 300;
        font-size: 28pt;
    }
    .info .block {
        width: 3.5em;
        height: 5px;
        background: #700000;
    }
    .info ul {
        list-style-type: none;
        text-align: center;
    }
    /* info time */
    .info .time {}
    .info .time table {
        width: 100%;
        border-spacing: 0;
    }
    .info .time table td:first-child {
        padding: 0 0.5em 0 0;
        text-align: right;
        border-right: 2px solid #700000;
    }
    .info .time table td:last-child {
        padding: 0 0 0 0.5em;
    }
    /* info place */
    /* info contact */
    /* footer */
    footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        padding: 1em;
        font-size: 12pt;
    }
    footer p {
        display: inline-block;
    }
    footer .spacer {
        display: inline-block;
    }
    /* impressum */
    .info .impressum {
        font-size: 12pt;
        margin: 0;
        padding: 3em;
        height: 100%;
        overflow-y: scroll;
    }
    .info .impressum table {
        font-size: 12pt;
    }
    .info .impressum p {
        font-size: 11pt;
    }
}
