﻿div#cookieMessage {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
    color: #222222;
    white-space: nowrap;
    border: none;
    border-top: 1px solid #868686;
    text-align: left;
    z-index: 25;
    display: none;
    box-shadow: 0px -2px 12px #626262, 0px -40px 40px #2242AA42;
}

#cookieMessage h2 {
    position: relative;
    top: -22px;
    left: 32px;
    color: #222222;
    font-size: 1.6em;
    margin-bottom: 0px;
}

#cookieMessage p {
    position: relative;
    top: -12px;
    left: 32px;
    color: #222222;
    max-width: 90%;
    white-space: pre-wrap;
    font-size: 1.20em;
    margin: 0px;
}

#cookieMessage div#cookieMessageDiv_1 {
    position: absolute;
    top: 125px;
    left: 32px;
    width: 476px;
    display: flex;
}

#cookieMessage a {
    color: #222222;
    font-size: 1.2em;
    padding: 10px;
    background-color: #FFFFFF;
    cursor: pointer;
    line-height: 22px;
    margin: 0px 12px 0px 0px;
    box-shadow: 2px 2px 5px #222222;
    transition: all ease-in-out 0.5s;
}

#cookieMessage a:hover {
    box-shadow: 2px 2px 12px #2242AA;
    margin: 2px 10px -2px 2px;
    background-color: #E6EEFF;
}

#cookieMessage button {
    color: #222222;
    font-size: 1.2em;
    margin: 0px 10px 0px 0px;
    padding: 10px;
    height: 42px;
    line-height: 22px;
}

#cookieMessage button:not(button.cookieMessageButton_1) {
    box-shadow: 2px 2px 5px #222222;
    transition: all ease-in-out 0.5s;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

#cookieMessage button.cookieMessageButton_1 {
    box-shadow: inset 2px 2px 5px #222222;
    background-color: #4286CC;
    cursor: default;
}

#cookieMessage button.cookieMessageButton_1:active {
    color: #FFFFFF;
    background-color: #4286CC;
}

#cookieMessage button:not(button.cookieMessageButton_1):hover {
    margin: 2px 8px -2px 2px;
    box-shadow: 2px 2px 12px #2242AA;
}

#cookieMessage button:first-of-type {
    position: absolute;
    bottom: 22px;
    left: 32px;
    width: 250px;
}

#cookieMessage button:nth-of-type(2) {
    position: absolute;
    bottom: 22px;
    left: 291px;
    width: 204px;
}

#cookieMessage button:active {
    color: #FFFFFF;
    background-color: #AAAAAA;
}

#cookieMessage p.privatyLink {
    position: relative;
    top: -10px;
    left: 32px;
    cursor: pointer;
    margin: 0;
    color: #868686;
    max-width: 100px;
    text-decoration: underline;
}

#cookieMessage p.privatyLink:hover {
    color: #AAAAAA;
}