/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.4 'Montserrat', Helvetica, Arial, sans-serif;
	color:#666666;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#666666;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow-x: hidden;
}
/* header */
.header {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	text-align: center;
	z-index: 20;
	opacity: 1;
}

.sticky .header {
	position: fixed;
	opacity: 0;
	background-color: #fff;
}

.sticky.scrl2 .header {
	transition: opacity 1s;
}


.scrl1.sticky .header {
	opacity: 1;
	top: 0px;
}



/* logo */
.logo {
	position: relative;
	display: inline-block;
	margin-top: 5vh;
	margin-bottom: 60px;
	height: 15vw;
	max-height: 200px;
}
.logo-img {
	height: 100%;
	width: auto;
}

.sticky .logo {
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	cursor: hand;
}

.sticky .logo .st0 {
	stroke: #000000;
}

.sticky .logo .st1 {
	fill: #000;
}

/* nav */
.head_menu_wrapper {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.head_menu_item {
	display: inline-block;
	margin: 0 2em;
	letter-spacing: 0.2em;
	position: relative;
	padding-bottom: 0.5em;
	cursor: pointer;
	cursor: hand;
}
.head_menu_item .menu_line {
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 2px;
	background-color: rgba(255,255,255,1);
	left: 50%;
	transition: all 0.5s;
}
.head_menu_item:hover .menu_line {
	width: 100%;
	left: 0%;
	opacity: 1;
}

.sticky .head_menu_wrapper {
	position: relative;
	display: block;
	padding-top: 1em;
	padding-bottom:1em;
	color: #000;
	font-size: 12px;
}

.sticky .head_menu_item .menu_line {
	background-color: #000;
}


/* lang */
.lang_switch {
	position: fixed;
	top: 2em;
	left: 4em;
	z-index: 40;
}

.lang_box {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: 500;
	float: left;
	background-color: rgba(83, 105, 99,0);
	padding: 6px 12px 5px 12px;
	border: 1px solid rgba(255,255,255,0);
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

.lang_box:hover {
	background-color: rgba(83, 105, 99, 0.6);
}

.lang_box.active {
	border: 1px solid rgba(255,255,255,1);
}

.scrl1 .lang_box {
	color: #000;
}

.scrl1 .lang_box.active {
	border: 1px solid rgba(0,0,0,1);
}

.scrl1 .lang_box:hover {
	background-color: rgba(83, 105, 99, 0.2);
}


.page-template-template-home .fr {
	display: none;
}

.page-template-template-home-fr .de {
	display: none;
}




/* footer */
.footer {

}


/* datenschutz */

.datenschutz_wrapper {
	color: #fff;
	position: fixed;
	width: 960px;
	left: -1000px;
	height: 100%;
	background-color: #536963;
	z-index: 30;	
	line-height: 1.8em;	
	transition: left 0.5s;
	transform: translateZ(0);
}

.datenschutz_ct {
	padding-left: 10em;
	padding-right: 7em;
	padding-top: 12em;
	padding-bottom: 3em;
	position: fixed;
	overflow-y: auto;
	height: 100%;
}

.showds .datenschutz_wrapper {
	left: 0px;
}

.datenschutz_wrapper h2 {
	padding-bottom: 1.5em;
}

.datenschutz_wrapper h3 {
	padding-bottom: 0.3em;
}

.datenschutz_wrapper .shortline {
	position: relative;
	margin-bottom: 10px;
}

.datenschutz_inner {
	position: relative;
}

.datenschutz_close {
	position: fixed;
	top: 5em;
	right: 3em;
	cursor: pointer;
	cursor: hand;
	display: inline-block;
	padding-bottom: 5px;
}

.dsc {
	position: relative;
	width: 40px;
	height: 1px;
	background-color: #000;
	display: inline-block;
	transition: all 0.5s;
}

.datenschutz_close:hover .dsc {
	background-color: #fff;
}

.dsc.line1 {
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	margin-right: -43px;
}

.dsc.line2 {
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}


/* cookie notice */

#cookie-notice {
	width: 50%;
	position:absolute;
	min-width: auto;
	right: 0px;
	left: auto;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 12px;
	z-index:15;
	line-height: 1.8em;
	background-color: transparent !important;
}

#cookie-notice .btn_datenschutz {
	cursor:pointer;
	cursor: hand;
	text-decoration:underline;
	
}

.cookie-notice-container {
	text-align: left;
	padding: 0px 30px 10px 70px;
}

