#cookieLaw {
	display: none;
	position: relative;
	z-index: 100;
	background-color: #414141;
}
#cookieLaw .cookieLawContent {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#cookieLaw .cookieLawContent p {
	color: #cccccc;
	padding: 0;
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-weight: 400;
}
#cookieLaw .cookieLawContent p a {
	text-decoration: underline;
	color: #ffffff;
}
#cookieLaw .cookieLawContent p a:hover {
	text-decoration: none;
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn a {
	cursor: pointer;
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	border: none;
	background: transparent;
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cookieLaw .cookieLawContent .cookieLawCloseBtn a:before,
#cookieLaw .cookieLawContent .cookieLawCloseBtn a:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	top: 50%;
	left: 0;
	background: #ffffff;
}

@media screen and (min-width: 768px), print {
	#cookieLaw .cookieLawContent {
	height: 50px;
	max-width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	width: 1120px;
	}
	#cookieLaw .cookieLawContent p {
	font-size: 14px;
	line-height: 1.28571;
	}
	#cookieLaw .cookieLawContent .cookieLawCloseBtn {
	margin-left: 20px;
	}
	#cookieLaw .cookieLawContent .cookieLawCloseBtn a {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	}
	#cookieLaw .cookieLawContent .cookieLawCloseBtn a:hover {
	opacity: 0.5;
	}
}
@media screen and (max-width: 767px) {
	#cookieLaw .cookieLawContent {
	padding-left: 3.75vw;
	padding-right: 3.75vw;
	height: 20vw;
	}
	#cookieLaw .cookieLawContent p {
	font-size: 4.0625vw;
	line-height: 1.23077;
	}
	#cookieLaw .cookieLawContent .cookieLawCloseBtn {
	margin-left: 2.5vw;
	}
}

#cookieLaw.is-active + .header {
	position: absolute;
	top:64px;
}
