@charset "UTF-8";

@media screen {
main section>article {
		-webkit-column-count:1;
		-moz-column-count:1;
	column-count:1;
}

.homehead {padding-left:25px; padding-right:25px;}

main section .keyimage {margin:-20px 0 30px 0;}

@font-face {
	font-family:'Broadcast'; 
	src:url('Broadcast_Matter.ttf') format('truetype');
	src:url('BroadcastMatter.woff') format('woff');
	}

.rot-ob {
	font-family:'Broadcast'; 
	padding:10px 10px 10px 25px;
	margin:0px 0 20px 0;
}

.rot-ob img {right:-45px;}

.deckelkol img {
	right:0;
	top:45px;
	height:90px;
	width:150px;
}

.deckelkol-foto img {
	position:absolute;
	z-index:10;
	right:0;
	top:205px;
	height:315px;
	width:110px;
}
}

@media screen and (min-width:500px) {
main section>article {padding-right:50px;}
main section>.preis {margin-right:50px;}
}

@media screen and (min-width:550px) {
main section>article {padding-right:100px;}
main section>.preis {margin-right:100px;}
}

@media screen and (min-width:600px) {
main section>article {padding-right:150px;}
main section>.preis {margin-right:150px;}
}

@media screen and (min-width:650px) {
main section>article {padding-right:200px;}
main section>.preis {margin-right:200px;}
}

@media screen and (min-width:700px) {
main section>article, .zweispaltig {
		-webkit-column-count:2;
		-moz-column-count:2;
	column-count:2;
		-webkit-column-gap:2.5rem;
		-moz-column-gap:2.5rem;
	column-gap:2.5rem;
	padding-right:25px;
}

main section article {
	border-bottom:1px solid rgb(224,0,31);
	padding-bottom:15px;
}

main section article img {margin-top:3px;}

main section article:last-child, main section article article, .ohnelinie {
	border-bottom:none;
	padding-bottom:0;
}

main section article article {padding-right:0 !important;}

main section>.preis {
		-webkit-column-count:1;
		-moz-column-count:1;
	column-count:1;
	border-bottom:1px solid rgb(224,0,31) !important;	
	margin-right:25px;
}

main section article .preis  {
	border-bottom:1px solid rgb(224,0,31) !important;
}

.einspaltig {
		-webkit-column-count:1;
		-moz-column-count:1;
	column-count:1;
	margin-right:0;
}

#faks {
		-ms-flex-direction:column;
		-webkit-flex-direction:column;
	flex-direction:column;
		-ms-flex-flow:wrap;
		-webkit-flex-flow:wrap;
	flex-flow:wrap;
		-ms-justify-content:center;
		-webkit-justify-content:center;
	justify-content:center;
	margin-top:15px;
}

#faks:first-child {margin-top:0;}

.einzelfaks {max-width:230px;}

.einzelfaks p, .center {text-align:center;}
.einzelfaks p img {max-width:200px;}
.name {width:230px;}
.keinumbruch {break-inside:avoid !important;}

.einzelfaks:nth-child(even) {margin:0 20px 8px 20px;}
.einzelfaks:nth-child(odd) {margin:0 20px 8px 20px;}
}

@media screen and (min-width:1022px) {
#faks {padding:0;}
.einzelfaks {max-width:210px;}
.einzelfaks:nth-child(even), .einzelfaks:nth-child(odd) {margin:0 15px 10px 15px; padding:0;}
}