#cn-close-notice {
	display: none;
}

#cn-notice-buttons {
	position: absolute;
	left: -32px;
	top: 4px;
}

#cookie-notice .cn-button {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
	padding: 8px 20px 6px 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(83, 105, 99, 0);
	transition: all 0.5s;
}

#cookie-notice .cn-button:hover {
	background-color: rgba(83, 105, 99, 1);
	border: 1px solid rgba(83, 105, 99, 1);
	color: #fff !important;
}

#cn-notice-text {
	color: #fff;
	transition: all 0.5s;
}

/*
.scrl0 #cn-notice-text  {
	color: #000;
}

.scrl0 #cookie-notice .cn-button { 
	border: 1px solid #000;
	color: #000;
}
*/


/*------------------------------------*\
    PAGES
\*------------------------------------*/


.intro_wrapper {
	position: relative;
	width: 100%;
}

.intro_wrapper .owl-item div {
	height: 100vh;
}

.intro_wrapper .sa_owl_theme .owl-dots {
	bottom: 120px !important;
}

.intro_wrapper .sa_owl_theme .owl-dots .owl-dot span {
	background-color: #ffffff !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 8px !important;
}

.intro_wrapper .sa_owl_theme .owl-dots .owl-dot.active span {
	background-color: #000000 !important;
}

.intro_overlay_wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 5;
	pointer-events: none;
}

.intro_overlay_text {
	text-align: center;
	font-size: 46px;
	color: #fff;
	top: 50%;
	position: absolute;
	width: 100%;
}

.intro_overlay_line_ct {
	position: absolute;
	width: 2px;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	bottom: 170px;
}

.intro_overlay_line {
	position: absolute;
	top: 150px;
	bottom: 0;
	width: 100%;
	background-color: #fff;
}

.content_wrapper {
	text-align: center;
	line-height: 1.8em;
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
}

.block_wrapper {
	display: inline-block;
	width: 80%;
	max-width: 1600px;
	text-align: left;
	position: relative;
}

.block_content {
	position: relative;
	display: inline-block;
	width: 100%;
}


#block_unternehmen {
	padding-top: 12em;
	padding-bottom: 10em;
}

#block_unternehmen .block_content {
	padding-top: 15px;
}

#block_unternehmen .block_text {
	display: inline-block;
	width: 50%;
	padding-right: 20px;
	position: relative;
}

#block_unternehmen .simg_wrapper {
	position: absolute;
	background-color: rgba(46,222,50,0.2);
	width: 50vw;
	height: 100%;
	min-height: 27vw;
	top: 0;
	margin-left: 20px;
	left: 50%;
}

#block_unternehmen .simg_image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2020/06/vp_img_u1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
}

#block_unternehmen .simg_text {
	position: absolute;
	width: 100%;
	padding-top: 5em;
	padding-bottom: 2em;
	border-bottom: 1px solid #000;
	color: #000;
	top: 100%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.3em;
}

.shortline {
	display: inline-block;
	background-color: #000;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

#block_management {
	max-width: 1200px;
	padding-top: 12em;
}

#block_management .row {
	display: flex;
	flex-wrap: wrap;
}

#block_management .row2, #block_management .row3 {
	padding-bottom: 10em;
}

#block_management .col_left, #block_management .col_right {
	width: 50%;
	display: inline-block;
}

#block_management .col_left {
	padding-right: 20px;
}
#block_management .col_right {
	padding-left: 20px;
}

#block_management h3 {
	padding-bottom: 0;
	margin-top: -10px;
	letter-spacing: 0.02em;
}

#block_management .shortline {
	position: relative;
	top: -10px;
}

#block_management .prt_image img {
	width: 100%;
	height: auto;
}

#block_management .prt_text {
	position: relative;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #000;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.3em;
}



#block_kontakt {
	padding-bottom: 10em;
	padding-top: 12em;
}

#block_kontakt .shortline {
	position: relative;
}

#block_kontakt h2 {
	padding-bottom: 1.5em;
}

#block_kontakt h3 {
	padding-bottom: 1.5em;
}

