.home #headerImage, .home #headerImage .bx-viewport {
	max-height:1107px!important;
	height:100vh!important
}
.home #headerImage::after {
    position: absolute;
    left: 0;
    bottom: 30px;
    float: left;
    width: 100%;
    height: 42px;
    background: url(../images/nachunten.png) top center no-repeat;
    content: '';
    z-index: 99;
	animation-delay: 0s, 0.6s;
    animation-direction: normal, alternate;
    animation-duration: 0.6s, 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1, infinite;
    animation-name: hvr-bob-float, hvr-bob;
    animation-timing-function: ease-out, ease-in-out;
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	transform: translateZ(0px);
	vertical-align: middle;
}
@keyframes hvr-bob {
0% {
    transform: translateY(-8px);
}
50% {
    transform: translateY(-2px);
}
100% {
    transform: translateY(-8px);
}
}
@keyframes hvr-bob-float {
100% {
    transform: translateY(-8px);
}
}
.home #headerImage .bx-controls.bx-has-pager.bx-has-controls-direction {
    bottom: 430px;
}
#homenews {
	float:left;
	width:calc(100% - 440px);
	margin: 130px 220px 100px 220px;
	position:relative;
}
#homenews h3 {
	color:#e2001a;
	font-family: 'Muli Bold';
	font-weight: normal;
	font-size:28px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:40px;
}
#homenews .bx-viewport {
    margin: 0 auto;
    max-width: 758px;
}
#homenews .teaserText {
    float: left;
    width: 56.9%;
    font-size: 16px;
    color: #000000;
    font-family: 'Muli Light';
	font-weight: normal;
}
#homenews .teaserPicture {
	position:relative;
    float: right;
    width: 37.7%;
    margin-top: 1px;
	height:192px;
	background:#ECECEC;
}
#homenews .teaserPicture img {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	max-height:100%;
}
#homenews h4 {
    color: #000000;
    font-size: 20px;
    font-family: 'Muli SemiBold';
    font-weight: normal;
	margin-bottom:10px;
}
#homenews h4 a {
    color: #000000;
    font-size: 20px;
	font-family: 'Muli SemiBold';
    font-weight: normal;
}
#homenews .weiterlesen a {

    color: #e2001a;
    font-family: 'Muli SemiBold';
    font-weight: normal;
    float: right;
    margin-top: 9px;

}
#homenews .bx-controls.bx-has-pager.bx-has-controls-direction {
    display: block;
}
#homenews .bx-pager.bx-default-pager {
    display: none;
}

#homenews .bx-prev {
    float: left;
    position: absolute;
    left: 0;
    bottom: calc(50% - 30px);
    background: url(../images/prev.png) top left no-repeat;
    height: 30px;
    width: 17px;
    overflow: hidden;
    text-indent: -100px;
}
#homenews .bx-next {
    float: left;
    position: absolute;
    right: 0;
    bottom: calc(50% - 30px);
	background: url(../images/next.png) top left no-repeat;
	height:30px;
	width:17px;
	overflow:hidden;
	text-indent:-100px;
}



#layout03 {
	float:left;
	width:100%;
	padding:55px 0;
}
#layout03 .frame-default {
    float: left;
    width: 24.3%;
    position: relative;
    text-align: center;
    margin-right: 13px;
	background:#fff;
	height:280px;
	padding:0;
}
#layout03 .frame-default:hover {
	background:#fff;
}
#layout03 .frame-default:last-child {
    margin-right: 0;
}
#layout03 .frame-default .ce-gallery {
	display:block;
}

#layout03 .frame-default:hover img {
    opacity: 0.5;
}
#layout03 .frame-default .ce-bodytext {
    padding: 104px 0;
	background:#00000080;
	
}
#layout03 .frame-default .ce-bodytext:hover {
	background:none;
	
}
#layout03 h4 {
	color:#fff;
}
#layout03 h4::after {
	background:#fff;
box-shadow: 0 0 5px #000;
}
#layout03 h4 a {
	color:#fff;
	text-shadow: 0 0 5px #000;
}
#layout03 p a {
	color:#fff;
text-shadow: 0 0 5px #000;
}
#layout03 .frame-default:hover h4 a{
	font-size:29px;
	color:#000;
	text-shadow:0 0 5px #fff, 0 0 5px #fff;
}
#layout03 .frame-default:hover p a {
	color:#000;
	font-size:21px;
	text-shadow:0 0 5px #fff, 0 0 5px #fff;
}
#layout03 .frame-default:hover h4::after {
	background:#000;
	box-shadow:0 0 5px #fff, 0 0 5px #fff;
}
