:root {
    --swiper-theme-color: #69a422 !important;
}

body {
	font-size: 18px;
	color: #393939;
}

/** anchors */
.ce-bodytext a:not([href]),
p a:not([href]) {
	visibility: hidden;
	display: none;
}

.modal-layer {
	position: fixed;
	height: 100vh;
	width: 100%;
	background-color: #ffffff;
	opacity: 0.75;
	z-index: 9999;
}

.popup-message {
	position: fixed;
	top: 50%; left: 50%; transform: translate(-50%, -50%);
	text-align: center;
	max-width: 60%;
	background: #e8e5e5;
	padding: 20px;
	z-index: 99999999999999999;
	color: #000000;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid grey;
	overflow-y: hidden;
	max-height: 700px;
	/* approximate max height */

	transition-property: all;
	transition-duration: .9s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.popup-message h3{
		font-size: 24px;
		font-weight: bold;
}
.popup-message b, .popup-message strong{
	font-weight: bold;
}
.popup-message button {
	background-color: #69a422;
	color: #fff;

	border-radius: 5px;
	border-color: rgba(255, 255, 255, 0);
	padding: 0 30px;
}

a {
    text-decoration: none;
}

a, a:hover {
	color: #6ba423;
}

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

.greyRowTop {
	background-color: #f8f9fa;
	height: 10px;
	width: 100%;
}

.navbar-nav {
	color: #534d41;
	/*background-color: #f0f0f0;*/
	text-align: justify;
}

table.ce-table-striped th, table.ce-table-striped td {
	border-color: #fff;
}

.ce-table th, .ce-table td {
	/* border-top: 0px solid #dadada; */
	border-top: 0px solid #ffffff;
}

.ce-table th, .ce-table td {
	padding: 0px;
	vertical-align: top;
}

.ce-table {
	margin-bottom: 40px;
}

#logoContainer {
	margin-bottom: 10px;
	width: 34%;
}

/* #logoContainer img {
} */

/*
#homeContentContainer .col-sm-12 .ce-gallery .image {
	width:270px;
	height:270px;
}
*/

.ce-gallery figcaption {
	display: table-caption;
	caption-side: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #f0f0f0;
	margin-bottom: 20px;
	font-size: 16px;
}

#headerContainer .col-sm-12 {
	padding: 0px;
}

.row.col-cnt-4 .ce-row {
	margin-bottom: 0;
}

.row.col-cnt-4 .ce-column {
	-ms-flex: 0 0 24%;
	flex: 0 0 25%;
	max-width: 25%;
	margin-right: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

/*-------------------------------------------------
					Ärzte-Seite
--------------------------------------------------*/

/* #homeContentContainer .ce-bodytext {
	margin-bottom: 50px;
} */

#sliderContainerContent {
	margin-top: 270px;
}

#homeContentContainerCenter {
	margin-bottom: 50px;
	padding: 0px 15px 0px 15px;
}

#homeContentContainerCenter h2 {
	font-size: 42px;
	margin-top: 0px;
}

#homeContentContainerCenter h4 {
	font-size: 18px;
	margin-bottom: 0px;
}

#homeContentContainerCenter .grid-2col_1-1 {
	background-color: #f2f2f2;
}

#c732.frame-type-textpic {
	padding: 20px;
}

.slider_right h1 {
	margin-top: 0px;
}

/*-------------------------------------------------
					HTML-Elemente
--------------------------------------------------*/

iframe {
	vertical-align: middle;
}

#c160 {
	margin-top: 150px;
}

h1 {
	color: #949191;
	font-size: 42px;
	font-weight: 300;
	margin-bottom: 25px;
	margin-top: 10px;
}

h2 {
	color: #6ba423;
	font-size: 25px;
	margin-bottom: 25px;
	margin-top: 12px;
	line-height: 1.4;
}

