@font-face {
	font-family: 'Novay'; 
	src: url(fonts/noway-regular-webfont.otf); 
}

* {
	font-family: Novay, Arial, Helvetica, sans-serif;
}

.header-logo {
	font-size: 26px;
	line-height: 1.2em;
	color: black;
	text-decoration: none;
}

.header-logo img {
	width: 80px;
}

.header-menu {
	font-size: 20px;
}
.header-menu a {
	text-decoration: none;
	color: black;
}

.header-menu a:hover {
	color: rgb(179 155 201);
}

.header-menu-item-active {
	color: rgb(179 155 201) !important;
}

.header-menu-mobile {
	position: relative;
	display: none;
}

.header-menu-mobile>.header-menu {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	z-index: 1;
}

.btn-main {
	color: white !important;
	background-color: rgb(238 115 68);
	border: none;
	padding: 12px 25px 12px 25px;
	border-radius: 10px;
}
.btn-main:hover {
	background-color: black;
}


.footer-menu {
	font-size: 18px;
}

.footer-menu a {
	font-size: 18px;
	color: rgb(179 155 201);
	text-decoration: none;
}

.footer-menu a:hover {
	color: black;
}

.bg-main {
	background-color: rgb(238 115 68);
}


.DVO-Infos {
	background-color: rgb(238 115 68);
	outline: 1px solid rgb(238 115 68);
}

.content-main {
	border-radius: 10px;
	background-color: rgb(228 228 232);
}

.bg-content {
	background-color: rgb(228 228 232);
}

.popup-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 3;
}


.pseudo-table-stripped:nth-last-child(even) {
	background-color: rgba(200, 200, 200, 0.2);
}

