.is-style-2col-list,
.is-style-2col-text  {
padding: 20px 0 20px 0px;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
column-gap: 40px;
-moz-column-gap: 40px;
margin:0;
padding-left: 0;
position: relative;
}
.is-style-3col-list {
padding: 20px 0 20px 0px;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 40px;
column-gap: 40px;
-moz-column-gap: 40px;
margin:0;
padding-left: 0;
position: relative;
}
.is-style-btn-blau {
background-color: #0A3583!important;
}
.is-style-customblock.block-gruen {
background-color: #80C200;
color: #fff;
}
.is-style-customblock.block-gruen h2 {
color: #fff;
}
.is-style-customblock.block-tuerkis {
background-color: #2FB3CF;
}
.is-style-customblock.block-blau {
background-color: #2D8ACD;
}
.is-style-customblock.block-dunkelblau {
background-color: #013668;
color: #fff;
}
.is-style-textklein {
font-size: 16px;
}