/*  Author:   Martin Stettler (https://www.dieweberei.ch/)
    Version:  05/04/2021 // based on Bootstrap v5.0.1
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
.lead p span {
    display: inline-block;
    margin-left: 20px;
}
/* ==========================================================================
   BRAND NAME
   ========================================================================== */
body {
    margin-top:  0;
}

header {
    margin-bottom: 0;
 }

.button-green{
    bottom: -120px; 
}

.button-green a {
    width: 200px;
    height: 200px;
}

.navbar-brand span {
    width: 379px;
    height: 69px;
}
/* ==========================================================================
   NAVIGATION from 576px
   ========================================================================== */

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
.main {
    padding-top: 45px; /* 5vw */
    padding-bottom: 45px; /* 5vw */
}

.unit {
    margin-top: 45px; /* 5vw */
    margin-bottom: 45px; /* 5vw */
}

.green-unit {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 30px;
}

.img-unit {
    margin-top: 25px; /* 5vw */
    margin-bottom: 20px; /* 5vw */
}

.img-item {
    margin-top: 20px; /* 5vw */
    margin-bottom: 25px; /* 5vw */
}
/* ==========================================================================
   FORM
   ========================================================================== */

/* ==========================================================================
   FOOTER
   ========================================================================== */
