.cookiesbutton {
    font-weight: 700;
    background-color: cornflowerblue;
    color: whitesmoke;
    height: 40px;
    width: 300px;
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
}


.xpace-font-black-helmvorlage {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 18px;
}

.xpace-font-green {
    color: #03ff02;
    font-family: Poppins;
    font-size: 30px;
}

.xpace-font-green-home {
    color: #03ff02;
    font-family: Poppins;
    font-size: 24px;
}

.xpace-font-white {
    color: whitesmoke;
    font-family: Dosis;
    font-size: 24px;
}

.xpace-font-white-14 {
    color: whitesmoke;
    font-family: Dosis;
    font-size: 14px;
}

.xpace-font-white-14-bold {
    color: whitesmoke;
    font-family: Dosis;
    font-size: 14px;
    font-weight: bold;
}

.mobile {
    display: block;
}

.desktop {
    display: block;
}

@media only screen and (max-width: 1000px) {
    .xpace-font-green { font-size: 24px; }
}

@media only screen and (max-width: 1000px) {
    .xpace-font-green-home { font-size: 20px; }
}

@media only screen and (max-width: 1000px) {
    .desktop { display: none; }
}

@media only screen and (min-width: 1000px) {
    .mobile { display: none; }
}