body {
	position: relative;
}

#cookietoggle{
    font-size:13px;
    position: absolute; 
    bottom:0;
    display: flex;
    z-index: 1;
}
#cookietoggle div {
    width:26px;
    height:26px;
    padding: 3px;
    display:inline-block;
    text-align: center;
    color:#ffffff;
    cursor: pointer;
    position:relative;
}

#cookietoggle div .info-popup {
    visibility: hidden;
    width: 190px;
    height: auto;
    display: inline-block;
    white-space: normal;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    bottom: 32px;
    left: 0px;
    padding: 10px 20px;
    font-size: 10px;
    background-color: #808080;
}

#cookietoggle div .info-popup::after {
    content: " ";
    position: absolute;
    bottom: 0%;
    left: 6px;
    margin-bottom: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: #808080 transparent transparent transparent;
}

#cookietoggle div .info-popup h2{
    font-size:13px;
}

#cookietoggle div:hover .info-popup{
    visibility: visible;
}

#cookietoggle div.btn {
    width:auto;
    font-size:13px;
    padding:0;
    cursor: pointer;
    padding:3px 5px;
}

#cookietoggle a.info{
    width:26px;
    height:26px;
    padding: 3px;
    display:inline-block;
    text-align: center;
    color:#ffffff;
    cursor: pointer;
    background-color: #75A11B;
}

.enabled,
#ce_cookieconsent_popup .btn-success,
#ce_cookieconsent_modal .btn-success
{
    background-color: #75A11B;
}

.disabled {
    background-color: grey;
}
#ce_cookieconsent_modal .modal-body h2{
    font-size: 1rem;
}
#ce_cookieconsent_modal .modal-body p{
    font-size: 0.8rem;
}

#ce_cookieconsent_popup{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    padding: 16px 20px;
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
    z-index: 1040;
    text-align: center;
    font-size: 12px;
    display: none;
}

#ce_cookieconsent_popup .btn-info,
#cookietoggle .btn-info 
 {
	margin-bottom: 10px;
	color: #505253;
	border: 1px solid #505253;
	background: none;
}

#cookietoggle .btn-info {
	margin-bottom: 0;
	line-height: 19px;
}

#ce_cookieconsent_popup .btn-info:hover,
#ce_cookieconsent_popup .btn-info:active,
#ce_cookieconsent_popup .btn-info:focus,
#ce_cookieconsent_popup .btn-success:hover,
#ce_cookieconsent_popup .btn-success:active,
#ce_cookieconsent_popup .btn-success:focus,
#cookietoggle .btn-info:hover,
#cookietoggle .btn-info:active,
#cookietoggle .btn-info:focus,
#ce_cookieconsent_modal .btn:hover,
#ce_cookieconsent_modal .btn:active,
#ce_cookieconsent_modal .btn:focus
 {
	 cursor: pointer;
	background: #505253;
	border: 1px solid #505253;
	color: #fff;
}

