@media only screen and (max-width:768px) {
	
	.footer_logo {
    background-color: #FFF;
    width: 100%;
    margin-bottom: 00px;
    margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		padding:0;
	}
	
	#footer {
	text-align: center;
	}
	
	footer .widget-title:before {
	left: 0;
	}
	
	.top-bar a {
	font-size: 14px;
	}
	
	.foodis_top_nav {
    margin-right: 5px;
	margin-left: 5px;
	}
	
	.foodis_btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
	#first_row_frontpage {
    margin-top: -32px;
    z-index: 9;
}
	.foodis_btn {
    border-top: 4px solid #191c48;
    background-color: #191c48;
    position: relative;
    display: block;
    width: 90%;
    height: 60px;
    margin: 0px 5% 10px 5%;
    transition: all 0.6s;
}
	
	.foodis_headline h1 {
    
    font-size: 66px;
 
}
	
	.foodis_h1_img {
    height: 145px;
   
}
	
	footer > .wf-wrap {
    height: auto;
}
	
	footer .vc_row {
    margin-left: 0;
    margin-right: 0;
}
	
	.lang_link {
    margin-right: 15px;
    display: block;
    float: left;
    border: 2px solid var(--the7-links-color);
    border-radius: 200px;
    width: 40px;
    height: 40px;
    padding: 10px 0 0 0;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
}
	#company_cta {
    display: flex;
    gap: 20px;
    margin: 30px 0 30px 0px;
    flex-wrap: wrap;
}
	#company_cta a {
    background-color: var(--the7-title-color);
    width: 100%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 1em;
    padding: 20px 0 20px 0px;
}
	
	.products span {
    background-color: var(--the7-links-color);
    padding: 4px 10px 4px 10px;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #FFF;
    display: block;
}
	
	.acf-field {
		width: 100% !important;
	}
	
	#navi_backend .btn-align-center {
		
		margin-bottom: 5px;
	}
}
@media only screen and (max-width:1200px) {

.mobile-mini-widgets .text-area {
	
	/*border-right: 2px solid #CCC;
    padding: 6px 6px 6px 6px;*/
}
	
	.mobile-mini-widgets .text-area a {
		color: #191c48 !important;
	}
	
	.foodis_top_nav {
    margin-right: 15px;
}
	
}