/* 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 'Ubuntu', 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 'Ubuntu', 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 'Ubuntu', 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 'Ubuntu', 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 {
	font: normal 24px/24px 'Ubuntu', Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #8fb63e;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	h1 {
		padding: 0px 15px;
	}
}

.com_content div.item-page div.page-header h2 {
	font: normal 34px/34px 'Ubuntu', 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;
}


.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 'Ubuntu','Open Sans', Arial, Helvetica;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #58595b;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
.com_content div.item-page div.page-article-content h3:after {
	background: #58595b;
	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 'Ubuntu','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 'Ubuntu','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: #8FB63E;
	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: #8FB63E;
	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;
	}
}

