/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./layout/networks/networks.scss ***!
  \*************************************************************************************************************************************************************************************************/
/** GLOBALS **/
/************
/** VARIABLES
/****************************************/
/*
$grids: (
    'default': $mobile_base,
    'switches': (
        $mobile_switch: $mobile_base,
        $tablet_switch: $tablet_base,
        $max_switch: $max_base
    ),
    'definitions': (
        $mobile_base: (
            'columns': 8,
            'column': 44,
            'gutter': 14,
            'fix': false
        ),
        $tablet_base: (
            'columns': 12,
            'column': 56,
            'gutter': 22,
            'fix': false
        ),
        $max_base: (
            'columns': 12,
            'column': 139,
            'gutter': 54,
            'fix': true
        )
    )
);
*/
/* EASING */
/* Font settings */
/************
/** COLOR VARIABLES
/****************************************/
/* **************************** */
/* Pimcore-editmode used colors */
/* **************************** */
/* **************************** */
/************
/** DEFINITION OF OWN MIXINS
/****************************************/
/* stylelint-disable */
.networks {
  margin-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .networks {
    margin-top: 0;
  }
}

.networks__headline {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 150%;
  color: var(--networks-headline-color);
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .networks__headline {
    text-align: left;
  }
}

.networks__subline {
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
  font-style: italic;
  text-align: center;
}
.networks__nav + .networks__subline {
  margin-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .networks__subline {
    text-align: left;
  }
}

.networks__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 24px;
}
@media only screen and (min-width: 1024px) {
  .networks__items {
    justify-content: flex-start;
    max-width: 144px;
  }
}
@media only screen and (min-width: 1024px) {
  .networks__items {
    max-width: 132px;
  }
}
