<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Schriften
   ========================================================================== */

@font-face {
  /* ... */
  font-display: swap;
}

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto-slab-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
       url('../fonts/roboto-slab-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v8-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-slab-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('../fonts/roboto-slab-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v8-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-slab-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
       url('../fonts/roboto-slab-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v8-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'), 
    url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
    url('../fonts/Font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* great-vibes-regular - latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/great-vibes-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Great Vibes'), local('GreatVibes-Regular'),
       url('../fonts/great-vibes-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/great-vibes-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/great-vibes-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/great-vibes-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/great-vibes-v6-latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}


/* ==========================================================================
   Standards
   ========================================================================== */

html, body {
  font-family: 'Roboto Slab', serif;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	color: #444f3d;
}

h1 {
  font-family: 'Great Vibes';
}

h1 {
  font-size: 3.8em;
  margin-bottom: 30px;
}

h2 {
  font-size: 2.2em;
  margin-bottom: 20px;
}

p, ul {
	font-family: 'Roboto Slab', serif;
	color: #494949;
  line-height: 1.8em;
  /*font-weight: lighter;*/
}

p.lead {font-weight: bold; font-size: 1.4em; line-height: 1.4em;}

p.small {line-height: 1.6em;}

/* ----------- LINKS ------------- */

a {
	color: #9cb38c;
	transition: all 0.4s; /* explorer 10 */
  -webkit-transition: all 0.4s; /* chrome &amp; safari */
  -moz-transition: all 0.4s; /* firefox */
  -o-transition: all 0.4s; /* opera */
}

a:hover {color: #87a274; text-decoration: none;}

a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
}

::selection {
  background: #861412; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #861412; /* Gecko Browsers */
  color: #fff;
}

/* ----------- HELPERS ------------- */

.rot {color: #861412;}
.bg-rot {background-color: #861412;}

.gruen {color: #799665;}
.bg-gruen {background-color: #799665;}

.weiss {color: #fff;}

.beige {color: #d2c49d;}
.bg-beige {background-color: #d2c49d;}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/* ----------- LIST BULLETS -&gt; FONT AWESOME ------------- */

/*li:before {    
font-family: 'FontAwesome';
font-family: 'Font Awesome\ 5 Free';
content: '\f067';
margin:0 5px 0 -15px;
color: #f00;
}*/

/* ==========================================================================
   Navigation
   ========================================================================== */

/* Topnav */
.topnav {
  font-family: Arial, sans-serif;
  padding: 12px 0;
  border-bottom: 1px solid #d5d5d5;
  font-size: 0.9em;
}

.topnav ul {margin:0; padding:0;}
.topnav ul li a {color:#797979;}

/* Logo */
.logo {
  position: absolute;
  top: -40px;
  z-index: 9999;
  background: #fff;
  padding: 12px;
  border-radius: 100%;
  max-width: 200px;
  transition: all 0.4s; /* explorer 10 */
  -webkit-transition: all 0.4s; /* chrome &amp; safari */
  -moz-transition: all 0.4s; /* firefox */
  -o-transition: all 0.4s; /* opera */
}

@media (max-width: 768px) {
 .logo {
    max-width: 140px;
    padding: 6px;
  }
}

/* Scrollbar in Mobile Nav entfernen */
.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}

.nav-link {
  color: #3d3d3d;
  font-weight: lighter;
  font-size: 1.1em;
}

@media (max-width: 1280px) {
  .nav-link {
    font-size: 1em;
  }
}

@media (max-width: 992px) {
  .nav-link {
    font-size: 1.4em;
  }
}

.nav-item {}
.nav-item.active a.nav-link {
  font-weight: bold;
  color: #799665;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.dropdown-menu a {padding-top: 10px; padding-bottom: 10px;}

/*.dropdown {list-style: none; background: green; padding: 10px; display: inline-block;}
.dropdown .nav-link {color:#fff; text-decoration: none;}
.dropdown .dropdown-menu a{color: #000; text-decoration: none;}
.dropdown-menu .dropdown-item {display: inline-block; width: 100%; padding: 10px 5px;}*/
.container .dropdown .dropdown-menu a:hover
{
  color: #fff;
  background-color: #799665;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #799665;
}

li.dropdown.active.open &gt; a, 
li.dropdown.active.open &gt; ul.dropdown-menu a:hover,
li.dropdown.open &gt; a, 
li.dropdown.open &gt; ul.dropdown-menu a:hover
{
  color: #fff;
  background-color: #799665;
  border-color: #fff;
}

/* Parent Link clickable */
@media only screen and (min-width:769px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-submenu {
    position: relative !important;
  }
  .dropdown-submenu&gt;.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
  }
  .dropdown-submenu:hover&gt;.dropdown-menu {
    display: block !important;
  }
  .dropdown-submenu&gt;a:after {
    display: block;
    content: "\f105";
    /*font-family: 'FontAwesome';*/
    font-family: 'Font Awesome\ 5 Free';
    margin-top: -18px;
    right: 15px;
    position: absolute;
    font-weight: 300;
  }
}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e7e6e8;
}

@media (min-width: 998px) {
}

.is-sticky a img.logo { 
  top: 4px;
  padding: 6px;
  max-width: 120px;
}

/* Breadcrumbs */
.breadcrumb {
    padding: 0;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: 0;
    color: #6c757d;
}

/* ==========================================================================
   Sections
   ========================================================================== */

section {
	/*background: url(../img/bg.jpg) center top no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	/*min-height: 400px;*/
	padding: 60px 0;
}

section#hauptauswahl {
  min-height: 0;
  background: #799665;
  padding: 40px 0;
}

section#hauptauswahl .icon {
  max-width: 60px;
  max-height: 60px;
}

section#hauptauswahl a {
  color: #e0f1d2;
  display: block;
  font-size: 2.2em;
  font-weight: lighter;
}

section#hauptauswahl a:hover {color: #fff; text-decoration: none;}

section#hauptauswahl svg path {
  fill: #e0f1d2;
  transition: all 0.4s; /* explorer 10 */
  -webkit-transition: all 0.4s; /* chrome &amp; safari */
  -moz-transition: all 0.4s; /* firefox */
  -o-transition: all 0.4s; /* opera */
}

section#hauptauswahl a:hover svg path {fill: #fff;}
section#hauptauswahl a:hover {margin-top: -8px;}

@media (max-width: 780px) {
  section#hauptauswahl a {
    padding: 20px 0;
  }
  section#hauptauswahl a:hover {
    margin-top: 0;
  }
}

section#hauptauswahl .borders {
  border-left: 1px solid #b5cda3;
  border-right: 1px solid #b5cda3;
}

@media (max-width: 768px) {
  section#hauptauswahl .borders {
    border-left: 0;
    border-top: 1px solid #b5cda3;
    border-right: 0;
    border-bottom: 1px solid #b5cda3;
  }
}

