22
22
font-style : normal;
23
23
font-display : swap; }
24
24
25
- body {
25
+ . editor-styles-wrapper {
26
26
font-family : "PTSans" ;
27
27
font-size : 1.1875rem ;
28
28
line-height : 1.5 ;
@@ -107,39 +107,37 @@ body {
107
107
text-decoration : none;
108
108
}
109
109
110
- h1 .wp-block ,
111
- h2 .wp-block ,
112
- h3 .wp-block ,
113
- .h1 ,
114
- .h2 {
110
+ .editor-styles-wrapper h1 .wp-block ,
111
+ .editor-styles-wrapper h2 .wp-block ,
112
+ .editor-styles-wrapper h3 .wp-block ,
113
+ .editor-styles-wrapper .h1 ,
114
+ .editor-styles-wrapper .h2 ,
115
+ .editor-styles-wrapper .h3 {
115
116
font-family : "GrueneType" ;
116
117
}
117
118
118
- h1 , . h1 ,
119
- .h1 ,
120
- .has-huge-font-size {
119
+ . editor-styles-wrapper h1 ,
120
+ .editor-styles-wrapper . h1 ,
121
+ .editor-styles-wrapper . has-huge-font-size {
121
122
font-size : 36px ;
122
123
line-height : 1.2em ;
123
124
}
124
125
125
- h2 ,
126
- .h2 ,
127
- .h2 ,
128
- .has-large-font-size {
126
+ .editor-styles-wrapper h2 ,
127
+ .editor-styles-wrapper .h2 ,
128
+ .editor-styles-wrapper .has-large-font-size {
129
129
font-size : 27px ;
130
130
line-height : 1.2em ;
131
- font-family : "GrueneType" ;
132
131
}
133
132
134
- h3 ,
135
- .h3 ,
136
- .h3 ,
137
- .has-medium-font-size {
133
+ .editor-styles-wrapper h3 ,
134
+ .editor-styles-wrapper .h3 ,
135
+ .editor-styles-wrapper .has-medium-font-size {
138
136
font-weight : 700 ;
139
137
font-size : 25px ;
140
138
}
141
139
142
- .has-white-background-color .h1 , .h2 , .h3 {
140
+ .editor-styles-wrapper . has-white-background-color .h1 , .h2 , .h3 {
143
141
color : # 005437 ;
144
142
}
145
143
@@ -151,34 +149,40 @@ h3,
151
149
.has-huge-font-size {
152
150
font-size : 45px ;
153
151
line-height : 1.3em ;
152
+ margin-top : 0 ;
154
153
}
155
154
156
155
h2 ,
157
156
.h2 ,
158
157
.has-large-font-size {
159
158
font-size : 31px ;
160
159
line-height : 1.3em ;
160
+ margin-top : 0 ;
161
161
}
162
162
163
163
h3 ,
164
164
.h3 ,
165
165
.has-medium-font-size {
166
166
font-size : 27px ;
167
+ margin-top : 0 ;
167
168
}
168
169
169
170
h4 ,
170
171
.h4 {
171
172
font-size : 27px ;
173
+ margin-top : 0 ;
172
174
}
173
175
174
176
h5 ,
175
177
.h5 {
176
178
font-size : 25px ;
179
+ margin-top : 0 ;
177
180
}
178
181
179
182
h6 ,
180
183
.h6 {
181
184
font-size : 22px ;
185
+ margin-top : 0 ;
182
186
}
183
187
}
184
188
@@ -293,28 +297,38 @@ p a {
293
297
}
294
298
295
299
/* add textbalken */
300
+ .editor-styles-wrapper h1 .textbalken ,
301
+ .editor-styles-wrapper .textbalken .h1 ,
302
+ .editor-styles-wrapper h2 .textbalken ,
303
+ .editor-styles-wrapper .textbalken .h2 ,
304
+ .editor-styles-wrapper h3 .textbalken ,
305
+ .editor-styles-wrapper .textbalken .h3 ,
306
+ .editor-styles-wrapper h4 .textbalken ,
307
+ .editor-styles-wrapper .textbalken .h4 ,
308
+ .editor-styles-wrapper h5 .textbalken ,
309
+ .editor-styles-wrapper .textbalken .h5 ,
310
+ .editor-styles-wrapper h6 .textbalken ,
311
+ .editor-styles-wrapper .textbalken .h6 ,
312
+ .editor-styles-wrapper .h1 .textbalken ,
313
+ .editor-styles-wrapper .h2 .textbalken ,
314
+ .editor-styles-wrapper .h3 .textbalken ,
315
+ .editor-styles-wrapper .h4 .textbalken ,
316
+ .editor-styles-wrapper .h5 .textbalken ,
317
+ .editor-styles-wrapper .h6 .textbalken {
318
+ margin-bottom : 0 ;
319
+ padding : 0 1em ;
320
+ }
321
+
296
322
.has-background .textbalken {
297
323
z-index : 0 ;
298
324
width : fit-content;
299
325
line-height : 150% ;
300
326
position : relative;
301
- padding : 0 ;
302
- }
303
-
304
- .has-background .textbalken .has-text-align-center {
305
- margin : auto;
327
+ text-transform : uppercase;
306
328
}
307
329
308
- .has-background .textbalken ::after {
309
- background : inherit;
310
- content : "" ;
311
- position : absolute;
312
- top : 0 ;
313
- right : -20px ;
314
- bottom : 0 ;
315
- left : 0 ;
316
- z-index : -1 ;
317
- transform : skew (-12deg );
330
+ .editor-styles-wrapper .has-background .textbalken {
331
+ font-family : "GrueneType" ;
318
332
}
319
333
320
334
.has-background .textbalken ::before {
@@ -324,35 +338,44 @@ p a {
324
338
top : 0 ;
325
339
right : 0 ;
326
340
bottom : 0 ;
327
- left : -20 px ;
341
+ left : -9 px ;
328
342
z-index : -1 ;
329
343
transform : skew (-12deg );
344
+ transform-origin : bottom;
330
345
}
331
346
332
347
.has-background .textbalken .links-eins {
333
348
left : 1em ;
334
- margin-top : -0.5rem !important ;
335
349
}
336
350
337
351
@media (max-width : 767.98px ) {
338
-
339
352
.has-background .textbalken .links-eins {
340
353
left : 0.5em ;
341
354
}
342
355
}
343
356
344
357
.has-background .textbalken .links-zwei {
345
358
left : 3em ;
346
- margin-top : -0.5rem !important ;
347
359
}
348
360
349
361
@media (max-width : 767.98px ) {
350
-
351
362
.has-background .textbalken .links-zwei {
352
363
left : 2.5em ;
353
364
}
354
365
}
355
366
367
+ .wp-block-columns .no-gap .is-layout-flex {
368
+ gap : 0 ;
369
+ }
370
+
371
+ .wp-block-columns .wp-block-column p , .wp-block-columns .wp-block-column ul {
372
+ padding : 0 1em ;
373
+ }
374
+
375
+ .wp-block-columns .wp-block-column p .textbalken , .wp-block-columns .wp-block-column ul .textbalken {
376
+ padding : 0 0.5em ;
377
+ }
378
+
356
379
.stoerer {
357
380
width : 200px ;
358
381
height : 200px ;
0 commit comments