h2.nf_header {
    color: #ffffff;
    border-style: solid;
    border-color: #6aa422;
    background-color: #6aa422;
    padding: 5px 0 5px 20px;
    margin-top: 0;
    font-size: 42px;
    font-weight: 500;
}

h2.nf_header.nf_home {
	color: #ffffff;
	font-size: 25px;
	margin-bottom: 25px;
    padding: 5px 0 5px 20px;
    margin-top: 0;
	font-weight: 300;
}

h2.nf_header a {
    color: #ffffff;
}

ul {
	color: #6ba423;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
	margin-bottom: 30px;
}

/*-------------------------------------------------
					Contact-box
--------------------------------------------------*/

/*.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: visible;
	float: left;
}*/

#contact-box .ce-textpic {
	border: 2px solid #e8e5e5;
	padding: 5px 10px 10px 5px;
	background-color: #e8e5e5;
}

#contact-box h2 {
	font-size: 15px;
}

#contact-box p {
	font-size: 12px;
}

#contact-box img {
	width: 50px;
}

#contact-box .ce-bodytext p {
	margin-bottom: 5px;
}

#contact-box {
	margin-top: 10px;
}

/*-------------------------------------------------
					Extensions
--------------------------------------------------*/

/*--------------------NEWS----------------------*/

.news .card {
    border: none;
}

.news .swiper-slide .card:hover img {
    transform: none !important;
}

.news .col-sm-12.extra {
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-top: 10px;
}

.news .lead {
	font-size: 15px;
}
.frame-type-news_pi1 h2 {
	color: #ffffff;
	border-style: solid;
	border-color: #6aa422;
	background-color: #6aa422;
	padding: 5px 0 5px 20px;
	margin-top: 0;
}

.frame-type-news_pi1 h2 a {
    color: #ffffff;
}

.frame-type-news_pi1.frame-layout-0{
background-color: #f3f3f3;
}
.news-list-view .footer{
	display: none;
}
/*.frame-type-list {
	background-color: #f6f6f4;
}*/

.news {
	background-color: #f6f6f4;
}

.row .news-list-item {
	padding-left: 20px;
}

.btn.btn-default.btn-read-more {
	float: left;
	position: relative;
	bottom: 10px;
	padding: 0;
}

.news-single .article {
	padding: 20px;
}

.news-single .teaser-text {
	font-size: 18px;
}

.news .article .news-img-wrap a {
	border: none;
	padding: 10px;
	background-color: #f6f6f4;
}

.news-single .article .header h3 {
	color: #6ba423;
	font-size: 22px;
}

.news-single .article h2 {
	color: #6ba423 !important;
	font-size: 22px !important;
	font-weight: bold !important;
	background-color: transparent;
	padding: 0;
	border: 0;
}

.news.news-single .article .footer {
	display: none;
}

.teaser-text p {
	margin-bottom: 0px;
}

.news .footer span {
	border-right: 0px solid #ddd;
}

.news .footer {
	border-top: 0px solid #eee;
}

.news-list-date, .news-list-author {
	font-size: 15px;
}

.news .footer p {
	margin-bottom: 8px;
}

.news .article h3 {
	margin-bottom: 5px;
}

.frame-type-news_pi1 h2 a {
	color: #fff;
	font-weight: 300;
}

.news .article h3 a {
	line-height: 1.3;
}

#homeContentContainerLeft .news .news-list-view {
	padding: 15px 10px 10px 10px;
}

#homeContentContainer .grid-2col_1-1 .frame-type-list {
	background-color: #f3f3f3;
}

/* CookieConsent
------------------------------------*/

.cc-btn.cc-dismiss {
	display: inline !important;
}

.cc-highlight .cc-btn.cc-dismiss {
	color: rgb(142, 199, 96) !important;
	border-color: rgb(142, 199, 96) !important;


}

.cc-window.cc-banner {
	padding: 4em !important;
	z-index: 99999999;
}

.redirect {
	margin: 100px auto;
	text-align: center;
}

