#cookie-modal-popup p,
#cookie-modal-popup h1,
#cookie-modal-popup .h1,
#cookie-modal-popup h2,
#cookie-modal-popup .h2,
#cookie-modal-popup h3,
#cookie-modal-popup .h3,
#cookie-modal-popup h4,
#cookie-modal-popup .h4,
#cookie-modal-popup h5,
#cookie-modal-popup .h5,
#cookie-modal-popup h6,
#cookie-modal-popup .h6 {margin:0;}

/*#cookie-modal-popup p {*/
	/*padding-left: 0;*/
/*}*/

#cookie {
    width: 100%;
    background-color: white;
    padding: 10px ;
    text-align: center;
    border-bottom: 5px solid #007958!important;
    margin-top: 2px;
    background-color: white;
    text-align: center;
	color: #333;
}

#cookie-modal-popup{
	text-align: left;
}

#cookie-modal-popup label p {
	padding: 10px;
	padding-left: 0;
}

#cookie a {
    color: #007958;
}

#cookie div {
    cursor: pointer;
    margin-top: 18px;
    margin-bottom: 14px;
}

.cookie-btn a {

    border: 1px solid #007958;
    padding: 10px 12px;
}

.modal-title {
	color: #007958;
}

.modal h4,
.modal p,
#cookie-modal-popup div.modal-body fieldset.checkcookie label h4,
#cookie-modal-popup div.modal-body fieldset.checkcookie label p {
	margin-top: 4px;
	margin-left:  4px;
}

.modal h4,
.modal p,
#cookie-modal-popup div.modal-body fieldset.checkcookie label h4 {
	color: #007958;
}

.modal-content {
	border-radius: 0px;
	border: solid 1px #666666;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	padding: 10px;
}

fieldset.checkcookie input[type="checkbox"] + label::before, fieldset.checkcookie input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    border: 3px solid #dedede;
    left: 0;
    top: 0;
    z-index: 1;
}

fieldset.checkcookie input[type="checkbox"], fieldset.checkcookie input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

fieldset.checkcookie input[type="checkbox"] + label, fieldset.checkcookie input[type="radio"] + label {
    position: relative;
    padding-left: 36px;
    min-height: 28px;
    line-height: 28px;
    cursor: pointer;
}

.modal label {
    font-weight: normal;
}

.modal p {
	color: #6c7f8c;
}

.modal-header {
	border-bottom: 2px solid #e5e5e5;
	padding: 10px;
	height: 60px;
}

.modal-header .close{
	top: -27px;
	float: right;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	position: relative;
	left: 23px;
	background-image: url(../images/close.jpg);
	background-size: 20px;
	opacity:1;
}

.modal-footer button {
	float: right;
	border-radius: 0px;
	background-color: #007958;
	border: none;
	padding-right: 35px;
}

.modal-footer button:hover {
	background: #ccd3d8;
	color: #007958;
}

.modal-footer {

    border-top: none;
}

.modal a {
	color: #007958;
	text-decoration: none; 
}

#cookieSaveBtn:after {

    position: absolute;
    content: "\e910";
    font-family: 'halbach';
    height: 34px;
    line-height: 34px;
    font-size: 14px;
	right: 32px;
	bottom: 24px;
}

fieldset.checkcookie input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	width:20px;
	height: 20px;
	z-index: 1;
	top: 4px;
	left: 4px;
   	background-image: url(../images/checked_green.svg);
	background-size: 20px;
	background-repeat: no-repeat;
}

fieldset.checkcookie input[type="checkbox"]:disabled + label:after {
	content: "";
	position: absolute;
	width:20px;
	height: 20px;
	z-index: 1;
	top: 4px;
	left: 4px;
   	background-image: url(../images/checked_grey.svg);
	background-size: 20px;
	background-repeat: no-repeat;
}



