/* ==========================================================================
   # BOF layout.css
   --------------------------------------------------------------------------
   # StyleSheet: Layout - mtp21hachance
   # Datum: 2019-03-29
   # Version: 1.0.0
   # Autor: Patrick Dietze | MAE Systems GmbH
   ========================================================================== */


/* ==========================================================================
   # Projekt-Info
   --------------------------------------------------------------------------
   # Projekt-Colors
   # Farbe 1: #004186   rgb(0, 65, 134)   hsl(211, 100%, 26%)  (blau)
   # Farbe 2: #ffd300   rgb(255, 211, 0)  hsl(50, 100%, 50%)   (gelb)
   # Farbe 3:
   ========================================================================== */

:root {
  --mae-custom-color-one: #004186;
  --mae-custom-color-one-hover: hsl(211, 100%, 17%);
  --mae-custom-color-one-activ: hsl(211, 100%, 14%);
  --mae-custom-color-one-focus: rgba(0, 65, 134, 0.25);
  
  --mae-special-one-bg-color: transparent;
  --mae-special-one-color: red;
}




/* ==========================================================================
   Projekt-Einstellungen
   ========================================================================== */


#c7675 .ce-row {
    justify-content: center;
    align-items: center;
    margin: 2rem;
}

#c7675 .ce-column {
    width: 4rem;
    flex: 0 1 4rem;
}

#c7675 figure {
    max-width: 4rem;
}



/* TESTING Only
   ========================================================================== */






/* ==========================================================================
   # EOF layout.css
   ========================================================================== */
