<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------- BASIC-ELEMENTS ------------------ */
@import url("");
html, body {
  font-family: "Tinos", serif, Helvetica, Arial;
  font-weight: 400;
  font-size: 26px;
  color: #666;
  background-color: #fff; }

.mainContent {
  background-color: #fff; }

a, a:visited {
  color: #016462;
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #012221;
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Tinos", serif, Helvetica, Arial;
  margin-top: 20px;
  margin-bottom: 20px; }

h1 {
  font-family: "Tinos", serif, Helvetica, Arial !important;
  font-size: 2.4em;
  color: #666; }

h2 {
  font-family: "Tinos", serif, Helvetica, Arial !important;
  font-size: 2em;
  color: #666; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.8em; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #aaa; }

/* ----------------- HTML ELEMENTS ------------------ */
strong, b {
  font-weight: 700; }

ul {
  list-style-type: disc; }

hr {
  border-color: #eee;
  border-width: 1px;
  border-style: solid; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 0.77em;
  font-style: normal;
  border-left: 5px solid #eee; }

label {
  font-weight: 400; }

.checkbox &gt; label, .radio &gt; label {
  font-weight: 400; }

.cursor_hand {
  cursor: pointer; }

/* ----------------- FORM ELEMENTS ------------------ */
.form-control {
  font-family: "Tinos", serif, Helvetica, Arial;
  font-size: 1em;
  height: 46px; }

.input-group {
  margin-bottom: 20px; }

input, button, select, textarea {
  font-family: "Tinos", serif, Helvetica, Arial;
  font-size: 1em;
  font-weight: 400; }

.dropdown-toggle.selectpicker {
  font-family: "Tinos", serif, Helvetica, Arial !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  height: 46px !important;
  text-transform: none !important; }

.datepicker.dropdown-menu {
  font-family: "Tinos", serif, Helvetica, Arial;
  font-size: 0.7em;
  font-weight: 400 !important; }

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffdb99; }

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #3276b1; }

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99; }

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
  color: #fff;
  background-color: #3276b1; }

.dow, .today, .clear {
  font-weight: 400; }

.datetimepicker .datetimepicker {
  font-family: "Tinos", serif, Helvetica, Arial;
  font-size: 0.7em;
  font-weight: 400 !important; }

.bootstrap-switch &gt; div &gt; span, .bootstrap-switch &gt; div &gt; label {
  font-size: 1em;
  line-height: 20px;
  padding-bottom: 11px;
  padding-top: 11px; }

.bootstrap-switch &gt; div &gt; span.bootstrap-switch-default {
  color: #333;
  background: #eee; }

.bootstrap-switch &gt; div &gt; span.bootstrap-switch-primary {
  color: #fff;
  background: #428bca; }

.bootstrap-select &gt; .btn {
  color: #666; }

/* ----------------- TABLE ELEMENTS ------------------ */
.table-responsive {
  border: 0px;
  border-color: #ddd; }

.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  border-top: 0px solid;
  border-bottom: 0px solid;
  border-color: #ddd; }

.table &gt; thead &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th {
  border-top: 0px solid;
  border-bottom: 2px solid;
  border-color: #ddd; }

.table &gt; tbody &gt; tr &gt; th {
  border-top: 0px solid; }

.table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; td,
.table-striped &gt; tbody &gt; tr:nth-child(2n+1) &gt; th {
  background-color: #e6edf4; }

.table-hover &gt; tbody &gt; tr:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; th {
  background-color: #ddd; }

/* ----------------- BOOTSTRAP ELEMENTS ------------------ */
.text-muted {
  color: #999; }

.text-primary {
  color: #008f8c; }

.text-success {
  color: #3c763d; }

.text-info {
  color: #9b9ec3; }

.text-warning {
  color: #ffcc00; }

.text-danger {
  color: #a94442; }

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
  padding: 10px 16px; }

.bg-primary {
  background-color: #008f8c;
  color: #fff; }

.bg-success {
  background-color: #5cb85c;
  color: #fff; }

.bg-info {
  background-color: #9b9ec3;
  color: #fff; }

.bg-warning {
  background-color: #ffcc00;
  color: #666; }

.bg-danger {
  background-color: #f2dede;
  color: #292b27; }

.badge {
  font-family: Verdana, Arial, Helvetica;
  font-size: 0.54em;
  color: #fff;
  background-color: #00c8c4; }

.img-responsive {
  display: inline-block; }

.img-thumbnail {
  border: 1px solid #ccc; }

.img-circle {
  border: 1px solid #ccc;
  padding: 4px;
  background-color: white; }

.btn {
  font-family: "Tinos", serif, Helvetica, Arial;
  font-size: 1em;
  font-weight: 400;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-transform: none; }

.btn-xs {
  font-size: 0.54em; }

.btn-sm {
  font-size: 0.72em; }

.btn-lg {
  font-size: 1.27em; }

.btn-default {
  color: #666 !important;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover {
  color: #333 !important;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-primary {
  color: #fff !important;
  background-color: #008f8c;
  border-color: #008f8c; }

.btn-primary:hover {
  color: #fff !important;
  background-color: #006c6a;
  border-color: #006c6a; }

.btn-success {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #5cb85c; }

.btn-success:hover {
  color: #fff !important;
  background-color: #47a447;
  border-color: #398439; }

.btn-danger {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover {
  color: #fff !important;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-info {
  color: #fff !important;
  background-color: #9b9ec3;
  border-color: #9b9ec3; }

.btn-info:hover {
  color: #fff !important;
  background-color: #8486a8;
  border-color: #8486a8; }

.btn-warning {
  color: #666 !important;
  background-color: #ffcc00;
  border-color: #ffcc00; }

.btn-warning:hover {
  color: #666 !important;
  background-color: #dfb310;
  border-color: #dfb310; }

.jumbotron {
  font-family: "Tinos", serif, Helvetica, Arial;
  color: #fff;
  background-color: #00c8c4;
  border-color: #00c8c4;
  border-width: 0px;
  border-style: solid;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: none;
  -webkit-box-shadow: none; }

.jumbotron p {
  font-size: 1em; }

.jumbotron h1 {
  font-size: 2.72em; }

.well {
  font-family: "Tinos", serif, Helvetica, Arial;
  color: #fff;
  background-color: #808080;
  border-color: #808080;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-default &gt; .panel-heading {
  color: #fff;
  background-color: #00c8c4;
  border-color: #00c8c4; }

.panel-title {
  font-size: 1em; }

/* ----------------- EXTRA ELEMENTS ------------------ */
.embededContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embededContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.div_background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200px; }

.td_background-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.bootbox .modal-title {
  color: #333 !important; }

#place4impres {
  font-size: 18px; }

.cms5_msgblock {
  padding: 15px; }

.cms5_contentinfo {
  border-top: 1px solid #ddd;
  padding: 15px;
  margin-top: 20px;
  text-align: right; }

#cms_savedata .slider_main img {
  width: 100px;
  margin: 5px; }

.parallax_sektion {
  position: relative;
  left: 0px;
  top: 0px; }

/* ----------------- NAVIGATION ------------------ */
body {
  padding-top: 0px; }

.navbar-fixed-top {
  font-family: "Tinos", serif, Helvetica, Arial;
  font-size: 1em; }

.navbar .dropdown-submenu &gt; a:after,
.navbar-default .caret {
  display: none !important; }

.navbar-default .navbar-toggle {
  border-color: #ddd;
  background-color: transparent; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #888; }

.navbar-default .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  font-size: 0.818em;
  background-color: #777 !important;
  border: 0px;
  box-shadow: none;
  border-radius: 0px; }

.navbar .dropdown-menu &gt; li {
  text-indent: 30px; }

.navbar .dropdown-menu &gt; li li {
  text-indent: 60px; }

.navbar-default .dropdown-submenu &gt; .dropdown-menu {
  left: 0;
  margin-top: 0;
  border-radius: 0; }

#sidebar-wrapper {
  position: fixed;
  right: 0px;
  width: 400px;
  height: 100%;
  margin-right: -400px;
  overflow-y: auto;
  background-color: #777;
  z-index: 1000;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s; }

#sidebar-wrapper.active {
  right: 400px;
  width: 400px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s; }

.sidebar-nav {
  position: absolute;
  top: 0px;
  width: 400px;
  margin: 0px;
  padding: 0px;
  list-style: none; }

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
  background-color: #676767; }

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff; }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #777; }

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none; }

.sidebar-nav li li {
  background-color: #777; }

.sidebar-nav li li a {
  color: #fff; }

.sidebar-nav li li a:hover {
  color: #fff;
  background-color: #00c9c5 !important; }

#menu-toggle {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1;
  color: #888;
  background-color: transparent;
  border-color: #ddd; }

#menu-toggle:hover, #menu-toggle:active {
  color: #888;
  background-color: #ddd; }

#menu-close {
  color: white;
  background-color: transparent; }

#menu-close:hover, #menu-close:active {
  color: #ccc; }

#menu-close {
  content: " ";
  display: block;
  clear: both; }

.navbar-default .navbar-brand {
  float: left;
  font-size: 1em;
  font-family: "Tinos", serif, Helvetica, Arial;
  color: #fff;
  height: 0px;
  line-height: 20px;
  padding: 15px; }

.navbar-default .navbar-brand:hover {
  color: #ccc; }

.navbar-default .navbar-brand a {
  color: #fff; }

.navbar-default .navbar-brand a:hover {
  color: #ccc; }

.navbar-default .navbar-brand img {
  float: inherit;
  width: 300px;
  top: 0px;
  left: 0px;
  position: relative; }

/* ----------------- LIGHTBOX MEDIAQUERY ------------------ */
.ekko-lightbox-container {
  text-align: center; }

@media (max-height: 480px) {
  .ekko-lightbox-container img {
    max-height: 400px;
    text-align: center; } }
@media (min-height: 481px) and (max-height: 768px) {
  .ekko-lightbox-container img {
    max-height: 500px;
    text-align: center; } }
@media (min-height: 769px) and (max-height: 800px) {
  .ekko-lightbox-container img {
    max-height: 500px;
    text-align: center; } }
@media (min-height: 801px) and (max-height: 900px) {
  .ekko-lightbox-container img {
    max-height: 640px;
    text-align: center; } }
@media (min-height: 901px) and (max-height: 1024px) {
  .ekko-lightbox-container img {
    max-height: 640px;
    text-align: center; } }
@media (min-height: 1025px) and (max-height: 1535px) {
  .ekko-lightbox-container img {
    max-height: 700px;
    text-align: center; } }
@media (min-height: 1536px) {
  .ekko-lightbox-container img {
    max-height: 800px;
    text-align: center; } }
/* ----------------- BASIC DESIGN ------------------ */
/* ------------------- Footer 1 ----------------- */
.div_footer1 {
  min-height: 200px;
  background-color: #fff; }

.footer1_innen {
  color: #808080;
  font-family: "Tinos", serif, Helvetica, Arial;
  font-size: 1em; }

.footer1_innen a {
  color: #808080; }

.footer1_innen a:hover, .footer1_innen a:focus {
  color: #808080;
  text-decoration: underline; }

#cms_savedata .footer1_innen, #cms_savedata .footer1_innen a {
  color: #000; }

/* ------------------- Footer 2 ----------------- */
.div_footer2 {
  min-height: 200px;
  background-color: #00c9c5; }

.footer2_innen {
  color: #000;
  font-family: "Tinos", serif, Helvetica, Arial;
  font-size: 0.8em; }

.footer2_innen a {
  color: #000; }

.footer2_innen a:hover, .footer2_innen a:focus {
  color: #000;
  text-decoration: underline; }

#cms_savedata .footer2_innen, #cms_savedata .footer2_innen a {
  color: #000; }

/* ------------------- Footer 3 ----------------- */
.div_footer3 {
  min-height: 60px;
  background-color: #2a2b28; }

.footer3_innen {
  color: #fff;
  font-family: "Tinos", serif, Helvetica, Arial;
  font-size: 1em; }

.footer3_innen a {
  color: #fff; }

.footer3_innen a:hover, .footer3_innen a:focus {
  color: #fff;
  text-decoration: underline; }

#cms_savedata .footer3_innen, #cms_savedata .footer3_innen a {
  color: #000; }

/* ------------------- Footer 4 ----------------- */
.div_footer4 {
  background-color: #333; }

.footer4_innen {
  color: #fff;
  font-family: "Tinos", serif, Helvetica, Arial;
  font-size: 1em; }

.footer4_innen a {
  color: #fff; }

.footer4_innen a:hover, .footer4_innen a:focus {
  color: #fff;
  text-decoration: underline; }

#cms_savedata .footer4_innen, #cms_savedata .footer4_innen a {
  color: #000; }
</pre></body></html>