/*
	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%;
	background-color: #fbf9f7;
}
body {
	font: 400 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#fff;
	font-family: "GilroyMedium";
	overflow: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

strong {
	font-family: "GilroyBold";
}

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

/* wrapper */
.wrapper {
	font-size: 2rem;
	line-height: 1.65;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {
	position: absolute;
	right: 0;
	background-color: #fbf9f7;
	color: #fff;
	padding: 6em 2em 2em 3em;
	transform: translateX(110%);
	transition: transform 0.5s;
	z-index: 12;
}

.menuopen .nav {
	transform: translateX(0%);
}

.nav ul {
	padding: 0;
	margin: 0;
	text-align: right;
	list-style: none;
	display: flex;
	flex-direction: column;
}

.nav ul li a {
	padding: 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
	color: #533e37;
	display: inline-block;
}

.nav ul li a:hover {
	color: #bd936b;
}

.menu_icon_ct {
	position: absolute;
	top: 0px;
	right: 25px;
	padding: 30px;
	z-index: 20;
}

.menu_icon {
	width: 40px;
	display: flex;
	flex-direction: column;
	height: 40px;
	cursor: pointer;
	position: relative;
}

.menu_icon_line {
	width: 100%;
	height: 3px;
	background-color: #fff;
	opacity: 1;
	transform-origin: center center;
	position: absolute;
	display: inline-block;
	-webkit-box-shadow: 2px 2px 0 0 rgba(0,0,0,0.6);
box-shadow: 2px 2px 0 0 rgba(0,0,0,0.6);
	transition: all 0.5s;
}

.menu_icon .line1 {
	top: 5px;
}
.menu_icon .line2 {
	top: 15px;
}
.menu_icon .line3 {
	top: 25px;
}

.menuopen .menu_icon .line1 {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}

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

.menuopen .menu_icon .line3 {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}


/*------------------------------------*\
    LAYOUT
\*------------------------------------*/

article {
	scroll-snap-type: y mandatory;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

.scroll_lock article {
	scroll-behavior: unset;
	scroll-snap-type: none;
}

article > section {
	scroll-snap-align: start;
}

.content_panel {
	min-height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0 !important;
	position: relative;
}

.content_wrapper {
	position: absolute;
	left: 2vw;
	bottom: 8vh;
	z-index: 5;
}

.content_titel {
	background-color: #533e37;
	width: 300px;
	padding: 0.6em 1em 0em 1em;
}

.content_text {
	background-color: #533e37;
	width: 600px;
	padding: 10px 20px;
}

.content_text p {
	margin-top: 0.5em;
}

.ps_up {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 35vh;
	top: 0;
	left: 0;
	opacity: 0.3;
	cursor: url("/wp-content/uploads/2025/08/crs_up2.svg") 60 60, auto;
}

.ps_down {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 65vh;
	bottom: 0;
	left: 0;
	opacity: 0.3;
	cursor: url("/wp-content/uploads/2025/08/crs_down2.svg") 60 60, auto;
}


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







#panel_intro {
	background-image: url(/wp-content/uploads/2025/02/VP_01_V03.jpg);
	background-position: center 35%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

#intro_logo {
	height: 16vmin;
	width: auto;
	/*filter: brightness(1) drop-shadow(0 0 5vw rgba(0,0,0,0));*/
	transform: translateY(25%);
	transition: filter 3s;
	transition-delay: 0.5s;
	position: relative;
	z-index: 3;
	overflow: visible;
}

#blatt {
	opacity: 0;
	transform: translateX(30%);
}

.page_loaded #blatt {
	animation: blatt 3s forwards;
}

@keyframes blatt {
  	0% { transform: translateX(30%); opacity: 0; }
	40% { transform: translateX(30%); opacity: 1; }	
	50% { transform: translateX(30%); opacity: 1; }
	100% { transform: translateX(0%); opacity: 1; }
}


#subt {
	opacity: 0;
	transition: all 3s;
	transition-delay: 1.3s;
	/*filter: drop-shadow(0 0 1vmin #fff);*/
}

#subt {
	transform: translateY(30%);
}

.page_loaded #subt {
	opacity: 1;
	transform: translateY(0);
}

#line1, #line2, #line3, #line4, #line5 {
	opacity: 0;
	transition: all 3s;
	transition-delay: 2s;
	/*filter: drop-shadow(0 0 1vmin #fff);*/
}

#line1, #line4, #line5 {
	transform: scaleX(0%);
	transform-origin: center;
}
#line4 {
	transform-origin: left;
}
#line5 {
	transform-origin: right;
}
.page_loaded #line1, .page_loaded #line4, .page_loaded #line5 {
	transform: scaleX(100%);
	opacity: 1;
}

