.hidden {
	display: none;
}
#cookie-popup {
    top: 285px;
    width: 800px;
    border-radius: 15px;
    border: black 2px groove;
	font-family: Comic
	font-size: 13px;
	text-align: center;
    background-color: #C38747;
	position: relative;
	z-index: 100;
}

.hinweis{
    background-color: #C38747;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    margin-right: 0px;
    border-left-width: 0px;
    padding-left: 0px;
    padding-right: 0px;    
}

#cookie-popup a:hover{
    color: black;
    text-shadow: none;
    border:white 3px inset;
}

#cookie-popup a {
	color: black;
    text-shadow: white 0px 0px 9px;
    border: #C0C0C0 2px outset;
    border-radius: 5px;
}
#page-wrapper {
	max-width: 800px;
	margin: 50px auto 0;
	display: block;
}

button{
        margin-left: 90px;
        color: black;
        text-shadow: white 0px 0px 9px;
        border: #C0C0C0 2px outset;
        border-radius: 5px;
        background-color: transparent;;
}

button:hover{
    color: black;
    text-shadow: none;
    border:white 3px inset;
}