/*-- DIN */
/*@import url(https://fonts.marcwilmesdesign.lu/?family=source-sans-pro);*/
/*
@font-face {
    font-family: 'D-DIN Regular';
    font-style: normal;
    font-weight: normal;
    src: local('D-DIN Regular'), url('/_res/fonts/D-DIN.woff') format('woff');
    }
*/

@import url(https://fonts.marcwilmesdesign.lu/?family=Pragati+Narrow);

html {
	padding: 0;
	margin: 0;
}

body {
	font-size: 1.25em;
	color: #4d4e53;
	font-family: 'Pragati Narrow', sans-serif;
	font-weight:normal;
	margin:0;
	padding: 0;
}

h1,h2 {
	color: #23a8a3;
	line-height: 1.3em;
	font-weight: 300;
	font-size: 26px !important;
	text-transform: uppercase;
}

@media (min-width: 991px){
	h2 {
		font-size: 32px !important;
	}
}

h2 {
	font-weight: bold;
	color: #23a8a3;
	font-size: 32px;
	/*margin-top: 2em;*/
}

textarea{
	width: 100%;
    height: 100px;
}

/*h2:first-child {
	margin-top: 0;
}
*/

/*
ol li::marker {
	font-size: 32px;
	color: #23a8a3;
	font-weight: bolder;
}
*/

.question {
	border-bottom:1px solid #23a8a3;
	padding-bottom:1em;
}

.header-line {
	border-bottom:1px solid #23a8a3;
	margin-top: 0.5em;
	margin-bottom: 1em;
}


.dcontainer {
	padding: 4em;
}


.header-menu {
	text-align: right;
	background-color: #4d4e53;
	margin-bottom: 35px;
}

.header-menu a {
	padding: 0.2em;
	color: white;
	text-transform: uppercase;
}

.header-menu .item {
	margin-right: 55px;
}


.header-menu a.active {
	text-decoration: underline;
}

.header-menu a:hover {
	color: #f6bb3c;
	text-decoration: none;

}

.header-menu .logo {
	max-width: 100%;
	height: auto;
	margin-bottom: 35px;
	display: block;
}

.lang {
	position: relative;
	color: white;
	margin-right: 25px;
}

.lang a {
	margin: 0;
	text-transform: uppercase;
}

.header-conainer {
	
}

.header-menu-container {
	width: 480px;
	margin: 0 auto;
	position: relative;
	margin-top: 25px;
}


.hamburger-menu {
	display: none;
}

/*
@media(max-width: 991px){

	.header-menu {
		background: transparent;
	}

	.header-menu-container {
		display: none;
	}

	.header-menu.open {
		background: white;
		transition: background 0.25s ease-in;
	}


	.header-menu.open .hamburger-menu .line,
	.header-menu.open .hamburger-menu .line:before,
	.header-menu.open .hamburger-menu .line:after {
		background: black;
	}


	.header-menu-container.open {
		position: sticky;
		top: 0;
		width: 100%;
		left: 0;
		margin-top: 3em;
		z-index: 99999;
		display: block;
	}

	.header-menu-container a {
		display: block;
		padding: 0;
		margin-bottom: 1em;
	}
	.lang {
		left: 0;
	}
	.header-menu-container .lang a {
		display: inline-block;
	}
	
	.hamburger-menu {
		display: block;
	}
}
*/

.hamburger-menu {
	position: absolute;
	top: 17px;
	left: 15px;
	width: 30px;
	height: 30px;
}

.hamburger-menu .line {
	width: 100%;
	height: 2px;
	background: white;
	position: relative;
}
.hamburger-menu .line:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 2px;
	background: white;
}

.hamburger-menu .line:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: white;
}


/*
.hero {
	margin-top: 3em;
}

@media (min-width: 991px){
	.hero {
		margin-top: 5em;
	}
}
*/

h5, input, select, ol, p {
	/*color: #76839a;*/
}


label {
	/*color: #4d5f79;*/
}

a {
	color: #4d5f79;
}

a:hover {
	color: #394352;
}

.lead {

}


.btn-primary {
    color: #fff;
    background-color: #23a8a3;
    border-color: #23a8a3;
    margin-bottom: 25px !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #394352;
    border-color: #394352;
}

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

.info-box {
	padding: 30px;
	/*background-color: white;*/
	color: white;
	border:1px solid #4d5f79;
	font-weight: bold;
}



.footer {
	position: relative;
	font-size: 18px;
	background-color: #4d4e53;
	padding: 4em;
}

.footer img {
	max-width: 100%;
	height: auto;
	padding: 0 25px;
}

.footer p {
	margin:0;
}

.footer-container {
	width: 480px;
	margin:0 auto;
	color: white;
	text-align: center;
}


/*

*/

.container.content h1:before {
    content: "";
    border-top: 1px solid #000;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}

.container.content h1 span {
    background: #000;
    color: #fff;
    padding: 5px 15px;
    z-index: 1;
    position: relative!important;
    display: inline-block;
    font-size: 16px;
}


@media (min-width: 991px){
	.container.content h1 span {
		padding: 5px 25px;
		min-width: 300px;
    	font-size: 32px;
	}
}



@media( max-width: 520px){
	.header-menu-container {
		width: 100%;
		margin:0;
	}
	.header-menu .logo {
		max-width: 50%;
		height: auto;
		margin-bottom: 35px;
		display: block;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.header-menu {
		text-align: center;
	}

	.header-menu .item {
		margin:0;
	}

	.lang {
		margin:0;
		margin-left: 15px;
		margin-top: 15px;
	}


	.dcontainer {
		padding: 0;
	}

	.footer {
		padding: 0;
	}

	.footer .footer-container {
		margin: 25px auto;
		width: 80%;
	}

	.footer img {
		max-width: 80%;
		height: auto;
	}

}

span a.active, a.item.active {
	color: #23a8a3;
	text-decoration: none !important;


}

