<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  color: black;
  font-family: Verdana, sans-serif !important;
  font-size: 16px;
  scroll-behavior: smooth;
}

.container {
  display: grid;
  width: auto;
  grid-template-rows: 312px 50px 1fr 90px;
  grid-template-columns: 1fr 798px 1fr;
}

html {
  margin-top: 0;
}

body {
  margin: 0;
  font-family: Verdana, sans-serif !important;
  overflow-y: scroll;
  background: #e8f0f7;
  background-size: cover;
  min-height: 100vh;
}

h1 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 0px;
}

h2 {
  font-weight: normal;
  margin-top: 0px;
}

header {
  display: grid;
  background: white;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

aside {
  display: grid;
  background: grey;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

main {
  display: grid;
  background: white;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}

footer {
  display: grid;
  background: grey;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
}

address {
  font-style: normal;
}

.kontakt {
  font-size: 1rem;
  font-style: none;
}

.impressum {
  font-size: 1rem;
  text-align: center;
}
.demos {
  width: 230px;
  position: absolute;
  text-align: middle;
  right: 50px;
  background-color: #e8f0f7;
  border: 1px solid;
  border-color: #315ca3;
  border-radius: 6px;
  font-size: 1rem;
  margin: 0.5rem;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.demos a {
  display: block;      /* Macht das &lt;a&gt;-Element blockweise */
  height: 100%;        /* Stellt sicher, dass das &lt;a&gt;-Element die gesamte HÃ¶he des Elternelements einnimmt */
  width: 100%;         /* Stellt sicher, dass das &lt;a&gt;-Element die gesamte Breite des Elternelements einnimmt */
  text-align: center;  /* Zentriert den Text im &lt;a&gt;-Element */
  box-sizing: border-box; /* Stellt sicher, dass das Padding in die HÃ¶he und Breite eingerechnet wird */
  text-decoration: none; /* Entfernt die Standardunterstreichung von Links */
  color: inherit;       /* Erbt die Farbe des Elternelements */
}
.demos:hover {
  background-color: white;
  transition: all 0.3s ease;
}

.messen {
  width: 400px;
  position: relative;
  text-align: middle;
  white-space: nowrap;
  vertical-align: center;
  background-color: #e8f0f7;
  border: 1px solid;
  border-color: #315ca3;
  border-radius: 6px;
  font-size: 1rem;
  margin: 0.5rem;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.messen a {
  display: block;      /* Macht das &lt;a&gt;-Element blockweise */
  height: 100%;        /* Stellt sicher, dass das &lt;a&gt;-Element die gesamte HÃ¶he des Elternelements einnimmt */
  width: 100%;         /* Stellt sicher, dass das &lt;a&gt;-Element die gesamte Breite des Elternelements einnimmt */
  text-align: center;  /* Zentriert den Text im &lt;a&gt;-Element */
  box-sizing: border-box; /* Stellt sicher, dass das Padding in die HÃ¶he und Breite eingerechnet wird */
  text-decoration: none; /* Entfernt die Standardunterstreichung von Links */
  color: inherit;       /* Erbt die Farbe des Elternelements */
}
.intergeo2024 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Abstand zwischen den Bildern */
    justify-content: center;
}
.intergeo2024 img {
    width: 45%; /* Jedes Bild nimmt 45% der Breite ein, damit 2 nebeneinander passen */
    max-width: 300px; /* Optionale Maximalbreite fÃ¼r kleinere Bildschirme */
    height: auto;
    border-radius: 8px; /* Abgerundete Ecken */
}
.dl_button {
  width: 400px;
  position: relative;
  left: 20px;
  text-align: middle;
  white-space: nowrap;
  vertical-align: center;
  background-color: #e8f0f7;
  border: 1px solid;
  border-color: #315ca3;
  border-radius: 6px;
  font-size: 1rem;
  margin: 0.5rem;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.dl_button a {
  display: block;      /* Macht das &lt;a&gt;-Element blockweise */
  text-align: center;  /* Zentriert den Text im &lt;a&gt;-Element */
  box-sizing: border-box; /* Stellt sicher, dass das Padding in die HÃ¶he und Breite eingerechnet wird */
  text-decoration: none; /* Entfernt die Standardunterstreichung von Links */
  color: inherit;       /* Erbt die Farbe des Elternelements */
}

.dl_button:hover {
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}

.dl_button a {
  text-decoration: none;
}

.tooltip-link {
    color: #0056b3;
    text-decoration: none;
    position: relative;
}

.tooltip-text {
    display: none; /* Start hidden */
    position: absolute;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 0.8rem;
    border-radius: 5px;
    z-index: 1000; /* High z-index to overlay content */
    width: 280px;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;

}

.messen_container {
  white-space: nowrap;
}

.messen_container a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: black;
}

.messen:hover {
  background-color: #FFFFFF;
  width: 460px;
  transition: all 0.3s ease;
}

.messen a {
  text-decoration: none;
}

.fastviewer {
  border-radius: 6px;
  width: 555px;
  font-size: 1.5rem;
  color: black;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid;
  background-color: #e8f0f7;
  border-color: #315ca3;
}

.fastviewer a {
 text-decoration: none;
 color: black;
}

.fastviewer:hover {
  background-color: #FFFFFF;
  color: grey;
  width: 585px;
  transition: all 0.3s ease;
  border: 1px solid;
  border-color: #315ca3;
  border-radius: 6px;
}

.homepage {
  display: none;
}

.videocon {
  background-color: #FFFFFF;
  font-size: 1.2em;
  width: 320px;
  padding: 40px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

input, select, textarea {
  border: 1px solid silver;
  padding: 5px;
  border-radius: 6px;
  transition: background-color 0.5s ease, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

input:focus {
  background-color: #eff6ff;
  border-color: #007bff;
}

textarea:focus {
  background-color: #eff6ff;
  transition: background-color 0.5s ease;
}

.mySlides {
  display: none; position: relative;
}

.noscriptImg {
  position: relative;
}

.datenschutz {
  width: 700px;
  font-size: 1rem;
  margin: 40px;
}

.datenschutz_c {
  font-size: 0.8rem;
}

.headline {
  width: 700px;
  font-size: 0.8rem;
  font-weight: normal;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin-bottom: 0px;
  margin-left: 40px;
  margin-top: 30px;
  z-index: 1;
}

.sierrasoftvideos {
  width: 100%;
  font-size: 0.8rem;
  font-weight: normal;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.videotext {
  padding: 30px;
}

.content {
  width: 700px;
  font-size: 0.5rem;
  font-weight: normal;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin-bottom: 0px;
  margin-left: 40px;
  z-index: 1;
}

.content a {
  color: black;
}

/* Line Up Animation */

.headline_up {
  animation: 2s anim-lineUp ease-out forwards;
}

.content_up {
  animation: 2s anim-lineUp ease-out forwards;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    z-index: 1;
  }
}

/* Ende Line Up Animation */

.slideshow-container {
  max-width: 798px;
  position: absolute;
  margin: auto;
  align: center;
  margin-top: 112px;
}

.fade {
  animation-name: fade;
  animation-duration: 3s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Stil fÃ¼r das MenÃ¼ */
.horizontal-menu {
  background-color: #EBEBEB;
/*  border-top: 1px solid #285da2; */
  z-index: 99;
}

.horizontal-menu.sticky {
  position: fixed;
  top: 0;
  width: 798px;
}

ul {
    list-style: none;
}
.header-row {
  display: flex;
  flex-direction: row;
  width: 798px;
}

.header-row-item {
  flex: 1;
}

.header-list {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  position: absolute;
  width: 798px;
}

.header-item {
  flex: 1;
  text-align: center;
  position: relative;
  vertical-align: middle;
}

.welcome {
  vertical-align: middle;
  margin-top: 40px;
  font-size: 1em;
}

.menu-list {
  display: flex;
  padding: 0;
  margin: 0;
}

.menu-item {
  flex: 1;
  text-align: center;
  position: relative;
}

.menu-item a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 15px;
}

.menu-item:hover a {
  background-color: #FFFFFF;
}

/* Dropdown-Styling */

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown a {
  display: block;
  padding: 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  text-align: left;
  min-width: 11em;
  background-color: #f1f1f1;
  padding: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
}

.dropdown:hover .dropdown-content {
  display: block;
  animation: slide-down 0.3s ease-in-out;
  background-color: #f1f1f1;
}

/* Dropdown-Links */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* MenÃ¼punkt bei Dropdown-Hover */
.menu-item:hover .dropdown a {
  background-color: #FFFFFF;
}

/* Ã„ndern Sie die Hintergrundfarbe des Dropdown-Buttons, wenn der Dropdown-Inhalt angezeigt wird */
.menu-item:hover .dropdown a:first-child {
  background-color: #f1f1f1;
}

/* MenÃ¼ soll erscheinen */
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.footer {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-style: normal;
  text-align: center;
  color: #000000;
  background-color: #EBEBEB;
  padding: 5px;
  border-top: 1px solid #285da2;
}

.footer a {
  text-decoration: none;
  color: #000000;
}


.dl_list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: calc(640px * 999 - 100% * 999);
}

.dl_list &gt; * {
  flex-grow: 1;
  flex-shrink: 1;
}

.dl_link {
  background-color: #e8f0f7;
  font-size: 1.2em;
  width: 25rem;
  text-decoration: none;
  vertical-align: center;
  text-align: center;
  border: 1px solid #285da2;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  overflow: hidden;
}

.dl_link a {
  display: block;      /* Macht das &lt;a&gt;-Element blockweise */
  height: 100%;        /* Stellt sicher, dass das &lt;a&gt;-Element die gesamte HÃ¶he des Elternelements einnimmt */
  width: 100%;         /* Stellt sicher, dass das &lt;a&gt;-Element die gesamte Breite des Elternelements einnimmt */
  padding: 13px;
  text-align: center;  /* Zentriert den Text im &lt;a&gt;-Element */
  box-sizing: border-box; /* Stellt sicher, dass das Padding in die HÃ¶he und Breite eingerechnet wird */
  text-decoration: none; /* Entfernt die Standardunterstreichung von Links */
  color: black;       /* Erbt die Farbe des Elternelements */
}


.dl_link:hover {
  background-color: #FFFFFF;
  transition: background-color 0.3s ease;
}

.dl_bes {
  background-color: #FFFFFF;
  font-size: 1em;
  padding: 10px;
  vertical-align: middle;

}

.dl_file {
  background-color: #FFFFFF;
  font-size: 0.7rem;
  top: -20px;
  vertical-align: top;
  font-style: italic;
  height: 40px;
}

.qrcodes_container {
  display: flex;
  position: relative;
  flex-direction: column;
  align: center;
  }

.qrcodes_text {
  position: relative;
  text-align: center;
  font-size: 1.1rem;
}

.qrcodes_flex {
  display: flex;
  font-size: 1.1rem;
  justify-content: center;
}

.qrcodes_content {
    font-size: 1.2rem;
    text-align: center;
}

.qrcodes_img {
  width: 280px;
  height: 280px;
}

.catselect {
  font-size: 0.7rem;
}

/*--====== Sidebar ======--*/

.lead { font-size: 1.5rem; font-weight: 300; }
ul {
    list-style: none;
}

#sidebar {
    position: fixed;
    top: 112px;
    left: 0;
    z-index: 99;
    max-width: 380px;
    width: 80%;
    height: 100%;
    padding: 2rem;
    text-align: left;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px -4px #000;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}

/* when the sidebar has 'show' class */

#sidebar.show {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 99;
}
.sidebar_head {
  height: 1rem;
}

.sidebar_content {
    padding: 1.5rem 0;
    pointer-events: none;
    font-size: 28px;
    /* so that the Sidebar does not get closed while clicking on sidebar_content */
}

.sidebar_content a {
    pointer-events: all;
    /* so that all the &lt;a&gt; inside sidebar_content are clickable */
}

.sidebar_body {
    border-top: 1px dashed var(--text-color);
    border-bottom: 1px dashed var(--text-color);
    position: inherit;
    top: 7rem;
}

.side_navlinks ul {
    display: grid;
    gap: 1rem;
}

.side_navlinks li a {
    letter-spacing: 1px;
    opacity: 0.8;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.side_navlinks a:hover {
    opacity: 1;
    background-color: #f1f1f1;
}

/*---- Sidebar-Toggler ----*/
.sidebar_toggler {
    position: fixed;
    top: 5vh;
    left: 5vw;
    width: 3.9rem;
    height: 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
}

.sidebar_toggler span {
    background-color: #000000;
    width: 115%;
    height: 4px;
    transition: all 0.3s ease;
    pointer-events: none;
    /* so that it doesn't overlap the sidebar_toggler */
}

/* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
#sidebar.show + .sidebar_toggler {
    justify-content: center;
}

#sidebar.show + .sidebar_toggler span {
    margin-top: -1.2px;
    margin-bottom: -1.2px;
    width: 110%;
}

#sidebar.show + .sidebar_toggler span:first-child {
    transform: rotate(45deg);
}

#sidebar.show + .sidebar_toggler span:nth-child(2) {
    opacity: 0;
    transform: translateX(-100%);
}

#sidebar.show + .sidebar_toggler span:last-child {
    transform: rotate(-45deg);
}
@media only screen and (max-width: 650px) {
  .slideshow-container {
    margin-top: 160px;
  }

  .intergeo2024 img {
      width: 90%; /* Jedes Bild nimmt 45% der Breite ein, damit 2 nebeneinander passen */
  }

  h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 0px;
  }

.catselect {
  font-size: 1.8rem;
}

.video-overflow {
    overflow: visible; /* Stellt sicher, dass der Inhalt Ã¼ber den Container hinausgeht */
    position: relative; /* Damit die Z-Index-Angaben funktionieren */
    z-index: 99; /* Hebt das Video Ã¼ber andere Inhalte im Container hervor */
}

.checkbox {
  width: 30px;
  height: 30px;
}

.qrcodes_text {
  font-size: 1.5rem;
}

.qrcodes_img {
  width: 400px;
  height: 400px;
}

  .qrcodes_flex {
    flex-direction: column;
  }

.dl_file {
  font-size: 1.2rem;
}
.dl_link {
  width: 26rem;
}

  .impressum {
    font-size: 1.5rem;
    text-align: center;
  }

  .kontakt {
    font-size: 1.4rem;
    font-style: none;
  }


  .content {
    font-size: 0.8rem;
    margin-left: 30vw;
    width: 650px;
  }

  .headline {
    font-size: 2rem;
    margin-left: 30vw;
    width: 550px;
  }

  .mess_media {
    margin-left: 25vw;
    font-size: 1.6rem;
 }

  .sierrasoftvideos {
    font-size: 2rem;
  }

  .videotext {
    padding: 30px;
  }

  .content {
    font-size: 1.3rem;
    margin-left: 30vw;
    width: 650px;
  }
  .messen {
    width: 480px;
    font-size: 2rem;
  }
  .messen:hover {
    width: 480px;
  }

  .footer {
    font-size: 1.3rem;
  }
  .datenschutz {
    font-size: 1.5rem;
    margin: 40px;
  }

  .datenschutz_c {
    font-size: 1.3rem;
  }

}
@media only screen and (min-width: 651px) and (max-width: 900px) {
  .headline {
    font-size: 2rem;
    margin-left: 30vw;
    width: 650px;
  }
  .content {
    font-size: 1.3rem;
    margin-left: 30vw;
    width: 650px;
  }
 .mess_media {
   margin-left: 40px;
}
  .footer {
    font-size: 0.8rem;
  }
}
/* CSS-Anpassungen Kontaktformular fÃ¼r mobile GerÃ¤te */
@media only screen and (max-width: 768px) {
    #mobile-contact-form .form-group {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    #mobile-contact-form .input {
        width: 100%;
        padding: 12px;
        font-size: 40px;  /* MindestschriftgrÃ¶ÃŸe zur Vermeidung von Zoom */
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    #mobile-contact-form .form-header h2 {
        font-size: 22px;  /* GrÃ¶ÃŸere SchriftgrÃ¶ÃŸe fÃ¼r Ãœberschrift */
        margin-bottom: 10px;
    }

    #mobile-contact-form .form-header p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #mobile-contact-form .form-footer {
        text-align: center;
    }

    #mobile-contact-form .submit-button {
        width: 75%;
        padding: 14px;
        font-size: 30px;
        background-color: #007BFF;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }

    #mobile-contact-form .submit-button:hover {
        background-color: #0056b3;
    }

    #mobile-contact-form .dl_button {
        width: 75%;
        padding: 18px;
        margin: 20px;
        font-size: 30px;
        background-color: #6c757d;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        margin-bottom: 10px;
    }

    #mobile-contact-form .dl_button:hover {
        background-color: #5a6268;
    }
}


/* CSS-Regeln speziell fÃ¼r Firefox */
@-moz-document url-prefix()
{
  .headline {
    font-size: 0.8rem;
  }
  .sierrasoftvideos {
    font-size: 0.8rem;
  }
  .content {
    font-size: 0.5rem;
  }
}
</pre></body></html>