/* blank */

/* Fonts -------------------- */

html{
    overflow: ;
}
body {
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    font-size:13px;
    background: white;
    color: #212529;
}
header{
    overflow: hidden;
}
p {
    margin: 0 0 25px;
    font-size: 0.9rem;
    line-height: 1.4rem;
}

h1,
h2,
h3{
    margin: 0 0 45px;
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #361b51;
}
h4,h5{
    margin-bottom: 20px;
}

a{-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover{
    text-decoration: none;
}

a {
    color: #81649D;
}
a:hover {
    color: #69349D;
}

.navbar-toggler {
    position: absolute;
    right: 13px;
    top: 26px;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

/* Home ------ Content -------------------------------  */
.teaser{
    position: relative;
    min-width: 100%;
    overflow: hidden;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}
.teaser.intro{
    overflow: hidden;
    width: 100%;
    min-height: 50vh;
    padding-top: 120px;
}
.teaser.detailer{
    background-color: transparent;
    padding-top: 100px;
    padding-bottom: 30px;
}
.teaser.products {
    background-color: transparent;
}
.teaser.products .description {
    opacity: 1 !important;
    line-height: 1!important;
    width: auto !important;
}
.teaser.products .description-heading{
    font-family: 'Muli', Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
    font-size: 1.5rem!important;
    padding-left: 15px;
    padding-bottom: 10px;
}
.mk-fluid-visual{
    position: relative;
    left: -200px;
    top: 75px;
}

.mk-category-photo{
    width: 100%;

}







/* Header Element -------------------------------------------------- */

#map, header{
    width: 100%;
    min-height: 100vh;
}

header.category{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 65vh;
    width: auto;
    min-height: auto;
}
header.category img{
    object-fit: cover;
    height: 65vh;
}

header, header a{
    color: rgba(255,255,255,0.5);
}
header a:hover{
    color: rgba(255,255,255,1);
}

#video-container{
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#background, .video-pattern {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100 !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    background-size: cover;
}
.video-pattern{
    z-index: -50 !important;
    background: url(../img/pattern.png) repeat;
}

/* Map ----------------------------------------------------------------------------- */


@media(min-width:767px) {

    #map {
        height: 800px;
        /*margin-top: 250px;*/
    }
}



/* home --- products -------------------- */

.product-set-all-overview{
    margin-top: 150px;
    margin-bottom: 150px;
}
.product-set-all-overview h2{
    font-weight: 900;
}

#product_scroller{
    position:absolute;
    bottom:1rem;
    color:white;
    text-align: center;
}

#product_scroller img{
    width:60px;
    height:auto;
    margin-bottom: 10px;
}
#product_scroller p{
    margin:0;
    padding-bottom:10px;
    font-size: 12px;
}

h1.h1_produkt, .h1_produkt{
    font-size: 5rem;
    text-transform:none;
    line-height: 0.6;
}
h1.h1_produkt::first-line{
    font-weight: 900;

}

h3.h3_produkt{
    font-size: 2.7rem;
    margin:0;
    margin-left: 103px;
    line-height: 0.6;
}


/* map -------------------- */

.custom-pin {
    height: 10px;
    line-height: 1;
    width: 22px;
    padding: 6px 2px;
    margin: 10px;
    text-align: center;
    cursor: pointer;
    color: white;
    background: black;
    position: absolute;
    border-radius: .5em;
    font-size: 1em;
    font-weight: bold;
    transition: all 500ms;
}
.custom-pin::after {
    content: '';
    border-width: 1em .5em;
    border-color: black transparent transparent transparent;
    border-style: solid;
    position: absolute;
    top: 99%;
    left: calc(50% - .5em);
}
.custom-pin:hover {
    transform: scale(1.15);
}

/* Slogan ------ Cleaner | Faster | Longer -------------------------------------------------------------- */


#slogan{
    position: relative;
    min-width: 100%;
    min-height: 20vh;
    background-color: rgba(53,27,81,1);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2rem;
    text-transform: uppercase;

}
#slogan .p-3{
    font-size: 1rem;
    padding-top:0!important;
    padding-bottom: 0!important;
}
#slogan .p-3:nth-child(2n){
    border-left:1px solid white;
    border-right:1px solid white;
}


/* footer ----------------------------------------- */
footer{
    background-color: #212529;
    color:#fff;
    padding: 200px 0;
    text-align: center;
    opacity:1;
    text-align: left;
}

footer h5, footer h6{
    color: #fff;
}


footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer .submenu{
    margin-top: 80px;
}
footer .submenu ul{
    display: inline-block;
}
footer .translation{
    margin-left: 30px;
}
footer .navigation__current{
    display: none;
}
footer a {
    color: #81649D;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
footer a:hover {
    color: #69349D;
}
footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}
ul.social-buttons {
    margin-top: 50px;
}
ul.social-buttons li{
    text-align: center;
}

ul.social-buttons li a {
    display: block;
    width: 30px;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    color: #69349D;
}


address{
    margin-bottom: 0;
}


.btn-primary{border: 0; background-color: #81649D;}
.btn-primary:hover{ background-color: #69349D;}


#mbmcookie {position: fixed; bottom: 0; left: 0; right: 0; background: #212529; color:white; padding: 20px; font-size: 14px;}
#mbmcookie a.button {color: #212529;cursor: pointer; background: #fff; padding: 8px 20px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: right;}
#mbmcookie a.button:hover {background-color: #ccc;}
#mbmcookie p.cookiemessage {display: block; padding: 0; margin: 0;}