<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* ### Typography: ### */
@import url("../lib/fonts/stylesheet.css");

.pfd-pl {
    font-family: "pf_dintext_prolight", Arial, Helvetica, sans-serif!important;
    font-weight: normal;
    font-style: normal;
}
.pfd-pr {
    font-family: 'pf_dintext_proregular', Arial, Helvetica, sans-serif!important;
    font-weight: normal;
    font-style: normal;
}    
.pfd-pb, table th {
    font-family: 'pf_dintext_probold', Arial, Helvetica, sans-serif!important;
    font-weight: normal;
    font-style: normal;
}
.ar-l {
    font-family: 'archerlight', Courier, monospace!important;
    font-weight: normal;
    font-style: normal;
}
.ar-li {
    font-family: 'archerlight_italic', Courier, monospace!important;
    font-weight: normal;
    font-style: normal;
}
.ar-bk {
    font-family: 'archerbook', Courier, monospace!important;
    font-weight: normal;
    font-style: normal;
}
.ar-bki {
    font-family: 'archerbook_italic', Courier, monospace!important;
    font-weight: normal;
    font-style: normal;
}
.ar-m {
    font-family: 'archermedium', Courier, monospace!important;
    font-weight: normal;
    font-style: normal;
}
.ar-sb {
    font-family: 'archersemibold', Courier, monospace!important;
    font-weight: normal;
    font-style: normal;
}
.ar-sbi {
    font-family: 'archersemibold_italic', Courier, monospace!important;
    font-weight: normal;
    font-style: normal;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "pf_dintext_prolight", Arial, Helvetica, sans-serif;
}

footer {
    font-family: 'pf_dintext_proregular',Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
}

h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'archerlight',Courier,monospace;
	font-weight: 400;
	font-style: normal;
}

p &gt; b, p &gt; strong {
	font-family: 'pf_dintext_probold', Arial, Helvetica, sans-serif!important;
    font-weight: normal;
    font-style: normal;
}

p,li,
.wrap {
    -moz-hyphens: auto;
   	-o-hyphens: auto;
   	-webkit-hyphens: auto;
   	-ms-hyphens: auto;
   	-hyphens: auto; 
}
.nowrap {
    -moz-hyphens: manual;
   	-o-hyphens: manual;
   	-webkit-hyphens: manual;
   	-ms-hyphens: manual;
   	-hyphens: manual; 
}


/* ### Elements: ### */

body {
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
}
body.has-popup {
	overflow: hidden;
}


/* ### Grid: ### */

table tr.top {
	vertical-align: top;
}
table tr.bottom {
	vertical-align: bottom;
}


/* ### Nav &amp; Links: ### */

.navi ul {
    font-family: 'pf_dintext_proregular',Arial,Helvetica,sans-serif;
    font-size: .9em;
	line-height: 1.1;
    list-style: none;
	margin: 0;
	padding: 0;
}
.navi a {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
}
.navi:not(.navi-mobile) ul li {
	border-bottom: 2px solid transparent;
}
.navi:not(.navi-mobile) ul li:hover, 
.navi:not(.navi-mobile) ul li.active {
	border-bottom: 2px solid #000;
}

header .navi {
    position: fixed;
    top: 0;
    width: 100%;
    height: 200px;
    -moz-box-shadow: 0 0 5px -2px #000;
    box-shadow: 0 0 5px -2px #000;
    z-index: 1000;
    border: 0 dashed red;
    overflow: hidden;
    transition: all .4s;
}
header .navi.navi-sized,
header .navi.navi-small {
    height: 40px;
}

header .navi .logo-big {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: 400px;
    background: url(/assets/logo-transparent-mod@2x.png) top center no-repeat;
    background-size: auto;
    background-size: 2560px;
    transition: all .4s;
}
header .navi.navi-sized .logo-big,
header .navi.navi-small .logo-big {
    top: -250px;
}

header .navi .logo-small {
    position: absolute;
    top: 300px;
    left: 50%;
    width: 40px;
    height: 30px;
    margin-left: -20px;
    padding: 5px 0;
    border: 0 dashed green;
    transition: all .4s;
    z-index: 1003;
}
header .navi.navi-sized .logo-small,
header .navi.navi-small .logo-small{
    top: 0;
}

header .navi ul li {
    display: inline-block;
    margin-right: 2em;
}
header .navi ul.text-right li {
    display: inline-block;
    margin-left: 2em;
	margin-right: 0;
}

footer {
    height: 300px;
    margin: 0;
    padding: 3rem 0 0 0;
    background-position: center 0;
    overflow: hidden;
}

footer .navi ul {
	font-size: 1rem;
	line-height: 1.5
}

footer table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
footer table th, footer table td {
    margin: 0;
    padding: 0;
}
footer table th {
    padding-right: 1em;
}

.teaser-body {
	position: relative;
	height: 600px;
}
.teaser-body:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 4.25vw;
	background-image: url("/assets/triangle-default@2x.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	border: 0px dashed deeppink;
	z-index: 101;
}
.teaser-body .bg-parallax {
	background-size: auto 660px;
	background-position: center 0;
}
.teaser-body .container.h-100 {
	padding-top: 200px;
}
.teaser-body .swiper-container-vertical&gt;.swiper-pagination-bullets {
	top: calc(50% + 60px);
	right: 1rem;
}
.swiper-pagination-bullet {
	width: 0.75rem;
	height: 0.75rem;
	opacity: 0.25;
}
.swiper-pagination-bullet-active {
	opacity: 0.75;
	background: #000;
}


