#headerImage .bx-wrapper ul.bgSlider li img {
    float: right;
}
.bx-wrapper ul li {
    height: 1041px;
}
#headerImage {
    position: absolute;
    right: 0;
    top: 0;
    width: 80.7%;
    max-height: 100%;
}
#layout03 {
	background: none repeat scroll 0 0 !important;
    float: none;
    margin: 0 auto;
}
#layout03alles #slogan {
    background:   url("../images/bgSlogan.png") no-repeat scroll center top;
    height: 292px;
    margin: 60px auto 50px;
    max-width: 555px;
    padding-top: 70px;
    position: relative;
    text-align: center;
    z-index: 10;
}
#headerImage ul li {
	list-style: none;
}
#headerImage {
    height: auto;
    overflow: hidden;
}
#alles {
    background:   none repeat scroll 0 0;
    float: left;
    height: auto;
    width: 100%;
	margin: 0;
}
#layout03alles #slogan span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    text-shadow: 0 0 5px #505050;
}
#layout03alles #slogan p {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    line-height: 31px;
    margin-top: 25px;
}
#layout03alles #slogan p b {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
#layout03alles #homeQuick {
    width: 77%;
}
#layout03alles #homeQuick a.quick {
    -webkit-box-shadow: 2px 0 10px 0 #303030;
	box-shadow: 2px 0 10px 0 #303030;
    border-bottom: 18px solid #0079c6;
    border-top: 18px solid #0079c6;
    min-height: 130px;
    padding: 185px 1.6% 25px !important;
    width: 20% !important;
}
#layout03alles #homeQuick a.eins{
	background: #0079c6 url("../images/mitglieder-kontrast.png") no-repeat scroll center 24px;
}
#layout03alles #homeQuick a.eins:hover{
	background: #909090 url("../images/mitgliederOLDBlack.png") no-repeat scroll center 24px;
}
#layout03alles #homeQuick a.zwei{
	background: #0079c6 url("../images/gremienHoverOLDBlack.png") no-repeat scroll center 24px;
}
#layout03alles #homeQuick a.zwei:hover{
	background: #909090 url("../images/gremienOLDBlack.png") no-repeat scroll center 24px;
}
#layout03alles #homeQuick a.drei{
	background: #0079c6 url("../images/fraktionenHoverOLDBlack.png") no-repeat scroll center 24px;
}
#layout03alles #homeQuick a.drei:hover{
	background: #909090 url("../images/fraktionenOLDBlack.png") no-repeat scroll center 24px;
}
#layout03alles #homeQuick a.vier{
	background: #0079c6 url("../images/sitzungenHoverOLDBlack.png") no-repeat scroll center 24px;
	margin-right: 0 !important;
}
#layout03alles #homeQuick a.vier:hover{
	background: #909090 url("../images/sitzungenOLDBlack.png") no-repeat scroll center 24px;
}
.quick h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
	line-height: 22px;
}
.quick.eins p {
    margin-top: 10px;
	margin-bottom: 32px;
}
.quick p {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 25px;
	margin-top: 15px;
}
.quick.zwei p {
    margin-top: 10px;
	margin-bottom: 18px;
}
.quick.drei p {
    margin-bottom: 47px;
    margin-top: 10px;
}
.quick.vier p {
    margin-top: 10px;
	margin-bottom: 32px;
}
.quick span {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 10px;
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 600;
    left: 22%;
    padding: 5px 5%;
    position: absolute;
    text-transform: uppercase;
    width: 130px;
}
#layout03alles #homeQuick a:hover {
    text-decoration: none;
	border-bottom: 18px solid #909090;
    border-top: 18px solid #909090 ;
	animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: hvr-wobble-vertical;
    animation-timing-function: ease-in-out;
}
#layout03alles #homeQuick a:hover h4 {
	color: #000;
}
#layout03alles #homeQuick a:hover p {
    color: #fff;
}
@keyframes hvr-wobble-vertical {	
16.65% {
    transform: translateY(8px);
}
33.3% {
    transform: translateY(-6px);
}
49.95% {
    transform: translateY(4px);
}
66.6% {
    transform: translateY(-2px);
}
83.25% {
    transform: translateY(1px);
}
100% {
    transform: translateY(0px);
}
}