WP DSGVO Tools - Version 3.1.18

Version Description

  • improved custom fonts loading (option to disable it)
  • hide emtpy owner texts in imprint
Download this release

Release Info

Developer legalweb
Plugin Icon 128x128 WP DSGVO Tools
Version 3.1.18
Comparing to
See all releases

Code changes from version 3.1.17 to 3.1.18

README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: legalweb
3
  Donate link: https://legalweb.io
4
  Tags: gdpr, dsgvo, datenschutz, privacy, privacy policy, imprint, impressum, wordpress, compliance, privacy, woocommerce, law
5
  Requires at least: 3.0.1
6
- Tested up to: 5.6.0
7
- Stable tag: 3.1.17
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -201,6 +201,10 @@ Just install via wordpress plugin feature or upload zip and activate it.
201
 
202
 
203
  == Changelog ==
 
 
 
 
204
  = 3.1.17 =
205
  * fixed issues with some embeddings
206
 
3
  Donate link: https://legalweb.io
4
  Tags: gdpr, dsgvo, datenschutz, privacy, privacy policy, imprint, impressum, wordpress, compliance, privacy, woocommerce, law
5
  Requires at least: 3.0.1
6
+ Tested up to: 5.6.2
7
+ Stable tag: 3.1.18
8
  Requires PHP: 5.6.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
201
 
202
 
203
  == Changelog ==
204
+ = 3.1.18 =
205
+ * improved custom fonts loading (option to disable it)
206
+ * hide emtpy owner texts in imprint
207
+
208
  = 3.1.17 =
209
  * fixed issues with some embeddings
210
 
