#img-splashes{
    width: 100%;
}

.parallax-container {
  min-height: 620px;
  line-height: 0;
  height: auto;
  /*color: rgba(255,255,255,.9);*/
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}


.attribution{
	position:absolute;
	bottom:10px;
	right:10px;
	opacity: .5;
	font-size: .7em;
}
.parallax-container h5{
	font-size: 2em;
}
#mitLiebe{
	color: #f46d4b;
	/*background:rgba(239,239,239,.7);*/
	background:rgba(256,256,256,.7);
	display:inline;
	border-radius: 3px;
	padding:2px;
}
#anfrage{
	/*color: #cc2479;*/
	color: #f46d4b;
	/*font-weight: 600!important;*/
	background:rgba(256,256,256,.7);
	display:inline;
	border-radius: 3px;
	padding:2px;
}