body {
	--bg-main: #fff;
	--cl-main: #1a1a1a;
}

body.theme-dark {
	--bg-main: #121212;
	--cl-main: #ffffffde;
}

@media (prefers-color-scheme: dark) {
	body {
		--bg-main: #121212;
	}

	body.theme-light {
		--bg-main: #fff;
	}
}

*,
:after,
:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: hidden;
}
.fokusupdate {
	margin-top: 20px;
	background: var(--bg-main);
	color: var(--cl-main);
	font-family: "Roboto", sans-serif;
}

.fokusupdate a {
	text-decoration: none;
	color: inherit;
	vertical-align: baseline;
	outline: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.fokusupdate__logo {
	max-width: 95px;
	display: block;
	margin-bottom: 4px;
}
.fokusupdate__logo img {
	width: 100%;
}

.fokusupdate__inner {
	display: flex;
	width: 100%;
}
.fokusupdate__photo {
	overflow: hidden;
	flex: 0 0 130px;
	max-width: 130px;
	height: 110px;
	margin-right: 15px;
}
.fokusupdate__photo img {
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
	-o-object-fit: cover;
	object-fit: cover;
}
.fokusupdate__text {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.fokusupdate__text h3 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin: 0;
	line-height: 1.2;
}

.dark-wrapper-iframe {
	display: none;
}
