@charset "ISO-8859-1";
/* Stylesheet fairfruits.de jungle_tabs.css 2020-04-10 */

/* Tabellen */
.jungletablehead {margin: 0 auto; padding: 4px 0; max-width: 80%;}
.jungletable {margin: 0 0 4px 0; width: 100%; display: table;}

@media screen and (max-width: 600px) {
	.jungletablehead {max-width: 90%;}
 	 .jungletable {display: block;}}

.jungletable_row {display: table-row; background-color: transparent; color: #ffffff;}
.jungletable_row:nth-of-type(odd) {background-color: #434343;}
.headerliner {font-weight: 500;}

@media screen and (max-width: 600px) {
.jungletable_row {padding: 8px 0; display: block; -webkit-border-radius: 9px; -moz-border-radius: 9px; -khtml-border-radius: 9px; border-radius: 9px;}
.jungletable_row.headerliner {background-color: #111111;}}

.jungletable_cell, .jungleover_cell {padding: 6px 16px; display: table-cell; text-decoration: none;}
.jungleover_cell {color: #8bfd04; font-weight: 500;}
.jungleover_cell:nth-of-type(odd) {color: #78f8fa;}
.jungletable_cell {color: #ffffff; font-weight: 400;}
.jungletable_cell:first-of-type {color: #f3fb1e; padding-right: 20px; min-width: 25%;}
.jungleover_cell:first-of-type {min-width: 25%;}
.jungletable_cell:first-child, .jungleover_cell:first-child {-webkit-border-radius: 7px 0 0 7px; -moz-border-radius: 7px 0 0 7px; -khtml-border-radius: 7px 0 0 7px; border-radius: 7px 0 0 7px;}
.jungletable_cell:last-child, .jungleover_cell:last-child {-webkit-border-radius: 0 7px 7px 0; -moz-border-radius: 0 7px 7px 0; -khtml-border-radius: 0 7px 7px 0; border-radius: 0 7px 7px 0;}

@media screen and (max-width: 600px) {
  .jungletable_cell, .jungleover_cell {padding: 3px 12px; display: block;}}

.jungletable .jungletable_cell a[href*="http"] {background: url('https://fairfruits.de/design/linker.svg') no-repeat right; background-size: 18px 18px; padding: 0 22px 0 0;}