section.hero-wrapper {
	display:none;
}

section.kontakt-wrapper  {
	padding:0px;
  	background:white;
}

section.kontakt-wrapper h3 {
	color: var(--color-black);
}

.infobox {
	background: white;
  	width: 1000px;
  	margin: 0 auto;
	text-align: center;
}

.infobox .inner {
	width: 300px;
	height: 350px;

  	float: left;
	margin: calc(25% - 150px);
}

.infobox img {
	width:100%;
}

.infobox a {
	font-size: 30px;
  	color: white;
	text-shadow: 2px 2px 2px black;
  	position: relative;
  	top: -235px;
  	text-align: center;
  	width: 200px;
  	display: block;
  	margin: 0 auto;
  	line-height: 130%;
}


.inner.left a {
	line-height:170%;
}



/* *** MEDIA QUERIES ********************************************************************** */

@media only screen and (max-width:768px) { 


	.infobox .inner {
		width: 100%;
 		float: unset !important;
		background:white;
		margin: 0px;
	}

	.infobox .inner img {
	  width: 70%;
	}

	h3 {
		margin-bottom:20px;
	}



}
