/*
 Theme Name:   Enfold Child Theme
 Description:  Enfold Child Theme by summ-it
 Author:       summ-it
 Author URI:   https://summ-it.net/
 Template:     enfold
 Version:      1.0.0
 Text Domain:  enfold-child
*/


/* Menü Header Hintergrund Farbe */
#header #header_main{ background-color: rgba(218,41,28,0.1); }


/* Menü auf Smartphones soll sticky sein */
@media only screen and (max-width:812px) {
  .responsive #top #wrap_all #header {
    position: fixed !important;
  }

  .responsive #top #main {
    padding-top: 80px !important;
  }
}


/* Change header background color on scroll */
/*
#header:not(.av_header_transparency) #header_meta, #header:not(.av_header_transparency) #header_main { background-color: rgba(218,41,28,0.7) !important; }
*/


/* Menü Linien ausblenden */
/*
#top .av_header_glassy.av_header_transparency #header_main { border-color: transparent !important; }
#top .av_header_transparency #header_meta { border-bottom: 0px solid transparent !important; }
#header_main { border-bottom: none !important; }
#header { border-bottom: none !important; }
*/


/* Mega-Menü: Farbe der Spalten-Überschrift */
/*
#top #header #avia-menu li .mega_menu_title { color: #00005a !important; }
*/



/* Linie unter Farbsektionen entfernen */
.container_wrap { border: none !important; }


/* Icon box content */
.iconbox .iconbox_content {background-color: rgba(255,255,255,0.8) !important;}
.iconbox .iconbox_content p { text-align: center !important; }
/*
#top .iconbox_content_container {
	background-color: #ab2328;
	padding: 10px;
}
*/


/* Content Block mittels benutzerdefinierter CSS-Klasse ausblenden */
.hide-content-block { display: none !important; }



/* Text mit Links unterstreichen   */
#main p a { text-decoration: underline; }


/* Footer Widgets abhängig @media ausblenden */
/* @media only screen and (max-width: 768px) { #footer .widget { display: none; } } */


/* Footer Fonts im Footer */
#footer .widgettitle { color: #ffffff !important; }


/* Contact Form 7 Styling */
div.wpcf7 {
	color: #ffffff;
	font-size: 14px;
}
/* CF7 Überschrift Quiz-Feld */
#top label span, #top legend span {
    font-size: 14px;
    color: #ffffff;
}
/* Styling der CF7 Eingabefelder */
#top .main_color .input-text,
#top .main_color input[type='text'],
#top .main_color input[type='input'],
#top .main_color input[type='password'],
#top .main_color input[type='email'],
#top .main_color input[type='number'],
#top .main_color input[type='url'],
#top .main_color input[type='tel'],
#top .main_color input[type='search'],
#top .main_color textarea,
#top .main_color select {
    color: #ffffff;
	font-size: 16px;
	background-color: transparent;
    border-color: rgba(255,255,255,0.5);
    border-radius: 5px;
}
/* Styling CF7 Button */
input.wpcf7-form-control.wpcf7-submit {
	color: #ffffff;
	background-color: #da291c;
    border-radius: 5px;
    border: transparent;
    padding: 10px 20px 10px 20px;
}
/* Styling CF7 Button bei Mouse over */
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #7c2529;
    color: #ffffff;
}
/* CF7 kein Rahmen um die Meldung nach dem Absenden */
.wpcf7 div.wpcf7-response-output {
	border: none;
	font-size: 1.3em;
}

