.contactkiri {
	max-width: 1024px !important;
	display: -webkit-flex;
	display: flex;
	float: left;
	width: 400px;
	background-color: #CCC;
}

.isicontactkiri {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: white;
  padding: 20px;
}

.contactkanan {
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
	color: white;
	padding: 20px;
	text-align: right;
	background-color: #F00;
}



/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */
@media (max-width: 600px) {
  .contactkiri {
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #0F0;
  }
}