.redirect-headline {
	font-size: 12.5rem;
	color: #6aa422;
	margin-bottom: 30px;
}

.redirect-text {
	font-size: 2.5rem;
	font-weight: 200;
	line-height: 1.5;
}

.redirect-button {
	border: solid;
	margin-bottom: 30px;
	color: #000;
	border-width: 1px;
	border-color: #000;
	height: 48px;
	display: inline-block;
	font-size: 1rem;
}

.redirect-button:hover {
	border-color: #6aa422;
	transition: border cubic-bezier(.38, .04, .35, .96) 600ms;
}

.redirect-button a {
	padding: 12px 40px;
	display: inline-block;
	text-decoration: none;
}

.redirect-button a, a:active, a:visited, html:not(.is-touch) a:hover {
	text-decoration: none;
}

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

.footer h2 {
	margin-bottom: 15px;
}

.footer h3 {
	color: #6aa422;
}
.footer .social{
	padding-left: 30px;
}
.footer .social img{
margin-left: 34px;
}
/*--------------------Slider----------------------*/

#sliderContainer .flex-control-nav {
	bottom: 0;
}

.flexslider .slides li:nth-child(1) .flex-caption {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	bottom: 58px;
}

.flexslider .slides li:nth-child(1) .flex-caption .caption-title a {
	/* font-size: 30px; */
	color: #6b6a68;
}

.flex-caption {
	background: rgba(255, 255, 255, 0.4) !important;
	position: relative !important;
	right: 0 !important;
	bottom: 60px  !important;
	z-index: 0 !important;
	padding: 20px 10px !important;
	display: inline-block !important;
	text-shadow: none !important;
}

.flex-caption .caption-text {
	display: none !important;
}

.caption-title a, .caption-title a:active, .caption-title a:visited {
	font-weight: bold;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	color: #6b6a68;
	text-decoration: none;
	display: block;
	padding-bottom: 9px;
}
.flexslider {
	margin: 0 !important;
}
.flex-control-nav {
	bottom: 0 !important;

}
.caption-description a {
	color: #212529;
	font-size: 18px;
	font-weight: bold;
}

span .flex-caption {
	padding-left: 20px;
}


.col-sm-12 .slider {
	padding: 0px !important;
}

#sliderContainer {
	/* margin-bottom: 50px; */
	margin-top: 240px;
}

#sliderContainerContent .flex-caption {
	display: none;
}

#t3s-headerslider {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#contentContainer {
	margin-top: 0px;
}

.flexslider {
	margin: 0 0 0px;
}

#homeContentContainer, #homeBottomContentContainer {
	background-color: #fff;
}

#c3 {
	margin-top: 100px;
}

#c18 {
	margin-top: 162px;
}

#c5 h2, #c7 h2, #c22 h2 {
	color: #fff;
	background-color: #6ba423;
	padding: 5px 0px 5px 15px;
}

#c22, #c7 {
	margin: 0px 5px 20px 0px;
	padding-bottom: 30px;
}

#c22 {
	padding-bottom: 50px;
}

#c5, #c7, #c22 {
	background-color: #f0f0ef;
	font-size: 18px;
	margin: 0px 5px 20px 5px;
	width: 100%;
}

#c7 h3, #c22 h3, #c7 p, #c22 p {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px
}

.teaser-text a {
	padding-left: 0 px;
}

h3 {
	/* font-size: 18px; */
	font-size: 20px;
}

b, strong {
	font-weight: 500;
}

#c7 a, #c22 a {
	color: #6ba423;
}

#c25 {
	margin-bottom: 80px;
}

#footerContainer {
	background-color: #f8f9fa;
	padding-top: 30px;
	margin-top: 100px;
	padding-bottom: 75px;
}

#homeContentContainer .row.grid-2col_1-1 .flex-wrap {
	display: flex;
	position: relative;
	align-content: flex-start;
	justify-content: flex-start;

}

