/* Cookie bar */ 
/** Url :wp-content/plugind/responsiv-cookie-banner/css/rcb.css **/


body #cookie-banner {
  display: none;
  width:400px;
  background-color:rgba(0, 0, 0, 0.95) !important;
  position:fixed;
  bottom:12px; 
  right:12px;
  font-family:bnplight;
  font-weight:600;
  font-size:15px;
  border-bottom:2px solid rgba(0, 0, 0, 0.3);
  -mox-border-bottom:2px solid rgba(0, 0, 0, 0.3);
  box-sizing:content-box;
  line-height:1;
  letter-spacing:0;
  z-index:1000;
  padding:20px;
  border:0 none;
  box-sizing: border-box;
  opacity: 0.95;
}
body #cookie-banner #cookie-banner-container {
  display:table;
  margin-left:auto;
  margin-right:auto;
  padding-top:12px;
  padding-bottom:11px;
}
body #cookie-banner #cookie-banner-container .left {
  display:inline-block;
  max-width: 100%;
  color:#fff;
  vertical-align:middle;
  margin-bottom:10px;
  font-size:15px;
  font-weight:lighter;
  font-family:bnplight;
  letter-spacing:0;
  line-height: 1.8rem;
}
body #cookie-banner #cookie-banner-container .right {
  display:inline-block;
}
body #cookie-banner #cookie-banner-container .right a.more-info {
  text-decoration:none;
  color:#fff;
  font-weight:lighter;
  display:inline-block;
  font-size:14px;
  font-family:bnplight;
}
body #cookie-banner #cookie-banner-container .right a.more-info:hover {
  text-decoration:underline;
}
body #cookie-banner #cookie-banner-container .right .accept {
  border:0;
  font-size:14px;
  margin-right:12px;
  font-family:bnplight;
  font-weight:700;
  padding:8px 10px;
  background-color:#00975e;
  color:#fff;
  display:inline-block;
  -mox-box-shadow:0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow:0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  background-image:none;
}
body #cookie-banner #cookie-banner-container .right .accept:hover {
  background-color:#00975e;
  cursor:pointer;
  text-decoration:none;
}
body #cookie-banner #cookie-banner-container .right .accept:active {
  -mox-box-shadow:none;
  box-shadow:none;
  cursor:pointer;
}
@media only screen and (max-width:1346px) {
  body #cookie-banner #cookie-banner-container .left {
    font-size:13px;
  }
  body #cookie-banner #cookie-banner-container .right .accept {
    font-size:13px;
  }
  body #cookie-banner #cookie-banner-container .right a {
    font-size:13px;
  }
}
@media only screen and (max-width:1005px) {
  body #cookie-banner #cookie-banner-container {

  }
}
@media only screen and (max-width:950px) {
  body #cookie-banner #cookie-banner-container .right {

  }
  body #cookie-banner #cookie-banner-container .left {
  }
}


@media only screen and (max-width:756px) {
	body #cookie-banner{
		width:100%;
		right: 0;
		bottom: 0;
		padding: 12px; 
	}
}


/* Alfred berg 
body #cookie-banner #cookie-banner-container .right .accept,body #cookie-banner #cookie-banner-container .right .accept:hover{background-color:#0065a4;}*/
