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

body {
	margin: 0;
	padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
	line-height: 1.67em;
    color: #1A1A1A;
}

.toTop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	height: 50px;
	width: 50px;
	background-color: #2C275F;
	text-align: center;
	padding-top: 6px;
	transition: all ease 0.3s;
	display: none;
}

.toTop:focus {
	background-color: #7BBA3B;
	transform: scale(1.2);
}

.toTop i {
	color: #fff;
	font-size: 35px;
}

.toTop:hover {
	background-color: #7BBA3B;
	padding-top: 4px;
}

iframe {
	max-width: 100%;
}

/* -------------------- FONTS -------------------- */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../font/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../font/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Italic.woff2') format('woff2'),
        url('../font/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


h1 {
	font-family: 'Roboto Condensed';
    font-size: 40px;
	line-height: 1.2em;
    color: #2C275F;
    font-weight: normal;
    margin: 0 0 30px;
}

h2 {
	font-family: 'Roboto Condensed';
    font-size: 30px;
	line-height: 1.2em;
    color: #2C275F;
    font-weight: bold;
    margin: 40px 0 10px;
}

h3 {
    font-family: 'Roboto Condensed';
    font-size: 20px;
	line-height: 1.2em;
    color: #2C275F;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

.box h3 {
	margin: 35px 0 10px;
}

.box h3:nth-of-type(1), .kontaktElement h3 {
	margin-top: 0;
}

p {
	margin: 0 0 10px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /*line-height: 24px;*/
}

#kontakt p {
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

span, 
.textSmall p,
.textSmall li {
	color: #4D4D4D;
  font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}

 a {
	display: inline-block;
	text-decoration: underline;
    color: inherit;
	outline: transparent;
	cursor: pointer;
}

p a:focus,
#kontakt a:focus {
	background-color: #2C275F;
	color: #fff;
}

#slider a, footer a, header a, .button {
	text-decoration: none;
}

#kontakt a {
	color: #2C275F;
}

@media screen and (min-width:680px) {
	a[href^="tel:"] {
		text-decoration: none;
	}
}

/* -------------------- SMART CLASSES -------------------- */
section {
    padding: 100px 0;    
}

#slider {
    padding: 0;
}

.container {
	max-width: 1320px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
}

.grid-container {
	display: grid;
	display: -ms-grid;
	margin: -25px;
}

.grid-item {
	margin: 25px;
}

.grid-1 {
	grid-template-columns: 100%;
	-ms-grid-columns: 100%;
}

.grid-2 {
	grid-template-columns: 50% 50%;
	-ms-grid-columns: 50% 50%;
}

.grid-6-4 {
	grid-template-columns: 60% 40%;
	-ms-grid-columns: 60% 40%;
}

.grid-3 {
	grid-template-columns: 33.33% 33.33% 33.33%;
	-ms-grid-columns: 33.33% 33.33% 33.33%;
}

.grid-4 {
	grid-template-columns: 25% 25% 25% 25%;
	-ms-grid-columns: 25% 25% 25% 25%;
}

.grid-container .grid-item:nth-of-type(1) {
	-ms-grid-column: 1;
}

.grid-container .grid-item:nth-of-type(2){
	-ms-grid-column: 2;
}

.grid-container .grid-item:nth-of-type(3){
	-ms-grid-column: 3;
}

.grid-container .grid-item:nth-of-type(4){
	-ms-grid-column: 4;
}

.grid-container.grid-2 .grid-item:nth-of-type(3),
.grid-container.grid-1 .grid-item:nth-of-type(2) {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}

.grid-container.grid-2 .grid-item:nth-of-type(4) {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}

.l-hide {
	display: none;
}

.clearfix {
	clear: both;
}

.grey {
    background-color: #EBEBEB;
}

.button,
.notrufnummer {
	background-color: #2C275F;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px;
	margin: 10px 0 0;
	position: relative;
}

.button i {
	margin-right: 3px;
}

