@import url(fonts.css);
@import url(nav.css);

/* base */
html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #f9f5ea;
}

body, td, th {
    font-family: 'Fira', sans-serif;
    color: #333;
}

a, a:active, a:visited {
    color: #9d9166;
}

a:hover {
    text-decoration: underline;
    color: #837955;
}

strong {
    font-family: 'Fira-Med', sans-serif;
}

.wetterBox p {
    font-size: 0.85rem;
}

video {
    width: 100%;
    height: auto;
}

.video-content {
    position: relative;
}

.video-content .container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-consent {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.video-consent div {
    width: 100%;
    padding: 1rem;
    color: #fff;
    font-size: .75rem;
}

.video-consent p {
    font-size: .875rem;
    margin: 0;
}

.video-consent button {
    padding: .5rem;
    margin: .25rem 0;
    font-size: .875rem;
}

/* badge */
#button-bestprice-badge {
    position: relative;
    text-align: right;
    padding-right: 1rem;
    z-index: 10;
}

#button-bestprice-badge img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-top: -125%;
}

@media only screen and (min-width: 48em) {
    #button-bestprice-badge img {
        width: 100%;
        max-width: 150px;
        height: auto;
        margin-top: -50%;
    }

    @media only screen and (min-width: 75.063em) {
        #button-bestprice-badge img {
            margin-top: -25%;
        }

        @media only screen and (min-width: 100em) {
            #button-bestprice-badge img {
                margin-top: -10%;
            }
        }
    }
}

/* banner */
#banner {
	padding: 1rem;
    z-index: 1000;
}

.banner-content {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 1rem;
    background: #6E1817;
    color: #fff;
    text-align: center;
}

.banner-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f9f5ea;
    margin-bottom: .5rem;
}

.banner-content span {
    text-transform: uppercase;
    font-weight: bold;
}

.banner-content .button {
    margin: 0;
    padding: .5rem 1rem;
}

@media only screen and (min-width: 75.063em) {
    #banner {
        margin-top: -250px;
    }

    .banner-content {
        background: rgba(110, 24, 23, .85);
    }
}

/* header */
#translate {
    min-height: 25px;
}

header {
    position: relative;
    width: 100%;
    padding-top: 1rem;
    background: #f9f5ea;
    z-index: 10000;
}

#headerImages {
    overflow: hidden;
}

.headerSlide {
    position: relative;
    height: 20em;
    overflow: hidden;
}

.headerSlide img,
.headerSlide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#logo {
    margin-bottom: 1rem;
}

ul.topLinks {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.topLinks li {
    display: inline-block;
    padding: .25rem;
}

.slick-arrow {
    z-index: 1000 !important;
}

.slick-slider {
    margin-bottom: 0;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:before,
.slick-next:before {
    color: #efefef;
    opacity: 1;
    font-size: 40px;
}

button.slick-prev,
button.slick-next {
    background: none !important;
}

/* footer */
footer {
    color: #f9f5ea;
}

footer a,
footer a:visited,
footer a:active {
    color: #f9f5ea;
}

footer a:hover,
footer a:focus {
    color: #fff;
}

footer .wrapper {
    padding: 5rem 0 10rem 0;
    background: rgba(0, 0, 0, 0.7) url(../files/c-lechtal-tourismus-robert-eder-lech10.jpg) top center;
    background-size: cover;
}

footer .logo {
    padding-bottom: 1rem;
}

footer .logo img {
    margin-bottom: 1rem;
}

footer h4 {
    color: #f9f5ea;
    margin-bottom: 0;
}

footer iframe {
    width: 175px;
    margin: 0 auto;
    overflow: hidden;
}

/* foundation */
.button,
.button:visited {
    text-decoration: none;
    background: #9d9166;
    border-color: #9d9166;
    color: #fff;
}

.button:hover,
.button:focus {
    text-decoration: none;
    background: #837955;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: #f9f5ea;
}

/* content */
.contentSlide {
    margin: 1rem 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #a02422;
    font-family: 'Fira', sans-serif;
}

h1 {
    font-family: 'Journal', sans-serif;
    font-size: 2.5rem;
}

.blockBox {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.blockBoxWrapper {
    margin: 1rem;
    background: #DFDCD2;
    transition: background .5s ease;
    padding-bottom: 0.5rem;
}

.blockBoxWrapper:hover {
    background: #fff;
}

.blockBox a,
.blockBox a:visited {
    text-decoration: none;
    color: #333;
}

.blockBox a.button {
    margin-top: 1rem;
    color: #fff;
}

.imgFill {
    float: left;
    width: 100%;
    height: 200px;
}

.right {
    float: right;
}

#gmapWrapper {
    position: relative;
    padding-bottom: 50%;
    height: 0;
}

.gmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gmap .button {
    margin-bottom: 0.25rem;
    padding: 0.5rem;
}

.gomapMarker {
    color: #333;
    width: 200px;
    overflow: hidden;
}

.gomapMarker h6 {
    font-size: 1.5rem;
}

.gmap img {
    max-width: none;
}

.gmap label {
    width: auto;
    display: inline;
}

ul.images {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.images li {
    float: left;
    text-align: center;
}

ul.images img {
    width: 92%;
}

select#ehrungen {
    width: 200px;
}

div.gallery {
    float: left;
    width: 50%;
    text-align: center;
    margin: 0.5rem 0;
}

div.gallery h4 {
    font-size: 1.15rem;
}

div.gallery img {
    width: 98%;
}

/* rooms */
.room {
    margin-bottom: 2em;
}

.roomBestprice {
    margin: 1em 0;
}

.roomBestprice span {
    color: #a02422;
    font-size: 1.5rem;
    padding-left: 0.25rem;
}

.roomInfo {
    padding: 1rem;
}

.roomDetails .button {
    margin-top: 1rem;
}

.preistabPreis {
    font-size: 1rem;
    color: #a02422;
}

.preistabTitle {
    display: block;
}

.preistabHead,
.preistabCol {
    text-align: center;
}

.preistabHead {
    background-color: #DFDCD2;
}

.preistabBlock {
    padding: .25rem;
    margin-bottom: 0.25rem;
}

ul.roomImages {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

ul.roomImages li {
    float: left;
    width: 50%;
    text-align: center;
}

ul.roomImages img {
    margin: 0.5rem 0;
    width: 95%;
}

/* packages */
.package {
    position: relative;
    float: left;
    margin: 1rem 0;
    text-align: center;
}

.package h4 {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1.75rem;
}

.package a.button {
    font-size: 1rem;
}

.package p {
    margin-bottom: 0.5rem;
    color: #333;
}

.packageBestprice {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #bb7225;
}

.packageBestprice span {
    padding-right: 0.5rem;
    font-size: 1rem;
}

.packageDates {
    width: 100%;
}

.packageDates th {
    background: #DFDCD2;
}

.packageButtons {
    margin-top: 0.5rem;
}

.packageWrapper {
    margin: 1rem;
}

.table-wrapper div.pinned {
    display: none !important;
}

/* anfrage */
#anfrage fieldset {
    border: 1px solid #333;
}

#anfrage .row {
    text-align: left;
}

#anfrage legend {
    padding: 0.4rem 1rem;
}

