/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/



/**
 * Footer - Kontaktdaten
 */

.kontakt .identifier {
    float: left;
}

.kontakt .content {
    margin-left: 85px;
}


/**
 * Inhaltselement "Text-Block"
 */

.fusion-text p:last-child {
    margin-bottom: 0 !important;
}

.fusion-text p:first-child,
.fusion-text h1:first-child,
.fusion-text h2:first-child,
.fusion-text h3:first-child,
.fusion-text h4:first-child,
.fusion-text h5:first-child {
    margin-top: 0 !important;
}


/**
 * Inhaltselement "Checklist" - Mehrspaltig
 */

ul.columns-2,
ul.columns-3
{
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    -moz-column-fill: balance;
    column-fill: balance;

}

ul.columns-2 {
    -webkit-columns: 250px 2;
    -moz-columns: 250px 2;
    columns: 250px 2;
}

ul.columns-3 {
    -webkit-columns: 250px 3;
    -moz-columns: 250px 3;
    columns: 250px 3;
}

ul.columns-2 > li,
ul.columns-3 > li
{
    -webkit-column-break-inside: avoid;
}


/**
 * Blog (WordPress-Standard-Blogansicht)
 */

.fusion-blog-layout-grid .fusion-content-sep {
    display: none !important;
}

.fusion-blog-layout-grid .fusion-post-wrapper {
    border-color: #1d865b !important;
    border-bottom-width: 1px !important;
}


/**
 * Blog - Listenansicht/Gridansicht
 */

.fusion-post-grid h2.blog-shortcode-post-title {
    font-size: 26px !important;
}

.fusion-blog-layout-grid .fusion-post-wrapper {
    border-bottom-width: 1px !important;
}
