<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("style_space.css");
@import url("style_mail.css");
@import url("style_bt.css");
body {
  margin: 10px;
  padding: 0;
  color: #808080;
  background-color: #eeeeee;
  font-family: tahoma,arial,helvetica,verdana,sans-serif;
}
#wrapper {
  background-color: #FFFFFF;
  margin: 0 auto;
  width: 90%;
  border-radius: 15px;
}
header {
  margin: 0;
  padding-bottom:1px;
  background-color: #808080;
  background-image: linear-gradient(#0094DE 0%, #0170A8 100%);
  background-image: -webkit-linear-gradient(#0094DE 0%, #0170A8 100%);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top: 10px solid #FFFFFF;
  border-left: 10px solid #FFFFFF;
  border-right: 10px solid #FFFFFF;
}
div#top {
  margin: 10px;
  padding: 15px;
  background-color:transparent;
  color: #000000;
  float: right;
  width: 20%;
}
main {
  padding: 30px 20px 20px 30px;
  margin: 0px 10px 0px 170px;
  display: block;  /*wegen Fehldarstellung IE*/
}
footer {
  background-color: #0170A8;
  background-image: linear-gradient(#0094DE 0%, #0170A8 100%);
  background-image: -webkit-linear-gradient(#0094DE 0%, #0170A8 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 10px 20px 20px 20px;
  padding: 10px 20px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

/*Navigation Top*/
div#navi-top {
  margin: 20px;
  padding: 10px 20px 10px 0px;
  height: 20px;
  border-radius: 5px;
  background-color: #B8B8B8;
  background-image: linear-gradient(#B8B8B8 0%, #808080 100%);
  background-image: -webkit-linear-gradient(#B8B8B8 0%, #808080 100%);
}
.navi-topbox-active, .navi-topbox a:link, .navi-topbox a:active, .navi-topbox a:visited {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  padding: 5px 20px;
  margin: 5px;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
}
.navi-topbox a:hover {
  color: #FF8000;
}
.navi-topbox-active {
  font-weight:bold;
  text-shadow: 3px 2px #FF8000;
}

/*Navigation Seite*/
aside {
  float: left;
  width: 150px;
  padding: 0px 10px 10px 10px;
  margin: 10px 0px 0px 10px;
}
.navi-side {
    display:block;
    margin-top:15px;
    font-family:Comic Sans MS,Arial, Helvetica;
    font-size:18px;
    font-weight:normal;
    color:#555555;
    text-decoration:none;
    text-shadow: 3px 2px 0px #fff, 6px 5px 0px rgba(0,0,0,0.15);
    vertical-align:center;
    cursor:pointer;
}
.navi-side:hover {
    color:#FF8000;
}
.navi-side-active {
    display:block;
    margin-top:15px;
    font-family:Comic Sans MS,Arial, Helvetica;
    font-size:18px;
    font-weight:bold;
    color:#0080C0;
    text-decoration:none;
    text-shadow: 3px 2px 0px #fff, 6px 5px 0px rgba(0,0,0,0.15);
    vertical-align:center;
    cursor:pointer;
}
a.mainbutton {
    background-image:url(../pics/btoff.gif);
    background-repeat:no-repeat;
    display:block;
    width:140px;
    height:22px;
    border:0px solid #5F6D84;
    color:#777777;
    font-size:13px;
    font-weight:bold;
    line-height:20px;
    vertical-align:middle;
    text-decoration:none;
    text-align:left;
    padding-left:10px;
    padding-top:0px;
    margin-top:10px;
    margin-left:10px;
    cursor:pointer;
}
a.mainbutton:hover {
    background-image:url(../pics/bthover.gif);
    color:#FF8000;
}
.mainbutton-active {
    background-image:url(../pics/bton.gif);
    background-repeat:no-repeat;
    display:block;
    width:140px;
    height:22px;
    border:0px solid #5F6D84;
    color:#0080C0;
    font-size:13px;
    font-weight:bold;
    line-height:20px;
    vertical-align:middle;
    text-decoration:none;
    text-align:left;
    padding-left:10px;
    padding-top:0px;
    margin-top:10px;
    margin-left:10px;
}
a.mainbutton-admin, a.mainbutton-admin:hover {
    color:#FF8000;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    margin-left:10px;
}
a.mainbutton-admin:hover {
    color:#ffffff;
}

/*Navigation Footer*/
div#navi-footer {
  margin: 20px;
  padding: 10px 20px 10px 0px;
  height: 20px;
  border-radius: 5px;
  background-color: #0170A8;
  background-image: linear-gradient(#0094DE 0%, #0170A8 100%);
  background-image: -webkit-linear-gradient(#0094DE 0%, #0170A8 100%);
}

.navi-footerbox a:link, .navi-footerbox a:active, .navi-footerbox a:visited {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  padding: 5px 20px;
  margin: 5px;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
}

.navi-footerbox a:hover {
  color: #FF8000;
  text-shadow: 1px 1px #eeeeee;
}

/* --------------------------------Button---------------------------------- */
.bt-send{
   display:inline-block;
   background-color: orange;
   padding:5px 15px 7px;
   border:3px solid #0080FF;
   border-radius:2em;
   box-sizing: border-box;
   text-decoration:none;
   font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
   font-size:14px;
   font-weight:bold;
   color:#ffffff;
   text-align:center;
   transition: all 0.2s;
   -moz-box-shadow: 4px 4px 4px #000000;
   -webkit-box-shadow: 4px 4px 4px #000000;
   box-shadow: 4px 4px 4px #000000;
   /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /*
   For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.bt-send:hover{
   border-color: #FF8000;
   background-color: #0080FF;
   }
@media all and (max-width:30em)
{
   .bt-send{
      display:block;
      margin:0.2em auto;
   }
}
.back {
   border-bottom: 1px solid #453886;
   font-family:Comic Sans MS,Arial, Helvetica;
   font-size:16px;
   color:#004080;
   padding-bottom: .25em;
   text-decoration: none;
}
.back:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23453886' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 20%;
  border-bottom: 0;
  padding-bottom: .3em;
  text-decoration: none;
  color:#FF8000;
  }
.bonbon {
      width: 120px;
      height: 30px;
      font-size:15px;
   /* old browsers */
   text-decoration:none;
   background: linear-gradient(to bottom, white, yellow);
   box-shadow: inset 0px 0px 6px #fff, inset 0px -1px 6px #fff;
   border: 2px solid #0080FF;
   border-radius: 8px;
   color:#ffffff;
   cursor:pointer;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, violet), color-stop(100%, purple));
   /* webkit */
   background: linear-gradient(to bottom, hotpink, purple);
}
.bonbon:hover,
.bonbon:focus {
   box-shadow: rgba(0, 0, 0, 0.7) 0px 5px 15px, inset rgba(0, 0, 0, 0.15) 0px -10px 20px;
}

/* -------------------------------------------Text---------------------------------------- */
.headertextlarge {
  color: #FFFFFF;
  font-size: 38px;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  text-align: left;
  font-style: italic;
  text-shadow: 1px 1px #FF8000, 2px 2px #FF8000, 3px 3px #FF8000;
  -webkit-transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  margin-top:20px;
  margin-left:20px;
}
.headertextsmall {
  padding-left:75px;
  padding-top:10px;
  color: #dddddd;
  font-size: 22px;
  font-weight:normal;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  animation: einblenden 10s;
  -moz-animation: einblenden 10s; /* Für Firefox */
  -webkit-animation: einblenden 10s; /* Für Safari und Chrome */
  -o-animation: einblenden 10s; /* Für Opera */
}
@keyframes einblenden {
    from { opacity:0; }
    to { opacity:1; }
}

@-moz-keyframes einblenden { /* Für Firefox */
    from { opacity:0; }
    to { opacity:1; }
}

@-webkit-keyframes einblenden { /* Für Safari und Chrome */
    from { opacity:0; }
    to { opacity:1; }
}

@-o-keyframes einblenden { /* Für Opera */
    from { opacity:0; }
    to { opacity:1; }
}
.headline-gruss {
   font-size: 20px;
   font-family:Comic Sans MS, Arial, Helvetica, Verdana, Tahoma, sans-serif;
   font-weight:normal;
   text-shadow: grey .10em .10em .10em;
   margin: 0 0 0.1em 0;
   color: #FF8000;

}
.headline {
   font-size: 20px;
   font-family: Myriad, Helvetica, Arial, sans-serif;
   font-weight:normal;
   text-shadow: grey .10em .10em .10em;
   margin: 0 0 0.1em 0;
   color: #0080C0;

}
.headline-small {
   font-size: 16px;
   font-family: Myriad, Helvetica, Arial, sans-serif;
   font-weight:normal;
   text-shadow: grey .10em .10em .10em;
   margin: 0 0 0.1em 0;
   color: #0080C0;
}


.translate {
   position:absolute;
   left:625px;
   top:35px;
}
   .col {
   border:0px solid red;
   margin:0px;
   padding-left:40px;
   float:left;
}
.counter {
   font-size:12px;
   color:#ffffff;
   text-shadow: orange .10em .10em .10em;
   margin-top:35px;
}



@media (max-width: 768px) {
   .headertextlarge {
   font-size:20px;
   margin-top:10px;
   }
   .translate {
   display:none;
   }
   #google_translate_element {
   display:none;
   }
   .headertextsmall {
   padding-left:25px;
   padding-top:5px;
   color: #dddddd;
   font-size: 14px;
   }
   .counter {
   font-size:7px;
   }
      .col {
      content: '\A';
      white-space: pre;
      padding-top:10px;
   }
}

@media (max-width: 480px) {
   .headertextlarge {
      color: #FFFFFF;
      font-size: 18px;
      font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
      text-align: left;
      font-style: italic;
      text-shadow: 1px 1px #FF8000, 2px 2px #FF8000, 3px 3px #FF8000;
      -webkit-transition: all 0.12s ease-out;
      -moz-transition: all 0.12s ease-out;
      -o-transition: all 0.12s ease-out;
      margin-top:20px;
      margin-left:20px;
      }
   .headertextsmall {
      padding-left:20px;
      margin-top:5px;
      color: #dddddd;
      font-size: 12px;
   }
}

@media (max-width: 480px) {
   .headertextlarge {
      color: #FFFFFF;
      font-size: 18px;
      font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
      text-align: left;
      font-style: italic;
      text-shadow: 1px 1px #FF8000, 2px 2px #FF8000, 3px 3px #FF8000;
      -webkit-transition: all 0.12s ease-out;
      -moz-transition: all 0.12s ease-out;
      -o-transition: all 0.12s ease-out;
      margin-top:20px;
      margin-left:20px;
      }
  .headertextsmall {
      padding-left:20px;
      margin-top:5px;
      color: #dddddd;
      font-size: 14px;
   }
   .translate {
   display:none;
   }
   #google_translate_element {
   display:none;
   }
   .counter {
   font-size:8px;
   }
   .col {
      content: '\A';
      white-space: pre;
      padding-top:10px;
   }
}


/*----------------------------------------Popup Infobox und popup js-----------------------------------------*/
.pop {
    position: relative;
}
.pop a span {
    display: none; color: #FFFFFF;
}
.pop a:hover span {
    display: block;
    position: absolute;
    border:2px solid #C0C0C0;
    font-weight:normal;
    font-size:13px;
    color:#444444;
    width: 150px;
    background-color:#ffffff;
    left: 140px;
    top: 0px;
    padding: 6px;
    text-align:center;
    overflow:hidden;
    word-wrap: break-word;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -moz-box-shadow: 4px 4px 4px #000000;
    -webkit-box-shadow: 4px 4px 4px #000000;
    box-shadow: 4px 4px 4px #000000;
    /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /*
    For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/* Basic styles for the popup */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%; /* Responsive width */
  max-height: 80vh; /* Responsive height */
  overflow-y: auto; /* Enable vertical scrolling */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 110px;
  font-size:20px;
  color:#FF8040;
  text-shadow: 1px 1px #0080FF;
  cursor:pointer;
}
/* Show the popup when active */
.popup.active {
  display: flex;
}

/* allgemeine Angaben*/
img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 1px;
}
.back-to-top {
    position: fixed;
    bottom: 3em;
    right: 30px;
    width:30px;
    height:30px;
    background-image:url(../pics/pfeil.png);
    background-repeat:no-repeat;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1px;
    display: none;
    cursor:pointer;
}

@media (max-width: 768px) {
   .back-to-top {
       position: fixed;
       bottom: 20px;
       left: 10px;
   }
}

.hr {
    background-color:#FF8000;
    height:1px;
    margin: 0 auto;
    width:70%;
    float:left;
    -moz-box-shadow: 4px 4px 4px #888888;
    -webkit-box-shadow: 4px 4px 4px #888888;
    box-shadow: 4px 4px 4px #888888;
    /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /*
    For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
@media (max-width: 480px) {
.hr {
    width:90%;
    }
}

.hr-shadow{
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right,
    rgba(0,0,0,0),
    rgba(0,0,0,0.75),
    rgba(0,0,0,0));
}
.hr-glas {
height: 4px;
border: 1px solid #808080;
background-color:  rgba(255,255,255, .9);
-moz-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
-webkit-box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
box-shadow: inset 0 0 15px 5px rgba(200,200,200, .9);
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
    -moz-box-shadow: 4px 4px 4px #000000;
    -webkit-box-shadow: 4px 4px 4px #000000;
    box-shadow: 4px 4px 4px #000000;
    /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /*
    For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.shadow {
    -moz-box-shadow: 4px 4px 4px #000000;
    -webkit-box-shadow: 4px 4px 4px #000000;
    box-shadow: 4px 4px 4px #000000;
    /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /*
    For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.tabelle {
   margin-left:20px;
   border:4px groove #0080C0;
   border-radius: 10px;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   font-size:16px;
   font-weight:normal;
   color:#555555;
   text-decoration:none;
   font-style:normal;
    -moz-box-shadow: 4px 4px 4px #000000;
   -webkit-box-shadow: 4px 4px 4px #000000;
   box-shadow: 4px 4px 4px #000000;
   /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /*
   For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
   th, td {
   text-align: left;
   vertical-align: top;
   padding: 10px;
}



/******************Besonderheiten für Bildschirmgroesse max. 768px**********************/

@media (max-width: 768px) {

header {
    font-size: 0.7em;
}
div#top {
    margin-bottom: 0;
    padding: 0;
}
div#navi-top {
    height: 100%;
    padding: 10px 0px;
    font-size: 1.25em;
}
.navi-topbox a:link, .navi-topbox a:active, .navi-topbox a:visited {
    display: block;
    text-align: center;
}
.navi-topbox a:hover, navi-topbox a:focus {
    display: block;
}

div#navi-footer {
    height: 100%;
    padding: 10px 0px;
    font-size: 1.25em;
}
.navi-footerbox a:link, .navi-footerbox a:active, .navi-footerbox a:visited {
    display: block;
    text-align: center;
}
.navi-footerbox a:hover, navi-footerbox a:focus {
    display: block;
}

aside {
    float: none;
    width: 100%;
}
main {
    margin: 10px;
}
img {
   margin-top:10px;
}


}

/*****************Besonderheiten für Bildschirmgroesse max. 480px***********************/

@media (max-width: 480px) {

    .headertextsmall {
      font-size: 20px;

    }

    .toptext {
      margin: 0 10px;
      padding: 30px 0px 0px 10px;
      font-size: 1em;
    }

    .toptextklein {
      margin: 0px 0px 0px 10px;
      padding: 0px 0px 0px 10px;

    }

    aside {
      float: none;
      padding: 5px 0px 10px;
      width:93%;

      0px;
      text-align:center;
    }
   img {
      margin-top:10px;
   }
}

/*****************Besonderheiten für Bildschirmgroesse max. 32px***********************/

@media (max-width: 320px) {

    aside {
      float: none;
      width: 95%;
    }
}

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