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

#annonsebeholder {
	box-sizing: border-box;
	display: block;
	height: 350px;
	width: 190px;
}
.annonse {
	color: inherit;
	display: none;
	height: 100%;
	opacity: 0;
	text-decoration: none;
}
.vis {
	align-items: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	opacity: 1;
}
.tittel {
	font-size: 20px;
	font-weight: bold;
}
.bilde {
	align-self: center;
	display: block;
	filter: drop-shadow(1px 2px 4px rgb(0 0 0 / .75));
	max-width: 80%;
}
.undertittel {
	font-size: 16px;
}
.tittel,
.undertittel {
	padding: 1rem;
	text-align: center;
}