#anfrage label {
    font-size: 1rem;
}

#anfrage .mark {
    font-family: 'Fira-Med', sans-serif;
}

#anfrage textarea {
    height: 10rem;
}

label.error {
    font-size: .875rem;
    margin: 0.5rem 0 0.8rem 0;
    color: #F90 !important;
}

#meinFeld {
    display: none;
}

div.error {
    color: red;
    font-weight: bold;
    font-size: 1.25rem;
}

.extraDate {
    background: #fff;
    padding: 0.25rem 0;
    margin-bottom: 1rem !important;
}

.ui-datepicker-calendar {
    background: #f5f5f5 !important;
}

.ui-datepicker-calendar tr {
    background: none !important;
}

/* quick */
#quick {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: .5rem;
    text-align: center;
    background: #eeebe2;
    z-index: 1;
}

/*#quick input,*/
/*#quick .button {*/
/*    margin: 0;*/
/*}*/

/*#quick input {*/
/*    margin-top: 0.25rem;*/
/*}*/

/*#quick .row {*/
/*    background: #eeebe2;*/
/*    padding-top: 0.5rem;*/
/*    padding-bottom: 0.25rem;*/
/*}*/


@media only screen and (max-width: 40em) {
    header .small-12 {
        text-align: center;
    }

    .headerSlide {
        display: none;
    }

    footer img {
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 40.063em) {
    ul.topLinks {
        text-align: right;
    }

    ul.topLinks li {
        padding: 0 0 0 .25rem;
    }

    .w50 {
        width: 50%;
    }

    .w33 {
        width: 33.333333%;
    }

    .w25 {
        width: 25%;
    }

    .imgFill {
        width: 25%;
    }

    .w2 {
        width: 75%;
    }

    .h2 {
        height: 600px;
    }

    div.gallery {
        width: 25%;
    }

    .valign-middle {
        display: table;
    }

    .valign-middle .columns {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .valign-middle .columns,
    .valign-middle [class*="column"] + [class*="column"]:last-child {
        float: none;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 75em) {
    .headerSlide {
        height: 25em;
    }

    .headerSlide .wrapper {
        margin-top: 0;
    }

    .headerSlide .wrapper h3 {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 75.063em) {
    .headerSlide {
        min-height: 750px;
        height: 50vh;
    }

    .contentSlide {
        margin: 2rem 0;
    }

    h1 {
        font-size: 5rem;
    }

    #quick {
        margin-top: -2rem;
    }
}

#booking-badge {
    display: none;
}

#booking-badge.is-open {
    display: block;
}

#booking-badge .btn-close {
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 1px 5px;
    background-color: #ccc;
    border-color: #ccc;
    color: #333;
    margin: 0;
    cursor: pointer;
}

.micromodal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.65);
}

.micromodal__container {
    box-sizing: border-box;
    overflow-y: auto;
    max-width: 500px;
    max-height: 100vh;
    padding: 1rem;
    background-color: #fff;
    border-radius: 4px;
}

.micromodal[aria-hidden="false"] .micromodal__overlay {
    animation: microModalFadeIn .2s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal[aria-hidden="false"] .micromodal__container {
    animation: microModalSlideIn .2s cubic-bezier(0, 0, .2, 1);
}

.micromodal .micromodal__container,
.micromodal .micromodal__overlay {
    will-change: transform;
}

@keyframes microModalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes microModalSlideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

#cookieAlert {
    z-index: 9999;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-weight: 700;
    padding: 8px 8px 8px 10px;
    text-align: center;
    font-size: 0.75rem;
}

#cookieAlert button,
#cookieAlert span {
    display: inline-block;
}

#cookieAlert a,
#cookieAlert a:visited {
    color: #ccc;
}

#cookieAlert button {
    margin-left: 0.5rem;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}

.footer-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.footer-columns .item {
    flex: 1 0 50%;
    padding: 1rem 0.5rem;
    text-align: center;
}

@media only screen and (min-width: 48em) {
    .footer-columns .item {
        flex: 1 0 25%;
    }
}