<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 62.5%;
	line-height: 1.5;
}

body {
	margin: 0;
}

a {
	color: #000;
	text-decoration: none; 
}

a:hover {
	color: #c6a393;
	text-decoration: none; 
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 72px;
	font-size: 7.2rem;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2.0rem;
}

p {
	font-family: 'Open Sans', sans-serif;
	/*font-weight: 300;*/
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: justify;
}

p:nth-child(1) {
	margin-top: 0;
}

.detail p {
	font-size: 20px;
	font-size: 2.0rem;
}

.detail .wrap.detailHeader .descriptionContainer p {
	margin-top: 127px;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

header {
	height: 238px;
}

/*.leistungen header {
	height: 165px;
}*/

.projekte header, .blog header {
	/*height: 150px;*/
	height: 200px;
}

li.backLink {
	position: absolute;
	left: -10px;
	top: 76px;
	padding: 0;
	margin: 0;
	list-style: none;
}

li.backLink.logo {
	left: 0px;
	top: 83px;
}

li.backLink a {
	font-family: 'Oswald', sans-serif;
	/*font-weight: 400;*/
	font-weight: 500;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 10px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

li.backLink:hover &gt; a{
	color: #c6a393;
}

li.backLink.logo a {
	display: block;
	position: relative;
	width: 324px;
	height: 68px;
	/*background-color: rgba(255, 0, 0, .25);*/
	background-image: url('../img/Soius_Logo_1.svg');
	background-repeat: no-repeat;
	background-size: 324px 68px;
}

#nav {
	position: absolute;
	right: -10px;
	top: 76px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav &gt; li {
	float: left;
	margin-left: 70px;
}
#nav &gt; li:nth-child(1) {
	margin-left: -10px;
}

#nav li a {
	font-family: 'Oswald', sans-serif;
	/*font-weight: 400;*/
	font-weight: 500;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 10px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

#nav li:hover &gt; a, #nav li.active &gt; a{
	color: #c6a393;
}

.navsub {
	position: absolute;
	top: 47px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.navsub &gt; li {
	float: left;
	margin-right: 42px;
}

.hero {
	position: relative;

	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 30px;
	font-size: 3.0rem;

	line-height: 1.3;

	text-align: center;

	padding: 100px 200px;
	padding: 10rem 20rem;

	/*background-color: rgba(0, 0, 255, .125);*/
}

.hero span {
	color: #c6a393;
}

.hero:before, .hero:after {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	/*background-color: rgba(255, 0, 0, .5);*/

	font-weight: 700;

	font-size: 60px;
	font-size: 6.0rem;

	text-align: center;

	line-height: 122px;
}

.hero:before {
	content: "\201D";
	top: 0px;
}

.hero:after {
	content: "\201C";
	bottom: 0px;
}

.wrap {
	position: relative;
	width: 100%;
	padding: 50px 0;
	padding: 5rem 0;
	text-align: left;
	/*overflow: hidden;*/
}

.wrap.projectTeaser {
	/*height: 34.7625vw;*/
	/*height: 27.81vw;*/
	padding: 50px 0;
	padding: 5rem 0;
	margin: 0;
}

.wrap.blogPost {
	padding: 30px 0;
	padding: 3rem 0;
	margin: 0;
}

.wrap.projectTeaser:first-child, .wrap.blogPost:first-child {
	padding-top: 100px;
	padding-top: 10rem;
}

.wrap.detailRendering {
	padding: 50px 0;
	padding: 5rem 0;
	padding-bottom: 10px;
	padding-top: 50px;
	margin: 0;
}
.wrap.detailRendering:last-child {
	padding-bottom: 60px;
}

.wrap.detailViews {
	padding: 50px 0;
	padding: 5rem 0;
	padding-top: 50px;
	margin: 0;
}

.wrap.projectTeaser .imageContainer {
	position: relative;
	width: 61.8%;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.20);
	padding: 4px;
	box-sizing: border-box;
}

.wrap.projectTeaser .descriptionContainer {
	position: relative;
	width: 38.2%;
}

.wrap.projectTeaser .descriptionInner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.wrap.projectTeaser .descriptionInner h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 72px;
	font-size: 7.2rem;

	margin-top: -28px;
	margin-bottom: 4px;
}

