mixin footnote(content)
span.footnote(data-toggle="tooltip", title=content)
mixin symbol(s)
span.oi(class="oi-"+s)
span
mixin headline
div(style="margin-top: 15px; padding-left: 1rem; padding-right: 1rem;")
table(style="font-size: 80%; font-variant: small-caps; margin-bottom: 0px; width: 100%;")
tr
td(style="padding: 0px;")
b
a(href="/firmung/") BibelWissen.Halieus.DE / Firmung
td(style="padding: 0px; text-align: right;")
a(href="http://www.halieus.de/impressum_datenschutz.html" target="_blank") Impressum & Datenschutzerklärung
p(style="font-size: 130%; font-variant: small-caps; margin-bottom: 0px;")
b FirmVorbereitung in der Pfarrei Rödental St. Hedwig 2019
ol.breadcrumb(onclick="show_all_slides();", style="margin-top: .5rem; border-radius: 0;")
block
mixin headline_item_start
li.breadcrumb-item
a(href=pathoffset+"/") Start
mixin headline_item_01
li.breadcrumb-item
a(href=pathoffset+"/") Einführung
mixin headline_item_02
li.breadcrumb-item
a(href=pathoffset+"/") Sakramente – Nachfolge – Dämonen
mixin headline_item_03
li.breadcrumb-item
a(href=pathoffset+"/") Identität – Gott – Gebote
mixin headline_item_04
li.breadcrumb-item
a(href=pathoffset+"/") Beziehungen – Sämanngleichnis (Glaube, Fähigkeiten)
mixin headline_item_05
li.breadcrumb-item
a(href=pathoffset+"/") Gemeinschaft(en) – Paten
mixin headline_item_06
li.breadcrumb-item
a(href=pathoffset+"/") Glaubensbekenntnis – Der Weg Jesu und der Nachfolge-Weg der Jünger – Jesus-Nachfolge konkret
mixin headline_item_07
li.breadcrumb-item
a(href=pathoffset+"/") Sterben, Tod – Auferstehn
mixin headline_item_08
li.breadcrumb-item
a(href=pathoffset+"/") Eucharistie – Heiliger Geist
mixin headline_item_09
li.breadcrumb-item
a(href=pathoffset+"/") Schuld – Vergebung – Versöhnung
mixin headline_item_10
li.breadcrumb-item
a(href=pathoffset+"/") Firmung
mixin headline_item_infoabend
li.breadcrumb-item
a(href=pathoffset+"/00_infoabend") InfoAbend
mixin headline_item_active
li.breadcrumb-item
.h3(style="margin-bottom: 0px; color: #0e4f88; width: 100%;")
block
mixin bottom_nav_item(active, short, href, name)
if(active===short)
li.nav-item
a.nav-link.active !{name}
else
li.nav-item
a.nav-link(href=href) !{name}
mixin bottom_nav(active)
hr(style="margin-top: 2rem; border-top-width: 7px; border-top-color: #a4d0fd;")
ul.nav.nav-fill.nav-pills(style="padding-left: 1rem; padding-right: 1rem;")
+bottom_nav_item(active, "start", pathoffset+"/", "Start")
+bottom_nav_item(active, "infoabend", pathoffset + "/00_infoabend", "InfoAbend")
+bottom_subnav(active, "01", pathoffset+"/01", "Einführung")
+bottom_subnav(active, "02", pathoffset+"/02", "Sakramente – Nachfolge – Dämonen")
+bottom_subnav(active, "03", pathoffset+"/03", "Christliche Identität – Gott – Gebote")
+bottom_subnav(active, "04", pathoffset+"/04", "Beziehungen - Sämanngleichnis (Glaube, Fähigkeiten)")
+bottom_subnav(active, "05", pathoffset+"/05", "Gemeinschaft(en) – Paten")
+bottom_subnav(active, "06", pathoffset+"/06", "Glaubensbekenntnis – Der Weg Jesu und der Nachfolge-Weg der Jünger – Jesus-Nachfolge konkret")
+bottom_subnav(active, "07", pathoffset+"/07", "Sterben, Tod – Auferstehn")
+bottom_subnav(active, "08", pathoffset+"/08", "Eucharistie – Heiliger Geist")
+bottom_subnav(active, "09", pathoffset+"/09", "Schuld – Vergebung – Versöhnung")
+bottom_subnav(active, "10", pathoffset+"/10", "Firmung")
mixin bottom_subnav(active, short, href, name)
if(active===short)
li.nav-item
a.nav-link.active !{name}
else
li.nav-item
a.nav-link(href=href) !{name}
mixin bottom_infoabend(active)
+bottom_nav("infoabend")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_subnav(active, "willkommen", pathoffset+"/00_infoabend/00_willkommen", "Willkommen")
+bottom_subnav(active, "infoabend", pathoffset+"/00_infoabend/01_infoabend", "InfoAbend")
mixin bottom_01(active)
+bottom_nav("01")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_subnav(active, "allgemein", pathoffset+"/01/01_bibel_allgemein", "Einführung in die Bibel")
+bottom_subnav(active, "jesus_mein_bild", pathoffset+"/01/02_mein_jesusbild", "Mein Bild von Jesus")
+bottom_subnav(active, "jesus_steckbrief", pathoffset+"/01/03_bibel_jesus", "Steckbrief
Jesus von Nazareth")
+bottom_subnav(active, "mk", pathoffset+"/01/04_bibel_mk", "Einführung in das Evangelium nach Markus")
mixin bottom_02(active)
+bottom_nav("02")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_subnav(active, "sakramente", pathoffset+"/02/01_sakramente", "Sakramente")
+bottom_subnav(active, "nachfolge", pathoffset+"/02/02_nachfolge", "Nachfolge")
+bottom_subnav(active, "daemonen", pathoffset+"/02/03_daemonen", "Dämonen")
+bottom_subnav(active, "jesus-nf", pathoffset+"/02/04_jesus-nf", "Auf, Jesus nach!")
mixin bottom_03(active)
+bottom_nav("03")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_subnav(active, "identitaet", pathoffset+"/03/01_identitaet", "Christliche Identität nach Mk 2,1-3,6")
+bottom_subnav(active, "ex3", pathoffset+"/03/02_ex3", "Gottes Heilswille nach Ex 3")
+bottom_subnav(active, "zehn-gebote", pathoffset+"/03/03_zehn-gebote", "Zehn Weisungen")
+bottom_subnav(active, "gebote-allgemein", pathoffset+"/03/04_gebote-allgemein", "Gebote allgemein")
mixin bottom_04(active)
+bottom_nav("04")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_subnav(active, "beziehungen", pathoffset+"/04/01_beziehungen", "Beziehungen")
+bottom_subnav(active, "gleichnis", pathoffset+"/04/02_gleichnis", "Sämanngleichnis")
+bottom_subnav(active, "faehigkeiten", pathoffset+"/04/03_faehigkeiten", "Fähigkeiten")
+bottom_subnav(active, "glaube", pathoffset+"/04/04_glaube", "Beweisbarkeit des Glaubens")
mixin bottom_05(active)
+bottom_nav("05")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_subnav(active, "gemeinschaft", pathoffset+"/05/01_gemeinschaft", "Gemeinschaft, die trägt")
+bottom_subnav(active, "paten", pathoffset+"/05/02_paten", "Paten")
mixin bottom_06(active)
+bottom_nav("06")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_subnav(active, "glbek", pathoffset+"/06/01_glbek", "Unser (mein!) Glaubensbekenntnis")
+bottom_subnav(active, "weg_jesu_weg_juenger", pathoffset+"/06/02_weg_jesu_weg_juenger", "Der Weg Jesu und der Nachfolge-Weg der Jünger")
+bottom_subnav(active, "nachfolge_konkret", pathoffset+"/06/03_nachfolge_konkret", "Nachfolge konrekt")
mixin bottom_07(active)
+bottom_nav("07")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_subnav(active, "mk", pathoffset+"/07/01_mk", "Mk 11,1-13,37")
+bottom_subnav(active, "schnippchen", pathoffset+"/07/02_schnippchen", "Dem Tod ein Schnippchen schlagen")
+bottom_subnav(active, "ente", pathoffset+"/07/03_ente", "Ente, Tod und Tulpe")
+bottom_subnav(active, "beerdigung", pathoffset+"/07/04_beerdigung", "Beerdigung")
mixin bottom_08(active)
+bottom_nav("08")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_subnav(active, "mk", pathoffset+"/08/01_mk", "Eucharistie nach Markus")
+bottom_subnav(active, "pls", pathoffset+"/08/02_pls", "Eucharistie nach Paulus")
+bottom_subnav(active, "hlgeist", pathoffset+"/08/03_hlgeist", "Heiliger Geist")
mixin bottom_09(active)
+bottom_nav("09")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_subnav(active, "schuld", pathoffset+"/09/01_schuld", "Schuld")
+bottom_subnav(active, "vergebung", pathoffset+"/09/02_vergebung", "Vergebung – Versöhnung")
mixin bottom_10(active)
+bottom_nav("10")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_subnav(active, "mk", pathoffset+"/10/01_mk", "Mk 16,1-8")
+bottom_subnav(active, "firmung", pathoffset+"/10/02_sakrament", "Firmung")