/*.cookiebanner {*/
/*    min-height: 100px;*/
/*    width: 100%;*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: #000000;*/
/*    display: block;*/
/*    color: darkorange;*/
/*    padding: 20px;*/
/*    border: 2px solid darkorange;*/
/*}*/
/*.cookiebanner .cookie_section {*/
/*    width: 100%;*/
/*    float: left;*/
/*}*/
/*.cookiebanner button {*/
/*    padding: 0 20px;*/
/*    border-radius: 5%;*/
/*    color: #000000;*/
/*}*/
/*.div_accept_cookies_all {*/
/*    width: 20%;*/
/*    float: left;*/
/*}*/
/*.accept_cookies_all, .show_more_cookie_options {*/
/*    float: left;*/
/*}*/
/*.more_cookie_options label {*/
/*    padding: 0 10px;*/
/*}*/
/*.more_cookie_options button {*/
/*    margin-left: 50px;*/
/*}*/
/*.more_cookie_options {*/
/*    width: 80%;*/
/*    float: left;*/
/*}*/
/*.cp_logo {*/
/*    float: left;*/
/*}*/




.cookiebanner {
    min-height: 100px;
    width: 70%;
    position: fixed;
    top: 15%;
    left: 15%;
    background: #ffffff;
    display: block;
    padding: 20px;
    border: 2px solid #1e6c2c;
    z-index: 999999999999;
}
.cookiebanner .cookie_section {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
}
.cookiebanner button {
    color: #fff;
    border: 2px solid #1e6c2c;
    background-color: #1e6c2c;
    padding: 5px 60px;
    cursor: pointer;
}
button.show_more_cookie_options{
    /*color: #1e6c2c;*/
    /*border: 2px solid #1e6c2c;*/
    /*background-color: #fff;*/
}
button.show_more_cookie_options:hover{
    color: #fff;
}
.accept_cookies_all, .show_more_cookie_options, .accept_only_necessary_cookies {
    float: left;
    margin-bottom: 20px;
}
.more_cookie_options label {
    padding: 0 10px;
    float: left;
    margin: 0;
}
.more_cookie_options input {
    margin: 0;
}
.confirm_cookie_selections {
    margin-bottom: 20px;
    /*margin-left: 50px;*/
}
.show_more_cookie_options, .accept_only_necessary_cookies {
    margin-right: 50px;
}
.more_cookie_options {
    /*width: 80%;*/
    float: left;
    margin-right: 50px;
    margin-bottom: 15px;
}
.cookiebanner h3 {
padding: 0;
border: 0;
color: #1e6c2c;
}
.grey_ovarlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #555555;
    opacity: 0.8;
    height: 100%;
    z-index: 999999999998;
}
.cookie_menu {
    list-style: none;
    display: inline-flex;
    float: left;
    width: 100%;
    padding: 0;
}
.cookie_menu li{
    margin-right: 20px;
}
.show_cookie_details {
    float: left;
/*    width: 40%;*/
    cursor: pointer;
}
.more_cookie_options input {
    cursor: pointer;
}
.cookie_details {
    float: left;
    width: 100%;
}
.cp_logo {
    float: left;
    width: 100%;
}
@media (max-width: 1024px) {
    .cookiebanner {
        left: 0;
        width: 100%;
        top: 10%;
    }
}
@media (max-width: 414px) {
    .cookiebanner button {
        width: 100%;
    }
    .cookiebanner {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 85%;
    }
    .div_accept_cookies_all {
        width: 50%;
    }
    .more_cookie_options {
        width: 100%;
    }
}
