.kursplan {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 1.5rem;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 1.5rem;
}

.active, .kursplan:hover {
	background-color: #323232;
	color: #e5e7e3;
}


.accordion_panel {
	padding: 0 1.5rem;
	background-color: #FBFEF9;
	display: none;
	overflow: hidden;
	text-align: center;
}

.kursplan:after {
	content: '\002B';
	color: #69a041;
	font-weight: bold;
	float: right;
	margin-left: 0.5rem;
}

.active:after {
	content: "\2212";
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	padding: 0.5rem;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

b {
	color: #323232;
	text-decoration: none;
	font-size: 2rem;

}

c
{
	color: #69a041;
	text-decoration: none;
	font-size: 3.5rem;
}
.article .newsfeed {
	position: relative;
	max-width: 50rem;
	margin: 0 auto;
}
.article .newsfeed img{
	margin-top: initial ;
	margin: initial;
	float: initial;
	max-height: initial;
	max-width: initial;
	object-fit: initial;
}

.article .newsfeed .feedtxt {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.4);
	width: 95%;
	padding: 1.25rem;
	height: 9rem;
}
.article .newsfeed .feedtxt h2{
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.article .newsfeed .feedtxt p{
	color: #ffffff;
	font-size: small;
	line-height: normal;
	text-align: left;
}