.allergens-check {
    background-color:forestgreen;
    color:black;
    font-weight: bold;
    font-size: 14px;
    text-align: center;  
    vertical-align: middle;
}

#div-alergens-mobile-content {
    text-align: center;
    padding-bottom: 20px;
}

.alergens-mobile-file-description-container {
    margin-bottom: 20px;
}

.alergens-mobile-file-description {
    font-size: 18px;
    color: #fff;
}

#button-download-allergens-file {
    font-size: 16px;
    padding: 10px;
}

@media screen and (max-width: 1024px) { 
    #div-alergens-content {
        display: none;
    }

    #div-alergens-mobile-content {
        display: block
    }
}

@media screen and (min-width: 1024px) { 
    #div-alergens-content {
        display: block;
    }

    #div-alergens-mobile-content {
        display: none
    }
}