:root {
	--mb-bar-height: 2px;
	--mb-bar-spacing: 7px;
	--mb-button-size: 40px;
}

*, ::before, ::after {
    margin: 0;
    padding: 0;
}
body {
	font: 300 14px/1.625 'Lora', serif;
	font-synthesis: none;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #000;
	color: #979268; /*#979268;*/
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}

strong {
	color: #C48F65;
}

.caret {
	display: none;
}

#top-bar,
.header-container,
.header .navbar-nav .submenu > ul {
	color: #fff;
	background-color: #0f0f1a;
}

a {
	text-decoration: none;
	color: #C48F65;
	transition: all 0.25s ease;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

.center {
	margin: 0 auto;
}

.header-info i {
    margin-right: 5px;
}

.invisible,
.visually-hidden {
	display: none;
	visibility: hidden;
}

#wrapper > #container {
	overflow: hidden;
	padding-top: 60px;
}

#header {
	z-index: 100;
	position: fixed;
}





/***** SECTIONS *****/
#kitchens {
    margin-bottom: 110px;
    position: relative;
}
#kontaktdetails {
	margin-top: 65px;
}


/* PATTERNS --- TYPOGRAPHY
   ========================================================================== */
.font-heading {
	text-transform: uppercase;	
}
.font-heading, #footer h2 {
	font-family: 'Cinzel', serif;
}
.font-title, th {
	font-family: 'Cinzel', serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.2;
}
h1 {
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
}
h2 {
	font-size: 32px;
	font-weight: normal;
	color: #C48F65; /*#D1A054;*/
}
h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #C48F65;
	margin-bottom: 0;
}
h4 {
	font-size: 16px;
	line-height: 26px;
}
h5 {
	font-size: 14px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;	
}
h2 a {
	text-decoration: none;
}
p, ul, ol, blockquote, address, pre, dl {
	line-height: 1.72;
    margin-bottom: 24px;	
}
.ce_image {
	margin-bottom: 24px;
}
dl dt {
	font-weight: bold;
}
.color-tr {
	color: #fff;
}
ol, ul {
	margin-left: 14px;
}


/* TOP BAR
   ========================================================================== */
#top-bar {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	font-size: 12px;
	letter-spacing: 0.5px;
	z-index: 10;
	line-height: 35px;
}
#top-bar .social {
	float: right;	
}
#top-bar .social a {
	text-decoration: none;
	width: 25px;
	text-align: center;
	opacity: 0.8;
}
#top-bar .social .fab {
	font-size: 15px;
}
#top-bar .info {
	margin: 0;
}
#top-bar .header-info {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
}
#top-bar .header-info li {
	display: inline-block;
	margin-right: 30px;
}
#top-bar .header-info a {
	color: #fff;
}
#top-bar .info li:before {
	margin-right: 5px;
}
#top-bar .mod_customnav ul, 
.additional-links {
	float: right;
	margin: 0;
	line-height: inherit;
}
#top-bar .mod_customnav ul li, 
.additional-links li {
	float: left;
	padding: 0 10px;
    list-style: none;	
}
#top-bar .mod_customnav ul li a,
.additional-links a {
	display: inline-block;
}
#top-bar a {
	color: #fff;
}
#top-bar a:hover,
#top-bar .current-menu-item a {
	color: #C48F65; /*#D1A054;*/
}


/* PAGE SECTION --- HEADER
   ========================================================================== */
