@font-face {
    font-family: 'LobsterRegular';
    src: url('./fonts/Lobster-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'LobsterRegular', sans-serif;
    padding-top: 100px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

/* utility classes */

    .underline {
        text-decoration: underline;
    }

    .no-underline {
        text-decoration: none;
    }

    .no-wrap {
        white-space: nowrap;
    }

    .w-full {
        width: 100%;
    }

    .mt-0 {
        margin-top: 0px!important;
    }

    .mt-1 {
        margin-top: 1rem!important;
    }

    .mt-2 {
        margin-top: 2rem!important;
    }

    .mt-4 {
        margin-top: 4rem!important;
    }

    .mt-10 {
        margin-top: 10rem!important;
    }

    .mb-2 {
        margin-bottom: 2rem!important;
    }

    .mb-1 {
        margin-bottom: 1rem!important;
    }

    .mb-0 {
        margin-bottom: 0rem!important;
    }

    .mr-3 {
        margin-right: 3rem!important;
    }

    .pt-0 {
        padding-top: 0px!important;
    }

    .pt-2 {
        padding-top: 2rem!important;
    }

    .pb-2 {
        padding-bottom: 2rem!important;
    }

    .pr-0 {
        padding-right: 0px!important;
    }

    .pl-0 {
        padding-left: 0px!important;
    }

    .mb-4 {
        margin-bottom: 4rem!important;
    }

    .flex {
        display: flex;
    }

    .block {
        display: block!important;
    }

    .table {
        display: table!important;
    }

    .inline-block {
        display: inline-block!important;
    }

    .button {
        text-decoration: none;
        padding: 0.5rem;
        border-radius: 0.2rem;
        margin-bottom: 0.3rem;
    }

    .button-large {
        text-decoration: none;
        padding: 1rem;
        font-size: 1.3rem;
        border-radius: 0.2rem;
        margin-bottom: 0.3rem;
    }

    .text-size-h2 {
        font-size: 1.5rem;
    }

    .text-big-2 {
        font-size: 2rem;
    }

    .text-center {
        text-align: center;
    }

    .hover-pointer:hover {
        cursor: pointer;
    }

    .rounded-top-0 {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
    .blink {
        animation: blink 1.2s linear infinite;
    }

    @keyframes blink {
         0% {
             opacity: 0;
         }
        25% {
            opacity: .5;
        }
         50% {
             opacity: 1;
         }
         75% {
            opacity: .5;
         }
         100% {
             opacity: 0;
         }
     }

h1 {
    font-size: 2rem;
}

    @media only screen and (max-width: 800px) {
        h1 {
            font-size: 1.6rem;
        }
    }

h2 {
    margin-top: 4rem;
}

h3 {
    margin-bottom: 1rem;
    padding-top: 1.7rem!important;
    margin-top: 0px;
}

.primary {
    color: darkgreen;
}

    .button.primary {
        background-color: #d5e3d5;
        border: 1px solid darkgreen;
        color: darkgreen;
    }

    .button.primary:hover {
        background-color: #becfbe;
    }

    @media only screen and (max-width: 768px) {
        .until-md-w-full {
            width: 100%;
        }
    }

.secondary {
    color: #8a530f;
}

    .button.secondary {
        background-color: #ffe6c7;
        border: 1px solid #8a530f;
        color: #8a530f;
    }

    .button.secondary:hover {
        background-color: #e8c9a2;
    }

.accent {
    color: #1b4eab;
}

.grey {
    color: #ccc;
}

/* individual classes */
.main-gallery-canvas {
    background-image: url("img/forest-fantasia-nationalpark-eifel-balcony.jpg");
    background-size: cover;
}

.footer {
    width: 100%;
    background-color: #d5e3d5;
}

.container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.container-start {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

}

.container-inside-gallery {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.logo-text {
    font-size: 3rem;
}

.hero {
    overflow: hidden;
    height: 680px;
    position: relative;
    width: 100vw;
}

.hero-image {
    width: 100%;
    display: block;
    height: auto;
    position: absolute;
    bottom: 0;
}

.hero-button-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    bottom: 23%;
    width: 100vw;
    position: absolute;
}

.hero-button {
    transform: rotate(-4deg);
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.2rem;
    font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
    .hero-button {
        padding: 0.6rem;
        font-size: 1rem;
    }

}

@media only screen and (max-width: 1300px) {
    .hero {
        overflow: hidden;
        height: auto;
        position: relative;
        width: 100vw;
    }

    .hero-image {
        width: 100%;
        display: block;
        height: auto;
        position: relative;
    }
}

/*
@media only screen and (min-width: 1000px) {

}
*/

.rounded-image {
    border-radius: 3px;
}

@media only screen and (min-width: 600px) {
    .responsive-image-float-left {
        max-width: 200px !important;
        float: left;
        margin-right: 1rem;
        margin-bottom: 0.4rem;
    }

    .responsive-image-large-float-left {
        max-width: 300px;
        float: left;
        margin-right: 1rem;
        margin-bottom: 0.4rem;
    }

    .responsive-image-large-float-right {
        max-width: 300px;
        float: right;
        margin-left: 1rem;
        margin-bottom: 0.4rem;
    }
}

.responsive-image-float-left {
    width: 100%;
    float: left;
    margin-bottom: 0.4rem;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.responsive-image-large-float-left {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px;
    float: left;
}

.responsive-image-large-float-right {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px;
    float: right;
}





@media only screen and (min-width: 600px) {
    .responsive-image-large-float-left {
        max-width: 300px;
        float: left;
        margin-right: 0.9rem;
    }
}

@media only screen and (max-width: 600px) {
    .hide-on-mobile {
        display: none;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-md-up {
        display: none;
    }
}


.responsive-image-float-right {
    width: 100%;
    margin-bottom: 0.9rem;
    border-radius: 3px;
}

@media only screen and (min-width: 600px) {
    .responsive-image-float-right {
        max-width: 200px;
        float: right;
        margin-left: 0.9rem;
    }
}

.inline-link {
    white-space: nowrap;
}

.inline-link i {
    margin-right: 0.2rem;
}

.gallery-canvas {
    padding: 30px;
    border-radius: 8px;
    transition: all 0.5s ease;
    z-index: 10;
    position: relative;
}

.gallery-canvas-padding-x {
    padding-left: 30px;
    padding-right: 30px;
}

.gallery-canvas-primary {
    padding: 30px;
    background-color: #D5E3D5;
    border-radius: 8px;
    transition: all 0.5s ease;
    z-index: 10;
    position: relative;
}


.bg-primary {
    background-color: #D5E3D5;
}

.bg-secondary {
    background-color: bisque;
}

.hide-canvas {
    max-height: 320px;
    overflow: hidden;
}

@media only screen and (max-width: 668px) {
    .hide-canvas {
        max-height: 500px;
    }
}

.hide-canvas-booking {
    max-height: 825px;
    overflow: hidden;
}

@media only screen and (max-width: 830px) {
    .hide-canvas-booking {
        max-height: 855px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 660px) {
    .hide-canvas-booking {
        max-height: 920px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 600px) {
    .hide-canvas-booking {
        max-height: 1150px;
        overflow: hidden;
    }
}


@media only screen and (max-width: 400px) {
    .hide-canvas-booking {
        max-height: 1100px;
        overflow: hidden;
    }
}

.hide-canvas-start {
    max-height: 105px;
    overflow: hidden;
}



@media only screen and (max-width: 585px) {
    .hide-canvas-start {
        max-height: 135px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 530px) {
    .hide-canvas-start {
        max-height: 155px;
        overflow: hidden;
    }
}




@media only screen and (max-width: 370px) {
    .hide-canvas-start {
        max-height: 170px;
        overflow: hidden;
    }
}

.hide-canvas-traveltime {
    max-height: 400px;
    overflow: hidden;
}

@media only screen and (max-width: 800px) {
    .hide-canvas-traveltime {
        max-height: 350px!important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 700px) {
    .hide-canvas-traveltime {
        max-height: 300px!important;
        overflow: hidden;
    }
}
@media only screen and (max-width: 620px) {
    .hide-canvas-traveltime {
        max-height: 240px!important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 550px) {
    .hide-canvas-traveltime {
        max-height: 230px!important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 500px) {
    .hide-canvas-traveltime {
        max-height: 200px!important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 550px) {
    .hide-canvas-traveltime {
        max-height: 180px!important;
        overflow: hidden;
    }
}



.hide-canvas-nationalpark {
    max-height: 400px;
    overflow: hidden;
}

@media only screen and (max-width: 800px) {
    .hide-canvas-nationalpark {
        max-height: 350px!important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 700px) {
    .hide-canvas-nationalpark {
        max-height: 330px!important;
        overflow: hidden;
    }
}
@media only screen and (max-width: 600px) {
    .hide-canvas-nationalpark {
        max-height: 280px!important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 498px) {
    .hide-canvas-nationalpark {
        max-height: 220px!important;
        overflow: hidden;
    }
}


.hide-canvas-fantasia {
    max-height: 400px!important;
    overflow: hidden;
}


@media only screen and (max-width: 800px) {
    .hide-canvas-fantasia {
        max-height: 350px!important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 700px) {
    .hide-canvas-fantasia {
        max-height: 330px!important;
        overflow: hidden;
    }
}
@media only screen and (max-width: 600px) {
    .hide-canvas-fantasia {
        max-height: 280px!important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 500px) {
    .hide-canvas-fantasia {
        max-height: 220px!important;
        overflow: hidden;
    }
}


.show-canvas {
    max-height: 3000px!important;
}

.primary-more-button {
    color: #D5E3D5;
    margin-top: -2rem;
    margin-bottom: 1rem;
    z-index: 20;
    font-size: 3rem;
    transition: all 0.5s ease;
    position: relative;
}

.primary-more-button:hover {
    font-size: 4rem;
}

.secondary-more-button {
    color: bisque;
    margin-top: -1rem;
    z-index: 1;
    font-size: 3rem;
    transition: all 0.5s ease;
    position: relative;
}

.secondary-more-button:hover {
    font-size: 4rem;
}

