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

body {
    width: 100%;
    height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    color: #888;
	font-size: 16px;
	line-height: 1.6em;
    background-color: #fff;
    -webkit-font-smoothing:antialiased;
}

#target body {
    margin: 0 20px;
}

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

.row {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Merriweather', serif;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    color: #00699d;
}

h4{
    font-family: 'Merriweather', serif;
    font-weight: 900;
    color: #00699d;
    font-style:italic;
    text-transform:none;
    margin: 0 0 20px 0;
}

blockquote {
	font-family: 'Volkhov', serif;
	color: #bbb;
	font-size: 20px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

.light {
    font-weight: 400;
}

img.img-responsive {
	margin-bottom: 20px;
}

.serif{
    font-family: 'Volkhov', serif;
    font-size: 20px;
}

.line{
    width: 90px;
    height:auto;
    margin-bottom: 6px;
    margin-top: 3px;
}

.line1{
    margin-bottom: 20px;
}

.eck{
    position:absolute;
}


/* ------- Navigation ------------ */
#navigation {
    position: absolute;
	background: #fff;
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 auto;
}


.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}


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

.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}

#menu .nav.navbar-bar {
	text-align: center;
	float: none;
	margin: 0 auto;
}

.navbar-custom ul.nav {
	text-align: center;
	float: none;
	margin: 5px auto 0 auto;
}
.navbar-custom ul.nav li {
	float: none;
	display: inline-block;
	text-align: center;
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
    color: #444;
    font-family: 'Merriweather', serif;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
}


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

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

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

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

.navbar-custom .navbar-nav&gt;.active&gt;a, .navbar-custom .navbar-nav&gt;.active&gt;a:hover, .navbar-custom .navbar-nav&gt;.active&gt;a:focus {
	background-color:transparent !important; 
	color: #0576c4;
    padding-top: 10px; 
}

.signet{
    height: 70px;
    width: auto;
    margin: 10px 0 7px 0;
    display: none;
}

.signet-kl{
    position: absolute;
    height: 49px;
    width: auto;
    margin: 6px 0 7px 0;
    display: none;
    left: -8px;
    }



.signet-on{
    display: inline;
}

.social-btn{
    position: absolute;
    right: 15px;
    top: 658px;
    z-index: 99997;
}

.social-btn-on{
    position: fixed;
    right: 25px;
    top: 27.5px;
    z-index: 99997;
}

.social{
    background-color: #00699d;
    width: 40px;
    height: 40px;
    border: 1px solid #00699d;
    border-radius: 20px 20px 20px 20px;
    display: block;
    float: right;
    margin: 0 5px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social:hover{
    background-color: #053252;
    border: 1px solid #053252;
}

.social img{
    margin: 7px 0 0 7px;
    width: 23px;
    height: auto;
}

.social1{
}

/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/status.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 30%;
    background-image: url(../img/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    margin: -50px 0 0 -50px;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 120px;
    padding-bottom: 120px;
	display:block;
    position:relative;
    z-index:120;
}

.section-heading {
	margin-bottom: 50px;
}

.section-heading h2 {
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 1em;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f6f6f6;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;	
	background: url(../img/bg1.jpg) no-repeat top center;
	background-size: cover;
    background-attachment: fixed;
}

#intro.intro {
	padding: 125px 0 120px 0;
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}


.intro .page-scroll a {
	color: #fff;
}

.brand-heading {
    font-size: 40px;
}

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

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}



@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
    width: 50px;
    height: auto;
    margin-top: 50px;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* ===========================
--- About
============================ */



/* ==========================
--- Gallery
============================= */


.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	


/* ===========================
--- Contact
============================ */

.form-wrapper {
	background: #f9f9f9;
	padding: 40px;
	 border-radius: 6px;
}


form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	letter-spacing: 1px;
	font-size: 16px;
    font-family: 'Merriweather', serif;
    font-weight: 900;
    color: #00699d;
    font-style:italic;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 4px;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	font-size: 16px;
	margin-bottom: 20px;
	background: #fefefe;
	color: #888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

form#contact-form input,form#contact-form select {
	height: 40px;
}

form#contact-form button {
	border-radius: 4px;
	height: 40px;
	text-transform: none;
	font-size: 16px;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	background: #fff;
}


/* ===========================
--- Footer
============================ */


footer {
	padding: 50px 0 0 0;
}

footer ul{
	list-style: none;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

footer p {
	color: #f8f8f8;
    margin: 0 0 0 10px;
    float: right;
}

footer a {
	color: #fff;
    border: 1px solid #fbba00;
    padding: 6.5px 10px;
    float: right;
    background-color: #fbba00;
}


footer a:hover, footer a:focus{
	color: #fff;
    background-color: #be8500;
    border: 1px solid #be8500;
}

.gmaps-fluid {padding:0px; overflow:hidden;}

#target {
    background-image:url(../img/status.gif);
    background-repeat: no-repeat;
    background-position: center center; 
    background-color:#E7E7E7;
    background-size: 64px 64px;
    
}

footer .container {
    padding-bottom: 60px;
}


.pastel{
    color: #fbba00;
}

.lead a{
    color: #fbba00;
}

.lead a:hover{
    color: #be8500;
}

.kontakt-mar{
    margin-bottom: 10px;
}

.kontakt a {
    color: #fbba00;
    border: none;
    padding: 0;
    float: none;
    background-color: transparent;
    border: none;
}

.kontakt a:hover {
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 0;
    float: none;
}

