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

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */



/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body {
font-family:'open_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
}

body {height:100%;
font-size:1.8rem;
margin: 0 auto;
overflow-x:hidden;
color:#DBD2D2;
}

#container {
margin:0 auto;
}


/* ---- überschriften ----- */

h1, h2, h3, h4, h5 {text-align:left;
font-weight:bold;text-transform:none;
}

h2 {
font-size:2.6rem;
line-height: 3.3rem;
margin-top: 1.5rem;
margin-bottom: 3.5rem;
letter-spacing:1px;
}


h2:after {display:block;
border-top: 2px solid #62929a;
width: 50px;
content: "";
margin-top: .8rem;
}

h3 {
font-size:2.1rem;
line-height: 3rem;
margin-top: .5rem;
margin-bottom:2.5rem;
letter-spacing:0px;
}


/* ----- quelltext-erklärungen - wenn vorhanden ----- */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family:'open_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem #efefef;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#1f1f1f;font-weight:normal;
background:#fff;padding:0 .5rem;
transform:rotate(-45deg);
}


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#DBD2D2;
text-decoration: underline;
cursor:pointer;
}

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


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
border-radius:0rem;
}


/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {display:block;
margin:0rem 0 0rem 0;
text-align:left;
}

.button.cntr {text-align:center; }

.button .mehr_lesen a {display:inline-block;
text-transform:uppercase;
font-size:1.5rem;
letter-spacing:1px;
color:#4A4040;
background:#efecec;
border-radius:.4rem;
text-decoration:none;
padding:.3rem 1.8rem ;
transition:all  .3s ease-out;
cursor:pointer;
}

.button .mehr_lesen a:hover {
background:#fff;
}



/* ----- design-link ohne button ----- */

a.extra-link   {display:block;
padding:1rem 0;
text-decoration: none; }

