:root {
	/*
	--pageWidth: 85%;

	--fontSizeDesktop: 1vw;
	--fontSizeNavigationDesktop: 1.1vw;
	*/

	--headerHeightDesktop: 190px;

	--fontSizeMobile: 4.5vw;
	--headerHeightMobile: 25vw;

	--grey: #d0d0d0;
	--greyText: #9d9d9c;

	--padding: 9.3vw;
}

@font-face {
	font-family: "Font1";
	src: url("../fonts/50ac1699-f3d2-47b6-878f-67a368a17c41.woff") format("woff"),
		url("../fonts/3a46542f-f429-4821-9a88-62e3be54a640.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

/*
@font-face {
	font-family: "Font2";
	src: url("../fonts/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"),
		url("../fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
*/

html {
	overflow-y: scroll;
}

body {
	/* font-family: 'Open Sans', sans-serif; 
	font-size: 16px;*/
	font-family: 'Font1', sans-serif;
	font-size: 18px;
	background: #fff;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}

#page {
	width: 1024px;
	margin: 0 auto 0 auto;
	position: relative;
}

#header {
	z-index: 100000;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0;
	width: 1024px;
	height: 152px;
	padding: 0 0 0 0;
	background-color: #fff;
}

#headerMobile {
	display: none;
}

#navigation {
	z-index: 100002;
	position: absolute;
	top: 66px;
	left: 66px;
	width: 500px;
}

#line {
	position: absolute;
	top: 0px;
	right: 32px;
}

#subnavigation1 {
	position: absolute;
	top: 30px;
	left: 0;
}

#subnavigation2 {
	position: absolute;
	top: 60px;
	left: 0;
}

.nav,
.navActive {
	float: left;
	display: block;
	/* font-family: 'Open Sans', sans-serif; 
	font-size: 16px;*/
	font-family: 'Font1', sans-serif;
	font-size: 21px;
	margin-right: 36px;
	text-decoration: none;
}

.nav:hover,
.navActive,
.navActive:hover {
	color: #8b8b8b;
}

#logo {
	z-index: 100001;
	position: relative;
	top: 0;
	right: 32px;
	/* font-family: 'Open Sans', sans-serif;
	font-size: 16px; */
	font-family: 'Font1', sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	text-align: right;
}

.content {
	clear: both;
	width: 750px;
	margin: var(--headerHeightDesktop) auto;
}

h1 {
	/* font-family: 'Open Sans', sans-serif; 
	font-size: 16px; */
	font-family: 'Font1', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #7f7f7f;
	text-transform: uppercase;
	margin: 0 0 1em 0;
}

.submitButton {
	color: #8d8d8d;
	background-color: #fff;
	border: 1px solid #8d8d8d;
	border-radius: 5px;
	margin: 5px 0 0 0;
	padding: 2px 5px 2px 5px;
	font-size: 15px;
	cursor: pointer;
}

.submitButtonDelete {
	color: #b10000;
	background-color: #fff;
	border: 1px solid #b10000;
	border-radius: 5px;
	margin: 5px 0 0 0;
	padding: 2px 5px 2px 5px;
	font-size: 15px;
	cursor: pointer;
}

.small {
	font-size: 10px;
}

.colorGreylight {
	color: #8d8d8d;
}

.text50Black {
	color: #7f7f7f;
}

.alignCenter {
	text-align: center;
}

.adminOk {
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	background-color: #7f7f7f;
	color: #fff;
}

/* SELECTOR */
.slideSelector div {
	display: inline-block;
	vertical-align: top;
}

.slideSelector div:nth-child(2) {
	padding-top: 14px;
}

.arrow {
	font-size: 34px;
}

#containerHome,
#containerWorks {
	width: 750px;
	margin: 0 0 20px 0;
}

.sliderImage {
	width: 750px;
	height: 500px;
	display: block;
	text-align: center;
}

.fancybox-toolbar {
	display: none;
}

.fancybox-navigation .fancybox-button[disabled] {
	display: none;
}



/* MOBILE */
@media screen and (max-width: 768px) {

	html {
		overflow-y: scroll;
	}

	body {
		font-size: var(--fontSizeMobile);
		background: #fff;
		margin: 0;
		padding: 0;
	}

	#page {
		position: relative;
		width: 100vw;
		margin: 0;
	}

	#header {
		display: none;
	}

	#headerMobile {
		z-index: 100000;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: var(--headerHeightMobile);
		margin: 0;
		padding: 0;
		background-color: #fff;
	}

	#logoMobile {
		position: absolute;
		top: 0;
		left: calc(var(--padding) - 5vw);
		/*
		top: 10vw;
		left: calc(var(--padding) - 5vw);
		padding: 5vw;
		*/
		font-size: 1em;
		text-transform: uppercase;
	}

	#logoMobile img {
		width: 70vw;
	}

	#lineMobile {
		position: absolute;
		top: 0px;
		left: 70vw;
		width: 0.5px;
		height: 20vw;
		background-color: #000;
	}

	#navigationMobile {
		display: none;
		position: absolute;
		top: 30vw;
		left: 100vw;
	}

	.nav,
	.navActive {
		float: none;
		display: block;
		font-size: 2.5em;
		margin: 0;
		padding: 0;
	}

	.nav:hover,
	.navActive,
	.navActive:hover {
		color: #000;
	}

	#subnavigation1 {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 0 0;
	}

	#subnavigation1 a {
		color: var(--greyText);
	}

	.iconMobile {
		z-index: 100;
		position: fixed;
		top: 7.8vw;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 25vw;
		height: 17vw;
		cursor: pointer;
		transition: all 0.25s ease-in-out;
		/* background-color: rgba(255, 255, 255, 1); */
	}

	.iconMobileBar {
		width: 38px;
		height: 4px;
		background: var(--grey);
		/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
		/* transition: all 0.25s ease-in-out; */
	}

	.iconMobileBar::before,
	.iconMobileBar::after {
		content: "";
		position: absolute;
		width: 38px;
		height: 4px;
		background: var(--grey);
		/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
		/* transition: all 0.25s ease-in-out; */
	}

	.iconMobileBar::before {
		transform: translateY(-10px);
	}

	.iconMobileBar::after {
		transform: translateY(10px);
	}

	.iconMobile.open .iconMobileBar {
		transform: rotate(0deg) translateX(0);
		background: transparent;
		box-shadow: none;
	}

	.iconMobile.open .iconMobileBar::before {
		background: var(--grey);
		transform: rotate(45deg) translate(0);
	}

	.iconMobile.open .iconMobileBar::after {
		background: var(--grey);
		transform: rotate(-45deg) translate(0);
	}








	.content {
		z-index: 1;
		display: block;
		clear: both;
		width: auto;
		margin: calc(1 * var(--headerHeightMobile)) 0 0 0;
		padding: 0 var(--padding);
	}

	.content img {
		max-width: 100%;
		width: auto;
		height: auto;
	}

	#contentCMS {
		margin-top: 32vw;
	}

	#containerHome,
	#containerWorks {
		position: relative;
		width: 80vw;
		height: 100vw;
		margin: 0 0 20px 0;
	}

	.sliderImage {
		width: 100%;
		height: 200px;
		display: block;
		text-align: center;
	}

	.sliderImage img {
		width: 100%;
	}

	.sliderText {
		position: absolute;
		top: 100vw;
		left: 0;
		margin: 0 0 0 0;
	}

	.slideSelector {
		position: absolute;
		/* bottom: 10vw; */
		left: 0;
	}

}