.button:focus,
.notrufnummer:focus {
	background-color: #2C275F;
	transform: scale(1.2);
	border: 0;
}

.button:hover,
.notrufnummer:hover {
	background-color: #7BBA3B;
	transition: all ease 0.3s;
}

.button:before,
.notrufnummer:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 5px;
	background-color: #7BBA3B;
	left: 0;
	top: 0;
	transition: all ease 0.3s;
}
/*
.button:hover:before,
.notrufnummer:hover:before {
	width: 100%;
}*/

p.button {
	display: inline-block;
}

p.button a {
	color: #fff;
	text-decoration: none;
}

p.button .button {
	margin: 0;
	padding: 0;
}

.fullbtn {
	text-align: center;
	width: 100%;
}

.notrufnummer {
	background-color: #A50000;
}

.listenLink {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.listenLink:before {
	content: 'Â»';
	position: absolute;
	left: 0;
	top: -1px;
}

input {
	padding: 10px 20px;
	font-size: 16px;
	width: 100%;
}

.wetextinput {
	width: 500px;
	display: block;
}

.imageBackend {
	width: 300px;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	padding: 0 0 5px 17px;
	line-height: 24px;
	position: relative;
	list-style: none;
}

ul li:before {
	position: absolute;
	content:'ãƒ»';
	color: #2C275F;
	left: 0;
}


/* -------------------- HEADER -------------------- */
header {
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    position: relative;
    z-index: 5;
}

.headerTop {
    background-color: #2C275F;
    padding: 0;
}

.barrierefreiheit {
	display: inline-block;
}

.barrierefreiheit a {
	text-transform: none!important;
}

.barrierefreiheit li:first-child a {
	padding-left: 0;
}

.secondNav {
	display: inline-block;
	float: right;
}

.headerTop li {
    display: inline-block;
		padding: 0;
}

.headerTop li:last-child {
	margin-right: -10px;
}

.headerTop a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto Condensed';
	padding: 7px 10px;
}

.headerTop a:focus {
	background-color: rgba(255,255,255,0.4);
}

header &gt; .container {
    padding: 30px 50px 23px 50px;
}

.logo {
    float: left;
}

a:focus .logo {
	transform: scale(1.2);
}

nav {
    float: right;
    margin-top: 28px;
    padding: 0;
}

nav li {
    display: inline-block;
    list-style: none;
}

nav a {
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Roboto Condensed';
    color: #2C275F;
		opacity: 0.9;
	padding: 10px 15px;
}

nav a:focus {
	background-color: #2C275F;
	color: #fff;
}

nav .active a {
		opacity: 1;
	position: relative;
}

nav .active a:after {
	position: absolute;
	content: '';
	height: 3px;
	width: 100%;
	left: 0;
	bottom: -15px;
	background-color: #2C275F;
}

.menuButton {
	display: none;
}


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

.sliderItem {
    height: 0;
    position: relative;
    padding-bottom: 30%;
}

.sliderItem img {
    width: 100%;
    position: absolute;
    top: 0;
	transform: translateY(-18%);
}

.sliderItem .container {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.sliderItem h2 {
    display: inline-block;
    font-size: 25px;
    margin: 0 0 15px;
}

.sliderItem h2 a {
    color: #fff;
		padding: 20px 30px;
		background-color: rgba(44,39,95,0.9);
}

.sliderItem h2 a:focus {
    color: #2C275F;
		background-color: #fff;
}

.sliderItem .container &gt; a {
    background-color: rgba(255,255,255,0.9);
    padding: 15px 20px 15px 68px;
    position: relative;
    height: 48px;
    color: #1A1A1A;
}

.sliderItem .container &gt; a:focus {
		color: #fff;
		background-color: #2C275F;
}

.sliderItem .container &gt; a:before {
    height: 33px;
    width: 48px;
    background-color: rgba(44,39,95,0.9);
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
}

#slider .slick-prev,
#slider .slick-next {
	z-index: 5;
	height: 50px;
	width: 50px;
	background-color: rgba(44,39,95,0.8);
}

