/* //////////////////////////////////////////////////
 400 extra small 
////////////////////////////////////////////////// */
@media screen and (max-width: 400px) {


.menu-top {
    width: fit-content;
    text-align: center;
    margin: 40px auto 0;
    display: block;
}


.top-tel {
    text-align: center;
}
	

.main h1 {
    font-size: 30px;
}
	


.like h3 {
    font: 26px OpenSansExtraBold, sans-serif;
    padding: 15px 0;
    margin: auto;
    text-align: center;
}

.col-md-3 img {
    text-align: center !important;
    display: block !important;
    margin: auto !important;
}


.col-md-9 p {
    padding: 12px 10px !important;
   	box-sizing: border-box;
}
	
.col-md-five img {
    /* float: left; */
    text-align: center;
}
.col-md-five span {
    float: left;
    width: 100%;
}



.container-kollage {
    width: 98%;
    float: none;
    margin: 1%;
}
.container-kollage img {
    width: 100%;
    height: auto;
}



	
}




