/**
  * Cookiebar - Styles
  *
  * @author Jan-Markus
  */

  .cookiebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    line-height: 1;
    background-color: #111111;
    color: #ffffff;
	font-family: 'Arial';
	font-size:12px;
  }
  .cookiebar .text {
    padding: 0;
    margin: 0;
	text-align: center;
  }
  .cookiebar .buttoncontainer {
    margin-top: 0.625rem;
  }
  .cookiebar .button {
    display: inline-block;
    padding: 4px 6px;
    margin: 0;
    font-size: 12px;
    text-decoration: none;
    border: 0;
    color: white;
    cursor: pointer;
  }
  .cookiebar .accept {
    background-color: #27ae60;
  }
  .cookiebar a.more,
  .cookiebar a.more:active,
  .cookiebar a.more:visited {
    color: #2980b9;
  }
  
  