/* ==========================
Parallax
============================= */
#separator1 {	
	background-image: url(../img/parallax-bg1.jpg);
}

.aktion-section {
    padding-top: 55px;
    padding-bottom: 50px;
    display: block;
    position: relative;
    z-index: 120;
}

.mittwoch{
    font-family: 'Merriweather', serif;
    font-weight: 900;
    color: #00699d;
    font-style: italic;
    font-size: 20px;
}

.gratis{
    margin-top: 50px;
}

.place{
    margin-bottom: 10px;
}

.ch-info1 a{
    display: inline-block;
}

.ch-info1 .high{
   margin-top: 85px; 
}

.ch-item1 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
    background-color: #ffffff;
}

.ch-grid1 {
    margin: 0px;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid1:after,
.ch-item1:before {
	content: '';
    display: table;
}

.ch-grid1:after {
	clear: both;
}

.ch-grid1 li {
	width: 320px;
	height: 320px;
	display: inline-block;
	margin: 0 40px 0px 40px; 
}
.ch-info1 {
	position: absolute;
	background: #fbba00;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}


.ch-info1 p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 23px 0px 0 0px;
	font-size: 46px;
	opacity: 0;
	transition: all 1s ease-in-out 0.05s;
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-style:italic;
    line-height: 1.2em;
}


.ch-item1:hover .ch-info1 {
	transform: scale(1);
	opacity: 1;
}

.ch-item1:hover .ch-info1 p {
	opacity: 1;
}
 

#separator {	
	background-image: url(../img/parallax-bg.jpg);
}


#separator span {
	color: #fff;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style:italic;
    margin-top: 20px;
}


.ch-info .high{
   margin-top: 27px; 
}

.ch-img-1 { 
	background-image: url(../img/schein.png);
    background-repeat: no-repeat;
    background-position: center 53px;
    background-size: 100px auto;
}

.ch-img-2 { 
	background-image: url(../img/urlaub.png);
    background-repeat: no-repeat;
    background-position: center 53px;
    background-size: 100px auto;
}

.ch-img-3 { 
	background-image: url(../img/mitglied.png);
    background-repeat: no-repeat;
    background-position: center 57px;
    background-size: 100px auto;
}

.ch-img-4 { 
	background-image: url(../img/kalender.png);
    background-repeat: no-repeat;
    background-position: center 52px;
    background-size: 100px auto;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 2px #fbba00;
    margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
}

.ch-grid {
    margin: 0px;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 170px;
	height: 170px;
	display: inline-block;
	margin: 0 40px 20px 40px; 
}
.ch-info {
	position: absolute;
	background: #fbba00;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}


.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 23px 30px 0 30px;
	font-size: 60px;
	opacity: 0;
	transition: all 1s ease-in-out 0.05s;
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-style:italic;
}


.ch-item:hover .ch-info {
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}
 
/*#separator:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}*/

/* ===========================
--- Elements
============================ */


.raum{
    font-family: 'Volkhov', serif;
        font-size: 18px;
    color: #8cbeb9;
}

ul.symbol { 
    list-style: url(../img/pfeil.png) 
}

ul, ol {
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn {
        padding: 6.5px 10px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0px !important;
}

a.btn:hover {
	color: #fff;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


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

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

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

.page-scroll .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);
    }
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #be8500;
  border-color: #be8500;
}


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

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

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


/* Media queries */

@media (max-width:768px) {
	.navbar-header .fa {
		color: #fff;
	}
	
	.col-xs-6 {
		margin-bottom: 30px;
	}
}
@media (max-width:767px) {
 .signet{
    display: none;
    }
    .signet-kl-on{
    display: inline;
}
    .navbar-header{
        height: 55px;
    }
    
    }


@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}

    .nav&gt;li&gt;a {
        padding: 10px;
    }
    
    .navbar-custom ul.nav li a{
        font-size: 15px;
    }
    
    .navbar-collapse{
        padding: 0px;
    }
    
	.page-scroll a {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		font-size: 20px;
	}
	
}

@media (max-width: 1199px) {
.col-md-offset-2 {
    margin: 0 100px ;
}


}

@media (max-width: 991px) {
.col-md-offset-2 {
    margin: 0 0 ;
}
footer .col-md-6 {
    width: 50%;
        float: left;
}

    footer .container {
    padding-bottom: 50px;
}
}

@media (max-width: 767px) {
.navbar-custom ul.nav li {
	float: none;
	display: block;
	text-align: center;
}
    
.tor {
    width: 200px;
}
    footer .col-md-6 {
    width: 100%;
        float: left;
}
        footer p {
        float: left;
            margin: 20px 10px 0 0;
}
    .social-btn{
    position: absolute;
    right: 25px;
    top: 658px;
    z-index: 99997;
}

.social-btn-on{
    position: fixed;
    right: 25px;
    top: 8.5px;
    z-index: 99997;
}

.h-line {
    position: absolute;
    right: 112px;
    top:8px;
    width: 40px;
    height: 40px;
    border-right: 1px solid #d0d0d0;
    }
    
    .navbar-toggle {
    position: absolute;
    right: 120px;
    top:8px;
    background-color: #00699d;
    width: 40px;
    height: 40px;
    border: 1px solid #00699d;
    border-radius: 20px 20px 20px 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 5px 0 0;
    }

   .navbar-toggle:hover {
  background-color: #053252;
    border: 1px solid #053252;  
    }
    #intro.intro {
	padding: 182.5px 0;
}
    
}</pre></body></html>