@media(min-width: 767px) {
    #cookiesWarning {
        max-width: 80%;
        bottom: unset;
    }
}

#cookiesWarning {
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    max-width: 100%;
    bottom: 0;
    text-align: center;
}

#cookiesWarningActive {
    background: #555;
    /*! margin: 5px; */
    padding: 20px;
    box-shadow: 8px 8px 4px #999;
    /*! border-radius: 7px; */
    color: white;
}

#cookiesWarningActive small {
    background: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px;
    color: #fff;
    border: none;
    border-radius: 7px;
    box-shadow: 4px 4px 2px #233e5b;
}

#readMoreURL a:link {
    text-decoration: underline;
    color: #fff;
}

#readMoreURL a:visited {
    text-decoration: underline;
    color: #000;
}

#readMoreURL a:hover {
    text-decoration: none;
    color: #aaa;
}

#text {
}

#warning {
}

#cookiesDisabled {
}

.checkbox {
}

.acceptance {
    padding-left: 10px;
    padding-right: 10px;
}

#cookiesWarningActive .button {
    background-color:#555;
    padding: 5px;
	border: 1px solid #fff;
	cursor: pointer;
}
#cookiesWarning .button{
	margin: 5px;
}
#cookiesWarningActive .button:hover{
	background-color: #888
}
