/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
html{
	width: 100%;
}
body{
	font-family: 'elido', sans-serif; 
	color:#161A1D;
	font-weight: normal;
	line-height:1.7;
	font-size:20px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #161A1D;
	font-size: 40px;
	line-height:1.2;
	letter-spacing: 2px;
	margin: 0 auto 30px;
	font-family: 'aller', sans-serif;
}
 h4, h5, h6 {
	color: #161A1D;
	font-size: 25px;
	line-height:1.2;
	letter-spacing: 2px;
	margin: 0 auto 30px;
	font-family: 'aller', sans-serif;
}

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: #6F963F;
	text-decoration: none;
}
a:active, a:hover {
	color: #CE2E26;
}
.textcenter{
	text-align:center;
}
svg{
	max-width: 100%;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width:1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.margin_oben{
	margin-top: 120px;
}
.margin_unten{
	margin-bottom: 120px;
}
.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;
}
.w600{
	max-width:600px;
	margin:0 auto;
	position:relative;
}

.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
}
.h600{
	height: 900px;
}


/* //////////////////////////////////// Slick Slider //////////////////////////////////// */
.slick-slider{
	width: 100%;
	position: relative;
}
.slick-slide{
	background-size: cover;
	background-position: center;
	background-repeat:  no-repeat;
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.full_slider .slick-slide{
	height: 100vh;
}
.small_slider .slick-slide{
	height: 800px;
}
.slick-slide{
	width: 100%;
	opacity: 1;
	position: relative;
	margin: 0 auto;
	display: none;
}
.slick-slide:first-child, .slick-initialized .slick-slide{
	display: block;
}
.full_slider .slick-list{
	padding: 0 !important;
}
.slick-prev {
    left: 30px;
	bottom: 20px;
	background-image: url('https://www.hofimthal.com/wp-content/themes/effekt/images/prev.png');
	width: 25px;
	height: 43px;
	z-index: 7;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: none;
}
.slick-next{
	left: 75px;
	bottom: 20px;
	background-image: url('https://www.hofimthal.com/wp-content/themes/effekt/images/next.png');
	width: 25px;
	height: 43px;
	z-index: 7;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: none;
}
.verlauf{
	width: 100%;
	height: 20%;
	position: absolute;
	top: 0;
	z-index: 1;
}

.text_box{
	background-color: #FAEDCD;
	position: absolute;
	bottom: 100px;
	right: -21px;
	max-width: 500px;
	color: #161A1D;
	padding: 20px;
	text-align: left;
}
.inner_text_box{
	padding: 20px;
	border: 1px solid #161A1D;
}
/* //////////////////////////////////// 404 //////////////////////////////////// */
.fehler{
	text-align:center;
	font-size:300px;
	padding-top:150px;
	font-family: 'open-sans', sans-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) */
}