@font-face {
	font-family: "CircularGraubuendenWeb";
	src: url("/templates/yoo_lykka/fonts/CirculargraubuendenWeb-Book.woff2") format("woff2"),url("/templates/yoo_lykka/fonts/CirculargraubuendenWeb-Book.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	font-stretch: normal;
}

@font-face {
	font-family: "CircularGraubuendenWeb";
	src: url("/templates/yoo_lykka/fonts/CirculargraubuendenWeb-Bold.woff2") format("woff2"),url("/templates/yoo_lykka/fonts/CirculargraubuendenWeb-Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	font-stretch: normal;
}
@page {
	size: A4 portrait;
	margin: 0;
}
body {
	margin: auto;
}
h1, h2, h3, h4, h5 {
	page-break-after: avoid;
}
table, figure {
	page-break-inside: avoid;
}
strong, b {
	font-weight: 600;
}
.cadre_alert_cookies {
	display: none;
}
.page-wrapper {
	width: 182mm;
	margin: auto;
	padding: 0 14mm;
}
.page {
	width: 100%;
	height: 269mm;
	padding: 14mm 0;
}
.front-cover { 
	position: relative;
	width: 100%;
	height: 90%;
	overflow: hidden;
}
.front-cover::before {
	content: "";
	display: block;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .25) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.front-cover > .cover-image { 
	background: url("../images/copertina-stampa-eventi.jpg");
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.front-cover > .cover-overlay {
	position: absolute;
	bottom: 60px;
	left: 60px;
	z-index: 1;
}
.cover-overlay > h1 {
	color: #fff;
	font-size: 110px;
	line-height: 120px;
}
.cover-overlay > h2 {
	color: #fff;
	font-size: 70px;
	line-height: 70px;
	margin-top: 0;
}
.front-claim {
	padding: 25px 0 0 60px;
}
.contents {
	padding: 0;
}
.single-event {
	border-top: 2px solid #4e769c;
	padding-top: 10px;
	padding-bottom: 40px;
}
.single-event .uk-panel-title {
	margin-bottom: 0;
}
.single-event .date-container {
	margin-bottom: 5px;
	font-family: "CirculargraubuendenWeb-Book",Arial,sans-serif;
}
.single-event .date-container > .line-1 {
	font-weight: 600;
	font-size: 2.3em;
	line-height: 1.3;
}
.single-event .date-container > .line-2 {
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.1;
	color: #4e769c;
}
.footer {
	background: #dfdfd8;
	color: #6f6f57;
	padding: 20px;
}
.footer > .footer_inner {
	width: 100%;
}
.footer a,
.footer a:visited,
.footer a:hover,
.footer a:focus {
	color: #6f6f57;
}
.page-break-before { display: block; page-break-before: always; padding: 0; width: 100%; height: 14mm; }
.page-break-after { display: block; page-break-before: always; padding: 0; width: 100%; height: 0mm; }