/* amiri-regular - latin */

@font-face {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/amiri-v11-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Amiri Regular'), local('Amiri-Regular'),
    url('../fonts/amiri-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/amiri-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/amiri-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/amiri-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/amiri-v11-latin-regular.svg#Amiri') format('svg');
    /* Legacy iOS */
}

/* amiri-700 - latin */

@font-face {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/amiri-v11-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Amiri Bold'), local('Amiri-Bold'),
    url('../fonts/amiri-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/amiri-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/amiri-v11-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/amiri-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/amiri-v11-latin-700.svg#Amiri') format('svg');
    /* Legacy iOS */
}

/* roboto-300 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v18-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-regular - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-700 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v18-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}


html,
body {
    color: #641812;
    font: 16px/27px 'Roboto', sans-serif;
}


.row {
    overflow: hidden
}

html,
section,
body {
    overflow-y: inherit!important;
}

* {
    box-sizing: border-box;
}


a {
    color: #3F3C39;
    text-decoration: none;
    transition: all 1s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* Die Schrift wird schärfer dargestellt*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

strong {
    font-weight: 700;
}

a:hover a,
footer,
section,
div {
    outline: none!important
}


h2 {
    font-family: 'Amiri';
    font-size: 24px;
    color: #641812;
    text-transform: uppercase;
    font-weight: lighter;
    padding-bottom: 20px;
}

.gross {
    font-size: 30px;
}

h3,
h4,
h5,
h6 {}

main {
    background: url(../images/holz-hg.jpg);
    width: 100%;
    height: 4500px;
    background-size: contain;
    background-repeat: repeat-y;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
}

/* =====  header  ===== */

header {
    background: url(../images/header.jpg)no-repeat center center;
    width: 100%;
    height: 900px;
    background-size: cover;
}

.logo {
    position: absolute;
    right: 50px;
    top: 100px;
}

.pfeil {
    position: absolute;
    left: 50%;
    top: 680px;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.slogan h1 {
    color: #fff;
    font-family: 'Amiri';
    font-size: 40px;
    font-weight: lighter;
    position: absolute;
    right: 45px;
    width: 50%;
    top: 300px;
    line-height: 1.1;
}


/* navi */

nav {
    background-color: #641812;
    position: fixed;
    display: flex;
    width: 100%;
    height: 60px;
    z-index: 100;
    border-bottom: 1px solid #ede4dc;
}

nav ul {
    padding-top: 15px;
    margin: 0 auto;
}

nav ul li {
    display: inline-block;
    padding: 0 40px;
}

nav ul li a {
    color: #ede4dc;
    font-family: 'Amiri';
    font-weight: 700;
    font-size: 20px;
}

.sidenav,
header span {
    display: none;
}


/******************************* 
section1
*******************************/

#gutschein {
    margin-bottom: 270px;
}
.wrapper-2 {
    width: 90%;
    margin: 0 0 0 10%;
    position: relative;
}
#gutschein .col-1 {
    position: relative;
    z-index: 1;
}
#gutschein .col-2 {
    height: 700px;
    width: 60%;
    background: url(../images/gutschein-hg.jpg) no-repeat center center / cover;
    position: absolute;
    z-index: 0;
    right: 0;
    top: -50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.col-1,
.col-2 {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    position: relative;
}

.col-1 {
    background-color: #ede4dc;
    padding: 35px;
    margin-top: 70px;
}

.col-1 p {
    color: #641812;
}

.col-2 {
    text-align: center;
    margin-top: 150px;
    margin-left: 40px;
}
#gutschein .col-2 {
    color: #ede4dc;
}

.back {
    position: absolute;
    right: 0;
    margin-top: -50px;
    width: 60%;
}

.back img {
    width: 100%;
}

#gutscheinnummer {
    color: #ede4dc;
    font-family: 'Amiri';
    font-size: 24px;
    text-transform: uppercase;
}

#eingabefehlt,
#gutscheinnummer {
    display: block;
}

#eingabefehlt {
    width: 100%;
}