#slider .slick-prev:focus,
#slider .slick-next:foucs {
	transform: scale(1.2);
}

#slider .slick-prev {
    left: 25px;
}
#slider .slick-prev:before {
	content: "\f104"; 
	font-family: 'Font Awesome 5 Pro';
}

#slider .slick-next {
    right: 25px;
}
#slider .slick-next:before {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
}

#headImage {
	padding: 0;
	height: 0;
	position: relative;
	padding-bottom: 30%;
	position: relative;
	overflow:hidden;
}

#headImage img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	transform: translateY(-18%);
}

#headImage.smallImage img {
	transform: translateY(0%);
}

.box {
    background-color: #EBEBEB;  
    margin-bottom: 40px;
}

.small.box {
    margin-bottom: 20px;
}

.box:nth-last-child(1) {
    margin-bottom: 0;
}

.boxContent {
    padding: 40px;
}

.small .boxContent {
    padding: 20px;
}

.blueHeadline {
    background-color: #2C275F;
    padding: 10px 20px;
		color: #fff;
	font-weight: bold;
}

.blueHeadline h3 {
    margin: 0;
    color: #fff;
}

#kontakt .grid-1 .grid-item:nth-of-type(2) {
	margin-top: -10px;
}

.kontaktElement {
    position: relative;
    padding-left: 30px;
}

.kontaktElement i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #2C275F;
}

.tabelle {
	margin-bottom: 40px;
}

.tabelle .grid-container {
    grid-template-columns: 69% 31%;
    -ms-grid-columns: 69% 31%;
		 margin: 0;
	border-bottom: 1px solid #EBEBEB;
}

.tabelle .grid-item,
.ueberunsTabelle .grid-item {
   margin: 12px 15px;
}

.tabelle .grid-item:nth-of-type(2) {
	text-align: right;
}

.textSmall {
	margin: -20px 0 50px;
}

