{"id":67,"date":"2014-02-18T23:58:13","date_gmt":"2014-02-18T22:58:13","guid":{"rendered":"http:\/\/dauer-online.eu\/?p=67"},"modified":"2015-08-04T21:01:31","modified_gmt":"2015-08-04T19:01:31","slug":"berechnungen-zu-nitrox","status":"publish","type":"post","link":"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/","title":{"rendered":"Berechnungen zum Nitroxtauchen"},"content":{"rendered":"<script type=\"text\/javascript\" language=\"JavaScript\">\/\/ <![CDATA[\r\n\r\n\r\n\r\n<!--\r\nfunction runde(x, n) {\r\n  if (n < 1 || n > 14) return false;\r\n  var e = Math.pow(10, n);\r\n  var k = (Math.round(x * e) \/ e).toString();\r\n  if (k.indexOf('.') == -1) k += '.';\r\n  k += e.toString().substring(1);\r\n  return k.substring(0, k.indexOf('.') + n+1);\r\n}\r\n\r\nfunction n2aendern()\r\n{\r\n  var wert = 100 - parseInt(document.form1.o2.value);\r\n  document.form1.n2.value = wert;\r\n}\r\n\r\nfunction berechne_Vorrat(flasche,flaschendruck)\r\n{\r\n  var wert = parseInt(flasche.value) * (flaschendruck.value - 50);\r\n  document.form1.vorrat.value = wert;\r\n}\r\nfunction berechneMOD()\r\n{\r\n  x = parseFloat(document.form1.o2.value)\/ 100 ;\r\n  if(document.form1.partialerlaubt[1].checked) y = 1.6;\r\n  else y = 1.4;\r\n  y = y \/ x;\r\n  document.form1.MOP.value = runde(y,2);\r\n  if(document.form1.MOP.value != \"0\")\r\n  {\r\n    x = parseFloat(document.form1.MOP.value);\r\n    x = (x-1 ) * 10;\r\n    document.form1.MOD.value = runde(x,2);\r\n  };\r\n}\r\nfunction Berechnung()\r\n{\r\n  n2aendern();\r\n  berechneMOD();\r\n}\r\n\r\nfunction bmixberechnen()\r\n{\r\n  x = parseInt(document.form1.MODgeg.value) \/ 10 + 1;\r\n  if(document.form1.pdruck[1].checked) y = 1.6;\r\n  else y = 1.4;\r\n  x = y \/ x * 100 ;\r\n  x = runde(x,1);\r\n  x = x.toString();\r\n  y = x.indexOf('.');\r\n  x = x.substring(0,y);\r\n  document.form1.o2ber.value = x;\r\n  y = 100 - parseInt(document.form1.o2ber.value);\r\n  y = y.toString();\r\n  document.form1.n2ber.value = y;\r\n  document.form1.EAN.value = x + ' ' + y;\r\n}\r\nfunction RestBerechnung()\r\n{\r\n p = parseInt(document.form1.tiefe.value) \/ 10 + 1;\r\n tz = parseInt(document.form1.GZeit.value)+parseInt(document.form1.ATZeit.value);\r\n verb = p * parseInt(document.form1.AMV.value)* tz;\r\n document.form1.verbrauch.value = verb;\r\n tz = parseInt(document.form1.flasche.value) * parseInt(document.form1.flaschendruck.value);\r\n tz = (tz - verb) \/ (document.form1.flasche.value);\r\n tz = runde(tz,1);\r\n document.form1.Restdruck.value = tz;\r\n}\r\n\/\/ ]]><\/script>\r\n<form name=\"form1\">\r\n<table style=\"border-collapse: collapse;\" width=\"464\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#808080\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\" bgcolor=\"#cccccc\" width=\"266\">\r\n\r\n<b><span style=\"font-family: Arial; font-size: small;\">Eingabe<\/span><\/b><\/td>\r\n<td colspan=\"2\" bgcolor=\"#cccccc\" width=\"188\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">\u00a0<input onclick=\"Berechnung()\" type=\"button\" name=\"ermitteln\" value=\"berechnen\" \/><\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td bgcolor=\"#cccccc\" width=\"92\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">Gasgemisch<\/span><\/td>\r\n<td colspan=\"2\" bgcolor=\"#808080\" width=\"170\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"><input type=\"text\" maxlength=\"3\" name=\"o2\" size=\"5\" value=\"21\" \/> %O2\r\n<input type=\"text\" maxlength=\"3\" name=\"n2\" size=\"5\" value=\"79\" \/> %N2\r\n<\/span><\/td>\r\n<td bgcolor=\"#cccccc\" width=\"47\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">MOP<\/span><\/td>\r\n<td width=\"137\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"><input type=\"text\" maxlength=\"4\" name=\"MOP\" size=\"5\" value=\"0\" \/> bar\r\nmax. Druck<\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td bgcolor=\"#cccccc\" width=\"92\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">max. O<sub>2<\/sub>\r\nPartialdruck\r\n<\/span><\/td>\r\n<td colspan=\"2\" width=\"170\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"><input type=\"radio\" name=\"partialerlaubt\" value=\"1.4\" \/>1,4 bar<\/span>\r\n<span style=\"font-family: Arial; font-size: xx-small;\">(Kaltwasser)<\/span>\r\n<span style=\"font-family: Arial; font-size: small;\"><input type=\"radio\" name=\"partialerlaubt\" value=\"1.6\" \/>1,6 bar<\/span>\r\n<span style=\"font-family: Arial; font-size: xx-small;\">(Warmwasser)<\/span><\/td>\r\n\r\n<td bgcolor=\"#cccccc\" width=\"47\">\r\n<b><span style=\"font-family: Arial; font-size: small;\">MOD<\/span><\/b><\/td>\r\n\r\n<td bgcolor=\"#cccccc\" width=\"137\">\r\n<span style=\"font-family: Arial; font-size: small;\"><input type=\"text\" maxlength=\"4\" name=\"MOD\" size=\"5\" value=\"0\" \/> m\r\n<\/span><b><span style=\"font-family: Arial; font-size: small;\">max. Tauchtiefe<\/span><\/b><\/td>\r\n<\/tr>\r\n<tr bgcolor=\"#666666\">\r\n<td colspan=\"5\" bgcolor=\"#666666\" width=\"458\" height=\"7\"><span style=\"font-family: Arial; font-size: xx-small;\"><b>\u00a0\u00a0<\/b><\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td colspan=\"2\" bgcolor=\"#cccccc\" width=\"247\">\r\n\r\n<b><span style=\"font-family: Arial; font-size: small;\">Eingabe<\/span><\/b><\/td>\r\n<td colspan=\"3\" bgcolor=\"#cccccc\" width=\"207\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"><input onclick=\"bmixberechnen()\" type=\"button\" name=\"BMBerechnen\" value=\"berechnen\" \/><\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td bgcolor=\"#cccccc\" width=\"92\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">MOD<\/span><\/td>\r\n<td bgcolor=\"white\" width=\"151\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">\u00a0<input type=\"text\" maxlength=\"3\" name=\"MODgeg\" size=\"5\" value=\"30\" \/> \u00a0m\r\nmax. Tauchtiefe\u00a0\u00a0<\/span><\/td>\r\n<td colspan=\"2\" bgcolor=\"#cccccc\" width=\"66\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">BestMix\r\nNITROX<\/span><\/td>\r\n<td width=\"137\"><span style=\"font-family: Arial; font-size: small;\"><input type=\"text\" maxlength=\"3\" name=\"o2ber\" size=\"5\" value=\"21\" \/>\r\n% O2\r\n<input type=\"text\" maxlength=\"3\" name=\"n2ber\" size=\"5\" value=\"79\" \/>\r\n% N2 \u00a0\u00a0<\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td bgcolor=\"#cccccc\" width=\"92\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">max.O<sub>2\r\n<\/sub>Partialdruck<\/span><\/td>\r\n<td colspan=\"3\" bgcolor=\"white\" width=\"221\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"><input type=\"radio\" name=\"pdruck\" value=\"1.4\" \/>1,4 bar <\/span>\r\n<span style=\"font-family: Arial; font-size: xx-small;\">(Kaltwasser)<\/span><span style=\"font-family: Arial; font-size: small;\">\r\n<input type=\"radio\" name=\"pdruck\" value=\"1.6\" \/>1,6 bar <\/span><span style=\"font-family: Arial; font-size: xx-small;\">(Warmwasser)<\/span><\/td>\r\n<td bgcolor=\"#cccccc\" width=\"137\">\r\n\r\n<b><span style=\"font-family: Arial; font-size: small;\">EAN \u00a0<input type=\"text\" maxlength=\"5\" name=\"EAN\" size=\"6\" value=\"21 79\" \/><\/span><\/b><\/td>\r\n<\/tr>\r\n<tr>\r\n<td colspan=\"5\" bgcolor=\"#666666\" width=\"458\"><span style=\"font-family: Arial; font-size: xx-small;\"><b>\u00a0\u00a0<\/b><\/span><\/td>\r\n<\/tr>\r\n\r\n<tr>\r\n<td colspan=\"5\" bgcolor=\"#cccccc\" width=\"458\">\r\n\r\n<b><span style=\"font-family: Arial; font-size: small;\">allgemeine Gasvorratsberechnung<\/span><\/b><\/td>\r\n<\/tr>\r\n\r\n<tr>\r\n<td bgcolor=\"#cccccc\" width=\"92\"><span style=\"font-family: Arial; font-size: small;\">Flasche<\/span><\/td>\r\n<td colspan=\"2\" width=\"170\">\r\n<span style=\"font-family: Arial; font-size: small;\">\r\n<select name=\"flasche\" size=\"1\" onchange=\"berechne_Vorrat(flasche, flaschendruck)\">\r\n<option value=\"6\">6<\/option>\r\n<option value=\"7\">7<\/option>\r\n<option value=\"10\">10<\/option>\r\n<option value=\"11\">11<\/option>\r\n<option selected=\"selected\" value=\"12\">12<\/option>\r\n<option value=\"15\">15<\/option>\r\n<option value=\"20\">20<\/option>\r\n<\/select>\r\n\r\n<\/span>\r\n\r\nLiter<\/td>\r\n<td rowspan=\"3\" colspan=\"2\" width=\"188\">&nbsp;<\/td>\r\n<\/tr>\r\n<tr>\r\n<td bgcolor=\"#cccccc\" width=\"92\"><span style=\"font-family: Arial; font-size: small;\">Druck<\/span><\/td>\r\n<td colspan=\"2\" width=\"170\"><span style=\"font-family: Arial; font-size: small;\">\u00a0<input type=\"text\" maxlength=\"3\" name=\"flaschendruck\" size=\"5\" value=\"200\" onchange=\"berechne_Vorrat(flasche, flaschendruck)\" \/> bar<\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td bgcolor=\"#cccccc\" width=\"92\"><span style=\"font-family: Arial; font-size: small;\">Vorrat<\/span><\/td>\r\n<td colspan=\"2\" width=\"170\"><span style=\"font-family: Arial; font-size: small;\">\u00a0<input type=\"text\" maxlength=\"4\" name=\"vorrat\" size=\"5\" value=\"1800\" \/> bar l\r\nbei 50 bar Reserve<\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td bgcolor=\"#cccccc\" width=\"92\"><span style=\"font-family: Arial; font-size: small;\">Grundzeit<\/span><\/td>\r\n<td colspan=\"2\" width=\"170\"><span style=\"font-family: Arial; font-size: small;\">\u00a0<input type=\"text\" maxlength=\"2\" name=\"GZeit\" size=\"5\" value=\"20\" \/> min<\/span><\/td>\r\n<td colspan=\"2\" bgcolor=\"#cccccc\" width=\"188\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">Zeit seit dem Abtauchen und Verbleib in entsprechender Tiefe<\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td bgcolor=\"#cccccc\" width=\"92\"><span style=\"font-family: Arial; font-size: small;\">Austauchzeit<\/span><\/td>\r\n<td colspan=\"2\" width=\"170\"><span style=\"font-family: Arial; font-size: small;\">\u00a0<input type=\"text\" maxlength=\"2\" name=\"ATZeit\" size=\"5\" value=\"3\" \/> min<\/span><\/td>\r\n<td colspan=\"2\" bgcolor=\"#cccccc\" width=\"188\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\">\u00a0Austauchen mit 10m\/min incl.\r\nDeko und \u00a0Zuschlag f\u00fcr Wdh.-Gruppe<\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td bgcolor=\"#cccccc\" width=\"92\"><span style=\"font-family: Arial; font-size: small;\">Atemminuten-\r\nvolumen (AMV)<\/span><\/td>\r\n<td colspan=\"2\" width=\"170\"><span style=\"font-family: Arial; font-size: small;\">\u00a0<input type=\"text\" maxlength=\"2\" name=\"AMV\" size=\"5\" value=\"20\" \/> L \/<\/span><sub><span style=\"font-family: Arial; font-size: small;\">min * 1bar<\/span><\/sub><\/td>\r\n<td rowspan=\"2\" colspan=\"2\" bgcolor=\"#cccccc\" width=\"188\">\r\n\r\n<span style=\"font-family: Arial; font-size: small;\"><input onclick=\"RestBerechnung()\" type=\"button\" name=\"Gasberechnung\" value=\"Berechnung \" \/>\r\n<b>Verbrauch \u00a0<\/b><input type=\"text\" maxlength=\"4\" name=\"verbrauch\" size=\"6\" value=\"0\" \/> bar l\r\n\r\n<b>Restdruck \u00a0<\/b><input type=\"text\" maxlength=\"4\" name=\"Restdruck\" size=\"6\" value=\"0\" \/> bar\r\n<\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td bgcolor=\"#cccccc\" width=\"92\"><span style=\"font-family: Arial; font-size: small;\">max. Tiefe<\/span><\/td>\r\n<td colspan=\"2\" width=\"170\"><span style=\"font-family: Arial; font-size: small;\">\u00a0<input type=\"text\" maxlength=\"3\" name=\"tiefe\" size=\"5\" value=\"30\" \/> m<\/span><\/td>\r\n<\/tr>\r\n<tr>\r\n<td colspan=\"5\" bgcolor=\"#666666\" width=\"458\"><span style=\"font-family: Arial; font-size: xx-small;\"><b>\u00a0\u00a0<\/b><\/span><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n\r\n&nbsp;\r\n<\/script>\r\n\r\n<\/script>","protected":false},"excerpt":{"rendered":"Eingabe \u00a0 Gasgemisch %O2 %N2 MOP bar max. Druck max. O2 Partialdruck 1,4 bar (Kaltwasser) 1,6 bar (Warmwasser) MOD m max. Tauchtiefe \u00a0\u00a0 Eingabe MOD \u00a0 \u00a0m max. Tauchtiefe\u00a0\u00a0 BestMix NITROX % O2 % N2 \u00a0\u00a0 max.O2 Partialdruck 1,4 bar (Kaltwasser) 1,6 bar (Warmwasser) EAN \u00a0 \u00a0\u00a0 allgemeine Gasvorratsberechnung Flasche 6 7 10 11 12 [&hellip;]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"categories":[5],"tags":[14,15,17],"class_list":["post-67","post","type-post","status-publish","format-standard","hentry","category-tauchen","tag-gasberechnung","tag-nitrox","tag-tauchen"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Berechnungen zum Nitroxtauchen - J\u00fcrgen Dauer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Berechnungen zum Nitroxtauchen - J\u00fcrgen Dauer\" \/>\n<meta property=\"og:description\" content=\"Eingabe \u00a0 Gasgemisch %O2 %N2 MOP bar max. Druck max. O2 Partialdruck 1,4 bar (Kaltwasser) 1,6 bar (Warmwasser) MOD m max. Tauchtiefe \u00a0\u00a0 Eingabe MOD \u00a0 \u00a0m max. Tauchtiefe\u00a0\u00a0 BestMix NITROX % O2 % N2 \u00a0\u00a0 max.O2 Partialdruck 1,4 bar (Kaltwasser) 1,6 bar (Warmwasser) EAN \u00a0 \u00a0\u00a0 allgemeine Gasvorratsberechnung Flasche 6 7 10 11 12 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/\" \/>\n<meta property=\"og:site_name\" content=\"J\u00fcrgen Dauer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100012889633022\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/profile.php?id=100012889633022\" \/>\n<meta property=\"article:published_time\" content=\"2014-02-18T22:58:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-08-04T19:01:31+00:00\" \/>\n<meta name=\"author\" content=\"J\u00fcrgen Dauer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"J\u00fcrgen Dauer\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/berechnungen-zu-nitrox\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/berechnungen-zu-nitrox\\\/\"},\"author\":{\"name\":\"J\u00fcrgen Dauer\",\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/#\\\/schema\\\/person\\\/50b62c96e9f2682a28fb2ed7c74e942a\"},\"headline\":\"Berechnungen zum Nitroxtauchen\",\"datePublished\":\"2014-02-18T22:58:13+00:00\",\"dateModified\":\"2015-08-04T19:01:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/berechnungen-zu-nitrox\\\/\"},\"wordCount\":3,\"publisher\":{\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/#\\\/schema\\\/person\\\/50b62c96e9f2682a28fb2ed7c74e942a\"},\"keywords\":[\"Gasberechnung\",\"Nitrox\",\"Tauchen\"],\"articleSection\":[\"Tauchen\"],\"inLanguage\":\"de\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/berechnungen-zu-nitrox\\\/\",\"url\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/berechnungen-zu-nitrox\\\/\",\"name\":\"Berechnungen zum Nitroxtauchen - J\u00fcrgen Dauer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/#website\"},\"datePublished\":\"2014-02-18T22:58:13+00:00\",\"dateModified\":\"2015-08-04T19:01:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/berechnungen-zu-nitrox\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/berechnungen-zu-nitrox\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/berechnungen-zu-nitrox\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Berechnungen zum Nitroxtauchen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/\",\"name\":\"J\u00fcrgen Dauer\",\"description\":\"...die Verbindung zu Freunden\",\"publisher\":{\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/#\\\/schema\\\/person\\\/50b62c96e9f2682a28fb2ed7c74e942a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/#\\\/schema\\\/person\\\/50b62c96e9f2682a28fb2ed7c74e942a\",\"name\":\"J\u00fcrgen Dauer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/wp-content\\\/uploads\\\/2014\\\/02\\\/JD-UW-20080831-2454.jpg\",\"url\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/wp-content\\\/uploads\\\/2014\\\/02\\\/JD-UW-20080831-2454.jpg\",\"contentUrl\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/wp-content\\\/uploads\\\/2014\\\/02\\\/JD-UW-20080831-2454.jpg\",\"width\":2048,\"height\":1536,\"caption\":\"J\u00fcrgen Dauer\"},\"logo\":{\"@id\":\"https:\\\/\\\/dauer-online.eu\\\/wordpress\\\/wp-content\\\/uploads\\\/2014\\\/02\\\/JD-UW-20080831-2454.jpg\"},\"sameAs\":[\"https:\\\/\\\/dauer-online.eu\",\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100012889633022\",\"https:\\\/\\\/www.pinterest.de\\\/jdauer1639\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Berechnungen zum Nitroxtauchen - J\u00fcrgen Dauer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/","og_locale":"de_DE","og_type":"article","og_title":"Berechnungen zum Nitroxtauchen - J\u00fcrgen Dauer","og_description":"Eingabe \u00a0 Gasgemisch %O2 %N2 MOP bar max. Druck max. O2 Partialdruck 1,4 bar (Kaltwasser) 1,6 bar (Warmwasser) MOD m max. Tauchtiefe \u00a0\u00a0 Eingabe MOD \u00a0 \u00a0m max. Tauchtiefe\u00a0\u00a0 BestMix NITROX % O2 % N2 \u00a0\u00a0 max.O2 Partialdruck 1,4 bar (Kaltwasser) 1,6 bar (Warmwasser) EAN \u00a0 \u00a0\u00a0 allgemeine Gasvorratsberechnung Flasche 6 7 10 11 12 [&hellip;]","og_url":"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/","og_site_name":"J\u00fcrgen Dauer","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100012889633022","article_author":"https:\/\/www.facebook.com\/profile.php?id=100012889633022","article_published_time":"2014-02-18T22:58:13+00:00","article_modified_time":"2015-08-04T19:01:31+00:00","author":"J\u00fcrgen Dauer","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"J\u00fcrgen Dauer"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/#article","isPartOf":{"@id":"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/"},"author":{"name":"J\u00fcrgen Dauer","@id":"https:\/\/dauer-online.eu\/wordpress\/#\/schema\/person\/50b62c96e9f2682a28fb2ed7c74e942a"},"headline":"Berechnungen zum Nitroxtauchen","datePublished":"2014-02-18T22:58:13+00:00","dateModified":"2015-08-04T19:01:31+00:00","mainEntityOfPage":{"@id":"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/"},"wordCount":3,"publisher":{"@id":"https:\/\/dauer-online.eu\/wordpress\/#\/schema\/person\/50b62c96e9f2682a28fb2ed7c74e942a"},"keywords":["Gasberechnung","Nitrox","Tauchen"],"articleSection":["Tauchen"],"inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/","url":"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/","name":"Berechnungen zum Nitroxtauchen - J\u00fcrgen Dauer","isPartOf":{"@id":"https:\/\/dauer-online.eu\/wordpress\/#website"},"datePublished":"2014-02-18T22:58:13+00:00","dateModified":"2015-08-04T19:01:31+00:00","breadcrumb":{"@id":"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dauer-online.eu\/wordpress\/berechnungen-zu-nitrox\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/dauer-online.eu\/wordpress\/"},{"@type":"ListItem","position":2,"name":"Berechnungen zum Nitroxtauchen"}]},{"@type":"WebSite","@id":"https:\/\/dauer-online.eu\/wordpress\/#website","url":"https:\/\/dauer-online.eu\/wordpress\/","name":"J\u00fcrgen Dauer","description":"...die Verbindung zu Freunden","publisher":{"@id":"https:\/\/dauer-online.eu\/wordpress\/#\/schema\/person\/50b62c96e9f2682a28fb2ed7c74e942a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dauer-online.eu\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":["Person","Organization"],"@id":"https:\/\/dauer-online.eu\/wordpress\/#\/schema\/person\/50b62c96e9f2682a28fb2ed7c74e942a","name":"J\u00fcrgen Dauer","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/dauer-online.eu\/wordpress\/wp-content\/uploads\/2014\/02\/JD-UW-20080831-2454.jpg","url":"https:\/\/dauer-online.eu\/wordpress\/wp-content\/uploads\/2014\/02\/JD-UW-20080831-2454.jpg","contentUrl":"https:\/\/dauer-online.eu\/wordpress\/wp-content\/uploads\/2014\/02\/JD-UW-20080831-2454.jpg","width":2048,"height":1536,"caption":"J\u00fcrgen Dauer"},"logo":{"@id":"https:\/\/dauer-online.eu\/wordpress\/wp-content\/uploads\/2014\/02\/JD-UW-20080831-2454.jpg"},"sameAs":["https:\/\/dauer-online.eu","https:\/\/www.facebook.com\/profile.php?id=100012889633022","https:\/\/www.pinterest.de\/jdauer1639\/"]}]}},"_links":{"self":[{"href":"https:\/\/dauer-online.eu\/wordpress\/wp-json\/wp\/v2\/posts\/67","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dauer-online.eu\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dauer-online.eu\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dauer-online.eu\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dauer-online.eu\/wordpress\/wp-json\/wp\/v2\/comments?post=67"}],"version-history":[{"count":8,"href":"https:\/\/dauer-online.eu\/wordpress\/wp-json\/wp\/v2\/posts\/67\/revisions"}],"predecessor-version":[{"id":76,"href":"https:\/\/dauer-online.eu\/wordpress\/wp-json\/wp\/v2\/posts\/67\/revisions\/76"}],"wp:attachment":[{"href":"https:\/\/dauer-online.eu\/wordpress\/wp-json\/wp\/v2\/media?parent=67"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dauer-online.eu\/wordpress\/wp-json\/wp\/v2\/categories?post=67"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dauer-online.eu\/wordpress\/wp-json\/wp\/v2\/tags?post=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}