Costs content
This commit is contained in:
@@ -28,7 +28,7 @@ $font-size-h3: floor($font-size-base * 1.2)
|
||||
@import "bootstrap-sprockets"
|
||||
@import "bootstrap"
|
||||
@import "typeaheadjs"
|
||||
|
||||
@import "footnotes"
|
||||
.alert-alert
|
||||
@extend .alert-danger
|
||||
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Initialiazing a `footnotes` counter on the wrapper
|
||||
*/
|
||||
article {
|
||||
counter-reset: footnotes;
|
||||
}
|
||||
|
||||
/**
|
||||
* Inline footnotes references
|
||||
* 1. Increment the counter at each new reference
|
||||
* 2. Reset link styles to make it appear like regular text
|
||||
*/
|
||||
a[aria-describedby="footnote-label"] {
|
||||
counter-increment: footnotes; /* 1 */
|
||||
text-decoration: none; /* 2 */
|
||||
color: inherit; /* 2 */
|
||||
cursor: default; /* 2 */
|
||||
outline: none; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Actual numbered references
|
||||
* 1. Display the current state of the counter (e.g. `[1]`)
|
||||
* 2. Align text as superscript
|
||||
* 3. Make the number smaller (since it's superscript)
|
||||
* 4. Slightly offset the number from the text
|
||||
* 5. Reset link styles on the number to show it's usable
|
||||
*/
|
||||
a[aria-describedby="footnote-label"]::after {
|
||||
content: '[' counter(footnotes) ']'; /* 1 */
|
||||
vertical-align: super; /* 2 */
|
||||
font-size: 0.5em; /* 3 */
|
||||
margin-left: 2px; /* 4 */
|
||||
color: blue; /* 5 */
|
||||
text-decoration: underline; /* 5 */
|
||||
cursor: pointer; /* 5 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Resetting the default focused styles on the number
|
||||
*/
|
||||
a[aria-describedby="footnote-label"]:focus::after {
|
||||
outline: thin dotted;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
footer :target {
|
||||
background: yellow;
|
||||
}
|
||||
@@ -0,0 +1,86 @@
|
||||
article
|
||||
h1 = title t("Die Cannabis-Legalisierung in Zahlen: Der Staat wirft Geld aus dem Fenster und verpasst Millionen an Steuereinnahmen")
|
||||
h2 Cannabis-Konsum
|
||||
table.table.table-bordered.table-condensed
|
||||
caption Cannabis-Konsum im Jahr 2014 gemäss <a href="http://www.suchtmonitoring.ch/de/4/1-2.html?cannabis-pravalenz-gebrauch-in-der-gesamtbevolkerung" target="_blank">Suchtmonitoring</a>
|
||||
thead
|
||||
tr
|
||||
th
|
||||
th Absolut
|
||||
th Bevölkerungsanteil
|
||||
tr
|
||||
td Gelegenheitskonsumenten (Konsum innerhalb von 12 Monaten)
|
||||
td ca. 536’000
|
||||
td 6.7%
|
||||
tr
|
||||
td Regelmässige Konsumenten (Konsum innerhalb von 30 Tagen)
|
||||
td ca. 240’000
|
||||
td 3%
|
||||
tr
|
||||
td Schweizer Bürger, die mindestens einmal im Leben Cannabis konsumiert haben
|
||||
td ca. 3’136’000
|
||||
td 39.2%
|
||||
|
||||
h2 Strafverfolgung
|
||||
table.table.table-bordered.table-condensed
|
||||
caption Strafverfolgung im Jahr 2015 gemäss <a href="http://www.bfs.admin.ch/bfs/portal/de/index/themen/19/03/02/key/05/03.html" target="_blank">Bundesamt für Statistik</a>
|
||||
thead.sr-only
|
||||
tr
|
||||
th Beschreibung
|
||||
th Absolut
|
||||
tr
|
||||
td Jährliche Kosten für die Strafverfolgung (gemäss <a href="http://cannabis-irrsinn.info/wp/" target="_blank">«Der Cannabis-Irrsinn»</a>)
|
||||
td ca. 200’000’000 Fr.
|
||||
tr
|
||||
td Verzeigte Straftaten oder Ordnungsbussen
|
||||
td ca. 50’000
|
||||
tr
|
||||
td Kosten pro Straftat oder Ordnungsbusse
|
||||
td ca. 4’000 Fr.
|
||||
.lead Im Durchschnitt kostet jedes Delikt im Zusammenhang mit Cannabis den Steuerzahler ca. 4’000 Fr.
|
||||
|
||||
h2 Potenzielle Steuereinnahmen durch kontrollierten Handel (Modellrechnung)
|
||||
table.table.table-bordered.table-condensed
|
||||
caption Potenzielle Steuereinnahmen
|
||||
thead.sr-only
|
||||
tr
|
||||
th Beschreibung
|
||||
th Zahlen
|
||||
tr
|
||||
td Geschätzte Anzahl Konsumenten
|
||||
td
|
||||
a href="#prevalenz" aria-describedby="footnote-label" id="prevalenz-ref" ca. 800’000
|
||||
tr
|
||||
td Jährliche Konsumation pro Person
|
||||
td ca. 50 Gramm
|
||||
tr
|
||||
td Durchschnittlicher Verkaufspreis pro Gramm
|
||||
td
|
||||
a href="#preis" aria-describedby="footnote-label" id="preis-ref" ca. 10 Fr
|
||||
|
||||
table.table.table-bordered.table-condensed
|
||||
caption Bilanz
|
||||
thead.sr-only
|
||||
tr
|
||||
th Beschreibung
|
||||
th Zahlen
|
||||
tr
|
||||
td Jährliche Steuereinnahmen
|
||||
td ca. 100’000’000 Fr.
|
||||
tr
|
||||
td Jährliche Einsparungen
|
||||
td ca. 200’000’000 Fr.
|
||||
tr
|
||||
td
|
||||
strong Total
|
||||
td
|
||||
strong ca. 300’000’000 Fr.
|
||||
|
||||
footer
|
||||
ol
|
||||
li#prevalenz
|
||||
| Es wird geschätzt, dass 10% der Schweizer Bevölkerung nach der Legalisierung Cannabis konsumiert.
|
||||
a href="#prevalenz-ref" aria-label="Zurück zum Inhalt"↵
|
||||
li#preis
|
||||
| Der Verkaufspreis auf dem Schwarzmarkt liegt derzeit bei ca. 10 - 15 Fr. pro Gramm. Um den Schwarzmarkt wirksam zu bekämpfen, darf der Verkaufspreis inklusive Steuern nicht höher ausfallen, als der Preis auf dem Schwarzmarkt. Reine Produktionskosten liegen bei ca. 0.8 Fr. pro Gramm.
|
||||
a href="#preis-ref" aria-label="Zurück zum Inhalt"↵
|
||||
@@ -7,6 +7,7 @@
|
||||
= navbar_item t('.initiative_text'), initiative_text_path
|
||||
= navbar_item t('.arguments'), arguments_path
|
||||
= navbar_item t('.faq'), faq_path
|
||||
= navbar_item t('.numbers'), numbers_path
|
||||
= navbar_item t('.sponsoring'), sponsoring_path
|
||||
= navbar_item t('.sign_in'), new_supporter_session_path unless supporter_signed_in?
|
||||
= navbar_item t('.sign_out'), destroy_supporter_session_path, nil, 'data-method' => :delete if supporter_signed_in?
|
||||
|
||||
Reference in New Issue
Block a user