/**
* Print stylesheet for DLN Electrical
* @version         1.0
* @lastmodified    25.03.2020
*/

@media print {
	/* Setting content width, unsetting floats and margins */
	/* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
	header, section, footer {
		width: 100%; 
		margin: 0; 
		float: none;
		}

	/** Setting margins */       
	@page { margin: 4cm }

	
	/* Set font to 16px/13pt, set background to white and font to black.*/
	/* This saves ink */
	body {
		font: 13pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3;
		background: #fff !important;
		color: #000;
		}

	h1 {
		font-size: 24pt;
		}

	h2, h3, h4 {
		font-size: 18pt;
		margin-top: 25pt;
		padding: 0;
		margin: 0 0 0.5em;
		border-top: none;
		}
	
	p, li {
		font-size: 13pt;
		text-align: left;
		}
			
	.page-header,
	.page-header.small {
		position: static !important;
		}
	
	.hero, .home-hero {
		height: 220pt;
		}

	.hero-content {
		position: relative;
		margin-top: 10mm;
		}
	.strapline-text {
		color: #000;
		}
		
	.dark {
		background: #fff;
		color: #000;
		}
	.dark p,
	.dark li,
	.dark h2,
	.dark h3 {
		color: #000;
		}
	.category-links,
	.double-down,
	.contact-button,
	.service-hero  {
		display: none;
		}
		
	.aos-animate {
		opacity: 1;
		transform: translate(0);
		}
		
	.tab-content {
		display: block;
		}
	
	.page-footer {
		background: #fff;
		color: #000;
		}
	.page-footer p,
	.page-footer li,
	.page-footer a {
		font-size: 12pt !important;
		line-height: 1.2em;
		color: #000;
		}
	.foot-social li {
		display: block;
		}
	a[href^="http"]:not([href*="fineoakbuildings.co.uk"]):after {
		content: " (" attr(href) ")";
		}
		
	/* Alle Seitenumbrüche definieren */
	a {
		page-break-inside:avoid
		}
	blockquote {
		page-break-inside: avoid;
		}
	h1, h2, h3, h4, h5, h6 { 
		page-break-after:avoid; 
		page-break-inside:avoid;
		}
	img { 
		page-break-inside:avoid; 
		page-break-after:avoid;
		}
	table, pre { page-break-inside:avoid }
	ul, ol, dl  { page-break-before:avoid }
	/* Linkfarbe und Linkverhalten darstellen */
	a:link, a:visited, a {
		background: transparent;
		color: #520;
		font-weight: bold;
		text-decoration: underline;
		text-align: left;
		}
	a {
		page-break-inside:avoid
		}
}