/* CSS Document */

@font-face {
    font-family: 'robotocondensed-regular';
    src: url('/font/robotocondensed-regular-webfont.woff2') format('woff2'),
    url('/font/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotocondensed-bold';
    src: url('/font/robotocondensed-bold-webfont.woff2') format('woff2'),
    url('/font/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media print {
	
	*{
		font-family: 'robotocondensed-regular', sans-serif;
		color: #000;
		background: #fff;
	}
	
	.displayonly {
		display: none; 
		width: 0; 
		height: 0;
	}
	
	
	nav, main img, footer .col-4 {display: none;}
	
	ul li {list-style: none;}
	
	a {text-decoration: none;}
	
	strong {
		font-family: 'robotocondensed-bold', sans-serif;
		font-weight: normal;
		color: #000;
	}
	
	.notdienst-telefon img {
		float: left;
		height: 30px;
		padding-right: 15px;
	}
	
	
}