<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  line-height: 1.618;
  color: #444;
  font-display: fallback;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}

::-moz-selection {
  color: #fff;
  background: #49545d;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #49545d;
  text-shadow: none;
}

hr {
  margin: 30px 0;
}

:focus {
  outline: 0;
}

a {
  color: #65502f;
  text-decoration: none;
}
a:hover {
  color: #65502f;
  text-decoration: underline;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
}
@media (min-width: 75em) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-12,
.col-sm-9,
.col-sm-8,
.col-sm-6,
.col-sm-4,
.col-sm-3,
.col-md-12,
.col-md-9,
.col-md-8,
.col-md-6,
.col-md-4,
.col-md-3,
.col-lg-12,
.col-lg-9,
.col-lg-8,
.col-lg-6,
.col-lg-4,
.col-lg-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 36em) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-7 {
    flex: 0 0 58.33334%;
    max-width: 58.33334%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-4 {
    flex: 0 0 33.33334%;
    max-width: 33.33334%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 48em) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-7 {
    flex: 0 0 58.33334%;
    max-width: 58.33334%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-4 {
    flex: 0 0 33.33334%;
    max-width: 33.33334%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 62em) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-5 {
    flex: 0 0 58.33334%;
    max-width: 58.33334%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-4 {
    flex: 0 0 33.33334%;
    max-width: 33.33334%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-weight: 300;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: 700;
}

sup,
sub {
  font-size: 70%;
  line-height: 0;
  position: relative;
}

sup {
  top: 0;
}

sub {
  bottom: 0;
}

.site-header {
  padding: 3.5rem 0;
  background-color: #f0eae2;
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 74.99em) {
  .site-header {
    padding: 2.5rem 0;
  }
}
@media (max-width: 47.99em) {
  .site-header {
    padding: 1.5rem 0;
  }
}
@media (max-width: 35.99em) {
  .site-header {
    padding: 1rem 0;
  }
}

.logo {
  display: block;
}

.site-title {
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
  text-indent: -999rem;
  background: url("../img/logo.svg") center center no-repeat;
}

.main-navigation {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #c4c4c4;
  z-index: 3;
}

.menu-opener {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  cursor: pointer;
  display: none;
}
@media (max-width: 35.99em) {
  .menu-opener {
    display: block;
  }
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}
@media (min-width: 36em) {
  .menu {
    display: flex !important; /* stylelint-disable-line declaration-no-important */
  }
}
@media (max-width: 35.99em) {
  .menu {
    position: absolute;
    top: 51px;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    display: none;
  }
}
.menu-item {
  font-size: 16px;
  line-height: 20px;
  border-right: 1px solid #c4c4c4;
  flex: 1;
}
@media (max-width: 47.99em) {
  .menu-item {
    font-size: 14px;
  }
}
@media (max-width: 35.99em) {
  .menu-item {
    border: none;
    border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  }
}
.menu-item:first-child {
  border-left: 1px solid #c4c4c4;
}
@media (max-width: 74.99em) {
  .menu-item:first-child {
    border-left: none;
  }
}
@media (max-width: 74.99em) {
  .menu-item:last-child {
    border-right: none;
  }
}
.menu-link, .menu-back {
  display: block;
  text-align: center;
  color: #444;
  padding: 20px;
  transition: background-color 0.2s;
}
@media (max-width: 47.99em) {
  .menu-link, .menu-back {
    padding: 15px;
  }
}
@media (max-width: 35.99em) {
  .menu-link, .menu-back {
    padding: 10px;
  }
}
.menu-link:hover, .menu-back:hover {
  color: #444;
  background-color: #eee;
  text-decoration: none;
}

#navigation-holder {
  position: relative;
  width: 100%;
  height: 60px;
  display: none;
}
@media (max-width: 47.99em) {
  #navigation-holder {
    height: 50px;
  }
}
@media (max-width: 35.99em) {
  #navigation-holder {
    height: 40px;
  }
}

.swipe-container {
  position: relative;
  width: 100%;
  height: 70%;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  height: 100%;
}

