@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);
/*
    This file contains all variables for 2sic Standard Layouts
    It is included in the following files:

    - boostrap.less
    - ../screen/layout.less
    - ../screen/typography.less
    - ../wysiwyg/wysiwyg.less

    */
/* Boostrap overrides */
/* 2sic custom variables */
@media all {
  body,
  p,
  .Normal {
    font-size: 15px;
    color: #635c4f;
  }
  h1 {
    text-transform: none;
    color: #5ea31a;
  }
  body.tab-56 h1 {
    font-weight: bold;
  }
  body.tab-56 .col-md-7 p {
    font-size: 18px;
  }
  h2 {
    text-transform: none;
    color: #dd7024;
  }
  h3 {
    text-transform: none;
    font-weight: 700;
    color: #dd7024;
  }
  a {
    text-decoration: none;
  }
  a:link,
  a:visited {
    color: #dd7024;
    text-decoration: none;
  }
  a:hover {
    color: #9c4e18;
    text-decoration: underline;
  }
  .DnnModule {
    margin: 0 0 21px;
  }
  /* Fix List-Items around floatet image - http://stackoverflow.com/a/710264 */
  .DnnModule ul {
    overflow: hidden;
    margin-left: 0;
  }
  .DnnModule ul li {
    margin-left: 18px;
  }
}
@media all and (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
}
