﻿@media all {
    body.cookieconsent {
        padding-bottom: 0;
    }

    body div.cookieconsent {
        display: none;
    }

    body.cookieconsent div.cookieconsent {
        padding: 1em;
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        background-color: #000000;
        background-color: rgba(0,0,0,.8);
        color: white;
    }

    body .removecookie {
        display: inline-block;
    }

    body.cookieconsent .removecookie {
        display: none;
    }

    .cookietext{
        display: inline-block;
    }
}

/* Custom, iPhone Retina */
@media (min-width: 320px) {
    
}

/* Small Devices, Tablets */
@media (min-width: 768px) {
}

/* Medium Devices, Desktops */
@media (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
}
