/*****  MEDIA-QUERIE 3 MD 767px  *****/

@media screen and (max-width: 767px) {
	.bild-rechts figure {
	    margin-bottom:-0.76px;
	    margin-left:-15px;
	}
	.mod_article.fullwidth.content {
		max-width: 540px;
	}
	/* Abstände*/
	.pt-20 {padding-top:10px;}
	.pt-40 {padding-top:20px;}
	.pt-60 {padding-top:30px;}
	.pt-80 {padding-top:40px;}
	.pb-20 {padding-bottom:10px;}
	.pb-40 {padding-bottom:20px;}
	.pb-60 {padding-bottom:30px;}
	.pb-80 {padding-bottom:40px;}
	.mt-20 {margin-top:10px;}
	.mt-40 {margin-top:20px;}
	.mt-60 {margin-top:30px;}
	.mt-80 {margin-top:40px;}
	.mb-20 {margin-bottom:10px;}
	.mb-40 {margin-bottom:20px;}
	.mb-60 {margin-bottom:30px;}
	.mb-80 {margin-bottom:40px;}
}