.T3598 .wrapper {
	display: flex;
	flex-wrap: wrap;
}

.T3598 .wrapper .item {
	width: 575px;
	margin-bottom: 50px;
}
.T3598 .wrapper .item:after { display: block; content: ""; clear: left; }

.T3598 .wrapper .item:nth-child(odd) { margin-right: 25px; }
.T3598 .wrapper .item:nth-child(even) {  margin-left: 25px }

.T3598 .wrapper .item .image {
	float: left;
	width: 270px;
	height: 190px;
	margin: 0 40px 0 0;
}

.T3598 .wrapper .item .image img {
	width: 270px;
	height: 190px;
}

.T3598 .wrapper .item .infos {
	float: left;
	width: 265px;
}

.T3598 .wrapper .item .infos .subheadline {
	font-size: 15px;
	line-height: 1;
	margin: 0 0 8px 0;
}

.T3598 .wrapper .item .infos .headline  { margin: 0 0 15px 0; }
.T3598 .wrapper .item .infos .headline a {
	font-size: 25px;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
}
.T3598 .wrapper .item .infos .text {
	color: #666666;
}@media all and (min-width: 1024px) and (max-width: 1279px) {

	.T3598 .wrapper .item { width: 470px; margin-bottom: 40px; }

	.T3598 .wrapper .item:nth-child(odd) { margin-right: 20px; }
	.T3598 .wrapper .item:nth-child(even) {  margin-left: 20px }

	.T3598 .wrapper .item .image {
		width: 210px;
		height: 148px;
		margin: 0 25px 0 0;
	}

	.T3598 .wrapper .item .image img {
		width: 210px;
		height: 148px;
	}

	.T3598 .wrapper .item .infos {
		width: 230px;
	}

	.T3598 .wrapper .item .infos .subheadline {
		font-size: 14px;
		margin: 0 0 7px 0;
	}

	.T3598 .wrapper .item .infos .headline  { margin: 0 0 13px 0; }
	.T3598 .wrapper .item .infos .headline a { font-size: 23px; }
	
}

@media all and (min-width: 768px) and (max-width:1023px) {

	.T3598 .wrapper .item { width: 46%;  display: flex;  margin-bottom: 4%; }

	.T3598 .wrapper .item:nth-child(odd) { margin-right: 2%; }
	.T3598 .wrapper .item:nth-child(even) {  margin-left: 2% }

	.T3598 .wrapper .item .image {
		width: 130px;
		height: 92px;
		margin: 0 20px 0 0;
	}

	.T3598 .wrapper .item .image img {
		width: 130px;
		height: 92px;
	}

	.T3598 .wrapper .item .infos {
		width: auto;
		flex: 1;
	}

	.T3598 .wrapper .item .infos .subheadline {
		font-size: 13px;
		margin: 0 0 6px 0;
	}

	.T3598 .wrapper .item .infos .headline  { margin: 0 0 11px 0; }
	.T3598 .wrapper .item .infos .headline a { font-size: 20px; }
}

@media all and (min-width: 568px) and (max-width: 767px) {

	.T3598 .wrapper .item { width: 46%; height: auto; display: flex; margin-bottom: 4%; }

	.T3598 .wrapper .item:nth-child(odd) { margin-right: 2%; }
	.T3598 .wrapper .item:nth-child(even) {  margin-left: 2%;  }


	.T3598 .wrapper .item .image {
		width: 100px;
		height: 70px;
		margin: 0 15px 0 0;
	}

	.T3598 .wrapper .item .image img {
		width: 100px;
		height: 70px;
	}

	.T3598 .wrapper .item .infos {
		width: auto;
		flex: 1;
	}

	.T3598 .wrapper .item .infos .subheadline {
		font-size: 12px;
		margin: 0 0 4px 0;
	}

	.T3598 .wrapper .item .infos .headline  { margin: 0 0 9px 0; }
	.T3598 .wrapper .item .infos .headline a { font-size: 18px; }
}

@media all and (max-width: 567px) {
	.T3598 .wrapper .item { width: auto;  height: auto; float: none; display: flex; margin-bottom: 20px; }

	.T3598 .wrapper .item:nth-child(odd) { margin-right: 0; }
	.T3598 .wrapper .item:nth-child(even) {  margin-left: 0 }

	.T3598 .wrapper .item .image {
		width: 100px;
		height: 70px;
		margin: 0 15px 0 0;
	}

	.T3598 .wrapper .item .image img {
		width: 100px;
		height: 70px;
	}

	.T3598 .wrapper .item .infos {
		width: auto;
		flex: 1;
	}

	.T3598 .wrapper .item .infos .subheadline {
		font-size: 12px;
		margin: 0 0 4px 0;
	}

	.T3598 .wrapper .item .infos .headline  { margin: 0 0 9px 0; }
	.T3598 .wrapper .item .infos .headline a { font-size: 18px; }
}