#page-header {
	/*min-height: 510px;*/
	/*height: 65vmin;*/
	height: 661px;
	position: relative;
	background-attachment: fixed;
	background-position: 50%;
	background-color: #111;
	-webkit-background-size: cover;
	background-size: cover;
}
#page-header::after,
#slider::after {
	left: 0;
	content: '';
	width: 100%;
	height: 7px;
	position: absolute;
	background-image: url(../images/torn-papper.png);
	z-index: 10;
	bottom: 0px;
}
#slider::after {
	bottom: 0;
}
#page-header .table-cell {
    /*display: table-cell;
    vertical-align: middle;*/
    text-align: center;
    z-index: 99;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    
    left: 0; /*50%;*/
    /*margin-left: -475px;*/
    margin-top: 25px;
    
    width: 100%;
}
#page-header .info {
    /*width: 950px;
    padding: 50px;*/
    
    margin: 0 auto;
    padding: 50px 0;
}
#page-header h1 {
	font-size: 52px;	
    z-index: 99;
    text-shadow: rgb(0, 0, 0) -3.76667px -0.0333333px 2.82511px;
}
#page-header .description {
    margin-bottom: 25px;	
    z-index: 99;
    text-shadow: 0 0 1px #000;
    color: #fff;
    font-size: 17px;
}
#page-title {
    background-image: linear-gradient(to top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.05) 100%);
    border-bottom: 1px solid rgba(127,127,127,0.15);
	text-transform: uppercase;	
	position: relative;
	z-index: 99;
}
#page-title h1 {
	line-height: 90px;
	margin: 0;	
}
.shortcode-slider {
	position: relative;
}

#slider {
	position: relative;
	height: 661px;
	overflow: hidden;
}
.mod_rocksolid_slider video {
	object-fit: cover;
	width: 100vw;
	height: 661px;
}

/* OPACITY - DIM
   ========================================================================== */
.shading {
	background-color: #000;
	position: absolute;	
	width: 100%;
	height: 100%;
	top: 0 !important;
	left: 0 !important;
	z-index: 98;
}
.opacity-1 { opacity: 0.25 }
.opacity-2 { opacity: 0.5  }
.opacity-3 { opacity: 0.75 }
.gradient { background: linear-gradient(to top, rgba(0,0,0,0.15) 75%,rgba(0,0,0,0.8) 100%) }
.radial { background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%) }
.none { display: none; }

.header-placeholder {
	height: 140px;
}


