/* ==========================================================================
   # BOF layout.css
   --------------------------------------------------------------------------
   # StyleSheet: Layout - mtp10zwerenzgruppe
   # Datum: 2019-03-29
   # Version: 1.0.0
   # Autor: Patrick Dietze | MAE Systems GmbH
   ========================================================================== */


/* ==========================================================================
   # Projekt-Info
   --------------------------------------------------------------------------
   # Projekt-Colors
   # Farbe 1: #005f88   rgb(0, 95, 136)     hsl(198, 100%, 27%) (blau)
   # Farbe 2: #70706f   rgb(112, 112, 111)  hsl(60, 0%, 44%)    (grau)
   # Farbe 3:
   ========================================================================== */

:root {
  --mae-custom-color-one: #005f88;
  --mae-custom-color-one-hover: hsl(198, 100%, 18%);
  --mae-custom-color-one-activ: hsl(198, 100%, 15%);
  --mae-custom-color-one-focus: rgba(0, 95, 136, 0.25);
}




/* ==========================================================================
   Projekt-Einstellungen
   ========================================================================== */

@media screen and (max-width: 640px) {
    .ce-left .ce-gallery, .ce-column {
        float: none;
    }
}


/* TESTING Only
   ========================================================================== */

.page-nav,
.page-footer {
    background-color: #005f88;
}




/* ==========================================================================
   # EOF layout.css
   ========================================================================== */