.grid-2col_1-1 {
	margin-bottom: 30px;
	margin-top: 30px;
}

/******* test**/
.frame-space-before-extra-small {
	margin-top: 0 !important;
}

.grid-2col_1-1 {
	margin-bottom: 0;
	margin-top: 10px;
}

.frame-type-form_formframework {
	margin-left: -20px;
}

#c1476 img,
#c1546 img,
#c1549 img {
	margin-top: 100px;
}

.frame-space-after-extra-small {
	margin-bottom: 0;
}

.grid-4col_1-1 h3 {
	margin-top: 20px;
}

.frame.frame-default.frame-type-textmedia.frame-layout-0 header {
	min-height: 50px;
}

.news-list-view .article {
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
}

.news .footer {
	padding: 0px;
	margin: 0px;
}

.news-list-view .article {
	border-bottom: 2px solid #fff;
}

.news-list-view .article:last-child {
	border-bottom: 0px solid #fff;
}

/*-----------------SLICK SLIDER-------------------*/

/*--------------SLICK SLIDER/JAMEDA---------------*/

.slick-slider.slick-bgimg .slick-item {
	background-size: contain;
}

.slick-bgimg .slick-item .slick-text .h1 {
	color: #6ba423;
	display: block;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.16;
	text-align: left;
	padding-left: 20px;
	padding-top: 100px;
	padding-bottom: 10px;
}

.slick-bgimg .slick-item .slick-text .h2 {
	color: #212529;
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.16;
	text-align: left;
	padding-left: 20px;
}

.slick-bgimg .slick-item .slick-text .h1, .slick-bgimg .slick-item .slick-text .h2 {
	text-shadow: 0 0 0px #000;
}

.slick-bgimg .slick-item.slick-active .slick-text .h1, .slick-bgimg .slick-item.slick-active .slick-text .h2 {
	animation: a 0s ease;
}

/*--------------------T3DDY----------------------*/

.ce-table {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 15px;
}

.frame-layout-1-content {
	border: 0px solid #aaa;
	background: #fff;
	color: #222;
}

.t3ddy h1 {
	color: #949191;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 10px;
}

.t3ddy {
	margin-top: 50px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0px;
}

.frame-layout-1-header {
	border: 0px solid #aaa;
	background: transparent;
	background-color: #f7f7f7;
	color: #787978;
	font-weight: bold;
}

.ce-table th, .ce-table td {
	padding: 10px;
	vertical-align: top;
}

.ce-table th {
	width: 20%;
}

.navbar-toggler {
	position: absolute;
	top: -140px;
	right: 0;
}

/*****************************
* Breadcrumbs
*******************************/
.breadcrumbs {
	font-style: italic;
	color: #c2bfbf;
	font-size: 16px;
}

/* hide on startpage */
#page-2 .breadcrumbs {
	visibility: hidden;
}

/*******************************
	Custom -  Erfahrungsberichte
********************************/
pre {
	margin: 0;
	padding-bottom: 0;
	color: #b0b6bc;
	font-size: 16px;
	margin-bottom: -32px;
}

pre:first-of-type {
	margin: -32px;

}

/*******************************
	Custom -  News
********************************/
.news.news-single .teaser-text {
	display: none;
}

.news.news-single .footer {

	visibility: hidden;
}

.article.articletype-0 {
	padding-top: 17px;
}

/*******************************
	Custom -  Formulare
********************************/
.frame-type-form_formframework.frame-layout-0 {
	margin-left: 22px;
}

fieldset {
	margin: 0 0 0 20px;
}

.form-group .radio {
	padding-left: 2.55rem;
}

.form-group .radio input {
	margin-top: 9px;
}

#huefte_1-734-radiobutton-1, #knie-752-radiobutton-1 {
	margin-top: -30px;
}