#line2, #line3 {
	transform: scaleY(0%);
	transform-origin: center center;
}
.page_loaded #line2, .page_loaded #line3 {
	transform: scaleY(100%);
	opacity: 1;
}



#c1, #c3, #c5, #c7 {
	opacity: 0;
	transform: translateY(-25%);
	transition: all 2s;
	/*filter: drop-shadow(0 0 1vmin #fff);*/
	fill: #ffffff;
}

#c2, #c4, #c6, #c8 {
	opacity: 0;
	transform: translateY(25%);
	transition: all 2s;
	fill: #ffffff;
}

#c1 {
	transition-delay: 0.3s;
}
#c2 {
	transition-delay: 0.4s;
}
#c3 {
	transition-delay: 0.5s;
}
#c4 {
	transition-delay: 0.6s;
}
#c5 {
	transition-delay: 0.7s;
}
#c6 {
	transition-delay: 0.8s;
}
#c7 {
	transition-delay: 0.9s;
}
#c8 {
	transition-delay: 1s;
}

.page_loaded #c1, .page_loaded #c2, .page_loaded #c3, .page_loaded #c4, .page_loaded #c5, .page_loaded #c6, .page_loaded #c7, .page_loaded #c8 {
	opacity: 1;
	transform: translateY(0%);
	fill: #fbf9f7;
}




/*
.intro_end #panel_intro img {
	filter: brightness(10) drop-shadow(0 0 5vw rgba(0,0,0,1));
}*/

#panel_intro figure {
	position: relative;
	z-index: 2;
}

.intro_ani_bg {
	position: absolute;
	background-color: #fff;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 2s;
	transition-delay: 0.3s;
}

.page_loaded .intro_ani_bg {
	background-color: rgba(255,255,255,0);
}

.page_loaded.intro_end .intro_ani_bg {
	background-color: rgba(255,255,255,0);
}



#panel_intro .ps_down {
	height: 100vh;
	z-index: 3;
}


#panel_projekt {
	background-image: url(/wp-content/uploads/2025/02/Attika_V02.jpg);
}

#panel_lage {
	background-image: url(/wp-content/uploads/2025/02/AP_01_V02.jpg);
}

/*
#panel_lage .sld1 {
	background-image: url(/wp-content/uploads/2025/02/AP_01_V02.jpg);
	background-position: center center;
}

#panel_lage .sld2 {
	background-image: url(/wp-content/uploads/2023/03/bl_img1.jpg);
	background-position: center bottom;
}
#panel_lage .sld3 {
	background-image: url(/wp-content/uploads/2023/03/bl_img2.jpg);
	background-position: center bottom;
}
*/


#panel_angebot {
	/*background-image: url(/wp-content/uploads/2023/03/4you_imp_vis4.jpg);*/
	background-color: #fbf9f7;
	/*height: 180vh;*/
}


#panel_bilder {
	/*background-image: url(/wp-content/uploads/2023/03/bl_img2.jpg);*/
	scroll-snap-align: end;
}

#panel_bilder .sld1 {
	background-image: url(/wp-content/uploads/2025/02/IP_EG_V02.jpg);
	background-position: center center;
}

#panel_bilder .sld2 {
	background-image: url(/wp-content/uploads/2025/02/IP_OG01_V02.jpg);
	background-position: center center;
}

#panel_bilder .sld3 {
	background-image: url(/wp-content/uploads/2025/02/IP_OG02_V02.jpg);
	
}

#panel_bilder .sld4 {
	background-image: url(/wp-content/uploads/2025/02/AP_01_V02.jpg);
}

#panel_bilder .sld5 {
	background-image: url(/wp-content/uploads/2025/02/AP_02_V02.jpg);
}

#panel_bilder .sld6 {
	background-image: url(/wp-content/uploads/2025/02/Attika_V02.jpg);
}

#panel_bilder .sld7 {
	background-image: url(/wp-content/uploads/2025/02/IP_Terrasse_V02.jpg);
}

#panel_bilder .sld8 {
	background-image: url(/wp-content/uploads/2025/02/VP_01_V03.jpg);
}


#panel_downloads {
	background-image: url(/wp-content/uploads/2025/02/IP_Terrasse_V02.jpg);
}

#panel_kontakt {
	background-image: url(/wp-content/uploads/2025/02/IP_OG01_V02.jpg);
}



#panel_kontakt .ps_up {
	height: 100vh;
}

/*------------------------------------*\
    ANGEBOT
\*------------------------------------*/

#panel_angebot {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #533e37;
	color: #fff;
}

#panel_angebot h3 {
	color: #fff;
}

#panel_angebot > div {
	display: contents;
}

#panel_angebot .content_wrapper {
	left: auto;
	bottom: auto;
	width: 96%;
	max-width: 1400px;
}

#panel_angebot .content_titel {
	background-color: transparent;
}

