@leuffen/themejs1 10.0.4 → 11.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_tpl/_root/docs/_layouts/1_body.html +9 -4
- package/_tpl/_root/docs/_layouts/3_1_navbar.html +8 -0
- package/_tpl/_root/package.json +1 -1
- package/_tpl/legal/datenschutz.de.md +11 -0
- package/_tpl/leistungen/hausarzt-uebersicht.de.md +2 -1
- package/_tpl/pages/downloads.de.md +3 -2
- package/_tpl/pages/praxis-gallery.de.md +2 -2
- package/_tpl/pages/ueber-uns.de.md +3 -3
- package/_tpl/service/info-privatpraxis.de.md +2 -1
- package/_tpl/service/online-anmeldung.de.md +3 -2
- package/_tpl/service/online-bewertung.de.md +2 -1
- package/_tpl/service/online-heilmittelverordnung.de.md +2 -1
- package/_tpl/service/online-patienteninformation.de.md +2 -1
- package/_tpl/service/online-rezept.de.md +3 -2
- package/_tpl/service/online-termin.de.md +2 -1
- package/_tpl/service/online-ueberweisung.de.md +3 -2
- package/_tpl/service/online-videosprechstunde.de.md +2 -1
- package/_tpl/service/online-zuweiser.de.md +2 -1
- package/docs/assets/dist/index.css +107 -64
- package/docs/assets/dist/index.css.map +1 -1
- package/docs/assets/dist/index.js +14845 -6200
- package/docs/assets/dist/index.js.map +1 -1
- package/elements/hero-slide/hero-slide.scss +1 -1
- package/index.js +1 -0
- package/package.json +2 -1
|
@@ -4,12 +4,17 @@ layout: 0_blanc
|
|
|
4
4
|
|
|
5
5
|
<body class="theme1 tjs__root-format {{page.body_class}}">
|
|
6
6
|
<micx-cdn-image-loader default-size-adjust=":1.5;1200:1">
|
|
7
|
-
<
|
|
8
|
-
{{ content }}
|
|
7
|
+
<tj-responsive>
|
|
9
8
|
|
|
10
|
-
<!-- included from fragments.html -->
|
|
11
9
|
|
|
12
|
-
|
|
10
|
+
<joda-content style="overflow: hidden;">
|
|
11
|
+
|
|
12
|
+
{{ content }}
|
|
13
|
+
|
|
14
|
+
<!-- included from fragments.html -->
|
|
15
|
+
|
|
16
|
+
</joda-content>
|
|
17
|
+
</tj-responsive>
|
|
13
18
|
</micx-cdn-image-loader>
|
|
14
19
|
</body>
|
|
15
20
|
|
|
@@ -60,7 +60,15 @@ layout: 2_script
|
|
|
60
60
|
<span slot="menu-text">Menü</span>
|
|
61
61
|
<ul>
|
|
62
62
|
{% include el/navbar.html ptag="nav" %}
|
|
63
|
+
|
|
64
|
+
<!--li style="order: 30">
|
|
65
|
+
<a href="javascript:void(0)" >Leistungen</a>
|
|
66
|
+
<ul>
|
|
67
|
+
{% include el/navbar.html ptag="leistungen" %}
|
|
68
|
+
</ul>
|
|
69
|
+
</li-->
|
|
63
70
|
</ul>
|
|
71
|
+
|
|
64
72
|
</nte-nav>
|
|
65
73
|
</nte-navbar-line>
|
|
66
74
|
</nte-navbar>
|
package/_tpl/_root/package.json
CHANGED
|
@@ -168,6 +168,16 @@ abgeschlossener Bearbeitung Ihrer Anfrage). Zwingende gesetzliche Bestimmungen
|
|
|
168
168
|
Aufbewahrungsfristen – bleiben unberührt.
|
|
169
169
|
|
|
170
170
|
|
|
171
|
+
### Content Delivery Network (CDN)
|
|
172
|
+
|
|
173
|
+
Diese Website nutzt ein Content Delivery Network (CDN) zur optimierten Auslieferung von Bildern und Downloads. Der CDN-Dienst wird
|
|
174
|
+
unter der Domain cdn.leuffen.de betrieben und auf der Infrastruktur von Google Cloud gehostet. Bei der Nutzung des CDNs
|
|
175
|
+
werden technisch notwendige Daten (insbesondere IP-Adresse, Datum und Uhrzeit des Zugriffs, angeforderte Ressource sowie
|
|
176
|
+
Browserinformationen) verarbeitet, um eine stabile, sichere und performante Bereitstellung der Website zu gewährleisten.
|
|
177
|
+
|
|
178
|
+
Die Verarbeitung erfolgt auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO (berechtigtes Interesse an einer sicheren und
|
|
179
|
+
effizienten Bereitstellung unseres Onlineangebots). Mit Google besteht ein Auftragsverarbeitungsvertrag gemäß Art. 28 DSGVO.
|
|
180
|
+
|
|
171
181
|
## Analyse Tools und Plugins
|
|
172
182
|
|
|
173
183
|
{% if site.data.general.tools.recaptcha %}
|
|
@@ -193,6 +203,7 @@ Weitere Informationen zu Google reCAPTCHA sowie die Datenschutzerklärung von Go
|
|
|
193
203
|
{% endif %}
|
|
194
204
|
|
|
195
205
|
|
|
206
|
+
|
|
196
207
|
{% if site.data.general.tools.googlemaps %}
|
|
197
208
|
### Google Maps
|
|
198
209
|
|
|
@@ -202,5 +202,6 @@ Langzeit-Blutdruckmessungen können helfen, Bluthochdruck zu diagnostizieren und
|
|
|
202
202
|
|
|
203
203
|
Informationen zu unseren Leistungen, Sprechstundenzeiten und Kontaktdaten finden Sie auf den nachfolgenden Seiten.
|
|
204
204
|
|
|
205
|
-
[Kontakt & Anfahrt](/kontakt)
|
|
206
205
|
[Home](/)
|
|
206
|
+
[Über uns](/ueber-uns)
|
|
207
|
+
[Kontakt & Anfahrt](/kontakt)
|
|
@@ -60,5 +60,6 @@ Nachfolgend finden Sie wichtige Links.
|
|
|
60
60
|
|
|
61
61
|
Informationen zu unseren Leistungen, Sprechstundenzeiten und Kontaktdaten finden Sie auf den nachfolgenden Seiten.
|
|
62
62
|
|
|
63
|
-
[
|
|
64
|
-
[
|
|
63
|
+
[Home](/)
|
|
64
|
+
[Leistungen](/leistungen)
|
|
65
|
+
[Kontakt & Anfahrt](/kontakt)
|
|
@@ -83,6 +83,6 @@ Medizinische Fachangestellte
|
|
|
83
83
|
|
|
84
84
|
Informationen zu Behandlungen, Sprechstundenzeiten und Kontaktdaten finden Sie auf den nachfolgenden Seiten.
|
|
85
85
|
|
|
86
|
-
[
|
|
87
|
-
[
|
|
88
|
-
[Kontakt](/kontakt)
|
|
86
|
+
[Home](/)
|
|
87
|
+
[Leistungen](/leistungen)
|
|
88
|
+
[Kontakt & Anfahrt](/kontakt)
|
|
@@ -117,4 +117,5 @@ Wir beginnen mit einem ausführlichen Erstgespräch (nach Aufwand, 75-170€) un
|
|
|
117
117
|
## Erfahren Sie mehr über uns
|
|
118
118
|
{: layout="use: #cta-base"}
|
|
119
119
|
|
|
120
|
-
[
|
|
120
|
+
[Home](/)
|
|
121
|
+
[Kontakt & Anfahrt](/kontakt)
|
|
@@ -24,7 +24,7 @@ _shiller_target_pid: service/online-anmeldung
|
|
|
24
24
|
> Jetzt als Patient anmelden
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
Wir freuen uns sehr über Ihr Interesse an unserer Praxis.
|
|
27
|
+
Wir freuen uns sehr über Ihr Interesse an unserer Praxis.
|
|
28
28
|
|
|
29
29
|
Bitte füllen Sie das untenstehende Formular mit Ihren persönlichen Daten aus. Ihre Daten werden selbstverständlich vertraulich behandelt und nur für interne Zwecke verwendet.
|
|
30
30
|
|
|
@@ -48,4 +48,5 @@ Bitte füllen Sie das untenstehende Formular mit Ihren persönlichen Daten aus.
|
|
|
48
48
|
## Erfahren Sie mehr über uns
|
|
49
49
|
{: layout="use: #cta-base"}
|
|
50
50
|
|
|
51
|
-
[
|
|
51
|
+
[Home](/)
|
|
52
|
+
[Kontakt & Anfahrt](/kontakt)
|
|
@@ -56,4 +56,5 @@ Bitte nutzen Sie das untenstehende Formular, um uns Ihre Anregungen mitzuteilen.
|
|
|
56
56
|
## Erfahren Sie mehr über uns
|
|
57
57
|
{: layout="use: #cta-base"}
|
|
58
58
|
|
|
59
|
-
[
|
|
59
|
+
[Home](/)
|
|
60
|
+
[Kontakt & Anfahrt](/kontakt)
|
|
@@ -134,4 +134,5 @@ Damit die Lebensqualität chronisch kranker Menschen verbessert wird und um eine
|
|
|
134
134
|
## Erfahren Sie mehr über uns
|
|
135
135
|
{: layout="use: #cta-base"}
|
|
136
136
|
|
|
137
|
-
[
|
|
137
|
+
[Home](/)
|
|
138
|
+
[Kontakt & Anfahrt](/kontakt)
|
|
@@ -38,7 +38,7 @@ Mit unserem Online-Rezeptformular können Sie bequem von zu Hause aus ein neues
|
|
|
38
38
|
{: layout="use: #e-form" .mt-5}
|
|
39
39
|
|
|
40
40
|
[input type="text" name="Name" required .mb-3]
|
|
41
|
-
[input type="
|
|
41
|
+
[input type="text" name="Geburtsdatum" required .mb-3]
|
|
42
42
|
[input type="email" name="E-Mail" required .mb-3]
|
|
43
43
|
[input type="tel" name="Telefon" required .mb-3]
|
|
44
44
|
[textarea name="Medikament mit Dosierung" required .mb-3]
|
|
@@ -50,4 +50,5 @@ Mit unserem Online-Rezeptformular können Sie bequem von zu Hause aus ein neues
|
|
|
50
50
|
## Fragen? Wir sind für Sie da!
|
|
51
51
|
{: layout="use: #cta-base"}
|
|
52
52
|
|
|
53
|
-
[
|
|
53
|
+
[Home](/)
|
|
54
|
+
[Kontakt & Anfahrt](/kontakt)
|
|
@@ -43,4 +43,5 @@ Bitte nutzen Sie unser Terminformular für Ihre Anfrage:
|
|
|
43
43
|
## Erfahren Sie mehr über uns
|
|
44
44
|
{: layout="use: #cta-base"}
|
|
45
45
|
|
|
46
|
-
[
|
|
46
|
+
[Home](/)
|
|
47
|
+
[Kontakt & Anfahrt](/kontakt)
|
|
@@ -36,7 +36,7 @@ Ganz einfach online eine Überweisung zu einem Facharzt bestellen! Bitte beachte
|
|
|
36
36
|
{: layout="use: #e-form" .mt-5}
|
|
37
37
|
|
|
38
38
|
[input type="text" name="Name" required .mb-3]
|
|
39
|
-
[input type="
|
|
39
|
+
[input type="text" name="Geburtsdatum" required .mb-3]
|
|
40
40
|
[input type="email" name="E-Mail" required .mb-3]
|
|
41
41
|
[input type="tel" name="Telefon" required .mb-3]
|
|
42
42
|
[select name="Überweisung an" data-options="Gastroenterologie, Kardiologe, Dermatologe, Gefäßchirurg, Psychiater, Gastroenterologe, Urologe, HNO, Augenarzt, Neurologe, Orthopäde, Chirurg, Proktologe, Endokrinologe, Hämatologe/Onkologe, Angiologe, Diabetologe, Nephrologe, Pneumologe" required .mb-3]
|
|
@@ -50,4 +50,5 @@ Ganz einfach online eine Überweisung zu einem Facharzt bestellen! Bitte beachte
|
|
|
50
50
|
## Fragen? Wir sind für Sie da!
|
|
51
51
|
{: layout="use: #cta-base"}
|
|
52
52
|
|
|
53
|
-
[
|
|
53
|
+
[Home](/)
|
|
54
|
+
[Kontakt & Anfahrt](/kontakt)
|
|
@@ -59,4 +59,5 @@ Wir werden uns umgehend mit Ihnen oder Ihrem Patienten in Verbindung setzen, um
|
|
|
59
59
|
## Erfahren Sie mehr über uns
|
|
60
60
|
{: layout="use: #cta-base"}
|
|
61
61
|
|
|
62
|
-
[
|
|
62
|
+
[Home](/)
|
|
63
|
+
[Kontakt & Anfahrt](/kontakt)
|
|
@@ -2,35 +2,78 @@
|
|
|
2
2
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js!./theme1.scss ***!
|
|
3
3
|
\**********************************************************************************************************************************/
|
|
4
4
|
/* always add !default to variables */
|
|
5
|
-
|
|
6
|
-
--
|
|
5
|
+
:root {
|
|
6
|
+
--t-soft-primary: white;
|
|
7
|
+
--t-accent: #f19045;
|
|
8
|
+
--t-primary: #a3979b;
|
|
9
|
+
--t-background: rgba(217, 217, 217, 0.24);
|
|
10
|
+
--t-background-primary: white;
|
|
11
|
+
--t-background-accent: #ddd;
|
|
12
|
+
--t-font-family-base: sans-serif;
|
|
13
|
+
--t-font-family-header: sans-serif;
|
|
14
|
+
--t-font-color-base: #444;
|
|
15
|
+
--t-font-size-root: 16px;
|
|
16
|
+
--t-font-size-base: 0.9rem;
|
|
17
|
+
--t-font-size-header: 2.8rem;
|
|
18
|
+
--t-font-size-h1: var(--t-font-size-header);
|
|
19
|
+
--t-font-size-h2: calc(var(--t-font-size-header) * 0.7);
|
|
20
|
+
--t-font-size-h3: calc(var(--t-font-size-header) * 0.6);
|
|
21
|
+
--t-font-size-h4: calc(var(--t-font-size-header) * 0.5);
|
|
22
|
+
--t-font-size-h5: calc(var(--t-font-size-header) * 0.4);
|
|
23
|
+
--t-paragraf-margin-bottom: 1.5rem;
|
|
24
|
+
--t-line-height-base: 1.5;
|
|
25
|
+
--t-line-height-header: 1.2;
|
|
26
|
+
--t-section-padding: 40px 0;
|
|
27
|
+
--t-section-inner-padding: 3rem;
|
|
28
|
+
--t-section-border-color: #ddd;
|
|
29
|
+
--t-section-border-radius: 0;
|
|
30
|
+
--t-border-color: #999;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.heading-style-flex h2:has(+ blockquote) {
|
|
34
|
+
text-transform: var(--t-header-text-transform, uppercase);
|
|
35
|
+
font-size: var(--t-font-size-base);
|
|
36
|
+
font-family: var(--t-font-family-base);
|
|
37
|
+
color: var(--t-accent) !important;
|
|
38
|
+
margin-bottom: var(--t-paragraf-margin-bottom);
|
|
39
|
+
font-weight: bold;
|
|
40
|
+
}
|
|
41
|
+
.heading-style-flex h2 + blockquote > p {
|
|
42
|
+
font-size: var(--t-font-size-h2);
|
|
43
|
+
line-height: var(--t-line-height-header);
|
|
44
|
+
font-family: var(--t-font-family-header);
|
|
45
|
+
color: var(--t-primary) !important;
|
|
46
|
+
margin: var(--t-header-margin, 0 0 20px 0);
|
|
47
|
+
hyphens: manual;
|
|
48
|
+
}
|
|
49
|
+
.heading-style-flex h1:has(+ blockquote) {
|
|
50
|
+
font-size: var(--t-font-size-h4);
|
|
51
|
+
color: var(--t-accent) !important;
|
|
52
|
+
margin-bottom: var(--t-paragraf-margin-bottom);
|
|
53
|
+
}
|
|
54
|
+
.heading-style-flex h1 + blockquote > p {
|
|
55
|
+
font-size: var(--t-font-size-h1);
|
|
56
|
+
color: var(--t-primary) !important;
|
|
57
|
+
line-height: var(--t-line-height-header);
|
|
58
|
+
margin: var(--t-header-margin, 0 0 20px 0);
|
|
59
|
+
hyphens: manual;
|
|
7
60
|
}
|
|
8
61
|
|
|
9
62
|
:root {
|
|
10
63
|
--layout-container: container;
|
|
64
|
+
--t-border-radius: 0;
|
|
65
|
+
--t-background-footer: rgba(217, 217, 217, 0.24);
|
|
66
|
+
--t-text-footer: #707070;
|
|
67
|
+
--t-footer-header-color: #707070;
|
|
68
|
+
--t-section-border-color: #ddd;
|
|
69
|
+
--t-background-dark: #3b3b3b;
|
|
70
|
+
--t-text-dark: #fff;
|
|
71
|
+
--t-header-dark: #fff;
|
|
72
|
+
--t-link-dark: #fff;
|
|
11
73
|
}
|
|
12
74
|
|
|
13
|
-
.theme1 {
|
|
14
|
-
color: var(--t-text-color);
|
|
15
|
-
background: var(--t-background);
|
|
16
|
-
font-size: 1.1rem;
|
|
17
|
-
--t-background: #f5f5f5;
|
|
18
|
-
--t-background-footer: #fff;
|
|
19
|
-
--t-section-background: transparent;
|
|
20
|
-
--t-section-background-accent: #e7e7eb;
|
|
21
|
-
--t-section-background-primary: #b7eaf9;
|
|
22
|
-
--t-text-background: #fff;
|
|
23
|
-
--t-text-color: #707070;
|
|
24
|
-
--t-text-background-light: var(--t-background);
|
|
25
|
-
--t-text-color-accent: var(--bs-gray-900);
|
|
26
|
-
--t-text-color-primary: var(--bs-primary);
|
|
27
|
-
--t-header-margin: 0 0 20px 0;
|
|
28
|
-
--t-paragraf-margin: 0 0 20px 0;
|
|
29
|
-
--t-section-padding: 40px 0;
|
|
30
|
-
--t-section-inner-padding: 3rem;
|
|
31
|
-
}
|
|
32
75
|
.theme1 section h2 {
|
|
33
|
-
text-transform:
|
|
76
|
+
text-transform: var(--t-header-text-transform, none);
|
|
34
77
|
margin: var(--t-paragraf-margin);
|
|
35
78
|
}
|
|
36
79
|
.theme1 ul > li {
|
|
@@ -77,50 +120,36 @@
|
|
|
77
120
|
.theme1 section:last-of-type > * {
|
|
78
121
|
padding-bottom: 0;
|
|
79
122
|
}
|
|
80
|
-
.theme1
|
|
123
|
+
.theme1 {
|
|
124
|
+
--t-background: rgba(217, 217, 217, 0.24);
|
|
81
125
|
color: var(--t-text-color);
|
|
126
|
+
background: var(--t-background);
|
|
82
127
|
}
|
|
83
|
-
.theme1 h1 {
|
|
84
|
-
|
|
85
|
-
line-height: 1.2em;
|
|
86
|
-
}
|
|
87
|
-
.theme1 h2, .theme1 h3, .theme1 h4, .theme1 h5 {
|
|
88
|
-
line-height: 1.2em;
|
|
89
|
-
}
|
|
90
|
-
.theme1 h3, .theme1 h4, .theme1 h5 {
|
|
91
|
-
font-size: 1.15em;
|
|
92
|
-
}
|
|
93
|
-
.theme1 p {
|
|
94
|
-
line-height: 1.4em;
|
|
95
|
-
}
|
|
96
|
-
.theme1 .tjs__section-text h2 {
|
|
97
|
-
text-transform: uppercase;
|
|
98
|
-
font-weight: bold;
|
|
99
|
-
font-size: 16px;
|
|
100
|
-
color: var(--t-text-color-primary) !important;
|
|
101
|
-
margin: var(--t-paragraf-margin);
|
|
102
|
-
}
|
|
103
|
-
.theme1 .tjs__section-text blockquote > p {
|
|
104
|
-
font-size: 2.1em;
|
|
105
|
-
line-height: 1.2em;
|
|
106
|
-
color: var(--t-text-color) !important;
|
|
107
|
-
margin: var(--t-header-margin, 0 0 20px 0);
|
|
108
|
-
hyphens: manual;
|
|
109
|
-
}
|
|
110
|
-
.theme1 .tjs__section-text .table {
|
|
111
|
-
--bs-table-color: var(--t-text-color);
|
|
128
|
+
.theme1 h1, .theme1 h3, .theme1 h4, .theme1 h5 {
|
|
129
|
+
color: var(--t-text-color);
|
|
112
130
|
}
|
|
113
|
-
.theme1
|
|
114
|
-
|
|
131
|
+
.theme1 h2 {
|
|
132
|
+
color: var(--t-primary);
|
|
115
133
|
}
|
|
116
|
-
.theme1
|
|
117
|
-
|
|
134
|
+
.theme1 table > tbody > tr > td {
|
|
135
|
+
background: transparent;
|
|
118
136
|
}
|
|
119
|
-
.theme1
|
|
120
|
-
color:
|
|
137
|
+
.theme1 footer p {
|
|
138
|
+
color: inherit;
|
|
121
139
|
}
|
|
122
|
-
.theme1
|
|
123
|
-
|
|
140
|
+
.theme1 {
|
|
141
|
+
--t-background-footer: #fff;
|
|
142
|
+
--t-section-background: transparent;
|
|
143
|
+
--t-section-background-primary: white;
|
|
144
|
+
--t-text-background: #fff;
|
|
145
|
+
--t-text-color: #707070;
|
|
146
|
+
--t-text-background-light: var(--t-background);
|
|
147
|
+
--t-text-color-accent: var(--bs-gray-900);
|
|
148
|
+
--t-text-color-primary: var(--bs-primary);
|
|
149
|
+
--t-header-margin: 0 0 20px 0;
|
|
150
|
+
--t-paragraf-margin: 0 0 20px 0;
|
|
151
|
+
--t-section-padding: 40px 0;
|
|
152
|
+
--t-section-inner-padding: 3rem;
|
|
124
153
|
}
|
|
125
154
|
.theme1 .tjs__sec-legal-content {
|
|
126
155
|
padding-top: 100px;
|
|
@@ -162,12 +191,26 @@
|
|
|
162
191
|
.theme1 .as__accordion .content {
|
|
163
192
|
background-color: #fff;
|
|
164
193
|
}
|
|
165
|
-
.theme1 .as__accordion .content p {
|
|
194
|
+
.theme1 .as__accordion .content p, .theme1 .as__accordion .content ul, .theme1 .as__accordion .content ol {
|
|
166
195
|
margin: 20px 20px 20px 0;
|
|
167
196
|
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
197
|
+
.theme1 liweco-collapse-openhour-table table {
|
|
198
|
+
width: 100%;
|
|
199
|
+
}
|
|
200
|
+
.theme1 liweco-collapse-openhour-table {
|
|
201
|
+
width: 100%;
|
|
202
|
+
display: block;
|
|
203
|
+
}
|
|
204
|
+
.theme1 .openhours tr td:first-child {
|
|
205
|
+
vertical-align: top;
|
|
206
|
+
font-weight: bold;
|
|
207
|
+
padding-right: 20px;
|
|
208
|
+
}
|
|
209
|
+
.theme1 .openhours tr {
|
|
210
|
+
border-bottom: 1px solid var(--bs-gray-200);
|
|
211
|
+
}
|
|
212
|
+
.theme1 .openhours tr:last-child {
|
|
213
|
+
border-bottom: none;
|
|
171
214
|
}
|
|
172
215
|
/*!***************************************************************************************************************************************!*\
|
|
173
216
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js!./src.dev/dev.scss ***!
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assets/dist/index.css","mappings":";;;AAGA;AA8BA;EACI;AC/BJ;;ACAA;EACI;ADGJ;;ACDA;EAGI;EACA;EA6DA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EAEA;EACA;AD9DJ;AE1BI;EACI;EAGA;AF0BR;AEvBI;EACI;AFyBR;AExBQ;EACI;AF0BZ;AEtBI;EACI;EACA;EACA;AFwBR;AErBI;EACI;EACA;AFuBR;AErBI;EACI;EACA;AFuBR;AEnBI;EACI;AFqBR;AEpBQ;EACI;AFsBZ;AErBY;EACI;AFuBhB;AEfI;EACI;AFiBR;AEdI;EACI;EACA;AFgBR;AERI;EACI;AFUR;AELQ;EACI;AFOZ;AEJI;EACI;AFMR;AC9DI;EACI;ADgER;AC7DI;EACI;EACA;AD+DR;AC7DI;EACI;AD+DR;AC7DI;EACI;AD+DR;AC5DI;EACI;AD8DR;AC1DQ;EACI;EACA;EACA;EACA;EACA;AD4DZ;AC1DQ;EACI;EACA;EACA;EACA;EACA;AD4DZ;ACzDQ;EACI;AD2DZ;ACxDQ;EACI;AD0DZ;ACrDQ;EACI;ADuDZ;AClDI;EAII;ADiDR;ACpDQ;EACI;ADsDZ;AC7BI;EACI;AD+BR;AC5BI;EACI;AD8BR;ACzBI;EACI;AD2BR;ACzBI;EACI;AD2BR;ACxBI;EACI;AD0BR;ACvBI;EACI;ADyBR;ACrBI;EACI;ADuBR;ACtBQ;EACI;EACA;ADwBZ;ACpBI;EACI;EACA;ADsBR;ACrBQ;EACI;EACA;ADuBZ;ACrBQ;EACI;EACA;ADuBZ;ACrBQ;EACI;ADuBZ;ACtBY;EACI;ADwBhB;;AChBA;EACI;ADmBJ,C;;;;AGpKA;EACE;AAFF;AAGE;EACE;AADJ;AAGE;EACE;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;AAJJ;AAKI;EACE;EACA;EACA;EACA;EACA;EACA;AAHN;AAMI;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AAJN;AAKM;EACE;AAHR,C","sources":["webpack://@leuffen/themejs1/./_variables.scss","webpack://@leuffen/themejs1/./theme1.scss","webpack://@leuffen/themejs1/./themes/theme1/index.scss","webpack://@leuffen/themejs1/./themes/_mixins/default-element-format.scss","webpack://@leuffen/themejs1/./src.dev/dev.scss"],"sourcesContent":["\n\n\n/* always add !default to variables */\n\n\n//$font-family-base: Ubuntu-R,sans-serif;\n$font-family-base: sans-serif !default;\n\n$primary: #a3979b !default;\n$success: #22b573 !default;\n$danger: #bf1c0a !default;\n$warning: #bf760a !default;\n$dark: #006837 !default;\n\n$background-primary: #b7eaf9 !default;\n$background-accent: #ddd !default;\n\n$content-offset-top: 100px !default;\n$content-height-adjustment: 200px !default;\n\n$font-size-base: 0.9rem !default;\n$line-height-base: 1.2 !default;\n$paragraph-margin-bottom: 1.5rem !default;\n\n$minibar-text-color: black !default;\n$minibar-color: transparent !default;\n\n$border-radius: 0 !default;\n\n\n\n\n.tjs__navbar-blox {\n --height: 88px !important;\n}\n\n\n","/* always add !default to variables */\n.tjs__navbar-blox {\n --height: 88px !important;\n}\n\n:root {\n --layout-container: container;\n}\n\n.theme1 {\n color: var(--t-text-color);\n background: var(--t-background);\n font-size: 1.1rem;\n --t-background: #f5f5f5;\n --t-background-footer: #fff;\n --t-section-background: transparent;\n --t-section-background-accent: #e7e7eb;\n --t-section-background-primary: #b7eaf9;\n --t-text-background: #fff;\n --t-text-color: #707070;\n --t-text-background-light: var(--t-background);\n --t-text-color-accent: var(--bs-gray-900);\n --t-text-color-primary: var(--bs-primary);\n --t-header-margin: 0 0 20px 0;\n --t-paragraf-margin: 0 0 20px 0;\n --t-section-padding: 40px 0;\n --t-section-inner-padding: 3rem;\n}\n.theme1 section h2 {\n text-transform: uppercase;\n margin: var(--t-paragraf-margin);\n}\n.theme1 ul > li {\n color: var(--t-text-color);\n}\n.theme1 ul > li * {\n color: var(--t-text-color);\n}\n.theme1 h1, .theme1 h2, .theme1 h3, .theme1 h4, .theme1 h5, .theme1 h6 {\n font-weight: 400;\n color: var(--t-text-color);\n margin: var(--t-header-margin, 0 0 20px 0);\n}\n.theme1 h1, .theme1 h2 {\n font-size: 2em;\n line-height: 1.5em;\n}\n.theme1 h3 {\n font-size: 1.5em;\n line-height: 1.1em;\n}\n.theme1 table {\n color: inherit;\n}\n.theme1 table > tr {\n color: inherit;\n}\n.theme1 table > tr > td {\n color: inherit;\n}\n.theme1 p:empty {\n margin: 0;\n}\n.theme1 p {\n margin: var(--t-paragraf-margin);\n hyphens: auto;\n}\n.theme1 p:last-child, .theme1 table:last-child {\n margin-bottom: 0;\n}\n.theme1 address p {\n margin: 0;\n}\n.theme1 section:last-of-type > * {\n padding-bottom: 0;\n}\n.theme1 h1, .theme1 h2, .theme1 h3, .theme1 h4, .theme1 h5 {\n color: var(--t-text-color);\n}\n.theme1 h1 {\n font-size: 2.4em;\n line-height: 1.2em;\n}\n.theme1 h2, .theme1 h3, .theme1 h4, .theme1 h5 {\n line-height: 1.2em;\n}\n.theme1 h3, .theme1 h4, .theme1 h5 {\n font-size: 1.15em;\n}\n.theme1 p {\n line-height: 1.4em;\n}\n.theme1 .tjs__section-text h2 {\n text-transform: uppercase;\n font-weight: bold;\n font-size: 16px;\n color: var(--t-text-color-primary) !important;\n margin: var(--t-paragraf-margin);\n}\n.theme1 .tjs__section-text blockquote > p {\n font-size: 2.1em;\n line-height: 1.2em;\n color: var(--t-text-color) !important;\n margin: var(--t-header-margin, 0 0 20px 0);\n hyphens: manual;\n}\n.theme1 .tjs__section-text .table {\n --bs-table-color: var(--t-text-color);\n}\n.theme1 .tjs__section-text *:last-child {\n margin-bottom: 0;\n}\n.theme1 .section blockquote p {\n font-size: 2.3em;\n}\n.theme1 .card-body {\n color: var(--t-text-color);\n}\n.theme1 .card-body h3 {\n font-weight: bold;\n}\n.theme1 .tjs__sec-legal-content {\n padding-top: 100px;\n}\n.theme1 section:last-child {\n padding-bottom: 0;\n}\n.theme1 a.btn.btn-primary {\n color: white !important;\n}\n.theme1 input.btn.btn-primary {\n color: white !important;\n}\n.theme1 .btn {\n border-radius: 0;\n}\n.theme1 map {\n --joda-class: \":: aspect-1x1 :lg: aspcect-16x9\";\n}\n.theme1 .title_image {\n background: linear-gradient(180deg, rgb(230, 225, 221) 0%, rgb(245, 240, 236) 35%, rgb(238, 238, 238) 100%);\n}\n.theme1 .title_image > img {\n object-position: 80% 0;\n object-fit: contain;\n}\n.theme1 .as__accordion {\n border: 1px solid var(--bs-gray-100);\n --as-accordion-open-bg: #fff;\n}\n.theme1 .as__accordion h3 {\n padding-top: 10px;\n padding-bottom: 10px;\n}\n.theme1 .as__accordion .section-h3 {\n border: 1px solid var(--bs-gray-200);\n background-color: var(--bs-gray-100);\n}\n.theme1 .as__accordion .content {\n background-color: #fff;\n}\n.theme1 .as__accordion .content p {\n margin: 20px 20px 20px 0;\n}\n\n.openhours {\n --joda-class: \"table table-borderless\";\n}","@import \"../../variables\";\n@import \"../_mixins/default-element-format\";\n\n:root {\n --layout-container: container;\n}\n.theme1 {\n @include default-element-format();\n\n color: var(--t-text-color);\n background: var(--t-background);\n\n\n h1,h2,h3,h4,h5 {\n color: var(--t-text-color);\n }\n\n h1 {\n font-size: 2.4em;\n line-height: 1.2em;\n }\n h2, h3,h4,h5 {\n line-height: 1.2em;\n }\n h3,h4,h5 {\n font-size: 1.15em;\n }\n\n p {\n line-height: 1.4em;\n }\n\n .tjs__section-text {\n h2 {\n text-transform: uppercase;\n font-weight: bold;\n font-size: 16px;\n color: var(--t-text-color-primary) !important;\n margin: var(--t-paragraf-margin);\n }\n blockquote > p {\n font-size: 2.1em;\n line-height: 1.2em;\n color: var(--t-text-color) !important;\n margin: var(--t-header-margin, 0 0 20px 0);\n hyphens: manual;\n }\n\n .table {\n --bs-table-color: var(--t-text-color);\n }\n\n *:last-child {\n margin-bottom: 0;\n }\n }\n\n .section {\n blockquote p {\n font-size: 2.3em;\n }\n }\n\n\n .card-body {\n h3 {\n font-weight: bold;\n }\n color: var(--t-text-color);\n }\n\n font-size: 1.1rem;\n\n --t-background: #f5f5f5;\n --t-background-footer: #fff;\n --t-section-background: transparent;\n --t-section-background-accent: #e7e7eb;\n --t-section-background-primary: #{$background-primary};\n --t-text-background: #fff;\n --t-text-color: #707070;\n --t-text-background-light: var(--t-background);\n --t-text-color-accent: var(--bs-gray-900);\n --t-text-color-primary: var(--bs-primary);\n\n\n --t-header-margin: 0 0 20px 0;\n --t-paragraf-margin: 0 0 20px 0;\n\n --t-section-padding: 40px 0;\n --t-section-inner-padding: 3rem;\n\n .tjs__sec-legal-content {\n padding-top: 100px;\n }\n\n section:last-child {\n padding-bottom: 0;\n }\n\n // background: var(--bs-light);\n\n a.btn.btn-primary {\n color: white !important;\n }\n input.btn.btn-primary {\n color: white !important;\n }\n\n .btn {\n border-radius: 0;\n }\n\n map {\n --joda-class: \":: aspect-1x1 :lg: aspcect-16x9\";\n }\n\n\n .title_image {\n background: linear-gradient(180deg, rgba(230,225,221,1) 0%, rgba(245,240,236,1) 35%, rgba(238,238,238,1) 100%);;\n & > img {\n object-position: 80% 0;\n object-fit: contain;\n }\n }\n\n .as__accordion {\n border: 1px solid var(--bs-gray-100);\n --as-accordion-open-bg: #fff;\n h3 {\n padding-top: 10px;\n padding-bottom: 10px;\n }\n .section-h3 {\n border: 1px solid var(--bs-gray-200);\n background-color: var(--bs-gray-100);\n }\n .content {\n background-color: #fff;\n p {\n margin: 20px 20px 20px 0;\n }\n }\n\n }\n\n\n}\n.openhours {\n --joda-class: \"table table-borderless\";\n}\n","@mixin default-element-format() {\n section h2 {\n text-transform: uppercase;\n // font-weight: bold;\n\n margin: var(--t-paragraf-margin);\n }\n\n ul > li {\n color: var(--t-text-color);\n * {\n color: var(--t-text-color);\n }\n }\n\n h1,h2,h3,h4,h5,h6 {\n font-weight: 400;\n color: var(--t-text-color);\n margin: var(--t-header-margin, 0 0 20px 0);\n }\n\n h1,h2 {\n font-size: 2em;\n line-height: 1.5em;\n }\n h3 {\n font-size: 1.5em;\n line-height: 1.1em;\n }\n\n\n table {\n color: inherit;\n &> tr {\n color: inherit;\n &>td {\n color: inherit;\n }\n }\n }\n\n\n\n // Paragraph styling\n p:empty {\n margin: 0;\n }\n\n p {\n margin: var(--t-paragraf-margin);\n hyphens: auto; // Wortumbruch\n }\n\n p:first-child {\n //color: var(--t-text-color-accent)\n }\n\n // Important: Remove margin from last paragraph in section\n p:last-child,table:last-child {\n margin-bottom: 0;\n }\n\n\n address {\n p {\n margin: 0;\n }\n }\n section:last-of-type > * {\n padding-bottom: 0;\n }\n\n}\n","\n\n\nshowcase-element {\n --aspect-ratio: calc(16 / 9);\n &.big {\n --aspect-ratio: 0.5;\n }\n .preview {\n --scale: 0.2;\n\n --width: 350px;\n --height: calc(var(--width) / var(--aspect-ratio));\n position: relative;\n width: var(--width);\n height: var(--height);\n overflow: hidden;\n display: inline-block;\n\n\n border: 3px solid #ccc;\n iframe {\n position: relative;\n right: calc((var(--width) / var(--scale) / 2) - var(--width) / 2);\n bottom: calc((var(--height) / var(--scale) / 2) - var(--height) / 2);\n width: calc(var(--width) / var(--scale));\n height: calc(var(--height) / var(--scale));\n transform: scale(var(--scale));\n }\n\n .overlay {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: rgba(0, 0, 0, 0.5);\n display: flex;\n align-items: center;\n justify-content: center;\n color: #fff;\n font-size: 1.5rem;\n font-weight: bold;\n text-align: center;\n opacity: 0;\n transition: opacity 0.3s ease-in-out;\n cursor: pointer;\n &:hover {\n opacity: 1;\n }\n }\n }\n\n}\n"],"names":[],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"assets/dist/index.css","mappings":";;;AAGA;AAmEA;EACI;EACA;EACA;EAEA;EACA;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EAEA;EACA;EAGA;EACA;EAEA;EACA;EAIA;AC/EJ;;ACzBI;EACI;EACA;EACA;EACA;EACA;EACA;AD4BR;ACzBI;EACI;EACA;EACA;EACA;EACA;EACA;AD2BR;ACxBI;EAEI;EACA;EACA;ADyBR;ACtBI;EACI;EACA;EACA;EAEA;EACA;ADuBR;;AElDA;EACI;EAIA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AFkDJ;;AGpEI;EACI;EAGA;AHqER;AGlEI;EACI;AHoER;AGnEQ;EACI;AHqEZ;AGjEI;EACI;EACA;EACA;AHmER;AGhEI;EACI;EACA;AHkER;AGhEI;EACI;EACA;AHkER;AG9DI;EACI;AHgER;AG/DQ;EACI;AHiEZ;AGhEY;EACI;AHkEhB;AG1DI;EACI;AH4DR;AGzDI;EACI;EACA;AH2DR;AGnDI;EACI;AHqDR;AGhDQ;EACI;AHkDZ;AG/CI;EACI;AHiDR;AEjGA;EAEI;EACA;EACA;AFkGJ;AE/FI;EACI;AFiGR;AE9FI;EACI;AFgGR;AE3FI;EACI;AF6FR;AExFQ;EACI;AF0FZ;AElHA;EA6BI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EAEA;EACA;AFqFJ;AEnFI;EACI;AFqFR;AElFI;EACI;AFoFR;AE/EI;EACI;AFiFR;AE/EI;EACI;AFiFR;AE9EI;EACI,gBHhCoB;ACgH5B;AE7EI;EACI;AF+ER;AE3EI;EACI;AF6ER;AE5EQ;EACI;EACA;AF8EZ;AE1EI;EACI;EACA;AF4ER;AE3EQ;EACI;EACA;AF6EZ;AE3EQ;EACI;EACA;AF6EZ;AE3EQ;EACI;AF6EZ;AE5EY;EACI;AF8EhB;AEvEQ;EACI;AFyEZ;AE3EI;EAKI;EACA;AFyER;AErEY;EAEI;EACA;EACA;AFsEhB;AE3EQ;EAOI;AFuEZ;AEtEY;EACI;AFwEhB,C;;;;AI/MA;EACE;AAFF;AAGE;EACE;AADJ;AAGE;EACE;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;AAJJ;AAKI;EACE;EACA;EACA;EACA;EACA;EACA;AAHN;AAMI;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AAJN;AAKM;EACE;AAHR,C","sources":["webpack://@leuffen/themejs1/./_variables.scss","webpack://@leuffen/themejs1/./theme1.scss","webpack://@leuffen/themejs1/./themes/_defaults/_headering-style-flex.scss","webpack://@leuffen/themejs1/./themes/theme1/index.scss","webpack://@leuffen/themejs1/./themes/_mixins/default-element-format.scss","webpack://@leuffen/themejs1/./src.dev/dev.scss"],"sourcesContent":["\n\n\n/* always add !default to variables */\n\n\n\n//$font-family-base: Ubuntu-R,sans-serif;\n$font-family-base: sans-serif !default;\n$font-family-header: $font-family-base !default;\n\n$line-height-base: 1.5 !default;\n$line-height-header: 1.2 !default;\n\n//$enable-dark-mode: false !default;\n\n$accent: #f19045 !default;\n$primary: #a3979b !default;\n$success: #22b573 !default;\n$danger: #bf1c0a !default;\n$warning: #bf760a !default;\n$dark: #006837 !default;\n\n$breakpoint-mobile: 992px !default;\n\n$soft-accent: lighten($accent, 40%) !default;\n$soft-primary: lighten($primary, 40%) !default;\n$soft-success: lighten($success, 40%) !default;\n$soft-danger: lighten($danger, 50%) !default;\n$soft-warning: lighten($warning, 50%) !default;\n$soft-dark: lighten($dark, 40%) !default;\n\n$background: rgba(217, 217, 217, 0.24) !default;\n$background-primary: lighten($primary, 40%) !default;\n$background-accent: #ddd !default;\n\n$content-offset-top: 100px !default;\n$content-height-adjustment: 200px !default;\n\n$font-size-root: 16px !default;\n$font-size-base: 0.9rem !default;\n$font-size-header: 2.8rem !default;\n$font-color-base: #444 !default;\n\n$line-height-base: 1.2 !default;\n$line-height-header: 1.2 !default;\n$paragraph-margin-bottom: 1.5rem !default;\n\n$minibar-text-color: black !default;\n$minibar-color: transparent !default;\n\n$section-border-radius: 0 !default;\n$border-radius: 0 !default;\n\n$section-border-color: #ddd !default;\n\n$text-color: #707070 !default;\n\n$text-footer: $text-color !default;\n$background-footer: $background !default;\n\n\n$background-dark: #3b3b3b !default;\n$text-dark: #fff !default;\n$border-color: #999 !default;\n\n$header-text-transform: uppercase !default;\n$hero-fullsize-modifier: 200px !default;\n\n\n:root {\n --t-soft-primary: #{$soft-primary};\n --t-accent: #{$accent};\n --t-primary: #{$primary};\n\n --t-background: #{$background};\n --t-background-primary: #{$background-primary};\n --t-background-accent: #{$background-accent};\n\n --t-font-family-base: #{$font-family-base};\n --t-font-family-header: #{$font-family-header};\n\n --t-font-color-base: #{$font-color-base};\n --t-font-size-root: #{$font-size-root};\n --t-font-size-base: #{$font-size-base};\n --t-font-size-header: #{$font-size-header};\n --t-font-size-h1: var(--t-font-size-header);\n --t-font-size-h2: calc(var(--t-font-size-header) * 0.7);\n --t-font-size-h3: calc(var(--t-font-size-header) * 0.6);\n --t-font-size-h4: calc(var(--t-font-size-header) * 0.5);\n --t-font-size-h5: calc(var(--t-font-size-header) * 0.4);\n\n --t-paragraf-margin-bottom: #{$paragraph-margin-bottom};\n\n --t-line-height-base: #{$line-height-base};\n --t-line-height-header: #{$line-height-header};\n\n // The Space between sections\n --t-section-padding: 40px 0;\n --t-section-inner-padding: 3rem;\n\n --t-section-border-color: #{$section-border-color};\n --t-section-border-radius: #{$section-border-radius};\n\n\n\n --t-border-color: #{$border-color};\n\n}\n","/* always add !default to variables */\n:root {\n --t-soft-primary: white;\n --t-accent: #f19045;\n --t-primary: #a3979b;\n --t-background: rgba(217, 217, 217, 0.24);\n --t-background-primary: white;\n --t-background-accent: #ddd;\n --t-font-family-base: sans-serif;\n --t-font-family-header: sans-serif;\n --t-font-color-base: #444;\n --t-font-size-root: 16px;\n --t-font-size-base: 0.9rem;\n --t-font-size-header: 2.8rem;\n --t-font-size-h1: var(--t-font-size-header);\n --t-font-size-h2: calc(var(--t-font-size-header) * 0.7);\n --t-font-size-h3: calc(var(--t-font-size-header) * 0.6);\n --t-font-size-h4: calc(var(--t-font-size-header) * 0.5);\n --t-font-size-h5: calc(var(--t-font-size-header) * 0.4);\n --t-paragraf-margin-bottom: 1.5rem;\n --t-line-height-base: 1.5;\n --t-line-height-header: 1.2;\n --t-section-padding: 40px 0;\n --t-section-inner-padding: 3rem;\n --t-section-border-color: #ddd;\n --t-section-border-radius: 0;\n --t-border-color: #999;\n}\n\n.heading-style-flex h2:has(+ blockquote) {\n text-transform: var(--t-header-text-transform, uppercase);\n font-size: var(--t-font-size-base);\n font-family: var(--t-font-family-base);\n color: var(--t-accent) !important;\n margin-bottom: var(--t-paragraf-margin-bottom);\n font-weight: bold;\n}\n.heading-style-flex h2 + blockquote > p {\n font-size: var(--t-font-size-h2);\n line-height: var(--t-line-height-header);\n font-family: var(--t-font-family-header);\n color: var(--t-primary) !important;\n margin: var(--t-header-margin, 0 0 20px 0);\n hyphens: manual;\n}\n.heading-style-flex h1:has(+ blockquote) {\n font-size: var(--t-font-size-h4);\n color: var(--t-accent) !important;\n margin-bottom: var(--t-paragraf-margin-bottom);\n}\n.heading-style-flex h1 + blockquote > p {\n font-size: var(--t-font-size-h1);\n color: var(--t-primary) !important;\n line-height: var(--t-line-height-header);\n margin: var(--t-header-margin, 0 0 20px 0);\n hyphens: manual;\n}\n\n:root {\n --layout-container: container;\n --t-border-radius: 0;\n --t-background-footer: rgba(217, 217, 217, 0.24);\n --t-text-footer: #707070;\n --t-footer-header-color: #707070;\n --t-section-border-color: #ddd;\n --t-background-dark: #3b3b3b;\n --t-text-dark: #fff;\n --t-header-dark: #fff;\n --t-link-dark: #fff;\n}\n\n.theme1 section h2 {\n text-transform: var(--t-header-text-transform, none);\n margin: var(--t-paragraf-margin);\n}\n.theme1 ul > li {\n color: var(--t-text-color);\n}\n.theme1 ul > li * {\n color: var(--t-text-color);\n}\n.theme1 h1, .theme1 h2, .theme1 h3, .theme1 h4, .theme1 h5, .theme1 h6 {\n font-weight: 400;\n color: var(--t-text-color);\n margin: var(--t-header-margin, 0 0 20px 0);\n}\n.theme1 h1, .theme1 h2 {\n font-size: 2em;\n line-height: 1.5em;\n}\n.theme1 h3 {\n font-size: 1.5em;\n line-height: 1.1em;\n}\n.theme1 table {\n color: inherit;\n}\n.theme1 table > tr {\n color: inherit;\n}\n.theme1 table > tr > td {\n color: inherit;\n}\n.theme1 p:empty {\n margin: 0;\n}\n.theme1 p {\n margin: var(--t-paragraf-margin);\n hyphens: auto;\n}\n.theme1 p:last-child, .theme1 table:last-child {\n margin-bottom: 0;\n}\n.theme1 address p {\n margin: 0;\n}\n.theme1 section:last-of-type > * {\n padding-bottom: 0;\n}\n.theme1 {\n --t-background: rgba(217, 217, 217, 0.24);\n color: var(--t-text-color);\n background: var(--t-background);\n}\n.theme1 h1, .theme1 h3, .theme1 h4, .theme1 h5 {\n color: var(--t-text-color);\n}\n.theme1 h2 {\n color: var(--t-primary);\n}\n.theme1 table > tbody > tr > td {\n background: transparent;\n}\n.theme1 footer p {\n color: inherit;\n}\n.theme1 {\n --t-background-footer: #fff;\n --t-section-background: transparent;\n --t-section-background-primary: white;\n --t-text-background: #fff;\n --t-text-color: #707070;\n --t-text-background-light: var(--t-background);\n --t-text-color-accent: var(--bs-gray-900);\n --t-text-color-primary: var(--bs-primary);\n --t-header-margin: 0 0 20px 0;\n --t-paragraf-margin: 0 0 20px 0;\n --t-section-padding: 40px 0;\n --t-section-inner-padding: 3rem;\n}\n.theme1 .tjs__sec-legal-content {\n padding-top: 100px;\n}\n.theme1 section:last-child {\n padding-bottom: 0;\n}\n.theme1 a.btn.btn-primary {\n color: white !important;\n}\n.theme1 input.btn.btn-primary {\n color: white !important;\n}\n.theme1 .btn {\n border-radius: 0;\n}\n.theme1 map {\n --joda-class: \":: aspect-1x1 :lg: aspcect-16x9\";\n}\n.theme1 .title_image {\n background: linear-gradient(180deg, rgb(230, 225, 221) 0%, rgb(245, 240, 236) 35%, rgb(238, 238, 238) 100%);\n}\n.theme1 .title_image > img {\n object-position: 80% 0;\n object-fit: contain;\n}\n.theme1 .as__accordion {\n border: 1px solid var(--bs-gray-100);\n --as-accordion-open-bg: #fff;\n}\n.theme1 .as__accordion h3 {\n padding-top: 10px;\n padding-bottom: 10px;\n}\n.theme1 .as__accordion .section-h3 {\n border: 1px solid var(--bs-gray-200);\n background-color: var(--bs-gray-100);\n}\n.theme1 .as__accordion .content {\n background-color: #fff;\n}\n.theme1 .as__accordion .content p, .theme1 .as__accordion .content ul, .theme1 .as__accordion .content ol {\n margin: 20px 20px 20px 0;\n}\n.theme1 liweco-collapse-openhour-table table {\n width: 100%;\n}\n.theme1 liweco-collapse-openhour-table {\n width: 100%;\n display: block;\n}\n.theme1 .openhours tr td:first-child {\n vertical-align: top;\n font-weight: bold;\n padding-right: 20px;\n}\n.theme1 .openhours tr {\n border-bottom: 1px solid var(--bs-gray-200);\n}\n.theme1 .openhours tr:last-child {\n border-bottom: none;\n}","\n.heading-style-flex {\n h2:has(+ blockquote) {\n text-transform: var(--t-header-text-transform, uppercase);\n font-size: var(--t-font-size-base);\n font-family: var(--t-font-family-base);\n color: var(--t-accent) !important;\n margin-bottom: var(--t-paragraf-margin-bottom);\n font-weight: bold;\n }\n\n h2 + blockquote > p {\n font-size: var(--t-font-size-h2);\n line-height: var(--t-line-height-header);\n font-family: var(--t-font-family-header);\n color: var(--t-primary) !important;\n margin: var(--t-header-margin, 0 0 20px 0);\n hyphens: manual;\n }\n\n h1:has(+ blockquote) {\n\n font-size: var(--t-font-size-h4);\n color: var(--t-accent) !important;\n margin-bottom: var(--t-paragraf-margin-bottom);\n }\n\n h1 + blockquote > p {\n font-size: var(--t-font-size-h1);\n color: var(--t-primary) !important;\n line-height: var(--t-line-height-header);\n\n margin: var(--t-header-margin, 0 0 20px 0);\n hyphens: manual;\n }\n}\n","@import \"../../variables\";\n@import \"../_mixins/default-element-format\";\n@import \"../_defaults/headering-style-flex\";\n\n\n\n:root {\n --layout-container: container;\n\n\n\n --t-border-radius: #{$section-border-radius};\n --t-background-footer: #{$background-footer};\n --t-text-footer: #{$text-footer};\n --t-footer-header-color: #{$text-footer};\n --t-section-border-color: #{$section-border-color};\n --t-background-dark: #{$background-dark};\n --t-text-dark: #{$text-dark};\n --t-header-dark: #{$text-dark};\n --t-link-dark: #{$text-dark};\n}\n.theme1 {\n @include default-element-format();\n --t-background: #{$background};\n color: var(--t-text-color);\n background: var(--t-background);\n\n\n h1,h3,h4,h5 {\n color: var(--t-text-color);\n }\n\n h2 {\n color: var(--t-primary);\n }\n\n\n\n table > tbody > tr > td {\n background: transparent;\n }\n\n\n footer {\n p {\n color: inherit;\n }\n }\n\n\n --t-background-footer: #fff;\n --t-section-background: transparent;\n --t-section-background-primary: #{$background-primary};\n --t-text-background: #fff;\n --t-text-color: #{$text-color};\n --t-text-background-light: var(--t-background);\n --t-text-color-accent: var(--bs-gray-900);\n --t-text-color-primary: var(--bs-primary);\n\n\n --t-header-margin: 0 0 20px 0;\n --t-paragraf-margin: 0 0 20px 0;\n\n --t-section-padding: 40px 0;\n --t-section-inner-padding: 3rem;\n\n .tjs__sec-legal-content {\n padding-top: 100px;\n }\n\n section:last-child {\n padding-bottom: 0;\n }\n\n // background: var(--bs-light);\n\n a.btn.btn-primary {\n color: white !important;\n }\n input.btn.btn-primary {\n color: white !important;\n }\n\n .btn {\n border-radius: $border-radius;\n }\n\n map {\n --joda-class: \":: aspect-1x1 :lg: aspcect-16x9\";\n }\n\n\n .title_image {\n background: linear-gradient(180deg, rgba(230,225,221,1) 0%, rgba(245,240,236,1) 35%, rgba(238,238,238,1) 100%);;\n & > img {\n object-position: 80% 0;\n object-fit: contain;\n }\n }\n\n .as__accordion {\n border: 1px solid var(--bs-gray-100);\n --as-accordion-open-bg: #fff;\n h3 {\n padding-top: 10px;\n padding-bottom: 10px;\n }\n .section-h3 {\n border: 1px solid var(--bs-gray-200);\n background-color: var(--bs-gray-100);\n }\n .content {\n background-color: #fff;\n p,ul,ol {\n margin: 20px 20px 20px 0;\n }\n }\n\n }\n\n liweco-collapse-openhour-table {\n table {\n width: 100%;\n\n }\n width: 100%;\n display: block;\n }\n .openhours {\n tr {\n td:first-child {\n // Test should be on top of the cell\n vertical-align: top;\n font-weight: bold;\n padding-right: 20px;\n }\n border-bottom: 1px solid var(--bs-gray-200);\n &:last-child {\n border-bottom: none;\n }\n }\n }\n\n}\n\n","@mixin default-element-format() {\n section h2 {\n text-transform: var(--t-header-text-transform, none);\n // font-weight: bold;\n\n margin: var(--t-paragraf-margin);\n }\n\n ul > li {\n color: var(--t-text-color);\n * {\n color: var(--t-text-color);\n }\n }\n\n h1,h2,h3,h4,h5,h6 {\n font-weight: 400;\n color: var(--t-text-color);\n margin: var(--t-header-margin, 0 0 20px 0);\n }\n\n h1,h2 {\n font-size: 2em;\n line-height: 1.5em;\n }\n h3 {\n font-size: 1.5em;\n line-height: 1.1em;\n }\n\n\n table {\n color: inherit;\n &> tr {\n color: inherit;\n &>td {\n color: inherit;\n }\n }\n }\n\n\n\n // Paragraph styling\n p:empty {\n margin: 0;\n }\n\n p {\n margin: var(--t-paragraf-margin);\n hyphens: auto; // Wortumbruch\n }\n\n p:first-child {\n //color: var(--t-text-color-accent)\n }\n\n // Important: Remove margin from last paragraph in section\n p:last-child,table:last-child {\n margin-bottom: 0;\n }\n\n\n address {\n p {\n margin: 0;\n }\n }\n section:last-of-type > * {\n padding-bottom: 0;\n }\n\n}\n","\n\n\nshowcase-element {\n --aspect-ratio: calc(16 / 9);\n &.big {\n --aspect-ratio: 0.5;\n }\n .preview {\n --scale: 0.2;\n\n --width: 350px;\n --height: calc(var(--width) / var(--aspect-ratio));\n position: relative;\n width: var(--width);\n height: var(--height);\n overflow: hidden;\n display: inline-block;\n\n\n border: 3px solid #ccc;\n iframe {\n position: relative;\n right: calc((var(--width) / var(--scale) / 2) - var(--width) / 2);\n bottom: calc((var(--height) / var(--scale) / 2) - var(--height) / 2);\n width: calc(var(--width) / var(--scale));\n height: calc(var(--height) / var(--scale));\n transform: scale(var(--scale));\n }\n\n .overlay {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: rgba(0, 0, 0, 0.5);\n display: flex;\n align-items: center;\n justify-content: center;\n color: #fff;\n font-size: 1.5rem;\n font-weight: bold;\n text-align: center;\n opacity: 0;\n transition: opacity 0.3s ease-in-out;\n cursor: pointer;\n &:hover {\n opacity: 1;\n }\n }\n }\n\n}\n"],"names":[],"ignoreList":[],"sourceRoot":""}
|