@font-face {
  font-family: Rajdhani-Regular;
  src: url("../fonts/Rajdhani-Regular.ttf");
}
@font-face {
  font-family: Rajdhani-SemiBold;
  src: url("../fonts/Rajdhani-SemiBold.ttf");
}
@font-face {
  font-family: Rajdhani-Bold;
  src: url("../fonts/Rajdhani-Bold.ttf");
}
html body{
	padding : 0;
	margin : 0;
	font-family : Rajdhani-Regular;
}
a{
	color: white;
	text-decoration : none;
}
a:hover{
	/*text-decoration : underline;*/
}
footer{
	color:white;
	background-color:black;
	font-size : 1rem;
	text-align : center;
	padding : 4rem 0;
}
footer > p{
	padding : 0;
	margin : 0
}
.header{
	width : 100%;
}
.header > .strip{
	font-family: Open Sans Flex,Open-Sans-Flex-Fallback,sans-serif !important;
	letter-spacing: 0;
	font-style: normal;
	font-weight: 550;
	background-color : #000;
	color: white !important;
	font-size: .8125rem;
}
.strip-logo{
	display:inline-block;
}
.strip-call{
	display:inline-block;
}
.strip span{
	margin-left : 0.3rem;
}
.phone{
	text-decoration : none;
	transition-timing-function: ease-in !important;
	transition: text-decoration 200ms !important;
}
.phone:hover{
	text-decoration : underline;
}
.navigation-logo{
	display:inline-block;
	align-self: center;
}
.navigation{
	background-color : white;
}
.navigation-title{
	font-family: Rajdhani-Regular;
	display:inline-block;
	font-style: normal;
	font-weight: 400;
	align-self: center;
	margin:0;
	padding:0;
}

.navigation-map{
	display:inline-block;
	font-family: Rajdhani-Regular;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	align-self: center;
}

