/* http://www.responsivegridsystem.com/calculator/ */

/*  SECTIONS  ============================================================================= */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after { clear:both; }
.group { zoom:1; /* For IE 6/7 (trigger hasLayout) */}


/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 74.6%; }
.span_2_of_4 { width: 49.2%; }
.span_1_of_4 { width: 23.8%; }

/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
/*
@media only screen and (max-width: 480px) {
  .col { margin: 1% 0 1% 0%; }

  .span_4_of_4 { width: 100%; }
  .span_3_of_4 { width: 100%; }
  .span_2_of_4 { width: 100%; }
  .span_1_of_4 { width: 100%; }

  .span_3_of_3 { width: 100%; }
  .span_2_of_3 { width: 100%; }
  .span_1_of_3 { width: 100%; }
}
*/

/* BILDER IN SPALTEN LAYOUT   ============================================================================= */
/*
.contentPic .col1 { width: 100%; }
.contentPic .col2 .csc-textpic-imagecolumn { width: 49.2%; }
.contentPic .col3 .csc-textpic-imagecolumn { width: 32.26%; }
.contentPic .col4 .csc-textpic-imagecolumn { width: 23.8%; }

.contentPic .col2 .csc-textpic-imagecolumn,
.contentPic .col3 .csc-textpic-imagecolumn,
.contentPic .col4 .csc-textpic-imagecolumn { margin-right: 1.6% !Important; }

.contentPic .col2 .csc-textpic-imagecolumn.csc-textpic-lastcol,
.contentPic .col3 .csc-textpic-imagecolumn.csc-textpic-lastcol,
.contentPic .col4 .csc-textpic-imagecolumn.csc-textpic-lastcol{ margin-right: 0% !Important; }

.contentPic { margin-bottom: 15px; }
*/
