@charset "UTF-8";
/* CSS Document */

/* ubuntu-300 - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: url('ubuntu-v20-latin/ubuntu-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('ubuntu-v20-latin/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('ubuntu-v20-latin/ubuntu-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('ubuntu-v20-latin/ubuntu-v20-latin-300.woff') format('woff'), /* Modern Browsers */
    url('ubuntu-v20-latin/ubuntu-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('ubuntu-v20-latin/ubuntu-v20-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('ubuntu-v20-latin/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('ubuntu-v20-latin/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('ubuntu-v20-latin/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('ubuntu-v20-latin/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('ubuntu-v20-latin/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('ubuntu-v20-latin/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500 - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('ubuntu-v20-latin/ubuntu-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('ubuntu-v20-latin/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('ubuntu-v20-latin/ubuntu-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('ubuntu-v20-latin/ubuntu-v20-latin-500.woff') format('woff'), /* Modern Browsers */
    url('ubuntu-v20-latin/ubuntu-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('ubuntu-v20-latin/ubuntu-v20-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('ubuntu-v20-latin/ubuntu-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('ubuntu-v20-latin/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('ubuntu-v20-latin/ubuntu-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('ubuntu-v20-latin/ubuntu-v20-latin-700.woff') format('woff'), /* Modern Browsers */
    url('ubuntu-v20-latin/ubuntu-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('ubuntu-v20-latin/ubuntu-v20-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}


body, html {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    color: #3f3f3f;
}

a, img {
    border: 0;
    outline: 0;
    text-decoration: none;
}

.clearfix {
    clear: both;
}

/* ----- COOKIE ----- */

.cc_container .cc_btn {
    background-color: #b1bd6b !important; /* Farbe des Buttons */
    color: #fff !important; /* Textfarbe des Buttons */
}

.cc_container {
    background: rgba(255,255,255,0.8) !important; /* Hintergrundfarbe des gesamten Bereichs */
    ont-family: 'Ubuntu', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
    color: #b1bd6b !important; /* Textlink-Farbe "Mehr Infos" */
    text-decoration: none !important;
}

.cc_message {
    color: #000 !important;
}


/* ----- TYPO ----- */

h1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin: 0 0 50px 0;
    font-size: 50px;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin: 0 0 50px 0;
    font-size: 16px;
}

#prices h2, #prices h1 {
    text-align: center;
}

h3 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin: 35px 0 35px 0;
    font-size: 24px;
    color: #ccbfa0;
    text-transform: uppercase;
}

h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin: 0px 0 40px 0;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
}

p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
}

p.white {
    color: #fff;
}

p a {
    color: #3f3f3f;
}

.button-ghost {
    padding: 10px 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: rgba(255,255,255,0);
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.button-ghost:hover {
    background: rgba(0,0,0,0.3);
}

.button-ghost-green {
    padding: 10px 15px;
    margin: 10px 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: rgba(177,189,107,1);
    border: 1px solid #b1bd6b;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.button-ghost-green:hover {
    background: rgba(177,189,107,0);
    color: #b1bd6b;
}

/* ----- LAYOUT ----- */

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    z-index: 9999;
}

.nav {
    background: #EBEBEB;
    padding: 0;
    cursor: pointer;
    display: none;
}

ul {
    list-style: none;
    display: inline;
    padding: 0;
}

li {
    border-bottom: 1px solid white;
    text-align: center;
    padding: 17px;
    transition: .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

li:hover {
    background: rgba(255,255,255,0.7);
    color: #5A5A5A;
    transition: .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.nav ul li a {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #3f3f3f;
}

#header-wrapper {
    position: relative;
    max-width: 1334px;
    margin: 0 auto;
    padding: 15px 0;
}

#logo-header {
    position: relative;
    max-width: 278px;
    height: auto;
    margin: 0 auto;
}

#logo-header img {
    padding: 0;
    width: 100;
    height: auto;
}

#menu-button {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 16px;
    color: #b1bd6b;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#icons {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#icons a {
    font-size: 16px;
    color: #b1bd6b;
    margin-left: 20px;
}

#home {
    position: relative;
    width: 100%;
    min-height: 880px;
    top: 0;
    left: 0;
    background: url(img/hintergrund.jpg) center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.wrapper-main {
    position: relative;
    max-width: 984px;
    margin: 0 auto;
    padding: 0 20px;
}


#headline {
    position: relative;
    width: 95%;
    text-align: center;
    padding-top: 200px
}

#headline img {
    max-width: 100%;
    height: auto;
}