@media screen and (orientation: portrait){
	.navigation-title{
		font-size: 4.5rem;
	}
	.navigation-img{
		width : 12rem;
	}
	.navigation-menu{
		position : fixed;
		height : 120%;
		top : 0;
		right : 0;
		z-index : 1001;
		background-color : black;
		display : none;
		color : white !important;
		margin: 0;
		padding: 0 2rem;
	}
	.navigation-menu > li{
		color : black !important;
		text-transform : uppercase;
		margin-bottom : 3rem;
	}
	.navigation-menu-button{
		display : inline-block;
		width : 10rem;
	}
	.navigation-menu > li > a{
		font-weight : bold;
		font-size : 5rem;
		color : white !important;
		text-transform : uppercase;
		transition-timing-function: ease-in;
		transition: text-shadow 100ms;
	}
	
	.content-title-main{
		font-size : 10rem; 
	}
	.content-title-sub{
		font-size : 3rem; 
	}
	
	.description-top p{
		font-size: 4rem;
	}
	
	.description-bottom{
		font-size: 3..5rem;
		text-align : justify;
	}
	.only-landscape{
		display : none;
	}
	.narrow-wrapper{
		width : 90%;
		margin : auto;
	}
	
	.inner-wrapper{
		width : 90%;
		margin : auto;
	}
	.section-title{
		font-size:5rem;
	}
	.gallery-grid{
	width : 100%;
	padding-bottom : 3rem;
	grid-template-columns: 1fr;
	grid-template-rows: 30rem 30rem 30rem;
	grid-template-areas:
    '.'
    '.'
	'.';
	}
	.gallery-image-caption{
		position: absolute;
		bottom: 0;
		font-size: 3rem;
		text-align : center;
		padding : 1rem 5%;
		margin : auto;
		width : 90%;
		background : rgba(0,0,0,0.3); 
	}
	.offers-grid{
	grid-auto-columns: minmax(0, 1fr);
	padding-bottom : 3rem;
	grid-template-areas:
    '.'
    '.'
    '.'
    '.'
    '.'
    '.';
	}
	.grid-element-title span{
		font-size : 4rem;
	}
	.grid-element-title img{
		width: 8rem;
		margin-right : 1rem;
	}
	.grid-element-description{
		line-height : 2rem;
		font-size : 1.8rem;
	}
	.contact-section{
		flex-direction: column-reverse;
	}
	
	.contact-maps{
		width : 100%;
		height : 32rem;
		margin : 0 2rem 3rem 0;
	}
	.contact-info > h2{
	margin-bottom: 1rem;
	font-size : 4.5rem;
	}
	.contact-info > h3{
		padding : 0;
		margin: 0.3rem;
		font-size : 3.5rem;
	}
	.slider{
		height : 50rem;
	}
	.sticky {
	  position: fixed;
	  top: 0;
	  width: 100%;
	  z-index : 10000;
	}
	.sticky > .wrapper > .flex-box > .flex-box >.navigation-title{
		font-size : 4rem;
	}
	.sticky > .wrapper > .flex-box > .flex-box >.navigation-logo > .navigation-img{
		width : 6rem;
	}
	.emergency-call{
		display:block;
		font-size : 5rem;
		position:fixed;
		width : 100%;
		padding : 0 0.4rem 0.3rem 0.4rem;
		bottom : 0;
		color : white;
		background-color : black;
	}
	
	.emergency-call-flap{
		bottom : 50%;
		right : -0.1rem;
		border-radius : 5px;
		font-size : 5rem;
		padding : 3.5rem 1rem;
	}
	#cookies{
		font-size:3rem;
		width : 100%;
		bottom: 0;
		left : 0;
	}
	#cookies-text{
		width : 70%;
	}
	.cookies-button{
		margin-top : 1rem;
	}
}
@media screen and (orientation: landscape){
	.navigation-title{
		font-size: 2rem;
	}
	.navigation-img{
		width : 6rem;
	}
	.navigation-menu{
		display:inline-block;
		list-style-type: none;
	}
	.navigation-menu > li{
		color : black !important;
		display : inline-block;
		text-transform : uppercase;
	}
	.navigation-menu-button{
		display : none;
	}
	.navigation-menu > li > a{
	font-size : 1.3rem;
	color : black !important;
	text-transform : uppercase;
	transition-timing-function: ease-in;
	transition: text-shadow 100ms;
	}
	
	.content-title-main{
		font-size : 5rem; 
	}
	.content-title-sub{
		font-size : 1.4rem; 
	}
	.description-top p{
		font-size: 2rem;
	}
	.description-bottom{
		font-size: 2rem;
	}
	.wrapper{
		width : 80%;
	}
	.inner-wrapper{
		max-width : 60%;
		width : 80%;
		margin : auto;
	}
	.narrow-wrapper{
		max-width : 50%;
		width : 80%;
		margin : auto;
	}
	.section-title{
		font-size:2.8rem;
	}
	.gallery-grid{
	width : 100%;
	padding-bottom : 3rem;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 30rem 30rem 30rem;
	grid-template-areas:
    '. .'
    '. .'
	'. .';
}
	.gallery-image-caption{
		position: absolute;
		bottom: 0;
		font-size: 1.1rem;
		text-align : center;
		padding : 1rem 5%;
		margin : auto;
		width : 90%;
		background : rgba(0,0,0,0.3); 
	}
	.offers-grid{
	grid-auto-columns: minmax(0, 1fr);
	padding-bottom : 3rem;
	grid-template-areas:
    '. . .'
    '. . .';
	}
	
	.grid-element-title span{
		font-size : 1.5rem;
	}
	.grid-element-title img{
		width: 3rem;
	}
	.grid-element-description{
		line-height : 1.8rem;
		font-size : 1.2rem;
	}
	.contact-maps{
	width : 35rem;
	height : 16rem;
	margin : 0 2rem 3rem 0;
	}
	.contact-info > h2{
	margin-bottom: 1rem;
	font-size : 2rem;
	}
	.contact-info > h3{
		padding : 0;
		margin: 0.3rem;
		font-size : 1.3rem;
	}
	.slider{
		height : 25rem;
	}
	
	.emergency-call{
		display:none;
	}
	.emergency-call-flap{
		bottom : 50%;
		right : -0.1rem;
		border-radius : 5px;
		font-size : 1.5rem;
		padding : 2.8rem 0.2rem;
	}
	#cookies{
		font-size:1.5rem;
		display:inline-block;
		width : 17rem;
		padding: 1rem;
		bottom: 0;
		left : 1rem;
		border-radius : 6px;
	}
	#cookies-text{
		width : 100%;
	}
	#cookies-buttons-wrapper{
		width : 100%;
	}
	.cookies-button{
		display:inline-block;
	}
}
.navigation-menu-button:hover{
	cursor:pointer;
}

.navigation-menu > li > a:hover{
	text-shadow: 0.5px 0 0 currentColor;
}
.navigation-menu > li > a:focus {
	text-shadow: 0.5px 0 0 currentColor;
}


.content-title{
	color:white;
}
.content-title-texts{
	position:relative;
	height:100%;
}
.content-title-texts-inner{
	position : absolute;
	display:inline-block;
	z-index:1000;
	top:25%;
}
.content-title-main{
	font-family: Rajdhani-Bold;
	margin-bottom : 1rem;
	background : rgba(0,0,0,0.6); 
	display:inline-block;
	padding : 0.6rem;
}
.content-title-sub{
	font-family: Rajdhani-SemiBold;
	display:inline-block;
}
.content-title-sub > span{
	background : rgba(0,0,0,0.6); 
	padding : 0.4rem;
}
.description{
	background-color : #393939;
	color : white;
	padding:6rem 0;
}
.description-top{
	font-family: Rajdhani-Regular;
	border-left-width: 3px; 
	border-left-style: solid; 
	border-color : hsla(0,0%,100%,.25);
	padding:0.1rem 0!important;
	margin-top : 0;
	color : rgba(255, 255, 255, 0.85);
	font-style : italic;
}
.description-top p{
	font-family: Rajdhani-Regular;
	border-left-width: 3px; 
	border-left-style: solid; 
	border-color : hsla(0,0%,100%,.25);
	padding-left:1rem !important; 
	margin: 0.5rem 1rem !important;
}
.description-bottom{
	font-family: Rajdhani-Regular;
}
.offers{
}
.offers-title{
}

