
@import url("fonts.css");
.row img{
 max-width: 100%;
    height: auto;
}
/* Box Model */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.hiderobs{display:none;}

.table th, .table td {
	padding: 5px 10px 5px 0;
	vertical-align: top;
	border-top: 0;
}

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "rokkittregular", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	
}

p {
    font-size: 20px;
	line-height: 33px;
    margin-bottom: 5px;
}
p a, p a:hover{
    color: #000;
    text-decoration: none;
}
b, strong {
	font-family: "rokkittbold", sans-serif;
}
ol, ul {
	list-style: none;
}
td {
    font-size: 20px;
}
th {
    font-family: "rokkittbold", sans-serif;   
    font-size: 20px;
}
a {
    text-decoration: none;
    color: #000;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}
hr {
    border: 4px solid #000;
    margin: 50px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "rokkittblack", sans-serif;
}
h1 {
    font-size: 36px;
    font-family: "montserratbold", sans-serif;
	line-height:1.5em;
	margin-bottom:30px;
}
h2 {
    font-size: 24px;
    font-family: "montserratbold", sans-serif;
	line-height:1.5em;
	margin-bottom:20px;
}
h3{ font-family: "rokkittregular", sans-serif;font-size: 24px; margin-bottom:15px;}
.text-right {
    text-align: right;
}
/* Background Classes */
.bg-grey {
    background: #e9e9e9;
}
.bg-shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
/* Background Classes */


/* Container Width */
.container, .frame-boxed {
    width: 1110px;
    max-width: 1110px;
}
.content-section .grid, .content-section .frame-layout-0, .frame-boxed {
    margin-left: auto;
    margin-right: auto;
    max-width: 1110px;
	
}.content-section li{font-size:20px;line-height:1.5em;}

.content-section > div[id^="c"] {
	padding-bottom:60px;
}

footer div[id^="c"] {
	padding-bottom:30px;
}

/*@media(min-width: 768px) and (max-width: 991px){
	.container {
	    width: 750px;
	    max-width: 750px;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.container {
	    width: 970px;
	    max-width: 1170px;
	}
}
@media(max-width: 767px){
	.container {
		width: auto;
	}	
}*/
/* Container Width */

/* Top Header */
/*.cal-icon {
    background: url(../img/cal-icon.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 15px;
    position: relative;
    top: 2px;
}
*/
.top-header-element i.far, .top-header-element i.fas{color:#E70620 !important; font-size:20px !important;}

.header-container {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 9999;
}
.top-header {
    padding: 20px 0;
}
/* Dropdown Menu styles */
.header-nav {
    padding: 60px 0 20px 0;
}
.header-nav ul.nav {
    display: inline-block;
    width: 100%;
}
.header-nav ul.nav li a.active, .header-nav ul.nav li a.selected{color:#E70620;}
.header-nav ul.nav i.fa-home.fas:hover{color:#000;}
.header-nav ul.nav > li {
    float: left;
    margin-right: 40px;
    position: relative;
}
.header-nav ul.nav li a {
    font-size: 22px;
    color: #000;
    text-decoration: none;
	text-transform:uppercase;
}
.header-nav ul.nav li .dropdown-menu {
  display: block; 
  opacity: 0;
  -webkit-transition: opacity 500ms, visibility 500ms;
  transition: opacity 500ms, visibility 500ms;
  position: absolute;
  border: none;
  padding: 0 10px 0 0;
  margin-top: 0px;
  z-index: 999;
}
.header-nav ul.nav li:hover .dropdown-menu, .header-nav ul.nav li:focus .dropdown-menu {
    opacity: 1;
    border: 1px solid #9e9e9e;
    border-radius: 0;
    padding: 0;
    margin-top: 0px;
    width: 100%;
	min-width: 13rem;
}
.header-nav ul.nav li ul.dropdown-menu li a {
    font-size: 17px;
    padding: 10px;
    width: 100%;
    display: inline-block;
    margin-left: 1px;
}
.header-nav ul.nav li ul.dropdown-menu li:hover a, .header-nav ul.nav li ul.dropdown-menu li:focus a ,
.header-nav ul.nav li ul.dropdown-menu li a.selected{
  color: #fff;
  background: #E70620;
}
.header-nav ul.nav li ul.dropdown-menu >  li, .header-nav ul.nav li ul.dropdown-menu > li {
    max-height: 0;
    overflow: hidden;
}
.header-nav ul.nav li:hover > ul.dropdown-menu > li{
    max-height: 100%;
}


.top-header-element {
    float: left;
    margin-right: 45px;
}
.top-header-element a, .top-header-element p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    text-decoration: none;
    vertical-align: top;
}

.logo-outer {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    text-align: right;
}
/* Top Header */

/* Dropdown Menu styles */
.header-nav ul.level1 {
    display: inline-block;
    width: 100%;
}
.header-nav ul.level1 li {
    float: left;
    margin-right: 40px;
}
.header-nav ul.level1 li a {
    font-size: 22px;
    color: #000;
    text-decoration: none;
	text-transform:uppercase;
}
/* Dropdown Menu styles */
.frame-type-menu_pages{margin-bottom:30px;}

ul.dailymenu li{display:inline; padding:0px 30px;}
ul.dailymenu li a{font-size:20px;}
ul.dailymenu li a:hover{color:#E70620;}
ul.dailymenu li.active a{text-decoration:underline; font-weight:900;}
.mobile-open{display:none;position:absolute; text-align:center; top:70px; right:15%;left:15%;z-index:5; background:#E70620; color:#fff; border-radius:5px; padding:5px; font-size:90%; }

/* Swiper slider */
.slider-inner-content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background: rgba(252, 180, 28, 0.86);
    height: 400;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 37px 40px 40px 40px;
    color: #fff;
    text-align: center;
    width: 445px;
    margin-bottom: 13%;
}
.slider-outer .swiper-wrapper .swiper-slide img {
    width: 100%;
}
.slider-inner-content h1 {
    font-size: 36px;
    font-family: "montserratbold", sans-serif;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.slider-inner-content .btn-default {
    color: #000;
    background: #fff;
    min-width: 200px;
    font-size: 20px;
    font-family: "rokkittmedium", sans-serif;
    margin-top: 30px;
    border-radius: 9px;
}
.swiper-button-next {
    margin-right: 20px;
}
.swiper-button-prev {
    margin-left: 20px;
}
.swiper-button-next, .swiper-button-prev {
    width: 70px;
    height: 70px;
}
.yellow-bar-outer {
    background: #444;
	color: #fff;
	padding: 20px;
	font-size: 16px;
	border-top: 1px solid #fff;
}
/* Swiper slider */
/* Owl Slider */
/* --- Slider --- */

.owl-carousel .ce-gallery {
  overflow: visible;
}

.owl-carousel .owl-stage-outer {
  width: 100%;
  max-height:1080px;
}

.owl-carousel .owl-item {
  height: 100%;
  max-height: 1000px;
}

.owl-carousel .owl-item img {
  min-width: 100%;
  width: unset;
}

.owl-carousel .frame {
  display: table;
  width: 100%;
}

.owl-carousel header {
  display: table-row;
  height:0;
}

.owl-carousel header h2 {
  display: table-cell;
  padding: 15px;
  line-height: 38px;
}

.owl-carousel .ce-textpic {
  display: table-row;
  background-color: #FCB41C;
  color: #ffffff;
}

.owl-carousel .ce-bodytext {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgba(95, 95, 95, 0.86);
	height: auto;
	width: auto;
	
	max-height: 450px;
	max-width: 445px;
	
	margin: auto;
	padding: 37px 40px 40px 40px;
	color: #fff;
	text-align: center;
} 
.owl-carousel .ce-bodytext p{margin-bottom:30px;}


.owl-carousel .ce-bodytext .teaser-box-more a{color:#000;}
.owl-carousel .ce-center .ce-outer {
    position: relative;
    float: none;
    right: 50%;
}
.owl-carousel .ce-bodytext a {
  color: #ffffff;
}

.owl-carousel .ce-gallery figure {
    margin: 0 auto;
}

.owl-nav {
  -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*='owl-'] {
  height: 70px;
  width: 70px;
  position: absolute;
  top: calc(65% - 30px);
  display: inline-block;
  background-size: cover;
  cursor: pointer;
  opacity: 0.7;
}

.owl-nav [class*='owl-']:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 1;
}

.owl-nav .owl-prev {
  background-image: url('/fileadmin/templates/img/prev-slide.png');
  left: 20px;
}

.owl-nav .owl-next {
  background-image: url('/fileadmin/templates/img/next-slide.png');
  right: 20px;
}

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-controls .owl-buttons div {
  display: none;
}

.owl-theme .owl-controls {
  margin: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
  border: 0px solid black;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-radius: 0px;
  border-left-width: 4px;
  border-top-width: 4px;
  color: transparent;
  display: block;
  height: 30px;
  left: 15px;
  position: absolute;
  top: calc(50% - 15px);
  transform: rotate(-45deg);
  width: 30px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 15px;
  transform: rotate(135deg);
}

.owl-image-outer {
  overflow: hidden;
  width: 100%;
}

.owl-image-inner {
  display: inline-block;
  position: relative;
  right: -50%;
}

.owl-image-inner img {
  left: -50%;
  position: relative;
}
/*.box {
  color: #fff;
  font-size: 16px;
  left: 10%;
  height: 100%;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  top: 120px;
  width: 1140px;
}
*/
/*Parallax-----------------*/
.dce-parallax{overflow:hidden;}
.parallax{
  background-attachment: fixed;
  background-position: center;
  background-size:cover;
  overflow: hidden;
}

.parallax .container{
  position: relative;
  height: 100%;
}

.parallax-content {
  color: #000;
  padding: 15px;
  font-size: 36px;
  background-color: rgba(255,255,255,0.3);
  top:50%;
  transform: translateY(-50%);
  width: 100%;
  position: absolute;
}

.parallax-content h1,
.parallax-content h2 {
  color: inherit;
}

.parallax-desktop{
  display: none;
}

/* Content area */
.yellow-bar-outer p, .yellow-bar-outer a {
    font-size: 16px;
}
.yellow-bar-outer a {
    color: #fff;
}
.content-section {
    padding: 130px 0 90px 0;
    width: 100%;
    display: inline-block;
}
.category-boxes {
    margin-bottom: 120px;
}
.category-boxes, .cat-box-inner-img, .cat-box-inner-img img {
    display: inline-block;
    width: 100%;
}
.frame-teaser-box-inner{margin-bottom:6em;}
.frame-teaser-box-inner .ce-bodytext {
    padding: 45px 0 0 0;
}
.frame-teaser-box-inner .ce-bodytext h2 {
    padding: 0 0 20px 0;
}
.frame-type-shortcut{width:100%; text-align:left;}
 .reservetable{
	max-width: 80% !important;
	font-size: 20px;
	font-family: "rokkittmedium", sans-serif;
	margin: 0;
	border-radius: 9px;
	border: none;
	text-align: left !important;
	height: 50px;
	padding: 14px 0 0 20px;
	background: rgba(255,255,255,1);
	margin-top:65px;
	color:#FCB41C;
}
.reservetable .far{margin-right:10px;}
.reservetable a{color:#212529;}
.reservetable a:hover{color:#FCB41C;}
.teaser-box-more {
    background: #E70620;
    max-width: 60% !important;
    font-size: 20px;
    font-family: "rokkittmedium", sans-serif;
    margin: 30px auto 0 auto;
    border-radius: 9px;
    border:none;
	text-align: center !important;
	height: 50px;
    padding: 8px 0 0 0;
}
.teaser-box-more a{color:#fff;padding:10px 0; }
/* Content area */


/* Footer Styles */
footer {
    margin-top: 2px;
    background: #777;
    color: #fff;
    padding: 35px 0 10px 0;
}

footer p, table td{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

ul.footer-nav {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
footer a {
    color: #fff;
    font-family: "rokkittregular", sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}
footer a:hover{color:#000; text-decoration:none;}
.footer-ticket {
    display: inline-block;
    margin-top: 60px;
}
.footer-ticket .btn-default {
    background: #fff;
    min-width: 255px;
    border-radius: 9px;
    text-decoration: none;
    color: #fcb41c;
    font-size: 20px;
}