@media print {
	
	/*Schriftgrößen*/
	body{
		font-size:20px;
	}
	.main-content h1, .main-content h2{
		font-size:30px;		
	}
	.main-content h3, .main-content h4{
		font-size:20px;
	}
	
	.carousel-claim{
		font-size:40px;
		line-height:45px;
		text-align:right;
	}
	.carousel-claim .smaller{
		font-size:20px;
		text-align:right;
	}
	.carousel-claim   a[href]:after {
		content: none !important;
	}
	ul.breadcrumb li{
		font-size:20px;
	}
	
	/*Allgemeine Elemente ausblenden*/
	/*.carousel,
	.col-md-4,*/
	.carousel,	
	#footer,
	.language-switch,
	.main-content .feed-icon,
	.feed,
	.col-md-4>.custom{
		display:none;
	}
	
	/*Akkordeons ausklappen*/
	/*.collapse{
		display:block;
		height:auto;
	}*/
	
	/*Hintergrundbilder drucken*/
	* {
		-webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
		color-adjust: exact !important;                 /*Firefox*/
	}
	
	/*Anfahrt KArte drucken*/
	#ccctc-149{
		content:url(../../../images/anfahrt.png);
	}
	
	/*Elemente drucken*/
	
	.col-md-4,
	.navbar-logo{
		display:block;
	}

	
	
	/*Zweispaltiger DRuck*/
	/*.col-md-8 {
		width: 66.66666667%;
		float:left;
	}
	.col-md-4 {
		width: 33.33333333%;
		float:left;
	}*/
	
	/*Rahmen bei Tabellen drucken*/
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
		border-top: 1px solid #ddd;
	}
	p.date-of-section-below{
		border-bottom: 1px solid #d8d8d8 !important;
	}
}