a:active, a:focus {
    outline: 0;
}

a &gt; img {
    border: none;
}

@media screen and (max-width: 1199px) {
	footer {
		background-position: -900px 0;
	}
}

@media screen and (max-width: 991px) {
	header .navi ul li {
		margin-right: 1em;
	}
	header .navi ul.text-right li {
		margin-left: 1em;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	header .navi {
		height: 60px !important;
	}
	header .navi .logo-big {
		top: -250px;
	}
	header .navi .logo-small {
		top: 0;
		padding: 15px 0;
	}
	.teaser-body {
		height: 50vh;
	}
	.teaser-body .container-fluid {
		background-size: auto 55vh;
	}
	.teaser-body .container.h-100 {
		padding-top: 60px;
	}
	.teaser-body .bg-parallax {
		background-size: auto 50vh;
	}
	footer {
		height: 200px;
		padding-top: 1rem;
    	background-position: bottom center;
    	background-size: cover;
	}
	
	.navi-mobile,
	.contact-mobile {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		overflow: scroll;
		background: #3e3e3e;
		z-index: 9100;
		transition: all 0.3s;
	}
	.contact-mobile {
		left: auto;
		right: -100%;
	}
	.navi-mobile.active {
		left: 0 !important;
	}
	.contact-mobile.active {
		right: 0 !important;
	}

	.navi-mobile a,
	.contact-mobile a {
		position: relative;
		display: block;
		width: 100%;
		color: #fff;
		font-size: 1.3em;
		text-align: center;
		text-decoration: none;
		padding: 0.5em 0;
		border-bottom: 1px solid #6e6e6e;
	}
	.contact-mobile a:not(.logo) {
		text-align: left;
		padding-left: 1rem;
	}
	.contact-mobile a &gt; .fa-lg {
		position: absolute;
		top: 0;
		right: 0;
		width: 3.25rem;
		height: 3.25rem;
		text-align: center;
		line-height: 2em;
	}
	.navi-mobile a.logo,
	.contact-mobile a.logo {
		padding: 15px;
	}
}


/* ### Colors &amp; Backgrounds: ### */

.text-lime {
    color: #e6e24b !important;
}
.text-apricot {
    color: #fbc35d !important;
}
.text-orange {
    color: #ee860c !important;
}
.text-red {
    color: #e83553 !important;
}
.text-green {
    color: #7bbb5a !important;
}
.text-green-light {
    color: #b3cc6e !important;
}
.text-blue {
    color: #01a7e1 !important;
}
.text-grey {
    color: #3e3e3e !important;
}
.text-grey-50 {
    color: rgba(62, 62, 62, 0.5) !important;
}
.text-grey-light {
    color: #dcdcdc !important;
}
.text-white {
    color: #ffffff !important;
}
.text-black {
    color: #000000 !important;
}

.text-inherit {
	color: inherit !important;
}
.text-dummy {
    color: #bada55 !important;
}

.bg-lime {
    background-color: #e6e24b !important;
}
.bg-apricot {
    background-color: #fbc35d !important;
}
.bg-orange {
    background-color: #ee860c !important;
}
.bg-red {
    background-color: #e83553 !important;
}
.bg-red2 {
    background-color: #e55161 !important;
}
.bg-green {
    background-color: #7bbb5a !important;
}
.bg-green-light {
    background-color: #b3cc6e !important;
}
.bg-blue {
    background-color: #01a7e1 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-light {
    background-color: #f0f0f0 !important;
}
.bg-grey {
    background-color: #3e3e3e !important;
}
.bg-grey-50 {
    background-color: rgba(62, 62, 62, 0.5) !important;
}
.bg-grey-90 {
    background-color: rgba(62, 62, 62, 0.9) !important;
}

.bg-white .teaser-body:after {
	background-image: url("/assets/triangle-white@2x.png");
}

.bg-globe {
    background-image: url(/assets/footer-globe.jpg);
}
.bg-laser {
    background-image: url(/assets/footer-laser.jpg);
}
.bg-painting {
    background-image: url(/assets/footer-painting.jpg);
}
.bg-screens {
    background-image: url(/assets/footer-screens.jpg);
}
.bg-sir {
    background-image: url(/assets/footer-sir.jpg);
}
.bg-worker {
    background-image: url(/assets/footer-worker.jpg);
}

.bg-cover {
	background-size: cover !important;
}
.bg-contain {
	background-size: contain !important;
}

.border-dotted-top {
    background-image: url("/assets/stripes-grey.png");
    background-size: 24px;
    background-repeat: repeat-x;
    background-position: left top;   
}
.border-dotted-bottom {
    background-position: left bottom;   
}
.border-dotted-red {
    background-image: url("/assets/stripes-red.png");
}
.border-dotted-orange {
    background-image: url("/assets/stripes-orange.png");
}
.border-dotted-apricot {
    background-image: url("/assets/stripes-apricot.png");
}
.border-dotted-blue {
    background-image: url("/assets/stripes-blue.png");
}
.border-dotted-white {
    background-image: url("/assets/stripes-white.png");
}


/* ### Swiper: ### */
.swiper-button-next, .swiper-button-prev {
	width: 2rem;
	height: 2rem;
	background-image: unset;
	border: 0 dashed deeppink;
}

</pre></body></html>