.only-mobile {
	display: block!important;
}





/* ---------------------- Grids ------------------------------- */

.wrapper {
	justify-content: center!important;
}

.col {
  flex-basis: calc(50% - 60px);
	margin: 0 30px 4em 30px;
}

.col:last-child {
	margin-bottom: 0!important;
}

.grid-3, .grid-4, .grid-5 {
  margin-bottom: 2em;
}

.grid-3 .column {
	width: 100%;
	float: none;
    clear: both;
	margin: 0 0 2em 0!important;
}

.grid-4 .column, .grid-5 .column {
	float: none;
    clear: both;
    width: 47%!important;
    margin: 0 1.5% 2em 1.5%!important;
}


.grid-3 .column:first-child,
.grid-3 .column:last-child {
	float: none;
    clear: both;
    width: 100%;
    margin: 0;
}


.grid-3 .column:last-child, .grid-4 .column:last-child {
	margin-bottom: 0!important;
}




.grid-4 .column:nth-child(3) {
	margin-bottom: 0!important;
}

.column-30,
.column-40,
.column-60,
.column-70 {
	float: none;
  	width: 100%;
	margin: 2em 0 0 0!important;
}

.column-30:first-child,
.column-40:first-child,
.column-60:first-child,
.column-70:first-child {
	margin-top: 0!important;
}

.grid-2-50 .column {
	float: none;
    clear: both;
    width: 100%;
    margin: 0 0 2em 0;
}


/* ---------------------- Überschriften ------------------------------- */





/* ---------------------- Footer ------------------------------- */

