/*
Theme Name: Weblider
Author: Weblider
Author URI: weblider.eu
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.content-page a {
	color: #0c479d!important;
}
.wrapper-footer .mobil img {
	height: auto;
	max-width: 80%;
}

@media screen and ( max-width: 1600px ) {
	.header .desc_header h3 {
		font-size: 17px;
	}
}

@media screen and ( max-width: 1440px ) {
	.header .desc_header h3 {
		font-size: 15px;
	}
}
@media screen and ( max-width: 992px ) {
	.header .desc_header h3 {
		font-size: 13px;
		margin-bottom: 5px;
	}
}
@media screen and ( max-width: 768px ) {
	.header .header__logo img{
		margin-top: 10px;
	}
}
@media screen and ( max-width: 568px ) {
	.header .header__logo .logo {
		flex-direction: column;
	}
	.wrapper-footer .mobil img {
	
	max-width: 100%;
}
}

