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

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
#lead p.link-element {
    margin-bottom: 0;
    margin-right: 10px;
}

#lead p.link-element:last-child {
    margin-right:  0;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

/* Video */
.section-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #2c1a10;
}

.root-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}

/* ==========================================================================
   NAVIGATION from 768px
   ========================================================================== */
/*.overlay ul li:last-child {
   display: none;
}*/

.logo-nav span {
    margin: 0 auto;
}

.overlay nav {
    top: 150px;
}
 .overlay ul {
    padding: 0;
}
/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
.unit {
    margin-top: 35px;
    margin-bottom: 35px;
}

.layout-white .unit {
    margin-top: 70px;
    margin-bottom: 70px;
}

.unit.article-button {
    margin-top: 50px;
    margin-bottom: 50px;
}

.services {
   left: 22px;
}

/*
.btn-info {
   left: 22px;
}
*/

.social {
   right: 21px;
}

.main,
footer {
   padding-left: 70px;
   padding-right: 70px;
}

.layout-content .main,
.layout-white .main {
    padding-top: 100px;
}

.layout-content .shop,
.layout-white .main {
    padding-bottom: 100px;
}

.delayedPopupWindow .main {
    padding-top: 150px;
}

/* ==========================================================================
   FORM
   ========================================================================== */
.btn-right {
    text-align: right !important;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
.social-on-mobile {
  display: none;
}