#homelayout-slogan {
    float: none;
    width: 57%;
    color: #212121;
    margin: 0 auto;
    text-align: center;
	margin-top: 85px;
}
#homelayout-slogan img {
    margin-bottom: 12px;
}
#homelayout-slogan b {
	font-weight:900;
}
#homelayout-slogan p {
    font-size: 20px;
    margin-top: 30px;
	font-family: 'Raleway Light';
}
#home-quicklinks {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 40px);
    margin-top: 172px;
}

#home-quicklinks img {
    border: none;
}
#home-quicklinks .ql {
    float: left;
    width: 23.6%;
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    margin-right: 33px;
    height: 428px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
#home-quicklinks a {
    color: #fff;
}



#home-quicklinks .ql::after  {
	position: absolute;
	width: 143%;
	height: 0;
	top: 50%;
	left: 50%;
	background: rgba(181, 35, 63, 0.46);
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	content:'';
	pointer-events: none;
}

#home-quicklinks .ql:hover::after {
	height: 101%;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}




#home-quicklinks .ce-gallery {
    margin: 0 0 !important;
	float:none;
}
#home-quicklinks .csc-textpic-last {
    margin-bottom: 0px;
}

#home-quicklinks .clickenlarge-0 {
    margin: 0 0 !important;
}
#home-quicklinks #ql4, #home-quicklinks #ql8 {
    margin-right: 0px;
}
#home-quicklinks .ql h4 {
    position: absolute;
    left: 0;
    top: 187px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    width: 84%;
    margin: 0 auto;
    z-index: 9999;
    padding: 0 8%;
}
#home-quicklinks .ql .qlbild {
	float:left;
	background:#b5233f;
	position:relative;
	width:100%;
}
#footer {
    float: left;
    position: relative;
    margin-top: 55px;
    width: 100%;
}