#gutscheinabfrage {
    color: #641812;
    background-color: #ede4dc;
    border: none;
    font-family: 'Amiri';
    padding: 14px 20px 10px 20px;
    text-transform: uppercase;
}

/******************************* 
section2
*******************************/

#code {
    background: url(../images/hg-app.jpg)no-repeat center left;
    width: 100%;
    height: 753px;
    background-size: cover;
    display: flex;
    position: relative;
    z-index: 2
}

.col-3,
.col-4 {
    display: inline-block;
    width: 49%;
    vertical-align: middle
}

.col-3 img {
    padding: 150px 0 0 0;
}

.col-4 {
    padding-top: 150px;
}

.col-4 img {
    position: absolute;
    right: 50px;
    padding-top: 170px;
}

/******************************* 
section3
*******************************/

#restaurant {
    display: flex;
    margin-top: 150px;
}

.background {
    background-color: #641812;
    height: 900px;
    width: 70%;
    position: absolute;
    z-index: 1;
}

.col-5 h2,
.col-5 p {
    color: #ede4dc;
}

.col-5 {
    padding: 6% 70px 0 0;
    z-index: 2;
}

.col-5,
.col-6 {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    position: relative;
}

.col-6 {
    padding-top: 75px;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.schiff {
    position: absolute;
    right: 0;
    margin-top: -214px;
    z-index: 0;
}

/******************************* 
section4
*******************************/

#kontakt {
    margin-top: 300px;
    background-color: rgba(237, 228, 220, 0.8);
    padding: 70px 0;
    display: flex;
    z-index: 2;
    position: relative
}

.col-7,
.col-8 {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#kontakt a {
    font-weight: 700;
    color: #641812;
    text-decoration: underline;
}

#kontakt a:hover {
    text-decoration: none;
}

/******************************* 
section5
*******************************/

#impressum {
    display: flex;
    background-color: #641812;
    color: #ede4dc;
    padding: 70px 0;
    width: 70%;
    position: absolute;
    right: 0;
    margin-top: 100px;
    z-index: 1
}

#impressum h2 {
    color: #ede4dc;
}

#impressum a {
    font-family: 'Amiri';
    color: #ede4dc;
    font-size: 19px;
}

.col-9,
.col-10 {
    display: inline-block;
    vertical-align: top;
}

.col-9 {
    padding-right: 70px;
}

.nadel {
    position: absolute;
    left: 0;
    margin-top: -159px;
    z-index: 0;
}

.daten {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.daten a {
    background-color: #641812;
    color: #ede4dc;
    font-family: 'Amiri';
    padding: 3px 10px;
}

.daten a:hover {
    background-color: #45201d;
}

/******************************* 
trennlinie
*******************************/

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

/******************************* 
textmarkierungen
*******************************/

::selection {
    /* Textmakierungen lassen sich mit diesen Befehlen beliebig stylen */
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    /* Eine Extrawurst für den Firefox */
    background: #000;
    color: #fff;
    text-shadow: none
}


.back-to-top {
    -webkit-transition: color 2s ease-in-out;
    -o-transition: color 2s ease-in-out;
    transition: color 2s ease-in-out;
    padding-top: 3px;
    text-align: center;
    border: 1px solid #641812;
    cursor: pointer;
    z-index: 5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    background: rgba(237, 228, 220, 0.8);
    border-radius: 0.25em;
    overflow: hidden;
}

.back-to-top i {
    color: #641812;
    font-size: 2rem
}

/* ==========================================================================
   media Queries
   ========================================================================== */

@media screen and (max-width: 1700px) {
    .background {
        height: 800px;
    }
}

@media screen and (max-width: 1700px) {
    .background {
        height: 750px;
    }
}

@media screen and (max-width: 1300px) {
    .background {
        height: 670px;
    }
}

@media screen and (max-width: 1250px) {
    #code {
        height: 675px;
    }

    .col-3 img {
        padding: 100px 0 0 0;
        width: 99%;
    }
    .col-4 {
        padding-top: 100px;
        width: 45%;
        padding-left: 25px;
    }
    .col-4 img {
        padding-top: 135px;
    }

    .col-5 {
        padding: 6% 40px 0 0;
    }
    .col-9,
    .col-10 {
        display: block;
    }
    .col-10 {
        padding-top: 30px;
    }
    #gutschein {
        padding-top: 50px;
    }
    .col-1 {
        padding-top: 50px;
        margin-top: 0;
    }
    .wrapper-2 {
        width: 80%;
        margin: 0 10%;
    }
    .col-1,
    .col-2 {
        display: block;
        width: 100%;
    }
    #gutschein .col-2 {
        position: relative;
        width: 100%;
        height: auto;
        top: inherit;
        padding: 50px;
    }
}

