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

/* ==========================================================================
   HEADER
   ========================================================================== */
header {
    margin-top: 75px;
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
.unit {
    margin-top: 30px;
    margin-bottom: 30px;
}

.social {
	-ms-flex-pack: end !important;
  	justify-content: flex-end !important;
}

.social-items li {
    padding-right: 30px;
}

.social-items li:last-child {
    padding-right: 0;
}