@media only screen and (max-width: 1200px) {
	.imaged .inside {
		width: 940px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.imaged .right {
    	width: 440px;
    	max-width: 100%
    }
    .newest .newest-inner {
	    padding-left: 106px;
	}
}
@media only screen and (max-width: 960px) {
	.newest .newest-inner {
	    padding-left: 40px;
	}
}
@media only screen and (max-width: 840px) {
	.imaged .left {
	    display: none;
	}
	.imaged .right {
		margin: 0 auto;
		width: 362px;
	}
	.screen-2 .right img {
		max-width: 100%;
	}
	.screen-2 .right .img1 {
		display: none;
	}
	.imaged .right .text {
		padding-left: 0;
	}
	.screen-2 .right {
		margin-top: 0;
	}	
	.screen-2 .left {
	    width: 100%;
	}
	.screen-2 .left .text {
		padding-left: 0;
	}
	.newest .icon {
		width: 270px;
	}
	.newest .ttl {
	    font-size: 18px;
	    font-weight: 400;
	}
	.newest .newest-inner {
		padding-right: 40px;
	}
	.screen-2 .left {
		padding-left: 12px;
		padding-right: 12px;
	}
	.screen-main .caption {
		padding-left: 400px;
		font-size: 92px;
	}
	.screen-main img {
		width: 400px;
	    max-width: 100%;
	    margin: 0 auto;
	}
	.newest .ttl {
	    width: calc(100% - 420px);
	}


}
@media only screen and (max-width: 840px) {
	.newest .icon:after {
    	width: 140px;
    	right: -70px;
    }
    .screen-main .caption p {
	    font-size: 44px;
	}

}
@media only screen and (max-width: 660px) {
	.screen-main .caption {
		order: -1;
		position: static;
		text-align: center;
		width: 100%;
		max-width: 100%;
    	margin-bottom: 25px;
    	padding-left: 0;
	}
	.screen-main .caption p {
		justify-content: center;
	}
	.screen-main .caption:after {
	    top: 106px;
	}
	.screen-main {
	    padding-top: 0px;
	    padding-bottom: 24px;
	}
	.screen-2 {
	    padding: 20px 0 32px;
	}
	.newest .inside {
	    width: 420px;
	    padding-left: 12px;
	    padding-right: 12px;
	}
	.newest .newest-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.newest .icon {
	    width: 160px;
	}
	.newest .ttl {
	    width: 160px;
	}
	.newest .icon:after {
    	width: 80px;
	    right: -40px;
	}
}
@media only screen and (max-width: 480px) {
	.screen-main .inside {
		padding-left: 12px;
		padding-right: 12px;
	}
	table td {
		padding-right: 10px;
	}

	.newest .title, .colored .title {
		font-size: 50px;
	}
	.newest .icon {
	    width: 100px;
	    margin-right: 10px;
	    padding-right: 20px;
	    border-right: none
	}
	.newest .icon:after {
		display: none;
	}
	.newest .newest-inner .row:not(:last-child) {
		border-bottom: 1px solid #000;
	}
	.imaged .button a {
		width: 100%;
		box-sizing: border-box;
		display: block;
		font-size: 24px;
	}
	.imaged .right .text h2 {
	    margin-bottom: 30px;
	}
	.imaged {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.screen-2 .left .text p {
    	margin-bottom: 10px;
	    line-height: 1.4;
	    font-size: 15px;
	}
	.newest .ttl {
	    width: 200px;
	}
	.ruckmeldung .button a {
		width: 240px
	}
	.ruckmeldung .button a {
		font-size: 22px;
	}
}