#panel_angebot .content_text {
	width: 100%;
	background-color: transparent;
}

.ang_list {
	display: grid;
	grid-template-columns: repeat(9, auto);
}

.ang_row {
	display: contents;
}

.row_break {
	grid-column: 1/-1;
	height: 1em;
}

.ang_row.row_head {
	font-weight: 600;
}

.ang_cell {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding: 0 0.3em;
	text-align: center;
}

.ang_cell.cell1 {
	text-align: left;
}

.row_hli:hover .ang_cell {
	background-color: #bd936b;
	font-weight: 400;
}

.st_verkauft, .st_verkauft a {
	color: rgba(255,255,255,0.5) !important;
}




.ang_row .cell4 {
	padding-right: 4em;
	text-align: right;
}

.ang_row.row_head .cell4 {
	padding-right: 1em;
}

.ang_row .cell5 {
	padding-right: 4em;
	text-align: right;
}

.ang_row.row_head .cell5 {
	padding-right: 2em;
}

.ang_row .cell6, .ang_row .cell7 {
	padding-right: 2em;
	text-align: right;
}

.ang_row .cell8 {
	display: flex;
	justify-content: space-between;
	padding-left: 1em;
	padding-right: 1em;
}

.ang_row.row_head .cell8 {
	justify-content: center;
	padding-left: 0em;
	padding-right: 0em;
}

.ang_row .cell8 span {
	display: inline-block;
	width: 3em;
}


#iso_wrapper {
	text-align: center;
	padding-right: 20%;
}

#iso_svg {
	height: 250px;
	width: auto;
	overflow: visible;
}

#iso_svg .cls-iso-2 {
	fill: #fff;
}

#w1, #w2a, #w2b, #w3, #w4, #og_allg {
	transition: transform 0.5s;
	transform: translateY(0);
}


#iso_wrapper.w3 #w4, #iso_wrapper.w2 #w4, #iso_wrapper.w2 #w3, #iso_wrapper.w2 #og_allg, #iso_wrapper.w1 #w4, #iso_wrapper.w1 #w3, #iso_wrapper.w1 #og_allg, #iso_wrapper.w1 #w2b
{
	transform: translateY(-600px);
}

#iso_wrapper.w2 #w2b
{
	transform: translateY(-150px);
}


#iso_wrapper.w1 #w1 .cls-iso-2, #iso_wrapper.w2 #w2a .cls-iso-2, #iso_wrapper.w2 #w2b .cls-iso-2, #iso_wrapper.w3 #w3 .cls-iso-2, #iso_wrapper.w4 #w4 .cls-iso-2 {
	fill: #bd936b;
} 

.ang_cell.cell9 a {
	color: #fff;
	font-weight: 500;
}

.ang_cell.cell9 a:hover {
	text-decoration: underline;
}

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

.panel_arrow {
	width: 3em;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(77, 67, 58, 0.6);
	z-index: 8;
	position: absolute;
	cursor: pointer;
	transition: all 0.5s;
}

.panel_arrow:hover {
	background-color: #bd936b;
}

.panel_arrow i {
	font-size: 2em;
}

.panel_arrow.nextd {
	top: calc(50% - 1.5em);
	right: 2vw;
}
.panel_arrow.prevd {
	top: calc(50% - 1.5em);
	right: calc(2vw + 4em);
}

.bg_sld {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 2s;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg_sld.active {
	opacity: 1;
}


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

@font-face {
  font-family: "GilroyBold";
  src: url('fonts/GilroyBold/font.woff2') format('woff2'), url('fonts/GilroyBold/font.woff') format('woff');
}
@font-face {
  font-family: "GilroyMedium";
  src: url('fonts/GilroyMedium/font.woff2') format('woff2'), url('fonts/GilroyMedium/font.woff') format('woff');
}

h2 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #bd936b;
	margin: 0;
	font-weight: normal;
	font-family: "GilroyBold";
}


h3 {
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #fff;
	margin: 0.3em 0;
	font-weight: normal;
	line-height: normal;
	font-family: "GilroyBold";
}

.wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-outline {
	padding: 0.5em 1em;
	transition: all 0.5s;
	color: #bd936b;
	border-color: #bd936b;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover, .wp-block-button .wp-block-button__link.is-style-outline:hover {
	background-color: #fff;
	border-color: #fff;
	color: #533e37;
}

.wp-block-button__link {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}


/*------------------------------------*\
	Kontakt
\*------------------------------------*/

#panel_kontakt form {
	padding-top: 1em;
}

form label {
	display: flex;
	justify-content: space-between;
}

.lbl_txt {
	width: 100px;
}

.wpcf7-form-control-wrap {
	width: calc(100% - 120px);
}