fieldset#knie-752-fieldset-1 .row h2, fieldset#huefte_1-734-fieldset-1 .row h2 {
	font-size: 18px;
	background-color: transparent;
	color: #585858;
	border-style: solid;
	border-color: transparent;
	background-color: transparent;
	padding: 0px 0px 5px 19px;
	margin-top: 0px;
}

fieldset#knie-752-fieldset-1 .row .col-xs-4.col-sm-4.col-md-4.col-lg-4:nth-of-type(3n) h2, fieldset#huefte_1-734-fieldset-1 .row .col-xs-4.col-sm-4.col-md-4.col-lg-4:nth-of-type(3n) h2 {
	padding: 0px 0px 5px 0px;
	margin-left: -15px;
}

fieldset#knie-752-fieldset-1 input#knie-752-number-1, fieldset#huefte_1-734-fieldset-1 input#huefte_1-734-number-1 {
	margin-top: -31px;
}

#knie-752-fieldset-2 {
	padding-left: 18px;
}

#knie-752-fieldset-2 legend {
	margin-left: -20px;
}

#knie-752-fieldset-2 input.form-control, #knie-752-fieldset-2 textarea.form-control, #huefte-v2-751-fieldset-2 input.form-control, #huefte-v2-751-fieldset-2 textarea.form-control {
	max-width: 500px;
}

#knie-752-fieldset-2 textarea.form-control,
#huefte-v2-751-fieldset-2 textarea.form-control, textarea.form-control {
	height: 200px;
}

div#c732 {
	padding-top: 0 !important;
	margin-top: -15px;
}

nav.form-navigation .btn-group.submit>.btn:first-child {
	background-color: #69a422;
	border-color: #69a422;
	margin-left: 22px;
}

.news-backlink-wrap {
	display: none;
	margin-left: 20px;
}

.frame.frame-default.frame-type-textpic.frame-layout-3 {
	background-color: #f6f6f4;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 17px;
	margin-bottom: 2px;
	padding-bottom: 20px;

}

.frame.frame-default.frame-type-textpic.frame-layout-3 .ce-bodytext {
	margin-bottom: 0 !important;
}

.frame.frame-default.frame-type-textpic.frame-layout-3 header h2 {
	font-size: 18px !important;
	margin-top: 25px;
	margin-bottom: 3px;
}

.frame.frame-default.frame-type-textpic.frame-layout-3 p {
	margin-bottom: 0;
}

#c1011,
#c798,
#c790 {
	width: 100%;
	background: #6ba422;
	padding: 0;
	height: 40px;
	margin-bottom: 0;
}


#c798,
#c790 header {
	padding: 0 0px 0 22px;
	margin-top: 0;
}
#c1011{
	padding: 0 0px 48px 22px;
	margin-top: 0;
}
.fancybox-container {

	z-index: 999999999 !important;
}

.cc-revoke, .cc-window {
	z-index: 99999999999999 !important;
}

@media screen and (min-width: 768px) {
	fieldset#knie-752-fieldset-1 .col-xs-4, fieldset#knie-752-fieldset-1 .col-sm-4, fieldset#knie-752-fieldset-1 .col-md-4, fieldset#knie-752-fieldset-1 .col-lg-4, fieldset#huefte_1-734-fieldset-1 .col-xs-4, fieldset#huefte_1-734-fieldset-1 .col-sm-4, fieldset#huefte_1-734-fieldset-1 .col-md-4, fieldset#huefte_1-734-fieldset-1 .col-lg-4 {
		max-width: 13% !important;
	}

}
@media (max-width: 767px) {
	#c1867 .ce-right .ce-gallery {
    float: none;
 }
 #c1867 .ce-intext.ce-right .ce-gallery {
	margin-left: 0;
}

}

@media screen and (max-width: 575px) {
	#c799, #c795 {
		margin-top: 0;
	}

	.cc-revoke {
		display: none !important;
	}
}

@media screen and (max-width:300px) {
	.popup-message {
		top: 100px;
		overflow-y: scroll;

	}

}

