:root {
    --primary-color: #672E72; /* the darker one */
    --primary-color-text: #FFF; /* and the text for it */
    --secondary-color: #9A5886; /* lil lighter */
    --secondary-color-text: #FFF; /* and the text for it */
    --highlight-color: #CFADD3; /* even more lighter */
    --highlight-color-text: #000; /* and the text for it */
    --hover-color: #3D156D; /* even more lighter */
    --hover-color-text: #FFF; /* and the text for it */
    --simple-button: #672E72; /* for simple buttons */
    --simple-button-text: #FFF; /* and the text for it */
    --invert-button: #672E72; /* for simple buttons */
    --invert-button-text: #FFF; /* and the text for it */
}

#headline img {
    height: 80%;
}

/*#mainpart {
    position: relative;

}

#mainpart::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('cust_htlz_background.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    filter: grayscale(100%) brightness(2.5);
}*/

#mainpart{
    background-image: url('cust_htlz_background.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

#mainpart a{
    color: white;
}

#mainpart a{
    color: white;
}