<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* codeDESIGN - layout_cms.css */
@charset "utf-8";

/* OTHER COMPONENTS */
.com_codedesign_contactform div.component {
	background: #f9f9f9;
	background: rgba(249, 249, 249, 1.0);
	margin: 0px;
	padding: 0px;
	color: #282828;
}
.com_codedesign_contactform div.component h1 {
	font: normal 34px/34px 'Open Sans', serif;
	font-weight: 400;
	text-transform: none;
	letter-spacing: -1px;
	color: #282828;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
.com_codedesign_contactform div.component h2 {
	font: normal 28px/28px 'Open Sans', serif;
	font-weight: 400;
	text-transform: none;
	letter-spacing: -1px;
	color: #282828;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
.com_codedesign_contactform div.component a,
.com_codedesign_contactform div.component a,
.com_codedesign_contactform div.component a:visited {
	text-decoration: underline;
	color: #282828;
}
.com_codedesign_contactform div.component a:hover {
	text-decoration: underline;
	color: #282828;
}
.com_codedesign_contactform div.component h1:after,
.com_codedesign_contactform div.component h2:after {
	background: #BAB5A2;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
.com_codedesign_contactform div.component h1:hover:after,
.com_codedesign_contactform div.component h2:hover:after {
	width: 180px;
}
.com_codedesign_contactform div.component h3 {
	font: normal 24px/24px 'Open Sans', serif;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	color: #282828;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
.com_codedesign_contactform div.component h3:after {
	background: #BAB5A2;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
.com_codedesign_contactform div.component h3:hover:after {
	width: 180px;
}



/* JOOMLA CMS */
/* COM_CONTENT */
.com_content div.item-page {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	/*padding: 0px 40px 40px 0px;*/
	padding: 0px;
}


.component table {
	border: none;
}
.component td {
	padding: 0px 40px 0px 0px;
	vertical-align: top;
}
.component td:first-child {
	width: 150px;
	font-weight: 700;
}
.component td:last-child {
	padding: 0px 0px;
}


.component hr {
	border: none;
	border-top: solid 1px #58595b;
	height: 1px;
	color: #58595b;
}


/* COM_CONTENT H1 - H6 */
.com_content div.item-page div.page-header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*
.com_content div.item-page div.page-header h1,
.com_content div.item-page div.page-header h2 {
	font: normal 34px/34px 'Open Sans', serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #666666;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
.com_content div.item-page div.page-header h1:after,
.com_content div.item-page div.page-header h2:after {
	background: #8FB63E;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
.com_content div.item-page div.page-header h1:hover:after,
.com_content div.item-page div.page-header h2:hover:after {
	width: 180px;
}
*/
h1,
h2,
div.category-list h2,
div.codedesign_responsive_content_accordion_content_above h2 {
	font: normal 24px/24px 'Barlow', Helvetica, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #375B7D;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	h1,
	h2,
	div.category-list h2,
	div.codedesign_responsive_content_accordion_content_above h2 {
		padding: 0px 0px 0px 40px;
	}
}
h1::before,
h2::before,
div.category-list h2::before,
div.codedesign_responsive_content_accordion_content_above h2::before {
	content: "";
	display: block;
	position: absolute;
	background: url(/a_layout/images/spine_single_960x960px.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 40px;
	height: 40px;
	left: -40px;
	top: -6px;
}
@media only screen and (max-width: 767px) {
	h1::before,
	h2::before,
	div.category-list h2::before,
	div.codedesign_responsive_content_accordion_content_above h2::before {
		left: 0px;
		top: auto;
	}
}

div.category-list div.category-desc {
	margin-bottom: 40px;
}

.com_content div.item-page div.page-header h2 {
	font: normal 34px/34px 'Open Sans', serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #666666;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
.com_content div.item-page div.page-header h2:after {
	background: #8FB63E;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
.com_content div.item-page div.page-header h2:hover:after {
	width: 180px;
}


hr {
	border: 1px solid #375B7D;
}


.com_content div.item-page div.page-article-content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666666;
}
.com_content div.item-page div.page-article-content table.layout_table_im_content td {
	vertical-align: top;
	text-align: left;
}
.com_content div.item-page div.page-article-content h3 {
	font: normal 18px/20px 'Open Sans','Open Sans', Arial, Helvetica;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #375B7D;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
.com_content div.item-page div.page-article-content h3:after {
	background: #375B7D;
	bottom: -2px;
	content: "";
	height: 1px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
.com_content div.item-page div.page-article-content h3:hover:after {
	width: 180px;
}

.com_content div.layout_fitness_block {
	display: flex;
}
.com_content div.layout_fitness_block_left {
	display: flex;
	position: relative;
	float: left;
	font: normal 18px/20px 'Open Sans','Open Sans', Arial, Helvetica;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0px;
	color: #58595b;
	width: 80%;
	background: #dedede;
	padding: 15px;
	margin-right: 1%;
	border-left: solid 8px #8fb73e;
}
.com_content div.layout_fitness_block_right {
	display: flex;
	position: relative;
	float: right;
	font: normal 18px/20px 'Open Sans','Open Sans', Arial, Helvetica;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0px;
	color: #58595b;
	width: 19%;
	background: #eeeeee;
	padding: 15px;
	margin-bottom: -3px;
	border-bottom: solid 3px #58595b;
}
.com_content div.layout_fitness_price {
	display: block;
	position: absolute;
	bottom: 15px;
	width: calc(100% - 30px);
	text-align: center;
}

/* COM_CONTENT LINKS */
.com_content div.item-page div.page-article-content a,
.com_content div.item-page div.page-article-content a:link,
.com_content div.item-page div.page-article-content a:visited {
	color: #666666;
}
.com_content div.item-page div.page-article-content a:hover {
	color: #666666;
}


/* CONTACT FORMULAR */
@media only screen and (max-width: 768px) {
	.quick_contact_form_message_introtext {
		padding: 0px 15px;
	}
}


/* LIST ELEMENTS */
.com_content div.item-page div.page-article-content ul {
	list-style: none;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.com_content div.item-page div.page-article-content ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	position: relative;
}
.com_content div.item-page div.page-article-content ul li:before {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 1.4em;
	color: #375B7D;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: absolute;
	left: 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.com_content div.item-page div.page-article-content ul li:hover:before {
	color: #375B7D;
	left: 6px;
}



/* COM_CONTENT FURTHER HTML ELEMENTS */
.html_table_in_content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* COM_CONTENT PAGE BREAK ACCORDION */
/* CONTENT ACCORDION PAGEBREAK */
div.pane-sliders.ui-accordion {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
h3.pane-toggler.ui-accordion-header {
	background: #F8F8F8;
	font: normal 13px/20px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #242424;
	text-transform: none;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 768px) {

	h3.pane-toggler.ui-accordion-header {
		background: #ffffff;
	}
	
}
h3.pane-toggler.ui-accordion-header:after {
	display: none;
}
h3.pane-toggler.ui-accordion-header span.ui-accordion-header-icon:after {
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.5em;
	content: "\f078";
	margin: 10px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	right: 0px;
}
h3.pane-toggler.ui-accordion-header-active {

}
h3.pane-toggler.ui-accordion-header-active:after {
	display: none;
}
h3.pane-toggler.ui-accordion-header-active span.ui-accordion-header-icon:after {
	content: "\f077";
}
h3.pane-toggler.ui-accordion-header a,
h3.pane-toggler.ui-accordion-header a:link,
h3.pane-toggler.ui-accordion-header a:visited {
	width: 100%;
	height: 100%;
	display: inline-block;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
}
div.pane-slider.ui-accordion-content {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;	
}
div.pane-slider.ui-accordion-content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

div.insite_image_leistungen {
	margin-top: 60px;
}
@media only screen and (max-width: 991px) {
	div.insite_image_leistungen {
		margin-top: 0px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 991px) {
	div.insite_image {
		padding-left: 0px !important;
		margin-bottom: 40px;
	}
}

div.slider_box {
	position: relative;
	width: 300px;
}
@media only screen and (max-width: 768px) {
	div.slider_box {
		display: none;
	}
}
div.slider_box_inner {
	position: absolute;
	top: -152px;
	background: rgba(255, 255, 255, 0.5);
	padding: 0px 20px 20px 16px;
	border-bottom: 20px solid #D6E2E0;
}

div.slider_box_telephone_wrapper {
	height: 92px;
}
div.slider_box_telephone_image {
	background: #375B7D;
	border-radius: 50%;
	color: #ffffff;
	font-size: 30px;
	float: left;
	width: 54px;
	height: 54px;
	padding: 12px;
	margin: 30px 0px 0px 0px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.slider_box_telephone_wrapper:hover .slider_box_telephone_image {
	background: #6B92AC;
}
div.slider_box_telephone {
	display: block;
	position: relative;
	/*width: calc(33% - 54px);*/
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #58595b;
	margin: 30px 0px 0px 0px;
	border-style: solid;
	border-width: 2px 2px 2px 0px;
	border-color: #375B7D;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.slider_box_telephone_wrapper:hover div.slider_box_telephone {
	border-color: #6B92AC;
}
div.slider_box_telephone_text {
	padding: 11px 15px 19px 15px;
}
div.slider_box_telephone_text a {
	border-bottom: 8px solid #375B7D;
    border-bottom-color: rgb(55, 91, 125);
	padding: 0px 0px 11px 15px;
	margin: 0px 0px 0px -15px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.slider_box_telephone_wrapper:hover div.slider_box_telephone_text a {
	border-color: #6B92AC;
}
div.slider_box_telephone_text a,
div.slider_box_telephone_text a:link,
div.slider_box_telephone_text a:visited {
	text-decoration: none;
}

div.slider_box_text {
	font-size: 18px;
	font-weight: 400;
	color: #375B7D;
	padding-left: 70px;
}

/*
div.category-list table.category {
	width: 100%;
}
div.category-list table.category tr {
	display: block;
	margin: 10px 0px 10px 0px;
}
div.category-list table.category td {
	display: block;
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	background: #e4e4e4;
	border-left: 8px solid #e4e4e4;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.category-list table.category td a,
div.category-list table.category td a:link,
div.category-list table.category td a:visited {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 50px 20px 10px;
	font: 600 14px/14px 'Raleway',Helvetica,sans-serif;
	color: #222222;
	text-decoration: none;
}
div.category-list table.category td:hover { 
	border-left: 8px solid #1f3e58;
	padding: 0px 0px 0px 10px;
}
div.category-list table.category td::after {
	position: absolute;
	right: 20px;
	top: 15px;
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.5em;
	font-weight: 300;
	content: "\f078";
	float: right;
	cursor: pointer;
}
*/

div.category-list table.category {
	display: block;
	position: relative;
	width: 100%;
}
div.category-list table.category tbody {
	display: block;
	position: relative;
}
div.category-list table.category tr {
	display: block;
	margin: 0px 0px 0px 0px;
}
div.category-list table.category td {
	display: block;
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 16px 10px;
	cursor: pointer;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.category-list table.category tr.cat-list-row0 td {
	background: #ffffff;
}
div.category-list table.category tr.cat-list-row1 td {
	background: #d6e2e0;
}
div.category-list table.category td a,
div.category-list table.category td a:link,
div.category-list table.category td a:visited {
	display: block;
	position: relative;
	width: calc(100% - 120px);
	height: 100%;
	font: 600 14px/14px 'Raleway',Helvetica,sans-serif;
	color: #222222;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.category-list table.category td:hover { 

}
div.category-list table.category td::after {
	content: "weiterlesen";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 4px 10px;
	background: #375b7d;
	font: normal 11px/19px 'Open Sans', Arial, Helvetica;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.category-list table.category td:hover::after {
	background: #6b92ac;
}

div.blog div.row {
	margin-bottom: 40px;
}
div.blog div.row div[class^="col-"]:first-child {
	padding-left: 0px;
	padding-right: 20px;
}
div.blog div.row div[class^="col-"]:last-child {
	padding-left: 20px;
	padding-right: 0px;
}
@media only screen and (max-width: 991px) {
	div.blog div.row div[class^="col-"]:first-child,
	div.blog div.row div[class^="col-"]:last-child {
		padding-left: 0px;
		padding-right: 0px;
	}
}

div.blog p.readmore {
	margin-top: 40px;
}

div.blog p.readmore a.btn,
div.blog p.readmore a.btn:link,
div.blog p.readmore a.btn:visited {
	color: #242424;
  	text-decoration: none;
}

div.component div.pull-left.item-image {
	display: block;
	position: relative;
	width: calc(100% / 3);
	margin-right: 40px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
	div.component div.pull-left.item-image {
		width: 100%;
		margin-right: 0px;
	}
}</pre></body></html>