/*  Author:   Martin Stettler (http://dieweberei.ch/)
    Version:  26/07/2018 // BS V4.1.3
    Desktop from 992px
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */
.anchor {
    height: 115px;
    margin-top: -115px; }

/* ==========================================================================
   BRAND NAME
   ========================================================================== */
.logo span{
    width: 170px;
    height: 170px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.claim {
  font-size: 40px;
    margin-bottom: 20px; 
}
/* ==========================================================================
   NAVIGATION 
   ========================================================================== */
.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

.nav-link {
  text-align: center; 
  font-weight: 700;}

.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 25px; }

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
/*body {
    padding-top: 450px; }*/


.main {
  max-width: 1440px;
  margin: 0 auto; }


.article-content{
   padding: 40px 10vw 0 10vw;
}

.das-info{
  padding-left: 10vw;
  padding-right: 10vw;
}

/*  Graphic top-squares */
.top-squares {
    top: -450px; 
}

/* Tabelle */
.das-table{
    margin-left: 15vw;
    margin-right: 15vw;
}

.bottom-squares {
    margin-top: -202px;
}

/* ==========================================================================
   FORM
   ========================================================================== */

/* ==========================================================================
   FOOTER
   ========================================================================== */
