/* cookie notification box */
div#cookiehint {position:fixed; scrollbar-width:none; bottom:20px; left:20px; max-width:460px; padding:25px; background-color:rgba(255,255,255,0.95); color:#000;
   font-size:1.6rem; border-radius:12px; box-shadow:10px 6px 12px 0 rgba(0, 0, 0, 0.4); z-index:9999; overflow-y:scroll;}
div#cookiehint::-webkit-scrollbar {display:none;}
div#cookiehint h4 {margin:0 0 10px 0; font-weight: 700;}
div#cookiehint a {display:block; padding-top:10px; color:#d75c09;}
div#cookiehint a:hover {text-decoration:underline;}

div#cookiehint div.choose, div#cookiehint div.settings {margin:10px 0;}
div#cookiehint span.cookiebutton, div#cookiehint span.cookiebutton2,
 div#cookiehint span.settingsbutton, div#cookiehint span.consentbutton,
 div#cookiehint span.savebutton {display:inline-block; margin:0 10px 0 10px; padding:5px 10px; line-height:22px; font-size:12px; font-size:1.4rem; font-weight:bold; color:#d75c09; border:solid 1px #c8c8c8; border-radius:4px;}
div#cookiehint span.cookiebutton:hover, div#cookiehint span.cookiebutton2:hover,
 div#cookiehint span.consentbutton:hover,
 div#cookiehint span.settingsbutton:hover {color:#d75c09; background-color:#fff; cursor:pointer; border:solid 1px #d75c09;}
  div#cookiehint span.savebutton:hover,
 div#cookiehint span.consentbutton:hover {color:#000; border:solid 1px #000; cursor:pointer;}

div#cookiehint span.cookiebutton, div#cookiehint span.consentbutton, div#cookiehint span.savebutton
 {border:solid 1px #d75c09;}
div#cookiehint span.cookiebutton2, div#cookiehint span.settingsbutton
 {clear:right; margin:0; color:#999; background-color:#f5f5f5; border:solid 1px #c8c8c8;}
div#cookiehint span.savebutton {margin:10px 0 10px 0;}
div#cookiehint label {font-size:12px; font-size:1.4rem;}
div#cookiehint .box {font-size:10px; font-size:1.3rem;}
div#cookiehint .cookieinfo {margin-bottom:1px; padding:10px; font-size:1.3rem; background-color:#f5f5f5; overflow:hidden;}
div#cookiehint .heading {display:flex; justify-content:space-between;}
div#cookiehint .toggle::before {content:'▼';}
div#cookiehint .toggle.active::before {content:'▲';}
div#cookiehint .cookiegroupdesc {margin-bottom:10px; padding:0 5px; font-size:1.3rem; color:#555;}
div#cookiehint .cookieinfo table {width:100%; margin-bottom:10px; border-collapse:collapse; background-color:#fff;}
div#cookiehint .cookieinfo table th,
 div#cookiehint .cookieinfo table td {padding:0 10px; font-size:1.4rem; color:#555; border:solid 1px #f5f5f5;}
div#cookiehint .cookieinfo table th {width:8rem; text-align:left;}
div#cookiehint span.info {font-size:14px; font-size:1.4rem; color:#999; cursor:pointer;}

@media only screen and (max-width:500px) {
 div#cookiehint  {width: 100%; max-width: none; left: 0; bottom: 0; border-radius: 0;
   -webkit-box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.22);
   -moz-box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.22);
   box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.22);
 }
}