form input, form textarea {
	width: 100%;
	outline: none !important;
	border: none !important;
	border-bottom: 1px solid #bd936b !important;
	background-color: transparent;
	color: #fff;
	font-weight: 500;
	font-family: "GilroyBold";
}

form textarea {
	height: 5em;
}

.wpcf7-not-valid-tip {
	position: absolute;
	right: 0;
	font-weight: 600;
	font-size: 0.8em;
	color: #F8F700;
	top: 0;
}

#panel_kontakt form p:last-of-type {
	display: flex;
	flex-direction: row-reverse;
}

.wpcf7-submit {
	width: auto;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0.4em 0.8em;
	border: 2px solid #bd936b !important;
	color: #bd936b !important;
}

.wpcf7-submit:hover {
	border: 2px solid #fff !important;
	background-color: #fff;
	color: #533e37 !important;
}

.wpcf7 form .wpcf7-response-output {
	background-color: #ACB126;
	margin: 1em 0;
	border: none;
	font-weight: 1.3em;
	font-weight: bold;
	padding: 1em;
	line-height: normal;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #FFAC2B;
}

.cf-turnstile {
	position: absolute;
}


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


@media only screen and (max-height: 860px) {
	
	article {
		scroll-snap-type: none;
	}
	
	.content_panel {
		padding: 3em 0 !important;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}
	
	.content_panel > div {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.content_wrapper {
		position: relative;
		bottom: auto;
	}
	
	#panel_angebot {
		padding: 3em 0 !important;
	}
	
	#panel_angebot .content_wrapper {
		position: relative;
	}
	
}

@media only screen and (max-width: 1300px) {
	
	.ang_list {
		grid-template-columns: repeat(5, auto) max-content auto;
	}
	
	.ang_cell.cell6, .ang_cell.cell7 {
		display: none;
	}
	
	#iso_wrapper {
		padding-right: 0;
	}
	
}


@media only screen and (max-width: 1100px) {
	
	h3 {
		font-size: 1.7em;
	}
	
	.ps_up, .ps_down {
		display: none;
	}
	
	.ang_list {
		grid-template-columns: repeat(4, auto) max-content auto;
	}
	
	.ang_cell.cell5 {
		display: none;
	}
	
}


@media only screen and (max-width: 900px) {
	
	#angebot_header {
		flex-direction: column !important;
	}
	
	#iso_wrapper {
		padding-top: 50px;
	}
	
	.ang_list {
		grid-template-columns: repeat(3, auto) max-content auto;
	}
	
	.ang_cell.cell4 {
		display: none;
	}
	
	
}


@media only screen and (max-width: 800px) {
	
	
	
	body {
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.wrapper {
		font-size: 1.8rem;
	}
	
	.header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 10;
	}
	
	article {
		height: auto;
	}
	

	.menu_icon_ct {
		right: 0;
		padding: 20px;
	}
	
	.nav {
		padding: 5em 20px 2em 2em;
	}
	
	.content_panel {
		min-height: 0;
		padding: 56vw 0 0 0 !important;
		background-position: center top;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.content_panel > div {
		width: 100%;
		max-width: 100%;
	}
	
	.content_wrapper {
		left: auto;
		width: 100%;
		max-width: 100%;
		bottom: auto;
		position: relative;
	}
	
	.content_text {
		width: 100%;
		padding-bottom: 2em;
	}
	
	#panel_intro {
		height: 140vw;
		padding: 0 !important;
		background-size: auto 115%;
		background-position: center top;
	}
	
	#intro_logo {
		height: 22vmin;
		transform: translateY(75%);
	}
	
	#panel_intro.content_panel > div {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: auto;
	}
	
	#panel_angebot {
		padding-top: 10vw !important;
	}
	
	#panel_angebot .content_wrapper {
		width: 100%;
	}
	
	.ang_list {
		font-size: 0.9em;
	}
	
	.panel_arrow.nextd {
		top: 10vw;
	}
	
	.panel_arrow.prevd {
		top: 10vw;
	}
	
	.bg_sld {
		height: 70vw;
	}
	
	
}

@media only screen and (max-width: 640px) {
	
	.ang_list {
		grid-template-columns: repeat(2, auto) max-content auto;
	}
	
	.ang_cell.cell2 {
		display: none;
	}
	
	
	.row_sub .cell1 {
		grid-column: span 2;
	}
	
	.row_sub .cell3 {
		display: none;
	}
	
	#iso_svg {
		height: 180px;
	}
	
	#panel_kontakt .content_text {
		padding-bottom: 6em;
	}
	
	form label {
		flex-direction: column;
	}
	
	.lbl_txt {
		width: 100%;
	}
	
	.wpcf7-form-control-wrap {
		width: 100%;
	}
	
	
	
}




/*------------------------------------*\
    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;
	}
}
