/*
Theme Name: GoSolar Child
Description: Child theme for GoSolar
Author: zozothemes
Template: gosolar
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*Child Theme Style Code Here*/



/* Footer Hintergrund und Textfarbe */

.footer-section.footer-skin-dark, .footer-skin-dark .footer-backtotop a {
    background: #264a0c !important;
}

.footer-widgets .widget div, .footer-widgets .widget p {
    color: #fff !important;
}

.footer-section.footer-skin-dark .widget.widget_nav_menu li a{
	color: #fff !important;
}

/* Abstand von oben - alle Inhaltsseiten */
.content-area {
    padding-top: 40px !important;
}

.vc-zozo-section {
    padding: 40px 0;
}

/* Seitentitel Farbe Unterseiten */
.entry-title, .page-title-section .page-title-captions h1.entry-title {
	color: #95c11f !important;
	font-weight: 600 !important;
}


/* Hintergrundfarbe Search-Button */
.header-top-section .search-form .form-control {
    background: #fff !important;
    color: #333 !important;
}


/* Button Hover-Farbe */

.btn:hover, .btn.btn-default:hover, .vc_general.vc_btn3.vc_btn3-color-primary-bg:hover, .vc_btn.vc_btn-primary-bg:hover, .vc_general.vc_btn3.vc_btn3-color-juicy-pink:hover, .btn-modal.btn-primary:hover {
    background: #689dcf !important;
}


/* Team-Detailseite = Persönlichkeiten */

.member-image{
	width: 30%;

}

.team-member-info{
	float: left;
	width: 50%;
	padding-top: 15px;
	padding-left: 3%;
}


/* Infotexte in grünen Balken */
.balkentexte, .balkentexte a{
	color: #fff !important;
	padding: 20px 0 !important;
}




.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0 30px 40px 0 !important;
}

/* Ausgezeichnete Marken - Formatierung Sterne */
. sterne {
	text-align: center;
}

.fa-star::before {
    color: #f0ca55 !important;
}

.markenlogo{
	margin-bottom: 10px !important;
}

/* Jury- Fotos - Rahmen */
.jury img{
	border: 3px solid #95c11f;
	border-radius: 20px;
}

/* Blogbeiträge - Autorinfo und Comment-Button ausblenden */
.posts-content-container .entry-meta-wrapper {
    visibility: hidden !important;
}

h2.entry-title {
    text-transform: none !important;
}

/* Testimonial Sterne-Rating auskommentieren */
.testimonial-item.tstyle-border .testimonial-rating {
    visibility: hidden !important;
}

/* Testimonial Startseite Name Hoverfarbe */
.typo-light .testimonial-item .author-details .testimonial-author-name > a:hover {
    color: #006600 !important;
}

.mediapartner-headline{
	padding: 10px 0 !important;
}


/* Bild von Text umfließen - Abstand */
.abstand-umfluss{
	padding: 0 30px 20px 0;
	
}

/* Layout Cookie-Banner */

.cn-button.bootstrap {
    color: #fff;
    background: #95c11f !important;
}

/* Anpassungen von ZOZO - Tabletansicht */

@media only screen and (max-width:1150px) and (min-width:1025px) {
.zozo-main-nav > li > a, .zmm-wrapper .main-menu-container .navbar-nav li > a {
    font-size: 13px;
}
.zozo-main-nav > li > a {
    padding: 10px 7px;
    letter-spacing: 0;
}
	.header-section .header-main-section .zozo-main-nav > li > a {
    line-height: 101px;
}
	.header-section .is-sticky .header-main-section .zozo-main-nav > li > a {
    line-height: 74px;
}
}