.divimage {
	height: 100%; /*140%*/
	width: 100%;
	/*background-size: 100%;*/
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* TRANSPARENT / STICKY
   ========================================================================== */

.sticky {
	width: 100%;
	top: 0;
	position: -webkit-sticky;
	position: sticky;
}
.sticky-tr {
	position: fixed;
	width: 100%;	
	top: 0;	
}
.boxed .sticky-tr {
	width: 70%;
	margin: 0 auto;
}
.sticky-tr .header-v2 {
	transition: none;
	position: relative;
}
.header-container {
	z-index: 20;
	box-shadow: 0 0px 5px rgba(0,0,0,0.5);			
}
.transparent-header {
	box-shadow: none;	
    background: none !important;	
}
.header-container {
	transition: all 0.25s linear;
}




/* SECTION --- NAVIGATION
   ========================================================================== */
.navbar {
   margin-bottom: 0;
   padding: 0;
}
.nav-link {
	padding: 0;
}
.navbar-default .navbar-brand {
   width: 306px;
   margin: 0;
}
.navbar-default .nav > li > a {
   	color: #fff;
}
.navbar-default .nav > li > a:hover,
.header .nav li > a:hover,
.header .nav li ul li a:hover,
.header .nav li > strong:hover {
	color: #C48F65; /*#D1A054;*/
}
.header .nav li.active > a, 
.header .nav li.active > a:focus, 
.header .nav li.active > a:hover,
.header .nav li.active > strong, 
.header .nav li.active > strong:focus, 
.header .nav li.active > strong:hover,
.header .nav li.trail > a, 
.header .nav li.trail > a:focus, 
.header .nav li.trail > a:hover {
	background: none;
	color: #C48F65; /*#D1A054;*/
}
.navbar-default .collapse {
	padding-right: 5px;
}
.header .nav .center {
	position: relative;
}
.header .nav li {
	list-style: none;
}
.header .nav {
	float: right;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	line-height: 80px;
}
.header .nav a {
	text-decoration: none;
}
.header .nav > li {
	display: inline-block;
	position: relative;
}
.header .nav li {
	position: relative;
}
.header .nav li > a,
.header .nav li > strong {
	display: inline-block;
	color: #fff;
	padding: 0 15px; /*0 20px;*/
}
.header .nav li:last-child > a {
	padding: 0;
}

.header .nav li .dropdown-menu {
	text-transform: none;
	box-shadow: 0 3px 5px rgba(0,0,0,0.4);	
	position: absolute;
	top: 100px;
	opacity: 0;
	visibility: hidden;	
	transition: all 0.25s linear;
	text-align: left;
	border-top: 2px solid #C48F65;
	min-width: auto;
	padding: 0;
	background-color: #0f0f1a;
	color: #fff;
}

.header .nav li:hover .dropdown-menu {
	top: 80px;
	opacity: 1;
	visibility: visible;
	display: block;
}

.header .nav li .dropdown-menu li a {
	padding: 10px 30px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(255,255,255,0.05);
	min-width: 200px;
	line-height: 20px;
	white-space: nowrap;
	color: #fff;
}

.dropdown-item {
	color: #fff;
	line-height: 20px;
	padding: 10px 30px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(255,255,255,0.05);
	min-width: 200px;
	font-size: 13px;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active, 
.dropdown-item:active {
  color: #C48F65;
  text-decoration: none;
  background-color: #0f0f1a;
}

.dropdown-toggle:after,
.header .nav .submenu > a:after {
	margin-left: 5px;	
}


.navbar-default {
	background: none;
	border: none;
}
.navbar-brand {
    height: 80px;
    padding: 24px 0px;
    line-height: 80px;
    margin: 0;
}



.ce_gallery .thumbnail {
	border: 0;
	border-radius: 0;
}
.ce_gallery .thumbnail a {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	display: block;
	overflow: hidden;	
	position: relative;
}
.ce_gallery .thumbnail img {
    width: 100%;
    transition: all 5s linear;
}
.ce_gallery .thumbnail a:hover img {
    transform: scale(1.1);
}


.ce_hyperlink,
.content-hyperlink,
.submit {
	text-align: center;
	z-index: 101;
}
.ce_hyperlink a,
.content-hyperlink a,
.submit {
	line-height: 45px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 0 25px;
	text-transform: uppercase;
	text-align: center;
	background-color: #C48F65;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
	border: 0;
	border-radius: 0;
	min-width: 214px;
}
.ce_hyperlink a:hover,
.content-hyperlink a:hover,
.submit:hover {
	background-color: #333;
	color: #fff;
}
#slider .ce_hyperlink a,
#slider .content-hyperlink a {
	background-color: transparent;
	border: 1px solid #fff;
	padding: 0 65px;
}
#slider .ce_hyperlink a:hover,
#slider .content-hyperlink a:hover {
	color: #C48F65;
	border-color: #C48F65;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}



#promo-1 {
	min-height: 470px;
}
#promo-2 {
	min-height: 330px;
}
.swiper-wrapper .details {
    max-width: 900px;
	margin: 74px auto;
	position: relative;
	text-align: center;
	z-index: 10;
	padding: 15px 35px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.4);
	font-size: 16px;
	opacity: 0.95;
	background-color: #fff;
}
#promo-1 h2,
#promo-2 h2 {
    font-size: 34px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.swiper-container-horizontal {
    overflow: hidden;
    position: relative;
}
.swiper .swiper-wrapper li {
    flex-shrink: 0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #444; /*rgba(0,0,0,0.1);*/
    box-shadow: inset 0 1px 1px #777;
    margin: 0 6px;
}
.swiper-pagination-bullet-active {
    background-color: #C48F65;
}
.swiper-pagination {
	bottom: -65px;;
	left: 0;
	width: 100%;
	position: absolute;
	text-align: center;
}
.simple-parallax .divimage {
    position: absolute;
    background-attachment: fixed;
    background-size: cover;
    min-height: 470px;
    background-position: center center;
}

