/**
 * ***********************
 * Bitte nicht hier editieren sondern im Ordner sass per SASS kompilieren!!!
 * http://dev.oe-konzept.de/wiki2016/index.php?title=SASS_zum_erstellen_von_CSS
 * ***********************
 * 
 */
/* Contentseiten */
html, body {
  height: auto;
  width: 100%;
  color: black;
  background: none !important; }

menu section, .title-bar, .slick-arrow, footer, .animation, #submenu{
  display: none !important;
}

header{
  background: none;
}


[class*='column-'] {
  width: 100%;
}



