.c-CookieNotice
{
}


.c-CookieNotice a
{ color:#000;
  text-transform:uppercase;

  font-weight:bold;
  display:inline-block;
  cursor:pointer;

}

.c-CookieNotice a:hover
{  text-decoration:underline;

}

.c-CookieNotice a.ajax-option
{ 

}

.c-CookieNotice h2
{ margin-top:0px;

}


.c-CookieNotice .flex-span
{ flex:1;
  display:none;
}
@media (max-width: 1024px){
  .c-CookieNotice .flex-span
  { flex:1;
    display:block;
  }
}


.c-CookieNotice p
{ font-size:16px;
  margin: 0 0 15px 0;
  line-height:20px;

}
.c-CookieNotice button.submit
{ color:#000;
  display:flex;
  justify-content: center;
  margin:0;
  font-size:18px;

}

.c-CookieNotice button.submit>span.material-icons
{ font-size:18px;
  top: 0px;
  position: relative;
  margin-right:10px;
}



.c-CookieNotice button.submit:hover
{ color:#fff;
}

