/*  Author:   Martin Stettler (https://www.dieweberei.ch/)
    Version:  15/09/2019 // BS v4.3.1
*/

/* ==========================================================================
   NAVIGATION from 992px
   ========================================================================== */

.navbar-nav .nav-link {
    text-align: center;
}

.social-items-mobile {
    display: none;
}

.social-items-navbar {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 15px;
}


.social-items-navbar li {
  display: inline-block;
  padding-right: 10px;
}

.social-items-navbar a span {
    display: block;
    width: 13px;
    height: 24px;
    background: url(../img/icon-facebook-white.svg);
    background-size: 100% 100%;
    text-indent: -9999px;
}

.social-items-navbar .in a span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/icon-instagram-white.svg);
    background-size: 100% 100%;
    text-indent: -9999px;
}

.social-items-navbar .fb a:hover span {
    background: url(../img/icon-facebook-grey.svg);
}

.social-items-navbar .in a:hover span {
    background: url(../img/icon-instagram-grey.svg);
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */

.main,
.footer {
    max-width: 1200px;
}

@media (min-width: 1400px) {
    #return-to-top {
        left: 5vw;
    }
}

.anchor {
    height: 75px;
    /* OPL adjust */
    margin-top: -75px;
    /* OPL adjust */
}