* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, h1, h2, h3, h4, p, img, iframe, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Raleway, Arial, sans-serif;
}

body {
    background: #a07d6a;
    color: white;
    font-weight: 600;
    font-size: 14pt;
    text-align: center;
}

h1 {
    font-size: 150%;
    font-weight: 800;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}

h1 span {
    font-size: 200%;
    text-transform: uppercase;
}

h2 {
    margin: 50px auto 30px auto;
    font-size: 150%;
    font-weight: 900;
}

h3 {
    margin: 20px auto 20px auto;
    font-size: 125%;
    font-weight: 700;
}

h4 {
    margin: 10px auto 20px auto;
    font-size: 100%;
    font-weight: 700;
}

p {
    margin: 10px auto 20px auto;
}

a {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: #f8d092;
    text-decoration: none;
}

hr {
    border: 1px solid white;
    margin: 20px 0;
}

table {
    width: 100%;
    margin: 10px auto 20px auto;
}

table tr {
}

table tr th {
    font-weight: 800;
}

table tr td {
    padding: 10px 5px;
}

input, select, textarea {
    margin: 0;
    padding: 10px;
    border: 0;
    font-size: 14pt;
    text-align: center;
}

input[type=text], input[type=tel], input[type=email], textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}

select {
    background: rgba(255, 255, 255, 0.8);
}

#header {
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    background: #a07d6a;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

#header .logo {
    float: left;
    height: 135px;
    padding: 50px 10px 0 10px;
    border: 1px solid white;
    border-top: 0;
    cursor: pointer;
    font-size: 150%;
    font-weight: 500;
    line-height: 85%;
    text-transform: uppercase;
}

#header .logo .smaller {
    font-size: 90%;
}

#header .logo .subsmaller {
    font-size: 60%;
}

#header .navigation {
    float: right;
    padding: 55px 0 0 0;
}

#header .menu, #header .lang {
    display: inline-block;
    font-size: 90%;
}

#header .menu a, #header .lang a {
    display: inline-block;
    margin: 0 3px;
    padding: 7px 10px;
    text-decoration: none;
    vertical-align: middle;
}

#header .menu a:hover {
    border-bottom: 1px solid #f8d092;
}

#header .menu a.active {
    border-bottom: 1px solid white;
}

#header .menu a.reservation {
    margin: 0 10px;
}

#header .menu a.facebook {
    width: 28px;
    height: 28px;
    margin: 2px 0 2px 10px;
    padding: 4px;
    background: #395a8e;
    color: white;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
}

#header .lang a {
    padding: 0;
    width: 28px;
    height: 28px;
    margin: 0 0 0 10px;
    border-radius: 4px;

}

#header .lang a img {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
}

#header .menu_responsible {
    display: none;
    font-size: 90%;
}

section {
    width: 100%;
    padding: 50px 0;
}

section#home {
    background: url(/images/bg_schladming.jpg) no-repeat center top;
    background-size: cover;
}

section#about {
    background: url(/images/wood.jpg) repeat center center;
}

section#winter {
    background: #8bb2d2 url(/images/bg_winter.jpg) no-repeat bottom center;
    background-size: cover;
    color: #726154;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75);
}

section#summer {
    background: #41a2f5 url(/images/bg_summer.jpg) no-repeat bottom center;
    background-size: cover;
    color: #726154;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75);
}

section#reservation {
    background: #f8d092;
    color: #726154;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.75);
}

section#winter p, section#summer p, section#reservation p {
    color: #5a4a40;
}

section#winter a, section#summer a, section#reservation a {
    color: #5a4a40;
}

section#winter a:hover, section#summer a:hover, section#reservation a:hover {
    color: black;
}

