/*  Author:   Martin Stettler (https://dieweberei.ch/)
    Version:  10/13/2020 // BS v4.5.3
*/

/* ==========================================================================
   HEADER
   ========================================================================== */

.logo-valerieburnier {
    width: 200px;
    height: 23px;
}

.navbar-brand .logo-communication {
    width: 200px;
    height: 24px;
    margin-top: 18px;
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */

.layout-content .lead .col-md-6:nth-child(1) {
    order: 2;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.social-icons {
    position: absolute;
    top: 20px;
    right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1000;
}