body {
  margin: 0;
  padding: 0;
}

.cookies-eu-banner {

}

.cookies-eu-banner button {

}

.cookies-eu-banner button:hover {
  background: #000;
  color: #fff;
}
.cookies-eu-banner a{
	color: #000;
	text-decoration: underline !important;
}	
.cookies-eu-banner a:hover{
	color: #47A8C5;
}	
.hiddenkok {
  display: none;
}
.coockiesshow { }

.cookies-eu-banner .cookiesh button {

}

.cookies-eu-banner .cookiesh button:hover {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
	#cookieNotice.display-right {
    left: 4% !important;
    bottom: 80px !important;
    max-width: 93% !important;
	
}
#cookieNotice p, #cookieNotice ul {
    
   line-height: 34px;
}
}

@media(max-width:48rem){
#cookieNotice p, #cookieNotice ul {
   
    line-height: 34px;
}	
.cookiesh { 
	display:block !important; 
	font-size: .92rem;
    line-height: 22px;
    
	}
.cookiesh1 { 
	display:none !important; 
	
	}	

}
.cookiesh1 { display:block; }
.cookiesh { 
	display:block !important; 
	font-size: .95rem;
    line-height: 22px;
    
	}
	
#cookieNotice.display-right {
    left: 33%;
    bottom: 30px;
    max-width: 595px;
}
#cookieNotice.light {
    background-color: #edede8;
  
    color: #000;
   
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 15px 15px 5px 15px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 1rem;
    margin-bottom: 0px;
}
#cookieNotice .btn-wrap {
  
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
	display: contents;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 90px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
.btn-primary{
    color:#ffffff;
    background:#000;
    border: 1px solid #000;
}	