/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    margin: 0 2px;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

body {
    font-family: Poppins,sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    background: #f2f2f2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.big {
    font-size: 18px;
    line-height: 24px;
}

a {
    color: #f90;
    text-decoration: underline;
}

footer a {
    color: #fff;
    text-decoration: none;
}

    footer a:hover {
        text-decoration: underline;
    }

nav a {
    text-decoration: none;
}

.show_more {
    color: orange;
    cursor: pointer;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

h1 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
}

h2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
}

h3 {
    margin-top: 0;
}

.button {
    border: 1px solid #f90;
    background: 0 0;
    font-size: 16px;
    border-radius: 19px;
    padding: 9px 15px;
    color: #f90;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 10px 0;
    font-weight: 600;
    width: auto;
    box-sizing: border-box;
    text-align: center;
}

    .button.filled, .button:hover {
        background: #f90;
        color: #fff;
    }

        .button.filled:hover {
            background: 0 0;
            color: #f90;
        }

form {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 10px 0;
}

    form .row {
        width: 100%;
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-pack: justify;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        padding: 0 0 10px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px;
    }

        form .row.flex_start {
            justify-content: flex-start;
            -ms-flex-pack: start;
        }

fieldset {
    border: 0;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 100%;
}

    fieldset .row {
        border-bottom: 0;
        padding: 0;
        margin: 0;
    }

.flex_container {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
}

legend {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
}

input, select, textarea {
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 7px 0;
    width: 100%;
}

    input[type=date], select {
        padding: 8px 10px;
        background-image: url(../img/form/select_bg.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) 50%;
        background-size: 20px;
    }

    input[type=submit] {
        background: #f90;
        color: #fff;
        border: 1px solid #f90;
        font-weight: 600;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        input[type=submit]:hover {
            background: 0 0;
            color: #f90;
        }

        input[type=submit].round {
            border-radius: 20px;
            display: inline-block;
            width: auto;
            margin: 0 auto;
            padding: 5px 35px;
        }

    input[type=checkbox] {
        height: 30px;
        width: 30px;
        border-radius: 3px;
        margin: 0 10px;
    }

    input[type=radio] {
        height: 20px;
        width: 20px;
        border-radius: 20px;
        margin: 0 10px;
    }

        input[type=radio]:checked {
            background-image: url(../img/form/radio_bg.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 90%;
        }

    input[type=checkbox]:checked {
        background-image: url(../img/form/checkbox_bg.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%;
    }

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    color: #333;
}

::-moz-placeholder {
    color: #333;
}

:-ms-input-placeholder {
    color: #333;
}

.equipment-list {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

    .equipment-list li {
        width: calc(50% - 10px);
        padding-left: 20px;
        margin: 5px 0;
        box-sizing: border-box;
        word-break: break-all;
    }

.wrapper, main {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

    main section {
        padding: 10px 0;
        box-sizing: border-box;
    }

article.advert, article.content {
    background: #fff;
    padding: 20px 10px;
}

img {
    max-width: 100%;
}

.col_2 {
    width: 100%;
}

.grid {
    width: 100%;
    padding: 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

    .grid > * {
        width: 100%;
        background: #fff;
        margin: 0 0 10px;
    }

    .grid a {
        text-decoration: none;
        color: #333;
    }

    .grid .button {
        border: 1px solid #333;
    }

        .grid .button:hover {
            border: 1px solid #f90;
        }

figure {
    margin: 0;
}

    figure img {
        display: block;
    }

    figure figcaption {
        padding: 10px;
        box-sizing: border-box;
    }

        figure figcaption h4 {
            margin: 0;
        }

        figure figcaption span {
            display: block;
        }

        figure figcaption .button {
            margin-top: 10px;
        }

    figure.icon {
        width: calc(50% - 10px);
    }

        figure.icon .image_container {
            height: calc(50vw - 20px);
            display: flex;
            display: -ms-flexbox;
            justify-content: center;
            -ms-flex-pack: center;
            align-items: center;
            -ms-flex-align: center;
        }

            figure.icon .image_container img {
                height: 50%;
                width: auto;
                display: block;
            }

            figure.icon .image_container.darkblue {
                background: #004a55;
            }

            figure.icon .image_container.lightblue {
                background: #a7cdcc;
            }

            figure.icon .image_container.orange {
                background: #f90;
            }

.content_teaser {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    -ms-flex-direction: column;
}

    .content_teaser.white {
        background: #fff;
        padding: 10px 10px 20px;
    }

    .content_teaser .image_container {
        order: 1;
        -ms-flex-order: 1;
        height: 50px;
        display: flex;
        display: -ms-flexbox;
        justify-content: center;
        -ms-flex-pack: center;
        align-items: center;
        -ms-flex-align: center;
    }

        .content_teaser .image_container img {
            height: 80%;
            width: auto;
        }

    .content_teaser .textcontainer {
        order: 2;
        -ms-flex-order: 2;
    }

header {
    background: #fff;
    padding: 10px;
}

    header #headerbar {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-flex-align: center;
    }

        header #headerbar #logo {
            max-width: 160px;
            display: block;
        }

            header #headerbar #logo img {
                max-width: 100%;
                height: auto;
            }

        header #headerbar nav {
            max-width: 50%;
            text-align: right;
        }

            header #headerbar nav ul {
                padding: 0;
                margin: 0;
                list-style: none;
            }

                header #headerbar nav ul li {
                    margin-left: 10px;
                    display: inline-block;
                }

                    header #headerbar nav ul li a {
                        text-decoration: none;
                        font-weight: 600;
                        color: #333;
                    }

    header #intro {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-flex-align: center;
        flex-direction: column;
        ms-flex-direction: column;
        position: relative;
        font-size: 18px;
        line-height: 24px;
    }

        header #intro .image_container {
            order: 1;
            -ms-flex-order: 1;
            width: 100%;
            margin: 0 0 0 20px;
            text-align: center;
            padding: 50px 0 20px;
            box-sizing: border-box;
        }

            header #intro .image_container img {
                width: 80%;
            }

        header #intro .textcontainer {
            order: 2;
            -ms-flex-order: 2;
            width: 100%;
        }

            header #intro .textcontainer h1 {
                margin-top: 0;
            }

        header #intro #stamp {
            position: absolute;
            width: 60px;
            height: auto;
            top: 10px;
            right: 30%;
        }

