/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         YAVIVO GmbH - Arbon
 Author URI:     https://www.yavivo.ch
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here ------------------------------------------------------- */
@font-face {
    font-family: 'Krylon';
    src: url('/app/themes/Divi-child/fonts/Krylon-Regular.eot');
    src: url('/app/themes/Divi-child/fonts/Krylon-Regular.eot?#iefix') format('embedded-opentype'),
        url('/app/themes/Divi-child/fonts/Krylon-Regular.woff2') format('woff2'),
        url('/app/themes/Divi-child/fonts/Krylon-Regular.woff') format('woff'),
        url('/app/themes/Divi-child/fonts/Krylon-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/app/themes/Divi-child/fonts/OpenSans-Medium.eot');
    src: url('/app/themes/Divi-child/fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('/app/themes/Divi-child/fonts/OpenSans-Medium.woff2') format('woff2'),
        url('/app/themes/Divi-child/fonts/OpenSans-Medium.woff') format('woff'),
        url('/app/themes/Divi-child/fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/app/themes/Divi-child/fonts/OpenSans-Regular.eot');
    src: url('/app/themes/Divi-child/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/app/themes/Divi-child/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('/app/themes/Divi-child/fonts/OpenSans-Regular.woff') format('woff'),
        url('/app/themes/Divi-child/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/app/themes/Divi-child/fonts/OpenSans-Light.eot');
    src: url('/app/themes/Divi-child/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('/app/themes/Divi-child/fonts/OpenSans-Light.woff2') format('woff2'),
        url('/app/themes/Divi-child/fonts/OpenSans-Light.woff') format('woff'),
        url('/app/themes/Divi-child/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/app/themes/Divi-child/fonts/OpenSans-Bold.eot');
    src: url('/app/themes/Divi-child/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/app/themes/Divi-child/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('/app/themes/Divi-child/fonts/OpenSans-Bold.woff') format('woff'),
        url('/app/themes/Divi-child/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/*
Variables
*/
:root {
    --main-red-color: #E82025;
    --main-wine-color: #b90000;
    --bg-color-green: #7EB8B5;
    --bg-color-darkgreen: #2a7e74;
    --bg-light-green: #DBEBE8;
    
  }


body {
    font-family: 'Open Sans',Arial,sans-serif;
    color:#000000;
}
h1, h2, h3 ,h4, h5, h6 {
    font-family: 'Krylon',Arial,sans-serif;
} 
p {
    font-size: 16px !important;
    font-weight: 300;
    line-height:30px;
    letter-spacing: 0.78px;
    padding-bottom: 1.5em;
}
a {
    color:rgb(0, 94, 149);
}
a:hover {
    color:rgb(39, 67, 83);
}
#footer-widgets , #footer-bottom{
    display: none !important;
    padding: 0;
}
#top-menu , #top-menu li , #top-menu a{
    font-family: 'Krylon', Arial, sans-serif !important;
    font-weight: 400;
}
.et-pb-contact-message , .et_pb_contact_captcha_question{
    color: #DBEBE8;
}