/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 20 version
*/

.wrap,.wrapper{
  margin-left:auto;
  margin-right:auto;
  max-width:1200px;
}

/* Spalten */
.col-2_6,.col-33{width:33.3333%;}
.col-4_6,.col-66{width:66.6666667%;}
.col-40{width:40%;}
.col-50 , .col-3_6{width:50%;}
.col-60{width:60%;}
.col-25 {width:25%;}
.col-75{width:75%;}

[class*="col-"]{
  min-width:160px;
}

.pad-1{padding-left:1%;padding-right:1%;}
.mar-1{margin-left:1%;margin-right:1%;}

/*float */
.float-l,.fl-l {float:left;}
.float-r,.fl-r{float:right;}

.clear{
  clear:both;
}
.clearfix:after{
  content:"";
  display:table;
  clear:both;
}

.flex,.flex-w,.flex-dir-col{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
.flex-w{
  -webkit-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
          flex-wrap:wrap;
}

.flex-dir-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.text-center{
    text-align: center;
}