admin/class-sp-dsgvo-admin.php CHANGED
@@ -253,7 +253,7 @@ class SPDSGVOAdmin{
253
  if (isPremiumEdition() && SPDSGVOSettings::get('show_invalid_license_notice') != '0')
254
  {
255
  $class = 'notice notice-warning is-dismissible license-invalid-notice';
256
- $message = __( 'Attention. Your license is not valid any more. Please check WP DSGVO Tools settings to extend your license or visit <a href="URL_HERE" target="_blank">https://wp-dsgvo.eu/shop</a> to extend it.', 'shapepress-dsgvo' );
257
  $message = str_replace('URL_HERE', getExtensionProductUrl(), $message);
258
 
259
  printf( '<div class="%1$s"><p>%2$s</p></div>', esc_attr( $class ), $message );
@@ -261,8 +261,8 @@ class SPDSGVOAdmin{
261
 
262
  if (isPremiumEdition() && SPDSGVOSettings::get('show_revoke_license_notice') === '1')
263
  {
264
- $class = 'notice notice-warning is-dismissible license-revoke-notice';
265
- $message = __( 'Attention. Your license is going to get invalid in a few days. Please check WP DSGVO Tools settings to extend your license or visit <a href="URL_HERE" target="_blank">https://wp-dsgvo.eu/shop</a> to extend it.', 'shapepress-dsgvo' );
266
  $message = str_replace('URL_HERE', getExtensionProductUrl(), $message);
267
 
268
  printf( '<div class="%1$s"><p>%2$s</p></div>', esc_attr( $class ), $message );
253
  if (isPremiumEdition() && SPDSGVOSettings::get('show_invalid_license_notice') != '0')
254
  {
255
  $class = 'notice notice-warning is-dismissible license-invalid-notice';
256
+ $message = __( 'Attention. Your license is not valid any more. Please check WP DSGVO Tools settings to extend your license or visit <a href="URL_HERE" target="_blank">https://legalweb.io/shop</a> to extend it.', 'shapepress-dsgvo' );
257
  $message = str_replace('URL_HERE', getExtensionProductUrl(), $message);
258
 
259
  printf( '<div class="%1$s"><p>%2$s</p></div>', esc_attr( $class ), $message );
261
 
262
  if (isPremiumEdition() && SPDSGVOSettings::get('show_revoke_license_notice') === '1')
263
  {
264
+ $class = 'notice notice-info is-dismissible license-revoke-notice';
265
+ $message = __( 'Information: Your licence will be renewed in a few days automatically if you have not canceled your legalweb.io subscription for this license. If you have canceled it, you have to extend it manually. To extend your license manually visit <a href="URL_HERE" target="_blank">https://legalweb.io/shop</a>.', 'shapepress-dsgvo' );
266
  $message = str_replace('URL_HERE', getExtensionProductUrl(), $message);
267
 
268
  printf( '<div class="%1$s"><p>%2$s</p></div>', esc_attr( $class ), $message );
admin/tabs/v3/common-settings/page.php CHANGED
@@ -52,9 +52,11 @@ $hasValidLicense = isValidPremiumEdition() || isValidBlogEdition();
52
  </form>
53
  <div>
54
  <?php if (licenseIsGoingToRunningOut()): ?>
 
55
  <a href="<?= getExtensionProductUrl(); ?>" class="btn btn-secondary btn-block"
56
  style="background-color: #aed581;"
57
  target="_blank"><?= __('Extend license now and gain discount', 'shapepress-dsgvo') ?></a>
 
58
  <?php endif; ?>
59
  </div>
60
  <div>
52
  </form>
53
  <div>
54
  <?php if (licenseIsGoingToRunningOut()): ?>
55
+ <!--
56
  <a href="<?= getExtensionProductUrl(); ?>" class="btn btn-secondary btn-block"
57
  style="background-color: #aed581;"
58
  target="_blank"><?= __('Extend license now and gain discount', 'shapepress-dsgvo') ?></a>
59
+ -->
60
  <?php endif; ?>
61
  </div>
62
  <div>
admin/tabs/v3/popup-notice/class-sp-dsgvo-cookie-notice-action.php CHANGED
@@ -21,6 +21,7 @@ Class SPDSGVOCookieNoticeAction extends SPDSGVOAjaxAction{
21
  SPDSGVOSettings::set('cn_animation', $this->get('cn_animation', 'none'));
22
  SPDSGVOSettings::set('cn_size_text', $this->get('cn_size_text', 'auto'));
23
  SPDSGVOSettings::set('popup_dark_mode', $this->get('popup_dark_mode', '0'));
 
24
 
25
  SPDSGVOSettings::set('cn_show_dsgvo_icon', $this->get('cn_show_dsgvo_icon', '0'));
26
 
21
  SPDSGVOSettings::set('cn_animation', $this->get('cn_animation', 'none'));
22
  SPDSGVOSettings::set('cn_size_text', $this->get('cn_size_text', 'auto'));
23
  SPDSGVOSettings::set('popup_dark_mode', $this->get('popup_dark_mode', '0'));
24
+ SPDSGVOSettings::set('deactivate_load_popup_fonts', $this->get('deactivate_load_popup_fonts', '0'));
25
 
26
  SPDSGVOSettings::set('cn_show_dsgvo_icon', $this->get('cn_show_dsgvo_icon', '0'));
27
 
admin/tabs/v3/popup-notice/page.php CHANGED
@@ -141,6 +141,10 @@ $hasValidLicense = isValidPremiumEdition() || isValidBlogEdition();
141
  '',
142
  __('Shows the popup in dark colors.', 'shapepress-dsgvo'));
143
 
 
 
 
 
144
  ?>
145
 
146
 
141
  '',
142
  __('Shows the popup in dark colors.', 'shapepress-dsgvo'));
143
 
144
+ spDsgvoWriteInput('toggle', '', 'deactivate_load_popup_fonts', SPDSGVOSettings::get('deactivate_load_popup_fonts'),
145
+ __('Disable fonts loading with CSS', 'shapepress-dsgvo'),
146
+ '',
147
+ __('Deactivates the loading of Roboto fonts if custom fonts are used by CSS.', 'shapepress-dsgvo'),);
148
  ?>
149
 
150
 
includes/class-sp-dsgvo-settings.php CHANGED
@@ -157,6 +157,7 @@ class SPDSGVOSettings{
157
  'show_notice_on_close' => '0',
158
  'cookie_style' => '00',
159
  'logo_image_id' => '0',
 
160
 
161
  /////////////////////////////////////
162
  // Embeddings
157
  'show_notice_on_close' => '0',
158
  'cookie_style' => '00',
159
  'logo_image_id' => '0',
160
+ 'deactivate_load_popup_fonts' => '0',
161
 
162
  /////////////////////////////////////
163
  // Embeddings
languages/shapepress-dsgvo-de_DE.mo CHANGED
Binary file
languages/shapepress-dsgvo-de_DE.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2021-01-22 09:09+0100\n"
5
- "PO-Revision-Date: 2021-01-22 09:49+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
@@ -225,7 +225,7 @@ msgid "Opt Out page"
225
  msgstr "Opt Out Seite"
226
 
227
  #: admin/class-sp-dsgvo-admin.php:172
228
- #: admin/tabs/v3/common-settings/page.php:204
229
  msgid "Privacy policy page"
230
  msgstr "Datenschutzerklärung Seite"
231
 
@@ -248,10 +248,15 @@ msgstr ""
248
  "\"... Template laden\" in den Datenschutzeinstellungen."
249
 
250
  #: admin/class-sp-dsgvo-admin.php:256
 
 
 
 
 
251
  msgid ""
252
  "Attention. Your license is not valid any more. Please check WP DSGVO Tools "
253
  "settings to extend your license or visit <a href=\"URL_HERE\" target=\"_blank"
254
- "\">https://wp-dsgvo.eu/shop</a> to extend it."
255
  msgstr ""
256
  "Achtung! Ihre WP DSGVO Tools (GDPR) Lizenz ist abgelaufen. Um Ihre Lizenz zu "
257
  "verlängern rufen Sie die WP DSGVO Tools (GDPR) Einstellungen auf oder "
@@ -261,14 +266,12 @@ msgstr ""
261
 
262
  #: admin/class-sp-dsgvo-admin.php:265
263
  msgid ""
264
- "Attention. Your license is going to get invalid in a few days. Please check "
265
- "WP DSGVO Tools settings to extend your license or visit <a href=\"URL_HERE\" "
266
- "target=\"_blank\">https://wp-dsgvo.eu/shop</a> to extend it."
 
 
267
  msgstr ""
268
- "Achtung! Ihre WP DSGVO Tools (GDPR) Lizenz wird in kürze ablaufen. Um Ihre "
269
- "Lizenz zu verlängern, rufen Sie die WP DSGVO Tools (GDPR) Einstellungen "
270
- "auf, oder besuchen Sie unseren Shop unter <a href=\"URL_HERE\" target="
271
- "\"_blank\">https://wp-dsgvo.eu/shop</a>."
272
 
273
  #: admin/class-sp-dsgvo-admin.php:274
274
  msgid ""
@@ -401,8 +404,8 @@ msgid "Terms & Conditions"
401
  msgstr "AGB"
402
 
403
  #: admin/tabs/setup/class-sp-dsgvo-create-page-action.php:51
404
- #: admin/tabs/v3/common-settings/page.php:195
405
- #: includes/class-sp-dsgvo-settings.php:188
406
  msgid "Privacy Policy"
407
  msgstr "Datenschutzerklärung"
408
 
@@ -487,68 +490,68 @@ msgstr "Aktivieren der Lizenz schaltet weitere Funktionen frei."
487
  msgid "Refresh license"
488
  msgstr "Lizenz aktualisieren"
489
 
490
- #: admin/tabs/v3/common-settings/page.php:57
491
  msgid "Extend license now and gain discount"
492
  msgstr "Jetzt Lizenz verlängern"
493
 
494
- #: admin/tabs/v3/common-settings/page.php:64
495
  msgid "Premium version has been activated"
496
  msgstr "Die Premium Edition ist aktiviert"
497
 
498
- #: admin/tabs/v3/common-settings/page.php:64
499
  msgid "Invalid or expired license."
500
  msgstr "Ungültige oder abgelaufene Lizenz."
501
 
502
- #: admin/tabs/v3/common-settings/page.php:67
503
  msgid "Blog version has been activated"
504
  msgstr "Die Blog Edition ist aktiviert"
505
 
506
- #: admin/tabs/v3/common-settings/page.php:67
507
  msgid "Invalid license."
508
  msgstr "Ungültige Lizenz."
509
 
510
- #: admin/tabs/v3/common-settings/page.php:73
511
  msgid "Activated on:"
512
  msgstr "Aktiviert am:"
513
 
514
- #: admin/tabs/v3/common-settings/page.php:76
515
  msgid "Status:"
516
  msgstr "Status:"
517
 
518
- #: admin/tabs/v3/common-settings/page.php:80
519
  msgid "Valid to:"
520
  msgstr "Gültig bis:"
521
 
522
- #: admin/tabs/v3/common-settings/page.php:85
523
  msgid "Last validation:"
524
  msgstr "Letzte Überprüfung:"
525
 
526
- #: admin/tabs/v3/common-settings/page.php:88
527
  msgid "Remaining activations:"
528
  msgstr "Offene Aktivierungen:"
529
 
530
- #: admin/tabs/v3/common-settings/page.php:101
531
  #: admin/tabs/v3/embeddings/page.php:119
532
  #: admin/tabs/v3/subject-access-request/page.php:13
533
  #: admin/tabs/v3/super-unsubscribe/page.php:12
534
  msgid "Common Settings"
535
  msgstr "Allgemeine Einstellungen"
536
 
537
- #: admin/tabs/v3/common-settings/page.php:113
538
  msgid "Admin email address"
539
  msgstr "Admin Email Adresse"
540
 
541
- #: admin/tabs/v3/common-settings/page.php:114
542
  msgid "A valid email address"
543
  msgstr "Eine gültige Email Adresse"
544
 
545
- #: admin/tabs/v3/common-settings/page.php:115
546
  msgid "Used for sending emails for notifications."
547
  msgstr "Wird für das Senden von Emailbenachrichtigungen verwendet."
548
 
549
- #: admin/tabs/v3/common-settings/page.php:125
550
- #: admin/tabs/v3/common-settings/page.php:292
551
- #: admin/tabs/v3/common-settings/page.php:418
552
  #: admin/tabs/v3/embeddings/page.php:74 admin/tabs/v3/embeddings/page.php:132
553
  #: admin/tabs/v3/operator/page.php:269 admin/tabs/v3/operator/page.php:534
554
  #: admin/tabs/v3/operator/page.php:582 admin/tabs/v3/page-basics/page.php:52
@@ -559,8 +562,8 @@ msgstr "Wird für das Senden von Emailbenachrichtigungen verwendet."
559
  #: admin/tabs/v3/page-basics/page.php:358
560
  #: admin/tabs/v3/page-basics/page.php:417
561
  #: admin/tabs/v3/popup-notice/page.php:124
562
- #: admin/tabs/v3/popup-notice/page.php:173
563
- #: admin/tabs/v3/popup-notice/page.php:421
564
  #: admin/tabs/v3/subject-access-request/page.php:79
565
  #: admin/tabs/v3/subject-access-request/page.php:135
566
  #: admin/tabs/v3/super-unsubscribe/page.php:90
@@ -591,40 +594,40 @@ msgstr "Wird für das Senden von Emailbenachrichtigungen verwendet."
591
  msgid "Save changes"
592
  msgstr "Änderungen speichern"
593
 
594
- #: admin/tabs/v3/common-settings/page.php:135
595
  msgid "Available shortcodes"
596
  msgstr "Verfügbare Shortcodes"
597
 
598
- #: admin/tabs/v3/common-settings/page.php:138
599
  msgid ""
600
  "Following you will find a list of all available shortcodes of this plugin."
601
  msgstr ""
602
  "Nachfolgend finden Sie eine Liste aller verfügbaren Shortcodes des Plugins."
603
 
604
- #: admin/tabs/v3/common-settings/page.php:142
605
  msgid "Shortcode to generate the privacy policy"
606
  msgstr "Shortcode zum Generieren der Datenschutzerklärung"
607
 
608
- #: admin/tabs/v3/common-settings/page.php:149
609
  msgid "Shortcode to generate the imprint"
610
  msgstr "Shortcode zum Generieren des Impressums"
611
 
612
- #: admin/tabs/v3/common-settings/page.php:156
613
  msgid "Shortcode to render the form to do a data request"
614
  msgstr ""
615
  "Shortcode zum Anzeigen eines Formulars für das Anfordern des Datenauszugs"
616
 
617
- #: admin/tabs/v3/common-settings/page.php:163
618
  msgid "Shortcode to render the form to do a delete request"
619
  msgstr ""
620
  "Shortcode zum Anzeigen eines Formulars für das Anfordern einer Löschanfrage"
621
 
622
- #: admin/tabs/v3/common-settings/page.php:170
623
  msgid "Shortcode to render a link to open the cookie popup"
624
  msgstr "Shortcode zum Generieren eines Links welcher das Cookie Popup öffnet"
625
 
626
- #: admin/tabs/v3/common-settings/page.php:172
627
- #: admin/tabs/v3/common-settings/page.php:179
628
  msgid ""
629
  "With the attribute text you can set the link text, the attribut class "
630
  "defines additional a tag classes."
@@ -632,17 +635,17 @@ msgstr ""
632
  "Mit dem Attribut text kann der Linktext gesetzt werden, mit dem Attribut "
633
  "class zusätzliche CSS Klassen des a Tags."
634
 
635
- #: admin/tabs/v3/common-settings/page.php:177
636
  msgid "Shortcode to render a link for navigating to your privacy policy"
637
  msgstr ""
638
  "Shortcode zum Generieren eines Links welcher zu Ihrer Datenschutzerklärung "
639
  "navigiert"
640
 
641
- #: admin/tabs/v3/common-settings/page.php:184
642
  msgid "Shortcode to (manually) block content"
643
  msgstr "Shotcode zum (manuellen) Blockieren von Inhalten"
644
 
645
- #: admin/tabs/v3/common-settings/page.php:186
646
  msgid ""
647
  "If automatic detection does not work, you can use this shortcode to block "
648
  "until your vistor do an opt-in. You need to put the content which you want "
@@ -657,27 +660,27 @@ msgstr ""
657
  "normal dargestellt. Als Beispiel [lw_content_block type=\"gmaps\"] "
658
  "&ltdiv&gtEine nette Karte als Image oder Link&lt/div&gt [/lw_content_block]"
659
 
660
- #: admin/tabs/v3/common-settings/page.php:206
661
  #: admin/tabs/v3/operator/page.php:556
662
  #: admin/tabs/v3/subject-access-request/page.php:50
663
  #: admin/tabs/v3/super-unsubscribe/page.php:63
664
  msgid "Select"
665
  msgstr "Wählen"
666
 
667
- #: admin/tabs/v3/common-settings/page.php:219
668
  msgid "Create a page that uses the shortcode <code>[privacy_policy]</code>."
669
  msgstr ""
670
  "Eine Seite erstellen die den Shortcode <code>[privacy_policy]</code> "
671
  "verwendet."
672
 
673
- #: admin/tabs/v3/common-settings/page.php:221
674
  #: admin/tabs/v3/operator/page.php:568
675
  #: admin/tabs/v3/subject-access-request/page.php:65
676
  #: admin/tabs/v3/super-unsubscribe/page.php:76
677
  msgid "Create page"
678
  msgstr "Seite erstellen"
679
 
680
- #: admin/tabs/v3/common-settings/page.php:224
681
  msgid ""
682
  "Attention: The shortcode <code>[privacy_policy]</code> was not found on the "
683
  "page you selected."
@@ -685,8 +688,8 @@ msgstr ""
685
  "Achtung: Der Shortcode <code>[privacy_policy]</code> wurde auf der von Ihnen "
686
  "gewählten Seite nicht gefunden."
687
 
688
- #: admin/tabs/v3/common-settings/page.php:226
689
- #: admin/tabs/v3/common-settings/page.php:232
690
  #: admin/tabs/v3/operator/page.php:573 admin/tabs/v3/operator/page.php:578
691
  #: admin/tabs/v3/subject-access-request/page.php:70
692
  #: admin/tabs/v3/subject-access-request/page.php:74
@@ -695,7 +698,7 @@ msgstr ""
695
  msgid "Edit page"
696
  msgstr "Seite bearbeiten"
697
 
698
- #: admin/tabs/v3/common-settings/page.php:229
699
  msgid ""
700
  "This option also sets the wordpress option for the privacy policy page, "
701
  "which can be accessed in the menu \"Settings/Privacy\"."
@@ -703,7 +706,7 @@ msgstr ""
703
  "Diese Option speichert zusätlich die Wordpress Option für die "
704
  "Datenschutzseite, welche im Menü \"Einstellungen/Datenschutz\" definiert ist."
705
 
706
- #: admin/tabs/v3/common-settings/page.php:230
707
  #: admin/tabs/v3/operator/page.php:576
708
  msgid ""
709
  "The page can also by edited and text could be extended by the editing the "
@@ -712,80 +715,80 @@ msgstr ""
712
  "Die gewählte Seite kann zusätzlich noch mit dem Wordpress Editor (z.B. "
713
  "Gutenberg) bearbeitet werden und Text ergänzt werden."
714
 
715
- #: admin/tabs/v3/common-settings/page.php:238
716
  msgid "Title"
717
  msgstr "Titel"
718
 
719
- #: admin/tabs/v3/common-settings/page.php:240
720
  msgid ""
721
  "The title of the page for display the privacy texts. Usually it is caled "
722
  "privacy policy."
723
  msgstr "Der Titel der Seite auf der die Datenschutztexte dargestellt werden."
724
 
725
- #: admin/tabs/v3/common-settings/page.php:247
726
  msgid "Header stile of title"
727
  msgstr "Stil der Überschrift"
728
 
729
- #: admin/tabs/v3/common-settings/page.php:256
730
  msgid "Specifies the html header tag of the header of the privacy policy."
731
  msgstr ""
732
  "Definiert den html Tag der für die Hauptüberschrift in der "
733
  "Datenschutzerklärung verwendet werden soll."
734
 
735
- #: admin/tabs/v3/common-settings/page.php:260
736
  msgid "Header stile of subtitles"
737
  msgstr "Stil der Untertitel"
738
 
739
- #: admin/tabs/v3/common-settings/page.php:269
740
  msgid "Specifies the html header tag of the subtitles of the privacy policy."
741
  msgstr ""
742
  "Definiert den html Tag der für die Untertitel in der Datenschutzerklärung "
743
  "verwendet werden soll."
744
 
745
- #: admin/tabs/v3/common-settings/page.php:273
746
  msgid "Header stile of \"subsubtitles\""
747
  msgstr "Stil der Titel unter Untertitel"
748
 
749
- #: admin/tabs/v3/common-settings/page.php:282
750
  msgid ""
751
  "Specifies the html header tag of the \"subsubtitles\" of the privacy policy."
752
  msgstr ""
753
  "Definiert den html Tag der für die Überschriften innerhalb den Bereichen in "
754
  "der Datenschutzerklärung verwendet werden soll."
755
 
756
- #: admin/tabs/v3/common-settings/page.php:287
757
  msgid "Email notification when new texts are downloadable"
758
  msgstr "Emailbenachrichtigung bei neuen Texten senden"
759
 
760
- #: admin/tabs/v3/common-settings/page.php:295
761
  msgid "Privacy policy texts"
762
  msgstr "Datenschutztexte"
763
 
764
- #: admin/tabs/v3/common-settings/page.php:301
765
  msgid "Date of Version"
766
  msgstr "Datum der Version"
767
 
768
- #: admin/tabs/v3/common-settings/page.php:304
769
  msgid "Your texts are up to date."
770
  msgstr "Ihre Texte sind aktuell."
771
 
772
- #: admin/tabs/v3/common-settings/page.php:306
773
  msgid "A newer version of the texts are available."
774
  msgstr "Eine aktueller Version der Texte ist verfügbar."
775
 
776
- #: admin/tabs/v3/common-settings/page.php:310
777
  msgid "Last update check"
778
  msgstr "Letzter Update Check"
779
 
780
- #: admin/tabs/v3/common-settings/page.php:318
781
  msgid "Reload Privacy Policy texts"
782
  msgstr "Datenschutztexte neu laden"
783
 
784
- #: admin/tabs/v3/common-settings/page.php:330
785
  msgid "Additional Texts"
786
  msgstr "Zusätzliche Texte"
787
 
788
- #: admin/tabs/v3/common-settings/page.php:341
789
  msgid ""
790
  "The registration form and comments feature do not require any additional "
791
  "phrases such as \"I agree to the privacy policy\" or \"more privacy "
@@ -798,11 +801,11 @@ msgstr ""
798
  "wenn auf der jeweiligen Seite im Footer eine Verlinkung zur "
799
  "Datenschutzerklärung ist."
800
 
801
- #: admin/tabs/v3/common-settings/page.php:398
802
  msgid "Checkout text at WooCommerce checkout"
803
  msgstr "Text bei Woo Checkout anzeigen"
804
 
805
- #: admin/tabs/v3/common-settings/page.php:400
806
  msgid ""
807
  "Possibility to display a custom text at the WooCommerce checkout form to "
808
  "ensure terms & conditions."
@@ -810,16 +813,16 @@ msgstr ""
810
  "Möglichkeit zur Anzeige eines Texts beim WooCommerce Checkout um z.B. eine "
811
  "Wiederrufsbelehrung anzuzeigen."
812
 
813
- #: admin/tabs/v3/common-settings/page.php:408
814
  msgid "Text to display at WooCommerce checkout form"
815
  msgstr "Der Text der beim WooCommerce Checkout angezeigt werden soll"
816
 
817
- #: admin/tabs/v3/common-settings/page.php:409
818
- #: admin/tabs/v3/popup-notice/page.php:255
819
  msgid "A message text"
820
  msgstr "Meldungstext"
821
 
822
- #: admin/tabs/v3/common-settings/page.php:415
823
  msgid ""
824
  "<strong>Important Note:</strong> If you use WPML you can translate these "
825
  "inputs via WPML String Translations."
@@ -844,7 +847,7 @@ msgstr ""
844
  "Die nachfolgenden Einstellungen definieren das Aussehen der Platzhalter für "
845
  "die Embeddings. Die Vorschau rechts wird bei jedem Speichern aktualisiert."
846
 
847
- #: admin/tabs/v3/embeddings/page.php:26 admin/tabs/v3/popup-notice/page.php:325
848
  msgid "Text/Font color"
849
  msgstr "Text/Schriftfarbe"
850
 
@@ -852,7 +855,7 @@ msgstr "Text/Schriftfarbe"
852
  msgid "Specifies the text/font color of the text within the placeholder."
853
  msgstr "Definiert die Schriftfarbe des Texts im Platzhalter."
854
 
855
- #: admin/tabs/v3/embeddings/page.php:33 admin/tabs/v3/popup-notice/page.php:339
856
  msgid "Button border color"
857
  msgstr "Rahmenfarbe des Buttons"
858
 
@@ -860,7 +863,7 @@ msgstr "Rahmenfarbe des Buttons"
860
  msgid "Specifies the border color of the placeholder opt-in button."
861
  msgstr "Definiert die Rahmenfarbe des Opt-in Buttons im Platzhalter."
862
 
863
- #: admin/tabs/v3/embeddings/page.php:39 admin/tabs/v3/popup-notice/page.php:345
864
  msgid "Size of the button border"
865
  msgstr "Rahmendicke des Buttons"
866
 
@@ -2032,41 +2035,50 @@ msgstr "Aktiviere den Dark Mode des Popups"
2032
  msgid "Shows the popup in dark colors."
2033
  msgstr "Stellt das Popup mit dunklem Hintergrund und heller Schrift dar."
2034
 
2035
- #: admin/tabs/v3/popup-notice/page.php:157
 
 
 
 
 
 
 
 
 
2036
  msgid "Popup header logo"
2037
  msgstr "Popup Logo"
2038
 
2039
- #: admin/tabs/v3/popup-notice/page.php:158
2040
  msgid "We recommend to use a square image."
2041
  msgstr "Wir empfehlen die Benutzung eines quadratischen Logos."
2042
 
2043
- #: admin/tabs/v3/popup-notice/page.php:167
2044
  msgid "Upload image"
2045
  msgstr "Bild uploaden"
2046
 
2047
- #: admin/tabs/v3/popup-notice/page.php:182
2048
  msgid "Cookie Notice customization"
2049
  msgstr "Cookie Notice Anpassung"
2050
 
2051
- #: admin/tabs/v3/popup-notice/page.php:191
2052
  msgid "Cookie notice style"
2053
  msgstr "Cookie Notice Stil"
2054
 
2055
- #: admin/tabs/v3/popup-notice/page.php:197
2056
- #: admin/tabs/v3/popup-notice/page.php:296
2057
- #: admin/tabs/v3/popup-notice/page.php:394
2058
  msgid "Default"
2059
  msgstr "Standard"
2060
 
2061
- #: admin/tabs/v3/popup-notice/page.php:215
2062
  msgid "Choose one of our cookie notice style templates."
2063
  msgstr "Wählen Sie ein Templates für die Cookie Notice."
2064
 
2065
- #: admin/tabs/v3/popup-notice/page.php:254
2066
  msgid "Cookie Notice text"
2067
  msgstr "Cookie Notice Text"
2068
 
2069
- #: admin/tabs/v3/popup-notice/page.php:256
2070
  msgid ""
2071
  "This text gets displayed within the cookie notice. If you use WPML you can "
2072
  "translate these inputs via WPML String Translations."
@@ -2074,7 +2086,7 @@ msgstr ""
2074
  "<strong>Wichtiger Hinweis:</strong> Falls Sie WPML verwenden, können Sie mit "
2075
  "Hilfe der WPML String Translations diese Texte übersetzen."
2076
 
2077
- #: admin/tabs/v3/popup-notice/page.php:258
2078
  msgid ""
2079
  "Warning: If you change this text by your own you risk not be confirm with "
2080
  "the GDPR."
@@ -2082,89 +2094,89 @@ msgstr ""
2082
  "Warnung: Wenn Sie diesen Text ändern, verlieren Sie eventuell die DSGVO-"
2083
  "Konformität."
2084
 
2085
- #: admin/tabs/v3/popup-notice/page.php:263
2086
  msgid "Position:"
2087
  msgstr "Position:"
2088
 
2089
- #: admin/tabs/v3/popup-notice/page.php:265
2090
  msgid "On top"
2091
  msgstr "Oben"
2092
 
2093
- #: admin/tabs/v3/popup-notice/page.php:268
2094
  msgid "Bottom"
2095
  msgstr "Unten"
2096
 
2097
- #: admin/tabs/v3/popup-notice/page.php:271
2098
  msgid "Specifies the location where the cookie notice should be displayed."
2099
  msgstr "Gibt die Position an wo die Cookie Notice angezeigt werden soll."
2100
 
2101
- #: admin/tabs/v3/popup-notice/page.php:276
2102
  msgid "Animation"
2103
  msgstr "Animation"
2104
 
2105
- #: admin/tabs/v3/popup-notice/page.php:278
2106
  msgid "None"
2107
  msgstr "Keine"
2108
 
2109
- #: admin/tabs/v3/popup-notice/page.php:281
2110
  msgid "fade"
2111
  msgstr "Ausgleiten"
2112
 
2113
- #: admin/tabs/v3/popup-notice/page.php:284
2114
  msgid "hide"
2115
  msgstr "Ausblenden"
2116
 
2117
- #: admin/tabs/v3/popup-notice/page.php:287
2118
  msgid "Animation when accepting the cookie message."
2119
  msgstr "Animation beim Akzeptieren der Cookie-Nachricht."
2120
 
2121
- #: admin/tabs/v3/popup-notice/page.php:291
2122
  msgid "Font size"
2123
  msgstr "Textgröße"
2124
 
2125
- #: admin/tabs/v3/popup-notice/page.php:318
2126
  msgid "Background color"
2127
  msgstr "Hintergrundfarbe"
2128
 
2129
- #: admin/tabs/v3/popup-notice/page.php:320
2130
  msgid "Specifies the background color of the cookie notice."
2131
  msgstr "Definiert die Hintergrundfarbe der Cookie Notice."
2132
 
2133
- #: admin/tabs/v3/popup-notice/page.php:327
2134
  msgid "Specifies the text/font color of the cookie notice text."
2135
  msgstr "Definiert die Schriftfarbe der Cookie Notice."
2136
 
2137
- #: admin/tabs/v3/popup-notice/page.php:332
2138
  msgid "Button background color"
2139
  msgstr "Hintergrundfarbe des Buttons"
2140
 
2141
- #: admin/tabs/v3/popup-notice/page.php:334
2142
  msgid "Specifies the background color of the cookie notice button."
2143
  msgstr "Definiert die Hintergrundfarbe des Buttons der Cookie Notice."
2144
 
2145
- #: admin/tabs/v3/popup-notice/page.php:341
2146
  msgid "Specifies the border color of the cookie notice button."
2147
  msgstr "Definiert die Rahmenfarbe des Buttons der Cookie Notice."
2148
 
2149
- #: admin/tabs/v3/popup-notice/page.php:360
2150
  msgid "Button text/font color"
2151
  msgstr "Schriftfarbe des Buttons"
2152
 
2153
- #: admin/tabs/v3/popup-notice/page.php:362
2154
  msgid "Specifies the text/font color of the cookie notice button."
2155
  msgstr "Definiert die Schriftfarbe des Buttons der Cookie Notice."
2156
 
2157
- #: admin/tabs/v3/popup-notice/page.php:367
2158
  msgid "CSS class cookie notice"
2159
  msgstr "CSS Klasse Cookie Notice"
2160
 
2161
- #: admin/tabs/v3/popup-notice/page.php:368
2162
- #: admin/tabs/v3/popup-notice/page.php:375
2163
- #: admin/tabs/v3/popup-notice/page.php:382
2164
  msgid ".myClass1 .myClass2"
2165
  msgstr ""
2166
 
2167
- #: admin/tabs/v3/popup-notice/page.php:369
2168
  msgid ""
2169
  "Specifies one or multiple additional classes for the cookie notice. Please "
2170
  "specify them without leading \".\""
@@ -2172,11 +2184,11 @@ msgstr ""
2172
  "Hier können Sie eine oder mehrere zusätzliche CSS Klassen angeben um die "
2173
  "Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden Punkte an."
2174
 
2175
- #: admin/tabs/v3/popup-notice/page.php:374
2176
  msgid "CSS class text"
2177
  msgstr "CSS Klassen für Text"
2178
 
2179
- #: admin/tabs/v3/popup-notice/page.php:376
2180
  msgid ""
2181
  "Specifies one or multiple additional classes for the text of cookie notice. "
2182
  "Please specify them with leading \".\""
@@ -2185,11 +2197,11 @@ msgstr ""
2185
  "Text der Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden "
2186
  "Punkte an."
2187
 
2188
- #: admin/tabs/v3/popup-notice/page.php:381
2189
  msgid "CSS class button"
2190
  msgstr "CSS Klasse für Button"
2191
 
2192
- #: admin/tabs/v3/popup-notice/page.php:383
2193
  msgid ""
2194
  "Specifies one or multiple additional classes for the button of cookie "
2195
  "notice. Please specify them with leading \".\""
@@ -2198,15 +2210,15 @@ msgstr ""
2198
  "Buttons der Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden "
2199
  "Punkte an."
2200
 
2201
- #: admin/tabs/v3/popup-notice/page.php:389
2202
  msgid "Height of cookie notice"
2203
  msgstr "Höhe der Cookie Notice"
2204
 
2205
- #: admin/tabs/v3/popup-notice/page.php:415
2206
  msgid "Show WP DSGVO Tools (GDPR) icon"
2207
  msgstr "WP DSGVO Tools (GDPR) Icon anzeigen"
2208
 
2209
- #: admin/tabs/v3/popup-notice/page.php:417
2210
  msgid ""
2211
  "Displays the WP DSGVO Tools (GDPR) icon on the left side of the cookie "
2212
  "notice."
@@ -4729,7 +4741,7 @@ msgstr "Lokale Installation"
4729
  msgid "All Details"
4730
  msgstr "Alle Details"
4731
 
4732
- #: public/class-sp-dsgvo-public.php:1115
4733
  msgid "Terms: "
4734
  msgstr "AGB: "
4735
 
@@ -5078,6 +5090,16 @@ msgstr ""
5078
  "Wenn Sie dies nicht durchf&uuml;hren m&ouml;chten, k&ouml;nnen Sie dieses E-"
5079
  "Mail gnorieren."
5080
 
 
 
 
 
 
 
 
 
 
 
5081
  #~ msgid ""
5082
  #~ "Currently no dates planed. You can watch the videos of past webinars on "
5083
  #~ "our <a href=\"https://www.youtube.com/channel/UCCeLTNGJu-Ao4ovfnUBnFaA\" "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2021-02-26 09:05+0100\n"
5
+ "PO-Revision-Date: 2021-02-26 09:26+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
225
  msgstr "Opt Out Seite"
226
 
227
  #: admin/class-sp-dsgvo-admin.php:172
228
+ #: admin/tabs/v3/common-settings/page.php:206
229
  msgid "Privacy policy page"
230
  msgstr "Datenschutzerklärung Seite"
231
 
248
  "\"... Template laden\" in den Datenschutzeinstellungen."
249
 
250
  #: admin/class-sp-dsgvo-admin.php:256
251
+ #, fuzzy
252
+ #| msgid ""
253
+ #| "Attention. Your license is not valid any more. Please check WP DSGVO "
254
+ #| "Tools settings to extend your license or visit <a href=\"URL_HERE\" "
255
+ #| "target=\"_blank\">https://wp-dsgvo.eu/shop</a> to extend it."
256
  msgid ""
257
  "Attention. Your license is not valid any more. Please check WP DSGVO Tools "
258
  "settings to extend your license or visit <a href=\"URL_HERE\" target=\"_blank"
259
+ "\">https://legalweb.io/shop</a> to extend it."
260
  msgstr ""
261
  "Achtung! Ihre WP DSGVO Tools (GDPR) Lizenz ist abgelaufen. Um Ihre Lizenz zu "
262
  "verlängern rufen Sie die WP DSGVO Tools (GDPR) Einstellungen auf oder "
266
 
267
  #: admin/class-sp-dsgvo-admin.php:265
268
  msgid ""
269
+ "Information: Your licence will be renewed in a few days automatically if you "
270
+ "have not canceled your legalweb.io subscription for this license. If you "
271
+ "have canceled it, you have to extend it manually. To extend your license "
272
+ "manually visit <a href=\"URL_HERE\" target=\"_blank\">https://legalweb.io/"
273
+ "shop</a>."
274
  msgstr ""
 
 
 
 
275
 
276
  #: admin/class-sp-dsgvo-admin.php:274
277
  msgid ""
404
  msgstr "AGB"
405
 
406
  #: admin/tabs/setup/class-sp-dsgvo-create-page-action.php:51
407
+ #: admin/tabs/v3/common-settings/page.php:197
408
+ #: includes/class-sp-dsgvo-settings.php:189
409
  msgid "Privacy Policy"
410
  msgstr "Datenschutzerklärung"
411
 
490
  msgid "Refresh license"
491
  msgstr "Lizenz aktualisieren"
492
 
493
+ #: admin/tabs/v3/common-settings/page.php:58
494
  msgid "Extend license now and gain discount"
495
  msgstr "Jetzt Lizenz verlängern"
496
 
497
+ #: admin/tabs/v3/common-settings/page.php:66
498
  msgid "Premium version has been activated"
499
  msgstr "Die Premium Edition ist aktiviert"
500
 
501
+ #: admin/tabs/v3/common-settings/page.php:66
502
  msgid "Invalid or expired license."
503
  msgstr "Ungültige oder abgelaufene Lizenz."
504
 
505
+ #: admin/tabs/v3/common-settings/page.php:69
506
  msgid "Blog version has been activated"
507
  msgstr "Die Blog Edition ist aktiviert"
508
 
509
+ #: admin/tabs/v3/common-settings/page.php:69
510
  msgid "Invalid license."
511
  msgstr "Ungültige Lizenz."
512
 
513
+ #: admin/tabs/v3/common-settings/page.php:75
514
  msgid "Activated on:"
515
  msgstr "Aktiviert am:"
516
 
517
+ #: admin/tabs/v3/common-settings/page.php:78
518
  msgid "Status:"
519
  msgstr "Status:"
520
 
521
+ #: admin/tabs/v3/common-settings/page.php:82
522
  msgid "Valid to:"
523
  msgstr "Gültig bis:"
524
 
525
+ #: admin/tabs/v3/common-settings/page.php:87
526
  msgid "Last validation:"
527
  msgstr "Letzte Überprüfung:"
528
 
529
+ #: admin/tabs/v3/common-settings/page.php:90
530
  msgid "Remaining activations:"
531
  msgstr "Offene Aktivierungen:"
532
 
533
+ #: admin/tabs/v3/common-settings/page.php:103
534
  #: admin/tabs/v3/embeddings/page.php:119
535
  #: admin/tabs/v3/subject-access-request/page.php:13
536
  #: admin/tabs/v3/super-unsubscribe/page.php:12
537
  msgid "Common Settings"
538
  msgstr "Allgemeine Einstellungen"
539
 
540
+ #: admin/tabs/v3/common-settings/page.php:115
541
  msgid "Admin email address"
542
  msgstr "Admin Email Adresse"
543
 
544
+ #: admin/tabs/v3/common-settings/page.php:116
545
  msgid "A valid email address"
546
  msgstr "Eine gültige Email Adresse"
547
 
548
+ #: admin/tabs/v3/common-settings/page.php:117
549
  msgid "Used for sending emails for notifications."
550
  msgstr "Wird für das Senden von Emailbenachrichtigungen verwendet."
551
 
552
+ #: admin/tabs/v3/common-settings/page.php:127
553
+ #: admin/tabs/v3/common-settings/page.php:294
554
+ #: admin/tabs/v3/common-settings/page.php:420
555
  #: admin/tabs/v3/embeddings/page.php:74 admin/tabs/v3/embeddings/page.php:132
556
  #: admin/tabs/v3/operator/page.php:269 admin/tabs/v3/operator/page.php:534
557
  #: admin/tabs/v3/operator/page.php:582 admin/tabs/v3/page-basics/page.php:52
562
  #: admin/tabs/v3/page-basics/page.php:358
563
  #: admin/tabs/v3/page-basics/page.php:417
564
  #: admin/tabs/v3/popup-notice/page.php:124
565
+ #: admin/tabs/v3/popup-notice/page.php:177
566
+ #: admin/tabs/v3/popup-notice/page.php:425
567
  #: admin/tabs/v3/subject-access-request/page.php:79
568
  #: admin/tabs/v3/subject-access-request/page.php:135
569
  #: admin/tabs/v3/super-unsubscribe/page.php:90
594
  msgid "Save changes"
595
  msgstr "Änderungen speichern"
596
 
597
+ #: admin/tabs/v3/common-settings/page.php:137
598
  msgid "Available shortcodes"
599
  msgstr "Verfügbare Shortcodes"
600
 
601
+ #: admin/tabs/v3/common-settings/page.php:140
602
  msgid ""
603
  "Following you will find a list of all available shortcodes of this plugin."
604
  msgstr ""
605
  "Nachfolgend finden Sie eine Liste aller verfügbaren Shortcodes des Plugins."
606
 
607
+ #: admin/tabs/v3/common-settings/page.php:144
608
  msgid "Shortcode to generate the privacy policy"
609
  msgstr "Shortcode zum Generieren der Datenschutzerklärung"
610
 
611
+ #: admin/tabs/v3/common-settings/page.php:151
612
  msgid "Shortcode to generate the imprint"
613
  msgstr "Shortcode zum Generieren des Impressums"
614
 
615
+ #: admin/tabs/v3/common-settings/page.php:158
616
  msgid "Shortcode to render the form to do a data request"
617
  msgstr ""
618
  "Shortcode zum Anzeigen eines Formulars für das Anfordern des Datenauszugs"
619
 
620
+ #: admin/tabs/v3/common-settings/page.php:165
621
  msgid "Shortcode to render the form to do a delete request"
622
  msgstr ""
623
  "Shortcode zum Anzeigen eines Formulars für das Anfordern einer Löschanfrage"
624
 
625
+ #: admin/tabs/v3/common-settings/page.php:172
626
  msgid "Shortcode to render a link to open the cookie popup"
627
  msgstr "Shortcode zum Generieren eines Links welcher das Cookie Popup öffnet"
628
 
629
+ #: admin/tabs/v3/common-settings/page.php:174
630
+ #: admin/tabs/v3/common-settings/page.php:181
631
  msgid ""
632
  "With the attribute text you can set the link text, the attribut class "
633
  "defines additional a tag classes."
635
  "Mit dem Attribut text kann der Linktext gesetzt werden, mit dem Attribut "
636
  "class zusätzliche CSS Klassen des a Tags."
637
 
638
+ #: admin/tabs/v3/common-settings/page.php:179
639
  msgid "Shortcode to render a link for navigating to your privacy policy"
640
  msgstr ""
641
  "Shortcode zum Generieren eines Links welcher zu Ihrer Datenschutzerklärung "
642
  "navigiert"
643
 
644
+ #: admin/tabs/v3/common-settings/page.php:186
645
  msgid "Shortcode to (manually) block content"
646
  msgstr "Shotcode zum (manuellen) Blockieren von Inhalten"
647
 
648
+ #: admin/tabs/v3/common-settings/page.php:188
649
  msgid ""
650
  "If automatic detection does not work, you can use this shortcode to block "
651
  "until your vistor do an opt-in. You need to put the content which you want "
660
  "normal dargestellt. Als Beispiel [lw_content_block type=\"gmaps\"] "
661
  "&ltdiv&gtEine nette Karte als Image oder Link&lt/div&gt [/lw_content_block]"
662
 
663
+ #: admin/tabs/v3/common-settings/page.php:208
664
  #: admin/tabs/v3/operator/page.php:556
665
  #: admin/tabs/v3/subject-access-request/page.php:50
666
  #: admin/tabs/v3/super-unsubscribe/page.php:63
667
  msgid "Select"
668
  msgstr "Wählen"
669
 
670
+ #: admin/tabs/v3/common-settings/page.php:221
671
  msgid "Create a page that uses the shortcode <code>[privacy_policy]</code>."
672
  msgstr ""
673
  "Eine Seite erstellen die den Shortcode <code>[privacy_policy]</code> "
674
  "verwendet."
675
 
676
+ #: admin/tabs/v3/common-settings/page.php:223
677
  #: admin/tabs/v3/operator/page.php:568
678
  #: admin/tabs/v3/subject-access-request/page.php:65
679
  #: admin/tabs/v3/super-unsubscribe/page.php:76
680
  msgid "Create page"
681
  msgstr "Seite erstellen"
682
 
683
+ #: admin/tabs/v3/common-settings/page.php:226
684
  msgid ""
685
  "Attention: The shortcode <code>[privacy_policy]</code> was not found on the "
686
  "page you selected."
688
  "Achtung: Der Shortcode <code>[privacy_policy]</code> wurde auf der von Ihnen "
689
  "gewählten Seite nicht gefunden."
690
 
691
+ #: admin/tabs/v3/common-settings/page.php:228
692
+ #: admin/tabs/v3/common-settings/page.php:234
693
  #: admin/tabs/v3/operator/page.php:573 admin/tabs/v3/operator/page.php:578
694
  #: admin/tabs/v3/subject-access-request/page.php:70
695
  #: admin/tabs/v3/subject-access-request/page.php:74
698
  msgid "Edit page"
699
  msgstr "Seite bearbeiten"
700
 
701
+ #: admin/tabs/v3/common-settings/page.php:231
702
  msgid ""
703
  "This option also sets the wordpress option for the privacy policy page, "
704
  "which can be accessed in the menu \"Settings/Privacy\"."
706
  "Diese Option speichert zusätlich die Wordpress Option für die "
707
  "Datenschutzseite, welche im Menü \"Einstellungen/Datenschutz\" definiert ist."
708
 
709
+ #: admin/tabs/v3/common-settings/page.php:232
710
  #: admin/tabs/v3/operator/page.php:576
711
  msgid ""
712
  "The page can also by edited and text could be extended by the editing the "
715
  "Die gewählte Seite kann zusätzlich noch mit dem Wordpress Editor (z.B. "
716
  "Gutenberg) bearbeitet werden und Text ergänzt werden."
717
 
718
+ #: admin/tabs/v3/common-settings/page.php:240
719
  msgid "Title"
720
  msgstr "Titel"
721
 
722
+ #: admin/tabs/v3/common-settings/page.php:242
723
  msgid ""
724
  "The title of the page for display the privacy texts. Usually it is caled "
725
  "privacy policy."
726
  msgstr "Der Titel der Seite auf der die Datenschutztexte dargestellt werden."
727
 
728
+ #: admin/tabs/v3/common-settings/page.php:249
729
  msgid "Header stile of title"
730
  msgstr "Stil der Überschrift"
731
 
732
+ #: admin/tabs/v3/common-settings/page.php:258
733
  msgid "Specifies the html header tag of the header of the privacy policy."
734
  msgstr ""
735
  "Definiert den html Tag der für die Hauptüberschrift in der "
736
  "Datenschutzerklärung verwendet werden soll."
737
 
738
+ #: admin/tabs/v3/common-settings/page.php:262
739
  msgid "Header stile of subtitles"
740
  msgstr "Stil der Untertitel"
741
 
742
+ #: admin/tabs/v3/common-settings/page.php:271
743
  msgid "Specifies the html header tag of the subtitles of the privacy policy."
744
  msgstr ""
745
  "Definiert den html Tag der für die Untertitel in der Datenschutzerklärung "
746
  "verwendet werden soll."
747
 
748
+ #: admin/tabs/v3/common-settings/page.php:275
749
  msgid "Header stile of \"subsubtitles\""
750
  msgstr "Stil der Titel unter Untertitel"
751
 
752
+ #: admin/tabs/v3/common-settings/page.php:284
753
  msgid ""
754
  "Specifies the html header tag of the \"subsubtitles\" of the privacy policy."
755
  msgstr ""
756
  "Definiert den html Tag der für die Überschriften innerhalb den Bereichen in "
757
  "der Datenschutzerklärung verwendet werden soll."
758
 
759
+ #: admin/tabs/v3/common-settings/page.php:289
760
  msgid "Email notification when new texts are downloadable"
761
  msgstr "Emailbenachrichtigung bei neuen Texten senden"
762
 
763
+ #: admin/tabs/v3/common-settings/page.php:297
764
  msgid "Privacy policy texts"
765
  msgstr "Datenschutztexte"
766
 
767
+ #: admin/tabs/v3/common-settings/page.php:303
768
  msgid "Date of Version"
769
  msgstr "Datum der Version"
770
 
771
+ #: admin/tabs/v3/common-settings/page.php:306
772
  msgid "Your texts are up to date."
773
  msgstr "Ihre Texte sind aktuell."
774
 
775
+ #: admin/tabs/v3/common-settings/page.php:308
776
  msgid "A newer version of the texts are available."
777
  msgstr "Eine aktueller Version der Texte ist verfügbar."
778
 
779
+ #: admin/tabs/v3/common-settings/page.php:312
780
  msgid "Last update check"
781
  msgstr "Letzter Update Check"
782
 
783
+ #: admin/tabs/v3/common-settings/page.php:320
784
  msgid "Reload Privacy Policy texts"
785
  msgstr "Datenschutztexte neu laden"
786
 
787
+ #: admin/tabs/v3/common-settings/page.php:332
788
  msgid "Additional Texts"
789
  msgstr "Zusätzliche Texte"
790
 
791
+ #: admin/tabs/v3/common-settings/page.php:343
792
  msgid ""
793
  "The registration form and comments feature do not require any additional "
794
  "phrases such as \"I agree to the privacy policy\" or \"more privacy "
801
  "wenn auf der jeweiligen Seite im Footer eine Verlinkung zur "
802
  "Datenschutzerklärung ist."
803
 
804
+ #: admin/tabs/v3/common-settings/page.php:400
805
  msgid "Checkout text at WooCommerce checkout"
806
  msgstr "Text bei Woo Checkout anzeigen"
807
 
808
+ #: admin/tabs/v3/common-settings/page.php:402
809
  msgid ""
810
  "Possibility to display a custom text at the WooCommerce checkout form to "
811
  "ensure terms & conditions."
813
  "Möglichkeit zur Anzeige eines Texts beim WooCommerce Checkout um z.B. eine "
814
  "Wiederrufsbelehrung anzuzeigen."
815
 
816
+ #: admin/tabs/v3/common-settings/page.php:410
817
  msgid "Text to display at WooCommerce checkout form"
818
  msgstr "Der Text der beim WooCommerce Checkout angezeigt werden soll"
819
 
820
+ #: admin/tabs/v3/common-settings/page.php:411
821
+ #: admin/tabs/v3/popup-notice/page.php:259
822
  msgid "A message text"
823
  msgstr "Meldungstext"
824
 
825
+ #: admin/tabs/v3/common-settings/page.php:417
826
  msgid ""
827
  "<strong>Important Note:</strong> If you use WPML you can translate these "
828
  "inputs via WPML String Translations."
847
  "Die nachfolgenden Einstellungen definieren das Aussehen der Platzhalter für "
848
  "die Embeddings. Die Vorschau rechts wird bei jedem Speichern aktualisiert."
849
 
850
+ #: admin/tabs/v3/embeddings/page.php:26 admin/tabs/v3/popup-notice/page.php:329
851
  msgid "Text/Font color"
852
  msgstr "Text/Schriftfarbe"
853
 
855
  msgid "Specifies the text/font color of the text within the placeholder."
856
  msgstr "Definiert die Schriftfarbe des Texts im Platzhalter."
857
 
858
+ #: admin/tabs/v3/embeddings/page.php:33 admin/tabs/v3/popup-notice/page.php:343
859
  msgid "Button border color"
860
  msgstr "Rahmenfarbe des Buttons"
861
 
863
  msgid "Specifies the border color of the placeholder opt-in button."
864
  msgstr "Definiert die Rahmenfarbe des Opt-in Buttons im Platzhalter."
865
 
866
+ #: admin/tabs/v3/embeddings/page.php:39 admin/tabs/v3/popup-notice/page.php:349
867
  msgid "Size of the button border"
868
  msgstr "Rahmendicke des Buttons"
869
 
2035
  msgid "Shows the popup in dark colors."
2036
  msgstr "Stellt das Popup mit dunklem Hintergrund und heller Schrift dar."
2037
 
2038
+ #: admin/tabs/v3/popup-notice/page.php:145
2039
+ msgid "Disable fonts loading with CSS"
2040
+ msgstr "Laden der Schriften via CSS deaktivieren"
2041
+
2042
+ #: admin/tabs/v3/popup-notice/page.php:147
2043
+ msgid ""
2044
+ "Deactivates the loading of Roboto fonts if custom fonts are used by CSS."
2045
+ msgstr "Deaktiviert das Laden der eingebetteten Schriften des Popups."
2046
+
2047
+ #: admin/tabs/v3/popup-notice/page.php:161
2048
  msgid "Popup header logo"
2049
  msgstr "Popup Logo"
2050
 
2051
+ #: admin/tabs/v3/popup-notice/page.php:162
2052
  msgid "We recommend to use a square image."
2053
  msgstr "Wir empfehlen die Benutzung eines quadratischen Logos."
2054
 
2055
+ #: admin/tabs/v3/popup-notice/page.php:171
2056
  msgid "Upload image"
2057
  msgstr "Bild uploaden"
2058
 
2059
+ #: admin/tabs/v3/popup-notice/page.php:186
2060
  msgid "Cookie Notice customization"
2061
  msgstr "Cookie Notice Anpassung"
2062
 
2063
+ #: admin/tabs/v3/popup-notice/page.php:195
2064
  msgid "Cookie notice style"
2065
  msgstr "Cookie Notice Stil"
2066
 
2067
+ #: admin/tabs/v3/popup-notice/page.php:201
2068
+ #: admin/tabs/v3/popup-notice/page.php:300
2069
+ #: admin/tabs/v3/popup-notice/page.php:398
2070
  msgid "Default"
2071
  msgstr "Standard"
2072
 
2073
+ #: admin/tabs/v3/popup-notice/page.php:219
2074
  msgid "Choose one of our cookie notice style templates."
2075
  msgstr "Wählen Sie ein Templates für die Cookie Notice."
2076
 
2077
+ #: admin/tabs/v3/popup-notice/page.php:258
2078
  msgid "Cookie Notice text"
2079
  msgstr "Cookie Notice Text"
2080
 
2081
+ #: admin/tabs/v3/popup-notice/page.php:260
2082
  msgid ""
2083
  "This text gets displayed within the cookie notice. If you use WPML you can "
2084
  "translate these inputs via WPML String Translations."
2086
  "<strong>Wichtiger Hinweis:</strong> Falls Sie WPML verwenden, können Sie mit "
2087
  "Hilfe der WPML String Translations diese Texte übersetzen."
2088
 
2089
+ #: admin/tabs/v3/popup-notice/page.php:262
2090
  msgid ""
2091
  "Warning: If you change this text by your own you risk not be confirm with "
2092
  "the GDPR."
2094
  "Warnung: Wenn Sie diesen Text ändern, verlieren Sie eventuell die DSGVO-"
2095
  "Konformität."
2096
 
2097
+ #: admin/tabs/v3/popup-notice/page.php:267
2098
  msgid "Position:"
2099
  msgstr "Position:"
2100
 
2101
+ #: admin/tabs/v3/popup-notice/page.php:269
2102
  msgid "On top"
2103
  msgstr "Oben"
2104
 
2105
+ #: admin/tabs/v3/popup-notice/page.php:272
2106
  msgid "Bottom"
2107
  msgstr "Unten"
2108
 
2109
+ #: admin/tabs/v3/popup-notice/page.php:275
2110
  msgid "Specifies the location where the cookie notice should be displayed."
2111
  msgstr "Gibt die Position an wo die Cookie Notice angezeigt werden soll."
2112
 
2113
+ #: admin/tabs/v3/popup-notice/page.php:280
2114
  msgid "Animation"
2115
  msgstr "Animation"
2116
 
2117
+ #: admin/tabs/v3/popup-notice/page.php:282
2118
  msgid "None"
2119
  msgstr "Keine"
2120
 
2121
+ #: admin/tabs/v3/popup-notice/page.php:285
2122
  msgid "fade"
2123
  msgstr "Ausgleiten"
2124
 
2125
+ #: admin/tabs/v3/popup-notice/page.php:288
2126
  msgid "hide"
2127
  msgstr "Ausblenden"
2128
 
2129
+ #: admin/tabs/v3/popup-notice/page.php:291
2130
  msgid "Animation when accepting the cookie message."
2131
  msgstr "Animation beim Akzeptieren der Cookie-Nachricht."
2132
 
2133
+ #: admin/tabs/v3/popup-notice/page.php:295
2134
  msgid "Font size"
2135
  msgstr "Textgröße"
2136
 
2137
+ #: admin/tabs/v3/popup-notice/page.php:322
2138
  msgid "Background color"
2139
  msgstr "Hintergrundfarbe"
2140
 
2141
+ #: admin/tabs/v3/popup-notice/page.php:324
2142
  msgid "Specifies the background color of the cookie notice."
2143
  msgstr "Definiert die Hintergrundfarbe der Cookie Notice."
2144
 
2145
+ #: admin/tabs/v3/popup-notice/page.php:331
2146
  msgid "Specifies the text/font color of the cookie notice text."
2147
  msgstr "Definiert die Schriftfarbe der Cookie Notice."
2148
 
2149
+ #: admin/tabs/v3/popup-notice/page.php:336
2150
  msgid "Button background color"
2151
  msgstr "Hintergrundfarbe des Buttons"
2152
 
2153
+ #: admin/tabs/v3/popup-notice/page.php:338
2154
  msgid "Specifies the background color of the cookie notice button."
2155
  msgstr "Definiert die Hintergrundfarbe des Buttons der Cookie Notice."
2156
 
2157
+ #: admin/tabs/v3/popup-notice/page.php:345
2158
  msgid "Specifies the border color of the cookie notice button."
2159
  msgstr "Definiert die Rahmenfarbe des Buttons der Cookie Notice."
2160
 
2161
+ #: admin/tabs/v3/popup-notice/page.php:364
2162
  msgid "Button text/font color"
2163
  msgstr "Schriftfarbe des Buttons"
2164
 
2165
+ #: admin/tabs/v3/popup-notice/page.php:366
2166
  msgid "Specifies the text/font color of the cookie notice button."
2167
  msgstr "Definiert die Schriftfarbe des Buttons der Cookie Notice."
2168
 
2169
+ #: admin/tabs/v3/popup-notice/page.php:371
2170
  msgid "CSS class cookie notice"
2171
  msgstr "CSS Klasse Cookie Notice"
2172
 
2173
+ #: admin/tabs/v3/popup-notice/page.php:372
2174
+ #: admin/tabs/v3/popup-notice/page.php:379
2175
+ #: admin/tabs/v3/popup-notice/page.php:386
2176
  msgid ".myClass1 .myClass2"
2177
  msgstr ""
2178
 
2179
+ #: admin/tabs/v3/popup-notice/page.php:373
2180
  msgid ""
2181
  "Specifies one or multiple additional classes for the cookie notice. Please "
2182
  "specify them without leading \".\""
2184
  "Hier können Sie eine oder mehrere zusätzliche CSS Klassen angeben um die "
2185
  "Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden Punkte an."
2186
 
2187
+ #: admin/tabs/v3/popup-notice/page.php:378
2188
  msgid "CSS class text"
2189
  msgstr "CSS Klassen für Text"
2190
 
2191
+ #: admin/tabs/v3/popup-notice/page.php:380
2192
  msgid ""
2193
  "Specifies one or multiple additional classes for the text of cookie notice. "
2194
  "Please specify them with leading \".\""
2197
  "Text der Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden "
2198
  "Punkte an."
2199
 
2200
+ #: admin/tabs/v3/popup-notice/page.php:385
2201
  msgid "CSS class button"
2202
  msgstr "CSS Klasse für Button"
2203
 
2204
+ #: admin/tabs/v3/popup-notice/page.php:387
2205
  msgid ""
2206
  "Specifies one or multiple additional classes for the button of cookie "
2207
  "notice. Please specify them with leading \".\""
2210
  "Buttons der Cookie Notice anzupassen. Bitte geben Sie diese ohne führenden "
2211
  "Punkte an."
2212
 
2213
+ #: admin/tabs/v3/popup-notice/page.php:393
2214
  msgid "Height of cookie notice"
2215
  msgstr "Höhe der Cookie Notice"
2216
 
2217
+ #: admin/tabs/v3/popup-notice/page.php:419
2218
  msgid "Show WP DSGVO Tools (GDPR) icon"
2219
  msgstr "WP DSGVO Tools (GDPR) Icon anzeigen"
2220
 
2221
+ #: admin/tabs/v3/popup-notice/page.php:421
2222
  msgid ""
2223
  "Displays the WP DSGVO Tools (GDPR) icon on the left side of the cookie "
2224
  "notice."
4741
  msgid "All Details"
4742
  msgstr "Alle Details"
4743
 
4744
+ #: public/class-sp-dsgvo-public.php:1217
4745
  msgid "Terms: "
4746
  msgstr "AGB: "
4747
 
5090
  "Wenn Sie dies nicht durchf&uuml;hren m&ouml;chten, k&ouml;nnen Sie dieses E-"
5091
  "Mail gnorieren."
5092
 
5093
+ #~ msgid ""
5094
+ #~ "Attention. Your license is going to get invalid in a few days. Please "
5095
+ #~ "check WP DSGVO Tools settings to extend your license or visit <a href="
5096
+ #~ "\"URL_HERE\" target=\"_blank\">https://wp-dsgvo.eu/shop</a> to extend it."
5097
+ #~ msgstr ""
5098
+ #~ "Achtung! Ihre WP DSGVO Tools (GDPR) Lizenz wird in kürze ablaufen. Um "
5099
+ #~ "Ihre Lizenz zu verlängern, rufen Sie die WP DSGVO Tools (GDPR) "
5100
+ #~ "Einstellungen auf, oder besuchen Sie unseren Shop unter <a href=\"URL_HERE"
5101
+ #~ "\" target=\"_blank\">https://wp-dsgvo.eu/shop</a>."
5102
+
5103
  #~ msgid ""
5104
  #~ "Currently no dates planed. You can watch the videos of past webinars on "
5105
  #~ "our <a href=\"https://www.youtube.com/channel/UCCeLTNGJu-Ao4ovfnUBnFaA\" "
public/class-sp-dsgvo-public.php CHANGED
@@ -909,6 +909,108 @@ class SPDSGVOPublic
909
  // write custom styles
910
  require_once(SPDSGVO::pluginDir('public/inc/embedding-placeholder-styles.php'));
911
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
912
  }
913
 
914
  public function writeBodyStartScripts()
909
  // write custom styles
910
  require_once(SPDSGVO::pluginDir('public/inc/embedding-placeholder-styles.php'));
911
 
912
+ if(SPDSGVOSettings::get('deactivate_load_popup_fonts') == '0') {
913
+ ob_start();
914
+ // Beginn der Ausgabe
915
+ ?>
916
+
917
+ <style>
918
+ /* latin */
919
+ @font-face {
920
+ font-family: 'Roboto';
921
+ font-style: italic;
922
+ font-weight: 300;
923
+ src: local('Roboto Light Italic'),
924
+ local('Roboto-LightItalic'),
925
+ url(fonts/roboto/Roboto-LightItalic-webfont.woff) format('woff');
926
+ font-display: swap;
927
+
928
+ }
929
+
930
+ /* latin */
931
+ @font-face {
932
+ font-family: 'Roboto';
933
+ font-style: italic;
934
+ font-weight: 400;
935
+ src: local('Roboto Italic'),
936
+ local('Roboto-Italic'),
937
+ url(fonts/roboto/Roboto-Italic-webfont.woff) format('woff');
938
+ font-display: swap;
939
+ }
940
+
941
+ /* latin */
942
+ @font-face {
943
+ font-family: 'Roboto';
944
+ font-style: italic;
945
+ font-weight: 700;
946
+ src: local('Roboto Bold Italic'),
947
+ local('Roboto-BoldItalic'),
948
+ url(fonts/roboto/Roboto-BoldItalic-webfont.woff) format('woff');
949
+ font-display: swap;
950
+ }
951
+
952
+ /* latin */
953
+ @font-face {
954
+ font-family: 'Roboto';
955
+ font-style: italic;
956
+ font-weight: 900;
957
+ src: local('Roboto Black Italic'),
958
+ local('Roboto-BlackItalic'),
959
+ url(fonts/roboto/Roboto-BlackItalic-webfont.woff) format('woff');
960
+ font-display: swap;
961
+ }
962
+
963
+ /* latin */
964
+ @font-face {
965
+ font-family: 'Roboto';
966
+ font-style: normal;
967
+ font-weight: 300;
968
+ src: local('Roboto Light'),
969
+ local('Roboto-Light'),
970
+ url(fonts/roboto/Roboto-Light-webfont.woff) format('woff');
971
+ font-display: swap;
972
+ }
973
+
974
+ /* latin */
975
+ @font-face {
976
+ font-family: 'Roboto';
977
+ font-style: normal;
978
+ font-weight: 400;
979
+ src: local('Roboto Regular'),
980
+ local('Roboto-Regular'),
981
+ url(fonts/roboto/Roboto-Regular-webfont.woff) format('woff');
982
+ font-display: swap;
983
+ }
984
+
985
+ /* latin */
986
+ @font-face {
987
+ font-family: 'Roboto';
988
+ font-style: normal;
989
+ font-weight: 700;
990
+ src: local('Roboto Bold'),
991
+ local('Roboto-Bold'),
992
+ url(fonts/roboto/Roboto-Bold-webfont.woff) format('woff');
993
+ font-display: swap;
994
+ }
995
+
996
+ /* latin */
997
+ @font-face {
998
+ font-family: 'Roboto';
999
+ font-style: normal;
1000
+ font-weight: 900;
1001
+ src: local('Roboto Black'),
1002
+ local('Roboto-Black'),
1003
+ url(fonts/roboto/Roboto-Black-webfont.woff) format('woff');
1004
+ font-display: swap;
1005
+ }
1006
+ </style>
1007
+ <?php
1008
+ // Ende der Ausgabe
1009
+ $html = ob_get_contents();
1010
+ ob_end_clean();
1011
+ echo $html;
1012
+ }
1013
+
1014
  }
1015
 
1016
  public function writeBodyStartScripts()
public/css/sp-dsgvo-popup.css CHANGED
@@ -1,91 +1,3 @@
1
- /* latin */
2
- @font-face {
3
- font-family: 'Roboto';
4
- font-style: italic;
5
- font-weight: 300;
6
- src: local('Roboto Light Italic'),
7
- local('Roboto-LightItalic'),
8
- url(fonts/roboto/Roboto-LightItalic-webfont.woff) format('woff');
9
- font-display: swap;
10
-
11
- }
12
-
13
- /* latin */
14
- @font-face {
15
- font-family: 'Roboto';
16
- font-style: italic;
17
- font-weight: 400;
18
- src: local('Roboto Italic'),
19
- local('Roboto-Italic'),
20
- url(fonts/roboto/Roboto-Italic-webfont.woff) format('woff');
21
- font-display: swap;
22
- }
23
-
24
- /* latin */
25
- @font-face {
26
- font-family: 'Roboto';
27
- font-style: italic;
28
- font-weight: 700;
29
- src: local('Roboto Bold Italic'),
30
- local('Roboto-BoldItalic'),
31
- url(fonts/roboto/Roboto-BoldItalic-webfont.woff) format('woff');
32
- font-display: swap;
33
- }
34
-
35
- /* latin */
36
- @font-face {
37
- font-family: 'Roboto';
38
- font-style: italic;
39
- font-weight: 900;
40
- src: local('Roboto Black Italic'),
41
- local('Roboto-BlackItalic'),
42
- url(fonts/roboto/Roboto-BlackItalic-webfont.woff) format('woff');
43
- font-display: swap;
44
- }
45
-
46
- /* latin */
47
- @font-face {
48
- font-family: 'Roboto';
49
- font-style: normal;
50
- font-weight: 300;
51
- src: local('Roboto Light'),
52
- local('Roboto-Light'),
53
- url(fonts/roboto/Roboto-Light-webfont.woff) format('woff');
54
- font-display: swap;
55
- }
56
-
57
- /* latin */
58
- @font-face {
59
- font-family: 'Roboto';
60
- font-style: normal;
61
- font-weight: 400;
62
- src: local('Roboto Regular'),
63
- local('Roboto-Regular'),
64
- url(fonts/roboto/Roboto-Regular-webfont.woff) format('woff');
65
- font-display: swap;
66
- }
67
-
68
- /* latin */
69
- @font-face {
70
- font-family: 'Roboto';
71
- font-style: normal;
72
- font-weight: 700;
73
- src: local('Roboto Bold'),
74
- local('Roboto-Bold'),
75
- url(fonts/roboto/Roboto-Bold-webfont.woff) format('woff');
76
- font-display: swap;
77
- }
78
-
79
- /* latin */
80
- @font-face {
81
- font-family: 'Roboto';
82
- font-style: normal;
83
- font-weight: 900;
84
- src: local('Roboto Black'),
85
- local('Roboto-Black'),
86
- url(fonts/roboto/Roboto-Black-webfont.woff) format('woff');
87
- font-display: swap;
88
- }
89
 
90
  .sp-dsgvo-popup-overlay,
91
  .sp-dsgvo-cookie-overlay {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  .sp-dsgvo-popup-overlay,
3
  .sp-dsgvo-cookie-overlay {
public/css/sp-dsgvo-popup.min.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local('Roboto-LightItalic'),url(fonts/roboto/Roboto-LightItalic-webfont.woff) format('woff');font-display:swap}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local('Roboto-Italic'),url(fonts/roboto/Roboto-Italic-webfont.woff) format('woff');font-display:swap}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local('Roboto-BoldItalic'),url(fonts/roboto/Roboto-BoldItalic-webfont.woff) format('woff');font-display:swap}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;src:local('Roboto Black Italic'),local('Roboto-BlackItalic'),url(fonts/roboto/Roboto-BlackItalic-webfont.woff) format('woff');font-display:swap}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(fonts/roboto/Roboto-Light-webfont.woff) format('woff');font-display:swap}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(fonts/roboto/Roboto-Regular-webfont.woff) format('woff');font-display:swap}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(fonts/roboto/Roboto-Bold-webfont.woff) format('woff');font-display:swap}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;src:local('Roboto Black'),local('Roboto-Black'),url(fonts/roboto/Roboto-Black-webfont.woff) format('woff');font-display:swap}.sp-dsgvo-popup-overlay,.sp-dsgvo-cookie-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(34,34,34,.8);z-index:9999999}.sp-dsgvo-privacy-popup{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;max-width:500px;font-family:'Roboto',Roboto,"Helvetica Neue",Arial,sans-serif;font-size:22px;padding-bottom:10px;padding-left:5px !important;padding-right:5px !important;line-height:normal;background-color:white;color:black;letter-spacing:normal;box-sizing:border-box}@media(max-width:320px){.sp-dsgvo-privacy-popup{max-width:310px;font-size:18px}}@media(max-width:540px){.sp-dsgvo-privacy-popup{max-width:360px;font-size:20px}}@media(min-width:541px){.sp-dsgvo-privacy-popup{max-width:620px}}.sp-dsgvo-popup-overlay.sp-dsgvo-overlay-hidden{display:none}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-top{padding:20px 10px 10px 10px;box-sizing:border-box}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-more-information-top{padding:10px;height:50px;box-sizing:border-box}.sp-dsgvo-popup-close,.sp-dsgvo-popup-more-information-close{height:10px}a.sp-dsgvo-popup-close,a.close{background:none !important;border:none !important}.sp-dsgvo-popup-close svg{vertical-align:top}.sp-dsgvo-popup-more-information-close svg{vertical-align:middle}.sp-dsgvo-popup-close svg line,.sp-dsgvo-popup-more-information-close svg line{stroke-width:2px;stroke:#000}.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper{width:40px;float:left;margin-right:5px}.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper img{max-height:35px;max-width:35px;position:relative}@media(max-width:480px){.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper img{max-width:100px}}.sp-dsgvo-header-description-text{font-size:.65em}.sp-dsgvo-privacy-popup .sp-dsgvo-link-wrapper a,.sp-dsgvo-privacy-popup .sp-dsgvo-link-wrapper span{font-size:.5em;font-weight:bold;color:#555}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown{display:none;position:absolute;left:0;top:calc(100% - 10px);width:100%;border:1px solid #f1f1f1;background-color:#fff;border-radius:5px;z-index:10}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-wrapper{display:flex;justify-content:flex-end}.sp-dsgvo-privacy-popup .dsgvo-lang-active{cursor:pointer;font-size:12px;font-weight:600;display:flex;align-items:flex-start}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active span{width:calc(100% /*!*/- 38px)}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-language-switcher{position:relative}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-language-switcher span{font-size:.75em}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active img{margin-right:5px}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg{margin-left:3px;vertical-align:middle}@media(max-width:540px){.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg{margin-top:5px;vertical-align:top}}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg line{stroke-width:2px;stroke:#000}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown.active{display:block}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a,.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a span{width:100%;font-size:.6em;font-weight:500;align-items:center;padding:3px;color:black}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a img{margin-right:5px;padding-left:3px;vertical-align:middle}.sp-dsgvo-privacy-category-content,.sp-dsgvo-popup-more-information-content{overflow-y:auto;overflow-x:hidden}.sp-dsgvo-popup-more-information-content strong{color:black}#sp-dsgvo-popup-more-information-content>p{line-height:initial;text-align:left;line-height:normal}@media(max-width:540px){.sp-dsgvo-privacy-category-content{overflow-y:scroll;max-height:412px}.sp-dsgvo-popup-more-information-content{overflow-y:scroll;max-height:330px}}.sp-dsgvo-privacy-popup p,.sp-dsgvo-privacy-popup span{font-size:.7em}.sp-dsgvo-popup-more-information-content p,.sp-dsgvo-popup-more-information-content span{font-size:.6em;margin:0}@media(max-height:568px){.sp-dsgvo-privacy-content-category-content{max-height:250px !important}.sp-dsgvo-popup-more-information-content{max-height:280px !important}}@media(min-height:569px) and (max-height:667px){.sp-dsgvo-privacy-content-category-content,.sp-dsgvo-popup-more-information-content{max-height:370px !important}}@media(min-height:668px){.sp-dsgvo-privacy-content-category-content,.sp-dsgvo-popup-more-information-content{max-height:430px !important}}.sp-dsgvo-privacy-popup-title{font-size:.9em;font-weight:500;margin-bottom:0}.sp-dsgvo-privacy-content{padding:10px}.sp-dsgvo-category-container{border-radius:3px;background-color:#f0f0f0;padding:10px 15px 10px 15px;margin-bottom:5px}.sp-dsgvo-category-name,.sp-dsgvo-popup-more-information-title{font-size:.8em;font-weight:bold}.sp-dsgvo-category-name small{font-size:75%;font-weight:400}.sp-dsgvo-category-count{font-size:.7em;width:80px}.sp-dsgvo-category-description{font-size:.6em}.sp-dsgvo-category-item{margin-left:10px;margin-top:5px;margin-bottom:5px}.sp-dsgvo-category-item-name{font-size:.7em;font-weight:bold}.sp-dsgvo-category-item-name small{font-size:70%;font-weight:600}.sp-dsgvo-category-item-company{font-size:.60em}.sp-dsgvo-category-item-description-url a{font-size:.6em;color:#006d91 !important;text-decoration:none !important}.sp-dsgvo-category-container hr{margin:1px 0 1px 0 !important;height:1px;border:0;color:white;background-color:white}.sp-dsgvo-category-item-toggle input[type=checkbox],.sp-dsgvo-category-toggle input[type=checkbox]{height:0;width:0;visibility:hidden;display:block}.sp-dsgvo-category-item-toggle label,.sp-dsgvo-category-toggle label{margin-bottom:0}.sp-dsgvo-category-item-toggle>.switch,.sp-dsgvo-category-toggle>.switch{display:block;margin-bottom:5px}.switch{position:relative;display:inline-block;vertical-align:top;width:65px;height:24px;padding:2px;cursor:pointer;border-radius:18px}.switch-input{position:absolute;top:0;left:0;opacity:0}.switch-label{position:relative;display:block;height:20px;font-size:11px !important;text-transform:uppercase;background:#eceeef;border-radius:inherit;box-shadow:inset 0 1px 2px rgba(0,0,0,0.12),inset 0 0 2px rgba(0,0,0,0.15);-webkit-transition:.15s ease-out;-moz-transition:.15s ease-out;-o-transition:.15s ease-out;transition:.15s ease-out;-webkit-transition-property:opacity background;-moz-transition-property:opacity background;-o-transition-property:opacity background;transition-property:opacity background}.switch-label:before,.switch-label:after{position:absolute;top:50%;margin-top:-.5em;line-height:1;-webkit-transition:inherit;-moz-transition:inherit;-o-transition:inherit;transition:inherit}.switch-label:before{content:attr(data-off);right:11px;color:#aaa;text-shadow:0 1px rgba(255,255,255,0.5)}.switch-label:after{content:attr(data-on);left:11px;color:white;text-shadow:0 1px rgba(0,0,0,0.2);opacity:0}.switch-input:checked ~ .switch-label{background:#47a8d8;box-shadow:inset 0 1px 2px rgba(0,0,0,0.15),inset 0 0 3px rgba(0,0,0,0.2)}.switch-input:checked ~ .switch-label:before{opacity:0}.switch-input:checked ~ .switch-label:after{opacity:1}.switch-handle{position:absolute;top:4px;left:4px;width:17px;height:17px;background:white;border-radius:10px;box-shadow:1px 1px 5px rgba(0,0,0,0.2);background-image:-webkit-linear-gradient(top,white 40%,#f0f0f0);background-image:-moz-linear-gradient(top,white 40%,#f0f0f0);background-image:-o-linear-gradient(top,white 40%,#f0f0f0);background-image:linear-gradient(to bottom,white 40%,#f0f0f0);-webkit-transition:left .15s ease-out;-moz-transition:left .15s ease-out;-o-transition:left .15s ease-out;transition:left .15s ease-out}.switch-handle:before{content:'';position:absolute;top:50%;left:50%;margin:-6px 0 0 -6px;width:12px;height:12px;background:#f9f9f9;border-radius:6px;box-shadow:inset 0 1px rgba(0,0,0,0.02);background-image:-webkit-linear-gradient(top,#eee,white);background-image:-moz-linear-gradient(top,#eee,white);background-image:-o-linear-gradient(top,#eee,white);background-image:linear-gradient(to bottom,#eee,white)}.switch-input:checked ~ .switch-handle{left:40px;box-shadow:-1px 1px 5px rgba(0,0,0,0.2)}.switch-green>.switch-input:checked ~ .switch-label{background:#4fb845}.switch-green>.switch-input:disabled ~ .switch-label{background:#a9a9a9}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button{text-transform:uppercase;font-size:.62em;font-weight:500 !important;padding:6px 11px 6px 11px !important;display:inline-block !important;position:relative;box-shadow:inset 0 1px rgba(0,0,0,0.02) !important;border-radius:3px !important;color:white !important;text-decoration:none !important}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:hover,.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:focus,.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:active{text-decoration:none !important;color:#fafafa !important}@media(max-width:540px){.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button{margin-left:0 !important;margin-right:0 !important;text-align:center;font-size:.55em;padding:5px 5px 5px 5px !important}}.sp-dsgvo-privacy-bottom a.grey{color:white;border-color:#4d4c53;background-color:#4d4c53}.sp-dsgvo-privacy-bottom a.blue{color:white;border-color:#27a1e5;background-color:#27a1e5}.sp-dsgvo-privacy-bottom a.green{color:white;border-color:#4fb845;background-color:#4fb845}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:hover{color:#555}.sp-dsgvo .progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:10px;overflow:hidden;font-size:.703125rem;background-color:#ccc;border-radius:0}.sp-dsgvo .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.sp-dsgvo .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.sp-dsgvo .progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#999;-webkit-transition:width .6s ease;transition:width .6s ease;font-size:12px;font-weight:500}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
1
+ .sp-dsgvo-popup-overlay,.sp-dsgvo-cookie-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(34,34,34,.8);z-index:9999999}.sp-dsgvo-privacy-popup{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;max-width:500px;font-family:'Roboto',Roboto,"Helvetica Neue",Arial,sans-serif;font-size:22px;padding-bottom:10px;padding-left:5px !important;padding-right:5px !important;line-height:normal;background-color:white;color:black;letter-spacing:normal;box-sizing:border-box}@media(max-width:320px){.sp-dsgvo-privacy-popup{max-width:310px;font-size:18px}}@media(max-width:540px){.sp-dsgvo-privacy-popup{max-width:360px;font-size:20px}}@media(min-width:541px){.sp-dsgvo-privacy-popup{max-width:620px}}.sp-dsgvo-popup-overlay.sp-dsgvo-overlay-hidden{display:none}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-top{padding:20px 10px 10px 10px;box-sizing:border-box}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-more-information-top{padding:10px;height:50px;box-sizing:border-box}.sp-dsgvo-popup-close,.sp-dsgvo-popup-more-information-close{height:10px}a.sp-dsgvo-popup-close,a.close{background:none !important;border:none !important}.sp-dsgvo-popup-close svg{vertical-align:top}.sp-dsgvo-popup-more-information-close svg{vertical-align:middle}.sp-dsgvo-popup-close svg line,.sp-dsgvo-popup-more-information-close svg line{stroke-width:2px;stroke:#000}.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper{width:40px;float:left;margin-right:5px}.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper img{max-height:35px;max-width:35px;position:relative}@media(max-width:480px){.sp-dsgvo-privacy-popup .sp-dsgvo-logo-wrapper img{max-width:100px}}.sp-dsgvo-header-description-text{font-size:.65em}.sp-dsgvo-privacy-popup .sp-dsgvo-link-wrapper a,.sp-dsgvo-privacy-popup .sp-dsgvo-link-wrapper span{font-size:.5em;font-weight:bold;color:#555}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown{display:none;position:absolute;left:0;top:calc(100% - 10px);width:100%;border:1px solid #f1f1f1;background-color:#fff;border-radius:5px;z-index:10}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-wrapper{display:flex;justify-content:flex-end}.sp-dsgvo-privacy-popup .dsgvo-lang-active{cursor:pointer;font-size:12px;font-weight:600;display:flex;align-items:flex-start}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active span{width:calc(100% /*!*/- 38px)}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-language-switcher{position:relative}.sp-dsgvo-privacy-popup .sp-dsgvo-popup-language-switcher span{font-size:.75em}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active img{margin-right:5px}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg{margin-left:3px;vertical-align:middle}@media(max-width:540px){.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg{margin-top:5px;vertical-align:top}}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-active svg line{stroke-width:2px;stroke:#000}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown.active{display:block}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a,.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a span{width:100%;font-size:.6em;font-weight:500;align-items:center;padding:3px;color:black}.sp-dsgvo-privacy-popup .sp-dsgvo-lang-dropdown a img{margin-right:5px;padding-left:3px;vertical-align:middle}.sp-dsgvo-privacy-category-content,.sp-dsgvo-popup-more-information-content{overflow-y:auto;overflow-x:hidden}.sp-dsgvo-popup-more-information-content strong{color:black}#sp-dsgvo-popup-more-information-content>p{line-height:initial;text-align:left;line-height:normal}@media(max-width:540px){.sp-dsgvo-privacy-category-content{overflow-y:scroll;max-height:412px}.sp-dsgvo-popup-more-information-content{overflow-y:scroll;max-height:330px}}.sp-dsgvo-privacy-popup p,.sp-dsgvo-privacy-popup span{font-size:.7em}.sp-dsgvo-popup-more-information-content p,.sp-dsgvo-popup-more-information-content span{font-size:.6em;margin:0}@media(max-height:568px){.sp-dsgvo-privacy-content-category-content{max-height:250px !important}.sp-dsgvo-popup-more-information-content{max-height:280px !important}}@media(min-height:569px) and (max-height:667px){.sp-dsgvo-privacy-content-category-content,.sp-dsgvo-popup-more-information-content{max-height:370px !important}}@media(min-height:668px){.sp-dsgvo-privacy-content-category-content,.sp-dsgvo-popup-more-information-content{max-height:430px !important}}.sp-dsgvo-privacy-popup-title{font-size:.9em;font-weight:500;margin-bottom:0}.sp-dsgvo-privacy-content{padding:10px}.sp-dsgvo-category-container{border-radius:3px;background-color:#f0f0f0;padding:10px 15px 10px 15px;margin-bottom:5px}.sp-dsgvo-category-name,.sp-dsgvo-popup-more-information-title{font-size:.8em;font-weight:bold}.sp-dsgvo-category-name small{font-size:75%;font-weight:400}.sp-dsgvo-category-count{font-size:.7em;width:80px}.sp-dsgvo-category-description{font-size:.6em}.sp-dsgvo-category-item{margin-left:10px;margin-top:5px;margin-bottom:5px}.sp-dsgvo-category-item-name{font-size:.7em;font-weight:bold}.sp-dsgvo-category-item-name small{font-size:70%;font-weight:600}.sp-dsgvo-category-item-company{font-size:.60em}.sp-dsgvo-category-item-description-url a{font-size:.6em;color:#006d91 !important;text-decoration:none !important}.sp-dsgvo-category-container hr{margin:1px 0 1px 0 !important;height:1px;border:0;color:white;background-color:white}.sp-dsgvo-category-item-toggle input[type=checkbox],.sp-dsgvo-category-toggle input[type=checkbox]{height:0;width:0;visibility:hidden;display:block}.sp-dsgvo-category-item-toggle label,.sp-dsgvo-category-toggle label{margin-bottom:0}.sp-dsgvo-category-item-toggle>.switch,.sp-dsgvo-category-toggle>.switch{display:block;margin-bottom:5px}.switch{position:relative;display:inline-block;vertical-align:top;width:65px;height:24px;padding:2px;cursor:pointer;border-radius:18px}.switch-input{position:absolute;top:0;left:0;opacity:0}.switch-label{position:relative;display:block;height:20px;font-size:11px !important;text-transform:uppercase;background:#eceeef;border-radius:inherit;box-shadow:inset 0 1px 2px rgba(0,0,0,0.12),inset 0 0 2px rgba(0,0,0,0.15);-webkit-transition:.15s ease-out;-moz-transition:.15s ease-out;-o-transition:.15s ease-out;transition:.15s ease-out;-webkit-transition-property:opacity background;-moz-transition-property:opacity background;-o-transition-property:opacity background;transition-property:opacity background}.switch-label:before,.switch-label:after{position:absolute;top:50%;margin-top:-.5em;line-height:1;-webkit-transition:inherit;-moz-transition:inherit;-o-transition:inherit;transition:inherit}.switch-label:before{content:attr(data-off);right:11px;color:#aaa;text-shadow:0 1px rgba(255,255,255,0.5)}.switch-label:after{content:attr(data-on);left:11px;color:white;text-shadow:0 1px rgba(0,0,0,0.2);opacity:0}.switch-input:checked ~ .switch-label{background:#47a8d8;box-shadow:inset 0 1px 2px rgba(0,0,0,0.15),inset 0 0 3px rgba(0,0,0,0.2)}.switch-input:checked ~ .switch-label:before{opacity:0}.switch-input:checked ~ .switch-label:after{opacity:1}.switch-handle{position:absolute;top:4px;left:4px;width:17px;height:17px;background:white;border-radius:10px;box-shadow:1px 1px 5px rgba(0,0,0,0.2);background-image:-webkit-linear-gradient(top,white 40%,#f0f0f0);background-image:-moz-linear-gradient(top,white 40%,#f0f0f0);background-image:-o-linear-gradient(top,white 40%,#f0f0f0);background-image:linear-gradient(to bottom,white 40%,#f0f0f0);-webkit-transition:left .15s ease-out;-moz-transition:left .15s ease-out;-o-transition:left .15s ease-out;transition:left .15s ease-out}.switch-handle:before{content:'';position:absolute;top:50%;left:50%;margin:-6px 0 0 -6px;width:12px;height:12px;background:#f9f9f9;border-radius:6px;box-shadow:inset 0 1px rgba(0,0,0,0.02);background-image:-webkit-linear-gradient(top,#eee,white);background-image:-moz-linear-gradient(top,#eee,white);background-image:-o-linear-gradient(top,#eee,white);background-image:linear-gradient(to bottom,#eee,white)}.switch-input:checked ~ .switch-handle{left:40px;box-shadow:-1px 1px 5px rgba(0,0,0,0.2)}.switch-green>.switch-input:checked ~ .switch-label{background:#4fb845}.switch-green>.switch-input:disabled ~ .switch-label{background:#a9a9a9}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button{text-transform:uppercase;font-size:.62em;font-weight:500 !important;padding:6px 11px 6px 11px !important;display:inline-block !important;position:relative;box-shadow:inset 0 1px rgba(0,0,0,0.02) !important;border-radius:3px !important;color:white !important;text-decoration:none !important}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:hover,.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:focus,.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:active{text-decoration:none !important;color:#fafafa !important}@media(max-width:540px){.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button{margin-left:0 !important;margin-right:0 !important;text-align:center;font-size:.55em;padding:5px 5px 5px 5px !important}}.sp-dsgvo-privacy-bottom a.grey{color:white;border-color:#4d4c53;background-color:#4d4c53}.sp-dsgvo-privacy-bottom a.blue{color:white;border-color:#27a1e5;background-color:#27a1e5}.sp-dsgvo-privacy-bottom a.green{color:white;border-color:#4fb845;background-color:#4fb845}.sp-dsgvo-privacy-bottom a.sp-dsgvo-popup-button:hover{color:#555}.sp-dsgvo .progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:10px;overflow:hidden;font-size:.703125rem;background-color:#ccc;border-radius:0}.sp-dsgvo .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.sp-dsgvo .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.sp-dsgvo .progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#999;-webkit-transition:width .6s ease;transition:width .6s ease;font-size:12px;font-weight:500}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
public/shortcodes/imprint.php CHANGED
@@ -39,14 +39,14 @@ function SPDSGVOImprintShortcode($atts){
39
  $owner = __('Executive director','shapepress-dsgvo'). ": " .$settings['page_operator_corporate_ceo'] ;
40
 
41
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $companyName);
42
- $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $owner);
43
  break;
