/* ### Nyheder ### */
.single-post #main-content .et_pb_row {
	background-color: #f8f8f8 !important;
}
.dsu-nyhed-oversigt-wrapper {
	display: flex;
	gap: 35px;
	flex-wrap: wrap;
}
.dsu-nyhed-oversigt-item {
	flex-basis: 31%;
	background-color: #fff;
}
.dsu-nyhed-oversigt-item:first-child {
	background-color: unset;
	display: flex;
	width: 100%;
	flex-basis: 100%;
	height: 300px;
}
.dsu-nyhed-oversigt-col1 {
	position: relative;
	height: 175px;
	background-repeat: no-repeat;
	background-size: cover;
}
.dsu-nyhed-oversigt-item:first-child .dsu-nyhed-oversigt-col1 {
	flex-basis: 50%;
	height: 100%;
}
.dsu-nyhed-oversigt-item:first-child .dsu-nyhed-oversigt-col2 {
	flex-basis: 50%;
	height: 100%;
	padding: 15px 40px;
	position: relative;
}
.dsu-nyhed-oversigt-hr {
	width: 100%;
	flex-basis: 100%;
	border-bottom: solid 1px #4d4d4d;
	margin-bottom: 35px;
	margin-top: 15px;
}
.dsu-nyhed-oversigt-dato {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px 25px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-family: KohinoorBanglaBold;
	font-size: 20px;
	background-color: var(--dsu-color-red1);
}
.dsu-nyhed-oversigt-col2 {
	padding: 20px;	
}
.dsu-nyhed-oversigt-title {
	font-family: KohinoorBanglaBold;
	font-size: 20px;
	color: #4d4d4d;
	line-height: 1.1em;
}
.dsu-nyhed-oversigt-item:first-child .dsu-nyhed-oversigt-title {
	font-size: 32px;
	margin-bottom: 15px;
}
.dsu-nyhed-oversigt-uddrag {
	display: none;
}
.dsu-nyhed-oversigt-item:first-child .dsu-nyhed-oversigt-uddrag {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #4d4d4d;
}
.dsu-nyhed-oversigt-laesmere {
	margin-top: 50px;
}
.dsu-nyhed-oversigt-item:first-child .dsu-nyhed-oversigt-laesmere {
	margin-top: 20px;
	position: absolute;
	bottom: 15px;
}
.dsu-nyhed-oversigt-laesmere a {
	color: var(--dsu-color-red1);
	font-family: KohinoorBanglaBold;
	font-size: 20px;
}
.dsu-nyhed-oversigt-laesmere img {
	vertical-align: -2px;
	margin-left: 10px;
}
.single-post #main-content .et_pb_section {
	padding: 0;
}
.single-post #main-content .et_pb_row {
	width: 100%;
}