.cookie-information-bar {
    display: none;
    position: fixed;
    bottom: 0;
    
    z-index: 10000;
    width: 100%;
    min-width: 980px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    
    color: #1E1E1E;
    background-color: #E3E0D9;
    
    /*
    color: #000;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    height: 117px;
    */
}

.cookie-information-content {
    position: relative;
    width: 940px;
    padding: 20px;
    margin: 0 auto;
}
.cookie-information-text {margin-bottom: 0px;}
.cookie-information-text a {
    line-height: 20px;
    text-decoration: underline;
    color: #1E1E1E;
}
.cookie-information-content #cookie-confirm-fake,
.cookie-information-content #cookie-confirm-fake-sub {
    visibility: hidden;
    float: right;
    margin-left: 20px;
    background-color: #848685;
    background-image: -o-linear-gradient(-90deg, #A9A8A4 0, #676662 100%);
    background-image: -moz-linear-gradient(-90deg, #A9A8A4 0, #676662 100%);
    background-image: -webkit-linear-gradient(-90deg, #A9A8A4 0, #676662 100%);
    background-image: -ms-linear-gradient(-90deg, #A9A8A4 0, #676662 100%);
    background-image: linear-gradient(-180deg, #A9A8A4 0, #676662 100%);
}
.cookie-information-content #cookie-confirm-fake-sub {
    display:none;
    margin-top:-32px;
}
.cookie-information-content #cookie-confirm {

    /*
    position: absolute;
    right: 20px;
    top: 50px;
    color: white;

    padding: 5px;
    background-color: #848685;
    background-image: -o-linear-gradient(-90deg, #A9A8A4 0, #676662 100%);
    background-image: -moz-linear-gradient(-90deg, #A9A8A4 0, #676662 100%);
    background-image: -webkit-linear-gradient(-90deg, #A9A8A4 0, #676662 100%);
    background-image: -ms-linear-gradient(-90deg, #A9A8A4 0, #676662 100%);
    background-image: linear-gradient(-180deg, #A9A8A4 0, #676662 100%);
    */
}

@media only screen and (max-width:  1279px ) and (min-width:  1025px ) {} 
@media only screen and (max-width:  1024px ) and (min-width:  992px ) {} 
@media only screen and (max-width:  991px ) and (min-width:  768px ) {
    
    .cookie-information-bar {
        min-width: 0;
    }
    .cookie-information-content {
        width: 100%;
    }

}

/* Cookie Information Bar -- End */
@media (max-width: 767px) {
    .link-appearance-default-link-appearance-default-web {
        display: none !important;
    }

    .cookie-information-bar {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        padding: 0 20px;
        font-size: 12px;
        line-height: 14px;
    }

    .cookie-information-content {
        position: relative;
        width: 100%;
        padding: 20px 0;
    }

    .cookie-information-text {
        margin-bottom: 0px;
    }

    .cookie-information-text a {
        line-height: 18px;
    }

    .cookie-information-content #cookie-confirm-fake {
        display: none;
        margin-left: 3%;
    }

    .cookie-information-content #cookie-confirm-fake-sub {
        display: block;
        margin-left: 3%;
    }

    .cookie-information-content #cookie-confirm {
        right: 0;
        /*bottom: 0;*/
    }
} /* media */

@media (max-width: 418px) {
    .cookie-information-content #cookie-confirm {
        top: 60px;
    }
}


.customfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