.fixed-header {
	position: fixed;
	background: #fff;
	overflow: unset;
	display: block;
	top: 110px;
	width: 100%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 9999999;
}

/** Netfrei
**/
.boxshadow {
	box-shadow: -1px 7px 5px -4px rgb(214 204 204 / 75%);
	-webkit-box-shadow: -1px 7px 5px -4px rgb(214 204 204 / 75%);
	-moz-box-shadow: -1px 7px 5px -4px rgba(214 204 204, 0.75);
}

#c682 {
	background-color: #fff;
}

.shrink {
	margin-top: -5%;
	height: 111px;
}

.expand {
	margin-top: 0;
	height: auto;
}

.shrink #logoContainer {
	margin-bottom: 10px;
	width: 34%;
	transform: scale(0.7) translateX(-19%);
	transition: transform 2s;
}

.expand #logoContainer {
	margin-bottom: 10px;
	width: 34%;
	transform: scale(1) translateX(0);
	transition: transform 2s;
}

.shrink #contact-box {
	margin-bottom: 10px;
	width: 34%;
	transform: scale(0.7) translateX(17%);
	transition: transform 2s;
}

.expand #contact-box {
	margin-bottom: 10px;
	width: 34%;
	transform: scale(1) translateX(0);
	transition: transform 2s;
}

/* a.anchor{
	margin-top: -270px;
	padding-top: 240px;
	position: absolute;
} */
a.anchor,
#page-166 a.anchor,
#page-154 a.anchor,
#page-180 a.anchor {
	display: block !important;
	position: relative !important;
	top: -150px !important;
	visibility: hidden !important;
}

#c978 h2 {
	margin-bottom: 0;
}

#page-166 table,
#page-154 table {
	border-collapse: collapse;
}

#page-166 table tr:nth-child(2n+1),
#page-154 table tr td, th {
	border: 1px solid #ccc;
	padding: 5px;
}

#page-166 table tr:nth-child(2n+1),
#page-154 table tr:nth-child(2n+1) {
	background: #f1f1f1;
}

#page-172,
#page-173,
#page-168,
#page-166,
#page-154,
#page-175,
#page-179 {
	visibility: visible;
}

#scroll-to-top {
	visibility: hidden;
	display: none;
	background: #6aa422;
	position: fixed;
	right: 32px;
	bottom: 33px;
	color: rgb(255, 255, 255);
	padding: 5px !important;
	cursor: pointer;
	height: 51px;
	border-radius: 4px;
	transform: rotate(270deg);
}

#scroll-to-top:hover {
	background: #9bcd78;

}

/*a.anchor{
		visibility: hidden;
	position: absolute;
 margin-top: -200px;
}*/
p.anchor {
	visibility: hidden;
	position: absolute;
	margin-top: -200px;
}

p .anchor {
	margin-bottom: 0;
}

#page-173 #scroll-to-top,
#page-168 #scroll-to-top,
#page-172 #scroll-to-top,
#page-166 #scroll-to-top,
#page-154 #scroll-to-top,
#page-175 #scroll-to-top,
#page-179 #scroll-to-top,
#page-180 #scroll-to-top,
#page-181 #scroll-to-top,
#page-182 #scroll-to-top,
#page-186 #scroll-to-top {
	visibility: visible;
}

html {
	scroll-behavior: smooth;
}

#page-173:target,
#page-168:target,
#page-172:target,
#page-166:target,
#page-154:target,
#page-179:target {
	display: block;
	position: relative;
	top: -200px;
	visibility: hidden;
}

#page-173 #scroll-to-top:after,
#page-168 #scroll-to-top:after,
#page-172 #scroll-to-top:after,
#page-166 #scroll-to-top:after,
#page-154 #scroll-to-top:after,
#page-175 #scroll-to-top:after,
#scroll-to-top:after {
	content: ">";
	font-size: 50px;
	padding: 0;
	position: relative;
	margin-top: -23px;
	display: block;
}

