/* ==========================================================================
   # BOF layout.css
   --------------------------------------------------------------------------
   # StyleSheet: Layout - mtp31gibauexpo
   # Datum: 2019-03-29
   # Version: 1.0.0
   # Autor: Patrick Dietze | MAE Systems GmbH
   ========================================================================== */


/* ==========================================================================
   # Projekt-Info
   --------------------------------------------------------------------------
   # Projekt-Colors
   # Farbe 1: #c60029   rgb(198, 0, 41)     hsl(348, 100%, 39%)  (rot)
   # Farbe 2: #faff00   rgb(250, 255, 0)    hsl(61, 100%, 50%)   (gelb)
   # Farbe 3: 
   ========================================================================== */

:root {
  --mae-custom-color-one: #c60029;
  --mae-custom-color-one-hover: hsl(348, 100%, 30%);
  --mae-custom-color-one-activ: hsl(348, 100%, 27%);
  --mae-custom-color-one-focus: rgba(198, 0, 41, 0.25);
}




/* ==========================================================================
   Projekt-Einstellungen
   ========================================================================== */




/* TESTING Only
   ========================================================================== */

.page-nav,
.page-footer {
    background-color: #c60029;
}




/* ==========================================================================
   # EOF layout.css
   ========================================================================== */
