#cookieBanner_injected {
    background-color: white;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding: 15px 50px 15px 50px;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
    max-height: 85%;
    overflow-y: auto;
    align-items: center;
}
#cookieBanner_toppart,
#cookieBanner_bottompart {
    width: 100%;
}
#cookieBanner_toppart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}
#cookieBanner_rightpart {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 25%;
}
#cookieBanner_copyright {
    text-align: left;
    line-height: 1;
    margin: 4px 0 0 0;
}

#cookieBanner_buttons {
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    font-weight: 700;
    width: 100%;
    flex-direction: row;
}

#cookieBanner_close {
    position: absolute;
    top:20px;
    right:20px;
}

#cookieBanner_manage_wrap {
    margin: 3px 0 10px 0;
    text-align: left;
}
#cookieBanner_header {
    margin: 0 0 10px 0;
    text-align: left;
    padding: 14px 0 0 0;
}
#cookieBanner_checkboxs {
    margin: 0 0 0 -11px;
    display: flex;
    flex-wrap: wrap;
}
.cookieBanner_checkbox_label {
    padding: 0;
    margin: 0 10px 0 -2px;
}
.cookieBanner_checkbox {
    margin: 0;
}
#cookieBanner_accept,
#cookieBanner_reject,
#cookieBanner_save {
    margin: 5px 7px;
    flex-shrink: 1;
    padding: 0 17px;
}
#cookieBanner_description {
    text-align: left;
    font-size: 12px;
    margin: 0;
}
#cookieBanner_readmore {
    font-size: 12px;
}
#cookieBanner_leftpart {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 65%;
}

#cookieBanner_injected.hascookiereport #cookieBanner_rightpart {
    align-items: baseline;
}
#cookieBanner_leftpart {
    -ms-flex: 0 1 741px;
}
#cookieBanner_rightpart {
    -ms-flex: 0 1 285px;
}
#cookieBanner_buttons {
    -ms-flex: 0 1 100%;
}
#cookieBanner_cookietablewrap {
    transition: height 300ms 0ms, min-height 300ms 0ms, max-height 300ms 0ms,
        opacity 200ms 300ms;
}
#cookieBanner_cookietablewrap.cookieBanner_hidden {
    transition: height 300ms 0ms, min-height 300ms 0ms, max-height 300ms 0ms,
        opacity 200ms 0ms;
}
@media only screen and (max-width: 1024px) {
    #cookieBanner_buttons {
        flex-wrap: wrap;
    }
    #cookieBanner_accept,
    #cookieBanner_reject,
    #cookieBanner_save {
        max-width: 100%;
    }
}
@media only screen and (max-width: 700px) {
    #cookieBanner_injected {
        padding: 15px 20px;
    }
    #cookieBanner_toppart {
        flex-direction: column;
    }
    #cookieBanner_leftpart,
    #cookieBanner_rightpart {
        width: 100%;
        max-width: 100%;
        margin: 0;
        -ms-flex: none;
    }
    #cookieBanner_buttons {
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
    }
    #cookieBanner_accept,
    #cookieBanner_reject,
    #cookieBanner_save {
        flex-grow: 1;
    }
    .hascookiereport #cookieBanner_toppart {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 414px) {
    #cookieBanner_injected {
        flex-direction: column;
        width: 100%;
        padding: 15px;
    }
    #cookieBanner_rightpart {
        flex-direction: column;
    }

    #cookieBanner_buttons {
        flex-wrap: wrap;
    }
}

#cookieBanner_accept,
#cookieBanner_reject,
#cookieBanner_save {
    border-radius: 20px;
}
/*IE 9 fixes*/
@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .cookieBanner_checkbox {
        display: inline-block;
    }
    #cookieBanner_buttons {
        margin-top: 5%;
    }
    #cookieBanner_leftpart {
        float: left;
        width: 60%;
    }
    #cookieBanner_rightpart {
        float: right;
        width: 38%;
        margin: 0;
    }
    #cookieBanner_injected {
        padding: 15px 20px;
    }
    #cookieBanner_accept,
    #cookieBanner_reject,
    #cookieBanner_save {
        white-space: normal;
    }
    #cookieBanner_injected {
        max-height: 100%;
    }
}