.freibad-news p {
	/*font-family: 'Roboto Condensed';
	font-size: 20px;
	color: red;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin: 0 0 30px;
}

.oeffnungszeiten {
	margin: 15px 0 30px;
}

.oeffnungszeiten p {
	margin-bottom: 0;
}

.oeffnungszeiten .grid-container {
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
		 margin: 0;
}

.oeffnungszeiten .grid-item {
   margin: 5px 0;
}

.team .grid-container {
	margin: -10px;
}

.team .grid-item {
	margin: 10px;
}

.ueberunsTabelle {
	margin-top: 30px;
}

.ueberunsTabelle .blueHeadline .grid-container {
	margin: -10px -15px;
}

.ueberunsTabelle .grid-container {
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
}

.ueberunsTabelle .tabelle .grid-item:nth-of-type(2) {
    text-align: left;
}

.ueberunsTabelle span {
		display: none;
}



.event-box {
	margin-top: 30px;
}

.event-date {
	background-color: #2C275F;
	color: #fff;
	padding: 15px 40px 14px 80px;
	font-weight: bold;
	position: relative;
}

.event-date:after {
	position: absolute;
	content: '\f783';
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	width: 59px;
	height: 59px;
	left: 0;
	top: 0;
	background-color: #7BBA3B;
	color: #fff;
	line-height: 59px;
	text-align: center;
	font-size: 27px;
}

.event-content {
	background-color: #ebebeb;
	padding: 40px;
}

.event-content h3 {
	margin: 0 0 15px;
}

.bekanntmachungen-kategorien {
	border-bottom: 1px solid #2C275F;
	margin-bottom: 20px;
}

.bekanntmachungen-kategorien a {
	padding: 12px 15px;
	text-decoration: none;
	font-weight: bold;
}

.bekanntmachungen-kategorien a.active {
	background-color: #2C275F;
    color: #fff;
}

.bekanntmachungen-liste .liste-box {
	display: none;
}

.bekanntmachungen-liste .liste-box.active {
	display: block;
}

.bekanntmachungen h3 {
	margin-bottom: 5px;
}

.bekanntmachungen-liste {
	
}

.bekanntmachung-eintrag {
	padding: 10px 0;
}

.ansprechpartner h3 {
	margin: 10px 0 3px!important;
}

.ansprechpartner p {
	margin: 0;
}

.ansprechpartner a {
	text-decoration: none;
}

.ansprechpartner i {
	color: #2C275F;
	margin-right: 2px;
}

.ansprechpartner-beschreibung {
	margin-bottom: 10px!important;
	opacity: 0.7;
	font-size: 15px!important;
	line-height: 22px;
}




/* -------------------- CountDown -------------------- */



.countdown {
  color: #333;
  margin: 0 auto 40px;
  text-align: center;
}

.countdown p {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	font-weight: bold;
	font-size: 30px;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 10px;
}

.countdown p  div {
	padding: 12px 8px 10px;
	border-left: 2px solid #EBEBEB;
}

.countdown p  div:first-child {
	border: none;
}

.countdown p  span {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	opacity: 0.7;
	margin-top: 4px;
}




/* -------------------- BILDERGALRIE -------------------- */

.bildergalerie {
	border-top: 1px solid #EBEBEB;
	margin: 30px -10px -10px;
  padding-top: 10px;
}

.bildergalerie-item {
	width: 25%;
	padding: 10px;
	float: left;
}

.bildergalerie-item a img {
border: 2px solid transparent;
}

.bildergalerie-item a:focus img {
	border: 2px solid #2C275F;
}

/*.bildergalerie .slick-list {
	margin: 0 -10px!important;
}

.bildergalerie .slick-initialized .slick-slide {
	padding: 0 10px;
}

.slick-prev, .slick-next {
	top: -34px!important;
	background-color: #2C275F!important;
	height: 28px!important;
	width: 28px!important;
}

.slick-prev {
	left: 0!important;
}

.slick-next {
	left: 40px!important;
}

.slick-prev:before,
.slick-next:before
{
   font-family: 'Font Awesome 5 Pro'!important;
	font-weight: lighter!important;
	opacity: 1!important;
}

.slick-prev:before
{
    content: '\f104'!important;
}
[dir='rtl'] .slick-prev:before
{
    content: '\f105'!important;
}

.slick-next:before
{
    content: '\f105'!important;
}
[dir='rtl'] .slick-next:before
{
    content: '\f104'!important;
}*/

.sl-overlay {
	opacity: 0.95!important;
}

/* -------------------- FOOTER -------------------- */
footer {
    background-color: #2C275F;
    padding: 25px 0;
}

footer a {
    color: #fff;
    margin-left: 10px;
	padding: 5px 10px;
}

footer a:focus {
	background-color: rgba(255,255,255,0.4);
}

footer .grid-item:nth-of-type(2) {
    text-align: right;
}

/* ---------------------------------------- MEDIA QUERIES ---------------------------------------- */
@media screen and (max-width: 1200px) {
    .sliderItem,
	#headImage {
        padding-bottom: 40%;
    } 
	
	.sliderItem img,
	#headImage img {
		transform: translateY(-6%);
	}
	
	#headImage.smallImage img {
    height: 100%;
	}
}

@media screen and (max-width: 1040px) {
    nav li {
        margin-left: 23px;
    }
	
	#slider .slick-prev,
#slider .slick-next {
	display: none!important;
	}
}

