body {
  padding-top: 54px;   
}

.row {

padding-bottom: 25px;	
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.3); }

.carousel {
	padding-top: 25px;
    border-radius: 5px 5px 5px 5px; 
    overflow: hidden;
}

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.img-mobiel {
float:left;
width:200px;
padding-right:10px;
}

.infotext {
display:inline-block;
font-size:13px;
line-height:12px;

}


@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }

}

@media (max-width:991px) {
.img-mobiel {
float:none;
width:100%;
padding-bottom:10px;
}
}