#modulesbottom {background: #7a97ab;}
#footer {background: #7a97ab;}
.contacttitle {
	font-size: 2.0rem;
	color: #c10230;
	font-weight: 700;
	font-family: Galdeano;
}
.vertalign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    line-height: 3rem;
    text-align: center;
    margin-top: 4em;
}  
.moduletable .vertalign p {
    margin: 0 auto;
}

.frontleft{
}
.frontright{
  text-align: right;
}

.titreck:hover {
	color: red !important;
}