Wir machen eine Winterpause. Letzter Versand für Zubehör 23.12.2024
Sonderversand ausschließlich für Futterinsekten am 23.12.2024 möglich!
Weitere Informationen finden Sie hier!
Der Stachelschwanzwaran
Zusatz-Kühlpack erwünscht? Hier klicken und mitbestellen!'; var link_heat = '
Zusatz-Wärmekissen erwünscht? Hier klicken und mitbestellen!'; var InsectsBreak = { '202022' : {'day': 1, isLast: true}, '202023' : {'day': 1, isLast: true}, '202051' : {isLast: true, info: '
Kein Versand von Futterinsekten am 23.12.2020.
Der letzte Versandtag 2020 ist der 30.12.2020
'}, '202052' : {'day': 7, isLast: true, info: '
Kein Versand von Futterinsekten am 23.12.2020.
Der letzte Versandtag 2020 ist der 30.12.2020
'}, '202114' : {'day': 1, isLast: true}, '202216' : {'day': 1, isLast: true}, '202252' : {'day': 1, isLast: true, 'closing' : 3}, '202315' : {'day': 0, isLast: true, 'closing' : 4}, '202318' : {'day': 1, isLast: true, 'closing' : 3}, '202322' : {'day': 1, isLast: true, 'closing' : 3}, '202323' : {'day': 0, isLast: true, 'closing' : 3}, '202344' : {'day': 1, isLast: true, 'closing' : 3}, '202418' : {'day': 1, isLast: true, 'closing' : 0}, '202421' : {'day': 1, isLast: true, 'closing' : 1}, '202451' : {isLast: true, info: 'Der letzte reguläre Futterinsekten-Versandtag 2024 ist der 18.12.2024. '}, '202452' : {isLast: true, day: -2, info: 'Nur per Feiertags-Express!
Kein regulärer Futterversand mehr in 2024.
Der erste Versand 2025 erfolgt am 08.01.2025'}, '20251' : {isLast: true, day: -2, info: 'Nur per Feiertags-Express!
Kein regulärer Futterversand mehr in 2024.
Der erste Versand 2025 erfolgt am 08.01.2025'} }; var kw_heat = [40,20] Date.prototype.getWeekNumber = function(){ var d = new Date(Date.UTC(this.getFullYear(), this.getMonth(), this.getDate())); var dayNum = d.getUTCDay() || 7; d.setUTCDate(d.getUTCDate() + 4 - dayNum); var yearStart = new Date(Date.UTC(d.getUTCFullYear(),0,1)); return Math.ceil((((d - yearStart) / 86400000) + 1)/7) }; var nextweek = false; function formateTwo(singlenumbers) { return ('0' + singlenumbers).slice(-2); } function updateInsekts() { var today =new Date (); var d = new Date (); var mondayBefore8 = false; var multipl = false; if(d.getDay() == 0) { multipl = 3; } else if(d.getDay() > 1 ) { multipl = 6 - d.getDay() + 4; nextweek = true; } else if(d.getDay() == 1 && (d.getHours() < 8 || (d.getHours() == 8 && d.getMinutes() <= 0))) { multipl = 2; mondayBefore8 = true; } else { multipl = 9; nextweek = true; } d.setHours(9); d.setMinutes(0); d.setSeconds(0); d.setTime (d.getTime () + (multipl * 24 * 60 * 60 * 1000)); var Info = ''; var weekNumber = d.getWeekNumber(); var closingtime = 0; if (InsectsBreak[d.getFullYear()+''+weekNumber]) { var infoVersand = InsectsBreak[d.getFullYear()+''+weekNumber]; if (infoVersand.closing) { closingtime = infoVersand.closing; } if (infoVersand.isLast) { if(infoVersand.info) { Info = infoVersand.info; } if(infoVersand.day) { upset = (24 * 60 * 60 * 1000) * infoVersand.day; d.setTime (d.getTime () + upset); } } else { var upset = (7 * 24 * 60 * 60 * 1000); if (infoVersand.rate) { upset *= infoVersand.rate; } if(infoVersand.day) { upset += (24 * 60 * 60 * 1000) * infoVersand.day; } d.setTime (d.getTime () + upset); if(infoVersand.info) { Info = infoVersand.info; } } } var wochentage = new Array ("Sonntag", "Montag", "Dienstag","Mittwoch", "Donnerstag", "Freitag", "Samstag"); var Text = 'Versand: ' + wochentage[d.getDay ()] + ', ' + formateTwo(d.getDate ()) + '.' + formateTwo(d.getMonth ()+1) + '.' + d.getFullYear ()+''; var MondayOfWeek = d.getDay()-1; MondayOfWeek = MondayOfWeek+closingtime ; d.setTime (d.getTime () - (MondayOfWeek * 24 * 60 * 60 * 1000)); d.setHours(8); d.setMinutes(0); d.setSeconds(0); Text += '
Bestellschluss: ' + wochentage[d.getDay ()] + ', ' + formateTwo(d.getDate ()) + '.' + formateTwo(d.getMonth ()+1) + '.' + d.getFullYear () + ' ('+formateTwo(d.getHours())+":"+formateTwo(d.getMinutes())+" Uhr vormittag)"; if(d.getDate () == today.getDate () && d.getMonth () == today.getMonth () && mondayBefore8) { var timeLeft = d.getTime() - today.getTime(); var secondsLeft = Math.floor(timeLeft / 1000); var minutesLeft = Math.floor(secondsLeft / 60); var hoursLeft = Math.floor(minutesLeft / 60); var daysLeft = Math.floor(hoursLeft / 24); hoursLeft %= 24; minutesLeft %= 60; secondsLeft %= 60; var Days = "Tag"; var Hours = "Stunde"; var Minutes = "Minute"; if (hoursLeft != 1) { Hours += "n"; } if (minutesLeft != 1) { Minutes += "n"; } if (minutesLeft != 1) { Days += "e"; } Text += '
Schnell noch bestellen, nur noch '+hoursLeft+''+Hours+' und '+minutesLeft+''+Minutes+' bis zum Bestellschluss für diese Woche.'; setTimeout(function(){ updateDate(); }, 800); } console.log(Text); console.log(Info); /* if (weekNumber >= kw_heat[0] || weekNumber <= kw_heat[1]) { Info += link_heat; } else { Info += link_cool; }*/ if (Info != '') { Text += '
'+Info+''; } return Text; } var iel = document.getElementById('insectsInformation') iel.innerHTML = updateInsekts(); } updateDate(); }
* inkl. ges. MwSt. zzgl. Versandkosten
Jeder Band stellt ein bekanntes Terrarientier vor und bietet eine genaue Pflegeanleitung! Alle Bücher sind von versierten Fachleuten geschrieben, die über umfangreiche Erfahrungen mit der jeweiligen Art verfügen! Zahlreiche Praxistipps und interessante Hintergrundinfos Attraktive, moderne Gestaltung Durchgängig farbig und großzügig bebildert.
Handbücher
Derzeit sind keine Dokumente zu diesem Produkt verfügbar. Wir arbeiten daran, diese in naher Zukunft aufzunehmen. Bitte schauen Sie später noch einmal vorbei. ${ variationPropertyGroups.manuals1text } ,${ variationPropertyGroups.manuals2text } ,${ variationPropertyGroups.manuals3text } ,${ variationPropertyGroups.manuals4text } ,${ variationPropertyGroups.manuals5text } ,${ variationPropertyGroups.manuals6text } ${ variationPropertyGroups.manuals2text } ,${ variationPropertyGroups.manuals3text } ,${ variationPropertyGroups.manuals4text } ,${ variationPropertyGroups.manuals5text } ,${ variationPropertyGroups.manuals6text } ${ variationPropertyGroups.manuals3text } ,${ variationPropertyGroups.manuals4text } ,${ variationPropertyGroups.manuals5text } ,${ variationPropertyGroups.manuals6text } ${ variationPropertyGroups.manuals4text } ,${ variationPropertyGroups.manuals5text } ,${ variationPropertyGroups.manuals6text } ${ variationPropertyGroups.manuals5text } ,${ variationPropertyGroups.manuals6text } ${ variationPropertyGroups.manuals6text }
CE-Symbol
Produkt entspricht EU-Sicherheits- und Qualitätsstandards
EU-Verantwortlicher