body {
	background-color: #fff;
	color: #315c7b;
	min-height: 100vh;
	margin: 0;
	font-family: 'AvenirLTStd-Medium';
}

i, em {
    font-family: 'AvenirLTStd-Oblique';
}

ul, li, a {
	margin: 0;
	padding: 0;
	text-decoration: none;
    list-style: none;
}

h1 {
	font-family: 'AvenirLTStd-Black';
}

h3, h2, #menu-container a, #footer-container span{
	font-family: 'AvenirLTStd-Heavy';
	font-size: 14px;
	margin: 0;
}

a {
	color: #315c7b;
}

.banner {
	background-image: url('../../assets/image/bigstock-Nighttime-Sky-With-Clouds-Bri-125979317.jpg');
	height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#mobile-menu {
	display: none;
}


#header {
	background-color: #f4f4f4;
	text-align: center;
	padding: 20px 0 0 0;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-family: 'AvenirLTStd-Heavy';
	color: #315c7b;
}

#menu-container {
	background-color: #f4f4f4;
}

.menu-content {
	display: flex;
	justify-content: space-between;
    padding: 10px 0 0 0;
    position: relative;
}

.music-player {
	width: 150px;
	margin-right: 10px;
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
}

.music-player.hide {
	visibility: hidden;
}

.music-player a {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
}

.music-player i {
	color: #717ea4;
	font-size: 20px;
}

.music-volume-slider {
	position: absolute;
	width: 15px;
	height: 100px;
	z-index: 10;
	top: 60px;
	left: 10px;
}

#menu-header,
#menu-header-en,
#menu-header-de,
#menu-header-fr,
#menu-header-es,
#menu-header-nl {
    width: calc(100% - 300px);
    max-width: 400px;
	display: flex;
	justify-content: space-between;
	line-height: 30px;
}

#menu-header li,
#menu-header-en li,
#menu-header-de li,
#menu-header-fr li,
#menu-header-es li,
#menu-header-nl li {
	padding: 0 ;
}

.languages-selector {
	width: 100px;
}

.languages-selector ul {
	justify-content: space-around;
	display: flex;
}

.languages-selector a {
	padding: 10px!important;
	display: inline-block;
}

.wpml-ls-legacy-list-horizontal {
	padding: 0;
	border: 0;
}

.wpml-ls-legacy-list-horizontal a {
	padding: 5px 0;
}



#footer-balk {
	background-color: #f4f4f4;
}

#footer-container {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
	flex-wrap: wrap;
}

#menu-footer,
#menu-footer-en {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
}

#menu-footer li span,
#menu-footer-en span{
	display: none;
}

#menu-footer li:first-of-type,
#menu-footer-en li:first-of-type{
	padding-right: 30px;
}


.iconf a:before, .icone a:before{
	display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconf a:before{
	content: "\f09a";
    font-size: 20px;
}

.icone a:before{
	content: "\f0e0";
    font-size: 20px;
}

.zettwee {
	background-image: url('../../assets/image/zet-twee-12h.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 12px;
    width: 91px;
    transform: translateY(4px);
    display: block;
    padding: 0;
    flex-shrink: 0;
}

.zettwee a {
	display: block;
	width: 100%;
	height: 100%;
}

.content iframe {
	max-width: 100%;
}

.content a {
	text-decoration: underline;
}

.grecaptcha-badge {
    display: none!important;
}

.contact .grecaptcha-badge{
    display: block!important;
}

@media screen and (max-width: 1200px) {

	.menu-content {
		padding: 30px;
	}

	#footer-container {
		padding: 30px;
	}

	.music-volume,
	.music-volume-slider {
		display: none!important;
	}



	.les-footer-social {
		margin-top: 5px!important;
	}
}


/*mobile*/
@media screen and (max-width: 640px) {

	.catogorie-balk {
		order: 2;
	}

	.catogorie-balk h2{
		padding: 10px;
	}

	.catogorie-balk > h2{
		padding: 10px 20px;
	}

	#menu-header,
	#menu-header-en,
	#menu-header-de,
	.languages-selector {
		display: none;
	}

	#mobile-menu {
	    display: block;
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: 141;
	    width: 70px;
	    height: 90px;
	    overflow: hidden;
	    background-color: #fff;
	}

	#mobile-menu span {
	    display: block;
	    height: 2px;
	    background-color: white;
	    width: 25px;
	    right: 25px;
	    /*transition: all .45s ease-in-out;*/
	    transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	}

	#mobile-menu span:nth-of-type(1) {
	    background-color: #717ea4;
	    position: absolute;
	    top: 36px;
	}

	#mobile-menu span:nth-of-type(2) {
	    background-color: #717ea4;
	    position: absolute;
	    top: 44px;
	}

	#mobile-menu span:nth-of-type(3) {
	    background-color: #717ea4;
	    position: absolute;
	    top: 52px;
	}

	.mobile-menu #mobile-menu span:nth-of-type(1) {
	    transform: translateY(8px) rotate(45deg);
    }

    .mobile-menu #mobile-menu span:nth-of-type(2) {
	    left: 25px;
	    opacity: 0;
	    width: 0;
	}

	.mobile-menu #mobile-menu span:nth-of-type(3) {
	    transform: translateY(-8px) rotate(-45deg);
	}

	.mobile-menu #menu-header,
	.mobile-menu #menu-header-en,
	.mobile-menu #menu-header-de {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;

		background-color: #717ea4;
		width: auto;
	}

	.mobile-menu #menu-header a,
	.mobile-menu #menu-header-en a,
	.mobile-menu #menu-header-de a {
		display: block;
		padding: 10px 0;
	}

	.mobile-menu #menu-header:before,
	.mobile-menu #menu-header:after,

	.mobile-menu #menu-header-en:before,
	.mobile-menu #menu-header-en:after,

	.mobile-menu #menu-header-de:before,
	.mobile-menu #menu-header-de:after {
		content: '';
		display: block;
		height: calc(100% - 570px);
	}

	.mobile-menu #mobile-menu {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1002;
	}

	.mobile-menu #menu-container a {
		color: #fff;
	}

	body.page .catogorie-balk {
		display: none;
	}

	.mobile-menu .languages-selector {
		display: flex;
		position: fixed;
		top: 10px;
		left: 20px;
		z-index: 1001;
	}

	.mobile-menu .languages-selector ul {
		width: 60px;
		justify-content: space-between;
	}
}


@media screen and (max-width: 540px) {

	#footer-container {
		justify-content: space-around;
	}


}

@media screen and (max-width: 480px) {

	#footer-container span {
		padding-bottom: 10px;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

	.zettwee {
		background-image: url('../../assets/image/zet-twee-24h.png');
	}

}