.wrap.projectTeaser .descriptionInner h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2.0rem;

	margin-top: -21px;
}

.wrap.projectTeaser .descriptionInner .colorBar {
	position: absolute;
	width: 120px;
	height: 20px;
	background-color: #000;
	margin-top: 20px;
}

.wrap.projectTeaser.imageLeft .descriptionInner .colorBar {
	right: 0px;
}

.wrap.projectTeaser.imageRight .descriptionInner {
	text-align: left;
}

.wrap.projectTeaser.imageLeft .descriptionInner {
	text-align: right;
}

.wrap.projectTeaser.imageLeft .imageContainer {
	float: left;
}

.wrap.projectTeaser.imageLeft .descriptionContainer {
	float: right;
}

.wrap.projectTeaser.imageRight .imageContainer {
	float: right;
}

.wrap.projectTeaser.imageRight .descriptionContainer {
	float: left;
}

.grid {
	position: relative;
	max-width: 81.25%;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.grid:after {
	content: " ";
	display: block;
	clear: both;
}

.col-6-12 {
	position: relative;
	text-align: left;
	/*width: 48.2233502538%;*/
	width: 47.0875%;
	float: left;
	/*margin-right: 3.5532994924%;*/
	margin-right: 5.825%;
}

.col-6-12:nth-child(2n) {
	float: right;
	margin-right: 0;
}

.serviceTeaser {
	box-shadow: 0px 0px 30px rgba(0,0,0,0.20);
	padding: 30px;
	padding-bottom: 0px;
	box-sizing: border-box;
	display: block;
}

.leistungen .serviceTeaserHeadline h1 {
	font-size: 46px;
	font-size: 4.6rem;
	text-align: center;
	font-weight: 400;
	margin: 0;
	margin-top: -18px;
	/*margin-bottom: 86px;*/
	margin-bottom: 4.4vw;
}

.serviceTeaser h1 {
	margin: 0;
	padding: 3px 0 7px 0;
}

.detail .wrap.detailHeader {
	padding: 50px 0;
	padding: 5rem 0;
	padding-top: 0px;
	margin: 0;
}

.detail .wrap.detailHeader .headlineContainer {
	position: relative;
	width: 38.2%;
	float: left;
	text-align: left;
}

.detail .wrap.detailHeader .descriptionContainer {
	float: right;
	position: relative;
	width: 61.8%;
	box-sizing: border-box;
}

.detail .wrap.detailHeader .headlineContainer h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 72px;
	font-size: 7.2rem;

	margin-top: -28px;
	margin-bottom: 0px;
}

.detail .wrap.detailHeader .headlineContainer h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2.0rem;

	margin-top: -21px;
}

.detail .wrap.detailHeader .headlineContainer .colorBar {
	position: absolute;
	width: 120px;
	height: 20px;
	background-color: #000;
	margin-top: 25px;
}

.detail .wrap.detailRendering img {
	width: calc(100vw - 120px);
	height: auto;
	margin: 0 auto;
}

.detail .wrap.detailViews .detailViewsInner {
	width: calc(100vw - 640px);
	height: auto;
	margin: 0 auto;
}

.detail .wrap.detailViews .detailViewFullWidth, .detail .wrap.detailViews .detailViewHalfWidth {
	margin-top: 30px;
	display: inline-block;
}

.detail .wrap.detailViews .detailViewFullWidth:nth-child(1) {
	margin-top: 0px;
}

.detail .wrap.detailViews img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.detail .wrap.detailViews .detailViewHalfWidth {
	width: calc(50% - 15px);
}

.detail .wrap.detailViews .detailViewHalfWidth.left {
	float: left;
}

.detail .wrap.detailViews .detailViewHalfWidth.right {
	float: right;
}

.detail .wrap.detailViews .detailViewFullWidth:before, .detail .wrap.detailViews .detailViewHalfWidth:after {
	content: " ";
	display: block;
	clear: both;
}

.wrap.contact p {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
}

.wrap.contact p span {
	font-weight: 600;
}

.wrap.contact p span.colored {
	color: #c6a393;
}

.wrap.disclaimer h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;

	margin-bottom: 50px;
}

