#footerContent a.blank {
    data-width: 80%;
}

#footerContent a {
	color: #fff;
}

#footerContent .grossbuchstaben {
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 5px;
}

a.button {
    color: white;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 0px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
}
#footerContent a.button:hover {
    color: #1a4c5d !important;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}




