/*MIXINS*/
@-moz-keyframes scroll-bounce {
  50% {
    -moz-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes scroll-bounce {
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes scroll-bounce {
  50% {
    -moz-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px); }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
/**=====================
 * Mixins Flex specific
======================*/
.cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3000;
  padding: 15px 0;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  background-color: #000f08;
  line-height: 24px; }
  .cookies a {
    color: #eee;
    text-decoration: underline; }
    .cookies a:hover {
      color: #fff;
      text-decoration: none; }
  .cookies .cookie-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    text-align: center; }
    .cookies .cookie-container:after {
      content: '';
      height: 0;
      display: block;
      clear: both; }
  .cookies button {
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    height: auto;
    line-height: 1.5;
    clear: both;
    color: #fff;
    background-color: #007436;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -moz-transition: all, 0.2s, easeinout;
    -o-transition: all, 0.2s, easeinout;
    -webkit-transition: all, 0.2s, easeinout;
    transition: all, 0.2s, easeinout;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    border-radius: 7px;
    border: 0; }
    .cookies button:hover {
      background-color: #e8f4d9;
      color: #001d10; }
  .cookies p {
    margin: 0;
    padding: 0 0 15px 0; }
  .cookies.accept {
    display: block; }

/*# sourceMappingURL=koektrommel.css.map */
