/*
 * Copyright (c) 2025.
 * Axel Schmid Fritz und Dennis Löffler GmbH
 */

@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media only screen and (max-width : 991px) {
	.atf-mailchamp-subscribe{
		margin-top:20px;
	}
	.atf-section-title .title{
		font-size:30px;
	}
}
@media only screen and (max-width: 767px) {
	.atf-hero-area .atf-hero-content .title {
		font-size: 30px! important;
	}
	.atf-section-title .title{
		font-size:30px;
	}
}

