/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Useful classes
   ========================================================================== */

.uppercase
{
	text-transform: uppercase;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, html
{
	max-width: 100% !important;
	overflow-x: hidden !important;
}
a
{
	text-decoration: none;
}
a:hover
{
	cursor: pointer;
}
section
{
	min-height: calc(100vh + 50px);
	width: 100%;
	position: relative;
}
section#start
{
	min-height: 100vh;
}
.section_basic_content 
{
	position: relative;
	height: 100%;
}
#logo
{
	position: fixed;
	top: 50px;
	left: 100px;
	z-index: 1;
}
#mail_und_location_wrap
{
	top: 50px;
	right: 100px;
	z-index: 1;
	position: fixed;
}
#mail_und_location_wrap img:hover
{
	cursor: pointer;
}
#mail_und_location_wrap img.mail_icon
{
	margin-right: 20px;
}
.logo
{
	position: absolute;
	top: 50px;
	left: 100px;
	float: left;
}
.mail_und_location_wrap
{
	z-index: 1;
	position: absolute;
	top: 50px;
	right: 100px;
	float: right;
}
.mail_und_location_wrap img:hover
{
	cursor: pointer;
}
.mail_und_location_wrap img.mail_icon
{
	margin-right: 20px;
}
.navigation
{
	z-index: 1;
	list-style: none;
	padding-left: 0;
	position: fixed;
	top: calc(50vh - 98.5px);
	left: 100px;
	margin: 0;
}
.navigation li
{
	margin: 5px 0;
}
.navigation li:first-child
{
	margin-bottom: 25px;
}
.navigation li:last-child
{
	margin-top: 25px;
}
.navigation li a
{
	font-size:11px;
	letter-spacing:1pt;
	color:rgb(51,51,51);
	text-transform: uppercase;
}
.navigation li a.active
{
	color: #004F9F;
	font-weight: bold;
}
.navigation li a:hover
{
	color: #004F9F;
	font-weight: bold;
}
#section_footer
{
	z-index: 1;
	position: fixed;
	bottom: 35px;
	left: 100px;
}
#section_footer span
{
	font-size:11px;
	letter-spacing:1pt;
	line-height:200%;
	color:rgb(51,51,51);
}
#section_footer span a:hover
{
	color: #004F9F;
}
section#start
{
	background: url(../img/background_start.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
section#privatkunden
{
	background: url(../img/background_privatkunden.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
section#geschaeftskunden
{
	background: url(../img/background_geschaeftskunden.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

 
section#projekte
{
	background: url(../img/background_projekte.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


.section_content
{
	min-height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	box-sizing: border-box;
}
.wrap_start_textblock
{
	position: absolute;
	bottom: 7.5%;
	width: 100%;
	text-align: center;
}
.wrap_start_textblock h1
{
	font-size:46px;
	font-weight:bold;
	letter-spacing:2pt;
	line-height:120%;
	color:rgb(51,51,51);
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.wrap_start_textblock h1 span
{
	font-size:46px;
	font-weight:bold;
	letter-spacing:2pt;
	line-height:120%;
	color:rgb(51,51,51);
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #004F9F;
}
.wrap_start_textblock p
{
	margin-top: 30px;
	max-width: 300px;
	display: inline-block;
}


h1, h2
{
	font-size:30px;
	font-weight:bold;
	letter-spacing:1pt;
	line-height:120%;
	color:rgb(0,77,159);
	margin-top: 10px;
}
h2
{
	margin-top: 0;
	letter-spacing: normal;
}
ul.special
{
	margin: 0;
	padding: 0;
}
ul.special li
{    
	background: url(../gfx/list_style_icon.png) no-repeat 5px 1px transparent;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 5px 50px;
	vertical-align: middle;
	margin: 15px 0 10px 0;
	font-size:14px;
	line-height:140%;
	color:rgb(51,51,51);
}
p
{
	font-size:14px;
	line-height:140%;
	color:rgb(51,51,51);
}
.bx-viewport li
{
	left: 0px !important;
}
.bx-viewport img
{
	margin: 0 auto;
}
.trenner_small
{
	background: url(../gfx/trenner_small.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 35px;
}
.trenner_small.left
{
	background-position: left;
}
section#unternehmen .section_content
{
	padding-top: 130px; 
	padding-left: 450px;
}
section#privatkunden .section_content,
section#kontakt .section_content
{
	padding-top: 180px; 
	padding-left: 450px;
}
section#privatkunden .section_content .inner
{
	width: 1100px;
}
#kontakt_map
{
	width: 720px;
	height: 300px;
	margin-right: 40px;
	float: left;
}
.page_overlay a
{
	color: #004F9F;
}
.page_overlay a:hover
{
	text-decoration: underline;
}
section#kontakt a
{
	color: #004F9F;
}
section#kontakt a:hover
{
	text-decoration: underline;
}
#map_overlay
{
	width: 720px; 
	height: 350px; 
	position: absolute;
}
#kontakt_adresse
{
	width: 340px;
	float: left;
}
.bx-wrapper .bx-viewport
{
	background: none !important; 
	border: none !important;
	box-shadow: none !important;
}
section#geschaeftskunden .section_content
{
	padding-top: 400px; 
	padding-left: 750px;
	box-sizing: border-box;
}
section#projekte .section_content
{
	padding-top: 225px; 
	padding-left: 450px;
	box-sizing: border-box;
}
section#projekte .wrap_projects  div.project_wrap
{
	margin-left: 15px;
	float: left;
	position: relative;
}
section#projekte .wrap_projects div img.overlay_projekt:hover
{
	opacity: 1;
	cursor: pointer;
}
.overlay_projekt
{
	opacity: 0;
	transition: all 500ms;
	position: absolute;
	top: 0px;
	left: 0px;
}
#lightbox_projekt
{
	position: fixed;
	height: 600px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	top: 15vh;
	max-width: 100%;
	background-size: 50px;
	display: none;
	z-index: 5;
}
#referenztext
{
    position: absolute;
    bottom: -25px;
	color: white;
    font-size: 12px;
    letter-spacing: 0.75pt;
	font-weight: 200;
}
#full_overlay
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(45,106,169, 0.9);
	z-index: 4;
	display: none;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
	bottom: -75px !important;
}
section#projekte .bx-wrapper
{
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a
{
	background: url(../gfx/pager.png) !important;
	width: 17px !important;
	height: 18px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active

{
	background: url(../gfx/pager_active.png) !important;
}
section#projekte .wrap_projects div.first
{
	margin-left: 0px;
}
section#projekte .wrap_projects .row_01
{
	margin-bottom: 15px;
}
section#geschaeftskunden .section_content .inner
{
	width: 750px;
}
section#privatkunden .section_content .ul_box
{
	width: 360px;
	float: left;
}
section#privatkunden .section_content img,
section#geschaeftskunden .section_content img
{
	float: left;
	margin-left: 15px;
}
section#privatkunden .section_content img.first,
section#geschaeftskunden .section_content img.first
{
	margin-left: 0px;
}
section#unternehmen #erfahrung_box_left
{
    width: 60%;
    float: left;
    max-width: 710px;
}
#bild_neben_erfahrungsbox
{
    width: 35%;
    float: left;
    text-align: right;
    max-width: 390px;
}
#grey_box_unternehmen
{
	width: 1100px; 
	height: 500px; 
	background: #eee; 
	padding: 50px 75px; 
	box-sizing: border-box;
}
#grey_box_unternehmen h2
{
	 margin-bottom: 45px;
}
#grey_box_unternehmen_content_left, 
#grey_box_unternehmen_content_right
{
	float: left;
}
#grey_box_unternehmen_content_left
{
	width: 400px;
}
#grey_box_unternehmen_content_right
{
	width: 500px;
}

#ausbildungsbetrieb_abzeichen
{
	margin-top: 5px;
	width: 124px; 
	margin-right: 21px; 
	float: left;
}
#content_ausbildungsbetrieb
{
	margin-top: 5px;
	width: 50%; 
	float: left;
}
#privatkunden > div > div
{
	width: 100% !important;
	max-width: 1100px;
}
#privatkunden > div > div > p
{
	width: 90% !important;
}
#content_ausbildungsbetrieb p
{
	font-size:11px;
	line-height:140%;
	color:rgb(51,51,51);
	margin-bottom: 5px;
}
#content_ausbildungsbetrieb p span
{
	display: inline-block;
	margin-top: 3px;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	color:rgb(51,51,51);
}
#content_ausbildungsbetrieb a
{
	font-size:11px;
	line-height:140%;
	color:rgb(0,78,159);
}

#form_left
{
	width: 340px;
	margin-right: 40px;
	float: left;	
}
#form_right
{
	width: 722px;
	float: left;
}
#anrede, input[type="text"]
{
	width: 158px;
	border: 1px solid #ccc;
	margin-left: 20px;
	height: 40px;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size:14px;
	letter-spacing:1pt;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#anrede.error_border
{
	border: 1px solid rgb(204,0,0) !important;
}
input[type="text"]:focus,
textarea:focus
{
	border-color: #004F9F !important; 
}
#anrede:hover
{
	cursor: pointer;
}
#anrede
{
	line-height: 40px;
	color: #ccc;
	background: url(../gfx/bg_dropdown.jpg);
}
textarea
{
	width: 720px;
	height: 280px;
	box-sizing: border-box;
	padding: 15px;
	line-height: 1.6em;
	resize: none;
	border: 1px solid #ccc;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
#anrede_dropdown
{
	position: absolute;
	border: 1px solid #004F9F;
	margin-top: -20px;
	background: white;
	width: 156px;
	border-top: none;
	display: none;
}
#anrede_dropdown ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#anrede_dropdown ul li
{
	box-sizing: border-box;
	margin: 10px 0px;
	padding: 0 10px;
}
#anrede_dropdown ul li:hover
{
	color: #004F9F;
	cursor: pointer;
}
input:focus,
textarea:focus
{
	outline:0;
}

input[type="text"].first, #anrede
{
	margin-left: 0px;
}
input[type="text"].full
{
	width: 338px;
	margin-left: 0;
}
input[type="text"].half
{
	float: left;
}
#submit
{
	float: right;
	margin-top: 20px;
	height: 60px;
	width: 200px;
	line-height: 60px;
	text-align: center;
	background: #004F9F;
	color: white;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1pt;
	cursor: pointer;
	text-transform: uppercase;
}
#submit:hover
{
	text-decoration: underline;
}
#error_or_succes_text
{
	margin-top: 20px;
	border: 1px solid #004F9F;
	width: 1100px;
	box-sizing: border-box;
	padding: 0 10px;
	display: none;
}
#email
{
	margin-bottom: 0px;
}
#error_or_succes_text p
{
	color: #004F9F;
}
#wrap_submit
{
	width: 1100px;
}
.page_overlay
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	overflow-y: scroll;
	background: rgba(255,255,255,0.95);
	z-index: 5;
	display: none;
}
.page_overlay_content
{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: block;
	padding: 75px 30px;
	box-sizing: border-box;
}
::-webkit-scrollbar { 
    display: none; 
}
body, html 
{
	overflow: -moz-scrollbars-none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}


/* ==========================================================================
  	Responsive
   ========================================================================== */

@media(max-width: 1570px)
{
	#lightbox_projekt
	{
		left: 50% !important;
		margin-left: -542.5px;		
	}
}
@media(max-width: 1570px)
{
	#map_overlay, #kontakt_map
	{
		width: 50% !important;
	}
	#kontakt_map iframe
	{
		width: 100% !important;
	}
	
	#form_right
	{
		width: 400px !important;
	}
	textarea
	{
		width: 400px !important;
	}
	#wrap_submit, #error_or_succes_text
	{
		width: 780px !important;
	}
}
@media(max-width: 1560px)
{
	.bx-pager
	{
		text-align: left !important;
	}
	.clearfix_after_two_projects:before,
	.clearfix_after_two_projects:after {
		content: " ";
		display: table;
	}
	
	.clearfix_after_two_projects:after {
		clear: both;
	}
	
	.clearfix_after_two_projects {
		*zoom: 1;
	}
	
	.project_wrap.third
	{
		margin-left: 0px !important;
		margin-top: 15px;
	}
	.project_wrap.fourth
	{
		margin-top: 15px;
	}
	.clearfix.onlythreeprojects
	{
		display: none;
	}
	.onlythreeprojects.row_02 .project_wrap.first,
	.onlythreeprojects.row_02 .project_wrap.third
	{
		margin-left: 15px !important;
	}
	.onlythreeprojects.row_02 .project_wrap.second
	{
		margin-left: 0px !important;
		margin-top: 15px;
	}
}
@media(max-width: 1530px)
{
	#geschaeftskunden > div
	{
		padding-left: 500px !important;
	}
}
@media(max-width: 1400px)
{
	#privatkunden
	{
		background-position: -350px !important;
	}
	#grey_box_unternehmen_content_left,
	#grey_box_unternehmen_content_right
	{
		width: 100% !important; 
		margin-bottom: 50px !important;
	}
	#grey_box_unternehmen
	{
		height: auto !important;	
		width: calc(100% - 50px) !important;
	}
	section#unternehmen #erfahrung_box_left,
	#bild_neben_erfahrungsbox
	{
		width: 100%;
		max-width: 90%;
		float: none;
		text-align: center;
		margin-bottom: 40px;
	}
}
@media(max-width: 1330px)
{
	#start > div > div > div.bx-wrapper
	{
		margin-left: calc(100% - 600px) !important;
	}
}
@media(max-width: 1280px)
{
	#geschaeftskunden > div > div
	{
		width: 90% !important;
		max-width: 750px;	
	}
	#geschaeftskunden > div > div > img
	{
		display: block;
		float: none !important;
		margin: 0 0 25px 0 !important;
	}
	#geschaeftskunden > div > div h2 br
	{
		display: none;
	}
}
@media(max-width: 1265px)
{
	#map_overlay, #kontakt_map
	{
		width: 100% !important;
		margin-bottom: 100px;
	}
	
	#form_right
	{
		margin-top: 25px; 
		width: 100% !important;
	}
	textarea
	{
		width: 100% !important;
	}
	#wrap_submit, #error_or_succes_text
	{
		width: 100% !important;
	}
}
@media(max-width: 1220px)
{
	#privatkunden
	{
		background-position: -1550px 0 !important;
	}
	#privatkunden > div > div > img
	{
		display: block;
		float: none !important;
		margin: 0 0 25px 0 !important;
	}
	#privatkunden > div > div > div:nth-child(4),
	#privatkunden > div > div > div:nth-child(5)
	{
		width: 100% !important;
		float: none !important;
	}
	#privatkunden > div > div > h2 br
	{
		display: none;
	}
}
@media(max-width: 1160px)
{
	#lightbox_projekt
	{
		left: 0px !important;
		margin-left: 0px;	
		width: 100% !important;
	}
	#referenztext
	{
		padding-left: 30px;
	}
}

/* AB HIER MOBILE */

@media(max-width: 1024px)
{
	.bx-pager
	{
		text-align: left !important;
	}
	.overlay_projekt
	{
		display: none;
	}
	#privatkunden
	{
		background-position: -600px !important;
	}
	#unternehmen > div > div:nth-child(6),
	#unternehmen > div > div:nth-child(4)
	{
		display: none;
	}
	#logo
	{
		left: 15px !important;
		top: 15px !important;
	}
	
	#mail_und_location_wrap
	{
		right: 15px !important;
		top: 25px !important;
	}
	#mail_und_location_wrap img
	{
		width: 40px !important;
	}
	#mail_und_location_wrap a:first-child img
	{
		margin-right: 10px;
	}
	nav
	{
		display: none;
	}
	#section_footer
	{
		left: 0px;
		bottom: 0px;
		background: rgba(255,255,255,0.85);
		padding: 3px 15px;
		width: 100%;
		box-sizing: border-box;
	}
	#section_footer br
	{
		display: none;
	}
	#section_footer span:last-child
	{
		padding-left: 30px !important;
	}
	#start > div > div > div.bx-wrapper
	{
		margin: 0 auto !important;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.wrap_start_textblock
	{
		bottom: 100px !important;
	}
	#start .section_content
	{
		padding: 0 !important;
	}
	.section_content
	{
		padding: 0 30px !important;
		width: 100% !important;
		box-sizing: border-box;
	}
	#geschaeftskunden > div
	{
		padding-left: 30px !important;
	}
	#erfahrung_box_left, #bild_neben_erfahrungsbox
	{
		margin-top: 40px;
		max-width: 100% !important;
	}
	#grey_box_unternehmen
	{
		width: 100% !important;
	}
	#background_logo_and_icons
	{
		position: fixed;
		top: 0px;
		height: 90px;
		z-index: 1;
		width: 100%;
		background: rgba(255,255,255,0.85);
	}
	.section_content .inner
	{
		padding-top: 30px !important;
	}
	#privatkunden > div > div > img 
	{
		display: inline-block !important;
		float: left !important;
		margin-left: 25px !important;
	}
	#geschaeftskunden > div > div > img 
	{
		display: inline-block !important;
		float: left !important;
		margin-left: 25px !important;
	}
	#geschaeftskunden > div > div
	{
		padding-top: 350px !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	#projectsslider li
	{
		list-style: none;
		display: inline !important;
	}
	.wrap_projects
	{
		width: 535px;
	}
	.project_wrap 
	{
		position: absolute !important;
		margin-top: 0 !important;
		margin-left: 0 !important;
		left: 0;
		top: 0;
	}
	.onlythreeprojects.row_02 .project_wrap.first, .onlythreeprojects.row_02 .project_wrap.third
	{
		margin-left: 0px !important;
	}
	.project_wrap  img
	{
		margin: 0 !important;
	}
	#projectsslider
	{
		padding-left: 0px;	
	}
	#projects_placemaker
	{
		height: 1085px;
	}
	section#projekte
	{
		min-height: 350px !important;
	}
}
@media(max-width: 900px)
{
	#privatkunden > div > div > img
	{
		display: block !important;
		float: none !important;
		margin: 0 auto 25px auto !important;
	}
	
	#geschaeftskunden > div > div > img
	{
		display: block !important;
		float: none !important;
		margin: 0 auto 25px auto !important;
	}
	#geschaeftskunden
	{
		background-position: -600px -250px !important;
	}
	#privatkunden
	{
		background-position: -1250px 0 !important;
	}
}
@media(max-width: 570px)
{
	#geschaeftskunden > div > div > h2,
	#privatkunden > div > div > h2,
	#grey_box_unternehmen_content_left > h2,
	#grey_box_unternehmen_content_right > h2
	{
		text-align: center;
	}
	#meisterbetrieb_slider > li > h1,
	#meisterbetrieb_slider > li > h1 span
	{
		font-size: 25px !important;
	}
	#meisterbetrieb_slider > li h1 br
	{
		display: none;
	}
	#grey_box_unternehmen
	{
		width: calc(100% + 60px) !important;
		margin-left: -30px;
		padding: 30px;
	}
}

@media(max-width: 480px)
{
	#section_footer span,
	#section_footer span:last-child
	{
		padding-left: 0px !important;
		display: block;
		text-align: center !important;
	}
}
@media(max-width: 470px)
{
	#logo
	{
		height: 40px !important;
	}
	#background_logo_and_icons
	{
		height: 70px !important; 
	}
	#mail_und_location_wrap
	{
		top: 17.5px !important;
	}
}
@media(max-width: 365px)
{
	#logo
	{
		height: 35px !important;
	}
	#background_logo_and_icons
	{
		height: 70px !important; 
	}
	#mail_und_location_wrap img
	{
		width: 35px !important;
	}
	#mail_und_location_wrap a:first-child img {
		margin-right: 5px !important;
	}
}
@media(max-width: 450px)
{
	#form_left
	{
		position: relative;
		width: 100% !important;
	}
	#anrede_dropdown
	{
		width: calc(100% - 2px) !important;
	}
	.half, .full
	{
		background-position: right !important; 
		background-repeat: no-repeat !important;
		width: 100% !important;	
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	#submit
	{
		width: 100%;
		margin-bottom: 50px;
	}
	h2
	{
		font-size: 25px !important;
	}
}
@media(max-width: 400px)
{
	#bild_neben_erfahrungsbox > img
	{
		width: 100%;
	}
	#ausbildungsbetrieb_abzeichen 
	{
		margin: 0 auto;
		float: none !important;
		display: block;
		margin-top: 50px;
	}
	#content_ausbildungsbetrieb
	{
		width: 100% !important;
		float: none !important;
		text-align: center;
	}
	#content_ausbildungsbetrieb > p,
	#content_ausbildungsbetrieb span
	{
		text-align: center;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.center
{
	text-align: center;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}