* {	
	text-decoration: none;
}



/* ============================== Handy Auflösung =============================*/
@media screen and (max-width: 800px){
	.ads0{
		font-family: Oswald;
		font-size: 1.5em;
		color: #666;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
		/*text-shadow: .5px .5px .5px rgba(0,0,0,0.8);*/
	}
	.ads1{
		font-family: Literata;
		font-size: 0.9em;
		color: #555;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 15px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.ads2{
		font-family: Literata;
		font-size: 0.8em;
		color: #555;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 0px;
	}
	.commission{
		font-family: Literata;
		font-size: 0.9em;
		color: #555;
		padding-top: 5px;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
	}


	/* ---------- (1) Electronics/Gadgets Ad ---------- */
	.advert1{
		width: 98%;
		margin: auto;
		border: 1px solid #999;
		background-color: #fff;
	}
	.ad-title1{
		font-family: Oswald;
		font-size: 1.3em;
		color: #555;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-img1{
		height: 110px;
		width: auto;
		float: left;
		border-right: 1px solid #777;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-description1{
		height: 150px;
		font-family: Literata;
		font-size: 0.8em;
		line-height: 1.3em;
		color: #666;
		padding-right: 5px;
		margin: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	/* ---------- (2) Book Ad ---------- */
	.advert2{
		width: 98%;
		margin: auto;
		border: 1px solid #999;
		background-color: #fff;
	}
	.ad-title2{
		font-family: Oswald;
		font-size: 1.3em;
		color: #555;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-img2{
		height: 170px;
		width: auto;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 10px;
		border: 0.5px solid #ccc;
	}
	.ad-description2{
		height: 170px;
		font-family: Literata;
		font-size: 0.8em;
		line-height: 1.4em;
		color: #666;
		padding-right: 10px;
		margin: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	/* ---------- (3) Wide Ad ---------- */
	.advert3{
		width: 98%;
		margin: auto;
		border: 1px solid #999;
		background-color: #fff;
	}
	.ad-img3{
		width: 100%;
		height: auto;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		
	}
	.ad-title3{
		font-family: Oswald;
		font-size: 1.3em;
		color: #555;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-description3{
		font-family: Literata;
		font-size: 0.8em;
		line-height: 1.4em;
		color: #666;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0px;
		hyphens: auto;
	}

	/* ---------- Amazon Button ---------- */
	.amazon-button{
		font-family: Arial;
		background-color: rgba(255, 165, 0, 0.5);
		border: 1px solid #bbb;
		color: #444;
		padding: 3px 0px;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
		border-radius: 6px;
		width: 170px;
		display: block;
		margin: auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.amazon-button:hover{
		background-color: rgba(255, 165, 0, 0.8);
	}

}


/* ============================== Tablet Auflösung =============================*/
@media screen and (min-width: 801px) and (max-width: 1300px){
	.ads0{
		font-family: Oswald;
		font-size: 1.7em;
		color: #666;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
		/*text-shadow: .5px .5px .5px rgba(0,0,0,0.8);*/
	}
	.ads1{
		font-family: Literata;
		font-size: 0.9em;
		color: #555;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 15px;
		margin-left: 5%;
		margin-right: 5%;
	}
	.ads2{
		font-family: Literata;
		font-size: 0.8em;
		color: #555;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 0px;
	}
	.commission{
		font-family: Literata;
		font-size: 1.0em;
		color: #555;
		padding-top: 5px;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
	}


	/* ---------- (1) Electronics/Gadgets Ad ---------- */
	.advert1{
		width: 98%;
		margin: auto;
		border: 1px solid #777;
		background: #fff;
	}
	.ad-title1{
		font-family: Oswald;
		font-size: 1.4em;
		color: #555;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-img1{
		height: 100px;
		width: auto;
		float: left;
		border-right: 1px solid #777;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-description1{
		height: 150px;
		font-family: Literata;
		font-size: 0.85em;
		line-height: 1.5em;
		color: #666;
		padding-right: 10px;
		margin: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	/* ---------- (2) Book Ad ---------- */
	.advert2{
		width: 98%;
		margin: auto;
		border: 1px solid #777;
		background: #fff;
	}
	.ad-title2{
		font-family: Oswald;
		font-size: 1.4em;
		color: #555;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-img2{
		height: 150px;
		width: auto;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 10px;
		border: 0.5px solid #ccc;
	}
	.ad-description2{
		height: 215px;
		font-family: Literata;
		font-size: 0.8em;
		line-height: 1.4em;
		color: #666;
		padding-left: 10px;
		padding-right: 10px;
		margin: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	/* ---------- (3) Wide Ad ---------- */
	.advert3{
		width: 98%;
		margin: auto;
		border: 1px solid #777;
		background: #fff;
	}
	.ad-img3{
		width: 100%;
		height: auto;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		
	}
	.ad-title3{
		font-family: Oswald;
		font-size: 1.4em;
		color: #555;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-description3{
		font-family: Literata;
		font-size: 0.9em;
		line-height: 1.5em;
		color: #666;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0px;
		hyphens: auto;
	}

	/* ---------- Amazon Button ---------- */
	.amazon-button{
		font-family: Arial;
		background-color: rgba(255, 165, 0, 0.5);
		border: 1px solid #bbb;
		color: #444;
		padding: 3px 0px;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
		border-radius: 6px;
		width: 170px;
		display: block;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.amazon-button:hover{
		background-color: rgba(255, 165, 0, 0.8);
	}

}

/* ===================================== Small PC Auflöstung ===================================== */
@media screen and (min-width: 1301px)and (max-width: 1550px){
	.ads0{
		font-family: Oswald;
		font-size: 2.1em;
		color: 	#666;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 15px;
		/*text-shadow: .6px .6px .6px rgba(0,0,0,0.9);*/
	}
	.ads1{
		font-family: Literata;
		font-size: 1.0em;
		color: #555;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 15px;
		margin-left: 10%;
		margin-right: 10%;
	}
	.ads2{
		font-family: Literata;
		font-size: 0.9em;
		color: #555;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 0px;
	}
	.commission{
		font-family: Literata;
		font-size: 1.0em;
		color: #555;
		padding-top: 5px;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
	}


	/* ---------- (1) Electronics/Gadgets Ad ---------- */
	.advert1{
		width: 98%;
		margin: auto;
		border: 1px solid #777;
		background-color: #fff;
	}
	.ad-title1{
		font-family: Oswald;
		font-size: 1.5em;
		color: #666;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-img1{
		height: 170px;
		width: auto;
		float: left;
		border-right: 1px solid #777;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-description1{
		height: 215px;
		font-family: Literata;
		font-size: 0.9em;
		line-height: 1.5em;
		color: #666;
		padding-right: 10px;
		margin: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	/* ---------- (2) Book Ad ---------- */
	.advert2{
		width: 98%;
		margin: auto;
		border: 1px solid #777;
		background-color: #fff;
	}
	.ad-title2{
		font-family: Oswald;
		font-size: 1.5em;
		color: #666;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-img2{
		height: 230px;
		width: auto;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 10px;
		border: 0.5px solid #ccc;
	}
	.ad-description2{
		height: 290px;
		font-family: Literata;
		font-size: 1.0em;
		line-height: 1.5em;
		color: #555;
		padding-left: 10px;
		padding-right: 10px;
		margin: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	/* ---------- (3) Wide Ad ---------- */
	.advert3{
		width: 89%;
		margin: auto;
		border: 1px solid #777;
		background-color: #fff;
	}
	.ad-img3{
		width: 100%;
		height: auto;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		
	}
	.ad-title3{
		font-family: Oswald;
		font-size: 1.5em;
		color: #666;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-description3{
		font-family: Literata;
		font-size: 0.9em;
		line-height: 1.5em;
		color: #555;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0px;
		hyphens: auto;
	}


	/* ---------- Amazon Button ---------- */
	.amazon-button{
		font-family: Arial;
		background-color: rgba(255, 165, 0, 0.5);
		border: 1px solid #777;
		color: #444;
		padding: 6px 0px;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
		border-radius: 6px;
		width: 180px;
		display: block;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.amazon-button:hover{
		background-color: rgba(255, 165, 0, 0.8);
	}

}

/* ===================================== Large PC Auflösung ===================================== */
@media screen and (min-width: 1551px){
	.ads0{
		font-family: Oswald;
		font-size: 2.1em;
		color: #666;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
		/*text-shadow: .5px .5px .5px rgba(0,0,0,0.9);*/
	}
	.ads1{
		font-family: Literata;
		font-size: 1.0em;
		color: #555;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 15px;
		margin-left: 25%;
		margin-right: 25%;
	}
	.ads2{
		font-family: Literata;
		font-size: 0.9em;
		color: #555;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 0px;
	}
	.commission{
		font-family: Literata;
		font-size: 1.0em;
		color: #555;
		padding-top: 5px;
		margin-left: 8%;
		margin-right: 8%;
		text-align: center;
	}

	/* ---------- (1) Electronics/Gadgets Ad ---------- */
	.advert1{
		width: 98%;
		margin: auto;
		border: 1px solid #777;
		background-color: #fff;
	}
	.ad-title1{
		font-family: Oswald;
		font-size: 1.9em;
		color: #666;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-img1{
		height: 150px;
		width: auto;
		float: left;
		border-right: 1px solid #777;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-description1{
		height: 200px;
		font-family: Literata;
		font-size: 0.9em;
		line-height: 1.3em;
		color: #555;
		padding-right: 10px;
		margin: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	/* ---------- (2) Book Ad ---------- */
	.advert2{
		width: 98%;
		margin: auto;
		border: 1px solid #777;
		background-color: #fff;
	}
	.ad-title2{
		font-family: Oswald;
		font-size: 1.8em;
		color: #666;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.ad-img2{
		height: 170px;
		width: auto;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 0px;
		border: 0.5px solid #ccc;
	}
	.ad-description2{
		height: 250px;
		font-family: Literata;
		font-size: 1.0em;
		line-height: 1.5em;
		color: #555;
		padding-left: 10px;
		padding-right: 10px;
		margin: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	/* ---------- (3) Wide Ad ---------- */
	.advert3{
		width: 98%;
		margin: auto;
		border: 1px solid #777;
		background-color: #fff;
	}
	.ad-img3{
		width: 100%;
		height: auto;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		
	}
	.ad-title3{
		font-family: Oswald;
		font-size: 1.9em;
		color: #666;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.ad-description3{
		font-family: Literata;
		font-size: 1.0em;
		line-height: 1.3em;
		color: #555;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0px;
		hyphens: auto;
	}


	/* ---------- Amazon Button ---------- */
	.amazon-button{
		font-family: Arial;
		background-color: rgba(255, 165, 0, 0.5);
		border: 0.5px solid #777;
		color: #444;
		padding-top: 3px;
		padding-bottom: 4px;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		text-decoration: none;
		font-size: 15px;
		border-radius: 6px;
		width: 180px;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.amazon-button:hover{
		background-color: rgba(255, 165, 0, 0.8);
	}
}