footer {
    width: 100%;
    padding: 30px;
    font-size: 70%;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.claim {
    width: 85%;
    margin: 0 auto;
    padding: 40vh 0;
    text-align: left;
}

.claim hr {
    width: 40%;
    text-align: left;
}

.text {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
}

.events {
    margin: 0 auto;
    padding: 20px 0 50px 0;
    font-size: 120%;
}

.content1of2 {
    display: inline-block;
    width: 45%;
    margin: 0 auto;
    padding: 20px;
    vertical-align: top;
}

.content1of3 {
    display: inline-block;
    width: 30%;
    margin: 0 auto;
    padding: 20px 0;
    vertical-align: top;
}

.gallery {
    position: relative;
    width: 100%;
}

.gallery img {
    width: 370px;
    height: 210px;
}

.gallery .items {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 690px;
    overflow: hidden;
}

.gallery .group {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery .group:first-child {
    display: block;
}

.gallery .item {
    display: inline-block;
    margin: 10px;
    width: 370px;
    height: 210px;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.button_prev, .button_next {
    position: absolute; top: 0; bottom: 0;
    margin: auto 0;
    width: 31px;
    height: 37px;
    cursor: pointer;
}

.button_prev.disabled, .button_next.disabled {
    display: none;
}

.button_prev {
    left: -60px;
    background: url(/images/arrow_left_white.png) no-repeat center center;
}

.button_next {
    right: -60px;
    background: url(/images/arrow_right_white.png) no-repeat center center;
}

.button_prev.dark {
    background: url(/images/arrow_left_brown.png) no-repeat center center;
}

.button_next.dark {
    background: url(/images/arrow_right_brown.png) no-repeat center center;
}

.controllers {
    width: 100%;
}

.controllers div {
    display: inline-block;
    margin: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid white;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
}

.controllers div.active {
    background: white;
    cursor: default;
}

.controllers.dark div {
    border: 1px solid #726154;
}

.controllers.dark div.active {
    background: #726154;
}

.map {
    margin: 0 auto;
    padding: 20px 0;
}

.map iframe {
    width: 100%;
    height: 570px;
    max-height: 70vh;
}

#reservation .container {
    position: relative;
}

#reservation .message {
    display: none;
    background: white;
    border-radius: 50px;
    padding: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

#reservation .button_prev {
    top: 0;
    bottom: auto;
    left: 0;
}

#reservation .button_next {
    top: 0;
    bottom: auto;
    right: 0;
}

.calendar td {
    background-position: center center;
}

.calendar td.history {
    background-color: rgba(160, 125, 106, 0.3);
}

.calendar td.free {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
}

.calendar td.ntm {
    background-color: rgba(255, 255, 255, 0.15);
}

.calendar td.reserved {
    background-color: #e48383;
}

.calendar td.reserved_first {
    background-image: url(/images/cell_reserved_first.png?v=1);
}

.calendar td.reserved_last {
    background-image: url(/images/cell_reserved_last.png?v=1);
}

.calendar td.selected {
    background-color: white;
}

.calendar td.selected_first {
    background-image: url(/images/cell_selected_first.png);
}

.calendar td.selected_last {
    background-image: url(/images/cell_selected_last.png);
}

.calendar td.reserved_first.selected_last {
    background-color: #e48383;
    background-image: url(/images/cell_selected_last.png);
}

.calendar td.reserved_last.selected_first {
    background-color: #e48383;
    background-image: url(/images/cell_selected_first.png);
}

.a_left {
    text-align: left;
}

.a_right {
    text-align: right;
}

.a_center {
    text-align: center;
}

.price {
    font-size: 170%;
    font-weight: 700;
}

.newline {
    clear: both;
}

.button {
    display: inline-block;
    padding: 7px 20px;
    background: white;
    color: #a07d6a;
    border: 0 !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    background: #f8d092;
    color: #726154;
}

a.icon {
    display: block;
    height: 33px;
    text-decoration: none;
    vertical-align: top;
    font-size: 90%;
}

