<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
img, object, embed, video {
  max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
  width: 100%;
}
body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #333;
  margin: 0px; /* Browserstandard festlegen: 0px */
  font-stretch: normal;
  background-color: #FFF;
  line-height: 150%;
}
h1 {
  font-size: 1.5em;
  color: #353a8e;
  text-align: left;
  font-stretch: ultra-condensed;
  line-height: 150%;
  font-weight: lighter;
  text-align: left;
}
h2 {
  font-size: 1.5em;
  color: #353a8e;
  text-align: center;
  font-stretch: ultra-condensed;
  line-height: 150%;
  font-weight: lighter;
}
h3 {
  font-size: 1.6em;
  color: #000;
  text-align: left;
  font-stretch: ultra-condensed;
  line-height: 150%;
  font-weight: lighter;
}
h4 {
  font-size: 1.6em;
  color: #353a8e;
  text-align: left;
  font-stretch: ultra-condensed;
  line-height: 150%;
  font-weight: lighter;
}
h5 {
  font-size: 1.6em;
  color: #353a8e;
  text-align: left;
  font-stretch: ultra-condensed;
  line-height: 150%;
  font-weight: lighter;
}
h6 {
  font-size: 1.3em;
  color: #353a8e;
  text-align: left;
  font-stretch: ultra-condensed;
  line-height: 150%;
  font-weight: lighter;
}
.schrift1 {
  
  font-size: 1.1em;
  color: #000;
  font-variant:normal;
  text-align: left;
  line-height: 120%;
}
.schrift2 {
  
  font-size: 2.0em;
  color: #353a8e;
}
.schrift3 {
  font-size: 1.5em;
  font-stretch: ultra-condensed;
  color: #000;
  text-align: left;
}
.schrift4 {
  font-size: 1.4em;
  color: #000;
  font-stretch: ultra-condensed;
}
.schrift5 {
  font-size: 1.0em;
  color: #FFF;
  text-align: left;
}
.schrift6 {
  font-size: 1.4em;
  color: #000;
  font-stretch: ultra-condensed;
}
a {
  font-size: 1em;
  color: #353a8e;
  text-decoration: underline;
}
a:link {
  color: #353a8e;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
  color: #353a8e;
}
a:hover {
  text-decoration: none;
  color: #333;
}
a:active {
  text-decoration: underline;
  color: #353a8e;
}
.footer a {
  font-size: 1em;
  color: #E7E7E7;
  text-decoration: underline;
}
.footer a:link {
  text-decoration: underline;
}
.footer a:visited {
  text-decoration: underline;
  color: #E7E7E7;
}
.footer a:hover {
  text-decoration: none;
  color: #FFF;
}
.footer a:active {
  text-decoration: underline;
  color: #E7E7E7;
}
html {
  font-size: 110%; /* Browserstandard: 19px */
}
ul {
  display: block;
  list-style-type: square;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
li {
  display: list-item;
  border-bottom: 0px dashed #999;
}
li::marker {
  color: #DE0408;
}
/* Layout für Mobilgeräte */
.wrapper_2000 {
  width: 100%;
  margin: auto;
}
.wrapper_1800 {
  max-width: 1800px;
  padding: 0 12px 0 12px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper_1200 {
  max-width: 1200px;
  padding: 0 12px 0 12px;
  margin: auto;
}
.wrapper_1200_weiss {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 1200px;
  padding: 0 12px 0 12px;
  margin: auto;
}
.container1 {
  background-color: #FFF;
  box-shadow: 0px 6px 9px 0px #555;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 7000;
}
.container_vierer {
  width: 100%;
  height: auto;
  background-color: #f9f4f0;
}
/* Box als Rahmen fuer FLOATBOXEN* * * * * * * * */
.wrapper_boxen {
  overflow: hidden;
  height: auto;
}
/* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
.zweier_1, .zweier_2, .rzweier_1_menu, .rzweier_2_tel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rzweier_1_menu {
  width: 25.0%;
  float: left;
  padding: 0% 0% 0 0%;
  margin: -10px 1% 0% 1%;
}
.rzweier_2_tel {
  position: absolute;
  width: 63.0%;
  float: left;
  padding: 0 1% 0 1%;
  margin: 0% 1% 0 0%;
  text-align: right;
  right: 10px;
}
.clear {
  clear: both;
}
.top-banner {
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  z-index: 1000;
}
.container2 {
  width: 100%;
  min-height: 500px;
  margin-top: 20px;
}
.container0 {
  width: 100%;
  height: auto;
  margin: auto;
}
/* MAIN eigentlicher Hauptinhalt und container fuer Aufzaehlung* * * * * * * * */
.mainformat {
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 20px;
}
.zweier_1, .zweier_2, .rzweier_1, .rzweier_2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zweier_1 {
  width: 98%;
  height: 100%;
  float: none;
  color: #333;
  padding: 0 1% 0 1%;
  margin: 0 0 0 0;
  text-decoration: none;
}
.zweier_2 {
  width: 98%;
  height: 100%;
  float: none;
  color: #333;
  padding: 0 1% 0 1%;
  margin: 0 0 0 0;
  text-decoration: none;
}
/* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
.dreier_1, .dreier_2, .dreier_3, .rdreier_1, .rdreier_2, .rdreier_3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*  dreier Box flexibel * * * * * * * * */
.dreier_1 {
  margin: 2% 1% 0 1%;
  width: 98%;
  float: none;
  padding: 0 1% 0 1%;
}
.dreier_2 {
  margin: 2% 1% 0 1%;
  width: 98%;
  float: none;
  padding: 0 1% 0 1%;
}
.dreier_3 {
  margin: 2% 1% 0 1%;
  width: 98%;
  float: none;
  padding: 0 1% 0 1%;
}
.clear {
  clear: both;
}
.footer {
  background-color: #353a8e;
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: -1px;
}
/* Layout für Tablet-PCs: 481 bis 768px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 1000px) {
  .wrapper_2000 {
    max-width: 100%;
    min-width: 350px;
    margin: auto;
  }
  .container1 {
    padding-bottom: 30px;
    width: 100%;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  /* Box als Rahmen fuer FLOATBOXEN* * * * * * * * */
  .wrapper_boxen {
    overflow: hidden;
    height: auto;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .rzweier_1_menu, .rzweier_2_tel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rzweier_1_menu {
    width: 65.0%;
    float: left;
    padding: 0 0% 0 0%;
    margin: -10px 1% 0% 1%;
  }
  .rzweier_2_tel {
    width: 23.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0% 1% 0 0%;
    text-align: right;
  }
  .clear {
    clear: both;
  }
  .top-banner {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 600px;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .rzweier_1, .rzweier_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .zweier_1, .zweier_2 {
    width: 45.0%;
    float: left;
    padding: 0 2% 0 1%;
    margin: 0 1% 0 1%;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .dreier_1, .dreier_2, .dreier_3, .rdreier_1, .rdreier_2, .rdreier_3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*  dreier Box flexibel * * * * * * * * */
  .dreier_1 {
    margin: 0 1% 0 0%;
    width: 32.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_2 {
    margin: 0 1% 0 1%;
    width: 32.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_3 {
    margin: 0 0% 0 1%;
    width: 32.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .clear {
    clear: both;
  }
  .footer {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
/* Desktoplayout: 769 bis maximal 1232&nbsp;px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 769px) {
  .wrapper_2000 {
    max-width: 100%;
    min-width: 350px;
    margin: auto;
  }
  .container1 {
    padding-bottom: 30px;
    width: 100%;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  /* Box als Rahmen fuer FLOATBOXEN* * * * * * * * */
  .wrapper_boxen {
    overflow: hidden;
    height: auto;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .rzweier_1_menu, .rzweier_2_tel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rzweier_1_menu {
    width: 65.0%;
    float: left;
    padding: 0 0% 0 0%;
    margin: -10px 1% 0% 1%;
  }
  .rzweier_2_tel {
    width: 23.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0% 1% 0 0%;
    text-align: right;
  }
  .clear {
    clear: both;
  }
  .top-banner {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 600px;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .rzweier_1, .rzweier_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .zweier_1, .zweier_2 {
    width: 45.0%;
    float: left;
    padding: 0 2% 0 1%;
    margin: 0 1% 0 1%;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .dreier_1, .dreier_2, .dreier_3, .rdreier_1, .rdreier_2, .rdreier_3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*  dreier Box flexibel * * * * * * * * */
  .dreier_1 {
    margin: 0 1% 0 0%;
    width: 32.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_2 {
    margin: 0 1% 0 1%;
    width: 32.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .dreier_3 {
    margin: 0 0% 0 1%;
    width: 32.0%;
    float: left;
    padding: 0 1% 0 1%;
  }
  .clear {
    clear: both;
  }
  .footer {
    width: 100%;
    height: auto;
    text-align: center;
  }
}</pre></body></html>