/* //////////////////////////////////// HEADER //////////////////////////////////// */
.header{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50px;
}
.header_logo{
	position: relative;
	float: left;
	z-index: 8;
	height: 140px;
	line-height: 0;
	transition: all .2s ease-in-out;
	margin-left: 50px;
}
.header_logo img{
    line-height: 0;
	display: inline-block;
	height: 140px;
	width: auto;
	margin: 0;
}
.header_logo a{
	width:100%;
	height:100%;
	display: block;
}
.menu_rechts{
	float: right;
	text-align: right;
	margin-right: 50px;
}
.header_menu{
	position: relative;
	z-index: 9;
}
.header_menu li{
	list-style: none;
	float: left;
	margin: 0 5px;
}
.header_menu li:last-child{
	margin-right: 0;
}
.header_menu ul{
	margin:0;
	padding: 0;
}
.header_menu li a{
	color: #fff;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: #8E0D2F;
	padding: 3px 8px 2px;
	text-transform: uppercase;
}
.menu_open{
	position: relative;
	display: block;
	z-index: 9;
	width: auto;
	height: 40px;
	line-height: 0;
	cursor: pointer;
	float: right;
	margin-top: 30px;
	width: 54px;
	height: auto;
}
.languages {
    line-height: 1;
    margin: 70px 0 0 0;
}
.languages a{
    display: inline-block;
    font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 0;
	margin-bottom: 40px;
}
.languages a.active_lang, .languages a:hover{
	color: #fff;
	text-decoration: underline;
}
.pipe{
	color:#fff;
	margin: 0 10px;
}
.pipe:last-child{
	display:none;
}
/* //////////////////////////////////// MENU LEISTE //////////////////////////////////// */
.menu{
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 11;
	padding: 0;
	height: 100vh;
	width: 100%;
	overflow: scroll;
	display: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	.menu_blur{
		width:50%;
		height: 100%;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		background: rgba(0,0,0,0.4);
		display: table;
	}
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	.menu_blur{
		width:50%;
		height: 100%;
		display: table;
		background: rgba(0,0,0,0.3);
		/*background-image: url('https://www.fws.it/wp-content/themes/effekt/images/blur.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;*/
	}
}
.menu_inner{
	width:100%;
	padding: 30px 80px 30px;
	display: table-cell;
	vertical-align: middle;
}
.close_menu{
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 85px;
	top: 80px;
}
.nav-menu{
	margin: 0 auto;
	padding: 0;
}
.nav-menu li{
	list-style: none;
	margin-bottom: 20px;
}
.nav-menu li:last-child{
	margin: 0 auto;
}
.nav-menu li a{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 40px;
}
.nav-menu li.current_page_item a, .nav-menu li a:hover{
	color: #fff;
	text-decoration: underline;
}
.nav-menu li.menu_login a{
	font-family: 'Roboto Condensed', sans-serif!important;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 30px;
	background-image: url('https://www.fws.it/wp-content/themes/effekt/images/login.svg');
	background-position: left;
	background-repeat: no-repeat;
	background-size: 26px;
	padding-left: 55px;
	margin-top: 30px;
	line-height: 30px;
}
.nav-menu li.menu_forum a{
	font-family: 'Roboto Condensed', sans-serif!important;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 30px;
	background-image: url('https://www.fws.it/wp-content/themes/effekt/images/forum.svg');
	background-position: left;
	background-repeat: no-repeat;
	background-size: 29px;
	padding-left: 55px;
	margin-top: 30px;
	line-height: 30px;
	display: inline-block;
}
.nav-menu li.menu_media a{
	font-family: 'Roboto Condensed', sans-serif!important;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 30px;
	background-image: url('https://www.fws.it/wp-content/themes/effekt/images/media.svg');
	background-position: left;
	background-repeat: no-repeat;
	background-size: 29px;
	padding-left: 55px;
	margin-top: 30px;
	line-height: 30px;
	display: inline-block;
}

/* //////////////////////////////////// Footer //////////////////////////////////// */
.footer{
	position: relative;
	background-color: #fff;
	padding: 50px 40px;
	text-align: left;
	color: #434343;
	font-size: 22px;
}
.footer p{
	margin: 0;
}
.footer a{
	color: #434343;
}
.footer a:hover{
	color: #8e0d2f;
}
.footer_kontakt{
	float:left;
}
.footer_social{
	float:right;
	width: 50px;
}
.mail{
	margin-bottom:20px!important;
}
.mwst{
	font-size: 15px;
	letter-spacing: 2px;
}