a.icon img {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {

    h2 {
        margin: 40px auto 20px auto;
    }

    h3, h4 {
        margin: 10px auto 10px auto;
    }

    #header .menu a {
        margin: 0 5px;
        padding: 7px 10px;
    }

    #header .menu a.reservation {
        margin: 0 10px;
    }

    section {
        padding: 40px 0;
    }

    .container {
        width: 95vw;
        margin: 0 auto;
        padding: 0 15px;
    }

    .button_prev, .button_prev.dark {
        left: 0;
    }

    .button_next, .button_next.dark {
        right: 0;
    }
}

@media screen and (max-width: 960px) {

    body {
        font-size: 14pt;
    }

    h2 {
        margin: 30px auto;
    }

    #header .menu {
        display: none;
        width: 200px;
        padding: 0 20px 20px 20px;
        position: fixed;
        top: 110px;
        right: 5vw;
        background: #a07d6a;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
        text-align: right;
    }

    #header .lang {
        display: none;
        padding: 20px;
        position: fixed;
        top: 110px;
        right: 5vw;
        background: #a07d6a;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    }

    #header .menu a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    #header .menu a.home, #header .menu a.reservation, #header .menu a.facebook {
        display: none;
    }

    #header .menu_responsible {
        display: block;
    }

    #header .menu_responsible a {
        position: relative;
        display: inline-block;
        width: 33px;
        height: 33px;
        margin: 0 1px;
        padding: 0;
        vertical-align: top;
    }

    #header .menu_responsible a span {
        display: inline-block;
        padding: 0 2px;
        position: absolute;
        bottom: -3px;
        right: -3px;
        background: #f8d092;
        color: black;
        border-radius: 3px;
        font-size: 80%;
    }

    #header .menu_responsible a.facebook {
        width: 33px;
        height: 33px;
        margin: 0 0 0 10px;
        padding: 8px;
        background: #395a8e;
        color: white;
        font-weight: 700;
        text-decoration: none;
        border: 0;
        border-radius: 4px;
    }

    #header .menu a.flag {
        display: block;
        text-align: center;
        margin: 10px 0 0 auto;
    }

    section {
        padding: 30px 0;
    }

    .text {
        width: 100%;
        padding: 15px 0;
    }

    .content1of3 {
        display: block;
        width: 350px;
        padding: 10px 0;
        text-align: left;
    }

    .content1of2 {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .gallery .item, .gallery img {
        width: 35vw;
        height: 20vw;
    }

    .gallery .items {
        height: 70vw;
    }

}

@media screen and (max-width: 460px) {

    body {
        font-size: 12pt;
    }

    h2 {
        margin: 20px auto 10px auto;
    }

    #header .menu {
        width: 45vw;
    }

    #header .menu_responsible a.home, #header .menu_responsible a.facebook {
        display: none;
    }

    #header .menu a.home, #header .menu a.reservation, #header .menu a.facebook {
        display: block;
        margin: 0 auto;
    }

    #header .menu a.reservation {
        background: transparent;
        color: white;
        box-shadow: none;
    }

    #header .menu a.facebook {
        display: block;
        text-align: center;
        margin: 10px 0 0 auto;
    }

    section {
        padding: 15px 0;
    }

    label {
        display: block;
    }

    select {
        width: 100%;
    }

    .text {
        width: 100%;
        padding: 5px 0;
    }

    .claim {
        width: 100%;
    }

    .content1of3 {
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }

    .gallery .item, .gallery img {
        width: 60vw;
        height: 34vw;
    }

    .gallery .items {
        height: 120vw;
    }

    .button_prev, .button_next, .button_prev.dark, .button_next.dark {
        background-size: 80%;
        height: 30px;
    }

    .controllers div {
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }

    .button {
        padding: 10px;
    }

}

@media screen and (max-width: 360px) {

    h1 {
        font-size: 120%;
    }
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #f8d092;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f8d092;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f8d092;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f8d092;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #f8d092;
}