@charset "utf-8";
/* CSS Document */

#cookie-bar {
	background-color:#EDEDED;
	padding: 13px 0;
}

#cookie-bar p {
	width:940px;
	margin:auto;
	text-align:center;
	line-height:23px;
}

#cookie-bar p:before {
	display: inline-block;
	margin-right:10px;
	content:"";
	background: url(../images/icon_cookie.png) 50% 50% no-repeat;
	background-size: contain;
	width:23px;
	height:23px;
	vertical-align:middle;
}

#cookie-bar a {
	display:inline-block;
	padding: 0 20px;
	margin-left:15px;
  background: #086BB2 url(../images/arr_more.png) 8px 8px no-repeat;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #FFFFFF;
  line-height: 24px;
  text-decoration:none;
}

#cookie-bar a:hover {
	background: #78C0F3 url(../images/arr_more_ov.png) 8px 8px no-repeat;
}

@media screen and (max-width:736px) {
#cookie-bar {
	padding:1rem;
}
#cookie-bar p {
	display:table;
	width:100%;
	text-align:left;
}

#cookie-bar span, #cookie-bar p:before {
	display:table-cell;
	vertical-align:middle;
}
#cookie-bar .cookie-msg {
	padding-left:9px;
	font-size:1rem;
	line-height:1.4;
}

#cookie-bar a {
	line-height:31px;
	font-size:1.2rem;
	position:relative;
	background-image:none;
}

#cookie-bar a:hover {
	background: #78C0F3;
}

#cookie-bar a::after {
	position: absolute;
	top: 50%;
	left: 3.448275862068966%;
	display: block;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	margin-top: -0.5rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
}