﻿/*!
 * Copyright - w3 GmbH (https://www.w3.de)
 */#cookie-bar {position: relative;width: 100%;background: rgba(239,239,229,1);border-top: 2px solid #fff;font-size: 16px;color:#404040;text-align:left;padding: 20px 0 30px 0;}#cookie-bar.fixed {position: fixed;left: 0;bottom: 0;width:100%;margin: 0;border-radius: 0;}#cookie-bar.fixed.bottom {bottom: 0;top: auto;margin: 0 auto;}#cookie-bar p {margin:0;padding: 0 50px;font-size: 16px;font-weight: 400;color: #000;}#cookie-bar a {color:#000;display:inline-block;border-radius:6px;text-decoration:none;padding:0 6px;margin-right:6px;}#cookie-bar .cb-enable {background:#fff101;color:#000;font-weight: bold;padding: 3px 12px 3px 12px;}#cookie-bar .cb-enable:hover {background:#c2c2ab;color: #000;}#cookie-bar .cb-enable:focus {background:#fff;color: #000;}#cookie-bar .cb-disable {background:#fff101;color:#000;font-weight: bold;padding: 3px 12px 3px 12px;border-radius:;}#cookie-bar .cb-disable:hover {background:#c2c2ab;color: #ffffff;}#cookie-bar .cb-disable:focus {background:#fff;color: #000;}#cookie-bar .cb-policy {background:#fff;color:#000;font-weight: bold;padding: 3px 12px 3px 12px;}#cookie-bar .cb-policy:hover {background:#c2c2ab;color: #ffffff;}#cookie-bar .cb-policy:focus {background:#fff;color: #000;}@media only screen and (max-width:768px){#cookie-bar .cb-enable {margin-bottom: 10px;}#cookie-bar .cb-disable {margin-bottom: 10px;}#cookie-bar .cb-policy {margin-bottom: 10px;}}