
/* Cookie Dialog */
#gdpr-cookie-message {
position: fixed;
z-index: 10000;
left: 0px;
bottom: 0px;
  
background-color: #D2D0D0;
background-color: #fff;
padding: 20px;
padding: 20px;
box-shadow: 0 6px 6px rgba(0,0,0,0.25);
margin-left: 0px;
width:100vw;
border: 1px solid #000;
font-family: "Atkinson Hyperlegible", helvetica, arial, sans-serif;
font-weight: normal;
}



#gdpr-cookie-message h4 {
    color: #000;
  font-family: "Atkinson Hyperlegible", helvetica, arial, sans-serif;
 font-weight: bold; 
 font-size: 22px; line-height: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
font-weight: 700;
font-size: 30px;
line-height: 34px;

}


#gdpr-cookie-message h5 {
 color: #000;
  text-transform:none;
  font-family: "Atkinson Hyperlegible", helvetica, arial, sans-serif;
 font-weight: normal; 
    margin-bottom: 10px; 
}


#gdpr-cookie-message p, .iframenotice p , .iframenotice label {
	font-family: "Atkinson Hyperlegible", helvetica, arial, sans-serif;
    color: #000;  margin-bottom:20px;}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

 
#gdpr-cookie-message li {
 display: inline-block; padding-right: 30px; padding-bottom: 16px;
}



#gdpr-cookie-message li input{ display:inline-block; margin-right: 16px;}

 #gdpr-cookie-message label  {font-family: "Atkinson Hyperlegible", helvetica, arial, sans-serif;
font-size: 22px}



#gdpr-cookie-message a , .iframenotice a {
    color:  #000;
    text-decoration: none;font-family: "Atkinson Hyperlegible", helvetica, arial, sans-serif;
 text-decoration:underline;
  
/*     padding-bottom: 2px; border-bottom: 1px dotted rgba(255,255,255,0.75);*/
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color:#000;
  /*  border-bottom-color: #009ba7;*/
    transition: all 0.3s ease-in;
}
 
#gdpr-cookie-message button,
button#ihavecookiesBtn ,
button#ihavecookiesBtnMedia , button#ihavecookiesBtnMediaOSM , #cookienotice {
font-family: "Atkinson Hyperlegible", helvetica, arial, sans-serif;
font-size: 22px;
line-height: 28px;
background: #000;
border: 1px solid #000;
color: #fff;
  
padding: 6px 20px 6px 20px;
/*border-radius: 30px;*/
  
cursor: pointer;
transition: all 0.3s ease-in;
margin-right: 18px; margin-bottom: 16px;
}

#gdpr-cookie-message button:hover {
    background: #A020F0;
    color:  #fff;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: #000;
    color:#fff; border: 1px solid #000;   
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
    width: 18px; height: 18px;
}



#gdpr-cookie-types {float:left;}
#gdpr-cookie-buttons {float:right; }

 

.iframenotice {
padding: 10px;position:absolute; z-index:1000;

}
.iframenotice p {border:none !important; }

 
 @media all and (min-width: 768px){
 	
#gdpr-cookie-message {
width: 66.666667vw;
width: 100vw;

}
#gdpr-cookie-message li     { padding-bottom: 0px;}

#gdpr-cookie-message button,
button#ihavecookiesBtn ,
button#ihavecookiesBtnMedia, button#ihavecookiesBtnMediaOSM { margin-bottom: 0px;}
 }