.swipe-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swipe-wrap &gt; div {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swipe-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-text {
  width: 50%;
}
.slide-text_left {
  float: left;
  padding-left: 40px;
  text-align: left;
}
@media (max-width: 47.99em) {
  .slide-text_left {
    width: 80%;
    padding-left: 0;
  }
}
.slide-text_right {
  float: right;
  padding-right: 40px;
  text-align: right;
}
@media (max-width: 47.99em) {
  .slide-text_right {
    float: left;
    text-align: left;
    width: 80%;
    padding-right: 0;
  }
}
.slide-title, .slide-quote, .slide-author {
  text-shadow: -1px 1px 0 #f0eae2;
}
.slide-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .slide-title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .slide-title {
    font-size: 22px;
  }
}
.slide-quote {
  font-size: 16px;
  font-weight: 400;
}
.slide-author {
  font-style: italic;
}
.slide-author:before {
  margin-right: 5px;
  content: "—";
}
.slide-button {
  font-size: 15px;
  margin-bottom: 25px;
  padding: 5px 10px;
  color: #fff;
  background: #49545d;
  display: inline-block;
  transition: opacity 0.2s;
}
.slide-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

@media (max-width: 47.99em) {
  .slider-button {
    display: none;
  }
}
.slider-button-prev, .slider-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 48px;
  color: #fff;
  transition: transform 0.2s;
  cursor: pointer;
  z-index: 4;
}
.slider-button-prev:hover, .slider-button-next:hover {
  color: #fff;
  text-decoration: none;
}
.slider-button-prev {
  left: 20px;
}
.slider-button-prev:hover {
  transform: translateX(-5px);
}
.slider-button-next {
  right: 20px;
  transform: rotate(180deg);
}
.slider-button-next:hover {
  transform: rotate(180deg) translateX(-5px);
}

@media (max-width: 47.99em) {
  .swipe-wrap .swipe-item:nth-child(2n) {
    align-items: flex-end;
  }
}
@media (max-width: 47.99em) and (max-width: 576px) {
  .swipe-wrap .swipe-item:nth-child(2n) .slide-title {
    font-size: 18px;
  }
}

.swipe-wrap .slide-text_right {
  background: rgba(47, 59, 68, 0.5);
  padding: 25px 35px;
  text-shadow: none;
  width: 40%;
}
@media (max-width: 74.99em) {
  .swipe-wrap .slide-text_right {
    padding: 20px 30px;
  }
}
@media (max-width: 47.99em) {
  .swipe-wrap .slide-text_right {
    width: 100%;
    padding: 15px 25px;
  }
}
.swipe-wrap .slide-text_right .slide-title,
.swipe-wrap .slide-text_right .slide-quote,
.swipe-wrap .slide-text_right .slide-author {
  text-shadow: none;
  color: #fff;
}
.swipe-wrap .slide-text_right .slide-title {
  margin-top: 0;
}

.site-content {
  background: #f3f0ec;
}

.site-aside {
  padding: 50px 0;
  border-bottom: 1px solid #c4c4c4;
}

