.icons-boxes {
  /*margin-top: 9.6rem ;
  margin-bottom: 9.6rem;
  */
}
.grid-row.icons-boxes {
    /*row-gap: 25px;*/
}
#warum .box-icon{
	display: none;	
}
.contact-block-text-top .h7 {
    font-size: 15px;
}
.section-block-text-image .wrapper:not(.small) .pos-2 .fs-media-container{
	justify-items: right;
}
.text-index-container {
  position: absolute;
  bottom: 0;
  left: 6.4rem;
  width: calc(100% - 12.8rem);
  z-index: 9;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.text-index-container .switcher-index {
  display: flex;
  padding-bottom: 2.4rem;
}
.text-index-container .switcher-index .switcher-item {
  cursor: pointer;
  width: 12px;
  height: 40px;
  position: relative;
}
.text-index-container .switcher-index .switcher-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 50%;
  background: #FFFFFF;
  transition: all 0.45s cubic-bezier(0.28, 1, 0.4, 1);
  opacity: 0.7;
}
.text-index-container .switcher-index .switcher-item.is-active::after {
  height: 100%;
  opacity: 1;
}
.fs-media-container .media-addition{
	z-index: 10;
}
.justify-content-center{
	justify-content: center;	
}
.btn.invert{
	background: #947F64;
}
.btn.invert:after{
	right: inerith;
	left: 0;
}

#warum .intro {
	font-size: 15px;
}
#warum .letter{
  font-family: "Lexend";
	width: 40px;
    height: 40px;
	font-size: 28px;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    justify-content: center;
    line-height: 1.4;
    color: #fff;
    font-weight: 800;
    background: #947F64;
    border-radius: 4px;
}
#warum small{padding-left: 55px;}
#warum .intro .colored {
	font-size: 21px;
}
#warum .icons-boxes{
	margin-top: 6.5rem;	
}

/*
.contact-block.sticky-element span.close svg {
	fill: #947F64;
}
.contact-block.sticky-element span.close {
    position: absolute;
    right: 7px;
    top: 22px;
    opacity: 1;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}
.contact-block.sticky-element span.close:hover {
    opacity: .5;
}
*/

.grid-row.spaced-xlarge.center-align{
	height: 100%;
}
.media.media-ratio-3-4 {
	min-height: 250px;
    display: block;
    width: 100%;
}
@media screen and (max-width: 600px) {
	.icons-boxes {
    /*margin-top: 6.4rem ;
    margin-bottom: 6.4rem;
    */
  }
}