/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

body{
	font-family: 'Roboto', sans-serif;  
	color: #434343;
	font-weight: 300;
	line-height:1.5;
	font-size:30px;
	margin: 0px;
	letter-spacing: 0;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	line-height:1.2;
	margin: 0 0 60px 0;
	font-weight: 500;
	color: #434343;
	letter-spacing: 1.5px;
	text-align: center;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	line-height:1.2;
	margin: 0 0 60px 0;
	font-weight: 500;
	color: #434343;
	letter-spacing: 1.5px;
	text-align: center;
}
h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	line-height:1.2;
	margin: 0 0 20px 0;
	font-weight: 600;
	color: #434343;
	letter-spacing: 1.5px;
}
.normal{
	font-family: 'Roboto', sans-serif;
}
.condensed{
	font-family: 'Roboto Condensed', sans-serif!important;
	letter-spacing: 1.3px;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img{
	max-width: 100%;
	height:auto;
}
a{
	color: #434343;
	text-decoration: none;
}
a:active, a:hover {
	color: #8E0D2F;
}
.textcenter{
	text-align:center;
}
.textleft{
	text-align:left!important;
}
svg{
	max-width: 100%;
}
ul{
	padding-left: 0;
	margin: 0 auto 15px;
}
.w1280 li{
	margin-left:30px;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width:1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.margin_oben{
	margin-top: 80px!important;
}
.margin_unten{
	margin-bottom: 80px!important;
}
.margin_oben_light{
	margin-top: 40px!important;
}
.margin_unten_light{
	margin-bottom: 40px!important;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w750{
	max-width:750px;
	margin:0 auto;
	position:relative;
}
.w650{
	max-width:650px;
	margin:0 auto;
	position:relative;
}
.w500{
	max-width:500px;
	margin:0 auto;
	position:relative;
}
.full{
	height:100vh;
}
.h900{
	height: 900px;
}
.h800{
	height: 800px;
}
.h700{
	height: 700px;
}
.h500{
	height: 500px;
}
.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
}
/* //////////////////////////////////// Slick Slider //////////////////////////////////// */
.slick-slider{
	width: 100%;
	height: auto;
	position: relative;
}
.full_slider{
	margin:0!important;
}
.slick-slide{
	background-size: cover;
	background-position: center;
	background-repeat:  no-repeat;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	opacity: 1;
	position: relative;
}
.slick-list{
	padding: 0 !important;
}
.slick-prev {
    bottom: 50px;
	left: 80px;
	background-image: url('https://www.fws.it/wp-content/themes/effekt/images/pfeil_links_weiss.svg');
	width: 30px;
	height: 21px;
	z-index: 7;
	background-size: 30px;
	background-repeat: no-repeat;
	transform: none;
}
.slick-next{
	bottom: 50px;
	left: 130px;
	background-image: url('https://www.fws.it/wp-content/themes/effekt/images/pfeil_rechts_weiss.svg');
	width: 30px;
	height: 21px;
	z-index: 7;
	background-size: 30px;
	background-repeat: no-repeat;
	transform: none;
}
.big_slider .slick-slide{
	height: 100vh;
	margin: 0;
}
.animation_slider .slick-slide{
	height: 900px;
	margin: 0;
}

/* //////////////////////////////////// 404 //////////////////////////////////// */
.fehler{
	text-align:center;
	font-size:300px;
	padding-top:150px;
	font-family: 'arno-pro', serif;
	line-height:0.5;
	color:#ccc;
}
.fehler span{
	font-size:150px;
}
.fehlermeldung{
	text-align:center;
	padding-top:30px;
}

/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}