﻿.cookieWrapper {
    position: fixed;
    width: 100%;
    bottom: -186px;
    z-index: 99999999;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    background: rgba(0,0,0,.7);
    font-family: "Merriweather","Georgia",serif;
}

.cookie.fade.in .cookieWrapper {
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.95)"; /* IE 8 */
    filter: alpha(opacity=0.95); /* IE 5-7 */
    -moz-opacity: 0.95; /* Netscape */
    -khtml-opacity: 0.95; /* Safari 1.x */
    opacity: 0.95; /* Good browsers */
}

#btnAccepteren {
    background: rgb(0, 163, 73);
    border: 1px solid rgb(0, 163, 73);
    height: 50px;
    color:white;
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana, Arial, sans-serif;
}

#cookie-text {
    color: white;
    font: 16px Merriweather, Georgia, serif;
    text-size-adjust: 100%;
    line-height: 30px;
}

@media (min-width: 991px) {
    .cookieWrapper .container {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

.cookieWrapper .buttons {
    margin-top: 26px;
}

.cookieWrapper .button2  {
    margin-top: 15px;
    margin-bottom: 15px;    
}

.DankULink 
{
    font-size: 18px;
    white-space: nowrap;
}

.DankULink,
a.DankULink:visited,
a.DankULink:link, 
a.DankULink:hover ,
a.DankULink:active
{
    color: white;
    cursor: pointer;
}

.privacyLink,
a.privacyLink:link,
a.privacyLink:visited,
a.privacyLink:hover,
a.privacyLink:active
{
    color: white;
    cursor: pointer;
}
