<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * overrides from tokyo
 * overrides from tokyo
 * overrides from tokyo
 */
 .nav-item a.nav-link {
  color: #666666 !important;
  text-transform: uppercase;
  font-size: 1.15rem;
}
.header-section { background-color:#fff; border-bottom: 1px solid #dddbdb; box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 6px; }
.header-title { font-size: 2.5rem; font-weight: normal; color: #333333; letter-spacing: 0.1em; }
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.layout-part-public-all-links-footer {
  background: #ffffff;
  color: #333333;
}
.footer-border-bottom {
    border-bottom: 1px #efefef solid;
}
.footer_regio_settings { background-color:#FAFAFA; border-top: 1px #F0F0F0 solid; }
.footer_regio_settings_trenner { border-bottom: 1px #F0F0F0 solid; }
.footer_regio_settings_trenner { border-bottom: 1px #F0F0F0 solid; }
.layout_part_public_all_links_footer { background-color:#ffffff; border-top: 1px #F0F0F0 solid; }
.footer_copyright { background: #fff; color:#333; border-top: 1px #F0F0F0 solid; border-bottom: 0; }
.footer_copyright_artplaner { background: #efefef; border-top: 1px #DBDBDB solid; }
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.aw_dir_filter-h2 { font-size: 1rem; }
.aw_dir_sel_not_active-link, .aw_dir_sel_not_active_empty { font-size: 1rem; }
.setting-text { }

.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
}

.navbar-dark .navbar-brand {
  color: #333333;font-size: 1.25rem;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #000000;
}

a.ul-footer-link {display: block;margin: 2px 0px;padding:5px 15px 3px 25px;text-decoration:none; border-radius:7px; background-color: #F5F5F56B; border:1px dotted #E0E0E0;}
a.ul-footer-link:hover {color:#000; border-radius:7px; background-color: #fff; border:1px solid #cccccc;}

.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-dark {
    background-color: #efefef!important;
}

.mx-background-top-linear {
    background: #efefef;
	/* background: -webkit-linear-gradient(45deg, #E5E5E5 48%, #efefef 48%); */
    /* background: -webkit-linear-gradient(left, #E5E5E5 48%, #efefef 48%); */
    /* background: linear-gradient(45deg, #E5E5E5 48%, #efefef 48%); */
}
.img-filter {-webkit-filter: none;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: none;
  transform: none;
}
.column {
  float: left;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px dotted #DEDEDE;
  border-radius: 2px;
  padding: 8px !important;
}
.article_column {
  position: relative;
  background-color: #F5F5F56B;
  padding: 10px 10px;
  border-bottom: 1px dotted #cccccc;
}

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