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

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
.bg-blue a.card-link {
    margin-top: 20px;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.logo {
    width: 350px;
    margin-left: 40px;
}

.news-container {
    top: 120px;
    right: 60px;
    height: 22vw;
    width: 22vw;
    max-width: 375px;
    max-height: 375px;
}
/* ==========================================================================
   NAVIGATION from 992px
   ========================================================================== */

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
.main,
.footer {
   max-width: 1440px;
}

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

.card-title {
    margin-top: 35px;
    margin-bottom: 35px;
}

.card-body {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 40px;
}
/* ==========================================================================
   FORM
   ========================================================================== */

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