html,button,input,select,textarea{font-family:'Open Sans',Helvetica Neue,Helvetica,Arial,sans-serif;color: #444444;-webkit-font-smoothing:antialiased}
body{font-size:1em;line-height:1.4;margin:0;background:#fff url(../images/background.jpg) repeat;}
::-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}
img{vertical-align:middle}
fieldset{border:0}
textarea{resize:vertical}
h1,h2,h3,h4,h5,h6{text-rendering:optimizelegibility}

a,a:link,a:visited{color:#444444;text-decoration:none}
a:hover{color:#556921}
p{font-size:15px;line-height:24px;font-weight: 500;}

* {
	-moz-box-sizing: border-box;*behavior: url(boxsizing.htc);
	-webkit-box-sizing: border-box;*behavior: url(boxsizing.htc);
	box-sizing: border-box;*behavior: url(boxsizing.htc);
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* ==========================================================================
   layout */
.contact {
	width: 320px;
	position: fixed; 
	left: -320px;
	top: 45%;
	background: #fff;
	z-index: 999;
	padding: 30px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 10px 0px rgba(50, 50, 50, 0.75);
}

.contact.open {left: 0px;}

.contact a#contact {
	width: 66px;
	height: 171px;
	background: url(../images/contact.png) no-repeat; 
	position: absolute; 
	right: -57px;
	top: 50%;
	margin-top: -84px;
}

.contact h3 {
	font-size: 32px;
	color: #556921;
	font-weight: 600;
	margin-bottom: 25px;
}

.contact p {margin-bottom: 30px;}

.contact-panel {
	width: 100%;
	float: left;
}

.contact-panel .field {margin-bottom: 15px;}

.contact-panel .field, .contact-panel .field label, .contact-panel .field input,.contact-panel .field textarea {
	width: 100%;
	float: left; 
	clear: left; 
}

.contact-panel .field label {
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 5px;
	color: #444444;
}

.contact-panel .field input,.contact-panel .field textarea {
	border: 1px solid #e0dddb;
	height: 35px;
	padding: 0 7px; 
	font-size: 14px;
}

.contact-panel .field textarea {height: 100px;}

.contact-panel .field input.error,.contact-panel .field textarea.error {border: 1px solid red;}

.contact-panel .field label.error {color: red;}

.contact-panel .submit {
	float: right;
	background: #556921;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	border: none;
	padding: 5px 20px;
}


.wrapper, #site-header .header-inner {
	max-width: 1066px;
	width: 100%;
	margin: 0 auto;
}

.wrapper {background: #fff;}

#site-header {
	width: 100%;
	position: fixed;
	background: url(../images/header-bg.png) repeat 0 0; 
	background: rgba(255,255,255,0.75);
	z-index: 9999;
} 

#hidden-nav, .top {display: none;}

.header-inner {padding: 0 40px;}

.lt-ie9 .header-inner {width: 61% !important;}

.lt-ie9 .wrapper, .lt-ie9 #site-header .header-inner {min-width: 1066px;}

.lt-ie9 #popup .wrapper {min-width: 100% !important;}

.logo {
	width: 23.82739212007505%;
	padding: 24px 0 16px 0;
	float: left;
}

.logo img {width: 100%;}

#nav {
	width: 68.66791744840525%;
	padding-top: 24px;
	float: right;
}

#nav #site-meta, #nav #site-nav {
	float: right;
	clear: right;
}

#nav #site-meta a, #nav #site-nav a {
	color: #000;
	float: left;
}

#nav #site-meta {
	padding-bottom: 20px;
	margin-top: -7px;
}

#nav #site-meta a {
	font-size: 12px;
	line-height: 18px;
	margin-left: 34px;
}

#nav #site-nav a {
	font-size: 14px;
	padding: 0 5px 7px 5px;
	margin-left: 25px;
	border-bottom: 6px solid transparent;
}

#nav #site-nav a:first-child {
	margin-left: 0px;
}

#nav #site-nav a:hover {border-bottom: 6px solid #556921;}

.teaser, .teaser img, .group {width: 100%;}

.group {
	padding: 30px 0 50px 0;
	border-bottom: 1px solid #bec3a6;
}

.group .group-name {
	background: #556921;
	padding: 2px 15px 2px 3.75234521575985%;
	margin-bottom: 20px;
	font-weight: normal;
	color: #fff;
	float: left;
	clear: left;
}

.inner, .element, .headline, .headline h2, .headline h3 {
	width: 100%;
	float: left; 
	clear: left;
}

.headline {padding: 0 3.75234521575985% 25px 3.75234521575985%;}

.headline h2 {
	font-size: 32px;
	color: #bed730;
	font-weight: 600;
	line-height: 34px;
}

.headline h3 {
	font-size: 18px;
	color: #444444;
	font-weight: 500;
	line-height: 28px;
}

h5 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

.inner {padding: 0 2.81425891181989%;}

.divider {
	width: 94.37148217636022%;
	border-top: 1px solid #eeeded;
	padding-bottom: 25px;
	margin: 0 2.81425891181989%;
	margin-top: 10px;
	float: left; 
	clear: left;
}

