.kbcookie-outer {
    z-index: 10000;
    position: fixed;
    font-family: Helvetica,Arial,sans-serif;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    overflow-y: auto;
}

.kbcookie-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 40px;
    min-width: 740px;
}

@media only screen and (max-width: 800px) {
    .kbcookie-inner {
        min-width: 90%;
    }
}  

.kbcookie-inner.top {
    bottom: unset;
    top: 0;
}
.kbcookie-inner.bottom {
    bottom: 0;
    top: unset;
}
/*
.kbcookie-yes   {
    cursor: pointer;
    background: #E64219;
    border: 2px #E64219 solid;
    color: white;
    margin-top: 15px;
    padding: 5px 10px;
    display: inline-block;
    width: 240px;
} */

.kbcookie-yes, .kbcookie-no    {
    cursor: pointer;
    border: 2px #707070 solid;
    margin-top: 5px;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    width: 240px;
}

.kbcookie-yes:hover, .kbcookie-no:hover   {
    background: #E64219;
    border-color: #E64219;
    color: white;
}

@media only screen and (max-width: 800px) {
    .kbcookie-yes, .kbcookie-no   {
        display: block;
        margin-left: 0;
        width: auto;
    }
}

.kbcookie-no:hover    {
    background: #E64219;
    color: white;
}

.kbcookie-title {
    font-size: 2rem;
    line-height: 1.2;
    color: #707070;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: FagoNo,Arial;
}


@media only screen and (max-width: 800px) {
    .kbcookie-title {
        font-size: 1.3rem;
        line-height: 1.1;
    }
}

.kbcookie-exp   {
    color: #707070;
    font-family: FagoNo,Arial;
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 1.5;
}

.kbcookie-exp a {
    color: #707070;
    text-decoration: underline;
}

.kbcookie-exp a:hover {
    color: black;
}

@media only screen and (max-width: 800px) {
    .kbcookie-exp   {
        font-size: 90%;
        line-height: 1.3;
    }
}

.kbcookie-data    {
    cursor: pointer;
    margin-top: 10px;
    color: #707070;
}

.kbcookie-data::after    {
    content: " ↓";
}

.open .kbcookie-data::after    {
    content: " ↑" !important;
}

.open .kbcookie-data    {
    font-weight: bold;
    text-decoration: none !important;
}

.kbcookie-data:hover    {
    text-decoration: underline;
}

.kbcookie-data-text {
    display: none;
}

.open .kbcookie-data-text {
    border: 1px rgba(0, 0, 0, 0.1) solid;
    border-radius: 3px;
    margin-top: 10px;
    display: inherit;
    text-align: justify;
    padding: 15px;
    color: black;
    font-size: 80%;
}