44
  case 'society':
45
  $societyName = $settings['page_operator_society_name'];
46
  $board = __('Simplifying board','shapepress-dsgvo'). ": " .$settings['page_operator_society_board'] ;
47
 
48
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $societyName);
49
- $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $board);
50
  break;
51
  case 'corp-public-law' :
52
 
39
  $owner = __('Executive director','shapepress-dsgvo'). ": " .$settings['page_operator_corporate_ceo'] ;
40
 
41
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $companyName);
42
+ if (empty($settings['page_operator_corporate_ceo']) == false) $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $owner);
43
  break;
44
  case 'society':
45
  $societyName = $settings['page_operator_society_name'];
46
  $board = __('Simplifying board','shapepress-dsgvo'). ": " .$settings['page_operator_society_board'] ;
47
 
48
  $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $societyName);
49
+ if (empty($settings['page_operator_society_board']) == false) $imprint[] = SPDSGVOGetFormatedHtmlTextArray('br', $board);
50
  break;
51
  case 'corp-public-law' :
52
 
sp-dsgvo.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: WP DSGVO Tools (GDPR)
17
  * Plugin URI: https://legalweb.io
18
  * Description: WP DSGVO Tools (GDPR) help you to fulfill the GDPR (DGSVO) compliance guidance (<a target="_blank" href="https://ico.org.uk/for-organisations/data-protection-reform/overview-of-the-gdpr/">GDPR</a>)
