.tv-termine th {
   border-color: #ebebeb;
}

.tv-termine-mobile {
	display: none;
}

.tv-termine-mobile-single {
	margin-bottom: 10px;
}

#wpuf-login-form .wpuf-message {
   display: none;
}

#wpuf-login-form .wpuf-message:first-of-type {
   display: block;
}

.single-shortlinks .mh-meta {
	display: none;
}

@media screen and (min-width: 681px){

	hr.tv-termine-mobile-hr {
		display: none;
	}
}

@media screen and (max-width: 680px){

	.tv-termine {
		display: none;
	}

	.tv-termine-mobile {
		display: block;
	}
}

@media screen and (max-width: 520px){
	.hefte_container {
		display: block !important;
	}
}