@import url('https://fonts.googleapis.com/css?family=Cabin|Montserrat:400,500,600,700|Rubik:300,400,500,600,700');

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	background: #fff;
	color: #626262;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Rubik', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#mce-responses {
	padding: 0 !important;
	margin: 0 !important;
}

.sub-video {
	display: none;
}

.breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}

.quick-links {
	margin-bottom: 30px;
}

.page-id-66 .sub-video {
	display: inherit;
}

* {
    box-sizing: 			border-box;
    -o-box-sizing: 		border-box;
    -moz-box-sizing: 		border-box;
    -webkit-box-sizing: 	border-box;
	-webkit-overflow-scrolling: touch;
}

*:focus {
    outline: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    top: 40%;
    transform: translateX(-50%;)
    color: #ac1730;
    border: 0;
    background: none;
    z-index: 1;
    cursor: pointer;
}

.slick-prev {
    left: -30px;
}

.slick-prev:after {
	color: #ac1730;
	content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 40px;
}

.slick-next {
    right: -30px;
    text-align: right;
}

.slick-next:after {
	color: #ac1730;
	content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 40px;
}

.slick-prev:hover:after,
.slick-next:hover:after {
	color: #7e7e7e;
}

/* Basic Styles */

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

iframe {
	width: 100%;
}

.preheadline {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;	
	letter-spacing: 0.5px;
	color: #969696;
	display: block;
}

