/*
 Theme Name:     Augenarztpraxis Katja de Veer
 Theme URI:      https://www.augenarztpraxis-deveer.de/
 Description:    Child Theme von Divi für Augenarztpraxis Katja de Veer
 Author:         Kadir Sulanç
 Author URI:     https://www.makit.online
 Template:       Divi
 Version:        1.0.0
 Tags:           responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 License:        GNU General Public License v2
 License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Unter dieser Zeile kannst Du Deine eigenen Stile hinzufügen: */

@import url("assets/fonts/css/fontawesome.css");

@import url("assets/fonts/css/barlow-condensed.css");

/* -------------------- Page General Style -------------------- */

/*


Cairo Font Info
font-family: 'Cairo', sans-serif;
font-weight: 200 - 900;
font-style: normal;

*/

body,
p, a, div, button {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-style: normal;
}

#page-container div {
    font-family: Open Sans,Helvetica,Roboto,Arial,sans-serif !important;
}

.an-font-medium p {
   font-family: 'Barlow Condensed', sans-serif;
}

h1 {
   font-family: 'Barlow Condensed', sans-serif;
}

h2 {
   font-family: 'Barlow Condensed', sans-serif;
}

h3 {
   font-family: 'Barlow Condensed', sans-serif;
}

h4 {
   font-family: 'Barlow Condensed', sans-serif;
}

h5 {
   font-family: 'Barlow Condensed', sans-serif;
}

/* Normal Desktop */
@media all and (max-width: 1440px) {

}

/* Tablet */
@media (max-width: 980px) {

}

/* Mobil */
@media all and (max-width: 768px) {
    
}


/* ----------------------------------------------------------------------------------- */

/* ReCaptcha Logo disable */
.grecaptcha-badge {
    display: none;
}