*
{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;        
}

.custom-background
{
    background-color: var(--color01);
    /*background-image: url("../images/background02.png");*/
    /* background-size: 25%; */
    background-size: cover;
    background-attachment: fixed;    
}

.spalt-background-dark
{
    background-color: #d2ecec;
    border-radius: 15px;
}

.spalt-background-light
{
    background-color: #f3f8f8;
    border-radius: 15px;
}

.logo
{
    margin-top: 50px;
    margin-bottom: 10px;
}

.paraimage
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .extramargin
{
    margin-top: 10px;
    margin-bottom: 20px;
} */

.max-width-800
{
    max-width: 800px;
    margin: auto;
}

.max-width-900
{
    max-width: 900px;
    margin: auto;
}

.max-width-1000
{
    max-width: 1000px;
    margin: auto;
}

/* Rounded border */
hr.rounded 
{
    border-top: 8px solid #008080;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 30px;
}

/* h4.extramargin 
{
    margin-top: 10px;
    margin-bottom: 10px;    
    margin-left: 5px;
    margin-right: 5px;
} */