@charset "utf-8";
/* CSS Document */
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

/* Raster */
.container { max-width:1140px; margin:0 auto; }
.row, .row-last { width:103%; margin-left:-1.5%; }
.row:after, .row-last:after, .columns:after { content:""; display:table; clear:both; }
.columns { padding-left:1.5%; padding-right:1.5%; margin-bottom:40px; }

.container:before, .container:after, .row:before { content: " "; display: table; }

/*
.row, .row-last { float:left; width:103%; margin-bottom:40px; }
.row:after, .row-last:after, .columns:after { content:""; display:table; clear:both; }
.columns { float:left; padding-left:1.5%; padding-right:1.5%; margin-bottom:40px; }
*/
/*.columns:first-child, .columns.first { margin-left:-1.5%; }*/
.columns p:last-child { margin-bottom:0; }

/*.row:first-child { margin-bottom:0; }*/
/*.row:first-child .columns { margin-bottom:0; }*/

/*aside.columns { margin:0 3% 0 0; padding:2.12% 0; }
section.columns { margin:0; padding:2.12% 0; }*/

.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 { position:relative; float:left; }
	
/* 12 spaltiges Raster in der kleineren Layout-Version */
.xs-1 { width:8.333333333333333%; }
.xs-2 { width:16.66666666666667%; }
.xs-3 { width:25%; }
.xs-4 { width:33.33333333333333%; }
.xs-5 { width:41.66666666666667%; }
.xs-6 { width:50%; }
.xs-7 { width:58.33333333333333%; }
.xs-8 { width:66.66666666666667%; }
.xs-9 { width:75%; }
.xs-10 { width:83.33333333333333%; }
.xs-11 { width:91.66666666666667%; }
.xs-12 { width:100%; }

.xs-center { margin-left:auto !important; margin-right:auto !important; float:none !important; }
.xs-hidden { display:none; visibility:hidden; }
.xs-mb0 { margin-bottom:0 !important; }
/*.columns.xs-12 { padding-left:0; padding-right:0; }*/


@media screen and (min-width:500px) {
  .sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12 { position:relative; float:left; }
  
  /* 12 spaltiges Raster in der großen Layout-Version */
  .sm-1 { width:8.333333333333333%; }
  .sm-2 { width:16.66666666666667%; }
  .sm-3 { width:25%; }
  .sm-4 { width:33.33333333333333%; }
  .sm-5 { width:41.66666666666667%; }
  .sm-6 { width:50%; }
  .sm-7 { width:58.33333333333333%; }
  .sm-8 { width:66.66666666666667%; }
  .sm-9 { width:75%; }
  .sm-10 { width:83.33333333333333%; }
  .sm-11 { width:91.66666666666667%; }
  .sm-12 { width:100%; }

  .sm-center { margin-left:auto !important; margin-right:auto !important; float:none !important; }
	.sm-hidden { display:none; visibility:hidden; }
  /*.columns.sm-12 { padding-left:0; padding-right:0; }*/
}


@media screen and (min-width:768px) {
  .md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12 { position:relative; float:left; }
  
  /* 12 spaltiges Raster in der großen Layout-Version */
  .md-1 { width:8.333333333333333%; }
  .md-2 { width:16.66666666666667%; }
  .md-3 { width:25%; }
  .md-4 { width:33.33333333333333%; }
  .md-5 { width:41.66666666666667%; }
  .md-6 { width:50%; }
  .md-7 { width:58.33333333333333%; }
  .md-8 { width:66.66666666666667%; }
  .md-9 { width:75%; }
  .md-10 { width:83.33333333333333%; }
  .md-11 { width:91.66666666666667%; }
  .md-12 { width:100%; }
	
	.md-left { float:left; }
	.md-center { margin-left:auto !important; margin-right:auto !important; float:none !important; }
	.md-right { float:right; }
  .md-hidden { display:none; visibility:hidden; }
  /*.columns.md-12 { padding-left:0; padding-right:0; }*/
}

@media screen and (min-width:992px) {
  .lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12 { position:relative; float:left; }
  
  /* 12 spaltiges Raster in der großen Layout-Version */
  .lg-1 { width:8.333333333333333%; }
  .lg-2 { width:16.66666666666667%; }
  .lg-3 { width:25%; }
  .lg-4 { width:33.33333333333333%; }
  .lg-5 { width:41.66666666666667%; }
  .lg-6 { width:50%;  }
  .lg-7 { width:58.33333333333333%; }
  .lg-8 { width:66.66666666666667%; }
  .lg-9 { width:75%; }
  .lg-10 { width:83.33333333333333%; }
  .lg-11 { width:91.66666666666667%; }
  .lg-12 { width:100%; }
  
	.lg-center { margin-left:auto !important; margin-right:auto !important; float:none !important; }
	.lg-hidden { display:none; visibility:hidden; }
  /*.columns.lg-12 { padding-left:0; padding-right:0; }*/
}