#page3_header {
	/*APPEARANCE*/
		position: static;
		top: unset;
		left: unset;
		visibility: visible;
	/*/APPEARANCE*/
	width: 100%;
	/*background-color: red;*/
	/*height: 30px;*/
}
/*DESKTOP(available_in_OFFERS_only)*/
@media all and (min-width: 1111px) {
	#offers_container {
	/*APPEARANCE*/
		/*position: static;*/
		top: unset;
		left: unset;
		visibility: visible;
	/*/APPEARANCE*/
    width: 100%;
    /* background-color: #ffcc33; */
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}
	.offer_card {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    width: 200px;
	    height: 400px;
	    margin: 10px;
	    position: relative;
	    /* float: left; */
	    background-color: #CB001D;
	}
	#offer_card_title {
	/*APPEARANCE*/
		/*position: static;*/
		top: unset;
		left: unset;
		visibility: visible;
	/*/APPEARANCE*/
	width: 200px;
	height: inherit;
	height:-webkit-fill-available;
	max-height: 123px;
	position: absolute;
	bottom: 30px;
	left: 0;
	background-color: #ffffff;
	}
	#offer_card_title p {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    max-width: 175px;
	    padding: 10px;
	    margin: 0;
	    position: absolute;
	    word-break: keep-all;
	    overflow-wrap: break-word;
	    line-height: 17px;
	    text-shadow: 0px 0px 0px black; /*font-weight: bold;*/
	    font-size: 17;
	    color: black;
	}
	.offercard_img {
		/*APPEARANCE*/
			position: static;
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	}
}
/*Notebook*/
@media all and (min-width: 991px) and (max-width: 1110px) {
	#offers_container {
	/*APPEARANCE*/
		/*position: static;*/
		top: unset;
		left: unset;
		visibility: visible;
	/*/APPEARANCE*/
    width: 98%;
    /* background-color: #ffcc33; */
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}
	.offer_card {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    width: 200px;    
	    height: 200px;
	    margin: 10px;
	    position: relative;
	    /*float: left;*/
	    background-color: #CB001D;	
	}
	#offer_card_title {
	/*APPEARANCE*/
		/*position: static;*/
		top: unset;
		left: unset;
		visibility: visible;
	/*/APPEARANCE*/
	width: 200px;
	height: inherit;
	height:-webkit-fill-available;
	max-height: 123px;
	position: absolute;
	bottom: 10px;
	left: 0;
	background-color: #ffffffd6;
	}
	#offer_card_title p {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    max-width: 175px;
	    padding: 10px;
	    margin: 0;
	    position: absolute;
	    word-break: keep-all;
	    overflow-wrap: break-word;
	    line-height: 17px;
	    text-shadow: 0px 0px 0px black; /*font-weight: bold;*/
	    font-size: 17;
	    color: black;
	}
	.offercard_img {
		/*APPEARANCE*/
			position: static;
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	}
	.offercard_pictogramm {
	/*APPEARANCE*/
		/*position: static;*/
		/*top: unset;*/
		left: unset;
		visibility: visible;
	/*/APPEARANCE*/
    position: absolute;
    top: 0;
    right: 0;
	}
	.offercard_pictogramm {
	/*APPEARANCE*/
		/*position: static;*/
		/*top: unset;*/
		left: unset;
		visibility: hidden;
	/*/APPEARANCE*/
    position: absolute;
    top: 0;
    right: 4px;
}
}
/*MobilePortrait*/
@media all and (min-width: 701px) and (max-width: 990px) and (orientation: portrait) {
	#offers_container {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    width: 95%;
	    /* background-color: #ffcc33; */
	    margin: auto;
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-content: center;
	}
	.offer_card {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    width: 150px;    
	    height: 150px;
	    margin: 8px;
	    position: relative;
	    /*float: left;*/
	    background-color: #CB001D;	
	}
	#offer_card_title {
	/*APPEARANCE*/
		/*position: static;*/
		top: unset;
		left: unset;
		visibility: visible;
	/*/APPEARANCE*/
	width: 150px;
	height: inherit;
	height:-webkit-fill-available;
	max-height: 150px;
	position: absolute;
	bottom: 10px;
	left: 0;
	background-color: white;
	}
	#offer_card_title p {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    max-width: 150px;
	    padding: 5px;
	    margin: 0;
	    position: absolute;
	    word-break: keep-all;
	    overflow-wrap: break-word;
	    line-height: 17px;
	    text-shadow: 0px 0px 0px black; /*font-weight: bold;*/
	    font-size: 17;
	    color: black;
	}
	.offercard_img {
		/*APPEARANCE*/
			visibility: hidden;
		/*/APPEARANCE*/
	}
	.offercard_pictogramm {
	/*APPEARANCE*/
		/*position: static;*/
		/*top: unset;*/
		left: unset;
		visibility: hidden;
	/*/APPEARANCE*/
    position: absolute;
    top: 0;
    right: 4px;
}
}
/*MobileLandscape*/
@media all and (min-width: 701px) and (max-width: 990px) and (orientation: landscape) {
	/*********************************************************/
}
/*ExtraSmall*/
@media all and (min-width: 401px) and (max-width: 700px) {
	#offers_container {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    width: 98%;
	    /* background-color: #ffcc33; */
	    margin: auto;
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-content: center;
	}
	.offer_card {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    width: 352px;    
	    height: 78px;
	    margin: 7px;
	    position: relative;
	    /*float: left;*/
	    background-color: #CB001D;	
	}
	#offer_card_title {
	/*APPEARANCE*/
		/*position: static;*/
		top: unset;
		left: unset;
		visibility: visible;
	/*/APPEARANCE*/
	width: 350px;
	height: inherit;
	height:-webkit-fill-available;
	max-height: 78px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: white;
	}
	#offer_card_title p {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    max-width: 250px;
    	padding: 8px 5px 7px 5px;
	    margin: 0;
	    position: absolute;
	    word-break: keep-all;
	    overflow-wrap: break-word;
	    line-height: 15px;
	    text-shadow: 0px 0px 0px #0000008a; /*font-weight: bold;*/
	    font-size: 15;
	    color: black;
	}
	.offercard_img {
		/*APPEARANCE*/
			position: static;
			top: unset;
			left: unset;
			visibility: hidden;
		/*/APPEARANCE*/
	}
	.offercard_pictogramm {
	/*APPEARANCE*/
		/*position: static;*/
		/*top: unset;*/
		left: unset;
		visibility: visible;
	/*/APPEARANCE*/
    position: absolute;
    top: 0;
    right: 4px;
	}
}
/*ExtraSmallLandscape*/
@media all and (max-width: 700px) and (orientation: landscape) {
	/*********************************************************/
}
#offers_container_clear {
	/*APPEARANCE*/
		position: static;
		top: unset;
		left: unset;
		visibility: visible;
	/*/APPEARANCE*/
    clear: both;
}
/*SUPERTINY(available_in_OFFERS_only!)*/
@media all and (max-width: 400px) {
	#offers_container {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    width: 100%;
	    /* background-color: #ffcc33; */
	    margin: auto;
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-content: center;
	}
	.offer_card {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    width: 277px;    
	    height: 78px;
	    margin: 7px;
	    position: relative;
	    /*float: left;*/
	    background-color: #CB001D;	
	}
	#offer_card_title {
	/*APPEARANCE*/
		/*position: static;*/
		top: unset;
		left: unset;
		visibility: visible;
	/*/APPEARANCE*/
	width: 275px;
	height: inherit;
	height:-webkit-fill-available;
	max-height: 78px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: white;
	}
	#offer_card_title p {
		/*APPEARANCE*/
			/*position: static;*/
			top: unset;
			left: unset;
			visibility: visible;
		/*/APPEARANCE*/
	    max-width: 270px;
	    padding: 5px;
	    margin: 0;
	    position: absolute;
	    word-break: keep-all;
	    overflow-wrap: break-word;
	    line-height: 15px;
	    text-shadow: 0px 0px 1px #0000004a; /*font-weight: bold;*/
	    font-size: 17;
	    color: black;
	}
	.offercard_img {
		/*APPEARANCE*/
			position: static;
			top: unset;
			left: unset;
			visibility: hidden;
		/*/APPEARANCE*/
	}
	.offercard_pictogramm {
	/*APPEARANCE*/
		/*position: static;*/
		/*top: unset;*/
		left: unset;
		visibility: hidden;
	/*/APPEARANCE*/
    position: absolute;
    top: 0;
    right: 4px;
	}
}