#button-booking-headline {
    position: relative;
    text-align: center;
    margin-top: 80px;
}

#button-booking {
    position: relative;
    text-align: center;
    margin-top: 0;
}

#information {
    position: relative;
    width: 100%;
    padding-top: 35px;
    margin-bottom: 80px;
}

.column-left {
    position: relative;
    width: 48%;
    float: left;
}

.column-right {
    display:block;
    position: relative;
    width: 43%;
    float: left;
    margin-left:5%;
    margin-top: -90px;
    overflow: hidden;
}

/* ----- SLIDER ----- */

.mySlides {
    display:none
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.w3-left {
    float: left !important;
    margin-left: 20px;
}

.w3-right {
    float: right !important;
    margin-right: 20px;
}

.w3-left, .w3-right, .w3-badge {
    font-size: 30px !important;
    color: #fff;
    cursor:pointer
}

.w3-badge {
    height:13px;
    width:13px;
    padding:0
}

.w3-white, .w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0;
}
.w3-left, .w3-right, .w3-badge {
    cursor: pointer;
}
.w3-transparent, .w3-hover-none:hover {
    background-color: transparent !important;
}
.w3-border {
    border: 1px solid #ccc !important;
}
.w3-badge {
    border-radius: 50%;
}
.w3-badge, .w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
*, ::before, ::after {
    box-sizing: inherit;
}

.w3-display-container {
    width: 100%;
}

/* ----- SLIDER END ----- */

.column-right img {
    width: 100%;
    height: auto;
}

.vertical-line {
    position: relative;
    width: 100%;
    height: 1px;
    background: solid rgba(0,0,0,0.9);
}

.gallery-wrapper {
    font-size: 0;
    margin-top: 70px;
    margin-bottom: 70px;
}

.square {
    display: inline-block;
    position: relative;
    width: 25%;
    padding-bottom: 25%; /* = width for a 1:1 aspect ratio */
    margin:0%;
    overflow:hidden;
    /*background: rgba(157,169,0,1);*/
    cursor: pointer;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.square img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.square:hover img {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    opacity: 0.3;
}

.content {
    position:absolute;
    height:100%; /* = 100% - 2*10% padding */
    width:100%; /* = 100% - 2*5% padding */
    padding: 0% 0%;
}


.square .slideIn  {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
    width:100%;
    z-index: 999;

    font-size: 35px !important;
    color: #ccbfa0;

    text-align: center;

    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;


}

.square .slideIn img {
    width: 15%;
}

.square:hover .slideIn {
    bottom: 45%;
    opacity: 1;
}

.square:hover .slideIn img {
    opacity: 1;
}

#boxes-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 75px 0;
}

.box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 19%;
    padding: 15px;
    margin: 1%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.box:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.box:first-of-type {
    margin: 1% 1% 1% 0%;
}

.box:last-of-type {
    margin: 1% 1% 0% 1%;
}

.box i {
    font-size: 80px;
    color: #b1bd6b;
}

#wrapper-ausstattung {
    width: 96%;
    padding: 2%;
    margin: 50px 0px;;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    text-align: center;
}

#wrapper-skikeller {
    position: relative;
    width: 100%;
    background: #fff;
    text-align: center;
}

#overlay {
    position: absolute;
    width: 100%;
    top: 50%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transform: translateY(-50%);
    z-index: 10;

}

#wrapper-skikeller img {
    width: 100%;
    height: auto;
}

.column {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    text-align: left;
}

#booking {
    position: relative;
    width: 100%;
    padding: 75px 0;
    top: 0;
    left: 0;
    background: url(img/skiing.jpg) center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#prices {
    position: relative;
    width: 100%;
    padding: 75px 0;
}

