
@font-face {
	font-family: 'Roboto-Black';
	src: url('../font/Roboto-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Domine-Regular';
	src: url('../font/Domine-Regular.ttf') format('truetype');
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0; 
	padding: 0;
	font-family: Domine-Regular;
	font-size: 5.8vw;
	background-color: #E7E4DF;
	/*	background-image: url("../../_temp/template_6.png");
		background-repeat: no-repeat;
		background-position: -56px 1890px;
		background-size: 146%;	*/
}
section {
	width: 100%;
}

/**/

a.domine-link:link {
	color: inherit;
	text-decoration: none;
}
a.domine-link:visited {
	color: inherit;
	text-decoration: none;
}
a.domine-link:hover {
	color: inherit;
	text-decoration: underline;
}
a.roboto-link:link {
	color: inherit;
	text-decoration: none;
}
a.roboto-link:visited {
	color: inherit;
	text-decoration: none;
}
a.roboto-link:hover {
	color: inherit;
	text-decoration: underline;
}

/**/

section.big {
	display: none;
}
footer.big {
	display: none;
}
div.g-home {
	position: fixed;
	top: 0;
	width: 91.6%;
	padding: 4.2%;
	display: flex;
	justify-content: start;
}
div.g-home > a {
	display: block;
	width: 8.5%;
}
div.g-home > a > img {
	width: 100%;
}
nav.mobile-0 {
	position: fixed;
	width: 52%;
	right: 0;
	padding: 4%;
	display: flex;
	justify-content: end;
}
nav.mobile-0 > a {
	display: block;
	width: 6vw;
}
nav.mobile-0 > a > img {
	width: 100%;
}
nav.main-0 {
	display: none;
	position: fixed;
	width: 56%;
	right: 0;
	padding: 2%;
	justify-content: end;
}
nav.main-0 > a {
	display: block;
	width: 2vw;
	padding: 0 0.3vw;
}
nav.main-0 > a > img {
	width: 100%;
}
.dekobox-0 {
	width: 94%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 32.5%;
	/*	background-color: white;	 dev */
	/*	opacity: 0.5;	 dev */
}
.dekobox-0 > img#ab-november-0 {
	width: 89%;
	margin-right: auto;
}
.dekobox-0 > img#logo-0 {
	width: 69.65%;
	transform: translateX(2.5%);
	margin-top: -4.9%
}
.dekobox-0 > button.booking-button-0 {
	width: 65%;
	margin-top: 12%;
	font-family: Roboto-Black;
	border: 3px solid;
	padding: 5% 0;
	text-transform: uppercase;
	letter-spacing: 15%;
	color: #cf0000;
	background-color: transparent;
	cursor: pointer;
}

/**/

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-left {
	display: flex;
	justify-content: start;
	align-items: center;
}
.flex-right {
	display: flex;
	justify-content: end;
	align-items: center;
}
.flex-mixed {
	display: flex;
}

/**/

#mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
/*	height: 100vh;	*/
	background-color: #cf0000;
}
#mobile-menu > div {
	position: absolute;
	display: flex;
	width: 94vw;
	padding: 3vw;
}
#mobile-menu > div#mobile-menu-header {
	justify-content: end;
}
#mobile-menu > div#mobile-menu-content {
/*	height: 100vh;	*/
	justify-content: center;
	align-items: center;
}
#mobile-menu > div#mobile-menu-content > div.my-ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 27vw;
	align-items: center;
}
#mobile-menu > div#mobile-menu-content > div.my-ul a:link {
	color: white;
	text-decoration: none;
}
#mobile-menu > div#mobile-menu-content > div.my-ul a:visited {
	color: white;
	text-decoration: none;
}
#mobile-menu > div#mobile-menu-content > div.my-ul a:hover {
	color: white;
	text-decoration: underline;
}
#mobile-menu > div#mobile-menu-content > div.my-ul > div.my-li {
	
}
#mobile-menu > div#mobile-menu-footer {
	bottom: 0;
	justify-content: center;
	padding-bottom: 5vw;
}
#mobile-menu > div#mobile-menu-footer > img {
	cursor: pointer;
}

/**/

#main-menu {
	position: fixed;
	right: 1.5vw;
	top: 1.5vw;
	width: 24vw;
	height: 40vw;
	background-color: #cf0000;
}
#main-menu > div {
	position: absolute;
	display: flex;
	width: 20vw;
	padding: 2vw;
}
#main-menu > div#main-menu-header {
	justify-content: end;
}
#main-menu > div#main-menu-content {
	height: 36vw;
	justify-content: center;
	align-items: center;
}
#main-menu > div#main-menu-content > div.my-ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 12vw;
	align-items: center;
}
#main-menu > div#main-menu-content > div.my-ul a:link {
	color: white;
	text-decoration: none;
}
#main-menu > div#main-menu-content > div.my-ul a:visited {
	color: white;
	text-decoration: none;
}
#main-menu > div#main-menu-content > div.my-ul a:hover {
	color: white;
	text-decoration: underline;
}
#main-menu > div#main-menu-content > div.my-ul > div.my-li {
	
}
#main-menu > div#main-menu-footer {
	bottom: 0;
	justify-content: center;
}
#main-menu > div#main-menu-footer > img {
	cursor: pointer;
}

/**/

.impress-header {
	font-family: Roboto-Black;
	text-transform: uppercase;
	font-size: 4.6vw;
	padding-bottom: 10%;
	padding-top: 8%;
}
.impress-block {
	font-size: 3.8vw;
}

/**/

@media (min-width:900px) {
	body {
		font-size:2.0vw;
	}
	section.small {
		display: none;
	}
	footer.small {
		display: none;
	}
	section.big {
		display: block;
	}
	footer.big {
		display: block;
	}
	section.grid_0 {
		display: grid;
		grid-template-columns: auto 37.5%;
	}
	section.grid_0 > img:last-child {
		width: 100%;
	}
	footer.grid_0 {
		display: grid;
		grid-template-columns: auto 37.5%;
	}
	
	/**/
	
	.dekobox-0 {
		width: 47%;
		margin-top: 0;
		transform: translateX(5.5%);
	}
	div.g-home {
		width: 98.2%;
		padding: 0.9%;
	}
	div.g-home > a {
		width: 1.8%;
	}
	nav.mobile-0 {
		display: none;
	}
	nav.main-0 {
		display: flex;
	}
	
	/**/
	
	.impress-header {
		font-size: 1.6vw;
	}
	.impress-block {
		font-size: 1.1vw;
		line-height: 1.6vw;
	}
}
