/* Id: 7.3585493.1611150583
 * Generated: 8.2.2021 9:45:32
 */
    @media screen and (max-width: 1024px) {
  	.content__wrapper {
		padding: 10px 10px 0 10px !important;
	}

	footer {
		padding: 10px 0px 10px 20px !important;  
	}
}

/* Fix content wrapper problem 25.11.2020*/
@media screen and (min-width: 749px) and (max-width: 764px) {
  	.content__wrapper {
		padding: 10px 0 0 3px !important;
	}
      
    .article-teaser__wrapper--giant {
       	width: 99.5%;
    }
}

@media screen and (min-width: 672px) and (max-width: 748px) {
  	.footer__imedia_desklogo {
  		margin-right: 2em !important;
    }
}

@media screen and (min-width: 381px) and (max-width: 671px) {
  	.footer__imedia_desklogo {
  		margin-right: 0 !important;
    }
}

      