/* #page-173 #homeContentContainer .ce-bodytext,
#page-168 #homeContentContainer .ce-bodytext,
#page-172 #homeContentContainer .ce-bodytext,
#page-166 #homeContentContainer .ce-bodytext,
#page-154 #homeContentContainer .ce-bodytext,
#page-175 #homeContentContainer .ce-bodytext {
	margin-bottom: 0;
} */
ul.black li {
	color: #000;
}

ul.black li a,
ul.black li a:hover {
	color: #6ba423;
}

#oc_skelettText .col-md-3, #page-165 .col-md-3 {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
}

#oc_skelettText ul,
#page-165 ul {
	margin-left: -20px;
}

#oc_skelettText .frame-type-textmedia h2 {
	height: 40px;
}

#oc_skelettText header {
	height: 75px;
}

ul.no-link, li.no-link {
	color: #000;
}

.green {
	background-color: #69a422;
	border: 0;
}

a.green:hover {
	background-color: #8abc4c;
	border: 0;
}

#homeContentContainer .frame-layout-2 .ce-bodytext,
.frame-layout-2.frame-space-after-extra-small {
	margin-bottom: 0;
}

/************* custom code for page #page-172 *******/
#page-173 .col-sm-9 {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}

#page-173 .col-sm-3 {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

#page-173 .ce-intext.ce-left .ce-gallery,
#page-173 .ce-gallery figcaption {
	margin-bottom: 0;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

.accordion h3 {
	color: #6aa422;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
	/*background-color: #ccc;*/
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 15px 18px 7px 18px;
	background-color: white;
	display: none;
	overflow: hidden;
	font-size: 16px;
	transition: height 3s linear;
	height: 0;
}


.hide {
	transition: height 3s ease;
	height: auto;
	display: block;
}

#page-163 #homeContentContainerCenter .grid-2col_1-1 {
	background-color: transparent;
}

#page-163 #c1459 .ce-column {
	margin-right: 4%;
	max-width: 20%;
}

