﻿/* COOKIE POP UP */

#cookie_assistant_wrapper {
    font-family: "Titillium Web", sans-serif, Arial, Verdana, Tahoma !important;
}

#cookie_assistant_wrapper h2 {
color:#fff !important;
}


    #cookie_assistant_wrapper.dark {
        background-color:rgba(157, 188, 208, 0.97) !important;
    }


#cookie_assistant_wrapper a.btn-accept, #cookie_assistant_wrapper a.btn-accept:hover, #cookie_assistant_wrapper a.btn-accept:focus {
  background-repeat: repeat-x !important;
    border: 1px none #3e8f3e !important;
    display: inline-block;
    font-family: "Titillium Web", sans-serif, Arial, Verdana, Tahoma !important;
    font-weight: normal !important;
    color: #fff !important;
    width: 100px !important;
    text-shadow: none;
    padding: 4px 10px !important;
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%) !important;
}
