@charset "ISO-8859-1";
/* Stylesheet eqiooki.de jungle_timescale.css 2019-12-26 */

/* Zeitstrahl Geschichte */
.timescale {display: block; width: 100%; margin: 0 auto !important;}	
.timescale_block {width: 100%; margin: 4px 0; padding: 0 !important;}	
.timescale_year {display: inline-block; width: 24%; background-color: #f3fb1e; color: #3b3b3b; border-top: 1px solid #f3fb1e; -webkit-border-radius: 0 0 7px 7px; -moz-border-radius: 0 0 7px 7px; -khtml-border-radius: 0 0 7px 7px; border-radius: 0 0 7px 7px; margin: 0 -3px 0 0 !important; padding: 3px; text-align: center; vertical-align: top;}	
.timescale_columne {display: inline-block; width: 72%; height: auto; border-color: #f3fb1e; border-width: 1px 0 0 0; border-style: solid; -webkit-border-image: -webkit-linear-gradient(left, #f3fb1e 0%, #f3fb1e 50%, #3b3b3b 100%); -moz-border-image: -moz-linear-gradient(left, #f3fb1e 0%, #f3fb1e 50%, #3b3b3b 100%); -o-border-image: -o-linear-gradient(left, #f3fb1e 0%, #f3fb1e 50%, #3b3b3b 100%); border-image: linear-gradient(to right, #f3fb1e 0%, #f3fb1e 50%, #3b3b3b 100%); border-image-slice: 1; background-color: transparent; color: #ffffff; margin: 0 0 0 -3px !important; padding: 3px 6px; text-align: center; vertical-align: top;}
	
@media only screen and (max-width:56em) {
	.timescale {width: 100%;}
	.timescale_year {display: block; width: 96%; border: none; -webkit-border-radius: 7px; -moz-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px; margin: 0 !important;}	
	.timescale_columne {display: block; width: 96%;border: none; margin: 2px 0 !important; padding: 2px; text-align: center;}
	}
	
@media print {
	.timescale {width: 100%;}
	.timescale_year {display: block; width: 100%; border: none; text-align: center; color: #000000; background-color: #e0e0e0; -webkit-border-radius: 7px; -moz-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px;}	
	.timescale_columne {display: block; width: 100%; border: none; margin: 2px 0 !important; text-align: center; color: #000000; background-color: transparent;}
}