/* .sensuel.de - alle RD-Notationen. */
/* .Initialisierung der RDs. */
#RD_Menue {
	display: none;
	position: absolute; 
	right: 0; 
	top: 0px; 
	z-index: 999; 
	width: 55px; 
	height: 55px; 
	background-image: url('../2017_eicons/HH_Menue_55.png'); 
	background-position: center cente; 
	background-repeat: no-repeat;
}
.RD_rein {display: none;}

/* .RD-Breaks: 960, 724, 480 px (+ 16px Scrollbalken = x px) . */

@media only screen and (max-width: 976px) {

	} /* .ENDE 976. */

@media only screen and (max-width: 740px) {

html {font-size: 80%; }

#RD_Menue {display: block;}
#socialMedia, #hauptNavi {display: none;}
#hauptNavi:TARGET {display: block;}
#kopf .wrapper {background-image: url('../2017_eicons/SENSUEL_LOGO_240.png');}

#hauptNavi UL {float: none;}
#hauptNavi UL LI {float: none; border-left: none}
#hauptNavi UL LI A {line-height: 4; border-bottom: 1px solid  rgb(64,64,64);}
#hauptNavi UL LI P {
	display: block;
	position: static;
	background-color: rgb(64,64,64);
}
#hauptNavi UL LI  P A {padding-left: 30px; line-height: 3; border-bottom: 1px solid rgb(77,77,77);}

.pfeilNaviLinks, .pfeilNaviRechts {
	font-size: 2.5rem;
	padding: 1rem;
	margin: 0.5rem 0 1rem 0;
}

.RD_rein {display: inline-block;}

#inhalte .youtube {float: none; margin: 30px 0;}

 } /* .ENDE 740. */

@media only screen and (max-width: 496px) {

#kopf .wrapper {background-image: url('../2017_eicons/SENSUEL_LOGO_160.png');}
#inhalte IMG.autoImage_450 {float: none; max-width: 100%; width: 100%; height: auto; margin: 30px 0;}
#inhalte IMG.autoImage_150 {float: none; display: block; margin: 30px 0;}
#inhalte IMG.autoImage_breit_links {float: none; width: 100%; max-width: 450px;}
#inhalte IMG.autoImage_breit_rechts {float: none; width: 100%; max-width: 450px;}



	} /* .ENDE 496. */



@media only screen and (max-width: 360px) {

#kopf .wrapper {background-position: 10px center;}

#shopLink {display: none;}

#inhalte .youtube {width: 100%}

	} /* .ENDE 360. */








