/*
Theme Name: Enlighten Child
Description: Childtheme Enlighten
Author: AccesspressThemes
Author URI: https://accesspressthemes.com/
Template: enlighten
Version: 1.0
Tags:
*/

/* Linkfarbe*/
a {
color: #000000;
}

/*Balken Menü*/
.main-navigation {
	clear: both;
	display: inline-block;
	width: 100%;
	background: #E9E9E9;
	position:relative;
}

/* Hintergrundfarbe Dropdown-Menü*/
.main-navigation ul ul li,
.main-navigation ul ul ul li{
	background: rgba(0,73,68,0.8);
}

/*Dropdown-Menu Hintergrundfarbe weiß*/
.main-navigation ul ul.sub-menu > li > a{
	border-right: none;
	text-align: left;
	background: rgb(255,255,255);
}

/*Menu Schriftfarbe schwarz*/
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
/* "Vielfalt leben oben im Header */
.social_htext_wrap .header_text {
	float: left;
	width: 50%;
	margin-left: 25%;
	color: #014944;
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.social_htext_wrap .header_text, 
.social_htext_wrap .header_social_link {
	background: #004944;
	height: 39px;
	line-height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	color: #004944;
}
/*==============================================
      		service section
====================================================*/
#section_service{
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 150px;
}
#section_service .bg_service .service_title a{
	color:#fff;
	font-size:18px;
	font-weight:400;
	font-family: Lato, sans-serif;
	text-transform: capitalize;
}
#section_service .bg_service .service_title a:hover{
	color: #b7deff;
}
#section_service .title_two{
	color: #fff;
	font-weight: 400;
}
#section_service:after{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #004944;
    opacity: 0.72;
    z-index: 1;
}
/*================================================
   			porfolio owl carousel
======================================================*/
.service_slider .owl-item.active,
.service_slider .owl-item{
	color:#fff;
	padding:55px 10px 0;
}
.service_slider .owl-item .content_wrap{
	width:50%;
	float:left;
	padding:60px 60px;
	position:relative;
}
.service_slider .content_wrap:after {
    background: #fff;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 9999999;
    width: 78%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.service_slider .content_wrap:nth-child(n+3):after{
	content: none;
}
.service_slider .content_wrap:nth-child(2n+1){
	clear:both;
}
.service_slider .content_wrap .title_content_service{
    color:#fff;
	line-height: 28px;
	font-size: 15px;
	font-weight: 300;
}
.service_slider .image_title .service_title,
.service_slider .image_title .service_image
{
	display: inline-block;
}
.service_slider .image_title{
	margin-bottom: 25px;
	display: inline-block;
}
.service_slider .image_title .service_title{

vertical-align: middle;
margin-top: 10px;
}

.service_slider .image_title .service_image{
	margin-left: 15px;
	margin-right: 0;
	vertical-align: middle;
}
.service_slider .content_wrap:nth-child(odd) .image_title .service_image{
	float: left;
	display: inline-block;
	margin-left: 0;
	margin-right: 15px;

}
.service_slider .content_wrap:nth-child(odd){
	text-align: left;

}
.service_slider .content_wrap:nth-child(even){
	text-align: right;

}
.service_slider .content_wrap:nth-child(even) .image_title .service_image{
	float: right;

}
#section_service .effect_title{
	padding: 60px 0 20px;
}
#section_service .effect_title .after-effet1:before{
	z-index: 2;
}
#section_service .title_one
{
	font-size:14px;
    color: rgba(170, 170, 170, 0.8);
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: 4px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
#section_service .title_two
{
	font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 4px;
}
#section_service .description_service{
	text-transform: none;
	padding: 30px 20px 0;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
}
#section_service .service_slider.owl-carousel{
	position: relative;
    margin-top: 0px;
    bottom: -80px;
    z-index:2;
    background: #004944;
}
.service_slider.owl-carousel:before {
    content: "";
    border-left: 1px solid #fff;
    position: absolute;
    display: block;
    top: 55px;
    bottom: 145px;
    left: 50%;
    z-index: 2;
}

/* Farbe Überschriften FAQ & Testimonial */
#section_faq_testimonial .faq_wrap .faq_title,
#section_faq_testimonial .test_wrap .title_test{
	color: #004944;
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 50px;
	padding-bottom:20px;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
}

/* Farbe Überschrift Counter */
.title_two
{
	color:#004944;
	font-size:40px;
	font-weight:700;
	display:block;
	line-height:50px;
}

/* Farbe Zahlen Counter */
#section_achieve .bg_achieve .wrap_counter .counter_count{
	color: #581142;
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #777;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.5;	
}
body {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #444;
	font-family: 'Lato', sans-serif;
}
h1 {
    font-size: 2em;
    margin: 20px 0;
}
p {
	margin: 0 0 25px;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: #dbbe29;
}
a:hover, a:focus, a:active {
	color: rgba(0,73,68,0.8);
}