section#callout {border-bottom: 30px solid #d2c49d;}

footer {
  padding: 40px 0;
  background-color: #799665;
  color: #fff;
}

footer p {color: #fff; margin:0;}

footer a {color: #d4e4c7;}
footer a:hover {color: #fff; text-decoration: none;}

/* ----------- RGB Overlay ------------- */

section#overlay {
	background: 
    linear-gradient(
      rgba(40, 0, 0, 0.55), 
      rgba(40, 0, 0, 0.55)
    ),
    /* bottom, image */
    /*url(../img/bg.jpg);
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;*/
}

/* ----------- PNG Overlay (fÃ¼r Muster z.B.) ------------- */

section#png-overlay {
  position: relative;
  background: url(../img/bg.jpg) center center;
  background-attachment: fixed;
}

section#png-overlay:before,
section#png-overlay:after {
    content: ''; /* you have to define that to make the pseudo elements work */
    position: absolute;
    top: 0;
}

section#png-overlay:before {
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/dots.png) repeat;
    opacity: 0.8;
}

/* ==========================================================================
   Split Layout 50/50
   ========================================================================== */

.center-container {
  height: 100%;
  display: table;
  width: 100%;
  margin: 0;
}

.center-row {
  height: 50%;
  width: 100%;
  display: table-row;
}
  