/* icon bei extra-link */
a.extra-link:before {position:relative;
display:inline-block;
text-align:center;
font-family:'Font Awesome 6 Free';/* - 'Font Awesome 6 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 6 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
padding:0 .5rem 0 0 ;
content:"\f152";
color:#62929a;
}

a.extra-link:hover:before {color:#b07b7b; }



/*  ----------------------------------------  */
/* LISTE-SPEZIAL  */
/*  ----------------------------------------  */

/* ----- style 1 ----- */

.liste-spez   {display:block;padding:0;}

.liste-spez ul  {text-align:left;
margin:0rem 0 0 0;
padding:0rem 0 0 2rem;
}

/* aufzaehlungszeichen marker */
.liste-spez li { list-style-type:square; }
.liste-spez li::marker { color: #62929a;font-weight:bold }


/* numerische liste - ordered list */

.liste-spez ol  {text-align:left;
margin:0rem 0 0 0;
padding:0rem 0 0 2rem;
}

.liste-spez ol li {padding-left:.5rem;list-style-type: decimal; }
.liste-spez ol li::marker { color: #62929a; font-family:serif }


/* ----- style 2 -  bei vorangestelltem icon (fontawesome) ----- */

.liste-spez-2 ul  {text-align:left;
margin:0rem 0 0 -1rem;
padding:0rem 0 0 2rem;
}

.liste-spez-2 li {list-style:none;
list-style-position: inside; /* rückt gfls zweite zeile ein*/
text-indent:-1.4rem; /* rückt gfls zweite zeile ein */
padding-left:1.5rem; /* rückt gfls zweite zeile ein */
}

.liste-spez-2  i {transform:scale(.9);padding-right:.8rem;color:#62929a; }
.liste-spez-2 li a:hover i {color:#efefef; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ---------- boxen - grundsystem ---------- */

.box {display:inline-block;
text-align:left;
vertical-align:top;
width:100%;
padding: 1rem 1.5rem;
margin:0  -.25rem -.25rem -.25rem; /* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3,
.box-1_of_4,
.box-1_of_5 {width:100%; }


/* ---------- boxen - bilder ---------- */

.bilder  {display:block;margin:0 auto;
margin:0 -1rem;
padding-top:2rem;padding-bottom:2rem;
text-align:center;
}

.bilder .box {padding: 1rem; }

.bilder .box-1_of_1 ,
.bilder .box-1_of_2 ,
.bilder .box-1_of_3,
.bilder .box-1_of_4 {width:100%; }
.bilder .box-1_of_4b  {width: 50%; }

#gallery.bilder .box-1_of_3 {width:33.33%; }
#gallery.bilder .box-1_of_4 {width:50%; }

/*  bei Mausberührung der Bilder, wenn diese verlinkt sind (z.B Lightbox) */
a:hover img {opacity:.8;  filter: blur(2px)  }


/*  ---------- boxen - andere ---------- */

.wrapper {display:inline-block;width:90%;
margin:0 auto;
text-align:center;
border-radius:0rem;
padding: 2rem 0rem;
}

.special.box.box-1_of_2 {width:100%; }

#logo .bilder .box-1_of_4 {width:50%; }
#projects .box-1_of_4 {width:100%; }
#team .box-1_of_4 {width:100%; }
#fuss .box-1_of_4 {width: 1000%; } /* boxen von fuss-a */
#fuss .box-1_of_3 {width: 100%; } /* boxen von fuss-a */


/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {text-align:center;
margin:0 auto;
}


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;
background:#efecec;
margin:0 auto;
padding:0rem;
}

.top-a .box:nth-child(1)  {width: 90%; text-align:left; } /* erste box von top-a */
.top-a .box:nth-child(2)  {width: 10%; text-align:right;position:relative; } /* zweite box von top-a */

/* homepagename  */
.name {display:block;
color:#3f3f3f;
font-size:2rem;
text-transform:uppercase;
}

.name b {display:block;
font-weight:bold;
color:#000;
font-size:1.6rem;
text-transform:none;
}

/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {
display:block;
background:#4f6a6a;
overflow:hidden;
margin:0 auto;
padding: 0rem;
}

#logo .wrapper {width:100%;margin:0rem;padding:0; }
#logo .bilder {padding:0;;margin:-1rem -2rem; }
#logo .bilder .box {padding:0rem; }


 /* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;text-align:center;
padding:1rem 0rem 3rem 0;
margin:0 auto;
background:#5c5757;
}


/* erster buchstabe bei h2-überschrift */
.inhalt-a h2:first-letter {
color:#fff;
font-weight:bold;
}

/* text unter dem bild */

article.text {padding:1.5rem 0 0 0; text-align:center;}
article.text.smallfont { }

article.text h4 {font-weight:normal;
color:#fff;
text-align:center;
font-size:1.8rem;
margin-top: .5rem;
margin-bottom:1rem;
letter-spacing: 0rem;
}

article.text h5 {font-weight:normal;
color:#c4c3c3;
text-align:center;
font-size:1.6rem;
margin-top: 0rem;
margin-bottom:1rem;
letter-spacing: 0rem;
}


/*  ----------------------------------------  */
/* nur für die startseite */
/*  ----------------------------------------  */

/* spezielle hintergründe für bestimmte abschnitte */

#inhalt.startseite .inhalt-a:nth-child(2) {background:linear-gradient(to right, #5c5757 50%, #606060 50%) }
#inhalt.startseite .inhalt-a:nth-child(4) {background:linear-gradient(to left, #5c5757 50%, #606060 50%) }
#inhalt.startseite .inhalt-a:nth-child(5) {background:linear-gradient(to right, #5c5757 50%, #606060 50%) }

/* änderung der vertikalen ausrichtung für bestimmte boxen in den abschnitten */

#about .box {vertical-align:middle; }
#service .box {vertical-align:middle; }
#information .box {vertical-align:middle; }


/*  ----------------------------------------  */
/* nur für die boxfenster */
/*  ----------------------------------------  */

.boxfenster #team {background:transparent }


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {display:block;text-align:center;
margin:0 auto;
padding:0;
}

#fuss {display:block;background:#efecec;
padding:0rem;
margin: 0 auto;
}

.fuss-a .wrapper {text-align:left; }


/* h3-überschrift plus unterstreichung */

#fuss .box h3 {
text-align:left;
font-size:1.7rem;
color:#1f1f1f;
letter-spacing:1px;
font-weight:normal;
text-transform:uppercase;
margin-top:0rem;
margin-bottom:.5rem;
}

#fuss .box h3:after {display:block;
border-top: 2px dotted #968585;
width: 40px;
content: "";
margin-top: .4rem;margin-bottom:.7rem;
}


/* ----- fuss-botttom ----- */

#fuss-btm {display:block;
padding:0rem;background:#F7F4F7;
margin: 0 auto;
}

.fuss-btm-a .wrapper {color:#000;padding:0.5rem 0; }

.copyright { color:#1f1f1f;font-weight:normal; }
.copyright i { color:#1f1f1f; }


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss ,#fuss-btm,
#fuss a, #fuss-btm a {
color:#000;
text-shadow:none;
font-weight:normal;
font-size:1.6rem;
line-height:2.6rem;
text-decoration:none;
}

.fussmenu ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block;padding:0 .1rem }
#fuss li a:hover {color:#3f3f3f;text-decoration:none;}

/* icons social media */

.fussmenu ul.social {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu ul.social li  {display:inline-block;text-align:left;  margin-right:1rem;margin-bottom:1rem;  }
.fussmenu ul.social li i {display:block;color:#5c5757;transition:all .3s ease-out;padding: 0; }
.fussmenu ul.social li a:hover i {color:#000;transform:rotate(360deg);  }

/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für  logmenu */
/*  ----------------------------------------  */
.listmenu ul {text-align:left;list-style: none;padding: 0.5rem;margin: 0; }
.listmenu li { display:block;padding:0 .1rem }




/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */
@media (min-width: 320px) {

/* - hinweis -
für die kleinste smartphone-auflösung von 320 pixel benötigen wir KEINE bildschirmabragen (css-media queries),
denn hierfür gilt ja automtisch der gesamte vorstehende quelltext-code  -
weil wir das template ja 'MOBILE-FIRST' angelegt haben.
*/

}


/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

/* keine angabe */
#fuss .box-1_of_4  {width: 100%; }

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

html {font-size:70%; }

.wrapper {width: 90%; }

.bilder .box-1_of_4  {width: 50%; }

/* skalierung (verkleinerung) der vertikalen bilder */
.vertical-pic img {max-width: 60% }
#fuss .box-1_of_4  {width: 100%; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

.wrapper  {width: 85%; }

.bilder .box-1_of_2  {width: 50%; }
#fuss .box-1_of_4  {width: 100%; }
}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

#fuss .box-1_of_3  {width: 50%; }
#fuss .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:80%; }

.wrapper  {width: 700px; }

#projects .box-1_of_4 {width:50%; }
#team .box-1_of_4 {width:50%; }
.bilder .box-1_of_3  {width: 33.33%;  }

/* rücksetzung der skalierung der vertikalen bilder wieder auf 100% */
.vertical-pic img {max-width: 100% }

#fuss, #fuss a, #fuss-btm, #fuss-btm a {font-size:1.3rem; }
#fuss .box h3 {font-size:1.3rem; }

}


/* ===================================== ab 800 pixel ================================= */
@media (min-width: 800px) {

/* keine angabe */

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

.wrapper  {width: 90%; }

.top-a .box:nth-child(1)  {width: 30%; } /* erste box von top-a */
.top-a .box:nth-child(2)  {width: 70%; } /* zweite box von top-a */

#logo {border-bottom:solid 5rem #4f6a6a; }

.special.box.box-1_of_2 {width:50%; }

.bilder .box-1_of_4  {width: 25%; }
#logo .bilder .box-1_of_4 {width:25%; }
#gallery.bilder .box-1_of_4  {width: 25%; }
#projects .box-1_of_4 {width:25%; }
#team .box-1_of_4 {width:25%; }


#inhalt.startseite .inhalt-a:nth-child(2) {background:linear-gradient(to left bottom, #5c5757 50%, #4f6a6a 50%); }
#inhalt.startseite .inhalt-a:nth-child(3) {background:linear-gradient(to left top, #5c5757 50%, #4f6a6a 50%); }
#inhalt.startseite .inhalt-a:nth-child(4) {background:linear-gradient(to right bottom, #5c5757 50%, #4f6a6a 50%); }
#inhalt.startseite .inhalt-a:nth-child(5) {background:linear-gradient(to left bottom, #4f6a6a 50%, #5c5757 50%); }

/*#inhalt.startseite .inhalt-a:nth-child(1) {background:linear-gradient(to left bottom, #5c5757 50%, #4f6a6a 50%); }
#inhalt.startseite .inhalt-a:nth-child(2) {background:linear-gradient(to left top, #5c5757 50%, #4f6a6a 50%); }
#inhalt.startseite .inhalt-a:nth-child(3) {background:linear-gradient(to right bottom, #5c5757 50%, #4f6a6a 50%); }
#inhalt.startseite .inhalt-a:nth-child(4) {background:linear-gradient(to right top, #5c5757 50%, #4f6a6a 50%); }
#inhalt.startseite .inhalt-a:nth-child(5) {background:linear-gradient(to right top, #4f6a6a 50%, #5c5757 50%); }
#inhalt.startseite .inhalt-a:nth-child(6) {background:linear-gradient(to right bottom, #4f6a6a 50%, #5c5757 50%); }*/

article.text h4 {font-size:20px; }
article.text h5 {font-size:19px; }
article.text.smallfont {font-size:18px; }

/*#fuss .box-1_of_3  {width: 33.33%; }*/
#fuss .box-1_of_4  {width: 25.00%; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1300 pixel ================================= */
@media (min-width: 1300px) {

.wrapper   {width: 1200px; }

}


/* ===================================== ab 1400 pixel ================================= */
@media (min-width: 1400px) {

html {font-size:88%; }

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