/*
Theme Name: Enfold Child
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/




@font-face {
    font-family: 'cindoy_scriptregular';
    src: url('https://conni-westing.de/wp-content/themes/enfold-child/fonts/cindoy_script-webfont.woff2') format('woff2'),
         url('https://conni-westing.de/wp-content/themes/enfold-child/fonts/cindoy_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1, h2, h3, mark {
  font-family: 'cindoy_scriptregular' !important;
}


/*Honeypot verstecken*/
.hidden { display: none !important; }


/* Kontaktform */
/* Grundstil: transparente Felder */
.av-contact-form-color input[type="text"],
.av-contact-form-color input[type="email"],
.av-contact-form-color input[type="tel"],
.av-contact-form-color input[type="url"],
.av-contact-form-color input[type="number"],
.av-contact-form-color input[type="search"],
.av-contact-form-color input[type="password"],
.av-contact-form-color input[type="date"],
.av-contact-form-color textarea,
.av-contact-form-color select {
  background: transparent !important;
  border: 1px solid #8a3f28 !important;
  color: #8a3f28 !important;
}


/* Submit-Button: transparent mit braunem Text und Rand */
.av-contact-form-color input[type="submit"],
.av-contact-form-color button[type="submit"] {
  background: transparent !important;
  color: #8a3f28;
  border: 1px solid #8a3f28;
  padding: 0.6em 1.2em;
  cursor: pointer;
}

/* Hover-Effekt für den Button */
.av-contact-form-color input[type="submit"]:hover,
.av-contact-form-color button[type="submit"]:hover {
  color: #b26e51;
}


/*Sockel zentrieren*/
.copyright { width: 100%; text-align: center; font-size: 14px;}



/*Kreisel bei Video-Look deaktivieren*/

/* MediaElement.js-Overlay (wird beim Laden/Loop kurz eingeblendet) */
#top .mejs-overlay-loading,
#top .mejs-overlay-loading-bg,
#top .mejs-overlay-loading-bg-img {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Enfold-eigene Lade-Icons (z. B. in Slidern/Sections) */
#top .avia_loading_icon {
  display: none !important;
}

/*Schwarzen HG bei Video Load ersetzen*/

#top .av-video-slide .avia-slide-wrap,
#top .av-video-slide iframe {
    background: #fdf1e3 url("https://conni-westing.de/wp-content/uploads/header.jpg") no-repeat center center !important;
}

#top .av-video-slide .avia-slide-wrap, #top .av-video-slide iframe {
    background: #fdf1e3 !important;
}

.avia-slideshow {
    background: #fdf1e3 !important;
}