.center-row &gt; div {
  height: 100%;
  width: 50%;
  display: table-cell;
  border: 0 solid #eee;
  color: #fff;
  vertical-align: middle;
}

.inner-content {padding: 80px 50px;}

@media (max-width: 992px) {
  .center-row &gt; div {
    height: auto;
    width: 100%;
    display: table;
    vertical-align: middle;
  }
  .inner-content {padding: 80px 0;}
}

/* ==========================================================================
   Buttons
   ========================================================================== */

button {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal !important;
}

.btn-primary {
  background-color: #861412;
  border-color: #861412;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal !important;
}

.btn-outline-primary {
    color: #861412;
    border-color: #861412;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #861412;
    border-color: #861412;
}

.btn-outline-secondary {
    color: #415733;
    border-color: #415733;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #415733;
    border-color: #415733;
}

.back-to-top {
  background: #861412;
  background: rgba(134,20,18,0.6);
  position: fixed;
  color: #fff;
  bottom: 20px;
  right: 20px;
  padding: 10px 23px;
  transition: all 1s; /* explorer 10 */
  -webkit-transition: all 1s; /* chrome &amp; safari */
  -moz-transition: all 1s; /* firefox */
  -o-transition: all 1s; /* opera */
  font-size: 1.9em;
  border-radius: 100%;
}

.back-to-top:hover {
  background: #861412;
  background: rgba(134,20,18,1);
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {color:#fff;}

.btn-down  {
  background: #fff;
  width: 88px; 
  height: 88px; 
  border-radius: 50%;
  margin: 0 auto; 
  display: block; 
  position: absolute; 
  right: 0;
  left: 0; 
  margin-top: -55px;
  padding: 30px 0 0 0;
}

.btn-down a {color: #717070;}
.btn-down a:hover {color: #9f9f9f;}

/* ==========================================================================
   Carousel / Slider
   ========================================================================== */

.carousel-item {
  height: 75vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 768px) {
 .carousel-item {
    height: 40vh;
    min-height: 250px;
  }
}

.carousel-control-next, .carousel-control-prev {
    color: #fff;
    text-align: center;
    font-size: 2.8em;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.carousel-caption {
    position: absolute;
    top: 35%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption-title {
    font-family: 'Great Vibes', serif;
    font-size: 4.4em;
    line-height: 1.2em;
}

.carousel-caption-info p {
    font-family: 'Roboto Slab', serif;
    font-size: 1.8em;
    color: #fff;
}

@media (max-width: 768px) {
  .carousel-caption-title {font-size: 2.2em;}
  .carousel-caption-info p {font-size: 1.2em;}
}

/* ==========================================================================
   Galerie
   ========================================================================== */

.thumb-box {
  display: inline-block !important;
  position: relative !important; 
  overflow: hidden;
}

.thumb-box-overlay {
  visibility:hidden;
  opacity:0;
}

.thumb-box a{
  color: transparent;
}

.thumb-box a:hover .thumb-box-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  text-align: center;
  position: absolute;
  background-color: rgba(120, 150, 100, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;  
}

.thumb-box-overlay span {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 780px) {
	/*...*/
}

/* Cookie Hinweis */
.cc-message {
  font-size: 0.8em;
  line-height: 1.35em;
}

.cc-message a {color: #861412;}


/* ==========================================================================
   Modal Center
   ========================================================================== */

 .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}


/* ==========================================================================
   IE Fixes
   ========================================================================== */

/* SVG correct size */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}</pre></body></html>