.headline {
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

.margin-bottom {
	margin-bottom: 40px;
}


h1 {
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 34px;
	line-height: 48px;
	color: #000;
}

h2 {
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 36px;
	color: #000;	
}

h3 {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #000;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	max-width: 1100px;
	font-size: 18px;
	line-height: 30px;
}

a {
	color: #ac1730;
    text-decoration: none;
    transition:         all 0.4s ease;
    -o-transition:      all 0.4s ease;
    -moz-transition:    all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

a:hover {
	
}

a.read-more {
	border-radius: 1px;
	margin: 10px 0 0 0;
	text-decoration: underline;
	display: block;
	color: #ac1730;
}

img {
    max-width: 100%;
    width: 100%;
    display: block;
}

/* Utility Classes */

.inner {
    max-width: 1400px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
}

.inner-small {
	padding: 10px 40px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clearfix {
}

.clearfix:after {
    clear:both;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

/* Inputs */

.input-holder {
	width: calc(100% / 3 - 5px);
	float: left;
	margin-right: 7.5px;
}

.input-holder:last-child {
	margin: 0;
}

.datepicker {
	font-family: 'Rubik', sans-serif;
}

.datepicker__month-day--first-day-selected, .datepicker__month-day--last-day-selected, .datepicker__month-day--selected {
	background: #ac1730;	
}

.datepicker__month-day--hovering {
	background: rgba(172, 23, 48, 0.5);	
}

input[type="text"],
input[type="email"] {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	margin-right: 10px;
	width: 100%;
}

select {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	margin-right: 10px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: auto;
	line-height: inherit;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    padding: 6px 10px;
}

::-webkit-input-placeholder { 
	color: #bababa;
}

::-moz-placeholder {
  color: #bababa;
}

:-ms-input-placeholder {
  color: #bababa;
}

:-moz-placeholder {
  color: #bababa;
}

input[type="password"] {
	
}

input[type="submit"] {
	font-family: 'Rubik', sans-serif;
	width: 100%;
	cursor: pointer;
	padding: 11px 30px;
	font-size: 14px;
	background: #ac1730;
	border: 1px solid #ac1730;
	border: none;
	border-radius: 2px;
	color: #fff;
    transition:         all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    position: relative;
}

input[type="submit"]:hover {
	background: #626262;
}

textarea {
	
}

/* Grid */

.grid {
	display: grid; 
	grid-gap: 20px;
}

.grid-2 { 
	grid-template-columns: 1fr 1fr; 
}

.grid-3 { 
	grid-template-columns: 1fr 1fr 1fr; 
}

.grid-4 { 
	grid-template-columns: 1fr 1fr 1fr 1fr; 
}

.grid-5 { 
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
}

.grid-12 { 
	grid-template-columns: repeat(12, 1fr); 
}


.grid-col {
	overflow: hidden;
}

.icon {
	text-align: center;
}

/* Header */

.site-header {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: inherit;
    z-index: 998;
    padding: 20px 40px;
    position: relative;
}

.header-info {
	font-size: 14px;
	font-weight: 400;
	color: #ac1730;
}

.site-branding {
    max-width: 400px;
    width: 100%;
    float: left;
}

.site-branding img {
    width: 100%;
    display: block;
}

/* Footer */

.site-footer {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    height: auto;
    background: #ECEFF1;
    text-align: left;
    padding: 40px 0;
}

.site-footer p {
    font-size: 14px;
    line-height: 26px;
    height: auto;
    margin: 0;
    padding: 0;
}

.site-footer a {
	text-decoration: underline;
}

.site-footer a:hover {
	color: #ac1730;
}

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

/* Navigation */

nav {
    width: auto;
    overflow: hidden;
    float: right;
    text-align: right;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

nav ul li {
    display: inline-block;
    margin: 0 0 0 10px;
}

nav ul li ul {
    display: none;
}

nav ul li a {
	font-size: 14px;
    display: block;
    text-decoration: none;
    color: #000;
}

nav ul li a:hover {
}

nav ul li.current-menu-item a,
nav ul li.current-page-ancestor a {
	color: #ac1730;
}

.menu-btn {
    width: auto;
    padding: 10px 0;
    text-align: center;
    display: none;
    float: right;
}

.mobile-btn {
    display: inline-block;
    cursor: pointer;
    padding: 4px 8px;
    margin: 0 0 0 2px;
    color: #000;
    font-size: 20px;
    box-sizing: 		border-box;
    -o-box-sizing: 	border-box;
    -moz-box-sizing: 	border-box;
    -webkit-box-sizing: border-box;
}

.close-btn {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #000;
    padding: 4px 8px;
    margin: 0 0 0 2px;
    font-size: 20px;
    box-sizing: 		border-box;
    -o-box-sizing: 		border-box;
    -moz-box-sizing: 	border-box;
    -webkit-box-sizing: border-box;
}

.site-content {
    width: 100%;
    min-height: 200px;
}

.slider {
	width: 100%;
	padding: 0 40px;
	margin: 0 auto;
	z-index: 996;
}

.hero {
	width: 100%;
    height: 75vh;
    border-radius: 2px;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    position: relative;
}

.image-cr {
	position: relative;
}

.copyright {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 12px;
	z-index: 997;
	background: rgba(255, 255, 255, 0.51);
	padding: 1px 5px;
	color: #626262;
	border-radius: 2px;
}

.hero-holder {
	position: relative;
	margin-bottom: 50px;
}

.section {
	margin-bottom: 80px;
} 

.shadow {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.hero-overlay {
	max-width: 50%;
	width: 100%;
	position: absolute;
	border-radius: 2px;
	background: #fff;
	padding: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 997;
}

.hero-overlay h1 {
	margin: 0 0 20px 0;
}

.card {
	background: #fafafa;
	border-radius: 2px;
	position: relative;
}

.card-hot {
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	background: #FFB300;
	color: #fff;
	padding: 5px 10px;
	z-index: 991;
	border-radius: 2px;
	font-size: 14px;
}

.card-content {
	padding: 20px 20px 10px 20px;
	line-height: 22px;
}

.card-title {
	font-family: 'Montserrat';
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}

.card-data {
	font-size: 11px;
	color: #969696;
}

.card-price {
	font-size: 26px;
	font-weight: 400;
	margin-top: 10px;
	color: #000;
}

.card-per-night {
	font-size: 11px;
	color: #ababab;
}

.card-link {
	width: 100%;
	display: block;
	background: #ac1730;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 14px;
    transition:         all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.card-link:hover {
	background: #626262;
}

/* Lists */ 

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

.section ul:after {
    clear:both;
}

.section ul:before,
.section ul:after {
    content:"";
    display:table;
}

.section ul li {
	width: calc(20% - 10px);
	float: left;
	font-size: 16px;
	padding: 20px;
	margin: 10px 10px 10px 0;
	background: #fafafa;
	border-radius: 2px;
}

.section ul li a {
	text-decoration: underline;
}

.section ul li:nth-child(2n) {
}

.mini-slider {
	position: relative;
}

.mini-slider ul.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	margin: 0;
	padding: 5px 0;
}

.mini-slider ul.slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 20px;
	float: none;
	background: #fff;
	margin: 0px 3px;
	cursor: pointer;
}

.mini-slider ul.slick-dots li.slick-active {
	background: #ac1730;
}

.mini-slider ul.slick-dots li button {
	display: none;
}

.slideshow .slick-slide {
	padding: 0px 5px;
}

.booking-fixed {
	width: 100%;
	background: #ac1730;
	padding: 40px;
	position: fixed;
	
bottom: -100px; /* Initially hide the element below the viewport */
	left: 0;
	right: 0;
	line-height: 20px;
	color: #fff;
	font-size: 20px;
	transition: opacity 0.3s, bottom 0.3s;
	z-index: 999;
	opacity: 0;
}

.booking-fixed.show {
	bottom: 0;
	opacity: 1;
}

.booking-fixed input[type="submit"] {
	font-family: 'Rubik', sans-serif;
	width: 100%;
	cursor: pointer;
	padding: 11px 30px;
	font-size: 20px;
	background: #fff;
	border: 1px solid #ac1730;
	border-radius: 2px;
	color: #ac1730;
	transition:         all 0.2s ease;
	-o-transition:      all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	position: relative;
}

.booking-fixed input[type="submit"]:hover {
	background: none;
	color: #fff;
	border: 1px solid #fff;
}

.booking-fixed .datepicker {
    position: absolute;
    top: -270px;
}

.booking-fixed form {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.booking-fixed input[type="text"], input[type="email"] {
	font-size: 20px;
}

.booking-fixed .input-holder {
	width: auto;
	float: none;
	margin: 0;
}

.mailchimp-holder {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 999;
}

.mailchimp-image {
	position: relative;
	margin-top: 20px;
}

.mailchimp-image h3 {
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
	width: 100%;
	background: rgba(171, 23, 48, 0.6);
	padding: 10px 20px;
	color: #fff !important;
	margin: 0;
}

.mailchimp-holder input[type="submit"] {
    width: auto;
}

#mailchimp h3{
    font-size: 20px;
    color: #5b5050;
    margin: 0;
    margin-top: 10px;
}

#mailchimp {
	max-width: 800px;
	width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.59);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.59);
}

.close-area {
	position: relative;
}

a.close {
}

.vorteil {
	padding: 20px;
	color: #fff;
	background: #ac1730;
	border-radius: 2px;
}

.vorteil p {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.infoblock {
	padding: 20px;
	background: #fafafa;
	border-radius: 2px;
}

.teaser {
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}

.teaser a:hover {
	color: #626262;
}

.teaser-inner {
	padding: 20px;
}

.padding {
	padding: 40px;
}

.teaser-title {
	font-size: 22px;
	font-weight: 300;
	color: #000;
	margin-bottom: 20px;
}

.teaser-text {
	font-size: 14px;
	line-height: 20px;
}

.form {
	margin-top: 40px;
}

.form .input-wrapper {
	margin: 20px 0;
}

.form label,
label {
	display: block;
}

.form input[type="text"],
.form input[type="email"] {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	margin-right: 10px;
	width: 100%;
}

.form input[type="submit"] {
	width: auto;
}

.error {
	font-size: 11px;
	color: red;
}

.thx {
	display: none;
	padding: 20px 0 0 0;
}

.form textarea {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	margin-right: 10px;
	width: 100%;
	resize: none;
	height: 200px;
}

.top5-title {
	font-weight: 400;
	font-size: 16px;
	display: block;
	color: #000;
}

.top5-text p {
	font-size: 14px;
	line-height: 22px;
}

.top5-link {
	color: #ac1730;
	text-decoration: underline;
	font-size: 14px;
	line-height: 22px;
}

.minitext {
	padding: 10px 0;
	font-size: 12px;
}

.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #000000;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #3E9B67;
}

.close-booking-fixed {
	cursor: pointer;
}

.faq {
	margin: 40px 0;
}

.question {
	padding: 20px 0;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	cursor: pointer;
	border-bottom: 1px solid #afafaf;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.question i {
	justify-self: flex-end;
	font-size: 14px;
}

.answer {
	display: none;
}

video {
	height: 600px;
}


.lastMonth,
.nextMonth {
	display: none !important;
}

.cal table {
	border-collapse: collapse;
}


.cal td {
  border: 1px solid;
}

.cal td div {
	width: 50px;
	height: 50px;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.date-picker-wrapper {
	border: none !important;
	background: #EEEEEE !important;
	padding: 40px !important;
	color: #000;
}

.cal tbody {
	pointer-events: none !important;
}

.month-wrapper {
	border: none !important;
	padding: 0 !important;
	background: none !important;
}
	
.date-picker-wrapper .month-wrapper table .day.real-today {
	background: none;
}

.valid {
	background: #ffffff !important;
	margin: 0 !important;
	line-height: 0;
	color: #ac1730 !important;
}

.seperator {
	height: 1px;
	background: #d9d9d9;
	margin: 0 0 80px 0;
}

.book-content {
	grid-column: 1 / span 4;
}

.book-grid {
	grid-column: 5 / span 8;
}


@media only screen and (max-width : 600px) {

.date-picker-wrapper {
	padding: 10px !important;
}

td div {
	width: 45px;
	height: 45px;
}

.book-content {
	grid-column: span 12;
}

.book-grid {
	grid-column: span 12;
}

.month-wrapper {
	width: auto !important;
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
    text-align: right;
}

.cookieConsentContainer {
	bottom: 0px !important;
	left: 0px !important;
	width: 100%  !important;
}

.booking-fixed {
	width: 100%;
	background: #ac1730;
	padding: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 20px;
	color: #fff;
	font-size: 20px;
	transition: opacity 0.3s, bottom 0.3s;
	z-index: 999;
}

.booking-fixed form {
	flex-direction: column;
}

.booking-fixed .datepicker {
    position: absolute;
    top: -270px;
}

.booking-fixed .input-holder {
	width: 100%;
	margin: 5px 0;
}

.site-header {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: inherit;
    z-index: 998;
    padding: 10px;
    position: relative;
}

.site-branding {
    max-width: 240px;
    width: 100%;
    float: left;
}

.inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.section ul li {
	width: 100%;
}

.hero-overlay {
    max-width: 100%;
}

.hero {
	height: 50vh;
}

.slider {
	padding: 0;
}

/* Grid */

.grid {
	display: grid; 
	grid-gap: 20px;
}

.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6 { 
	grid-template-columns: 100%; 
}

.menu-btn,
.close-btn {
	display: inherit;
	padding: 0;
}

nav {
	width: 100%;
    height: 100vh;
    position: absolute;
    right: 0;
    background: #fff;
    margin: 0 -100vw 0 0;
    text-align: left;
    transition: all 0.2s ease;
    z-index: 998;
    padding: 20px;
}

.header-info {
	display: none;
}

nav ul {
    text-align: right;
    margin: 50px 10px 0 0;
}

nav ul li {
	margin-bottom: 20px;
	display: block;
}

 nav ul li a {
 	font-size: 24px;
 }

.open {
    margin-right: 0;
}

video {
	height: 200px;
}

#mailchimp h3{
    font-size: 14px;
    line-height: 20px;
    color: #5b5050;
    margin: 0;
    margin-top: 10px;
}

}
