/* Author:   Martin Stettler (https://dieweberei.ch/)
   Version:  07/05/2021 // based on BS v5.0
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
.link-element a,
a.btn {
    margin-top: 20px;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.logo {
    width: 300px;
    margin: 15px 20px 30px 15px;
}

.news-container {
    top: 100px;
    height: 220px;
    width: 220px;
}

/* ==========================================================================
   NAVIGATION from 768px
   ========================================================================== */
.menu {
    display: inline-block;
}

.overlay nav {
    top: 90px;
    padding-right: 65px;
}
/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
section .main {
    padding-top: 40px; /* 5vw */
    padding-bottom: 40px; /* 5vw */
}

section:last-of-type .main {
    padding-bottom: 80px; /* 5vw */
}

section.font-red:last-of-type .main {
    padding-bottom: 60px; /* 5vw */
}

.unit,
.team-unit {
    margin-bottom: 40px; /* 5vw */
}

.white-line {
    margin-bottom: 40px;
}

.white-line-bottom {
    margin-top:  40px;
}

.bottom-icons {
    height: 91px;
}
/* ==========================================================================
   FORM
   ========================================================================== */

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
   padding-bottom: 20px;
}

.footer-logo {
    width: 167px;
    margin-bottom: 40px;
}