body {
    background-color: #e8e8e8;
}

#imprint, #dataprotection {
    font-family: sans-serif;
    font-weight: 300;
    padding-right: 200px;
    padding-left: 100px;
    padding-top: 50px;
    line-height: 24px;
    color: #000000;
    font-size: 14px;
    line-height: 1.42857;
}

#closebtn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-decoration: none;
    color: #353535;
}

/*********************
SCROLL TO TOP BUTTON
*********************/

#toTopBtn {
    display: none;
	background-color: #353535;
	border-color: #353535;
    color: white;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 1000;
    /* Make sure it does not overlap */
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 5px 10px 5px 10px;
    /* Some padding */
    border-radius: 3px;
    /* Rounded corners */
    font-size: 15px;
    /* Increase font size */
}

#toTopBtn:hover {
    display: none;
	background-color: #707070;
	border-color: #707070;
}

@media screen and (max-width: 55em) {
	#imprint, #dataprotection {
        font-family: sans-serif;
        font-weight: 300;
        padding-right: 20px;
        padding-left: 10px;
        padding-top: 50px;
        line-height: 24px;
        color: #000000;
        font-size: 14px;
        line-height: 1.42857;
    }
}