#searchform {
    padding: 20px 0;
}

    #searchform form {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-pack: justify;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
    }

        #searchform form input, #searchform form select {
            width: 100%;
        }

            #searchform form input[type=text], #searchform form input[type=date] {
                width: calc(50% - 10px);
            }

main {
    padding: 10px;
    box-sizing: border-box;
}

article.advert, article.advert .advert_container {
    margin-bottom: 20px;
}

    article.advert .advert_container section {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
    }

    article.advert .advert_container #general {
        padding-top: 0;
    }

        article.advert .advert_container #general h1 {
            margin-bottom: 0;
        }

        article.advert .advert_container #general .big {
            margin-top: 10px;
        }

        article.advert .advert_container #general span:after {
            content: " - ";
            display: inline-block;
            padding: 0 10px;
        }

        article.advert .advert_container #general span:last-child:after {
            display: none;
        }

    article.advert .advert_container #prices td {
        padding: 5px 10px;
        
        border:solid;
        border-width:1px;
        
    }

    article.advert .advert_container #additional_information_location dl {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-pack: justify;
        width: 100%;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    article.advert .advert_container #additional_information_price dl {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-pack: justify;
        width: 100%;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

        article.advert .advert_container #additional_information_location dl dd, article.advert .advert_container #additional_information_location dl dt {
            width: calc(50% - 10px);
            margin: 5px 0;
        }

    article.advert .advert_container #additional_information_location dl dd, article.advert .advert_container #additional_information_price dl dt {
        width: calc(50% - 10px);
        margin: 5px 0;
    }

        article.advert .advert_container #additional_information_location dl dt {
            font-weight: 600;
        }
    article.advert .advert_container #additional_information_price dl dt {
        font-weight: 600;
    }

        article.advert .advert_container #additional_information_location dl dd {
            text-align: left;
        }

    article.advert .advert_container #additional_information_price dl dd {
        text-align: left;
    }

    article.advert .advert_container .button {
        margin: 0 auto;
        width: 100%;
    }

    article.advert .advert_container .additional_content {
        display: none;
    }

    article.advert aside .button {
        width: 100%;
    }

