.activebar-container {
    position: fixed !important;
    z-index: 100000 !important;
    bottom: 0 !important;
    top: auto !important;
    background: #ccc !important;
    font-size: .8rem !important;
    padding: 5px !important;
    width: auto !important;
    right: 0 !important;
    left: 0;
}

.activebar-container button.accept, .activebar-container button.decline {
    border-radius: 4px !important;
    border: 0 !important;
    cursor: pointer !important;
    margin: 0 5px;
}

.activebar-container button.accept {
    background: green !important;
    color: white !important;
}

.activebar-container button.decline {
    background: black !important;
    color: white !important;
}

.plg_system_eprivacy_module {
    width: 100% !important;
    background: #ccc !important;
}

.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined {
    color: black !important;
}

.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button {
    border-radius: 4px !important;
    border: 0 !important;
    cursor: pointer !important;
    background: darkgray !important;
}

div#footer-outer {
    padding-bottom: 7rem;
}

.moduletable.maps-2click > div {
    position: relative;
}

.moduletable.maps-2click > div > div.tccontentbefore:not(.ccctc) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: gray;
    opacity: .7;
    text-align: center;
    font-size: 2rem;
    color: white;
    padding-top: 3rem;
    z-index: 10;
}

.moduletable.maps-2click > div > a.btn-primary {
    z-index: 11;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

.moduletable.maps-2click {
    margin-bottom: 2rem;
}

/* default font */

/* html body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
} */

/* favslider fix */

html {
    font-size: 100.01% !important;
}

/* two click iframe module*/

.btn {
    margin: 1rem 0;
    font-size: 1.5rem;
    cursor: pointer;
    background: green;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    padding: .5rem;
    display: block;
}

.btn.btn-secondary {
    background: #35539c;
}

.btn:hover {
    color: white;
    box-shadow: #b5b5b573 0px 0px 3px 3px;
}