
/* Advanced Cookie Banner - Advanced Styles Content */
@media screen and (max-width: 767px){
#acb-banner.acb-position-bottom {
    top: auto !important;
    bottom: 0 !important;
    border: 1px black solid;
    box-shadow: 1px 1px 12px #555;
  }
.acbCheckboxContainer {
    margin: 0rem 0 !important;
}
#acb-banner.acb-gdpr .acb-button {
    width: 100%;
    margin: 0rem 0;
}
.acb_link_information_container {
    margin: 0px 0 !important;
    padding: 0px 0 !important;
    border-width: 1px 0;
    border-style: dotted;
}
  #acb-banner {
    box-sizing: border-box;
    position: fixed !important;
    left: 0;
    z-index: 999999;
    padding: 0px 0 12px;
    display: flex;
    flex-direction: column !important;
    width: 100%;
    border-style: solid;
    border-width: 0;
}}

div#acb-banner {
    box-shadow: 1px 1px 12px #555;
}

.acbCheckboxesContainer {
    font-size: 12px;
}

#acb-banner {
    box-sizing: border-box;
    position: fixed !important;
    left: 0;
    z-index: 999999;
    padding: 0px 0 12px;
    display: flex;
    flex-direction: row;
    width: 100%;
    border-style: solid;
    border-width: 0;
}