#wrapper-small {
    position: relative;
    max-width: 485px !important;
    margin: 0 auto;
}

#table-prices {
    width: 100%;
    margin: 50px 0px 20px 0;
    font-size: 14px;
}

tr {
    width: 33.33% !important;
}


th {
    text-align: left;
    padding: 10px 50px;
    background: #e6e6e6;
    text-transform: uppercase;

}

td {
    padding: 10px 50px;
    width: 33%;
    border-bottom: 1px solid #e6e6e6;
}

.-right {
    text-align: right;
}

#booking-buttons-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

#map-wrapper {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

#map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

#map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

footer {
    position: relative;
    width: 100%;
    background: #b1bd6b;
    padding: 35px 0;
}

#logo-footer {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

#logo-footer img {
    width: 100%;
    height: auto;
}

#links-footer {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    margin-left: 3%;
}

#links-footer p, #links-footer p a {
    font-size: 14px;
    color: #fff;
}

p.small, p.small a {
    font-size: 12px !important;
}

#links-footer p a:hover {
    text-decoration: underline !important;
}

/* ----- FORM ----- */

#wrapper-form {
    position: relative;
    width: auto;
    background: #fff;
    padding: 30px 60px;
}

.input-wrapper {
    display: inline-block;
}

.last {
    margin-right: 0;
}

#form-booking {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

label {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
}

input {
    border: 1px solid #b1bd6b;
    background: none;
    outline: none;
    box-shadow: none;
    padding: 10px;
    margin-right: 15px;
}

.input-1 {
    width: 150px;
}

.input-2 {
    width: 50px;

}

#submit {
    background: #b1bd6b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: auto !important;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .box {
        width: 18%;
    }

    #wrapper-form {
        width: 87%;
    }

    .input-1 {
        width: 130px;
    }
}

@media (max-width: 768px) {

    .box {
        width: 40%;
    }

    .column-left {
        position: relative;
        width: 100%;
        float: left;
    }

    .column-right {
        position: relative;
        width: 100%;
        float: left;
        margin-left:0%;
        margin-top: 0px;
    }

    #wrapper-form {
        position: relative;
        width: 93%;
        background: #fff;
        padding: 30px 20px;
    }

    input {
        margin-right: 5px;
    }

    .input-1 {
        width: 110px;
    }

    .input-2 {
        width: 35px;
    }

    #submit {
        margin-left: 15px;
    }

    .square {
        width: 33.33%;
        padding-bottom: 33.33%; /* = width for a 1:1 aspect ratio */
    }

}

@media (max-width: 400px) {

    h1 {
        font-family: 'Ubuntu', sans-serif;
        font-weight: 700;
        margin: 0 0 50px 0;
        font-size: 40px;
    }


    #prices h2, #prices h1 {
        text-align: center;
    }


    #logo-header {
        position: relative;
        max-width: 140px;
        height: auto;
        margin: 0 auto;
    }

    #icons a {
        font-size: 16px;
        color: #b1bd6b;
        margin-left: 5px;
    }

    #home {
        min-height: 550px;
        background: url(img/home_bg_mobile.jpg) center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .column-right {
        display:none;
    }

    .box {
        width: 89%;
        margin-bottom: 15px;
    }

    #booking {
        background: url(img/skiing.jpg) center no-repeat scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    #table-prices {
        width: 100%;
        margin: 50px 0px;
        font-size: 12px;
    }

    tr {
        width: 33.33% !important;
    }


    th {
        padding: 0px 10px;

    }

    td {
        padding: 10px 10px;
    }

    #wrapper-form {
        width: 88%;
        padding: 20px 20px;
    }

    label {
        margin-top:10px;
        margin-bottom: 5px
    }

    .input-1 {
        width: 100px;
    }

    #submit {
        margin: 10px 0px;
    }

    .square {
        width: 50%;
        padding-bottom: 50%; /* = width for a 1:1 aspect ratio */
    }

    .column {
        width: 40%;
    }

    #map {
        padding-bottom: 100%;
    }
}