.wrap.disclaimer h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;

	margin-bottom: 10px;
}

.wrap.disclaimer p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;

	margin-bottom: 50px;
}

@media only screen and (max-width: 1870px) {
	.serviceTeaser h1 {
		font-size: 65px;
		font-size: 6.5rem;
	}
}

@media only screen and (max-width: 1710px) {
	.serviceTeaser h1 {
		font-size: 60px;
		font-size: 6.0rem;
	}
}

@media only screen and (max-width: 1680px) {
	.detail .wrap.detailViews .detailViewsInner {
		width: calc(100vw - 480px);
	}
}

@media only screen and (max-width: 1600px) {
	.hero {
		padding: 100px 120px;
		padding: 10rem 12rem;
	}
	.leistungen .serviceTeaserHeadline h1 {
		font-size: 38px;
		font-size: 3.8rem;
	}
}

@media only screen and (max-width: 1590px) {
	.serviceTeaser h1 {
		font-size: 55px;
		font-size: 5.5rem;
	}
}

@media only screen and (max-width: 1470px) {
	.serviceTeaser h1 {
		font-size: 50px;
		font-size: 5.0rem;
	}
}

@media only screen and (max-width: 1400px) {
	.grid {
		max-width: 86.25%;
	}
	header {
		height: 158px;
	}
	#nav, li.backLink {
		top: 83px;
	}
	li.backLink.logo {
		top: 90px;
	}
	.navsub {
		top: 42px;
	}
	.serviceTeaser {
		padding: 20px;
		padding-bottom: 0px;
	}
	.detail .wrap.detailHeader {
		padding-top: 50px;
	}
	.detail .wrap.detailViews .detailViewsInner {
		width: calc(100vw - 320px);
	}
}

@media only screen and (max-width: 1540px) {
	h1, .wrap.projectTeaser .descriptionInner h1, .detail .wrap.detailHeader .headlineContainer h1 {
		font-size: 60px;
		font-size: 6.0rem;
		margin-top: -24px;
		margin-bottom: 4px;
	}
}