19
- * Version: 3.1.17
20
  * Author: legalweb
21
  * Author URI: https://www.legalweb.io
22
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -28,7 +28,7 @@ if (! defined('WPINC')) {
28
  die();
29
  }
30
 
31
- define('sp_dsgvo_VERSION', '3.1.17');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  define('sp_dsgvo_PLUGIN_NAME', 'shapepress-dsgvo');
34
  define('sp_dsgvo_LEGAL_TEXTS_MIN_VERSION', '1579021814');
16
  * Plugin Name: WP DSGVO Tools (GDPR)
17
  * Plugin URI: https://legalweb.io
18
  * Description: WP DSGVO Tools (GDPR) help you to fulfill the GDPR (DGSVO) compliance guidance (<a target="_blank" href="https://ico.org.uk/for-organisations/data-protection-reform/overview-of-the-gdpr/">GDPR</a>)
19
+ * Version: 3.1.18
20
  * Author: legalweb
21
  * Author URI: https://www.legalweb.io
22
  * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
28
  die();
29
  }
30
 
31
+ define('sp_dsgvo_VERSION', '3.1.18');
32
  define('sp_dsgvo_NAME', 'sp-dsgvo');
33
  define('sp_dsgvo_PLUGIN_NAME', 'shapepress-dsgvo');
34
  define('sp_dsgvo_LEGAL_TEXTS_MIN_VERSION', '1579021814');