<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (https://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see https://www.apache.org/licenses/LICENSE-2.0.
 */

body {
  width: 100%;
  height: 100%;
  font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0e1a26;
  background-color: #fff;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  p {
    margin: 0 45px 35px;
    font-size: 16px;
    line-height: 1.6;
  }
}

a {
  color: #42dca3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #1d9b6c;
}

.light {
  font-weight: 200;
  opacity: 0.7;
}

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #0e1a26;
}

.navbar-custom .navbar-brand {
  font-weight: 400;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}

.navbar-custom a {
  color: #0f1a26;
}

.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  outline: 0;
  color: rgba(69, 224, 169, 0.8);
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: 0;
}

.navbar-custom .nav li.active a {
  background-color: #0e1a26;
  color: #43dea6;
}

.navbar-custom .nav li.active a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }

  .navbar-custom.top-nav-collapse {
    padding: 0;
    border-bottom: 1px solid #43dea6;
    background: #0e1a26;
  }
}

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #0f1a26;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro .intro-body .brand-heading {
  font-size: 45px;
}

.intro .intro-body .intro-text {
  font-size: 18px;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }

  .intro .intro-body .brand-heading {
    font-size: 100px;
  }

  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #0f1a26;
  border-radius: 100% !important;
  font-size: 45px;
  color: #0f1a26;
  background: 0 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #0f1a26;
  background: rgba(255, 255, 255, 0.1);
}

.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.content-section {
  padding-top: 100px;
}

.download-section {
  width: 100%;
  padding: 50px 0;
  color: #fff;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}

@media (min-width: 767px) {
  .content-section {
    padding-top: 150px;
  }

  .download-section {
    padding: 100px 0;
  }

  #map {
    height: 450px;
    margin-top: 250px;
  }
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 450;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-default {
  border: 1px solid #42dca3;
  color: #42dca3;
  background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42dca3;
  outline: 0;
  color: #000;
  background-color: #42dca3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
  background-color: #101018;
  color: rgba(255, 255, 255, 0.7);
}

footer p {
  margin: 0;
}

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: #43dea6;
}

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: #43dea6;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

/* Additions*/

/* Icon Transitions*/

.aboutxing a div {
  padding-bottom: 4em;
  padding-top: 2em;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0f1a26;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.aboutxing a div :first-child {
  box-shadow: 0 0 0 2px #0f1a26;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  width: 92px;
  height: 92px;
  display: inline-block;
  padding-top: 0.3em;
}

.aboutxing a div:hover :first-child {
  color: #45e0a9;
  box-shadow: 0 0 0 2px #45e0a9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.mail a div,
.phone a div,
.xing a div {
  padding-bottom: 4em;
  padding-top: 2em;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}

/*.mail a div :first-child,
.phone a div :first-child,
.xing a div :first-child{
    display: inline-block;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding-top: 0.3em;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}*/

/* Effect 3 */
.mail a div :first-child,
.phone a div :first-child,
.xing a div :first-child {
  box-shadow: 0 0 0 2px #43dea6;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  width: 92px;
  height: 92px;
  display: inline-block;
  padding-top: 0.3em;
}

.mail a div:after :first-child,
.phone a div:after :first-child,
.xing a div:after :first-child {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 1.2s, opacity 1.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}

/* Effect 3b */
.mail a div :first-child,
.phone a div :first-child,
.xing a div :first-child {
  color: #43dea6;
}

.aboutxing a div:hover,
.mail a div:hover,
.phone a div:hover,
.xing a div:hover {
  color: #43dea6;
}

.mail a div:hover :first-child,
.phone a div:hover :first-child,
.xing a div:hover :first-child {
  color: #101a26;
  background-color: #43dea6;
  box-shadow: #43dea6;
}

/*.mail a div:after :first-child,
.phone a div:after :first-child,
.xing a div:after :first-child{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.mail a div:hover:after :first-child,
.phone a div:hover:after :first-child,
.xing a div:hover:after :first-child{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}*/

/* Icon Size and Position*/
.icon-paper-plane,
.icon-xing {
  font-size: 4em;
}

.phone a div .icon-phone-mobile {
  font-size: 5em;
  padding-top: 5px;
}

/*Navbar*/
.top-nav-collapse a {
  color: #fff;
}

/*Sections*/

#contact,
#services {
  background-color: #0f1a26;
  color: #fff;
  padding-bottom: 150px;
}
#about {
  padding-bottom: 100px;
  background-color: #f2f2f2;
}

#about img {
  margin-bottom: 50px;
  border: 2px solid rgba(15, 26, 38, 1);
  border-radius: 50%;
}

/*Responsive Additions*/
@media screen and (max-width: 994px) {
  .navbar-brand {
    font-size: 1.15em;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    font-size: 1.1em;
    line-height: 25px;
  }
  .navbar-custom a {
    color: #fff;
  }
}

@media screen and (max-width: 400px) {
  .navbar-brand {
    font-size: 1em;
    line-height: 27px;
  }
}
@media screen and (max-width: 370px) {
  .navbar-brand {
    font-size: 0.9em;
    line-height: 29px;
  }
}
@media screen and (max-width: 340px) {
  .navbar-brand {
    font-size: 0.8em;
    line-height: 31px;
  }
}

/*Impressum Style*/
#impressum p {
  margin: 0px 0 45px 0;
}
.navbar-toggle {
  color: #fff;
  font-weight: 200;
}
</pre></body></html>