@charset "utf-8";
/**
 * @author  ( AG NICKIER by Schnacko  )
 * Farben Gelb #feef01 Rot #ed0909 Grün #bcf404
**/
.mendhild {
    color:#fff;
}

article {
	padding:0 0 1rem 0;
	text-align:center;
}

.headkiller {
	width:96%;
	position:relative;
	margin:1.5rem auto;
	font-family: 'Conv_Black Owl';
	font-size:2.8rem;
	line-height:2.8rem;
	color:#000;
	display: table;
	border-collapse: collapse;
	white-space: nowrap;
}

.headkiller::before  {
	content: "";
	display: table-cell;
	width: 50%;
	background-image: linear-gradient(to right, #000 100%, transparent 50%);
	background-position: 0 50%;
	background-repeat: repeat-x;
	background-size: 0.5em 0.05em;
	border-right: .5rem solid transparent;
}

.headkiller::after {
	content: "";
	display: table-cell;
	width: 50%;
	background-image: linear-gradient(to right, #000 100%, transparent 50%);
	background-position: 0 50%;
	background-repeat: repeat-x;
	background-size: 0.5em 0.05em;
	border-left: .5rem solid transparent;
}

img.kurt {
	width:28rem;
}
@media all and (max-width: 960px) {
.headkiller {
	width:93.5%;
}
}

@media all and (max-width: 800px) {

}

@media all and (max-width: 620px) {
article {
	max-width:26rem;
	min-width:26rem;
}
.headkiller {
	font-size:2.2rem;
	line-height:2.2rem;
}
/*
.headkiller::before  {
	display: none;
}

.headkiller::after {
    display: none;
}
*/
img.kurt {
	width:22rem;
}
}

@media all and (max-width: 419px) {
article {
	min-width:20rem;
	max-width:20rem;
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.headkiller {
	font-family: 'Conv_Black Owl';
	font-size:1.8rem;
	line-height:2.2rem;
	border-collapse: collapse;
	border-bottom:0;
	margin:0 auto;
}

.headkiller::before {
	display: none;
}

.headkiller::after {
	display: none;
}
img.kurt {
	width:18rem;
}
}
