/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
body{
	font-family: neue-haas-grotesk-display, sans-serif; 
	color: #fff;
	font-weight: 400;
	line-height:1.5;
	font-size:22px;
	margin: 0px;
	letter-spacing: 1.5px;
}
h1 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 58px;
	line-height:1.2;
	margin: 0 0 30px 0;
	font-weight: 600;
	color: #595c60;
	letter-spacing: 1.5px;
}
h2 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 26px;
	line-height:1.2;
	margin: 0 0 10px 0;
	font-weight: 600;
	color: #595c60;
	letter-spacing: 1.5px;
}
h3, h4, h5, h6 {
	font-family: neue-haas-grotesk-display, sans-serif; 
	font-size: 25px;
	line-height:1.2;
	margin: 0 0 40px 0;
	font-weight: 600;
	color: #595c60;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.blau{
	color:#005ca9!important;
}
.rot{
	color:#e30513!important;
}
.titelklein{
	font-size:25px;
	margin-bottom: 30px;
	font-weight: 600;
}
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: #000;
	text-decoration: none;
}
a:active, a:hover {
	color: #000;
}
.textcenter{
	text-align:center;
}
svg{
	max-width: 100%;
}
ul{
	padding-left: 0;
	margin: 0 auto 15px;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width:1124px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.margin_oben{
	margin-top: 60px;
}
.margin_unten{
	margin-bottom: 60px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w1024a{
	max-width:1024px;
	margin:0;
	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;
}

.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;
	right: 80px;
	background-image: url('https://www.maler-ausserdorfer.it/wp-content/themes/effekt/images/prev_schwarz.svg');
	width: 30px;
	height: 34px;
	z-index: 7;
	background-size: 30px;
	background-repeat: no-repeat;
	transform: none;
}
.slick-next{
	bottom: -50px;
	right: 40px;
	background-image: url('https://www.maler-ausserdorfer.it/wp-content/themes/effekt/images/next_schwarz.svg');
	width: 30px;
	height: 34px;
	z-index: 7;
	background-size: 30px;
	background-repeat: no-repeat;
	transform: none;
}
.big_slider .slick-slide{
	height: 100vh;
	margin: 0;
}
.small_slider .slick-slide{
	height: 750px;
	margin: 0;
}
.table_div{	
	display: table;
	width: 100%;
	height: 100%;
}
.table_cell_div{
	display: table-cell;
	vertical-align: bottom;
}
.slider_text{
	text-align: left;
	margin: 0 0 80px 10%;
	line-height: 1.2;
}
.titel_1{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 65px;
	font-weight: 600;
	text-shadow: 5px 5px 15px #000;
}
.slick-dots{
	width:100%;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

/* //////////////////////////////////// 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) */
}