#page-163 #c1123 .ce-gallery .ce-row:last-child img {
	max-width: 50px;
}
.cc-animate.cc-revoke.cc-top{
	display: flex!important;
}
#c1858 .ce-column, #c1857 .ce-column{
	margin-bottom: 20px;
}
#c1850, #c1851{
	display: none;
}
.footer a{color: #393939 !important;}
.footer a:hover{color: #6aa422 !important;}
@media (max-width:1200px) {
	#c1875 .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery,
#c1876 .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery,
#c1872 .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery{
	margin-bottom: 5px;
}
#c1875 .ce-column,
#c1876 .ce-column,
#c1872 .ce-column{
margin-top: 10px;

}
}
@media screen and (max-width:991px){
	#c1857 .ce-column:nth-child(4) img{
	margin-left: 8px;
	width: 350px;
}
footer .container  {
	max-width: 100% !important;
}
footer h1,footer h2,footer h3,footer h4{
	font-weight: 400;
}
}
@media (max-width:768px) {
	#oc_skelettText .col-md-3, #page-165 .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
  }
	#oc_skelettText .ce-gallery,
	#oc_skelettText .ce-bodytext{
		 width: 100%;
		 float: left;
	}
	/*#oc_skelettText .ce-gallery,
	#oc_skelettText .frame-type-textmedia h2{
		float: left;
	} */
}
@media screen and (max-width:767px) {

	#logoContainer {

    width: 42%  !important;
  }


	.popup-message {
		min-width: 90%;

		font-size: 14px;

	}

	.col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#page-163 .col-sm-5 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#page-163 .col-sm-7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#c1821,	#c1816 {
		display: none;
	}
	#c1850,#c1851,
	#c1849 {
		display: block;
	}

	#page-163 #homeContentContainerCenter h2 {
		font-size: 1.3em;

	}

	#page-163 ul {
		padding-left: 1em;
	}

	#page-163 ul.slides {
		padding-left: unset;
	}

	#c1459.frame-space-before-medium {
		margin-top: 1em;
	}

	#page-163 #c1459 .ce-column {
		margin-right: 6%;
		max-width: 44%;
		margin-bottom: 2em;
	}
	#homeContentContainerCenter h2 {
    font-size: 23px;

  }
}
@media screen and (max-width:576px) {
.footer .social {
		padding-left: 17px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:500px) {

	iframe {
		max-width: 100%;
		width: 100%;
	}

	#page-163 #c1459 .ce-column {
		margin-right: 2%;
		max-width: 44%;
		margin-bottom: 2em;
	}
	#c1857 .ce-column img{
		width: 66px;
	}
	#c2042 .ce-left .ce-gallery ,
	#c2043 .ce-left .ce-gallery ,
	#c2041 .ce-left .ce-gallery, .ce-column {
    float: none;
}
#c1857 .ce-column{
	float: left !important;
}
#c2042 figure.image,
#c2043 figure.image,
#c2041 figure.image {

	margin: 0 auto;
}
#c2042 .ce-column:nth-of-type(2) figure.image,
#c2043 .ce-column:nth-of-type(2) figure.image,
	#c2041 .ce-column:nth-of-type(2) figure.image {
		width: 180px;
		display: block;
		margin: 10px auto 0 auto;
	}
	#c1857 .ce-column:nth-child(4) img{

		display: none;
	}
	/* #c1824 figure.image,
	#c1828 figure.image,
	#c1831 figure.image,
	#c1834 figure.image,
	#c1844, #c1845, #c1847, #c1846 {
		background-image: none
	}

	#c1824 figure.image img,
	#c1828 figure.image img,
	#c1831 figure.image img,
	#c1834 figure.image img,
	#c1844 iframe,
	#c1845 iframe,
	#c1847 iframe,
	#c1846 iframe {
		opacity: 1;
	} */
	.flexslider {
    padding-bottom: 15px !important;
	}
#c1875 .ce-gallery img ,
#c1876 .ce-gallery img ,
#c1872 .ce-gallery img {
width: 400px !important;
	height: auto !important;
}
}

.hh-accordion .accordion {
	background-color: #eee !important;
	padding: 0 !important;
	border: none !important;
}
.hh-accordion .accordion > details[open] .accordion-content{
	background-color: #fcfcfc !important;
}
.hh-accordion .accordion .summary-chevron-up, .hh-accordion .accordion .summary-chevron-down {
	background-color: #eee !important;
}
#c1980{padding-top: 200px; margin-top: -200px;}

/**** Special Info*****/
#c2086{
	position: fixed;
	z-index: 999;
	bottom: 0;
	right: 0;
	background: #6aa422;
	border-radius: 5px;
	padding: 10px 20px 0 20px;
	-webkit-box-shadow: -4px -2px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -4px -2px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -4px -2px 2px 0px rgba(0, 0, 0, 0.75)
}
#c2086:hover{
	background: #6a9833;
}
#c2086 a{
	color: #fff;
}
#c2086:hover a{
	color: #efeded;
}
.day, .time{
	display: inline-block;
	padding-right: 5px;
}
.description{
	display: inline;
}
.row-wrap{
	display: block;
	margin-bottom: 20px;
}
#flexslider_553 .flex-caption,
#flexslider_578 .flex-caption,
#flexslider_513 .flex-caption,
#flexslider_1131 .flex-caption,
#flexslider_569 .flex-caption,
#flexslider_512 .flex-caption{
	background: none !important;
}

#flexslider_553 .caption-title,
#flexslider_578 .caption-title,
#flexslider_513 .caption-title,
#flexslider_1131 .caption-title,
#flexslider_569 .caption-title,
#flexslider_512 .caption-title{
display: none;
}