div.map {
    width: 100%;
    height: 200px;
}

footer {
    background: #f90;
    color: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
}

    footer .wrapper {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-pack: justify;
        flex-direction: column;
        -ms-flex-direction: column;
    }

#nav_footer {
    order: 1;
    -ms-flex-order: 1;
    border-bottom: 1px solid #fff;
}

    #nav_footer ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #nav_footer ul li {
            margin-bottom: 20px;
        }

            #nav_footer ul li ul li {
                margin: 0;
                padding: 3px 0;
            }

        #nav_footer ul .listheading {
            font-weight: 600;
        }

#contact {
    order: 2;
    -ms-flex-order: 2;
    padding-top: 20px;
}

#slider {
    margin: 20px 0;
    position: relative;
}

    #slider .slick-next, #slider .slick-prev {
        background: rgba(40,40,40,.66);
        position: absolute;
        height: 100%;
        width: 95px;
        z-index: 10;
        border: 0;
    }

        #slider .slick-next:after, #slider .slick-prev:after {
            color: #fff;
            opacity: .61;
            font-size: 3em;
        }

        #slider .slick-next:focus, #slider .slick-prev:focus {
            outline: 0;
        }

    #slider .slick-prev {
        left: 0;
    }

        #slider .slick-prev:before {
            content: " \2329";
            font-size: 40px;
            opacity: 1;
            margin-right: 20px;
        }

    #slider .slick-next {
        right: 0;
    }

        #slider .slick-next:before {
            content: " \232A";
            font-size: 40px;
            opacity: 1;
            margin-left: 25px;
        }

@media screen and (max-width:768px) {
    #slider .slick-next, #slider .slick-prev {
        width: 40px;
    }

        #slider .slick-next:before {
            margin-left: 15px;
        }

        #slider .slick-prev:before {
            margin-left: -10px;
        }
}

@media screen and (min-width:768px) {
    header #intro {
        flex-direction: row;
        -ms-flex-direction: row;
        font-size: 24px;
        line-height: 28px;
    }

        header #intro .image_container {
            order: 2;
            -ms-flex-order: 2;
            width: 50%;
        }

            header #intro .image_container img {
                width: 80%;
            }

        header #intro .textcontainer {
            -ms-flex-order: 1;
            oder: 1;
            width: 50%;
        }

            header #intro .textcontainer h1 {
                margin-top: 0;
            }

        header #intro #stamp {
            position: absolute;
            width: 100px;
            height: auto;
            top: 20px;
            right: 25%;
            bottom: auto;
        }

    .grid > * {
        width: 49%;
    }

    .grid figure.icon {
        width: calc(24%);
    }

        .grid figure.icon .image_container {
            height: calc(24vw);
            max-height: 300px;
        }

    .grid.advert > * figcaption {
        position: relative;
    }

        .grid.advert > * figcaption h3, .grid.advert > * figcaption h4, .grid.advert > * figcaption span {
            max-width: 60%;
        }

        .grid.advert > * figcaption .button {
            position: absolute;
            top: 10px;
            right: 10px;
            margin: 0;
        }

    .content_teaser {
        flex-direction: row;
        -ms-flex-direction: row;
    }

        .content_teaser.right .image_container {
            order: 2;
            -ms-flex-order: 2;
        }

        .content_teaser.right .textcontainer {
            order: 1;
            -ms-flex-order: 1;
        }

        .content_teaser .image_container {
            order: 1;
            -ms-flex-order: 1;
            min-height: 350px;
            width: 50%;
        }

            .content_teaser .image_container img {
                height: 70%;
            }

        .content_teaser .textcontainer {
            order: 2;
            -ms-flex-order: 2;
            width: 50%;
        }

    article.content {
        padding: 20px;
    }

    footer {
        background: orange;
        color: #fff;
        padding: 20px 10px;
        box-sizing: border-box;
    }

        footer .wrapper {
            flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
        }

    #nav_footer {
        border-bottom: 0 solid #fff;
        width: 66.6%;
        border-left: 1px solid #fff;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }

        #nav_footer ul {
            display: flex;
            display: -ms-flexbox;
            justify-content: space-between;
            -ms-flex-pack: justify;
        }

            #nav_footer ul li {
                display: inline-block;
                margin: 0;
                width: 30%;
            }

                #nav_footer ul li ul {
                    display: block;
                }

                    #nav_footer ul li ul li {
                        display: block;
                        width: 100%;
                    }

    div.map {
        width: 100%;
        height: 300px;
    }

    #contact {
        width: 33.3%;
        padding: 0 20px 0 0;
        box-sizing: border-box;
    }

    .col_2 {
        width: calc(50% - 10px);
    }
}