aside.side {
	float: left; 
	width: 100%;
	margin-top: 20px;
}



.x1, .x2, .x3, .x4, p.intro, .columns h5, .xy p, .xyz img {
	margin: 0 0.93808630393996%;
	float: left;
}
 
.x1 {width: 23.00796812749004%;}

#group33 .x1 {
	width: 31.45%;
}

.x3 {width: 72.90796812749004%;}

.x2, .columns, .xyz img {width: 30%;}

.x4, .x2 h5 {width: 98.00796812749004%;}

.x3 .x2, .x3 .xyz img {width: 65.69358799454297%; margin-left: 0;}

.x3 .x1 {width: 31.35075034106412%;}

.x2 .x1, .xyz img {width: 47.82608695652174%}

.x3 p {padding-bottom: 15px;}

.x2 p {
	font-size: 15px;
}

.xyz img {
	height: auto;
}

p.intro, .xy p {margin-bottom: 30px;}

ul li {
	width: 100%;
	list-style: none; 
	font-size: 14px;
	margin-bottom: 5px;
	color: #444444;
	float: left; 
	clear: left; 
}

ul li::before {
	content:"";
	width: 6px;
	height: 6px;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    background: #bed730;
    margin: 6px 10px 0 0;
    float: left;
}

.lt-ie9 #popup ul li {
	background: url(../images/dot.png) no-repeat left 8px;
	margin-left: 20px;
	float: left;
}

/*.lt-ie9 ul li {
	width: 6px;
	background: url(../images/dot.png) no-repeat -254px 6px;
	padding-left: 15px;
	float: left;
}*/

.product {
	position: relative;
	margin-bottom: 20px;
}

.mobile_back {
	display: none;
}

.product h5 {
	width: 100%;
	position: absolute; 
	bottom: 15px;
	left: 0;
	text-align: center;
	margin-bottom: 0;
	z-index: 20;
}

.product h5 a {
	text-align: center;
	color: #bed730;
	padding: 2px 5px;
}

.product a, .product img {width: 100%;}

.product .overlay {
	height: 100%;
	background: url(../images/overlay.png) repeat; 
	background: rgba(0,0,0,0.75);
	position: absolute; 
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	-webkit-transition:background 0.3s ease;
	-moz-transition:background 0.3s ease;
	-o-transition:background 0.3s ease;
	transition: background 0.3s ease;
}

.product:hover .overlay {
	background: none;
	background: rgba(0,0,0,0.0);
}

.product h5 a {
	background: url(../images/overlay.png) repeat; 
	background: rgba(0,0,0,0.75);
}

a.file {
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}

a.file span {
	width: 19px;
	height: 24px;
	background: url(../images/file.svg) no-repeat;
	margin: -3px 10px 0 0;
	float: left;
}

.no-svg a.file span {background: url(../images/sprite.png) no-repeat -275px 0;}

#map_canvas {
	width: 100%;
	height: 495px;
}

.row {
	width: 100%;
	float: left; 
	clear: left;
	margin-bottom: 30px;
}

.downloads a {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	display: block;
	position: relative; 
}

.downloads a strong {font-weight: 600}

.downloads a span {
	width: 100%;
	padding-top: 60px;
	float: left; 
	clear: left;
}

.downloads a span.file {
	width: 36px;
	height: 46px;
	background: url(../images/file_outline.svg) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -18px;
	padding-top: 0;
}

.no-svg .downloads a span.file {background: url(../images/sprite.png) no-repeat -294px 0;}

.downloads a:hover span.file {
	width: 36px;
	height: 46px;
	background: url(../images/file.svg) no-repeat;
	background-size: 100% 100%;
}

.no-svg .downloads a:hover span.file {background: url(../images/sprite.png) no-repeat -330px 0;}

#map_1, #map_2 {
	width: 100%;
	height: 400px;
}

#map_1 div#content, #map_2 div#content {
	width: 220px;
	padding: 0;
}

#map_1 p, #map_2 p, #map_1 .firstHeading, #map_2 .firstHeading {
	font-size: 12px;
	line-height: 20px;
}

#popup {
	width: 100%;
	max-width: 524px;
	background: #fff;
}

#popup .wrapper {
	width: 100%;
	padding: 20px 0;
}

#popup h1, #popup p, #popup img {
	width: 100%;
	float: left; 
	clear: left;
} 

#popup h1, #popup h2, #popup h4, #popup p, #popup ul li {padding: 0 20px;}

.test ul {padding: 0 20px;}

#popup h1, .privacy h1 {
	color: #bed730;
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 15px;
}

#popup p {color: #231f20;}

#popup img {margin-bottom: 20px;}

/* ==== ==== */
.zertifikat_container {
	width: 34%;
	float: left;
	display: block;
}
img.zertifikat {
	max-width: 500px;
	width: 100%;
}

.site-footer {
	background: #444444;
	padding: 20px 0;
}

