div.herz h4 {
	color: rgb(14, 14, 14);
	font-size: 16pt;
	left: 17px;
	line-height: 100%;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	top: -8px;
	width: 30px;
	z-index: 1 !important;
}

div.herz:after {
	left: 0!important;
	transform: rotate(45deg)!important;
	transform-origin: 100% 100%!important;
}

div.herz:before, div.herz:after {
	background: rgb(230, 0, 0);
	border-radius: 350px 350px 0 0;
	content: "";
	height: 67px;
	left: 42px;
	position: absolute;
	top: 0;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
	width: 42px;
}

div.text {
	height: 75%;
	max-height: 75%;
	min-height: 75%;
}

h5.hsize {
	font-size: 2em;
}

.blink {
	animation: blink 1s linear 19;
	-moz-animation: blink 1s linear 19;
	-ms-animation: blink 1s linear 19;
	-o-animation: blink 1s linear 19;
	-webkit-animation: blink 1s linear 19;
}

.imgcontent {
	border: 3px solid black;
	border-image: none;
	height: 222.1px;
	margin-left: 5px;
	width: auto;
}

div.herz {
	height: 63px;
	position: relative;
	width: 70px;
}

@-moz-keyframes blink {
	0% {
		color: #E60000;
	}

	100% {
		color: #0E0E0E;
	}

	50% {
		color: #0E0E0E;
	}

	50.01% {
		color: #E60000;
	}
}

@-ms-keyframes blink {
	0% {
		color: #E60000;
	}

	100% {
		color: #0E0E0E;
	}

	50% {
		color: #0E0E0E;
	}

	50.01% {
		color: #E60000;
	}
}

@-o-keyframes blink {
	0% {
		color: #E60000;
	}

	100% {
		color: #0E0E0E;
	}

	50% {
		color: #0E0E0E;
	}

	50.01% {
		color: #E60000;
	}
}

@-webkit-keyframes blink {
	0% {
		color: #E60000;
	}

	100% {
		color: #0E0E0E;
	}

	50% {
		color: #0E0E0E;
	}

	50.01% {
		color: #E60000;
	}
}

@keyframes blink {
	0% {
		color: #E60000;
	}

	100% {
		color: #0E0E0E;
	}

	50% {
		color: #0E0E0E;
	}

	50.01% {
		color: #E60000;
	}
}

@media only screen and (max-width:1000px) {
	div.text {
		min-width: -webkit-fill-available!important;
	}

	.blueheadborder {
		visibility: hidden!important;
	}

	.menc {
		font-size: 3em !important;
		line-height: 1;
	}

	.menc a:active {
		color: #B73F1E!important;
		font-weight: normal!important;
		text-decoration: none!important;
	}

	.menc a:active:hover {
		background-color: red;
		color: black;
		font-weight: unset;
	}

	.menc a:hover {
		background-color: red;
		color: black;
		font-weight: unset;
	}

	.menc a:visited {
		color: #A2374B!important;
		font-weight: normal!important;
	}

	.menc a:visited:hover {
		background-color: red;
		color: black;
		font-weight: unset;
	}

	.menleiste {
		visibility: hidden!important;
	}
}