@media screen and (min-width:960px) {
    header #intro {
        min-height: 300px;
    }

    header #headerbar #logo {
        width: 200px;
        max-width: none;
    }

    .grid > * {
        width: 24%;
    }

    .grid.advert > * {
        width: calc(50% - 10px);
    }

        .grid.advert > * figcaption {
            padding: 20px;
        }

            .grid.advert > * figcaption .button {
                right: 20px;
                top: 20px;
            }

    #searchform form select {
        width: 20%;
    }

    #searchform form input[type=text], #searchform form input[type=date] {
        width: 16%;
    }

    #searchform form input[type=submit], #searchform form select[name="Header$ddlGuests"] {
        width: 10%;
    }

    main {
        padding: 20px 10px;
    }

    article.advert, article.content {
        padding: 40px;
    }

    article.advert {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -ms-flex-pack: justify;
        margin-bottom: 40px;
    }

        article.advert .advert_container {
            width: calc(66.7% - 10px);
        }

            article.advert .advert_container #additional_information_location dl dd, article.advert .advert_container #additional_information_location dl dt {
                width: calc(25% - 30px);
            }

            article.advert .advert_container #additional_information_price dl dd, article.advert .advert_container #additional_information_price dl dt {
                width: calc(25% - 30px);
            }

        article.advert aside {
            width: calc(33.3% - 10px);
        }

            article.advert aside .button {
                width: 100%;
                text-align: center;
                box-sizing: border-box;
            }

    div.map {
        width: 100%;
        height: 400px;
    }

    .big {
        font-size: 24px;
        line-height: 28px;
    }

    body {
        font-size: 16px;
        line-height: 24px;
    }

    h1 {
        font-size: 30px;
        line-height: 42px;
    }

    h2 {
        font-size: 18px;
        line-height: 24px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    footer {
        padding: 40px 10px;
        margin-top: 20px;
    }
}

@media screen and (min-width:1220px) {
    main {
        padding: 20px 0;
    }
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.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:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.jumplink {
    position: absolute;
    left: -9999px;
    display: block;
    z-index: 1000;
}

    .jumplink:focus {
        left: 50%;
        margin-left: -125px;
        width: 250px;
        background: #000;
        color: #fff;
        text-decoration: none;
        padding: 10px;
    }

@media print {
    * {
        background: 0 0 !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) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    
}
.Version
    {
        width:100%;text-align:center;background-color:yellow;
    }

img {
	opacity: 1;
	transition: opacity 0.3s;
}

img[data-src] {
	opacity: 0;
}

.errorText{
    color:red;
    font-weight:bold;
}