

/* Put your custom styles here */

@media (min-width:768px)
{
    .table-half
    {
        width: 45%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.big-text
{
    font-size: 120%;
}

.bg-red
{
    background-color: #df0001 !important;
}


.colhov
{
    color: #088fe9;
}

.footietext
{
    font-family: 'Open Sans';
    font-weight: 600;
}

.zellenfont
{
    font-family: 'Open Sans';
}

