.notifcontainer {
    position: fixed;
    bottom: 0%;
    right: 0%;
    margin-right: 16px;
    margin-bottom: 16px;
}

.notifbottomcenter {
    position: fixed;
    width: 100%;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
}

.cookiebanner {
    margin-bottom: 32px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 12px;
    border: solid 1px rgb(34, 77, 170);
    background-color: rgb(102, 107, 153);
}

.notice {
    margin-bottom: 32px;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 12px;
}

.negative {
    border: solid 1px #A22;
    background-color: #966;
}

.cookiebanner h2,
.notice h2 {
    margin: 0px;
    float: left;
}

.cookiebanner input[type=button] {
    border: solid 1px rgb(10, 30, 73);
    background-color: rgb(46, 57, 151);
}

.cookiebanner input[type=button]:hover {
    color: #222;
    border: solid 1px rgb(61, 93, 160);
    background-color: rgb(121, 124, 151);
}

.cookiebanner p,
.notice p {
    margin: 0px;
    margin-bottom: 8px;
    clear: both;
}