.site-footer a, .site-footer p {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

.site-footer a:hover {text-decoration: underline;}

.site-footer a img {
	padding: 0 30px 30px 0;
	float: left;
}

.site-footer .inner {
	display: flex;
	flex-wrap: wrap;
}

.privacy{
	padding: 30px 2.81425891181989% 50px 2.81425891181989%;
}

.privacy a{
	color: #bed730;
}


@media screen and (min-width: 0px) and (max-width: 1024px) {
	.inner {padding: 0 0.51425891181989%;}
	
	.header-inner {padding: 0 13px;}
	
	.divider {
		width: 96.8953095684803%;
		margin: 0 1.55234521575985%;
		margin-top: 10px;
	}
	
	.group .group-name {padding-left: 1.55234521575985%;}
	
	.headline {padding: 0 1.55234521575985% 30px 1.55234521575985%;}
	
	.downloads a span.file {margin-left: -18px;}
	
	.contact {top: 10%;}
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	#nav #site-nav a {
		font-size: 14px;
		margin-left: 10px;
	}

	.site-footer .inner .x2 {
		width: 100%;
	}

	.zertifikat_container {
    margin: 10px 5px;
	}
	.site-footer {
		padding: 20px 15px;
	}
	
	.contact {top: 20%;}
}

@media screen and (min-width: 0px) and (max-width: 600px) {
	.x2, .xyz img, .x3, .x3 .x1, .x3 .x2, aside.side {width: 97.92382739212008%;}
	
	.x2, .xyz img {margin-bottom: 15px;}
	
	aside.side {border-left: 0;}
	
	.x1.product, .downloads .x1, .site-footer .x1, #group33 .x1 {width: 48.10756972111554%}
	
	.site-footer .x2 {margin-top: 35px;}
	
	.mobile-row {
		width: 100%;
		float: left; 
		clear: left;
		margin-bottom: 30px;
	}
	
	#site-header {position: absolute;}
	
	#nav {
		display: none;
		visibility: hidden;
	}

	#map_canvas, #map_1, #map_2 {height: 250px;}
	
	.logo {
		width: 40%;
		padding: 24px 0 24px 0;
	}
	
	
	#view {overflow:hidden}

	#hidden-nav {
		width: 200px;
		right: 0;
		top: 0;
		min-height: 100%;
		position: fixed;
		z-index: 99;
		display: none;
		visibility: visible;
	}
	
	#hidden-nav.visible, a.top {display: block}
	
	#hidden-nav a {
		width: 100%;
		font-size: 14px;
		font-weight: 600;
		list-style: none;
		border-bottom: 1px solid #67574e;
		color: #403630;
		display: block;
		padding: 12px 7% 11px;
		float: left;
		clear: left;
	}
		
	#hidden-nav a:hover {background: #fff;text-decoration: none}
		
	#hidden-nav a.active {font-weight: bold;background: #fff; color: #556921 !important;}
	
	#hidden-nav a .arrow {
		width: 9px;
		height: 5px;
		margin: 7px 0 0 5px;
		background-position: -9px -56px;
		float: left;
	}
	
	#content-inner {
		width: 100%;
		height: 100%;
		min-height: 530px;
		min-width: 305px;
		position: relative;
		z-index: 9900;
		background: #fff;
		float: right;
		right: 0;
		top: 0;
		-webkit-backface-visibility: hidden;
		-webkit-box-shadow: -1px -10px 15px rgba(0,0,0,0.3);
		-moz-box-shadow: -1px -10px 15px rgba(0,0,0,0.3);
		box-shadow: -1px -10px 15px rgba(0,0,0,0.3);
		overflow: hidden;
	}
		
	a.show-nav {
		height: 100%;
		width: 10%;
		padding: 24px 0 0;
		display: block;
		float: right;
	}
	
	a.show-nav span {
		background: url(../images/open-menu.svg) no-repeat left -18px;
		height: 18px;
		width: 100%;
		margin-top: 4px;
		display: block;
		cursor: pointer;
	}
	
	.no-svg a.show-nav span {background-image: url(../images/open-menu.png)}
	
	a.show-nav.active span, a.show-nav span:hover {background-position: left 0}
	
	a.top, a.mobile_back {
		color: #fff; 
		background: #556921;
		position: fixed;
		right: 9px; 
		bottom: 0;
		padding: 3px 15px;
		z-index: 999;
		font-weight: 300;
	}
	
	.contact {display: none;}

	.privacy h1{
		font-size: 30px;
		-moz-hyphens: auto;
	   -o-hyphens: auto;
	   -webkit-hyphens: auto;
	   -ms-hyphens: auto;
	   hyphens: auto; 
	   
	}

}

@media screen and (min-width: 0px) and (max-width: 425px) {
	
	.mobile_h1 {font-size: 30px !important;}

}


/* ========================================================================== 
   plugins */


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 9999;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9990;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

table td {
	border-spacing: 0px;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.mobile_back {
		display: block;
	}
	.mobile_h1 {
		font-size: 30px !important;
	}
/* Styles */
}



/* ========================================================================== */

.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.clearfix{*zoom:1}

/* ==========================================================================
   print styles */

@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) ")"}
    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}
}