#rexx-offline-404-frontend-msg {
	display: none
}
.foo {
	background: yellow
}


@font-face {
  font-family: 'KlinicSlabMedium';
  src:  url('../fonts/KlinicSlabMedium.otf') format('truetype');
  font-weight: normal;
  font-style:normal;
    font-display: swap;
}

@font-face {
  font-family: 'VentiCF-Light';
  src:  url('../fonts/VentiCF-Light.ttf') format('truetype');
  font-weight: normal;
  font-style:normal;
    font-display: swap;
}




/*@font-face {
	font-family: 'Minion Pro';
	src: url('../fonts/MinionPro-Regular.woff2') format('woff2'), url('../fonts/MinionPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal
}*/
.font-serif-title {
	font-family: 'KlinicSlabMedium';
	font-weight: normal;
	font-style: normal
}
.font-serif-text {
	font-family: 'KlinicSlabMedium';
	font-weight: normal;
	font-style: normal
}
.arrow-right {
	content: url('../img/arrow_black.svg');
	width: 12px;
	height: 12px;
	margin-left: 2px;
	position: absolute;
	z-index: 1;
	line-height: .8
}
.page-content-col--bw .page-content-col a:after {
	content: url('../img/arrow_white.svg')
}
.content-light {
	color: #171717;
	background: #FFF
}
.content-light a {
	color: #171717;
	transition: .3s ease-in-out
}
.content-dark {
	color: #FFF;
	background: #171717
}
.content-dark a {
	color: #FFF;
	transition: .3s ease-in-out
}
.easing-standard {
	transition: .3s ease-in-out
}
body#body-intro #page-intro {
	transform: translateY(0);
	position: absolute;
	top: -200px;
	z-index: 900
}
body#body-intro #masthead {
	transform: translateY(40px);
	opacity: 0
}
body#body-intro #page {
	transform: translateY(100%);
	position: relative;
	z-index: 10
}
#page-intro {
	display: table;
	width: 100%;
	height: 100%
}
.intro-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
#page-intro span img {
	max-height: 80px
}
#page-intro span {
	padding: 20px 0;
	display: block;
	font-size: 56px;
	font-family: 'KlinicSlabMedium';
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase
}
#page-intro .title--top {
	transform: translateY(40px);
	opacity: 0;
	position: relative;
	z-index: 10
}
#page-intro .title--bottom {
	transform: translateY(-40px);
	opacity: 0;
	position: relative;
	z-index: 10
}
#page-intro #image {
	transform: scale(.8);
	opacity: 0;
	position: relative;
	z-index: 1;
	max-width: 50vw
}
img#mobile {
	display: none;
	background: #f2f2f2
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html, body, #page, .page-content {
	width: 100%;
	height: 100%
}
#page {
	padding-top: 96px
}
body {
	font-family: 'KlinicSlabMedium';
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
	letter-spacing: 2px
}
h1, h2, h3, h4 {
	font-family: 'KlinicSlabMedium';
	font-weight: normal;
	font-style: normal
}
h1 a, h2 a, h3 a, h4 a {
	color: #171717
}
h2 {
	margin: 0 0 10px;
	line-height: 1.2
}
.block h1 {
	text-align: center;
	margin: 20px 0 80px;
	font-size: 4em
}
p {
	margin: 0 0 40px;
	line-height: 1.3
}
a {
	text-decoration: none;
	transition: .3s ease-in-out
}
ul {
	list-style: none
}
.nav-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 20px;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer
}
.nav-icon:hover {
	cursor: pointer
}
.nav-icon span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #000;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out
}
.nav-icon span:nth-child(1) {
	top: 0
}
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
	top: 10px
}
.nav-icon span:nth-child(4) {
	top: 20px
}
#btn__menu {
	position: absolute;
	z-index: 99999999999;
	top: 35px;
	right: 20px;
	color: #000;
	-webkit-user-select: none;
	user-select: none
}
#btn__menu span {
	transition: .3s ease-in-out
}
#btn__menu .btn--open {
	opacity: 1;
	display: block
}
#btn__menu .btn--close {
	opacity: 0;
	display: none
}
body.navigation--open nav {
	top: 98px;
	height: calc(100vh - 98px)
}
body.navigation--open nav ul {
	max-height: 100%;
	display: table-cell;
	transform: translate3d(0, 0, 0)
}
body.navigation--open nav ul li a {
	border-bottom: 2px solid #171717
}
body.navigation--open nav ul li a:hover {
	border-bottom: 2px solid #FFF
}
body.navigation--open .nav-icon span:nth-child(1) {
	top: 10px;
	width: 0;
	left: 50%;
	background: blue
}
body.navigation--open .nav-icon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
body.navigation--open .nav-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9px
}
body.navigation--open .nav-icon span:nth-child(4) {
	top: 10px;
	width: 0;
	left: 50%
}
#masthead {
	position: fixed;
	z-index: 999;
	width: 100%;
	text-align: center;
	display: block;
	background: #FFF;
	border-bottom: 1px solid #000;
	transform: translateX(0)
}
#masthead h1 {
	margin: 0 auto;
	font-size: 1em;
	padding: 5px 0;
	color: #171717;
	letter-spacing: 4px;
	text-transform: uppercase;
	width: 50%
}
#masthead h1 a {
	width: 50%
}
#masthead h1 img {
	height: 100px;
	max-width: 50%
}
nav {
	width: 100%;
	height: 93px;
	background: #171717;
	display: table;
	border-bottom: 1px solid #171717;
	transition: .3s ease-in-out;
	position: fixed;
	z-index: 40;
	top: -200vh;
	z-index: 800;
	font-size: .8em
}
nav ul {
	position: static;
	z-index: 100;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	max-height: 1px;
	transform: translate3d(0, -100vh, 0);
	transition: .3s ease-in-out;
	font-size: .8em
}
nav ul li {
	padding: 10px 0;
	width: 100%
}
nav ul li:nth-child(6) nav ul li:nth-child(7), nav ul li:last-child {
	display: none;
	background: #000
}
nav ul li a {
	font-family: 'KlinicSlabMedium';
	font-weight: normal;
	font-style: normal;
	font-size: 4em;
	color: #FFF;
	letter-spacing: 5px;
	display: inline
}
nav ul li a:hover {
	border-bottom: 2px solid #FFF
}
#page, .page-content {
	width: 100%;
	transform: translate3d(0, 0, 0)
}
#page {
	flex-direction: column
}
.gradient {
	width: 1px;
	height: 1px
}
.page-content {
	overflow: hidden
}
.page-content.page-content-col--wb .page-content-col:first-child {
	color: #171717;
	background: #FFF
}
.page-content.page-content-col--wb .page-content-col:first-child a {
	color: #171717;
	transition: .3s ease-in-out
}
.page-content.page-content-col--wb .page-content-col:nth-child(2) {
	color: #FFF;
	background: #171717
}
.page-content.page-content-col--wb .page-content-col:nth-child(2) a {
	color: #FFF;
	transition: .3s ease-in-out
}
.page-content.page-content-col--bw .page-content-col:first-child {
	color: #FFF;
	background: #171717
}
.page-content.page-content-col--bw .page-content-col:first-child a {
	color: #FFF;
	transition: .3s ease-in-out
}
.page-content-col {
	width: 50%;
	float: left;
	height: 100%;
	color: #171717;
	background: #FFF
}
.page-content-col a {
	padding-right: 17px
}
.page-content-col a:after {
	content: url('../img/arrow_black.svg');
	width: 12px;
	height: 12px;
	margin-left: 2px;
	position: absolute;
	z-index: 1;
	line-height: .8
}
.page-content-col a {
	color: #171717;
	transition: .3s ease-in-out
}
.page-content-col:first-child {
	padding: 20px 40px
}
.page-content-col.scroll {
	overflow-y: scroll
}
ul.opening-hours li {
	display: flex
}
ul.opening-hours li span {
	float: left
}
ul.opening-hours li span.opening-days {
	width: 30%
}
ul.opening-hours li span.opening-hours {
	width: 70%;
	margin: 0 0 5px
}
.block.block--quote {
	display: table;
	width: 100%;
	height: 100%
}
.block.block--quote blockquote {
	line-height: 1.1;
	padding: 40px;
	font-size: 3em;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	letter-spacing: 2px
}
.block.block--quote blockquote small {
	font-size: 1.5rem;
	display: block
}
.block.block--text-2col {
	display: flex
}
.block.block--text-2col .col {
	flex: 1
}
.swiper-container {
	width: 100%;
	height: 100%
}
.swiper-container.hide--pagination .swiper-pagination {
	display: none
}
.swiper-slide {
	height: 100vh;
	width: 100% !important;
	background-size: cover;
	background-position: center center !important
}
.swiper-slide.swiper--mobile {
	display: none
}
.swiper-pagination {
	top: 80%
}
.swiper-pagination-bullet-active {
	background: #000
}