.swiper-cat-prev {
    left: -1px;
}
.swiper-cat-next {
    right: -1px;
}
.swiper-cat-next, .swiper-cat-prev {
    font-size: 24px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 36px;
    height: 90px;
    line-height: 90px;
    z-index: 1;
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    transition: all 0.25s linear;
    margin-top: -45px;
}
.swiper-button-disabled {
    opacity: 0 !important;
}
.swiper-cat-prev::before {
	font-family: "FontAwesome";
    content: "\f0d9";
}
.swiper-cat-next::before {
	font-family: "FontAwesome";
    content: "\f0da";
}
ul#categories-list {
	margin-left: 0;
}



/* RECT ITEM LIST
   ========================================================================== */
.rect-item-list.margin-large {
	overflow: hidden;
}
.rect-item-list {
	margin-bottom: -6%;
}
.rect-item-list li {
	list-style: none;
	padding-bottom: 6%;
}
.rect-item-list.swiper-wrapper {
	margin-bottom: 0;
}
.rect-item-list.swiper-wrapper li {
	padding-bottom: 0;
}

.rect-item-list img {
	transition: all 4s linear;
	width: 100%;
}
.rect-item-list h2 {
	font-size: 20px;
	text-align: center; 
	z-index: 10;
	position: absolute;
	bottom: 30px;
	width: 100%;
	margin: 0;
	text-transform: capitalize;
	padding: 0 20px;
}
.rect-item-list .gradient-to-top {
	transition: all 0.25s ease;	
}
.rect-item-list li a {
	display: block;
	min-height: 100px;
	background-color: #1b2024;
	position: relative;
	overflow: hidden;
}
.rect-item-list li a:hover img {
	transform: perspective(1px) scale(1.1) translateZ(0);
}
.rect-item-list li a:hover .desc {
	visibility: visible;
	transition: all 0.25s ease;	
}
.rect-item-list a:hover .gradient-to-top {
	height: 100%;
}
.rect-item-list li .desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	text-align: center;
	color: #000;
	visibility: hidden;
}
.rect-item-list .gradient-to-top {
	height: 30%;
}
.rect-item-list a:after{
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
	z-index: 11;
	box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}



.slide .ce_text {
	z-index: 100;
	color: #fff;
}
#slider .info-wrap {
    position: relative;
    height: 100%;
    text-align: center;
    z-index: 10;
}
#slider .info {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 20px;
}
#slider h1 {
    line-height: 1;
    font-size: 55px;
    margin: 15px 0;
    letter-spacing: 3px;
    text-transform: none;
    font-family: 'Cinzel', serif;
    text-shadow: rgb(0, 0, 0) -3.76667px -0.0333333px 2.82511px;
}
#slider p {
    letter-spacing: 1.5px;
    font-family: 'Cinzel', serif;
    font-size: 26px;
    line-height: 30px;
    text-shadow: rgb(0, 0, 0) -3.76667px -0.0333333px 2.82511px;
}




.section-title {
    text-align: center;
    margin-bottom: 45px;
    clear: both;
    overflow: hidden;
}
.section-title .subtitle {
    line-height: 1;
    margin-bottom: 7px;
    letter-spacing: 1px;
    font-style: italic;
    color: #C48F65;
}
.section-title .subtitle::before, 
.section-title .subtitle::after {
    content: "";
    padding: 0 5px;
    margin: 0 10px;
    border-bottom: 1px solid;
    position: relative;
    bottom: 9px;
}
.section-title h3 {
    border-width: 1px 0;
    border-style: solid;
    padding: 4px 15px 0;
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
    display: inline-block;
    font-size: 40px;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    color: #fff;
    border-color: #fff;
}







.iconbox {
    background-color: rgba(127,127,127,0.075);
    /*min-height: 206px;
    padding: 60px 30px 30px;*/
    min-height: 240px;
    padding: 40px 30px 0px;
    position: relative;
    border: 1px solid rgba(127,127,127,0.25);
    margin-bottom: 45px;
    
    text-align: center;
}
.iconbox::before {
    content: "";
    border: 1px dashed rgba(127,127,127, 0.25);
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    z-index: -1;
}
.iconbox h3 {
    margin-bottom: 5px;
    font-family: 'Cinzel', serif;
}
.iconbox span.fas,
.iconbox span.far {
    width: 70px;
    font-size: 20px;
    height: 45px;
    line-height: 40px;
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -35px;
    border-radius: 0% 0% 50% 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 1;
    color: #ffffff;
    background-color: #C48F65; /*#D1A054;*/
}