.mail_button_ct {
	position: absolute;
	display: flex;
  align-items: center;
	width: 280px;
	height: 70px;
	top: 50%;
	left: 52%;
	color: #666;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.3em;
	padding-left: 3em;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

.mail_button_ct:hover {
	border: 1px solid #536963;
	color: #fff;
}

.mail_button_arrow {
	display: inline-block;
	position: absolute;
	height: 14px;
	width: auto;
	right: 3em;
	line-height:0;
	top: 50%;
	margin-top: -7px;
	transition: all 0.5s;
}

.mail_button_arrow .inline_svg {
	height: 100%;
	width: auto;
	display:inherit;
	line-height:0;
}

.mail_button_ct:hover .mail_button_arrow {
	right: 2em;
}

.mail_button_ct .mail_button_arrow .cls-x1 {
	transition: all 0.5s;
}

.mail_button_ct:hover .mail_button_arrow .cls-x1 {
	fill: #fff;
}

.mail_button_bg {
	position: absolute;
	background-color: #536963;
	opacity: 0;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.5s;
}

.mail_button_ct:hover .mail_button_bg {
	opacity: 1;
	width: 100%;
}


#block_links {
	padding-top: 5em; 
	border-top: 1px solid #666666;
	padding-bottom: 10em;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

#block_links .block_content {
	width: 80%;
	max-width: 1600px;
	display: inline-block;
	text-align: left;
}

#block_links .block_text1 {
	display: inline-block;
	width: 40%;
}

#block_links .block_text2 {
	display: inline-block;
	width: 40%;
}

.external_link_arrow {
	height: 10px;
	width: auto;
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}




#block_footer {
	width: 100%;
	max-width: 100%;
	background-color: #536963;
	padding-top: 3em;
	padding-bottom: 3em;
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: 500;
}

#block_footer .block_content {
	display: inline-block;
	width: 80%;
	max-width: 1600px;
	text-align: left;
}

#block_footer .block_text1 {
	display: inline-block;
	width: 46%;
}

#block_footer .block_text2 {
	display: inline-block;
	width: 46%;
	text-align: right;
}

#block_footer .block_text2 a {
	color: #B1B1B0;
	transition: all 0.5s;
	letter-spacing: 0.1em;
}

#block_footer .block_text2 a:hover {
	color: #fff;
}


/* Mob Menu */

.menu_icon {
	position: fixed;
	top: 20px;
	right: 5%;
	width: 30px;
	height: 30px;
	z-index: 20;
	cursor: pointer;
	cursor: hand;
	display:none;
}

.menu_icon_line {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #000;
	margin-top: 6px;
	/*-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);*/
	transition: all 0.5s;
}

.menuopen .menu_icon_line.line1 {
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0);
box-shadow: 0 0 5px 0 rgba(0,0,0,0);
	margin-top: 14px;
}

.menuopen .menu_icon_line.line2 {
	opacity: 0;
}

.menuopen .menu_icon_line.line3 {
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0);
box-shadow: 0 0 5px 0 rgba(0,0,0,0);
	margin-top: -10px;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #000000;
	padding-bottom: 2em;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	padding-bottom: 3em;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	color: #000;
}

.inline_link {
	border-bottom: 1px solid rgba(83, 105, 99, 0);
	transition: all 0.5s;
	cursor: pointer;
	cursor: hand;
}

.inline_link:hover {
	border-bottom: 1px solid rgba(83, 105, 99, 1);
}




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width : 1300px)  {
	
body {
	font-size: 14px;
}
	
h2 {
	font-size: 12px;
}

h3 {
	font-size: 24px;
}

.intro_overlay_text {
	font-size: 36px;
}

.intro_overlay_line_ct {
	top: 46%;
}

#cookie-notice {
	width: 80%;
	right: 10%;
}

.block_wrapper {
	width: 90%;
}

#block_unternehmen .block_text {
	width: 50%;
}

#block_unternehmen .simg_wrapper {
	width: 53vw;
	left: 50%;
}



	
}



@media only screen and (max-width : 1000px)  {
	
	h3 {
		padding-bottom: 2em;
	}
	
	.head_menu_wrapper {
		font-size: 14px;
	}
	
	.head_menu_item {
		margin: 0 1.5em;
	}
	
	.intro_overlay_text {
		font-size: 28px;
	}
	
	.intro_overlay_line_ct {
		top: 45%;
	}
	
	#block_unternehmen .block_text {
		width: 90%;
		padding-bottom: 4em;
	}
	
	#block_unternehmen .simg_wrapper {
		width: 75vw;
		left: 25%;
		height: 40vw;
		min-height: auto;
		position:relative;
	}
	
	#block_management .col_left {
		width: 45%;
	}
	
	#block_management .col_right {
		width: 55%;
	}
	
	.datenschutz_wrapper {
		width: 680px;
		left: -700px;
	}
	
	.datenschutz_ct {
		padding-left: 2em;
		padding-top: 10em;
	}
	
}