.section {
  padding: 50px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c4c4c4;
}
.section-title {
  font-size: 2.3rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.section-kontakt {
  padding: 0;
}
.section-kanzlei {
  color: #fff;
  background-color: #2e2e2e;
  border: none;
}
.section-datenschutzbeauftragte {
  background-color: #e6e6e6;
  border-top-color: #c4c4c4;
}

.tabs {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.tabs-item {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.tabs-link {
  display: block;
  padding: 10px 15px;
  color: #444;
  background: rgba(209, 191, 171, 0.3);
  border-bottom: 1px solid #d1bfab;
  transition: background 0.2s;
}
.tabs-link:hover, .tabs-link.active {
  color: #444;
  background: rgba(209, 191, 171, 0.6);
  text-decoration: none;
}
.tabs-pane {
  padding: 30px;
  background: #fff;
  display: none;
}
.tabs-pane.active {
  display: block;
}
@media (max-width: 74.99em) {
  .tabs-pane {
    padding: 25px;
  }
}
@media (max-width: 47.99em) {
  .tabs-pane {
    padding: 20px;
  }
}
@media (max-width: 35.99em) {
  .tabs-pane {
    padding: 15px;
  }
}
.tabs-title {
  font-size: 2.3rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
@media (max-width: 47.99em) {
  .tabs-title {
    font-size: 2rem;
  }
}
@media (max-width: 35.99em) {
  .tabs-title {
    font-size: 1.7rem;
  }
}

.teaser {
  height: 100%;
  margin-bottom: 15px;
  color: #444;
  background: #fff;
  border-bottom: 1px solid #c4c4c4;
  display: block;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.teaser:hover {
  color: #444;
  box-shadow: 0 10px 20px rgba(196, 196, 196, 0.5);
  text-decoration: none;
}
.teaser:hover .teaser-image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media (max-width: 47.99em) {
  .teaser {
    height: auto;
  }
}
.teaser-image {
  height: 200px;
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
@media (max-width: 47.99em) {
  .teaser-image {
    height: auto;
  }
}
@media (max-width: 35.99em) {
  .teaser-image {
    height: 150px;
  }
}
.teaser-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.teaser-content {
  padding: 25px;
}
@media (max-width: 74.99em) {
  .teaser-content {
    padding: 20px;
  }
}
@media (max-width: 61.99em) {
  .teaser-content {
    padding: 15px;
  }
}
@media (max-width: 47.99em) {
  .teaser-content {
    padding-left: 0;
  }
}
@media (max-width: 35.99em) {
  .teaser-content {
    padding-left: 15px;
  }
}

.leistungen {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -6px;
  padding: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .leistungen {
    flex-flow: column nowrap;
  }
}
.leistungen-item {
  width: calc(25% - 12px);
  margin: 0 6px 12px;
  background: #fff;
  border-bottom: 1px solid #c4c4c4;
}
@media (max-width: 992px) {
  .leistungen-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 576px) {
  .leistungen-item {
    width: 100% !important; /* stylelint-disable-line declaration-no-important */
  }
}
.leistungen-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 15px;
  background-color: #e6e6e6;
}
.leistungen-content {
  font-size: 14px;
  padding: 15px;
}
.leistungen-content ul {
  margin: 0 0 15px;
  padding: 0 0 0 15px;
}

.employe {
  transition: box-shadow 0.2s;
}
.employe:hover {
  box-shadow: 0 10px 20px rgba(196, 196, 196, 0.5);
}
.employe:hover .employe-image {
  -webkit-filter: sepia(0);
          filter: sepia(0);
}
.employe-image {
  width: 100%;
  height: auto;
  display: block;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3);
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
.employe-details {
  margin-bottom: 25px;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #c4c4c4;
}
.employe-name {
  margin: 0;
}
.employe-function {
  color: #666;
  font-style: italic;
}

.site-footer {
  color: #7d7d7d;
  background: #242424;
  padding-top: 40px;
}
.site-footer a {
  color: #7d7d7d;
}

.widget-column {
  margin-bottom: 40px;
}
.widget-title {
  font-size: 17px;
  font-weight: 400;
}
.widget-content {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.site-info {
  font-size: 13px;
  padding: 15px 0;
  color: #7d7d7d;
  background: #2e2e2e;
  text-align: center;
}

.digital-kanzlei img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 74.99em) {
  .digital-kanzlei img {
    width: 140px;
    margin-top: 20px;
  }
}
.digital-kanzlei-slider {
  position: absolute;
  right: 5px;
  bottom: 0;
  transform: translateY(30%);
  z-index: 9;
}
@media (max-width: 74.99em) {
  .digital-kanzlei-slider {
    transform: translateY(50%);
  }
}
.digital-kanzlei-slider img {
  width: 120px;
}
@media (max-width: 74.99em) {
  .digital-kanzlei-slider img {
    width: 80px;
  }
}

.personio-slider {
  position: absolute;
  right: 120px;
  bottom: 0;
  transform: translateY(30%);
  z-index: 9;
}
@media (max-width: 74.99em) {
  .personio-slider {
    transform: translateY(50%);
    right: 80px;
  }
}
.personio-slider img {
  width: 120px;
}
@media (max-width: 74.99em) {
  .personio-slider img {
    width: 80px;
  }
}
</pre></body></html>