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 .svg-inline--fa {
	/* vertical-align: 10%; */
}

#cookietoggle div .info-popup {
    visibility: hidden;
    width: 300px;
    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: #464646;
}

#cookietoggle div .info-popup h2 {
	color: white;
	margin: 10px 0;
}

#cookietoggle div .info-popup p {
	line-height: 1.75;
	color: white;
	font-size: 1.2rem;
}

#cookietoggle div .info-popup::after {
    content: " ";
    position: absolute;
    bottom: 0%;
    left: 6px;
    margin-bottom: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: #464646 transparent transparent transparent;
}

#cookietoggle div .info-popup h2{
    font-size: 18px;
}

#cookietoggle div:hover .info-popup{
    visibility: visible;
}

#cookietoggle div.btn {
    width:auto;
    font-size:13px;
    padding:0;
    cursor: pointer;
    padding: 6px 5px;
}

#cookietoggle svg {
	color: #fff;
}

#cookietoggle a.info{
    width:26px;
    height:26px;
    padding: 3px;
    display:inline-block;
    text-align: center;
    color:#ffffff;
    cursor: pointer;
    background-color: #c61f3d;
}

#cookietoggle a.info .svg-inline--fa {
	/* vertical-align: 10%; */
}

.enabled{
    background-color: #c61f3d;
}

.disabled {
    background-color: grey;
}

#ce_cookieconsent_modal .modal-body input {
	height: 15px;
}

#ce_cookieconsent_modal .modal-body h2{
    font-size: 1.4rem !important;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
}
#ce_cookieconsent_modal .modal-body p{
    font-size: 1.2rem;
}

#ce_cookieconsent_popup{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 330px;
    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,
#ce_cookieconsent_modal button#close
 {
	color: white!important;
	border: 1px solid  #c61f3d!important;
	background: #c61f3d!important;
	border-radius: 0;
	box-shadow: none;
}

#cookietoggle .btn-info {
	line-height: 10px;
}

#ce_cookieconsent_modal  button#close:hover,
#ce_cookieconsent_modal  button#close:active,
#ce_cookieconsent_modal  button#close:focus,
#ce_cookieconsent_popup .btn-info:hover,
#ce_cookieconsent_popup .btn-info:active,
#ce_cookieconsent_popup .btn-info:focus,
#cookietoggle .btn-info:hover,
#cookietoggle .btn-info:active,
#cookietoggle .btn-info:focus
 {
	cursor: pointer;
	background: #464646 !important;
	border: 1px solid  #464646 !important;
	color: white !important;
}

#ce_cookieconsent_popup .btn,
#cookietoggle .btn
{
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
}

.modal-title {
	float: left;
	width: calc(100% - 30px);
}

.modal {
	z-index: 99999;
}
