/* =================================================================== 
 *
 *  DEEPSEA MEDIA v1.0 Main Stylesheet
 *  19-12-2018
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles
 *  04. preloader
 *  05. forms
 *  06. buttons
 *  07. other components
 *  08. common and reusable styles 
 *  09. header styles
 *  10. home
 *  11. about
 *  12. services
 *  13. portfolio
 *  14. testimonials
 *  15. clients
 *  16. contact
 *  17. footer
 *  18. datenschutz
 *  19. agb
 *  20. impressum
 *
 * =================================================================== */

/* ===================================================================
 *  20. impressum - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#impressum{
  background: #000000;
  padding: 12rem 0 7.8rem;
  text-align: justify;
}
#impressum h2 {
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.667;
  color: #006CC3;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
  margin-bottom: 4.2rem;
}

#impressum .flex-container {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}