.logo_home {
    max-width: 70%;
    height: auto;
    margin: 0px 15%;
}

p.dev{
	font-size: 12px!important;
}

@media screen and (max-width:1410px) {
	.block.block--text-2col {
		display: block
	}
}
@media screen and (max-width:1126px) {
	html, body, #page, .page-content {
		height: auto
	}
	#page, .page-content {
		display: block
	}
	#page .page-content-col, .page-content .page-content-col {
		width: 100%;
		min-height: 90vh
	}
	#page .page-content-col:first-child, .page-content .page-content-col:first-child {
		overflow-y: auto
	}
	.page-content {
		overflow: auto
	}
	.block.block--text-2col {
		display: block
	}
	#page {
		padding-top: 140px;
	}
	#masthead h1 {
		padding: 20px 0;
		line-height: 0
	}
	#masthead h1 img {
		max-width: 100%
	}
	nav ul li a {
		font-size: 2em;
		letter-spacing: 3px
	}
	body.navigation--open nav {
		top: 0;
		height: 100vh
	}
	.block.block--quote blockquote {
		font-size: 1.2em
	}
	.block.block--quote blockquote small {
		margin: 10px 0 0;
		font-size: .6em
	}
	.block h1 {
		margin: 20px 0 30px;
		font-size: 2em
	}
	.block h2 {
		font-size: 1.2em
	}
	.block p, .block ul li {
		font-size: .75em
	}
	.page-content-col:first-child {
		padding: 20px
	}
	#page-intro span {
		padding: 20px
	}
	#page-intro span img {
		height: 40px;
		width: auto
	}
	body.page-5 img#mobile {
		display: block;
		width: 100%
	}
	body.page-5 #page .page-content-col, body.page-5 .page-content .page-content-col {
		min-height: auto;
		line-height: 1
	}
	body.page-5 .swiper-container {
		display: none
	}
	body.page-4 #page .swiper-slide {
		background-size: contain;
		background-repeat: no-repeat
	}
}