* {
	box-sizing: border-box;
	}

html {	
	font-size: calc(var(--entryfontsize) * 1px);
	}

body {
	margin: 0;
	padding: 1em 1.5em 2em 1.5em ;
	line-height: 1.1;
	font-family: "union", "Helvetica", sans-serif;

	}
	
.main {
	width: 100%;
	display: grid;
	row-gap: 2rem;
	column-gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	grid-auto-rows: 0;
	}

.main-article {
	width: 100%;
	display: grid;
	column-gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
	}

	.core {
		margin-bottom: 1em;
		}
	

	.side {
		grid-column: span 1;
		display: grid;
		row-gap: 1.1em;
		opacity: 0.25;
		grid-template-columns: 1fr 1fr;
		column-gap: 2em;
		grid-auto-rows: 0;
		}

	aside .entry {
		font-size: 0.5rem;
		}

		aside .header{
			opacity: 100%;
			}
				
		aside img{
			filter: grayscale(1);
			}				
	
	.entry {
		overflow: visible;
		position: relative;
		height: fit-content;
		}
		
		.title-box {
			cursor: pointer;
			}
		
		.dots {
			fill: none;
			stroke: black;
			stroke-width: 1.5px;
			vector-effect: non-scaling-stroke;
			}
		
		
			.title-box:hover .dots {
				fill: black;
				}
			
			.title-box:hover .a6261624-9fc3-41b7-86c4-2bbd0e60672a {
			
				display: none;
			
			}

				
			.title-box:hover .f76813a9-3629-4a5b-aff5-35fb1f58940f {
			
				fill: black;
				display: block;
			
			}	
	
	.svg-dots {
		position: absolute; 
		overflow: visible;
		z-index: -1;
		}

.share {
	display: flex;
	position: relative;
	margin-bottom: 1em;
	}
	
	.social {
		height: 1.5em;
		margin-right: 0.5em;
		position: relative;
		display: inline flow-root list-item;
		}
		
		.social img {
			margin-bottom: calc(var(--lineheight) / 4);
			margin-top: 0;
			}
			
	img {
		margin-top: 1em;
		width: 100%;
		height: auto;
		}
	
	figure {
		width: 100% !important;
		}
		
		figcaption {
			opacity: 0.25;
			font-size: 0.75rem;
			}
	
		.ex {
			height: 17em;
			object-fit: cover;
			object-position: top;
			margin: 1em 1.5em;
			width: calc(100% - 3em);
			position: absolute;
			}
			
		.ex-title {
			margin-top: 6.25em;	
			}		


	p {
		margin-bottom: 0;
		}
		
		.grey {
			opacity: 0.25;;	
			}			
	
	a, a:hover, a:visited {
		color: black;
		text-decoration: none;
		}
	
	h1 {
		font-weight: normal;
		margin:0;
		font-size: 3em;
		line-height: 1;
		}
	
	h2 {
		margin: 0;
		font-size: 2em;
		font-weight: normal;
		line-height: 1;	
		}

	
	.header {
		margin: 0;
		opacity: 0.25;
		margin-bottom: 1em;
		font-size: 1em;
		}	
	
	.indent {
		width: 4em;
		display: block;
		height: 8em;
		float: left;
		}


.share {
	display: flex;
	}

.input-newsletter {
	font-family: 'union', 'Helvetica', sans-serif;
	background: none;
	border-radius: 0;
	border: none;
	display: inline;
	vertical-align: text-top;
	font-size: 1em;
	padding: 0;
	line-height: inherit;
	}

	input::placeholder {	
		font-family: 'union', 'Helvetica', sans-serif;
		font-size: 1em;
		color: black;
		opacity: 1;
		margin: 0;
		padding: 0;
		line-height: inherit;
		display: inline;
		vertical-align: baseline;
		}

.button {
	background: none;
	border-radius: 0;
	border: none;
	display: inline;
	vertical-align: baseline;
	font-size: 1em;
	font-family: 'union', 'Helvetica', sans-serif;
	color: black;
	font-weight: bold;
	padding: 0;
	cursor: pointer;
	line-height: inherit;
	}

.related {
	margin-top: 1em;
	}

.menu {
	border-top: 1.5px solid black;
	border-bottom: 1.5px solid black;
	padding-top: 0.15em;
	padding-bottom: 0.2em;
	}	
	
.visit {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	grid-gap: 1em;
	font-size: 1em;
	}	