@media only screen and (max-width: 1280px) {
	.leistungen .serviceTeaserHeadline h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

@media only screen and (max-width: 1230px) {
	.serviceTeaser h1 {
		font-size: 45px;
		font-size: 4.5rem;
	}
}

@media only screen and (max-width: 1200px) {
	.grid {
		max-width: 91.25%;
	}
	.detail .wrap.detailRendering img {
		width: 91.25%;
	}
}

@media only screen and (max-width: 1160px) {
	h1, .wrap.projectTeaser .descriptionInner h1, .detail .wrap.detailHeader .headlineContainer h1 {
		font-size: 50px;
		font-size: 5.0rem;
		margin-top: -17px;
		margin-bottom: 7px;
	}
}

@media only screen and (max-width: 1060px) {
	.serviceTeaser h1 {
		font-size: 38px;
		font-size: 3.8rem;
	}
}

@media only screen and (max-width: 1024px) {
	html {
		font-size: 55.55%;
	}
	li.backLink.logo a {
		width: 286px;
		height: 60px;
		background-size: 286px 60px;
	}
	.hero {
		padding: 100px 50px;
		padding: 10rem 5rem;
	}
	#nav &gt; li {
		margin-left: 50px;
	}
	.navsub &gt; li {
		margin-right: 36px;
	}
	.wrap.projectTeaser .descriptionInner h2 {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.serviceTeaser {
		padding: 10px;
		padding-bottom: 0px;
	}
	.detail .wrap.detailHeader .headlineContainer {
		width: 100%;
	}

	.detail .wrap.detailHeader .descriptionContainer {
		float: left;
		width: 100%;
	}
	.detail .wrap.detailHeader .descriptionContainer p {
		margin-top: 77px;
	}
	.wrap.detailRendering {
		padding: 0;
	}
	.wrap.detailRendering ~ .wrap.detailRendering {
		padding-top: 20px;
	}
	.detail .wrap.detailViews .detailViewsInner {
		width: 91.25%;
	}
	.wrap.detailViews {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 960px) {
	.detail .wrap.detailViews .detailViewHalfWidth {
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	h1, .wrap.projectTeaser .descriptionInner h1, .detail .wrap.detailHeader .headlineContainer h1 {
		font-size: 42px;
		font-size: 4.2rem;
		margin-top: -14px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 768px) {
	li.backLink.logo a {
		width: 60px;
		height: 60px;
		background-image: url('../img/Soius_Logo_2_kl.svg');
		background-repeat: no-repeat;
		background-size: 60px 60px;
	}
	.navsub {
		top: 50px;
	}
	#nav &gt; li {
		margin-left: 30px;
	}
	.col-6-12 {
		width: 100%;
		float: left;
		margin-right: 0;
	}
	.col-6-12:nth-child(2n) {
		width: 100%;
		margin-top: 30px;
	}
	.serviceTeaser {
		padding: 4px;
		padding-bottom: 0px;
	}
	.serviceTeaser h1 {
		font-size: 60px;
		font-size: 6.0rem;
	}
	.wrap.projectTeaser {
		padding: 30px 0;
		padding: 3rem 0;
	}
	.wrap.projectTeaser:first-child {
		padding-top: 50px;
		padding-top: 5rem;
	}
	.wrap.projectTeaser:last-child {
		padding-bottom: 50px;
		padding-bottom: 5rem;
	}
	.wrap.projectTeaser .imageContainer {
		width: 100%;
	}
	.wrap.projectTeaser .descriptionContainer {
		width: 100%;
		box-sizing: border-box;
		display: inline;
		margin-top: 6px;
		margin-bottom: 40px;
		min-height: 42px;
	}
	.wrap.projectTeaser .descriptionInner .colorBar {
		display: none;
	}
	.detail .wrap.detailHeader .headlineContainer .colorBar {
		display: none;
	}
	.detail .wrap.detailHeader .descriptionContainer p {
		margin-top: 38px;
	}
	.wrap.projectTeaser.imageLeft .descriptionContainer {
		float: left;
	}
	.wrap.projectTeaser .descriptionContainer:after {
		content: " ";
		display: block;
		clear: both;
	}
	.wrap.projectTeaser.imageRight .imageContainer {
		float: left;
	}
	h1, .wrap.projectTeaser .descriptionInner h1, .detail .wrap.detailHeader .headlineContainer h1 {
		font-size: 72px;
		font-size: 7.2rem;
		margin-top: -28px;
		margin-bottom: 0px;
	}
	.wrap.projectTeaser .descriptionInner h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

@media only screen and (max-width: 600px) {
	.hero {
		padding: 100px 10px;
		padding: 10rem 1rem;
	}
}

@media only screen and (max-width: 555px) {
	.serviceTeaser h1 {
		font-size: 50px;
		font-size: 5.0rem;
	}
	.leistungen .serviceTeaserHeadline h1 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 480px) {
	.serviceTeaser h1 {
		font-size: 40px;
		font-size: 4.0rem;
	}
}

@media only screen and (max-width: 450px) {
	li.backLink.logo {
		top: 14px;
	}
	.wrap.projectTeaser .descriptionContainer {
		min-height: 32px;
	}
	#nav {
		right: auto;
		left: 0px;
	}
	#nav &gt; li {
		margin-left: 20px;
	}

	li.backLink {
		top: 33px;
	}
	h1, .wrap.projectTeaser .descriptionInner h1, .detail .wrap.detailHeader .headlineContainer h1 {
		font-size: 60px;
		font-size: 6.0rem;
		margin-top: -24px;
		margin-bottom: 8px;
	}
	.wrap.projectTeaser .descriptionInner h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.leistungen .serviceTeaserHeadline h1 {
		text-align: left;
		line-height: 1.25;
	}
	.wrap.projectTeaser .descriptionInner .colorBar {
		width: 60px;
	}
	.leistungen header {
		height: 145px;
	}
	.leistungen .serviceTeaserHeadline h1 {
		margin-bottom: 8.8vw;
	}
}

@media only screen and (max-width: 380px) {
	h1, .wrap.projectTeaser .descriptionInner h1, .detail .wrap.detailHeader .headlineContainer h1 {
		font-size: 50px;
		font-size: 5.0rem;
		margin-top: -17px;
		margin-bottom: 7px;
	}
}</pre></body></html>