@media screen and (max-width: 1150px) {}

@media screen and (max-width: 960px) {
    #code {
        height: 528px;
    }
    .col-3 img {
        padding: 110px 0 0 0;
    }
    .col-4 {
        padding-top: 117px;
    }
    .col-4 img {
        padding-top: 10px;
    }
    .background {
        width: 100%;
    }
    .col-5 {
        padding: 90px 0 0 0;
        width: 100%;
    }
    .col-6 {
        width: 80%;
        margin-left: 10%;
    }
    .col-5,
    .col-6 {
        display: block;
    }
    main {
        height: 5000px;
    }
}

@media screen and (max-width: 930px) {
    .slogan h1 {
        font-size: 30px;
    }

    .pfeil {
        top: 600px;
    }

    header {
        height: 730px;
    }

    nav {
        display: none;
    }

    header span {
        display: block;
        position: fixed;
        top: 21px;
        left: 32px;
        background: #641812;
        width: 56px;
        height: 50px;
        cursor: pointer;
        z-index: 10000;
        transition: all 1s;
        border: 1px solid #fff;
    }
    header span:hover {
        background: #94684d
    }
    header span img {
        width: 41px;
        height: 31px;
        position: absolute;
        top: 9px;
        left: 7px;
        margin: 0;
    }
    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 20000;
        top: 0;
        left: 0;
        background: rgba(100, 24, 18, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 15px;
    }
    .sidenav a {
        padding: 17px 8px 8px 32px;
        text-decoration: none;
        font-size: 17px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-family: 'Amiri';
    }
    .sidenav a:hover,
    .offcanvas a:focus {
        font-weight: bold
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
}

@media screen and (max-width: 800px) {
    #code {
        display: block;
        height: 475px;
    }

    .col-3,
    .col-4 {
        display: block;
        width: 100%;
    }

    .col-3 {
        display: none;
    }

    .col-4 img {
        padding-top: 100px;
    }
    .col-7,
    .col-8 {
        display: block;
        width: 100%;
    }
    .col-7 {
        padding-bottom: 40px;
    }
    main {
        height: 5500px;
    }
}

@media screen and (max-width: 700px) {
    .col-9 {
        padding-right: 0;
    }
    #impressum {
        width: 100%;
        position: relative;
    }
    .schiff,
    .nadel {
        width: 99%;
    }
    .nadel {
        margin-top: -559px;
    }
}

@media screen and (max-width: 650px) {
    header {
        height: 550px;
    }

    .logo {
        right: 20px;
        top: 25px;
        width: 40%;
    }

    .slogan h1 {
        font-size: 24px;
        top: 170px;
    }
    .pfeil {
        top: 430px;
    }
    .col-4 img {
        padding-top: 50px;
    }
    .col-6 {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 560px) {
    .col-4 img {
        padding-top: 10px;
    }
    .background {
        height: 850px;
    }
    #kontakt {
        margin-top: 150px;
    }
    main {
        height: 5800px;
    }
}

@media screen and (max-width: 420px) {
    .col-4 {
        padding-top: 70px;
    }

    #code {
        height: 520px;
    }
    .col-4 img {
        right: 10px;
    }
    .slogan h1 {
        right: 15px;
        width: 67%;
    }
    main {
        height: 6100px;
    }
}
