/*
 * Stylesheet www.domain.de 
 * @author Sebastian May <s.may@decide.de>
 * @date 2013-09-05
 *
 * Farben:
 *
 * rot:          #fb6f00
 * grau:         #8d8f90
 * hellgrau:     #b2b3b4
 * hellhellgrau: #dbdbdb
 * fastschwarz:  #1a171b
 *
 */


/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

