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

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

body {
    background: #e0d5c5;
}

body, td, th {
    font-family: Helvetica, Arial, sans-serif;
    color: #191919;
}

.txtCenter {
    text-align: center;
}

a, a:active, a:visited {
    color: #666;
}

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

#page {
    position: relative;
    max-width: 110em;
    margin: 0 auto;
}

#backTop {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    background: #b3b3b3;
    z-index: -1;
}

#backBottom {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: #b3b3b3;
    z-index: -1;
}

/* header */
header {
    text-align: center;
}

#logo {
    z-index: 100;
}

#translate {
    margin-top: 0.25em;
    height: 35px;
}

#headerImages {
    background: #fff;
}

.headerSlide {
    height: 300px;
}

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

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
    top: 50%;
	z-index: 1000;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

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

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

/* footer */
footer {
    padding: 2em 0;
    background: #E5DDCE;
}

/* foundation */
.button,
.button:visited {
    text-decoration: none;
    background: #ced9d9;
    border-color: #ced9d9;
    color: #191919;
}

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

/* content */
article {
    background: #fff;
    padding: 1em;
}

ul.image-gallery {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

ul.image-gallery li {
    width: calc(25% - 10px);
    margin-bottom: 1rem;
}

.contentSlide {
    padding: 1em 0;
}

.contentSlide.bgColor {
	background-color: hsl(0,0%,95%);
	padding: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #191919;
    font-family: 'Dosisbold', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2.5px;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.25rem;
}

.textBlock .row:first-child {
    text-align: center;
}

.textBlock hr {
    width: 25%;
    height: 2px;
    border: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.75em;
    color: #ff8000;
    background-color: #ff8000;
}

.textImgBlock h2,
.textImgBlock h3,
.textImgBlock h4,
.textImgBlock h5,
.textImgBlock h6 {
    background: #ff8000;
    margin-bottom: 1.25rem;
}

.textImgBlock h2 span,
.textImgBlock h3 span,
.textImgBlock h4 span,
.textImgBlock h5 span,
.textImgBlock h6 span {
    display: block;
    background: #fff;
    margin-left: 5px;
    padding-left: 5px;
}

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

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

.gmap .button {
    margin-bottom: .25rem;
    padding: .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;
}

/* rooms */
.room {
    margin-bottom: 1.5rem;
}

.room h2 {
    font-size: 1.75rem;
}

.roomBestprice {
    margin: 1rem 0;
}

.roomBestprice span {
    background: #b3b3b3;
    padding: .5rem 1rem;
    font-size: 1.25rem;
}

.roomPlan {
    text-align: center;
}

.preistabBlock {
    margin: 0.25em;
}

.preistabWrapper {
    display: block;
    font-size: .75rem;
    padding-bottom: .25rem;
}

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

.preistabCol a,
.preistabCol a:visited {
    text-decoration: none;
}

.preistabHead {
    font-size: 1rem;
    background: #ced9d9;
    color: #191919;
	font-weight: bold;
}

.preistabPreis {
    font-size: 1.1rem;
}

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

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

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

table {
	width: 100%;
	border-collapse: collapse;
}

table tr td,
table tr th {
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	text-align: center;
}

table thead {
	background-color: #ced9d9;
}

table tbody tr:nth-child(even) {
	background-color: #efefef;
}

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

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

#anfrage .mark {
    color: #666;
}

#anfrage textarea {
    height: 10rem;
}

label.error {
    font-size: .875rem;
    margin: .5rem 0 .8rem 0;
    color: #F00 !important;
}

#meinFeld {
    display: none;
}

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

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

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

/* packages */
#anfrage .pauschale {
    padding: 1rem;
    background-color: hsl(180,12%,90%);
    margin-bottom: 1rem;
}

#anfrage .pauschale h3 {
    font-size: 1.5rem;
    margin: 0;
}

#anfrage .pauschale span {
    color: hsl(35,99%,47%);
}

.package-wrapper {
    display: flex;
    flex-flow: column wrap;
}

.package-detail img {
    max-width: 500px;
}

.package {
    width: 100%;
    margin: 1rem 0;
    text-align: center;
}

.package h4 {
    font-size: 1.5rem;
    padding-top: 1rem;
}

.package p {
    margin: 5px 0;
}

.package img {
    max-width: 600px;
}

.packageBestprice {
    font-size: 1.5rem;
    font-weight: bold;
    color: hsl(35,99%,47%);
}

.packageBestprice span {
    font-size: 1rem;
    color: #333;
    margin-right: 0.25rem;
}

.packageButtons {
    margin-top: 1rem;
}

@media only screen and (min-width: 48.0625em) {
    .package-wrapper {
        flex-flow: row wrap;
    }

    .package {
        flex: 1 1 50%;
    }
}


@media only screen and (min-width: 40.063em) {
    #page {
        padding: 0 1em;
        padding-bottom: 1em;
    }
}

@media only screen and (min-width: 58.75em) {
    #page {
        padding: 0 4em;
        padding-bottom: 4em;
    }

    #backTop {
        height: 500px;
    }

    #backBottom {
        height: 300px;
    }

    header {
        height: 5.5em;
        text-align: left;
    }

    .headerSlide {
        height: 800px;
    }

    #logo {
        position: absolute;
    }

    #translate {
        text-align: right;
    }

    ul.roomImages li {
        width: 25%;
    }

    .contentSlide {
        padding: 2em 0;
    }
}

@media only screen and (max-width: 767px) {
    table.responsive {
        margin-bottom: 0;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 60%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
    }

    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }

    .pinned table th, .pinned table td {
        white-space: nowrap;
    }

    .pinned td:last-child {
        border-bottom: 0;
    }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

    div.table-wrapper div.scrollable {
        margin-left: 60%;
    }

    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
        display: none;
    }
}