/* Farbe CTA Sektion */
#section_cta{
	margin:0;
	background: rgb(219,190,41);
	padding:30px 0px;
	min-height:120px;
	color:#fff;
	background-size: cover;
}
#section_cta .title_section_cta{
	width:20%;
	float:left;
	font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 60px;
    text-align: right;
	border-right: 1px solid #fff;
    padding: 10px 30px;
}

/* Farbe News Slider (original bacground: rgba(219,190,41,0.8) )*/
#section_news_slide{
	padding:30px 0;
	color:#fff;
	min-height:120px;
	background: rgb(0,73,68);
	margin-top: 0;
}
.home_section .bg_news_slide .news_slide_wrap .news_slider_title{
	width: 25%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 60px;
    border-right: 1px solid #fff;
    padding: 10px 30px;
    text-align: right;
}

/* Farbe  Plus Minus Buttons FAQ*/
#section_faq_testimonial .test_faq_wrap .faq_question.expanded .plus_minus_wrap,
#section_faq_testimonial .test_faq_wrap .faq_question.expanded .plus_minus_wrap:before{
	background-color: #dbbe29;
}

/* TH Logo über Counter Sektion*/
.after-effet1:before{
	background:url(https://treibhaus-doebeln.de/wp-content/uploads/2016/11/TH_Website_Favicon_Abgabe.png) no-repeat;
	position:absolute;
	content:"";
	height:32px;
	width:32px;
	top:0%;
	left:0;
	right:0;
	margin:0 auto;
}

/* Transparenz des Header Banner */
.header-banner-container:after{
	background: rgba(0,0,0);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
}

/* Zentrieren der Spenden Sektion*/
#section_cta .title_section_cta{
	width:20%;
	float:left;
	font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 60px;
    text-align: right;
border-right: 1px solid #fff;
    padding: 10px 30px;
color: #fff;

/* Farbe Links in Listenansicht von Kalender */
/*gelöst über "zusätzliches CSS" im Customizer*/
/* zentrierung Kalender Bild Testimonial Sektion*/
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
/* zentrierung Kalender Link Testimonial Sektion*/
#section_faq_testimonial .faq_cat_wrap .content_test .description_test{
	padding: 41px 30px;
	background-color: #f6f6f6;
	border-radius: 5px;
	border: 1px solid #eee;
	color: #777777;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 16px;
text-align: center;
}
/* Zentrierung Text Testimonial Sektion */
#section_faq_testimonial .faq_cat_wrap .content_test .description_test{
	text-align: center;
	padding: 60px 30px;
	background-color: #f6f6f6;
	border-radius: 5px;
	border: 1px solid #eee;
	color: #777777;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 16px;
}

/*Header Anpassungen, Farben */
.social_htext_wrap .header_text, 
.social_htext_wrap .header_social_link {
	background: #004944;
	height: 39px;
	line-height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	color: #004944;
}@media (min-width: 768px){
.social_htext_wrap .header_text:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-top: 39px solid;
	border-left: 39px solid transparent;
	position: absolute;
	left: -39px;
	border-top-color: #004944;
}.social_htext_wrap:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 50%;
	height: 39px;
	background: #004944;
	z-index: -1;
}.site-branding .site-description{
	color: #004944;
	font-size: 14px;
	padding-bottom: 10px;
}

/* Abstand Counter Sektion unten */
.ak-container {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* Abstand Counte Sektion oben */
.home_section{
	margin:60px 0 0;
}

/*Farbe Menuschrift Dropdown Menu*/
.sub-menu a:hover {color: #000;}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	opacity:0.7;
}

/* Größe Termine Box auf Startseite*/
#section_faq_testimonial .faq_cat_wrap .content_test .description_test{
	padding: 41px 30px;
	background-color: #f6f6f6;
	border-radius: 5px;
	border: 1px solid #eee;
	color: #777777;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 16px;
}
/* Grafik Element unter Termine Startseite (unsichtbar gemacht)*/
#section_faq_testimonial .faq_cat_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
#section_faq_testimonial .faq_cat_wrap .bx-wrapper .bx-pager.bx-default-pager a.active{
border: 3px solid #1b3a70;
visibility: hidden;
}

/*Countdown
.cbfc-kkcountdown1 .kkcountdown-box .kkc-days-text, .cbfc-kkcountdown1 .kkcountdown-box .kkc-hours-text, .cbfc-kkcountdown1 .kkcountdown-box .kkc-min-text, .cbfc-kkcountdown1 .kkcountdown-box .kkc-sec-text {
    color: #004944 !important;*/
}