/***** FORM *****/
label {
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    letter-spacing: 0.25px;
    font-weight: 400;
}
legend {
	width: auto;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
	color: #979268;
	border: 0;
	border-bottom: 0;
}
label .mandatory {
	margin-left: 5px;
	color: #ff0000;
}
input[type="text"], input[type="submit"], input[type="search"], textarea {
    -webkit-appearance: none;
}
input, select, textarea {
    font: inherit;
    letter-spacing: 0.25px;
    height: 45px;
    padding: 0 22.5px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
}
textarea {
	height: 110px;
}
.checkbox label, 
.radio label {
	padding-left: 0;
}
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"], 
.radio input[type="radio"], 
.radio-inline input[type="radio"] {
	height: 20px;
	top: 2px;
	margin-top: 0;
}

.form-control { 
    border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	color: #C48F65;
	background-color: rgba(127,127,127,0.075);
	border: 1px solid rgba(127,127,127,0.25);
}
.form-control:focus {
    border-color: #C48F65;
}
.formbody .submit {
	width: 200px;
}
.formbody .widget-submit {
	text-align: center;
}

.timercontainer {
	margin-top: 100px;
	text-align: center;
}


#footer {
	color: #fff;
}
#footer .widget {
    padding: 60px 30px;
    vertical-align: top;
    text-align: center;
}
#footer .bottom-bar-left {
	text-align: left;
}
#footer .bottom-bar-right {
	text-align: right;
}
#footer h4 {
    font-size: 21px;
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: 1px;
    font-family: 'Cinzel', serif;
    color: #C48F65;
}
#footer a {
	color: #C48F65;
}
#footer a:hover {
	color: #fff;
}



.content-gallery ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-left: 0;
}
.content-gallery figure {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 4px;
	background-color: #fff;
}
.content-gallery figure a {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	display: block;
	overflow: hidden;	
	position: relative;
}
.content-gallery figure img {
    width: 100%;
    transition: all 5s linear;
}
.content-gallery figure a:hover img {
    transform: scale(1.1);
}


/***** GENERAL RESPONSIVE *****/
@media (max-width: 479px) {
    .hidden-mobile {
        display:none;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .hidden-mobile_extra {
        display:none
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-tablet {
        display:none
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .hidden-tablet_extra {
        display:none
    }
}
@media (min-width: 1281px) and (max-width: 1540px) {
    .hidden-laptop {
        display:none
    }
}
@media (min-width: 1541px) and (max-width: 99999px) {
    .hidden-desktop {
        display:none
    }
}

/***** MMENU *****/
.mod_mmenu .mm-panels .mm-panel .mm-navbar {
    /*display: none;*/
}
#mm-1 .mm-navbar {
	display: none;
}
.mod_mmenu .mm-navbar .logo img {
    height: 100px;
    width: 100px !important;
    max-width: 100px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mod_mmenu .mm-navbars.mm-navbars--bottom a {
    padding-top: 15px;
}
.mod_mmenu ul li {
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 16px;
}
.mod_mmenu ul > li > a,
.mod_mmenu ul > li > span {
    display: inline-block;
    color: #3e4865;
    text-decoration: none;
}
.mod_mmenu ul > li.active > span,
.mod_mmenu ul > li.trail > a,
.mod_mmenu ul > li:hover > a {
    color: #d88c78;

    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.mod_mmenu ul > li > a.highlight,
.mod_mmenu ul > li > span.highlight {
    font-weight: bold;
}

.mm-wrapper {
    position: initial;
}


.rsts-skin-default .rsts-video-stop {
	display: none;
}