/**

  * Cookiebar - Styles

  *

  * @author Jan-Markus

  */



  .cookiebar {

    position: fixed;

    bottom: 0;

    left: 0;

    width: 100%;

    text-align: center;

    line-height: 1.5;

    background:#000;

    color: #fff;
	float:left;
	opacity:0.7;
	padding:5px 0;

  }

  .cookiebar .text {

    padding:0 10px;

    margin: 0;
	float:left;

  }

  .cookiebar .buttoncontainer {

    margin: 0.625rem;

  }

  .cookiebar .button {

    display: inline-block;

    padding: 5px 10px;

    text-decoration: none;

    border: 0;

    color: #000;

    cursor: pointer;
	float:left;

  }
  
  .cookiebar .button:hover {opacity:0.9;}

  .cookiebar .accept {

    background-color: #fff;

  }

  .cookiebar .more {

    background-color: #2980b9;

  }