@media only screen and (max-width : 760px)  {
	
	h2 {
		font-size: 10px;
	}
	
	h3 {
		font-size: 21px;
	}
	
	body {
		font-size: 13px;
	}
	
	#cookie-notice {
		font-size: 10px;
		line-height:1.2em;
	}
	
	#cookie-notice {
		width: 90%;
		right: 0;
	}
	
	.logo {
		margin-top: 20px;
		margin-bottom: 40px;
		height: 100px;
	}
	
	.head_menu {
		display:inline-block;
		width: 100%;
		max-width: 250px;
	}
	
	.head_menu_item {
		margin-top: 1em;
	}
	
	.intro_overlay_text {
		font-size: 21px;
	}
	
	.lang_switch {
		left: 5%;
		top: 1.2em;
	}
	
	.lang_box {
		font-size: 11px;
		padding: 6px 9px 5px 9px;
	}
	
	.intro_overlay_line_ct {
		display: none;
	}
	
	#block_management .col_left {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 4em;
	}
	
	#block_management .row1 .col_left {
		padding-bottom: 0px;
	}
	
	#block_management .col_right {
		width: 100%;
		padding-left: 0px;
	}
	
	.mail_button_ct {
		top: 60%;
	}
	
	.datenschutz_wrapper {
		width: 100%;
		left: -105%;
	}
	
	#block_footer {
		font-size: 11px;
	}
	
	.sticky .logo {
		height:50px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	#block_unternehmen .block_text {
		width: 100%;
		padding-right: 0;
	}
	
	#block_unternehmen .simg_wrapper {
		width: 94vw;
		left: 0;
		height: 50vw;
		margin-left: 0px;
	}
	
	#block_unternehmen .simg_text {
		font-size: 11px;
		padding-top: 3em;
		padding-bottom: 1em;
		padding-right: 4em;
	}
	
	#block_management .prt_text {
		font-size: 12px;
	}
	
	.sticky .head_menu_wrapper {
		position: fixed;
		top: 60px;
		bottom: 0px;
		width: 100%;
		display:flex;
		right: -100%;
		background-color: #fff;
		transition: right 0.5s;
		justify-content:center;
		align-items: center;
	}
	
	.menuopen.sticky .head_menu_wrapper {
		right: 0%;
	}
	
	.sticky .head_menu_item {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.sticky .head_menu_item.mi2 {
		margin-top: 5vh;
		margin-bottom: 5vh;
	}
	
	.sticky .menu_icon {
		display: inherit;
	
}

}

@media only screen and (max-width : 640px)  {
	
	.mail_button_ct {
		position: relative;
		left: 0%;
		top: 0%;
		margin-top: 2em;
		width: 220px;
	}
	
	#block_unternehmen h3 br {
		display:none;
	}
	
	.intro_wrapper .sa_owl_theme .owl-dots {
		bottom: auto !important;
		top: 50%;
		margin-top: 120px;
	}
	
	.intro_overlay_text {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.intro_overlay_text br {
		display: none;
	}
	
	.head_menu_wrapper {
		font-size: 12px;
	}
	
	.cookie-notice-container {
		padding: 0px 10px 10px 50px;
	}
	
	#block_unternehmen, #block_management, #block_kontakt {
		padding-top: 6em;
	}
	
	#block_links .block_text1 {
		width: 100%;
		padding-bottom: 2em;
	}
	
	#block_links .block_text2 {
		width: 100%;
	}
	
	#block_footer .block_text1 {
		width: 100%;
		text-align:center;
		padding-bottom: 2em;
	}
	
	#block_footer .block_text2 {
		width: 100%;
		text-align:center;
	}
	
	#block_links .block_content {
		width: 90%;
	}
	
}




@media only screen and (max-width : 640px) and (max-height : 800px)  {
	
	.intro_overlay_text {
		top: 40%;
		font-size: 24px;
	}
	
}


@media only screen and (max-width : 640px) and (max-height : 700px)  {
	
	.intro_overlay_text {
		top: 52%;
		font-size: 18px;
	}
	
	.logo {
		margin-bottom: 30px;
	}
	
}





/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		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) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]: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;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
