/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Neusign
 Author URI:     https://neusign.de
 Template:       Divi
 Version:        1.0.0
*/
 
/*CUSTOM CSS*/




/**** STYLE MENU AND HEADER ****/

/*hide logo on frontpage
.page-id-252 img#logo{
	display: none!important;
}
*/
/*style second nav*/

#et-info {
	float: right!important;
	text-align: right!important;
}

.social-facebook {
	font-family: 'ETmodules';
    font-size: 18px!important;
    color: #fff!important;	
	margin-right: 25px!important;
}

@media (max-width: 980px) {
	#top-header, div#et-secondary-menu, ul#et-secondary-nav {
		display: block !important; 
	}
	#top-header .container {
		padding-top: 0.75em !important;
	}
}

@media only screen and ( width: 846px ) {
.social-facebook {
    font-family: 'ETmodules';
    font-size: 18px !important;
    color: #fff !important;
    margin-right: 25px !important;
    margin-top: 10px;
}
}

@media only screen and ( width: 768px ) and ( height: 1024px) {
	
	.social-facebook {
     margin-top: 10px !important;
}
}

@media only screen and ( width: 834px ) and ( height: 1112px) {
	
	.social-facebook {
     margin-top: 10px !important;
}
}

@media only screen and ( width: 812px ) and ( height: 375px) {
	
	.social-facebook {
     margin-top: 10px !important;
}
}

@media only screen and ( width: 896px ) and ( height: 414px) {
	
	.social-facebook {
     margin-top: 10px !important;
}
}

/*style logo*/
#logo{
	min-height: 145px;
	margin-left: -8px;
}

@media only screen and (max-width: 980px) {
#logo{
	min-height: 115px;
}
}


/* style main-menu cta_button */

.menu_cta {
	background-color: #e30613;
	color: #fff !important;
	padding: 0 !important;
}

.menu_cta a {
	color: #fff !important;
	padding: 15px 15px 15px 15px !important;
}

/* cta-button color white by scroll and active */
#et-top-navigation nav#top-menu-nav ul#top-menu.nav li.menu_cta.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-817 a {
	color: #fff !important;
}



div#page-container.et-animated-content div#et-boc.et-boc header#main-header.et-fixed-header div.container.clearfix.et_menu_container div#et-top-navigation nav#top-menu-nav ul#top-menu.nav li.menu_cta.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-817 a{
	color: #fff !important;
}


@media (min-width: 980px){
.menu_cta a:before {
	content: '\e076';
	color: #fff !important;
	font-family: 'ETmodules';
	font-size: 16px;
	line-height: 1;
	position: absolute;
	left: 12px;
}

.menu_cta a {
	padding: 15px 15px 15px 35px !important;
	color: #fff !important;
}
}


/* menu item kontakt color #222 by standard, scroll and active */

#et-top-navigation nav#top-menu-nav ul#top-menu.nav li.menu_kontakt.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-943 a {
	color: #222 !important;
}

.menu_kontakt a {
	color: #222 !important;
}


/* yellow block before title */
.eb-header h1::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: -102%;
    bottom: 1rem;
    background: #ebc923;
}

/* subtitle*/
.eb-header h2 {
	color: #e30613 !important;
	font-weight: 800 !important;

}

/**** END STYLE MENU AND HEADER ****/



/**** STYLE BLOG ****/

.df_bc_arrows > div {
    background-color: #ebc923 !important;
    width: auto;
    height: 100%;
    padding: 7px;
    background-image: none;
}



/**** END STYLE BLOG ****/



/**** STYLE CONTACT FORM 7 ****/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    width: 100% !important;
}

#bewerbung .wpcf7 input[type="file"] {
    font-family: 'Source-Sans-Pro-local',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px !important;
}

/**** END STYLE CONTACT FORM 7 ****/

