body {
    /*    font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

/* <weight>: Use a value from 100 to 900 */

/* <uniquifier>: Use a unique and descriptive class name */


.refPartnerCont {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.refPartnerLink {
    width: 11%;
    padding: 5px;
    margin: 0;
}

.refLogosLink {
    width: 10%;
    height: auto;
    padding: 5px;
    margin: 5px auto;
}

.refPartnerImg {
    /*	height: 120px;*/
    width: 100%;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    color: #666;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
}

.uk-offcanvas-bar {
    opacity: 1;
    bottom: auto;
}

.slider {
    max-height: 60vh;
}

#header2img {
    height: 40vw;
    max-height: 95vw;
}

#logo {
    max-width: 300px;
    width: 280px;
}

.navbar-hs {
    background-color: #e3e3e3;
}

.nav-item {
    font-size: 16px;
}

.bg-navb {
    background-color: white;
    opacity: .7;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bg-navb {
    background-color: white;
    opacity: .7;
}

.bg-image-space {
    height: 80px;
}

#main-text {
    color: white;
    background: rgba(0, 0, 0, 0.3);
    text-align: left;
    width: 50%;
    padding: 2vw;
    position: absolute;
    right: 0;
}

#main-h {
    color: white;
}

#main-logo {
    color: white;
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    width: 25%;
    padding: .5vw;
    position: absolute;
    right: 5vw;
    bottom: 8vw;
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 1vw;
    border-top-right-radius: 0.5vw;
}

#main-kontakt {
    color: #00000091;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    position: absolute;
    right: 0;
    font-size: 2vw;
    bottom: 0;
    text-align: center;
    font-weight: 600;
}

/* links */

a:link {
    color: #444;
}

a:visited {
    color: #444;
}

a:hover {
    color: #008DFF;
    text-decoration: none;
}

a:active {
    color: #008DFF;
}


a.nav-wartung:link {
    color: #ddd;
}

a.nav-wartung:visited {
    color: #ddd;
}

a.nav-wartung:hover {
    color: red;
    text-decoration: none;
}

a.nav-wartung:active {
    color: #008DFF;
}

a.nav-top:hover {
    color: #008DFF;
    text-decoration: none;
}

.card-k {
    margin: 40px auto;
    border-radius: 0;
}

#main-kontakt {
    font-size: 20px;
    padding: 15px;
}

.card-body-k {
    padding: 10px 10px 10px 15px;
    text-align: center;
}

.mainCardHeadline {
    font-size: 20px;
    padding: 15px;
    margin: -62px 0 0 0;
    text-align: center;
    color: #00000091;
    background: rgba(255, 255, 255, 0.8);
}

#googleMap {
    width: 100%;
    height: 600px;
}

.p-footer {
    margin: 0;
}

.hr-partner {
    opacity: 1;
}

.formHp {
    visibility: hidden;
    margin-top: -100px;
}


.status-message {
    margin: 20px auto;
    padding: 15px 20px;
    width: 90%;
    max-width: 600px;
	border: 2px blue solid;
    border-radius: 8px;
    font-size: 2em;
    text-align: center;
    font-weight: 500;
}

@media screen and (width >=768px) {
    .hidden768_more {
        visibility: hidden;
        max-height: 0;
    }
}

@media screen and (width < 768px) {
    #logo {
        width: 200px;
    }
    .hidden768_less {
        visibility: hidden;
        max-height: 0;
    }
    #main-text {
        color: white;
        background: rgba(0, 0, 0, 0.3);
        text-align: left;
        width: 100%;
        padding: 2vw;
        position: absolute;
        right: 0;
    }

    #main-text p {
        font-size: .6em;
    }
    
    body {
        font-size: 1em;
    }

    .card {
        margin-bottom: 20px;
    }

}

@media screen and (width < 900px) {
    .col-5a {
        width: 90%;
    }

    .col-5b {
        width: 100%;
        padding: 0 20vw;
    }
}

@media screen and (width >=900px) {
    #logo {
        width: 280px;
    }

    body {
        font-size: 1.2vw;
    }

    h1 {
        font-size: 2vw;
    }
}

@media screen and (width >=1200px) {
    #logo {
        width: 280px;
    }

    body {
        font-size: 1.2em;
    }

    h1 {
        font-size: 30px;
    }

    p {
        font-size: 16px;
    }

    #main-kontakt {
        font-size: 26px;
        padding: 1vw;
    }
}
