/*  Author:   Martin Stettler (https://dieweberei.ch/)
    Version:  22/11/2019 // BS v4.3.1
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-size: calc(14px + (16 - 14) * (100vw - 320px)/(1440 - 320));
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
    padding-top:  3vw;
    min-height: 100vh; 
    background: url(../img/weissmies.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    background-size: cover;
}

h1,
h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: calc(18px + (24 - 18) * (100vw - 320px)/(1440 - 320));
    margin-bottom: 30px;
}

h1{
    text-transform: uppercase;
}

p {
    margin-bottom: 25px;
}

b,
strong {
    font-weight: 400;
}

a {
    color: #000;
}

a.a-link {
    display: block;
    margin-top: 5px;
}

a:hover {
    color: #577992;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   SELECTION
   ========================================================================== */

.main {
    height: auto;
}

.unit {
    margin-bottom: 3vh;
    margin-top: 3vh;
}

.logo-carlo img {
    width:  30vw;
    max-width: 240px;
    height:  auto;
}

.logo-beat img {
    width:  30vw;
    max-width: 180px;
    height:  auto;
}

/* Sticky footer: https://www.codeply.com/go/jvTrKviASO/bootstrap-4-flexbox-stick-footer-to-bottom */

.footer {
    position: relative;
    max-width: 100%;
    height: 176px;
    background-image: url(../img/berglinie.svg);
    background-repeat: repeat-x;
    background-position: bottom left;
}

.logo-saas-fee,
.logo-ivbv {
    position: absolute;
    bottom: 2vw;
}

.logo-saas-fee {
    left: 30px;
}

.logo-ivbv {
    right: 30px;
}

.logo-saas-fee span,
.logo-ivbv span {
    content: '';
    display: inline-block;
    background-image: url(../img/logo-saas-fee.svg);
    width: 150px;
    height: 54px;
    text-indent: -9999px;
}

.logo-ivbv span {
    background-image: url(../img/logo-ivbv.svg);
    width: 85px;
    height: 85px;
}

@media (max-width:  576px) {
    .logo-saas-fee span {
        width:  100px;
        height:  36px;
    }

    .logo-ivbv span {
        width:  43px;
        height:  43px;
    }
}