<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700';
html {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-overflow-scrolling : touch; 
	/*-webkit-tap-highlight-color : rgb(214,67,54); */
	-webkit-text-size-adjust : 100%; 
	-ms-text-size-adjust : 100%; 
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #1a171b;
	background-color: #FFFFFF;
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	/*-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
 	hyphens: auto;*/
	-webkit-appearance: none;
	background-repeat: no-repeat;
}
em, i {
	font-style: italic;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 55px;
	line-height: normal;
	color: #d1d2d3;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 25px;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
dl, 
dd { 
	margin-bottom : 1.5em; 
}
dt { 
	font-weight : normal; 
}
b, strong { 

}

hr {
	background: none;
	border: 0;
	width: 100%;
	float: left;
	clear: both;
}
.divider {
	clear: both;

}
a, a:link, a:visited , .col25b .whitebox_txt a { 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	color: #c31434;
	text-decoration: underline;
	
}

.vierspalter a {
	position: relative;
}
a:focus { 
	outline: none; 
	text-decoration: none;
}
a:hover, 
a:active { 
	outline : 0;
	text-decoration: none;
	color: #c31434;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: disc;
	margin-left: 15px;
}
ol {
	counter-reset:li; /* Initiate a counter */
	padding-left:0; /* Remove the default left padding */
	margin-left: 0px;
	margin: 0;
	padding: 0;
}
img a, a img, a {
	border: 0;
	outline: none;
}
img {
	border : 0;
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
	
}
.red {
	color: #c31434;
}
.clr {
	clear: both;
}
.align-left, .csc-header-alignment-left {
	text-align: left;
}
.align-center, .csc-header-alignment-center {
	text-align: center;
}
.align-right, .csc-header-alignment-right {
	text-align: right;
}
.align-justify, .csc-header-alignment-justify {
	text-align: justify;
}
.accesskey  {
    position:absolute;
    left:-20000px;
}
dfn, .hidden {
    position: absolute;
    left: -1000em;
    width: 20em;
}
::-webkit-input-placeholder{
	opacity: 1 !important;
}

:-moz-placeholder{
	opacity: 1 !important;
}

::-moz-placeholder{
	opacity: 1 !important;
}
:-ms-input-placeholder{
	opacity: 1 !important;
}
input::-moz-focus-inner { border:0; padding:0 }
input {
    -webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
button, input[type="reset"], input[type="button"], input[type="submit"] {
	line-height:normal !important;
	outline: none;
}
#wrapper {
	width: 100%;
	overflow: hidden;
}
#wrapper_start {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.container {
	max-width: 1040px;
	max-width: 1080px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	margin: auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
	box-sizing: border-box;
}
.containerfull {
	max-width: 1465px;
	max-width: 1525px;
	max-width: 1180px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	margin: auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}
.containerfull a {
	display: inline-block;
	color: #ffffff;

}
.containerfull img {
	float: left;
	margin: 0;
	border: 0;
	width: 100%;
	height: auto;
}
canvas {
	float: left;
	margin: 0;
	border: 0;
	width: 100%;
	height: auto;
}
.table_cell {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 1465px;
	max-width: 1525px;
	max-width: 1140px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
	box-sizing: border-box;
}
.wand {
	float: left;
	width: 100%;
	padding-top: 100px;
}
.boden {
	float: left;
	width: 100%;
}
.wand a, .boden img {
	float: left;
	width: 100%;
}
.line {
	float: left;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
	height: 1px;
	background: #d3d3d4;
}
.mid_left {
	float: left;
	width: 22.527%;
	width: 18.106%;
	margin-right: 4.3%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
	box-sizing: border-box;
	position: relative;
}
.logo_s {
	position: relative;
	z-index: 1;
	margin-bottom: 70px;	
	float: left;
	width: 100%;
}
.left_u {
	position: relative;
	float: left;
	width: 100%;
}
.mid_mid {
	float: left;
	width: 52.559%;
	width: 48.138%;
	margin-right: 4.3%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
	box-sizing: border-box;
	position: relative;
}
.mid_mid_o {
	float: left;
	width:100%;
	position: relative;
}
#work, #news, #about, #kontakt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	color: #ffffff;
	padding-left: 24px;
	padding-top: 15px;
}
.mid_right {
	float: left;
	width: 24.493%;
	width: 24.914%;
	position: relative;
}
.right_o {
	float: left;
	width: 100%;
	padding-right: 26.027%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
	box-sizing: border-box;
	margin-bottom: 48px;
	position: relative;
}
.boden .right_o {
	margin-bottom: 0px;
}
.right_u {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
	box-sizing: border-box;
	position: relative;
}
.boden .right_u {
	margin-bottom: 48px;
}
#header {
	float: left;
	width: 100%;
	height: 130px;
}
#icon {
	float: right;
	margin-top: 40px;
	width: 55px;
	height: 55px;
	display: inline-block;
	background-image: url(../images/menu.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 0.33;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#icon.open {
	background-image: url(../images/close.png);
}
#main {
	float: left;
	width: 100%;
}
.gallery1#main,  #page_id3 #main {
	margin-top: 25px;
}
#left {
	float: left;
	width: 31.442%;
	width: 26%;
	margin-right: 2.692%;	
	margin-right: 2.7%;
}
#maincontent {
	float: left;
	width: 65.866%;
	width: 71.3%;
	padding-top: 109px;
}
.gallery1 #maincontent, #page_id3 #maincontent {
	padding: 0;
}
#bread_img {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
#bread_img img {
	float: left;
	width: 100%;
	height: auto;
}
#bread_img a {
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
#breadcrumb {
	position: absolute;
	padding-top: 11px;
	padding-left: 25px;
	font-size: 42px;
	line-height: 42px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
#left_img {
	float: left;
	width: 100%;
	position: relative;
}
#left_img img {
	float: left;
	width: 100%;
	height: auto;
}
.container_over {
	margin-left: -10px;
	margin-right: -10px;
}
.col25 {
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko         */
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	font-size: 13px;
}
.col25_img {
	position: relative;
	height: 200px;
	position: relative;
}
.galtext {
	position: absolute; 
	bottom: -25px;
	text-align: center;
	width: 100%;
}
.container_over img {
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
#bildleiste {
	width: 10000px;
	float: left;
	margin-top: 97px;
}
#bildleiste img {
	margin-right: 7px;
	float: left;
	height: 220px;
	width: auto;
}
#footer {
	float: left;
	width: 100%;
	margin-top: 75px;
	background: #d5d6d7;
	padding-top: 23px;
	line-height: 22px;
	padding-bottom: 0px;
}
#footer a {
	color: #1a171b;
	text-decoration: none;	
}
.footer {
	text-align: justify;
}
.footer:after {
  content: "";
  display: inline-block;
  width: 100%;
}


















  

#cookieChoiceInfo {
  color: #ffffff;
  background-color:#c31434;
  font-size: 13.5px;
  font-style: italic;
  line-height: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}
#cookieChoiceInfo span {
  padding-right: 4px;
}
#cookieChoiceInfo a {
  display: inline-block;
  background: #ffffff;
  color: #c31434;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 13px;
  padding-top: 1px;
  margin-left: 8px;
  border-radius: 5px;
}
#cookieChoiceInfo a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  background: #ffffff;
  color: #c31434;
}</pre></body></html>