@media screen and (max-width: 980px) {
		.toTop {
			bottom: 25px;
			right: 25px;
		}
    section {
        padding: 70px 0;
    }
    
    .grid-container {
        margin: -20px;
    }
    
    .grid-item {
        margin: 20px;
    }
    
	.m-grid-1 {
		grid-template-columns: 100%;
	}
	
	.m-grid-2 {
		grid-template-columns: 50% 50%;
	}
	
	.m-show {
		display: block;
	}
    
	.m-hide {
		display: none;
	}
    
    
    .headerTop .secondNav {
        display: none;
    }
    
    .container {
        padding: 0 50px;
    }
    
    header &gt; .container {
        padding: 25px 40px;
    }
    
    .logo {
        width: 80px;
    }
	
	.menuButton {
		display: block;
		float: right;
		margin-top: 13px;
		background-color: #fff;
    border: 2px solid #fff;
		padding: 10px;
	}

	
	nav {
		display: none;
		margin: 0;
		position: absolute;
		z-index: 1;
		background-color: #fff;
		top: 133px;
		width: 100%;
		left: 0;
		padding: 15px 0;
		border-top: 2px solid #EBEBEB;
		box-shadow: 0px 4px 5px rgba(0,0,0,0.1);
	}
    
    nav li {
        display: block;
        padding: 5px 0;
        margin: 0;
    }
    
    nav a {
        padding: 5px 40px;
			width: 100%;
    }
	
	nav .active a:after {
		height: 100%;
    width: 6px;
    left: 0;
    bottom: auto;
		top: 0;
	}
	
		#kontakt .grid-1 .grid-item:nth-of-type(2) {
			margin-top: 20px;
		}
}

@media screen and (max-width: 680px) {
    section {
        padding: 40px 0;
    }
    
	.s-grid-1 {
		grid-template-columns: 100%;
	}
	
	.s-grid-2 {
		grid-template-columns: 50% 50%;
	}
    
    .grid-container {
        margin: -12.5px;
    }
    
    .grid-item {
        margin: 12.5px;
    }
    
    .container {
       padding: 0 25px; 
    }
    
    header &gt; .container {
        padding: 20px 25px;
    }
    
    .logo {
        width: 50px;
    }
    
    .menuButton {
        margin-top: 2px;
    }
    
    nav {
        top: 93px;
    }
    
    nav a {
        padding: 5px 25px;
    }
    
    h1 {
        font-size: 28px;
        margin: 0 0 20px;
    }
    
    .sliderItem .container {
        bottom: 30px;
    }
    
    .sliderItem h1 {
        font-size: 22px;
        padding: 15px 20px;
        margin: 0 0 10px;
    }
    
    .sliderItem .container &gt; a {
        height: 43px;
        padding: 12px 15px 12px 58px;
    }
    
    .sliderItem .container &gt; a:before {
        padding-top: 12px;
        width: 43px;
        height: 31px;
    }
  
		.boxContent {
				padding: 25px;
		}
	
		.bekanntmachungen-kategorien {
			border: 2px solid #2C275F;
		}
	
		.bekanntmachungen-kategorien a {
			display: block;
		}
	
	.ansprechpartner .grid-item {
		padding-top: 15px;
	}
	
    footer .grid-item:nth-of-type(2) {
        text-align: left;
        order: 1;
    }
    
    footer .grid-item:nth-of-type(1) {
        order: 2;
    }
    
    footer a {
        display: block;
        padding: 10px 0;
    }
}

@media screen and (max-width: 600px) {
    .sliderItem,
	#headImage {
        padding-bottom: 55%;
    }
	
	.sliderItem img,
	#headImage img {
		transform: translateY(0%);
		height: 100%;
		object-fit: cover;
	}
}

@media screen and (max-width: 530px) {
	.sliderItem .container &gt; a {
		height: auto;
		line-height: 22px;
	}
	
	.sliderItem .container &gt; a:before {
		height: 100%;
		padding-top: 0;
		content: '';
	}
	
	.sliderItem .container &gt; a:after {
		content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    color: #fff;
    position: absolute;
    top: 50%;
		transform: translateY(-50%);
    left: 17px;
	}
	
	.ueberunsTabelle .grid-container {
		grid-template-columns: 100%;
    -ms-grid-columns: 100%;
	}
	
	.ueberunsTabelle span {
		display: block;
		margin-top: -10px;
	}
	
	.ueberunsTabelle .blueHeadline .grid-item:nth-of-type(2) {
		display: none;
	}
}

@media screen and (max-width: 520px) {
    .sliderItem {
        padding-bottom: 65%;
    }
	
	.sliderLink {
		display: none;
	}
}



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