/* Printseitengestaltung */

@media screen and (min-width: 768px) {
	
	#container-wrap {
		width: 700px;
		height: 250px;
		margin-bottom: 10px;
	}
	
	.info_container {
		width: 199px;
		height: 250px;
		position: absolute;
	}
	
	.content_container {
		width: 479px;
		height: 250px;
		float: right;
		background-color: white;
		opacity: 0.8;
	}
	
	/* Container 1 */
	
	.bild1_web1 {
		margin-top: 10px;
		margin-left: 20px;
		width: 210px;
		height: 172px;
		background-image: url(../img/web/thumb_f-b_1.jpg);
		border-style: solid;
		border-color: black;
		border-width: thin;
		position: absolute;
	}
	
	.bild1_web2 {
		margin-top: 58px;
		margin-left: 240px;
		width: 210px;
		height: 172px;
		background-image: url(../img/web/thumb_f-b_2.jpg);
		border-style: solid;
		border-color: black;
		border-width: thin;
		position: absolute;
	}
	
	/* Container 2 */
	
	.bild2_web1 {
		margin-top: 10px;
		margin-left: 20px;
		width: 210px;
		height: 172px;
		background-image: url(../img/web/thumb_responsive_1.jpg);
		border-style: solid;
		border-color: black;
		border-width: thin;
		position: absolute;
	}
	
	.bild2_web2 {
		margin-top: 58px;
		margin-left: 240px;
		width: 210px;
		height: 172px;
		background-image: url(../img/web/thumb_responsive_2.jpg);
		border-style: solid;
		border-color: black;
		border-width: thin;
		position: absolute;
	}
}

@media screen and (min-width: 1024px) {
	
	#container-wrap {
		width: 700px;
		height: 250px;
		margin-bottom: 10px;
	}
	
	.info_container {
		width: 240px;
		height: 250px;
		position: absolute;
	}

	.content_container {
		float: right;
		width: 450px;
		height: 250px;
		background-color: white;
		opacity: 0.8;
	}
	
	/* Container 1*/
	
	.bild1_web1 {
		margin-top: 10px;
		margin-left: 10px;
		width: 210px;
		height: 172px;
		background-image: url(../img/web/thumb_f-b_1.jpg);
		border-style: solid;
		border-color: black;
		border-width: thin;
		position: absolute;
	}
	
	.bild1_web2 {
		margin-top: 58px;
		margin-left: 230px;
		width: 210px;
		height: 172px;
		background-image: url(../img/web/thumb_f-b_2.jpg);
		border-style: solid;
		border-color: black;
		border-width: thin;
		position: absolute;
	}
	
	/* Container 2 */
	
	.bild2_web1 {
		margin-top: 10px;
		margin-left: 10px;
		width: 210px;
		height: 172px;
		background-image: url(../img/web/thumb_responsive_1.jpg);
		border-style: solid;
		border-color: black;
		border-width: thin;
		position: absolute;
	}
	
	.bild2_web2 {
		margin-top: 58px;
		margin-left: 230px;
		width: 210px;
		height: 172px;
		background-image: url(../img/web/thumb_responsive_2.jpg);
		border-style: solid;
		border-color: black;
		border-width: thin;
		position: absolute;
	}
}