.gallery{
}
.gallery-title{
}

.gallery-image{
	width : 100%;
	height : 100%;
	transition-timing-function: ease-in;
	opacity : 1;
	background-size: cover; 
	background-position: center;
	transition: opacity 300ms;
}
.gallery-image:hover{
	opacity : 0.8;
	cursor:pointer;
}
.gallery-image-wrapper{
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.contact{
	padding:3rem 0;
}
.contact-title{
	
}
.contact-section{
	justify-content:flex-start !important;
}
.contact-info{
	justify-content:flex-start !important;
	align-self:flex-start !important;
}
.contact-info > h2{
	padding : 0;
	margin:0;
	margin-bottom: 1rem;
	font-family: Rajdhani-SemiBold;
}
.contact-info > h3{
	padding : 0;
	margin: 0.3rem;
	font-family: Rajdhani-Regular;
	font-weight : 300;
	color: #666;
}
.contact-info > h3 > a{
	color : #666 !important;
}
.contact-maps iframe{
	width : 100%;
	height : 100%;
}
.social{
	text-align: center;
}
.emergency-call{
	
		font-size : 5rem;
		position:fixed;
		width : 100%;
		padding : 0 0.4rem 0.3rem 0.4rem;
		bottom : 0;
	background-color : #24ab43;/*#d42215;*/
	color : white;
	border-radius : 5px;
}
.emergency-call > a{
	text-align : center;
}
.emergency-call > a > div{
	overflow:hidden;
	padding : 1rem 0.5rem;
	text-align : center;
}
.emergency-call > a > div > .fa{
	margin-right : 0.5rem;
}
.emergency-call-flap{
	/*z-index : -1;*/
	position:fixed;
	background-color : #24ab43;
	color:white;
	border : 2px solid black;
	display:none;
}
.emergency-call-flap:hover{
	cursor:pointer;
}
.close-button:hover{
	cursor:pointer;
}
.wrapper{
	margin : auto;
}

.grid{
	display: grid;
	gap: 3rem;
}
.flex-box{
	padding: 10px 0;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-self: center;
}
.flex-vertical{
	flex-shrink: 0;
	flex-wrap: wrap;
	flex-direction : column;
	justify-content: center;
}

.grid-element{
	
}
.grid-element-title{
	display:flex;
	flex-wrap: nowrap;
	margin-bottom : 1rem;
	/*justify-content: space-between;*/
}
.grid-element-title span{
	font-family: Rajdhani-SemiBold;
	align-self: center;
}
.grid-element-title img{
	align-self: center;
	margin-right : 1rem;
}
.grid-element-description{
	line-height : 1.8rem;
	text-align :  justify;
	color: #666;
}
.image-wrapper{
	
	position:absolute;
	overflow:hidden;
}
.image-inner-wrapper{
	position:relative;
	left:-50;
	top:-50;
}
.section-title{
	padding-top : 0;
	margin-top : 0;
	text-align:center;
	font-family: Rajdhani-SemiBold;
}
.section-block{
	border-bottom : solid 1px black;
	padding : 3rem 0;
}
.fb-page{
	position:absolute;
	left : 0;
	top : 0;
}
#cookies{
	box-shadow: 0px 0px 15px 20px rgba(0,0,0,0.18);
	z-index : 10000;
	position : fixed;
	background-color: #4d4d4d;
	justify-content : center;
}
#cookies-text {
	color: white;
	text-align:center;
}
#accept {
	background-color : #1a7d31;
	border : 1.2px solid #1a7d31;
	color : white;
	padding: 0.2rem 0.8rem;
	margin-left: 1rem;
	border-radius : 4px;
}
#accept:hover {
	cursor : pointer;
	border : 1.2px solid #1a7d31;
	color : #1a7d31;
	background-color : white;
}
#decline {
	background-color : #ab2824;
	border : 1.2px solid #ab2824;
	color : white;
	padding: 0.2rem 0.8rem;
	margin-left: 1rem;
	border-radius : 4px;
	
}
#decline:hover {
	cursor : pointer;
	border : 1.2px solid #ab2824;
	color : #ab2824 !important;
	background-color : white;
}
#decline > a:hover {
	color : #ab2824 !important;
}
#cookies-open:hover{
	cursor : pointer;
	text-decoration:underline;
}
