/* Author:   Martin Stettler (https://dieweberei.ch/)
   Version:  11/03/2022 // BS v5.1.3
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
h1,
h2,
h4 {
    font-size: 56px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.navbar-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand span {
    width: 200px;
    height: auto;
}

.logo img {
    width: 300px;
    height: auto;
}
/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
body {
    margin-top: 50px;
}

body.layout-content {
    margin-top: 180px;
}

.gy-2_25 {
    --bs-gutter-y: 36px;
}

.layout-content .content-main .unit:last-child {
    margin-bottom: 12px;
}

@media (min-width:  992px){
   .layout-content .content-main .unit:last-child {
       margin-bottom: 50px;
   }
}

.article-box .content {
    height: 100%;
    width: 100%; 
    padding: 0;
}

.article-box .content img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-services li:last-child {
    margin-right: 0;
}