/*
 Theme Name:    Spreadmind Divi Child Theme - Sales Aeiforia
 Theme URI:     https://spreadmind.de/
 Description:   Child Theme für Divi von Spreadmind – MORE DETAILS
 Author:        Spreadmind GmbH
 Author URI:    https://spreadmind.de/
 Template:      Divi
 Version:       1.0.1
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/


/* START CODING HERE */

:root {
    --font-main: 'Open Sans';
    --font-sub: 'Georgia', 'Times New Roman', Times, serif;
    --color-white: #ffffff;
    --color-grey-a: #f5f6f4;
    --color-grey-b: #e4e7e2;
    --color-grey-c: #c4c6c3;
    --color-grey-d: #7a8077;
    --color-grey-e: #676d6e;
    --color-grey-f: #404040;
    --color-red: #cc1f2f;
}

/* BEGIN aeiforia CI basics */

h1 {
    color: var(--color-red) !important;
}
h2 {
    color: var(--color-grey-e) !important;
    font-family: var(--font-main) !important;
    font-weight: 400 !important;
    font-size: 26px !important;
}
h3, h4, h5, h6 {
    color: var(--color-red) !important;
    font-family: var(--font-main) !important;
    font-weight: 400 !important;
}
h3 {
    font-size: 20px !important;
}
h4 {
    font-size: 18px !important;
}
h5 {
    font-size: 16px !important;
}

header.et-l--header .af-logo {
    -ms-transform: translateX(-35px);
    -webkit-transform: translateX(-35px);
    transform: translateX(-35px);
}
#et-info {
    float: right;
}
#et-info-phone {
    margin-right: 13px;
}
#et-info-phone, #et-info-email {
    position: relative;
}
#et-info-phone:before {
    content: "\e090";
    position: relative;
    top: 1px;
    margin-right: 2px;
    color: var(--color-red);
}
#et-info-email:before {
    content: "\e076";
    margin-right: 4px;
    color: var(--color-red);
}
/* END aeiforia CI basics */

.entry-content {
    min-height: 80vh;    
}