Plugin Directory

Changeset 2602888 for shapepress-dsgvo


Ignore:
Timestamp:
09/22/2021 10:20:55 AM (5 years ago)
Author:
legalweb
Message:
  • removed shorttags
  • updated 3rd party libraries
  • improved sanitation and escaping
  • fixed methods to avoid vulnerability
  • fixed file location calling
Location:
shapepress-dsgvo/trunk
Files:
3 deleted
98 edited

Legend:

Unmodified
Added
Removed
  • shapepress-dsgvo/trunk/README.txt

    r2585298 r2602888  
    55Requires at least: 3.0.1
    66Tested up to: 5.8.2
    7 Stable tag: 3.1.22
     7Stable tag: 3.1.23
    88Requires PHP: 5.6.0
    99License: GPLv2 or later
     
    204204
    205205== Changelog ==
     206= 3.1.23 =
     207* improved sanitation and escaping
     208* updated 3rd party libraries
     209* removed short tags
    206210
    207211= 3.1.22 =
  • shapepress-dsgvo/trunk/admin/base.php

    r2493846 r2602888  
    11<div class="wrap"></div>
    22
    3 <div class="sp-dsgvo" style="padding-right: 15px">
     3<div class="legalweb-bs" style="padding-right: 15px">
    44    <nav class="navbar navbar-expand-lg navbar-dark bg-primary mb-2 text-white">
    55        <a class="navbar-brand" href="#">
    6             <img src="<?php echo SPDSGVO::pluginURI('public\images\legalwebio-logo-icon-white.svg'); ?>" width="30" height="30" class="d-inline-block align-top" alt="">
     6            <img src="<?php echo esc_attr(SPDSGVO::pluginURI('public/images/legalwebio-logo-icon-white.svg')); ?>" width="30" height="30" class="d-inline-block align-top" alt="">
    77            <a class="navbar-brand"><?php _e('WP DSGVO Tools (GDPR) by legalweb.io', 'shapepress-dsgvo'); ?></a>
    88        </a>
     
    2121        <ol class="breadcrumb">
    2222            <li class="breadcrumb-item"><a href="#"><?php _e('WP DSGVO Tools (GDPR)', 'shapepress-dsgvo'); ?></a></li>
    23             <li class="breadcrumb-item active" aria-current="page"><?= __($tabs[$tab]->getTabTitle(),'shapepress-dsgvo');;?></li>
     23            <li class="breadcrumb-item active" aria-current="page"><?php _e($tabs[$tab]->getTabTitle(),'shapepress-dsgvo');;?></li>
    2424        </ol>
    2525    </nav>
     
    3232                ?>
    3333                <script>
    34                     var spDsgvoActiveAdminSubmenu = '<?= $tabs[$tab]->slug ?>';
     34                    var spDsgvoActiveAdminSubmenu = '<?php echo $tabs[$tab]->slug ?>';
    3535
    3636                </script>
     
    4545
    4646
    47             <!--
    48             <div class="card border-info bg-light" style="">
    49                 <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("What's new, what has changed:",'shapepress-dsgvo')?></h5></div>
    50                 <div class="card-body">
    51 
    52                     <p class="card-text"><?= sprintf(__( 'Since version 3.1, the premium version is able to embed <strong>external content like YouTube, Facebook, Google Maps or other</strong> external content GDPR compliant. With opt-in decision your visitor can choose what to agree to. No 3rd party cookies of your external content gets created before. Just enable them in the plugin menu item <strong><a href="%s" >Embeddings</a></strong>.', 'shapepress-dsgvo' ), get_admin_url()."admin.php?page=sp-dsgvo&tab=embeddings-integrations"); ?> </p>
    53 
    54                 </div>
    55             </div>
    56             -->
    57 
    5847            <?php if (isValidBlogEdition() == true) :?>
    5948                <div class="card border-info bg-light" style="">
    60                     <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("Embeddings offer",'shapepress-dsgvo')?></h5></div>
     49                    <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?php _e("Embeddings offer",'shapepress-dsgvo')?></h5></div>
    6150                    <div class="card-body">
    62                         <p class="card-text"><?= __('Special offer in combination with our feature release supporting embeddings: With the <strong>coupon "BLOG2PREMIUM"</strong> you will get <strong>&euro; 10.- off</strong> if you upgrade your blog to a premium licence subscription. You will have all premium features, including the GDPR compliant integration of external content of <strong>Facebook, Google Maps, YouTube, Vimeo, OpenStreetMap, Instagram, Soundcloud, Twitter</strong>.','shapepress-dsgvo'); ?>
    63                             <a href="https://legalweb.io/shop/plugins/wp-dsgvo-tools-blog-zu-premium-upgrade?src=backend&lic=<?= SPDSGVOSettings::get('dsgvo_licence');?>" class="btn btn-warning btn-block mt-2"><?= __('Blog to Premium Upgrade','shapepress-dsgvo'); ?></a>
     51                        <p class="card-text"><?php _e('Special offer in combination with our feature release supporting embeddings: With the <strong>coupon "BLOG2PREMIUM"</strong> you will get <strong>&euro; 10.- off</strong> if you upgrade your blog to a premium licence subscription. You will have all premium features, including the GDPR compliant integration of external content of <strong>Facebook, Google Maps, YouTube, Vimeo, OpenStreetMap, Instagram, Soundcloud, Twitter</strong>.','shapepress-dsgvo'); ?>
     52                            <a href="https://legalweb.io/shop/plugins/wp-dsgvo-tools-blog-zu-premium-upgrade?src=backend&lic=<?php echo  esc_attr(SPDSGVOSettings::get('dsgvo_licence'));?>" class="btn btn-warning btn-block mt-2"><?php _e('Blog to Premium Upgrade','shapepress-dsgvo'); ?></a>
    6453                    </div>
    6554                </div>
     
    7059            <div class="card border-info bg-light" style="">
    7160                <div class="card-header">
    72                     <h5 class="text-info font-weight-bold text-uppercase m-0 float-left"><?= __("LegalWeb Cloud",'shapepress-dsgvo')?></h5>
     61                    <h5 class="text-info font-weight-bold text-uppercase m-0 float-left"><?php _e("LegalWeb Cloud",'shapepress-dsgvo')?></h5>
    7362                    <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"    viewBox="0 0 291.728 291.728" style="enable-background:new 0 0 291.728 291.728; width:25px;margin-left: 5px;" xml:space="preserve"><g> <path style="fill:#28a745;" d="M291.728,145.86l-39.489,28.52l19.949,44.439l-48.469,4.896l-4.896,48.479l-44.439-19.959       l-28.52,39.489l-28.52-39.489l-44.439,19.959l-4.896-48.479l-48.469-4.896l19.949-44.439L0,145.86l39.489-28.511L19.53,72.909       l48.479-4.896l4.905-48.479l44.43,19.959l28.52-39.489l28.52,39.489l44.439-19.959l4.887,48.479l48.479,4.896l-19.949,44.43     C252.24,117.34,291.728,145.86,291.728,145.86z"/>    <path style="fill:#FFFFFF;" d="M108.035,127.615c-2.836,0-4.942,1.76-4.942,4.914v23.834h-0.137L82.05,129.694     c-0.857-1.14-2.899-2.088-4.158-2.088c-2.836,0-4.942,1.76-4.942,4.914v35.823c0,3.155,2.106,4.914,4.942,4.914     c2.845,0,4.951-1.76,4.951-4.914v-23.514h0.137l20.907,26.35c0.921,1.14,2.89,2.088,4.149,2.088c2.845,0,4.951-1.76,4.951-4.914     V132.53C112.986,129.384,110.88,127.615,108.035,127.615z M147.241,164.186h-12.209v-9.583h10.823c3.173,0,4.814-2.206,4.814-4.349      c0-2.216-1.586-4.358-4.814-4.358h-10.823v-9.209h11.607c3.1,0,4.686-2.206,4.686-4.349c0-2.206-1.514-4.367-4.686-4.367h-16.357        c-3.492,0-5.133,2.334-5.133,5.498v34.684c0,2.836,2.17,4.723,5.079,4.723h17.014c3.1,0,4.677-2.197,4.677-4.349        C151.918,166.329,150.405,164.186,147.241,164.186z M214,127.615c-3.164,0-4.686,1.76-5.27,4.541l-5.607,26.797h-0.137      l-8.571-27.617c-0.72-2.27-2.699-3.72-5.133-3.72s-4.422,1.45-5.142,3.72l-8.571,27.617h-0.128l-5.607-26.797       c-0.593-2.781-2.106-4.541-5.279-4.541c-2.89,0-4.677,2.143-4.677,4.167l0.255,2.134l8.379,34.428      c0.656,2.644,2.836,4.914,6.528,4.914c3.228,0,5.735-2.024,6.528-4.604l7.65-24.335h0.137l7.65,24.335      c0.793,2.58,3.301,4.604,6.528,4.604c3.693,0,5.881-2.27,6.537-4.914l8.37-34.428l0.264-2.134      C218.678,129.758,216.9,127.615,214,127.615z"/></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>
    7463                </div>
    7564                <div class="card-body">
    76                     <p class="card-text"><?= __('The comprehensive GDPR and legal solution. Cookie popup, imprint, privacy policy, tracker management, legal terms generation and much more is possbible with LegalWeb cloud. Just visit <a href="https://legalweb.io" target="_blank" >this link</a> to see a lot of more details.','shapepress-dsgvo'); ?> </p>
     65                    <p class="card-text"><?php _e('The comprehensive GDPR and legal solution. Cookie popup, imprint, privacy policy, tracker management, legal terms generation and much more is possbible with LegalWeb cloud. Just visit <a href="https://legalweb.io" target="_blank" >this link</a> to see a lot of more details.','shapepress-dsgvo'); ?> </p>
    7766                    <ul style="list-style: disc; padding-left: 20px;">
    7867                        <li><?php _e('Generation of cookie pop-up & cookie notice, consent & revocation management', 'shapepress-dsgvo'); ?></li>
     
    9483
    9584            <div class="card border-info bg-light" style="">
    96                 <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("Need help?",'shapepress-dsgvo')?></h5></div>
     85                <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?php _e("Need help?",'shapepress-dsgvo')?></h5></div>
    9786                <div class="card-body">
    98                     <p class="card-text"><?= __('Do you have problems our questions how to configure this plugin correctly? Just visit <a href="https://legalweb.freshdesk.com/support/solutions" target="_blank" >this link</a> to see a quick start tutorial and access our FAQa.','shapepress-dsgvo'); ?> </p>
     87                    <p class="card-text"><?php _e('Do you have problems our questions how to configure this plugin correctly? Just visit <a href="https://legalweb.freshdesk.com/support/solutions" target="_blank" >this link</a> to see a quick start tutorial and access our FAQa.','shapepress-dsgvo'); ?> </p>
    9988                </div>
    10089            </div>
    10190
    10291            <div class="card border-info bg-light" style="">
    103                 <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?= __("Free Webinars",'shapepress-dsgvo')?></h5></div>
     92                <div class="card-header"><h5 class="text-info font-weight-bold text-uppercase m-0"><?php _e("Free Webinars",'shapepress-dsgvo')?></h5></div>
    10493                <div class="card-body">
    105                     <h6 class="card-subtitle mb-1"><?= __("Next dates",'shapepress-dsgvo')?></h6>
     94                    <h6 class="card-subtitle mb-1"><?php _e("Next dates",'shapepress-dsgvo')?></h6>
    10695
    10796                    <?php
     
    137126
    138127                            $result .= '<div class="list-group-item font-weight-bold py-1 px-1 bg-light">';
    139                             $result .= '<a href="' . $webinar['link'] . '" class="clear" target="_blank">';
    140                             $result .= '<span class="seminare-date">' . date_format(date_create_from_format("Y-m-d H:i", $meta['event_beginn'][0]), "d.m.") . ' </span>';
     128                            $result .= '<a href="' . esc_url($webinar['link']) . '" class="clear" target="_blank">';
     129                            $result .= '<span class="seminare-date">' . esc_html(date_format(date_create_from_format("Y-m-d H:i", $meta['event_beginn'][0]), "d.m.")) . ' </span>';
    141130                            $result .= '<span class="seminare-text">';
    142                             $result .= $webinar['title']['rendered'] . ' <br />';
     131                            $result .= esc_html($webinar['title']['rendered']) . ' <br />';
    143132                            $result .= '</span>';
    144133                            $result .= '</a>';
     
    154143                    } else
    155144                    {
    156                         echo __('Currently no dates planed. You can watch the videos of past webinars on our  <a href="https://www.youtube.com/channel/UCxPJiWLFirO_KJpm-TeyQhg" target="_blank">YouTube channel</a>','shapepress-dsgvo');
     145                        _e('Currently no dates planed. You can watch the videos of past webinars on our  <a href="https://www.youtube.com/channel/UCxPJiWLFirO_KJpm-TeyQhg" target="_blank">YouTube channel</a>','shapepress-dsgvo');
    157146                    }
    158147                    ?>
     
    166155        <div class="col-12">
    167156            <div class="card border-info bg-light col-6">
    168                 <h5 class="card-header text-info font-weight-bold text-uppercase"><?= __('Upgrade to Premium','shapepress-dsgvo');?></h5>
     157                <h5 class="card-header text-info font-weight-bold text-uppercase"><?php _e('Upgrade to Premium','shapepress-dsgvo');?></h5>
    169158                <div class="card-body row no-gutters">
    170159                    <div class="list-group col-6">
    171                         <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?= __('All integrations','shapepress-dsgvo');?></div>
    172                         <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?= __('Tag Manager support <small>(Google TagManager &amp; Matomo Tag Manager)</small>','shapepress-dsgvo');?></div>
    173                         <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?= __('Embeddings  <small>(Currently: Facebook, Google Maps, YouTube, Vimeo, OpenStreetMap, Instagram, Soundcloud, Twitter)</small>','shapepress-dsgvo');?></div>
    174                         <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?= __('WooCommerce Features <small>(Checkbox, data request, delete request)</small>','shapepress-dsgvo');?></div>
     160                        <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?php _e('All integrations','shapepress-dsgvo');?></div>
     161                        <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?php _e('Tag Manager support <small>(Google TagManager &amp; Matomo Tag Manager)</small>','shapepress-dsgvo');?></div>
     162                        <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?php _e('Embeddings  <small>(Currently: Facebook, Google Maps, YouTube, Vimeo, OpenStreetMap, Instagram, Soundcloud, Twitter)</small>','shapepress-dsgvo');?></div>
     163                        <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?php _e('WooCommerce Features <small>(Checkbox, data request, delete request)</small>','shapepress-dsgvo');?></div>
    175164                    </div>
    176165                    <div class="list-group  col-6">
    177                         <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?= __('Automatic updates of law texts','shapepress-dsgvo');?></div>
    178                         <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?= __('Access to support','shapepress-dsgvo');?></div>
    179                         <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?= __('No ads','shapepress-dsgvo');?></div>
    180                         <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?= __('You support the further development','shapepress-dsgvo');?></div>
     166                        <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?php _e('Automatic updates of law texts','shapepress-dsgvo');?></div>
     167                        <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?php _e('Access to support','shapepress-dsgvo');?></div>
     168                        <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?php _e('No ads','shapepress-dsgvo');?></div>
     169                        <div class="list-group-item border-0 font-weight-bold py-1 px-1 bg-light">&plus; <?php _e('You support the further development','shapepress-dsgvo');?></div>
    181170                    </div>
    182                     <a href="https://legalweb.io/shop/plugins/wp-dsgvo-tools-premium-lizenz?src=backend" class="btn btn-warning btn-block mt-2"><?= __('Buy Premium License','shapepress-dsgvo'); ?></a>
     171                    <a href="https://legalweb.io/shop/plugins/wp-dsgvo-tools-premium-lizenz?src=backend" class="btn btn-warning btn-block mt-2"><?php _e('Buy Premium License','shapepress-dsgvo'); ?></a>
    183172                </div>
    184173            </div>
  • shapepress-dsgvo/trunk/admin/class-sp-dsgvo-admin.php

    r2482041 r2602888  
    304304        }
    305305    }
    306 
     306/*
    307307    function showUpgradeMessage($currentPluginMetadata, $newPluginMetadata)
    308308    {
     
    316316        }
    317317    }
    318 
     318*/
    319319}
  • shapepress-dsgvo/trunk/admin/css/bootstrap.min.css

    r2197923 r2602888  
    11/*!
    2  * Bootswatch v4.3.1
    3  * Homepage: https://bootswatch.com
    4  * Copyright 2012-2019 Thomas Park
    5  * Licensed under MIT
    6  * Based on Bootstrap
    7 @import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");.sp-dsgvo{/*!
    8  * Bootstrap v4.3.1 (https://getbootstrap.com/)
    9  * Copyright 2011-2019 The Bootstrap Authors
    10  * Copyright 2011-2019 Twitter, Inc.
     2 * Bootstrap v4.6.0 (https://getbootstrap.com/)
     3 * Copyright 2011-2021 The Bootstrap Authors
     4 * Copyright 2011-2021 Twitter, Inc.
    115 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    12 
    13  */}.sp-dsgvo :root{--blue: #008cba;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #F04124;--orange: #fd7e14;--yellow: #E99002;--green: #43ac6a;--teal: #20c997;--cyan: #5bc0de;--white: #fff;--gray: #888;--gray-dark: #333;--primary: #008cba;--secondary: #eee;--success: #43ac6a;--info: #5bc0de;--warning: #E99002;--danger: #F04124;--light: #eee;--dark: #222;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}.sp-dsgvo *,.sp-dsgvo *::before,.sp-dsgvo *::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sp-dsgvo html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sp-dsgvo article,.sp-dsgvo aside,.sp-dsgvo figcaption,.sp-dsgvo figure,.sp-dsgvo footer,.sp-dsgvo header,.sp-dsgvo hgroup,.sp-dsgvo main,.sp-dsgvo nav,.sp-dsgvo section{display:block}.sp-dsgvo body{margin:0;font-family:"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:0.9375rem;font-weight:400;line-height:1.5;color:#222;text-align:left;background-color:#fff}.sp-dsgvo [tabindex="-1"]:focus{outline:0 !important}.sp-dsgvo hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}.sp-dsgvo h1,.sp-dsgvo h2,.sp-dsgvo h3,.sp-dsgvo h4,.sp-dsgvo h5,.sp-dsgvo h6{margin-top:0;margin-bottom:0.5rem}.sp-dsgvo p{margin-top:0;margin-bottom:1rem}.sp-dsgvo abbr[title],.sp-dsgvo abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}.sp-dsgvo address{margin-bottom:1rem;font-style:normal;line-height:inherit}.sp-dsgvo ol,.sp-dsgvo ul,.sp-dsgvo dl{margin-top:0;margin-bottom:1rem}.sp-dsgvo ol ol,.sp-dsgvo ul ul,.sp-dsgvo ol ul,.sp-dsgvo ul ol{margin-bottom:0}.sp-dsgvo dt{font-weight:700}.sp-dsgvo dd{margin-bottom:.5rem;margin-left:0}.sp-dsgvo blockquote{margin:0 0 1rem}.sp-dsgvo b,.sp-dsgvo strong{font-weight:bolder}.sp-dsgvo small{font-size:80%}.sp-dsgvo sub,.sp-dsgvo sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.sp-dsgvo sub{bottom:-.25em}.sp-dsgvo sup{top:-.5em}.sp-dsgvo a{color:#008cba;text-decoration:none;background-color:transparent}.sp-dsgvo a:hover{color:#00526e;text-decoration:underline}.sp-dsgvo a:not([href]):not([tabindex]){color:inherit;text-decoration:none}.sp-dsgvo a:not([href]):not([tabindex]):hover,.sp-dsgvo a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}.sp-dsgvo a:not([href]):not([tabindex]):focus{outline:0}.sp-dsgvo pre,.sp-dsgvo code,.sp-dsgvo kbd,.sp-dsgvo samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}.sp-dsgvo pre{margin-top:0;margin-bottom:1rem;overflow:auto}.sp-dsgvo figure{margin:0 0 1rem}.sp-dsgvo img{vertical-align:middle;border-style:none}.sp-dsgvo svg{overflow:hidden;vertical-align:middle}.sp-dsgvo table{border-collapse:collapse}.sp-dsgvo caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#888;text-align:left;caption-side:bottom}.sp-dsgvo th{text-align:inherit}.sp-dsgvo label{display:inline-block;margin-bottom:0.5rem}.sp-dsgvo button{border-radius:0}.sp-dsgvo button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.sp-dsgvo input,.sp-dsgvo button,.sp-dsgvo select,.sp-dsgvo optgroup,.sp-dsgvo textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.sp-dsgvo button,.sp-dsgvo input{overflow:visible}.sp-dsgvo button,.sp-dsgvo select{text-transform:none}.sp-dsgvo select{word-wrap:normal}.sp-dsgvo button,.sp-dsgvo [type="button"],.sp-dsgvo [type="reset"],.sp-dsgvo [type="submit"]{-webkit-appearance:button}.sp-dsgvo button:not(:disabled),.sp-dsgvo [type="button"]:not(:disabled),.sp-dsgvo [type="reset"]:not(:disabled),.sp-dsgvo [type="submit"]:not(:disabled){cursor:pointer}.sp-dsgvo button::-moz-focus-inner,.sp-dsgvo [type="button"]::-moz-focus-inner,.sp-dsgvo [type="reset"]::-moz-focus-inner,.sp-dsgvo [type="submit"]::-moz-focus-inner{padding:0;border-style:none}.sp-dsgvo input[type="radio"],.sp-dsgvo input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.sp-dsgvo input[type="date"],.sp-dsgvo input[type="time"],.sp-dsgvo input[type="datetime-local"],.sp-dsgvo input[type="month"]{-webkit-appearance:listbox}.sp-dsgvo textarea{overflow:auto;resize:vertical}.sp-dsgvo fieldset{min-width:0;padding:0;margin:0;border:0}.sp-dsgvo legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.sp-dsgvo progress{vertical-align:baseline}.sp-dsgvo [type="number"]::-webkit-inner-spin-button,.sp-dsgvo [type="number"]::-webkit-outer-spin-button{height:auto}.sp-dsgvo [type="search"]{outline-offset:-2px;-webkit-appearance:none}.sp-dsgvo [type="search"]::-webkit-search-decoration{-webkit-appearance:none}.sp-dsgvo ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.sp-dsgvo output{display:inline-block}.sp-dsgvo summary{display:list-item;cursor:pointer}.sp-dsgvo template{display:none}.sp-dsgvo [hidden]{display:none !important}.sp-dsgvo h1,.sp-dsgvo h2,.sp-dsgvo h3,.sp-dsgvo h4,.sp-dsgvo h5,.sp-dsgvo h6,.sp-dsgvo .h1,.sp-dsgvo .h2,.sp-dsgvo .h3,.sp-dsgvo .h4,.sp-dsgvo .h5,.sp-dsgvo .h6{margin-bottom:0.5rem;font-weight:300;line-height:1.2}.sp-dsgvo h1,.sp-dsgvo .h1{font-size:2.34375rem}.sp-dsgvo h2,.sp-dsgvo .h2{font-size:1.875rem}.sp-dsgvo h3,.sp-dsgvo .h3{font-size:1.640625rem}.sp-dsgvo h4,.sp-dsgvo .h4{font-size:1.40625rem}.sp-dsgvo h5,.sp-dsgvo .h5{font-size:1.171875rem}.sp-dsgvo h6,.sp-dsgvo .h6{font-size:0.9375rem}.sp-dsgvo .lead{font-size:1.171875rem;font-weight:300}.sp-dsgvo .display-1{font-size:6rem;font-weight:300;line-height:1.2}.sp-dsgvo .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.sp-dsgvo .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.sp-dsgvo .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.sp-dsgvo hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,0.1)}.sp-dsgvo small,.sp-dsgvo .small{font-size:80%;font-weight:400}.sp-dsgvo mark,.sp-dsgvo .mark{padding:0.2em;background-color:#fcf8e3}.sp-dsgvo .list-unstyled{padding-left:0;list-style:none}.sp-dsgvo .list-inline{padding-left:0;list-style:none}.sp-dsgvo .list-inline-item{display:inline-block}.sp-dsgvo .list-inline-item:not(:last-child){margin-right:0.5rem}.sp-dsgvo .initialism{font-size:90%;text-transform:uppercase}.sp-dsgvo .blockquote{margin-bottom:1rem;font-size:1.171875rem}.sp-dsgvo .blockquote-footer{display:block;font-size:80%;color:#888}.sp-dsgvo .blockquote-footer::before{content:"\2014\00A0"}.sp-dsgvo .img-fluid{max-width:100%;height:auto}.sp-dsgvo .img-thumbnail{padding:0.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:0px;max-width:100%;height:auto}.sp-dsgvo .figure{display:inline-block}.sp-dsgvo .figure-img{margin-bottom:0.5rem;line-height:1}.sp-dsgvo .figure-caption{font-size:90%;color:#888}.sp-dsgvo code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>.sp-dsgvo code{color:inherit}.sp-dsgvo kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#222;border-radius:0px}.sp-dsgvo kbd kbd{padding:0;font-size:100%;font-weight:700}.sp-dsgvo pre{display:block;font-size:87.5%;color:#222}.sp-dsgvo pre code{font-size:inherit;color:inherit;word-break:normal}.sp-dsgvo .pre-scrollable{max-height:340px;overflow-y:scroll}.sp-dsgvo .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.sp-dsgvo .container{max-width:540px}}@media (min-width: 768px){.sp-dsgvo .container{max-width:720px}}@media (min-width: 992px){.sp-dsgvo .container{max-width:960px}}@media (min-width: 1200px){.sp-dsgvo .container{max-width:1140px}}.sp-dsgvo .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.sp-dsgvo .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.sp-dsgvo .no-gutters{margin-right:0;margin-left:0}.sp-dsgvo .no-gutters>.col,.sp-dsgvo .no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.sp-dsgvo .col-1,.sp-dsgvo .col-2,.sp-dsgvo .col-3,.sp-dsgvo .col-4,.sp-dsgvo .col-5,.sp-dsgvo .col-6,.sp-dsgvo .col-7,.sp-dsgvo .col-8,.sp-dsgvo .col-9,.sp-dsgvo .col-10,.sp-dsgvo .col-11,.sp-dsgvo .col-12,.sp-dsgvo .col,.sp-dsgvo .col-auto,.sp-dsgvo .col-sm-1,.sp-dsgvo .col-sm-2,.sp-dsgvo .col-sm-3,.sp-dsgvo .col-sm-4,.sp-dsgvo .col-sm-5,.sp-dsgvo .col-sm-6,.sp-dsgvo .col-sm-7,.sp-dsgvo .col-sm-8,.sp-dsgvo .col-sm-9,.sp-dsgvo .col-sm-10,.sp-dsgvo .col-sm-11,.sp-dsgvo .col-sm-12,.sp-dsgvo .col-sm,.sp-dsgvo .col-sm-auto,.sp-dsgvo .col-md-1,.sp-dsgvo .col-md-2,.sp-dsgvo .col-md-3,.sp-dsgvo .col-md-4,.sp-dsgvo .col-md-5,.sp-dsgvo .col-md-6,.sp-dsgvo .col-md-7,.sp-dsgvo .col-md-8,.sp-dsgvo .col-md-9,.sp-dsgvo .col-md-10,.sp-dsgvo .col-md-11,.sp-dsgvo .col-md-12,.sp-dsgvo .col-md,.sp-dsgvo .col-md-auto,.sp-dsgvo .col-lg-1,.sp-dsgvo .col-lg-2,.sp-dsgvo .col-lg-3,.sp-dsgvo .col-lg-4,.sp-dsgvo .col-lg-5,.sp-dsgvo .col-lg-6,.sp-dsgvo .col-lg-7,.sp-dsgvo .col-lg-8,.sp-dsgvo .col-lg-9,.sp-dsgvo .col-lg-10,.sp-dsgvo .col-lg-11,.sp-dsgvo .col-lg-12,.sp-dsgvo .col-lg,.sp-dsgvo .col-lg-auto,.sp-dsgvo .col-xl-1,.sp-dsgvo .col-xl-2,.sp-dsgvo .col-xl-3,.sp-dsgvo .col-xl-4,.sp-dsgvo .col-xl-5,.sp-dsgvo .col-xl-6,.sp-dsgvo .col-xl-7,.sp-dsgvo .col-xl-8,.sp-dsgvo .col-xl-9,.sp-dsgvo .col-xl-10,.sp-dsgvo .col-xl-11,.sp-dsgvo .col-xl-12,.sp-dsgvo .col-xl,.sp-dsgvo .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.sp-dsgvo .col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.sp-dsgvo .col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.sp-dsgvo .col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.sp-dsgvo .col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.sp-dsgvo .col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.sp-dsgvo .col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.sp-dsgvo .col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.sp-dsgvo .col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.sp-dsgvo .col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.sp-dsgvo .order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.sp-dsgvo .order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.sp-dsgvo .order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sp-dsgvo .order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sp-dsgvo .order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sp-dsgvo .order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.sp-dsgvo .order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.sp-dsgvo .order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.sp-dsgvo .order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.sp-dsgvo .order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.sp-dsgvo .order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.sp-dsgvo .order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.sp-dsgvo .order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.sp-dsgvo .order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.sp-dsgvo .offset-1{margin-left:8.3333333333%}.sp-dsgvo .offset-2{margin-left:16.6666666667%}.sp-dsgvo .offset-3{margin-left:25%}.sp-dsgvo .offset-4{margin-left:33.3333333333%}.sp-dsgvo .offset-5{margin-left:41.6666666667%}.sp-dsgvo .offset-6{margin-left:50%}.sp-dsgvo .offset-7{margin-left:58.3333333333%}.sp-dsgvo .offset-8{margin-left:66.6666666667%}.sp-dsgvo .offset-9{margin-left:75%}.sp-dsgvo .offset-10{margin-left:83.3333333333%}.sp-dsgvo .offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.sp-dsgvo .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.sp-dsgvo .col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.sp-dsgvo .col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.sp-dsgvo .col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.sp-dsgvo .col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.sp-dsgvo .col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.sp-dsgvo .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.sp-dsgvo .col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.sp-dsgvo .col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.sp-dsgvo .order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.sp-dsgvo .order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.sp-dsgvo .order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sp-dsgvo .order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sp-dsgvo .order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sp-dsgvo .order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.sp-dsgvo .order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.sp-dsgvo .order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.sp-dsgvo .order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.sp-dsgvo .order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.sp-dsgvo .order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.sp-dsgvo .order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.sp-dsgvo .order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.sp-dsgvo .order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.sp-dsgvo .offset-sm-0{margin-left:0}.sp-dsgvo .offset-sm-1{margin-left:8.3333333333%}.sp-dsgvo .offset-sm-2{margin-left:16.6666666667%}.sp-dsgvo .offset-sm-3{margin-left:25%}.sp-dsgvo .offset-sm-4{margin-left:33.3333333333%}.sp-dsgvo .offset-sm-5{margin-left:41.6666666667%}.sp-dsgvo .offset-sm-6{margin-left:50%}.sp-dsgvo .offset-sm-7{margin-left:58.3333333333%}.sp-dsgvo .offset-sm-8{margin-left:66.6666666667%}.sp-dsgvo .offset-sm-9{margin-left:75%}.sp-dsgvo .offset-sm-10{margin-left:83.3333333333%}.sp-dsgvo .offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.sp-dsgvo .col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.sp-dsgvo .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.sp-dsgvo .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.sp-dsgvo .col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.sp-dsgvo .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.sp-dsgvo .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.sp-dsgvo .col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.sp-dsgvo .col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.sp-dsgvo .col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.sp-dsgvo .order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.sp-dsgvo .order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.sp-dsgvo .order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sp-dsgvo .order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sp-dsgvo .order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sp-dsgvo .order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.sp-dsgvo .order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.sp-dsgvo .order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.sp-dsgvo .order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.sp-dsgvo .order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.sp-dsgvo .order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.sp-dsgvo .order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.sp-dsgvo .order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.sp-dsgvo .order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.sp-dsgvo .offset-md-0{margin-left:0}.sp-dsgvo .offset-md-1{margin-left:8.3333333333%}.sp-dsgvo .offset-md-2{margin-left:16.6666666667%}.sp-dsgvo .offset-md-3{margin-left:25%}.sp-dsgvo .offset-md-4{margin-left:33.3333333333%}.sp-dsgvo .offset-md-5{margin-left:41.6666666667%}.sp-dsgvo .offset-md-6{margin-left:50%}.sp-dsgvo .offset-md-7{margin-left:58.3333333333%}.sp-dsgvo .offset-md-8{margin-left:66.6666666667%}.sp-dsgvo .offset-md-9{margin-left:75%}.sp-dsgvo .offset-md-10{margin-left:83.3333333333%}.sp-dsgvo .offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.sp-dsgvo .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.sp-dsgvo .col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.sp-dsgvo .col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.sp-dsgvo .col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.sp-dsgvo .col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.sp-dsgvo .col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.sp-dsgvo .col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.sp-dsgvo .col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.sp-dsgvo .col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.sp-dsgvo .order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.sp-dsgvo .order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.sp-dsgvo .order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sp-dsgvo .order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sp-dsgvo .order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sp-dsgvo .order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.sp-dsgvo .order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.sp-dsgvo .order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.sp-dsgvo .order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.sp-dsgvo .order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.sp-dsgvo .order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.sp-dsgvo .order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.sp-dsgvo .order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.sp-dsgvo .order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.sp-dsgvo .offset-lg-0{margin-left:0}.sp-dsgvo .offset-lg-1{margin-left:8.3333333333%}.sp-dsgvo .offset-lg-2{margin-left:16.6666666667%}.sp-dsgvo .offset-lg-3{margin-left:25%}.sp-dsgvo .offset-lg-4{margin-left:33.3333333333%}.sp-dsgvo .offset-lg-5{margin-left:41.6666666667%}.sp-dsgvo .offset-lg-6{margin-left:50%}.sp-dsgvo .offset-lg-7{margin-left:58.3333333333%}.sp-dsgvo .offset-lg-8{margin-left:66.6666666667%}.sp-dsgvo .offset-lg-9{margin-left:75%}.sp-dsgvo .offset-lg-10{margin-left:83.3333333333%}.sp-dsgvo .offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.sp-dsgvo .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.sp-dsgvo .col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.sp-dsgvo .col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.sp-dsgvo .col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.sp-dsgvo .col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.sp-dsgvo .col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.sp-dsgvo .col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.sp-dsgvo .col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.sp-dsgvo .col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.sp-dsgvo .order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.sp-dsgvo .order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.sp-dsgvo .order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.sp-dsgvo .order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.sp-dsgvo .order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.sp-dsgvo .order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.sp-dsgvo .order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.sp-dsgvo .order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.sp-dsgvo .order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.sp-dsgvo .order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.sp-dsgvo .order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.sp-dsgvo .order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.sp-dsgvo .order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.sp-dsgvo .order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.sp-dsgvo .offset-xl-0{margin-left:0}.sp-dsgvo .offset-xl-1{margin-left:8.3333333333%}.sp-dsgvo .offset-xl-2{margin-left:16.6666666667%}.sp-dsgvo .offset-xl-3{margin-left:25%}.sp-dsgvo .offset-xl-4{margin-left:33.3333333333%}.sp-dsgvo .offset-xl-5{margin-left:41.6666666667%}.sp-dsgvo .offset-xl-6{margin-left:50%}.sp-dsgvo .offset-xl-7{margin-left:58.3333333333%}.sp-dsgvo .offset-xl-8{margin-left:66.6666666667%}.sp-dsgvo .offset-xl-9{margin-left:75%}.sp-dsgvo .offset-xl-10{margin-left:83.3333333333%}.sp-dsgvo .offset-xl-11{margin-left:91.6666666667%}}.sp-dsgvo .table{width:100%;margin-bottom:1rem;color:#222}.sp-dsgvo .table th,.sp-dsgvo .table td{padding:0.75rem;vertical-align:top;border-top:1px solid #dee2e6}.sp-dsgvo .table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.sp-dsgvo .table tbody+tbody{border-top:2px solid #dee2e6}.sp-dsgvo .table-sm th,.sp-dsgvo .table-sm td{padding:0.3rem}.sp-dsgvo .table-bordered{border:1px solid #dee2e6}.sp-dsgvo .table-bordered th,.sp-dsgvo .table-bordered td{border:1px solid #dee2e6}.sp-dsgvo .table-bordered thead th,.sp-dsgvo .table-bordered thead td{border-bottom-width:2px}.sp-dsgvo .table-borderless th,.sp-dsgvo .table-borderless td,.sp-dsgvo .table-borderless thead th,.sp-dsgvo .table-borderless tbody+tbody{border:0}.sp-dsgvo .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05)}.sp-dsgvo .table-hover tbody tr:hover{color:#222;background-color:rgba(0,0,0,0.075)}.sp-dsgvo .table-primary,.sp-dsgvo .table-primary>th,.sp-dsgvo .table-primary>td{background-color:#b8dfec}.sp-dsgvo .table-primary th,.sp-dsgvo .table-primary td,.sp-dsgvo .table-primary thead th,.sp-dsgvo .table-primary tbody+tbody{border-color:#7ac3db}.sp-dsgvo .table-hover .table-primary:hover{background-color:#a4d6e7}.sp-dsgvo .table-hover .table-primary:hover>td,.sp-dsgvo .table-hover .table-primary:hover>th{background-color:#a4d6e7}.sp-dsgvo .table-secondary,.sp-dsgvo .table-secondary>th,.sp-dsgvo .table-secondary>td{background-color:#fafafa}.sp-dsgvo .table-secondary th,.sp-dsgvo .table-secondary td,.sp-dsgvo .table-secondary thead th,.sp-dsgvo .table-secondary tbody+tbody{border-color:#f6f6f6}.sp-dsgvo .table-hover .table-secondary:hover{background-color:#ededed}.sp-dsgvo .table-hover .table-secondary:hover>td,.sp-dsgvo .table-hover .table-secondary:hover>th{background-color:#ededed}.sp-dsgvo .table-success,.sp-dsgvo .table-success>th,.sp-dsgvo .table-success>td{background-color:#cae8d5}.sp-dsgvo .table-success th,.sp-dsgvo .table-success td,.sp-dsgvo .table-success thead th,.sp-dsgvo .table-success tbody+tbody{border-color:#9dd4b2}.sp-dsgvo .table-hover .table-success:hover{background-color:#b8e0c7}.sp-dsgvo .table-hover .table-success:hover>td,.sp-dsgvo .table-hover .table-success:hover>th{background-color:#b8e0c7}.sp-dsgvo .table-info,.sp-dsgvo .table-info>th,.sp-dsgvo .table-info>td{background-color:#d1edf6}.sp-dsgvo .table-info th,.sp-dsgvo .table-info td,.sp-dsgvo .table-info thead th,.sp-dsgvo .table-info tbody+tbody{border-color:#aadeee}.sp-dsgvo .table-hover .table-info:hover{background-color:#bce5f2}.sp-dsgvo .table-hover .table-info:hover>td,.sp-dsgvo .table-hover .table-info:hover>th{background-color:#bce5f2}.sp-dsgvo .table-warning,.sp-dsgvo .table-warning>th,.sp-dsgvo .table-warning>td{background-color:#f9e0b8}.sp-dsgvo .table-warning th,.sp-dsgvo .table-warning td,.sp-dsgvo .table-warning thead th,.sp-dsgvo .table-warning tbody+tbody{border-color:#f4c57b}.sp-dsgvo .table-hover .table-warning:hover{background-color:#f7d6a0}.sp-dsgvo .table-hover .table-warning:hover>td,.sp-dsgvo .table-hover .table-warning:hover>th{background-color:#f7d6a0}.sp-dsgvo .table-danger,.sp-dsgvo .table-danger>th,.sp-dsgvo .table-danger>td{background-color:#fbcac2}.sp-dsgvo .table-danger th,.sp-dsgvo .table-danger td,.sp-dsgvo .table-danger thead th,.sp-dsgvo .table-danger tbody+tbody{border-color:#f79c8d}.sp-dsgvo .table-hover .table-danger:hover{background-color:#f9b5aa}.sp-dsgvo .table-hover .table-danger:hover>td,.sp-dsgvo .table-hover .table-danger:hover>th{background-color:#f9b5aa}.sp-dsgvo .table-light,.sp-dsgvo .table-light>th,.sp-dsgvo .table-light>td{background-color:#fafafa}.sp-dsgvo .table-light th,.sp-dsgvo .table-light td,.sp-dsgvo .table-light thead th,.sp-dsgvo .table-light tbody+tbody{border-color:#f6f6f6}.sp-dsgvo .table-hover .table-light:hover{background-color:#ededed}.sp-dsgvo .table-hover .table-light:hover>td,.sp-dsgvo .table-hover .table-light:hover>th{background-color:#ededed}.sp-dsgvo .table-dark,.sp-dsgvo .table-dark>th,.sp-dsgvo .table-dark>td{background-color:#c1c1c1}.sp-dsgvo .table-dark th,.sp-dsgvo .table-dark td,.sp-dsgvo .table-dark thead th,.sp-dsgvo .table-dark tbody+tbody{border-color:#8c8c8c}.sp-dsgvo .table-hover .table-dark:hover{background-color:#b4b4b4}.sp-dsgvo .table-hover .table-dark:hover>td,.sp-dsgvo .table-hover .table-dark:hover>th{background-color:#b4b4b4}.sp-dsgvo .table-active,.sp-dsgvo .table-active>th,.sp-dsgvo .table-active>td{background-color:rgba(0,0,0,0.075)}.sp-dsgvo .table-hover .table-active:hover{background-color:rgba(0,0,0,0.075)}.sp-dsgvo .table-hover .table-active:hover>td,.sp-dsgvo .table-hover .table-active:hover>th{background-color:rgba(0,0,0,0.075)}.sp-dsgvo .table .thead-dark th{color:#fff;background-color:#333;border-color:#464646}.sp-dsgvo .table .thead-light th{color:#495057;background-color:#eee;border-color:#dee2e6}.sp-dsgvo .table-dark{color:#fff;background-color:#333}.sp-dsgvo .table-dark th,.sp-dsgvo .table-dark td,.sp-dsgvo .table-dark thead th{border-color:#464646}.sp-dsgvo .table-dark.table-bordered{border:0}.sp-dsgvo .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.sp-dsgvo .table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.sp-dsgvo .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.sp-dsgvo .table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.sp-dsgvo .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.sp-dsgvo .table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.sp-dsgvo .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.sp-dsgvo .table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.sp-dsgvo .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.sp-dsgvo .table-responsive-xl>.table-bordered{border:0}}.sp-dsgvo .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.sp-dsgvo .table-responsive>.table-bordered{border:0}.sp-dsgvo .form-control{display:block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 0.5rem;font-size:0.9375rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border-radius:0px;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.sp-dsgvo .form-control{-webkit-transition:none;transition:none}}.sp-dsgvo .form-control::-ms-expand{background-color:transparent;border:0}.sp-dsgvo .form-control:focus{color:#495057;background-color:#fff;border-color:#3bceff;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.sp-dsgvo .form-control::-webkit-input-placeholder{color:#888;opacity:1}.sp-dsgvo .form-control::-ms-input-placeholder{color:#888;opacity:1}.sp-dsgvo .form-control::placeholder{color:#888;opacity:1}.sp-dsgvo .form-control:disabled,.sp-dsgvo .form-control[readonly]{background-color:#eee;opacity:1}.sp-dsgvo select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.sp-dsgvo .form-control-file,.sp-dsgvo .form-control-range{display:block;width:100%}.sp-dsgvo .col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.sp-dsgvo .col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.171875rem;line-height:1.5}.sp-dsgvo .col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.8203125rem;line-height:1.5}.sp-dsgvo .form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;color:#222;background-color:transparent;border:solid transparent;border-width:1px 0}.sp-dsgvo .form-control-plaintext.form-control-sm,.sp-dsgvo .form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.sp-dsgvo .form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5;border-radius:0px}.sp-dsgvo .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:0.5rem 1rem;font-size:1.171875rem;line-height:1.5;border-radius:0px}.sp-dsgvo select.form-control[size],.sp-dsgvo select.form-control[multiple]{height:auto}.sp-dsgvo textarea.form-control{height:auto}.sp-dsgvo .form-group{margin-bottom:1rem}.sp-dsgvo .form-text{display:block;margin-top:0.25rem}.sp-dsgvo .form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.sp-dsgvo .form-row>.col,.sp-dsgvo .form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.sp-dsgvo .form-check{position:relative;display:block;padding-left:1.25rem}.sp-dsgvo .form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.sp-dsgvo .form-check-input:disabled ~ .form-check-label{color:#888}.sp-dsgvo .form-check-label{margin-bottom:0}.sp-dsgvo .form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.sp-dsgvo .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.sp-dsgvo .valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#43ac6a}.sp-dsgvo .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:.1rem;font-size:0.8203125rem;line-height:1.5;color:#fff;background-color:rgba(67,172,106,0.9);border-radius:0px}.was-validated .sp-dsgvo .form-control:valid,.sp-dsgvo .form-control.is-valid{border-color:#43ac6a;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2343ac6a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right calc(0.375em + 0.1875rem);background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .sp-dsgvo .form-control:valid:focus,.sp-dsgvo .form-control.is-valid:focus{border-color:#43ac6a;-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25)}.was-validated .sp-dsgvo .form-control:valid ~ .valid-feedback,.was-validated .sp-dsgvo .form-control:valid ~ .valid-tooltip,.sp-dsgvo .form-control.is-valid ~ .valid-feedback,.sp-dsgvo .form-control.is-valid ~ .valid-tooltip{display:block}.was-validated .sp-dsgvo textarea.form-control:valid,.sp-dsgvo textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .sp-dsgvo .custom-select:valid,.sp-dsgvo .custom-select.is-valid{border-color:#43ac6a;padding-right:calc((1em + 0.75rem) * 3 / 4 + 1.5rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2343ac6a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.5rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .sp-dsgvo .custom-select:valid:focus,.sp-dsgvo .custom-select.is-valid:focus{border-color:#43ac6a;-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25)}.was-validated .sp-dsgvo .custom-select:valid ~ .valid-feedback,.was-validated .sp-dsgvo .custom-select:valid ~ .valid-tooltip,.sp-dsgvo .custom-select.is-valid ~ .valid-feedback,.sp-dsgvo .custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .sp-dsgvo .form-control-file:valid ~ .valid-feedback,.was-validated .sp-dsgvo .form-control-file:valid ~ .valid-tooltip,.sp-dsgvo .form-control-file.is-valid ~ .valid-feedback,.sp-dsgvo .form-control-file.is-valid ~ .valid-tooltip{display:block}.was-validated .sp-dsgvo .form-check-input:valid ~ .form-check-label,.sp-dsgvo .form-check-input.is-valid ~ .form-check-label{color:#43ac6a}.was-validated .sp-dsgvo .form-check-input:valid ~ .valid-feedback,.was-validated .sp-dsgvo .form-check-input:valid ~ .valid-tooltip,.sp-dsgvo .form-check-input.is-valid ~ .valid-feedback,.sp-dsgvo .form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .sp-dsgvo .custom-control-input:valid ~ .custom-control-label,.sp-dsgvo .custom-control-input.is-valid ~ .custom-control-label{color:#43ac6a}.was-validated .sp-dsgvo .custom-control-input:valid ~ .custom-control-label::before,.sp-dsgvo .custom-control-input.is-valid ~ .custom-control-label::before{border-color:#43ac6a}.was-validated .sp-dsgvo .custom-control-input:valid ~ .valid-feedback,.was-validated .sp-dsgvo .custom-control-input:valid ~ .valid-tooltip,.sp-dsgvo .custom-control-input.is-valid ~ .valid-feedback,.sp-dsgvo .custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .sp-dsgvo .custom-control-input:valid:checked ~ .custom-control-label::before,.sp-dsgvo .custom-control-input.is-valid:checked ~ .custom-control-label::before{border-color:#61c185;background-color:#61c185}.was-validated .sp-dsgvo .custom-control-input:valid:focus ~ .custom-control-label::before,.sp-dsgvo .custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25)}.was-validated .sp-dsgvo .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.sp-dsgvo .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#43ac6a}.was-validated .sp-dsgvo .custom-file-input:valid ~ .custom-file-label,.sp-dsgvo .custom-file-input.is-valid ~ .custom-file-label{border-color:#43ac6a}.was-validated .sp-dsgvo .custom-file-input:valid ~ .valid-feedback,.was-validated .sp-dsgvo .custom-file-input:valid ~ .valid-tooltip,.sp-dsgvo .custom-file-input.is-valid ~ .valid-feedback,.sp-dsgvo .custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .sp-dsgvo .custom-file-input:valid:focus ~ .custom-file-label,.sp-dsgvo .custom-file-input.is-valid:focus ~ .custom-file-label{border-color:#43ac6a;-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25)}.sp-dsgvo .invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#F04124}.sp-dsgvo .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:.1rem;font-size:0.8203125rem;line-height:1.5;color:#fff;background-color:rgba(240,65,36,0.9);border-radius:0px}.was-validated .sp-dsgvo .form-control:invalid,.sp-dsgvo .form-control.is-invalid{border-color:#F04124;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F04124' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23F04124' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;background-position:center right calc(0.375em + 0.1875rem);background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .sp-dsgvo .form-control:invalid:focus,.sp-dsgvo .form-control.is-invalid:focus{border-color:#F04124;-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25)}.was-validated .sp-dsgvo .form-control:invalid ~ .invalid-feedback,.was-validated .sp-dsgvo .form-control:invalid ~ .invalid-tooltip,.sp-dsgvo .form-control.is-invalid ~ .invalid-feedback,.sp-dsgvo .form-control.is-invalid ~ .invalid-tooltip{display:block}.was-validated .sp-dsgvo textarea.form-control:invalid,.sp-dsgvo textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .sp-dsgvo .custom-select:invalid,.sp-dsgvo .custom-select.is-invalid{border-color:#F04124;padding-right:calc((1em + 0.75rem) * 3 / 4 + 1.5rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F04124' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23F04124' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.5rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .sp-dsgvo .custom-select:invalid:focus,.sp-dsgvo .custom-select.is-invalid:focus{border-color:#F04124;-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25)}.was-validated .sp-dsgvo .custom-select:invalid ~ .invalid-feedback,.was-validated .sp-dsgvo .custom-select:invalid ~ .invalid-tooltip,.sp-dsgvo .custom-select.is-invalid ~ .invalid-feedback,.sp-dsgvo .custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .sp-dsgvo .form-control-file:invalid ~ .invalid-feedback,.was-validated .sp-dsgvo .form-control-file:invalid ~ .invalid-tooltip,.sp-dsgvo .form-control-file.is-invalid ~ .invalid-feedback,.sp-dsgvo .form-control-file.is-invalid ~ .invalid-tooltip{display:block}.was-validated .sp-dsgvo .form-check-input:invalid ~ .form-check-label,.sp-dsgvo .form-check-input.is-invalid ~ .form-check-label{color:#F04124}.was-validated .sp-dsgvo .form-check-input:invalid ~ .invalid-feedback,.was-validated .sp-dsgvo .form-check-input:invalid ~ .invalid-tooltip,.sp-dsgvo .form-check-input.is-invalid ~ .invalid-feedback,.sp-dsgvo .form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .sp-dsgvo .custom-control-input:invalid ~ .custom-control-label,.sp-dsgvo .custom-control-input.is-invalid ~ .custom-control-label{color:#F04124}.was-validated .sp-dsgvo .custom-control-input:invalid ~ .custom-control-label::before,.sp-dsgvo .custom-control-input.is-invalid ~ .custom-control-label::before{border-color:#F04124}.was-validated .sp-dsgvo .custom-control-input:invalid ~ .invalid-feedback,.was-validated .sp-dsgvo .custom-control-input:invalid ~ .invalid-tooltip,.sp-dsgvo .custom-control-input.is-invalid ~ .invalid-feedback,.sp-dsgvo .custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .sp-dsgvo .custom-control-input:invalid:checked ~ .custom-control-label::before,.sp-dsgvo .custom-control-input.is-invalid:checked ~ .custom-control-label::before{border-color:#f36a54;background-color:#f36a54}.was-validated .sp-dsgvo .custom-control-input:invalid:focus ~ .custom-control-label::before,.sp-dsgvo .custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25)}.was-validated .sp-dsgvo .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.sp-dsgvo .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{border-color:#F04124}.was-validated .sp-dsgvo .custom-file-input:invalid ~ .custom-file-label,.sp-dsgvo .custom-file-input.is-invalid ~ .custom-file-label{border-color:#F04124}.was-validated .sp-dsgvo .custom-file-input:invalid ~ .invalid-feedback,.was-validated .sp-dsgvo .custom-file-input:invalid ~ .invalid-tooltip,.sp-dsgvo .custom-file-input.is-invalid ~ .invalid-feedback,.sp-dsgvo .custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .sp-dsgvo .custom-file-input:invalid:focus ~ .custom-file-label,.sp-dsgvo .custom-file-input.is-invalid:focus ~ .custom-file-label{border-color:#F04124;-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25)}.sp-dsgvo .form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sp-dsgvo .form-inline .form-check{width:100%}@media (min-width: 576px){.sp-dsgvo .form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.sp-dsgvo .form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.sp-dsgvo .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.sp-dsgvo .form-inline .form-control-plaintext{display:inline-block}.sp-dsgvo .form-inline .input-group,.sp-dsgvo .form-inline .custom-select{width:auto}.sp-dsgvo .form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.sp-dsgvo .form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:0.25rem;margin-left:0}.sp-dsgvo .form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sp-dsgvo .form-inline .custom-control-label{margin-bottom:0}}.sp-dsgvo .btn{display:inline-block;font-weight:300;color:#222;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.5rem;font-size:0.9375rem;line-height:1.5;border-radius:0px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.sp-dsgvo .btn{-webkit-transition:none;transition:none}}.sp-dsgvo .btn:hover{color:#222;text-decoration:none}.sp-dsgvo .btn:focus,.sp-dsgvo .btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.sp-dsgvo .btn.disabled,.sp-dsgvo .btn:disabled{opacity:0.65}.sp-dsgvo a.btn.disabled,.sp-dsgvo fieldset:disabled a.btn{pointer-events:none}.sp-dsgvo .btn-primary{color:#fff;background-color:#008cba;border-color:#008cba}.sp-dsgvo .btn-primary:hover{color:#fff;background-color:#006f94;border-color:#006687}.sp-dsgvo .btn-primary:focus,.sp-dsgvo .btn-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(38,157,196,0.5);box-shadow:0 0 0 0.2rem rgba(38,157,196,0.5)}.sp-dsgvo .btn-primary.disabled,.sp-dsgvo .btn-primary:disabled{color:#fff;background-color:#008cba;border-color:#008cba}.sp-dsgvo .btn-primary:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-primary:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-primary.dropdown-toggle{color:#fff;background-color:#006687;border-color:#005c7a}.sp-dsgvo .btn-primary:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-primary:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(38,157,196,0.5);box-shadow:0 0 0 0.2rem rgba(38,157,196,0.5)}.sp-dsgvo .btn-secondary{color:#222;background-color:#eee;border-color:#eee}.sp-dsgvo .btn-secondary:hover{color:#222;background-color:#dbdbdb;border-color:#d5d4d4}.sp-dsgvo .btn-secondary:focus,.sp-dsgvo .btn-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5);box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5)}.sp-dsgvo .btn-secondary.disabled,.sp-dsgvo .btn-secondary:disabled{color:#222;background-color:#eee;border-color:#eee}.sp-dsgvo .btn-secondary:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-secondary:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-secondary.dropdown-toggle{color:#222;background-color:#d5d4d4;border-color:#cecece}.sp-dsgvo .btn-secondary:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5);box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5)}.sp-dsgvo .btn-success{color:#fff;background-color:#43ac6a;border-color:#43ac6a}.sp-dsgvo .btn-success:hover{color:#fff;background-color:#389059;border-color:#358753}.sp-dsgvo .btn-success:focus,.sp-dsgvo .btn-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(95,184,128,0.5);box-shadow:0 0 0 0.2rem rgba(95,184,128,0.5)}.sp-dsgvo .btn-success.disabled,.sp-dsgvo .btn-success:disabled{color:#fff;background-color:#43ac6a;border-color:#43ac6a}.sp-dsgvo .btn-success:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-success:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-success.dropdown-toggle{color:#fff;background-color:#358753;border-color:#317e4e}.sp-dsgvo .btn-success:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-success:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(95,184,128,0.5);box-shadow:0 0 0 0.2rem rgba(95,184,128,0.5)}.sp-dsgvo .btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.sp-dsgvo .btn-info:hover{color:#fff;background-color:#3bb4d8;border-color:#31b0d5}.sp-dsgvo .btn-info:focus,.sp-dsgvo .btn-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5);box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5)}.sp-dsgvo .btn-info.disabled,.sp-dsgvo .btn-info:disabled{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.sp-dsgvo .btn-info:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-info:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#2aaacf}.sp-dsgvo .btn-info:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-info:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5);box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5)}.sp-dsgvo .btn-warning{color:#fff;background-color:#E99002;border-color:#E99002}.sp-dsgvo .btn-warning:hover{color:#fff;background-color:#c37902;border-color:#b67102}.sp-dsgvo .btn-warning:focus,.sp-dsgvo .btn-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(236,161,40,0.5);box-shadow:0 0 0 0.2rem rgba(236,161,40,0.5)}.sp-dsgvo .btn-warning.disabled,.sp-dsgvo .btn-warning:disabled{color:#fff;background-color:#E99002;border-color:#E99002}.sp-dsgvo .btn-warning:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-warning:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-warning.dropdown-toggle{color:#fff;background-color:#b67102;border-color:#aa6901}.sp-dsgvo .btn-warning:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-warning:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(236,161,40,0.5);box-shadow:0 0 0 0.2rem rgba(236,161,40,0.5)}.sp-dsgvo .btn-danger{color:#fff;background-color:#F04124;border-color:#F04124}.sp-dsgvo .btn-danger:hover{color:#fff;background-color:#df2d0f;border-color:#d32a0e}.sp-dsgvo .btn-danger:focus,.sp-dsgvo .btn-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(242,94,69,0.5);box-shadow:0 0 0 0.2rem rgba(242,94,69,0.5)}.sp-dsgvo .btn-danger.disabled,.sp-dsgvo .btn-danger:disabled{color:#fff;background-color:#F04124;border-color:#F04124}.sp-dsgvo .btn-danger:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-danger:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-danger.dropdown-toggle{color:#fff;background-color:#d32a0e;border-color:#c7280e}.sp-dsgvo .btn-danger:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-danger:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(242,94,69,0.5);box-shadow:0 0 0 0.2rem rgba(242,94,69,0.5)}.sp-dsgvo .btn-light{color:#222;background-color:#eee;border-color:#eee}.sp-dsgvo .btn-light:hover{color:#222;background-color:#dbdbdb;border-color:#d5d4d4}.sp-dsgvo .btn-light:focus,.sp-dsgvo .btn-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5);box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5)}.sp-dsgvo .btn-light.disabled,.sp-dsgvo .btn-light:disabled{color:#222;background-color:#eee;border-color:#eee}.sp-dsgvo .btn-light:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-light:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-light.dropdown-toggle{color:#222;background-color:#d5d4d4;border-color:#cecece}.sp-dsgvo .btn-light:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-light:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5);box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5)}.sp-dsgvo .btn-dark{color:#fff;background-color:#222;border-color:#222}.sp-dsgvo .btn-dark:hover{color:#fff;background-color:#0f0f0f;border-color:#090808}.sp-dsgvo .btn-dark:focus,.sp-dsgvo .btn-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(67,67,67,0.5);box-shadow:0 0 0 0.2rem rgba(67,67,67,0.5)}.sp-dsgvo .btn-dark.disabled,.sp-dsgvo .btn-dark:disabled{color:#fff;background-color:#222;border-color:#222}.sp-dsgvo .btn-dark:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-dark:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-dark.dropdown-toggle{color:#fff;background-color:#090808;border-color:#020202}.sp-dsgvo .btn-dark:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-dark:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(67,67,67,0.5);box-shadow:0 0 0 0.2rem rgba(67,67,67,0.5)}.sp-dsgvo .btn-outline-primary{color:#008cba;border-color:#008cba}.sp-dsgvo .btn-outline-primary:hover{color:#fff;background-color:#008cba;border-color:#008cba}.sp-dsgvo .btn-outline-primary:focus,.sp-dsgvo .btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5)}.sp-dsgvo .btn-outline-primary.disabled,.sp-dsgvo .btn-outline-primary:disabled{color:#008cba;background-color:transparent}.sp-dsgvo .btn-outline-primary:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-outline-primary:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#008cba;border-color:#008cba}.sp-dsgvo .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5)}.sp-dsgvo .btn-outline-secondary{color:#eee;border-color:#eee}.sp-dsgvo .btn-outline-secondary:hover{color:#222;background-color:#eee;border-color:#eee}.sp-dsgvo .btn-outline-secondary:focus,.sp-dsgvo .btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.sp-dsgvo .btn-outline-secondary.disabled,.sp-dsgvo .btn-outline-secondary:disabled{color:#eee;background-color:transparent}.sp-dsgvo .btn-outline-secondary:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-outline-secondary.dropdown-toggle{color:#222;background-color:#eee;border-color:#eee}.sp-dsgvo .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.sp-dsgvo .btn-outline-success{color:#43ac6a;border-color:#43ac6a}.sp-dsgvo .btn-outline-success:hover{color:#fff;background-color:#43ac6a;border-color:#43ac6a}.sp-dsgvo .btn-outline-success:focus,.sp-dsgvo .btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5)}.sp-dsgvo .btn-outline-success.disabled,.sp-dsgvo .btn-outline-success:disabled{color:#43ac6a;background-color:transparent}.sp-dsgvo .btn-outline-success:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-outline-success:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-outline-success.dropdown-toggle{color:#fff;background-color:#43ac6a;border-color:#43ac6a}.sp-dsgvo .btn-outline-success:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5)}.sp-dsgvo .btn-outline-info{color:#5bc0de;border-color:#5bc0de}.sp-dsgvo .btn-outline-info:hover{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.sp-dsgvo .btn-outline-info:focus,.sp-dsgvo .btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5);box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5)}.sp-dsgvo .btn-outline-info.disabled,.sp-dsgvo .btn-outline-info:disabled{color:#5bc0de;background-color:transparent}.sp-dsgvo .btn-outline-info:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-outline-info:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.sp-dsgvo .btn-outline-info:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5);box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5)}.sp-dsgvo .btn-outline-warning{color:#E99002;border-color:#E99002}.sp-dsgvo .btn-outline-warning:hover{color:#fff;background-color:#E99002;border-color:#E99002}.sp-dsgvo .btn-outline-warning:focus,.sp-dsgvo .btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5);box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5)}.sp-dsgvo .btn-outline-warning.disabled,.sp-dsgvo .btn-outline-warning:disabled{color:#E99002;background-color:transparent}.sp-dsgvo .btn-outline-warning:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-outline-warning:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-outline-warning.dropdown-toggle{color:#fff;background-color:#E99002;border-color:#E99002}.sp-dsgvo .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5);box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5)}.sp-dsgvo .btn-outline-danger{color:#F04124;border-color:#F04124}.sp-dsgvo .btn-outline-danger:hover{color:#fff;background-color:#F04124;border-color:#F04124}.sp-dsgvo .btn-outline-danger:focus,.sp-dsgvo .btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5)}.sp-dsgvo .btn-outline-danger.disabled,.sp-dsgvo .btn-outline-danger:disabled{color:#F04124;background-color:transparent}.sp-dsgvo .btn-outline-danger:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-outline-danger:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#F04124;border-color:#F04124}.sp-dsgvo .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5)}.sp-dsgvo .btn-outline-light{color:#eee;border-color:#eee}.sp-dsgvo .btn-outline-light:hover{color:#222;background-color:#eee;border-color:#eee}.sp-dsgvo .btn-outline-light:focus,.sp-dsgvo .btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.sp-dsgvo .btn-outline-light.disabled,.sp-dsgvo .btn-outline-light:disabled{color:#eee;background-color:transparent}.sp-dsgvo .btn-outline-light:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-outline-light:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-outline-light.dropdown-toggle{color:#222;background-color:#eee;border-color:#eee}.sp-dsgvo .btn-outline-light:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.sp-dsgvo .btn-outline-dark{color:#222;border-color:#222}.sp-dsgvo .btn-outline-dark:hover{color:#fff;background-color:#222;border-color:#222}.sp-dsgvo .btn-outline-dark:focus,.sp-dsgvo .btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5);box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5)}.sp-dsgvo .btn-outline-dark.disabled,.sp-dsgvo .btn-outline-dark:disabled{color:#222;background-color:transparent}.sp-dsgvo .btn-outline-dark:not(:disabled):not(.disabled):active,.sp-dsgvo .btn-outline-dark:not(:disabled):not(.disabled).active,.show>.sp-dsgvo .btn-outline-dark.dropdown-toggle{color:#fff;background-color:#222;border-color:#222}.sp-dsgvo .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.sp-dsgvo .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.sp-dsgvo .btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5);box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5)}.sp-dsgvo .btn-link{font-weight:400;color:#008cba;text-decoration:none}.sp-dsgvo .btn-link:hover{color:#00526e;text-decoration:underline}.sp-dsgvo .btn-link:focus,.sp-dsgvo .btn-link.focus{text-decoration:underline;-webkit-box-shadow:none;box-shadow:none}.sp-dsgvo .btn-link:disabled,.sp-dsgvo .btn-link.disabled{color:#888;pointer-events:none}.sp-dsgvo .btn-lg,.sp-dsgvo .btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.171875rem;line-height:1.5;border-radius:0px}.sp-dsgvo .btn-sm,.sp-dsgvo .btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5;border-radius:0px}.sp-dsgvo .btn-block{display:block;width:100%}.sp-dsgvo .btn-block+.btn-block{margin-top:0.5rem}.sp-dsgvo input[type="submit"].btn-block,.sp-dsgvo input[type="reset"].btn-block,.sp-dsgvo input[type="button"].btn-block{width:100%}.sp-dsgvo .fade{-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.sp-dsgvo .fade{-webkit-transition:none;transition:none}}.sp-dsgvo .fade:not(.show){opacity:0}.sp-dsgvo .collapse:not(.show){display:none}.sp-dsgvo .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.sp-dsgvo .collapsing{-webkit-transition:none;transition:none}}.sp-dsgvo .dropup,.sp-dsgvo .dropright,.sp-dsgvo .dropdown,.sp-dsgvo .dropleft{position:relative}.sp-dsgvo .dropdown-toggle{white-space:nowrap}.sp-dsgvo .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.sp-dsgvo .dropdown-toggle:empty::after{margin-left:0}.sp-dsgvo .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:0.9375rem;color:#222;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);border-radius:0px}.sp-dsgvo .dropdown-menu-left{right:auto;left:0}.sp-dsgvo .dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.sp-dsgvo .dropdown-menu-sm-left{right:auto;left:0}.sp-dsgvo .dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.sp-dsgvo .dropdown-menu-md-left{right:auto;left:0}.sp-dsgvo .dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.sp-dsgvo .dropdown-menu-lg-left{right:auto;left:0}.sp-dsgvo .dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.sp-dsgvo .dropdown-menu-xl-left{right:auto;left:0}.sp-dsgvo .dropdown-menu-xl-right{right:0;left:auto}}.sp-dsgvo .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:0.125rem}.sp-dsgvo .dropup .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.sp-dsgvo .dropup .dropdown-toggle:empty::after{margin-left:0}.sp-dsgvo .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:0.125rem}.sp-dsgvo .dropright .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.3em solid}.sp-dsgvo .dropright .dropdown-toggle:empty::after{margin-left:0}.sp-dsgvo .dropright .dropdown-toggle::after{vertical-align:0}.sp-dsgvo .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:0.125rem}.sp-dsgvo .dropleft .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:""}.sp-dsgvo .dropleft .dropdown-toggle::after{display:none}.sp-dsgvo .dropleft .dropdown-toggle::before{display:inline-block;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.sp-dsgvo .dropleft .dropdown-toggle:empty::after{margin-left:0}.sp-dsgvo .dropleft .dropdown-toggle::before{vertical-align:0}.sp-dsgvo .dropdown-menu[x-placement^="top"],.sp-dsgvo .dropdown-menu[x-placement^="right"],.sp-dsgvo .dropdown-menu[x-placement^="bottom"],.sp-dsgvo .dropdown-menu[x-placement^="left"]{right:auto;bottom:auto}.sp-dsgvo .dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,0.1)}.sp-dsgvo .dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#222;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.sp-dsgvo .dropdown-item:hover,.sp-dsgvo .dropdown-item:focus{color:#151515;text-decoration:none;background-color:#f8f9fa}.sp-dsgvo .dropdown-item.active,.sp-dsgvo .dropdown-item:active{color:#fff;text-decoration:none;background-color:#008cba}.sp-dsgvo .dropdown-item.disabled,.sp-dsgvo .dropdown-item:disabled{color:#888;pointer-events:none;background-color:transparent}.sp-dsgvo .dropdown-menu.show{display:block}.sp-dsgvo .dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.8203125rem;color:#888;white-space:nowrap}.sp-dsgvo .dropdown-item-text{display:block;padding:0.25rem 1.5rem;color:#222}.sp-dsgvo .btn-group,.sp-dsgvo .btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.sp-dsgvo .btn-group>.btn,.sp-dsgvo .btn-group-vertical>.btn{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.sp-dsgvo .btn-group>.btn:hover,.sp-dsgvo .btn-group-vertical>.btn:hover{z-index:1}.sp-dsgvo .btn-group>.btn:focus,.sp-dsgvo .btn-group>.btn:active,.sp-dsgvo .btn-group>.btn.active,.sp-dsgvo .btn-group-vertical>.btn:focus,.sp-dsgvo .btn-group-vertical>.btn:active,.sp-dsgvo .btn-group-vertical>.btn.active{z-index:1}.sp-dsgvo .btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sp-dsgvo .btn-toolbar .input-group{width:auto}.sp-dsgvo .btn-group>.btn:not(:first-child),.sp-dsgvo .btn-group>.btn-group:not(:first-child){margin-left:-1px}.sp-dsgvo .btn-group>.btn:not(:last-child):not(.dropdown-toggle),.sp-dsgvo .btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.sp-dsgvo .btn-group>.btn:not(:first-child),.sp-dsgvo .btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.sp-dsgvo .dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.sp-dsgvo .dropdown-toggle-split::after,.dropup .sp-dsgvo .dropdown-toggle-split::after,.dropright .sp-dsgvo .dropdown-toggle-split::after{margin-left:0}.dropleft .sp-dsgvo .dropdown-toggle-split::before{margin-right:0}.sp-dsgvo .btn-sm+.dropdown-toggle-split,.sp-dsgvo .btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.sp-dsgvo .btn-lg+.dropdown-toggle-split,.sp-dsgvo .btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.sp-dsgvo .btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sp-dsgvo .btn-group-vertical>.btn,.sp-dsgvo .btn-group-vertical>.btn-group{width:100%}.sp-dsgvo .btn-group-vertical>.btn:not(:first-child),.sp-dsgvo .btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.sp-dsgvo .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.sp-dsgvo .btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.sp-dsgvo .btn-group-vertical>.btn:not(:first-child),.sp-dsgvo .btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.sp-dsgvo .btn-group-toggle>.btn,.sp-dsgvo .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.sp-dsgvo .btn-group-toggle>.btn input[type="radio"],.sp-dsgvo .btn-group-toggle>.btn input[type="checkbox"],.sp-dsgvo .btn-group-toggle>.btn-group>.btn input[type="radio"],.sp-dsgvo .btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.sp-dsgvo .input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.sp-dsgvo .input-group>.form-control,.sp-dsgvo .input-group>.form-control-plaintext,.sp-dsgvo .input-group>.custom-select,.sp-dsgvo .input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.sp-dsgvo .input-group>.form-control+.form-control,.sp-dsgvo .input-group>.form-control+.custom-select,.sp-dsgvo .input-group>.form-control+.custom-file,.sp-dsgvo .input-group>.form-control-plaintext+.form-control,.sp-dsgvo .input-group>.form-control-plaintext+.custom-select,.sp-dsgvo .input-group>.form-control-plaintext+.custom-file,.sp-dsgvo .input-group>.custom-select+.form-control,.sp-dsgvo .input-group>.custom-select+.custom-select,.sp-dsgvo .input-group>.custom-select+.custom-file,.sp-dsgvo .input-group>.custom-file+.form-control,.sp-dsgvo .input-group>.custom-file+.custom-select,.sp-dsgvo .input-group>.custom-file+.custom-file{margin-left:-1px}.sp-dsgvo .input-group>.form-control:focus,.sp-dsgvo .input-group>.custom-select:focus,.sp-dsgvo .input-group>.custom-file .custom-file-input:focus ~ .custom-file-label{z-index:3}.sp-dsgvo .input-group>.custom-file .custom-file-input:focus{z-index:4}.sp-dsgvo .input-group>.form-control:not(:last-child),.sp-dsgvo .input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.sp-dsgvo .input-group>.form-control:not(:first-child),.sp-dsgvo .input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.sp-dsgvo .input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sp-dsgvo .input-group>.custom-file:not(:last-child) .custom-file-label,.sp-dsgvo .input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.sp-dsgvo .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.sp-dsgvo .input-group-prepend,.sp-dsgvo .input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.sp-dsgvo .input-group-prepend .btn,.sp-dsgvo .input-group-append .btn{position:relative;z-index:2}.sp-dsgvo .input-group-prepend .btn:focus,.sp-dsgvo .input-group-append .btn:focus{z-index:3}.sp-dsgvo .input-group-prepend .btn+.btn,.sp-dsgvo .input-group-prepend .btn+.input-group-text,.sp-dsgvo .input-group-prepend .input-group-text+.input-group-text,.sp-dsgvo .input-group-prepend .input-group-text+.btn,.sp-dsgvo .input-group-append .btn+.btn,.sp-dsgvo .input-group-append .btn+.input-group-text,.sp-dsgvo .input-group-append .input-group-text+.input-group-text,.sp-dsgvo .input-group-append .input-group-text+.btn{margin-left:-1px}.sp-dsgvo .input-group-prepend{margin-right:-1px}.sp-dsgvo .input-group-append{margin-left:-1px}.sp-dsgvo .input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.5rem;margin-bottom:0;font-size:0.9375rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#eee;border:1px solid #ccc;border-radius:0px}.sp-dsgvo .input-group-text input[type="radio"],.sp-dsgvo .input-group-text input[type="checkbox"]{margin-top:0}.sp-dsgvo .input-group-lg>.form-control:not(textarea),.sp-dsgvo .input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.sp-dsgvo .input-group-lg>.form-control,.sp-dsgvo .input-group-lg>.custom-select,.sp-dsgvo .input-group-lg>.input-group-prepend>.input-group-text,.sp-dsgvo .input-group-lg>.input-group-append>.input-group-text,.sp-dsgvo .input-group-lg>.input-group-prepend>.btn,.sp-dsgvo .input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.171875rem;line-height:1.5;border-radius:0px}.sp-dsgvo .input-group-sm>.form-control:not(textarea),.sp-dsgvo .input-group-sm>.custom-select{height:calc(1.5em + 0.5rem + 2px)}.sp-dsgvo .input-group-sm>.form-control,.sp-dsgvo .input-group-sm>.custom-select,.sp-dsgvo .input-group-sm>.input-group-prepend>.input-group-text,.sp-dsgvo .input-group-sm>.input-group-append>.input-group-text,.sp-dsgvo .input-group-sm>.input-group-prepend>.btn,.sp-dsgvo .input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5;border-radius:0px}.sp-dsgvo .input-group-lg>.custom-select,.sp-dsgvo .input-group-sm>.custom-select{padding-right:1.5rem}.sp-dsgvo .input-group>.input-group-prepend>.btn,.sp-dsgvo .input-group>.input-group-prepend>.input-group-text,.sp-dsgvo .input-group>.input-group-append:not(:last-child)>.btn,.sp-dsgvo .input-group>.input-group-append:not(:last-child)>.input-group-text,.sp-dsgvo .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.sp-dsgvo .input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.sp-dsgvo .input-group>.input-group-append>.btn,.sp-dsgvo .input-group>.input-group-append>.input-group-text,.sp-dsgvo .input-group>.input-group-prepend:not(:first-child)>.btn,.sp-dsgvo .input-group>.input-group-prepend:not(:first-child)>.input-group-text,.sp-dsgvo .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.sp-dsgvo .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.sp-dsgvo .custom-control{position:relative;display:block;min-height:1.40625rem;padding-left:1.5rem}.sp-dsgvo .custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.sp-dsgvo .custom-control-input{position:absolute;z-index:-1;opacity:0}.sp-dsgvo .custom-control-input:checked ~ .custom-control-label::before{color:#fff;border-color:#008cba;background-color:#008cba}.sp-dsgvo .custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.sp-dsgvo .custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:#3bceff}.sp-dsgvo .custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:#6edbff;border-color:#6edbff}.sp-dsgvo .custom-control-input:disabled ~ .custom-control-label{color:#888}.sp-dsgvo .custom-control-input:disabled ~ .custom-control-label::before{background-color:#eee}.sp-dsgvo .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.sp-dsgvo .custom-control-label::before{position:absolute;top:0.203125rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.sp-dsgvo .custom-control-label::after{position:absolute;top:0.203125rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50% / 50% 50%}.sp-dsgvo .custom-checkbox .custom-control-label::before{border-radius:0px}.sp-dsgvo .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.sp-dsgvo .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{border-color:#008cba;background-color:#008cba}.sp-dsgvo .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.sp-dsgvo .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,140,186,0.5)}.sp-dsgvo .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(0,140,186,0.5)}.sp-dsgvo .custom-radio .custom-control-label::before{border-radius:50%}.sp-dsgvo .custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.sp-dsgvo .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,140,186,0.5)}.sp-dsgvo .custom-switch{padding-left:2.25rem}.sp-dsgvo .custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:0.5rem}.sp-dsgvo .custom-switch .custom-control-label::after{top:calc(0.203125rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:0.5rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.sp-dsgvo .custom-switch .custom-control-label::after{-webkit-transition:none;transition:none}}.sp-dsgvo .custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color:#fff;-webkit-transform:translateX(0.75rem);transform:translateX(0.75rem)}.sp-dsgvo .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,140,186,0.5)}.sp-dsgvo .custom-select{display:inline-block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 1.5rem 0.375rem 0.5rem;font-size:0.9375rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px;background-color:#fff;border:1px solid #ccc;border-radius:0px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sp-dsgvo .custom-select:focus{border-color:#3bceff;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.sp-dsgvo .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.sp-dsgvo .custom-select[multiple],.sp-dsgvo .custom-select[size]:not([size="1"]){height:auto;padding-right:0.5rem;background-image:none}.sp-dsgvo .custom-select:disabled{color:#888;background-color:#eee}.sp-dsgvo .custom-select::-ms-expand{display:none}.sp-dsgvo .custom-select-sm{height:calc(1.5em + 0.5rem + 2px);padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-size:0.8203125rem}.sp-dsgvo .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;font-size:1.171875rem}.sp-dsgvo .custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + 0.75rem + 2px);margin-bottom:0}.sp-dsgvo .custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + 0.75rem + 2px);margin:0;opacity:0}.sp-dsgvo .custom-file-input:focus ~ .custom-file-label{border-color:#3bceff;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.sp-dsgvo .custom-file-input:disabled ~ .custom-file-label{background-color:#eee}.sp-dsgvo .custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.sp-dsgvo .custom-file-input ~ .custom-file-label[data-browse]::after{content:attr(data-browse)}.sp-dsgvo .custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 0.5rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ccc;border-radius:0px}.sp-dsgvo .custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + 0.75rem);padding:0.375rem 0.5rem;line-height:1.5;color:#495057;content:"Browse";background-color:#eee;border-left:inherit;border-radius:0 0px 0px 0}.sp-dsgvo .custom-range{width:100%;height:calc(1rem + 0.4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sp-dsgvo .custom-range:focus{outline:none}.sp-dsgvo .custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,140,186,0.25)}.sp-dsgvo .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,140,186,0.25)}.sp-dsgvo .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,140,186,0.25)}.sp-dsgvo .custom-range::-moz-focus-outer{border:0}.sp-dsgvo .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#008cba;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.sp-dsgvo .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.sp-dsgvo .custom-range::-webkit-slider-thumb:active{background-color:#6edbff}.sp-dsgvo .custom-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.sp-dsgvo .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#008cba;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.sp-dsgvo .custom-range::-moz-range-thumb{-webkit-transition:none;transition:none}}.sp-dsgvo .custom-range::-moz-range-thumb:active{background-color:#6edbff}.sp-dsgvo .custom-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.sp-dsgvo .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:0.2rem;margin-left:0.2rem;background-color:#008cba;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.sp-dsgvo .custom-range::-ms-thumb{-webkit-transition:none;transition:none}}.sp-dsgvo .custom-range::-ms-thumb:active{background-color:#6edbff}.sp-dsgvo .custom-range::-ms-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:0.5rem}.sp-dsgvo .custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.sp-dsgvo .custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.sp-dsgvo .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.sp-dsgvo .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.sp-dsgvo .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.sp-dsgvo .custom-range:disabled::-moz-range-track{cursor:default}.sp-dsgvo .custom-range:disabled::-ms-thumb{background-color:#adb5bd}.sp-dsgvo .custom-control-label::before,.sp-dsgvo .custom-file-label,.sp-dsgvo .custom-select{-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.sp-dsgvo .custom-control-label::before,.sp-dsgvo .custom-file-label,.sp-dsgvo .custom-select{-webkit-transition:none;transition:none}}.sp-dsgvo .nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.sp-dsgvo .nav-link{display:block;padding:0.5rem 1rem}.sp-dsgvo .nav-link:hover,.sp-dsgvo .nav-link:focus{text-decoration:none}.sp-dsgvo .nav-link.disabled{color:#ccc;pointer-events:none;cursor:default}.sp-dsgvo .nav-tabs{border-bottom:1px solid rgba(0,0,0,0.1)}.sp-dsgvo .nav-tabs .nav-item{margin-bottom:-1px}.sp-dsgvo .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:0px;border-top-right-radius:0px}.sp-dsgvo .nav-tabs .nav-link:hover,.sp-dsgvo .nav-tabs .nav-link:focus{border-color:rgba(0,0,0,0.1)}.sp-dsgvo .nav-tabs .nav-link.disabled{color:#ccc;background-color:transparent;border-color:transparent}.sp-dsgvo .nav-tabs .nav-link.active,.sp-dsgvo .nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:rgba(0,0,0,0.1)}.sp-dsgvo .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.sp-dsgvo .nav-pills .nav-link{border-radius:0px}.sp-dsgvo .nav-pills .nav-link.active,.sp-dsgvo .nav-pills .show>.nav-link{color:#fff;background-color:#008cba}.sp-dsgvo .nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.sp-dsgvo .nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.sp-dsgvo .tab-content>.tab-pane{display:none}.sp-dsgvo .tab-content>.active{display:block}.sp-dsgvo .navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.sp-dsgvo .navbar>.container,.sp-dsgvo .navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sp-dsgvo .navbar-brand{display:inline-block;padding-top:0.32421875rem;padding-bottom:0.32421875rem;margin-right:1rem;font-size:1.171875rem;line-height:inherit;white-space:nowrap}.sp-dsgvo .navbar-brand:hover,.sp-dsgvo .navbar-brand:focus{text-decoration:none}.sp-dsgvo .navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.sp-dsgvo .navbar-nav .nav-link{padding-right:0;padding-left:0}.sp-dsgvo .navbar-nav .dropdown-menu{position:static;float:none}.sp-dsgvo .navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.sp-dsgvo .navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sp-dsgvo .navbar-toggler{padding:0.25rem 0.75rem;font-size:1.171875rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0px}.sp-dsgvo .navbar-toggler:hover,.sp-dsgvo .navbar-toggler:focus{text-decoration:none}.sp-dsgvo .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.sp-dsgvo .navbar-expand-sm>.container,.sp-dsgvo .navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 576px){.sp-dsgvo .navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sp-dsgvo .navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sp-dsgvo .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.sp-dsgvo .navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.sp-dsgvo .navbar-expand-sm>.container,.sp-dsgvo .navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.sp-dsgvo .navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.sp-dsgvo .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width: 767.98px){.sp-dsgvo .navbar-expand-md>.container,.sp-dsgvo .navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 768px){.sp-dsgvo .navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sp-dsgvo .navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sp-dsgvo .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.sp-dsgvo .navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.sp-dsgvo .navbar-expand-md>.container,.sp-dsgvo .navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.sp-dsgvo .navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.sp-dsgvo .navbar-expand-md .navbar-toggler{display:none}}@media (max-width: 991.98px){.sp-dsgvo .navbar-expand-lg>.container,.sp-dsgvo .navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 992px){.sp-dsgvo .navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sp-dsgvo .navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sp-dsgvo .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.sp-dsgvo .navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.sp-dsgvo .navbar-expand-lg>.container,.sp-dsgvo .navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.sp-dsgvo .navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.sp-dsgvo .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width: 1199.98px){.sp-dsgvo .navbar-expand-xl>.container,.sp-dsgvo .navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 1200px){.sp-dsgvo .navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sp-dsgvo .navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sp-dsgvo .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.sp-dsgvo .navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.sp-dsgvo .navbar-expand-xl>.container,.sp-dsgvo .navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.sp-dsgvo .navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.sp-dsgvo .navbar-expand-xl .navbar-toggler{display:none}}.sp-dsgvo .navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sp-dsgvo .navbar-expand>.container,.sp-dsgvo .navbar-expand>.container-fluid{padding-right:0;padding-left:0}.sp-dsgvo .navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sp-dsgvo .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.sp-dsgvo .navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.sp-dsgvo .navbar-expand>.container,.sp-dsgvo .navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.sp-dsgvo .navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.sp-dsgvo .navbar-expand .navbar-toggler{display:none}.sp-dsgvo .navbar-light .navbar-brand{color:rgba(0,0,0,0.9)}.sp-dsgvo .navbar-light .navbar-brand:hover,.sp-dsgvo .navbar-light .navbar-brand:focus{color:rgba(0,0,0,0.9)}.sp-dsgvo .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,0.5)}.sp-dsgvo .navbar-light .navbar-nav .nav-link:hover,.sp-dsgvo .navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,0.7)}.sp-dsgvo .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.sp-dsgvo .navbar-light .navbar-nav .show>.nav-link,.sp-dsgvo .navbar-light .navbar-nav .active>.nav-link,.sp-dsgvo .navbar-light .navbar-nav .nav-link.show,.sp-dsgvo .navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,0.9)}.sp-dsgvo .navbar-light .navbar-toggler{color:rgba(0,0,0,0.5);border-color:rgba(0,0,0,0.1)}.sp-dsgvo .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.sp-dsgvo .navbar-light .navbar-text{color:rgba(0,0,0,0.5)}.sp-dsgvo .navbar-light .navbar-text a{color:rgba(0,0,0,0.9)}.sp-dsgvo .navbar-light .navbar-text a:hover,.sp-dsgvo .navbar-light .navbar-text a:focus{color:rgba(0,0,0,0.9)}.sp-dsgvo .navbar-dark .navbar-brand{color:#fff}.sp-dsgvo .navbar-dark .navbar-brand:hover,.sp-dsgvo .navbar-dark .navbar-brand:focus{color:#fff}.sp-dsgvo .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.7)}.sp-dsgvo .navbar-dark .navbar-nav .nav-link:hover,.sp-dsgvo .navbar-dark .navbar-nav .nav-link:focus{color:#fff}.sp-dsgvo .navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.sp-dsgvo .navbar-dark .navbar-nav .show>.nav-link,.sp-dsgvo .navbar-dark .navbar-nav .active>.nav-link,.sp-dsgvo .navbar-dark .navbar-nav .nav-link.show,.sp-dsgvo .navbar-dark .navbar-nav .nav-link.active{color:#fff}.sp-dsgvo .navbar-dark .navbar-toggler{color:rgba(255,255,255,0.7);border-color:rgba(255,255,255,0.1)}.sp-dsgvo .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.sp-dsgvo .navbar-dark .navbar-text{color:rgba(255,255,255,0.7)}.sp-dsgvo .navbar-dark .navbar-text a{color:#fff}.sp-dsgvo .navbar-dark .navbar-text a:hover,.sp-dsgvo .navbar-dark .navbar-text a:focus{color:#fff}.sp-dsgvo .card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,0.125);border-radius:0px}.sp-dsgvo .card>hr{margin-right:0;margin-left:0}.sp-dsgvo .card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:0px;border-top-right-radius:0px}.sp-dsgvo .card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:0px;border-bottom-left-radius:0px}.sp-dsgvo .card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.sp-dsgvo .card-title{margin-bottom:0.75rem}.sp-dsgvo .card-subtitle{margin-top:-0.375rem;margin-bottom:0}.sp-dsgvo .card-text:last-child{margin-bottom:0}.sp-dsgvo .card-link:hover{text-decoration:none}.sp-dsgvo .card-link+.card-link{margin-left:1.25rem}.sp-dsgvo .card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.125)}.sp-dsgvo .card-header:first-child{border-radius:0px 0px 0 0}.sp-dsgvo .card-header+.list-group .list-group-item:first-child{border-top:0}.sp-dsgvo .card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:1px solid rgba(0,0,0,0.125)}.sp-dsgvo .card-footer:last-child{border-radius:0 0 0px 0px}.sp-dsgvo .card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.sp-dsgvo .card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.sp-dsgvo .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.sp-dsgvo .card-img{width:100%;border-radius:0px}.sp-dsgvo .card-img-top{width:100%;border-top-left-radius:0px;border-top-right-radius:0px}.sp-dsgvo .card-img-bottom{width:100%;border-bottom-right-radius:0px;border-bottom-left-radius:0px}.sp-dsgvo .card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sp-dsgvo .card-deck .card{margin-bottom:15px}@media (min-width: 576px){.sp-dsgvo .card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.sp-dsgvo .card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.sp-dsgvo .card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sp-dsgvo .card-group>.card{margin-bottom:15px}@media (min-width: 576px){.sp-dsgvo .card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.sp-dsgvo .card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.sp-dsgvo .card-group>.card+.card{margin-left:0;border-left:0}.sp-dsgvo .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.sp-dsgvo .card-group>.card:not(:last-child) .card-img-top,.sp-dsgvo .card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.sp-dsgvo .card-group>.card:not(:last-child) .card-img-bottom,.sp-dsgvo .card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.sp-dsgvo .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.sp-dsgvo .card-group>.card:not(:first-child) .card-img-top,.sp-dsgvo .card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.sp-dsgvo .card-group>.card:not(:first-child) .card-img-bottom,.sp-dsgvo .card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.sp-dsgvo .card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.sp-dsgvo .card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.sp-dsgvo .card-columns .card{display:inline-block;width:100%}}.sp-dsgvo .accordion>.card{overflow:hidden}.sp-dsgvo .accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.sp-dsgvo .accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.sp-dsgvo .accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.sp-dsgvo .accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.sp-dsgvo .accordion>.card .card-header{margin-bottom:-1px}.sp-dsgvo .breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eee;border-radius:0px}.sp-dsgvo .breadcrumb-item+.breadcrumb-item{padding-left:0.5rem}.sp-dsgvo .breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;color:#888;content:"/"}.sp-dsgvo .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.sp-dsgvo .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.sp-dsgvo .breadcrumb-item.active{color:#888}.sp-dsgvo .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0px}.sp-dsgvo .page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-1px;line-height:1.25;color:#888;background-color:#fff;border:1px solid rgba(0,0,0,0.1)}.sp-dsgvo .page-link:hover{z-index:2;color:#00526e;text-decoration:none;background-color:#eee;border-color:#dee2e6}.sp-dsgvo .page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.sp-dsgvo .page-item:first-child .page-link{margin-left:0;border-top-left-radius:0px;border-bottom-left-radius:0px}.sp-dsgvo .page-item:last-child .page-link{border-top-right-radius:0px;border-bottom-right-radius:0px}.sp-dsgvo .page-item.active .page-link{z-index:1;color:#fff;background-color:#008cba;border-color:#0079a1}.sp-dsgvo .page-item.disabled .page-link{color:#eee;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.sp-dsgvo .pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.171875rem;line-height:1.5}.sp-dsgvo .pagination-lg .page-item:first-child .page-link{border-top-left-radius:0px;border-bottom-left-radius:0px}.sp-dsgvo .pagination-lg .page-item:last-child .page-link{border-top-right-radius:0px;border-bottom-right-radius:0px}.sp-dsgvo .pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5}.sp-dsgvo .pagination-sm .page-item:first-child .page-link{border-top-left-radius:0px;border-bottom-left-radius:0px}.sp-dsgvo .pagination-sm .page-item:last-child .page-link{border-top-right-radius:0px;border-bottom-right-radius:0px}.sp-dsgvo .badge{display:inline-block;padding:0.25em 1rem;font-size:75%;font-weight:300;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.sp-dsgvo .badge{-webkit-transition:none;transition:none}}a.sp-dsgvo .badge:hover,a.sp-dsgvo .badge:focus{text-decoration:none}.sp-dsgvo .badge:empty{display:none}.sp-dsgvo .btn .badge{position:relative;top:-1px}.sp-dsgvo .badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.sp-dsgvo .badge-primary{color:#fff;background-color:#008cba}a.sp-dsgvo .badge-primary:hover,a.sp-dsgvo .badge-primary:focus{color:#fff;background-color:#006687}a.sp-dsgvo .badge-primary:focus,a.sp-dsgvo .badge-primary.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5)}.sp-dsgvo .badge-secondary{color:#222;background-color:#eee}a.sp-dsgvo .badge-secondary:hover,a.sp-dsgvo .badge-secondary:focus{color:#222;background-color:#d5d4d4}a.sp-dsgvo .badge-secondary:focus,a.sp-dsgvo .badge-secondary.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.sp-dsgvo .badge-success{color:#fff;background-color:#43ac6a}a.sp-dsgvo .badge-success:hover,a.sp-dsgvo .badge-success:focus{color:#fff;background-color:#358753}a.sp-dsgvo .badge-success:focus,a.sp-dsgvo .badge-success.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5)}.sp-dsgvo .badge-info{color:#fff;background-color:#5bc0de}a.sp-dsgvo .badge-info:hover,a.sp-dsgvo .badge-info:focus{color:#fff;background-color:#31b0d5}a.sp-dsgvo .badge-info:focus,a.sp-dsgvo .badge-info.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5);box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5)}.sp-dsgvo .badge-warning{color:#fff;background-color:#E99002}a.sp-dsgvo .badge-warning:hover,a.sp-dsgvo .badge-warning:focus{color:#fff;background-color:#b67102}a.sp-dsgvo .badge-warning:focus,a.sp-dsgvo .badge-warning.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5);box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5)}.sp-dsgvo .badge-danger{color:#fff;background-color:#F04124}a.sp-dsgvo .badge-danger:hover,a.sp-dsgvo .badge-danger:focus{color:#fff;background-color:#d32a0e}a.sp-dsgvo .badge-danger:focus,a.sp-dsgvo .badge-danger.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5)}.sp-dsgvo .badge-light{color:#222;background-color:#eee}a.sp-dsgvo .badge-light:hover,a.sp-dsgvo .badge-light:focus{color:#222;background-color:#d5d4d4}a.sp-dsgvo .badge-light:focus,a.sp-dsgvo .badge-light.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.sp-dsgvo .badge-dark{color:#fff;background-color:#222}a.sp-dsgvo .badge-dark:hover,a.sp-dsgvo .badge-dark:focus{color:#fff;background-color:#090808}a.sp-dsgvo .badge-dark:focus,a.sp-dsgvo .badge-dark.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5);box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5)}.sp-dsgvo .jumbotron{padding:4rem 2rem;margin-bottom:4rem;background-color:#eee;border-radius:0px}@media (min-width: 576px){.sp-dsgvo .jumbotron{padding:8rem 4rem}}.sp-dsgvo .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.sp-dsgvo .alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0px}.sp-dsgvo .alert-heading{color:inherit}.sp-dsgvo .alert-link{font-weight:700}.sp-dsgvo .alert-dismissible{padding-right:3.90625rem}.sp-dsgvo .alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.sp-dsgvo .alert-primary{color:#004961;background-color:#cce8f1;border-color:#b8dfec}.sp-dsgvo .alert-primary hr{border-top-color:#a4d6e7}.sp-dsgvo .alert-primary .alert-link{color:#00232e}.sp-dsgvo .alert-secondary{color:#7c7c7c;background-color:#fcfcfc;border-color:#fafafa}.sp-dsgvo .alert-secondary hr{border-top-color:#ededed}.sp-dsgvo .alert-secondary .alert-link{color:#636262}.sp-dsgvo .alert-success{color:#235937;background-color:#d9eee1;border-color:#cae8d5}.sp-dsgvo .alert-success hr{border-top-color:#b8e0c7}.sp-dsgvo .alert-success .alert-link{color:#153420}.sp-dsgvo .alert-info{color:#2f6473;background-color:#def2f8;border-color:#d1edf6}.sp-dsgvo .alert-info hr{border-top-color:#bce5f2}.sp-dsgvo .alert-info .alert-link{color:#20454f}.sp-dsgvo .alert-warning{color:#794b01;background-color:#fbe9cc;border-color:#f9e0b8}.sp-dsgvo .alert-warning hr{border-top-color:#f7d6a0}.sp-dsgvo .alert-warning .alert-link{color:#462c01}.sp-dsgvo .alert-danger{color:#7d2213;background-color:#fcd9d3;border-color:#fbcac2}.sp-dsgvo .alert-danger hr{border-top-color:#f9b5aa}.sp-dsgvo .alert-danger .alert-link{color:#51160c}.sp-dsgvo .alert-light{color:#7c7c7c;background-color:#fcfcfc;border-color:#fafafa}.sp-dsgvo .alert-light hr{border-top-color:#ededed}.sp-dsgvo .alert-light .alert-link{color:#636262}.sp-dsgvo .alert-dark{color:#121212;background-color:lightgray;border-color:#c1c1c1}.sp-dsgvo .alert-dark hr{border-top-color:#b4b4b4}.sp-dsgvo .alert-dark .alert-link{color:black}@-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}}.sp-dsgvo .progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.703125rem;background-color:#ccc;border-radius:0px}.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:#008cba;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}@media (prefers-reduced-motion: reduce){.sp-dsgvo .progress-bar{-webkit-transition:none;transition:none}}.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-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion: reduce){.sp-dsgvo .progress-bar-animated{-webkit-animation:none;animation:none}}.sp-dsgvo .media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sp-dsgvo .media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.sp-dsgvo .list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.sp-dsgvo .list-group-item-action{width:100%;color:#495057;text-align:inherit}.sp-dsgvo .list-group-item-action:hover,.sp-dsgvo .list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.sp-dsgvo .list-group-item-action:active{color:#222;background-color:#eee}.sp-dsgvo .list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.sp-dsgvo .list-group-item:first-child{border-top-left-radius:0px;border-top-right-radius:0px}.sp-dsgvo .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0px;border-bottom-left-radius:0px}.sp-dsgvo .list-group-item.disabled,.sp-dsgvo .list-group-item:disabled{color:#888;pointer-events:none;background-color:#eee}.sp-dsgvo .list-group-item.active{z-index:2;color:#fff;background-color:#008cba;border-color:#008cba}.sp-dsgvo .list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sp-dsgvo .list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.sp-dsgvo .list-group-horizontal .list-group-item:first-child{border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:0}.sp-dsgvo .list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0}@media (min-width: 576px){.sp-dsgvo .list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sp-dsgvo .list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.sp-dsgvo .list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:0}.sp-dsgvo .list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0}}@media (min-width: 768px){.sp-dsgvo .list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sp-dsgvo .list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.sp-dsgvo .list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:0}.sp-dsgvo .list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0}}@media (min-width: 992px){.sp-dsgvo .list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sp-dsgvo .list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.sp-dsgvo .list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:0}.sp-dsgvo .list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0}}@media (min-width: 1200px){.sp-dsgvo .list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sp-dsgvo .list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.sp-dsgvo .list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:0}.sp-dsgvo .list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0}}.sp-dsgvo .list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.sp-dsgvo .list-group-flush .list-group-item:last-child{margin-bottom:-1px}.sp-dsgvo .list-group-flush:first-child .list-group-item:first-child{border-top:0}.sp-dsgvo .list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.sp-dsgvo .list-group-item-primary{color:#004961;background-color:#b8dfec}.sp-dsgvo .list-group-item-primary.list-group-item-action:hover,.sp-dsgvo .list-group-item-primary.list-group-item-action:focus{color:#004961;background-color:#a4d6e7}.sp-dsgvo .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004961;border-color:#004961}.sp-dsgvo .list-group-item-secondary{color:#7c7c7c;background-color:#fafafa}.sp-dsgvo .list-group-item-secondary.list-group-item-action:hover,.sp-dsgvo .list-group-item-secondary.list-group-item-action:focus{color:#7c7c7c;background-color:#ededed}.sp-dsgvo .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#7c7c7c;border-color:#7c7c7c}.sp-dsgvo .list-group-item-success{color:#235937;background-color:#cae8d5}.sp-dsgvo .list-group-item-success.list-group-item-action:hover,.sp-dsgvo .list-group-item-success.list-group-item-action:focus{color:#235937;background-color:#b8e0c7}.sp-dsgvo .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#235937;border-color:#235937}.sp-dsgvo .list-group-item-info{color:#2f6473;background-color:#d1edf6}.sp-dsgvo .list-group-item-info.list-group-item-action:hover,.sp-dsgvo .list-group-item-info.list-group-item-action:focus{color:#2f6473;background-color:#bce5f2}.sp-dsgvo .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#2f6473;border-color:#2f6473}.sp-dsgvo .list-group-item-warning{color:#794b01;background-color:#f9e0b8}.sp-dsgvo .list-group-item-warning.list-group-item-action:hover,.sp-dsgvo .list-group-item-warning.list-group-item-action:focus{color:#794b01;background-color:#f7d6a0}.sp-dsgvo .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#794b01;border-color:#794b01}.sp-dsgvo .list-group-item-danger{color:#7d2213;background-color:#fbcac2}.sp-dsgvo .list-group-item-danger.list-group-item-action:hover,.sp-dsgvo .list-group-item-danger.list-group-item-action:focus{color:#7d2213;background-color:#f9b5aa}.sp-dsgvo .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#7d2213;border-color:#7d2213}.sp-dsgvo .list-group-item-light{color:#7c7c7c;background-color:#fafafa}.sp-dsgvo .list-group-item-light.list-group-item-action:hover,.sp-dsgvo .list-group-item-light.list-group-item-action:focus{color:#7c7c7c;background-color:#ededed}.sp-dsgvo .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#7c7c7c;border-color:#7c7c7c}.sp-dsgvo .list-group-item-dark{color:#121212;background-color:#c1c1c1}.sp-dsgvo .list-group-item-dark.list-group-item-action:hover,.sp-dsgvo .list-group-item-dark.list-group-item-action:focus{color:#121212;background-color:#b4b4b4}.sp-dsgvo .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#121212;border-color:#121212}.sp-dsgvo .close{float:right;font-size:1.40625rem;font-weight:700;line-height:1;color:#888;text-shadow:none;opacity:.5}.sp-dsgvo .close:hover{color:#888;text-decoration:none}.sp-dsgvo .close:not(:disabled):not(.disabled):hover,.sp-dsgvo .close:not(:disabled):not(.disabled):focus{opacity:.75}.sp-dsgvo button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sp-dsgvo a.close.disabled{pointer-events:none}.sp-dsgvo .toast{max-width:350px;overflow:hidden;font-size:0.875rem;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 0.25rem 0.75rem rgba(0,0,0,0.1);box-shadow:0 0.25rem 0.75rem rgba(0,0,0,0.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:0.25rem}.sp-dsgvo .toast:not(:last-child){margin-bottom:0.75rem}.sp-dsgvo .toast.showing{opacity:1}.sp-dsgvo .toast.show{display:block;opacity:1}.sp-dsgvo .toast.hide{display:none}.sp-dsgvo .toast-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.25rem 0.75rem;color:#888;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05)}.sp-dsgvo .toast-body{padding:0.75rem}.sp-dsgvo .modal-open{overflow:hidden}.sp-dsgvo .modal-open .modal{overflow-x:hidden;overflow-y:auto}.sp-dsgvo .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.sp-dsgvo .modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .sp-dsgvo .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.modal.fade .sp-dsgvo .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .sp-dsgvo .modal-dialog{-webkit-transform:none;transform:none}.sp-dsgvo .modal-dialog-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.sp-dsgvo .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.sp-dsgvo .modal-dialog-scrollable .modal-header,.sp-dsgvo .modal-dialog-scrollable .modal-footer{-ms-flex-negative:0;flex-shrink:0}.sp-dsgvo .modal-dialog-scrollable .modal-body{overflow-y:auto}.sp-dsgvo .modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.sp-dsgvo .modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.sp-dsgvo .modal-dialog-centered.modal-dialog-scrollable{-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;height:100%}.sp-dsgvo .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.sp-dsgvo .modal-dialog-centered.modal-dialog-scrollable::before{content:none}.sp-dsgvo .modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:0px;outline:0}.sp-dsgvo .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.sp-dsgvo .modal-backdrop.fade{opacity:0}.sp-dsgvo .modal-backdrop.show{opacity:0.5}.sp-dsgvo .modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:0px;border-top-right-radius:0px}.sp-dsgvo .modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.sp-dsgvo .modal-title{margin-bottom:0;line-height:1.5}.sp-dsgvo .modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.sp-dsgvo .modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:0px;border-bottom-left-radius:0px}.sp-dsgvo .modal-footer>:not(:first-child){margin-left:.25rem}.sp-dsgvo .modal-footer>:not(:last-child){margin-right:.25rem}.sp-dsgvo .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.sp-dsgvo .modal-dialog{max-width:500px;margin:1.75rem auto}.sp-dsgvo .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.sp-dsgvo .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.sp-dsgvo .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.sp-dsgvo .modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.sp-dsgvo .modal-sm{max-width:300px}}@media (min-width: 992px){.sp-dsgvo .modal-lg,.sp-dsgvo .modal-xl{max-width:800px}}@media (min-width: 1200px){.sp-dsgvo .modal-xl{max-width:1140px}}.sp-dsgvo .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.8203125rem;word-wrap:break-word;opacity:0}.sp-dsgvo .tooltip.show{opacity:0.9}.sp-dsgvo .tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.sp-dsgvo .tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.sp-dsgvo .bs-tooltip-top,.sp-dsgvo .bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.sp-dsgvo .bs-tooltip-top .arrow,.sp-dsgvo .bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.sp-dsgvo .bs-tooltip-top .arrow::before,.sp-dsgvo .bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.sp-dsgvo .bs-tooltip-right,.sp-dsgvo .bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.sp-dsgvo .bs-tooltip-right .arrow,.sp-dsgvo .bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.sp-dsgvo .bs-tooltip-right .arrow::before,.sp-dsgvo .bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.sp-dsgvo .bs-tooltip-bottom,.sp-dsgvo .bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.sp-dsgvo .bs-tooltip-bottom .arrow,.sp-dsgvo .bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.sp-dsgvo .bs-tooltip-bottom .arrow::before,.sp-dsgvo .bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.sp-dsgvo .bs-tooltip-left,.sp-dsgvo .bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.sp-dsgvo .bs-tooltip-left .arrow,.sp-dsgvo .bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.sp-dsgvo .bs-tooltip-left .arrow::before,.sp-dsgvo .bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.sp-dsgvo .tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:0px}.sp-dsgvo .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.8203125rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:0px}.sp-dsgvo .popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 0px}.sp-dsgvo .popover .arrow::before,.sp-dsgvo .popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.sp-dsgvo .bs-popover-top,.sp-dsgvo .bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.sp-dsgvo .bs-popover-top>.arrow,.sp-dsgvo .bs-popover-auto[x-placement^="top"]>.arrow{bottom:calc((0.5rem + 1px) * -1)}.sp-dsgvo .bs-popover-top>.arrow::before,.sp-dsgvo .bs-popover-auto[x-placement^="top"]>.arrow::before{bottom:0;border-width:0.5rem 0.5rem 0;border-top-color:rgba(0,0,0,0.25)}.sp-dsgvo .bs-popover-top>.arrow::after,.sp-dsgvo .bs-popover-auto[x-placement^="top"]>.arrow::after{bottom:1px;border-width:0.5rem 0.5rem 0;border-top-color:#fff}.sp-dsgvo .bs-popover-right,.sp-dsgvo .bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.sp-dsgvo .bs-popover-right>.arrow,.sp-dsgvo .bs-popover-auto[x-placement^="right"]>.arrow{left:calc((0.5rem + 1px) * -1);width:0.5rem;height:1rem;margin:0px 0}.sp-dsgvo .bs-popover-right>.arrow::before,.sp-dsgvo .bs-popover-auto[x-placement^="right"]>.arrow::before{left:0;border-width:0.5rem 0.5rem 0.5rem 0;border-right-color:rgba(0,0,0,0.25)}.sp-dsgvo .bs-popover-right>.arrow::after,.sp-dsgvo .bs-popover-auto[x-placement^="right"]>.arrow::after{left:1px;border-width:0.5rem 0.5rem 0.5rem 0;border-right-color:#fff}.sp-dsgvo .bs-popover-bottom,.sp-dsgvo .bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.sp-dsgvo .bs-popover-bottom>.arrow,.sp-dsgvo .bs-popover-auto[x-placement^="bottom"]>.arrow{top:calc((0.5rem + 1px) * -1)}.sp-dsgvo .bs-popover-bottom>.arrow::before,.sp-dsgvo .bs-popover-auto[x-placement^="bottom"]>.arrow::before{top:0;border-width:0 0.5rem 0.5rem 0.5rem;border-bottom-color:rgba(0,0,0,0.25)}.sp-dsgvo .bs-popover-bottom>.arrow::after,.sp-dsgvo .bs-popover-auto[x-placement^="bottom"]>.arrow::after{top:1px;border-width:0 0.5rem 0.5rem 0.5rem;border-bottom-color:#fff}.sp-dsgvo .bs-popover-bottom .popover-header::before,.sp-dsgvo .bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #f7f7f7}.sp-dsgvo .bs-popover-left,.sp-dsgvo .bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.sp-dsgvo .bs-popover-left>.arrow,.sp-dsgvo .bs-popover-auto[x-placement^="left"]>.arrow{right:calc((0.5rem + 1px) * -1);width:0.5rem;height:1rem;margin:0px 0}.sp-dsgvo .bs-popover-left>.arrow::before,.sp-dsgvo .bs-popover-auto[x-placement^="left"]>.arrow::before{right:0;border-width:0.5rem 0 0.5rem 0.5rem;border-left-color:rgba(0,0,0,0.25)}.sp-dsgvo .bs-popover-left>.arrow::after,.sp-dsgvo .bs-popover-auto[x-placement^="left"]>.arrow::after{right:1px;border-width:0.5rem 0 0.5rem 0.5rem;border-left-color:#fff}.sp-dsgvo .popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:0.9375rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(0px - 1px);border-top-right-radius:calc(0px - 1px)}.sp-dsgvo .popover-header:empty{display:none}.sp-dsgvo .popover-body{padding:0.5rem 0.75rem;color:#222}.sp-dsgvo .carousel{position:relative}.sp-dsgvo .carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.sp-dsgvo .carousel-inner{position:relative;width:100%;overflow:hidden}.sp-dsgvo .carousel-inner::after{display:block;clear:both;content:""}.sp-dsgvo .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.6s ease-in-out;transition:-webkit-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out}@media (prefers-reduced-motion: reduce){.sp-dsgvo .carousel-item{-webkit-transition:none;transition:none}}.sp-dsgvo .carousel-item.active,.sp-dsgvo .carousel-item-next,.sp-dsgvo .carousel-item-prev{display:block}.sp-dsgvo .carousel-item-next:not(.carousel-item-left),.sp-dsgvo .active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}.sp-dsgvo .carousel-item-prev:not(.carousel-item-right),.sp-dsgvo .active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.sp-dsgvo .carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;transform:none}.sp-dsgvo .carousel-fade .carousel-item.active,.sp-dsgvo .carousel-fade .carousel-item-next.carousel-item-left,.sp-dsgvo .carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.sp-dsgvo .carousel-fade .active.carousel-item-left,.sp-dsgvo .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:0s 0.6s opacity;transition:0s 0.6s opacity}@media (prefers-reduced-motion: reduce){.sp-dsgvo .carousel-fade .active.carousel-item-left,.sp-dsgvo .carousel-fade .active.carousel-item-right{-webkit-transition:none;transition:none}}.sp-dsgvo .carousel-control-prev,.sp-dsgvo .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5;-webkit-transition:opacity 0.15s ease;transition:opacity 0.15s ease}@media (prefers-reduced-motion: reduce){.sp-dsgvo .carousel-control-prev,.sp-dsgvo .carousel-control-next{-webkit-transition:none;transition:none}}.sp-dsgvo .carousel-control-prev:hover,.sp-dsgvo .carousel-control-prev:focus,.sp-dsgvo .carousel-control-next:hover,.sp-dsgvo .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:0.9}.sp-dsgvo .carousel-control-prev{left:0}.sp-dsgvo .carousel-control-next{right:0}.sp-dsgvo .carousel-control-prev-icon,.sp-dsgvo .carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50% / 100% 100%}.sp-dsgvo .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.sp-dsgvo .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.sp-dsgvo .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.sp-dsgvo .carousel-indicators li{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity 0.6s ease;transition:opacity 0.6s ease}@media (prefers-reduced-motion: reduce){.sp-dsgvo .carousel-indicators li{-webkit-transition:none;transition:none}}.sp-dsgvo .carousel-indicators .active{opacity:1}.sp-dsgvo .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.sp-dsgvo .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:0.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.sp-dsgvo .spinner-border-sm{width:1rem;height:1rem;border-width:0.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.sp-dsgvo .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.sp-dsgvo .spinner-grow-sm{width:1rem;height:1rem}.sp-dsgvo .align-baseline{vertical-align:baseline !important}.sp-dsgvo .align-top{vertical-align:top !important}.sp-dsgvo .align-middle{vertical-align:middle !important}.sp-dsgvo .align-bottom{vertical-align:bottom !important}.sp-dsgvo .align-text-bottom{vertical-align:text-bottom !important}.sp-dsgvo .align-text-top{vertical-align:text-top !important}.sp-dsgvo .bg-primary{background-color:#008cba !important}.sp-dsgvo a.bg-primary:hover,.sp-dsgvo a.bg-primary:focus,.sp-dsgvo button.bg-primary:hover,.sp-dsgvo button.bg-primary:focus{background-color:#006687 !important}.sp-dsgvo .bg-secondary{background-color:#eee !important}.sp-dsgvo a.bg-secondary:hover,.sp-dsgvo a.bg-secondary:focus,.sp-dsgvo button.bg-secondary:hover,.sp-dsgvo button.bg-secondary:focus{background-color:#d5d4d4 !important}.sp-dsgvo .bg-success{background-color:#43ac6a !important}.sp-dsgvo a.bg-success:hover,.sp-dsgvo a.bg-success:focus,.sp-dsgvo button.bg-success:hover,.sp-dsgvo button.bg-success:focus{background-color:#358753 !important}.sp-dsgvo .bg-info{background-color:#5bc0de !important}.sp-dsgvo a.bg-info:hover,.sp-dsgvo a.bg-info:focus,.sp-dsgvo button.bg-info:hover,.sp-dsgvo button.bg-info:focus{background-color:#31b0d5 !important}.sp-dsgvo .bg-warning{background-color:#E99002 !important}.sp-dsgvo a.bg-warning:hover,.sp-dsgvo a.bg-warning:focus,.sp-dsgvo button.bg-warning:hover,.sp-dsgvo button.bg-warning:focus{background-color:#b67102 !important}.sp-dsgvo .bg-danger{background-color:#F04124 !important}.sp-dsgvo a.bg-danger:hover,.sp-dsgvo a.bg-danger:focus,.sp-dsgvo button.bg-danger:hover,.sp-dsgvo button.bg-danger:focus{background-color:#d32a0e !important}.sp-dsgvo .bg-light{background-color:#eee !important}.sp-dsgvo a.bg-light:hover,.sp-dsgvo a.bg-light:focus,.sp-dsgvo button.bg-light:hover,.sp-dsgvo button.bg-light:focus{background-color:#d5d4d4 !important}.sp-dsgvo .bg-dark{background-color:#222 !important}.sp-dsgvo a.bg-dark:hover,.sp-dsgvo a.bg-dark:focus,.sp-dsgvo button.bg-dark:hover,.sp-dsgvo button.bg-dark:focus{background-color:#090808 !important}.sp-dsgvo .bg-white{background-color:#fff !important}.sp-dsgvo .bg-transparent{background-color:transparent !important}.sp-dsgvo .border{border:1px solid #dee2e6 !important}.sp-dsgvo .border-top{border-top:1px solid #dee2e6 !important}.sp-dsgvo .border-right{border-right:1px solid #dee2e6 !important}.sp-dsgvo .border-bottom{border-bottom:1px solid #dee2e6 !important}.sp-dsgvo .border-left{border-left:1px solid #dee2e6 !important}.sp-dsgvo .border-0{border:0 !important}.sp-dsgvo .border-top-0{border-top:0 !important}.sp-dsgvo .border-right-0{border-right:0 !important}.sp-dsgvo .border-bottom-0{border-bottom:0 !important}.sp-dsgvo .border-left-0{border-left:0 !important}.sp-dsgvo .border-primary{border-color:#008cba !important}.sp-dsgvo .border-secondary{border-color:#eee !important}.sp-dsgvo .border-success{border-color:#43ac6a !important}.sp-dsgvo .border-info{border-color:#5bc0de !important}.sp-dsgvo .border-warning{border-color:#E99002 !important}.sp-dsgvo .border-danger{border-color:#F04124 !important}.sp-dsgvo .border-light{border-color:#eee !important}.sp-dsgvo .border-dark{border-color:#222 !important}.sp-dsgvo .border-white{border-color:#fff !important}.sp-dsgvo .rounded-sm{border-radius:0px !important}.sp-dsgvo .rounded{border-radius:0px !important}.sp-dsgvo .rounded-top{border-top-left-radius:0px !important;border-top-right-radius:0px !important}.sp-dsgvo .rounded-right{border-top-right-radius:0px !important;border-bottom-right-radius:0px !important}.sp-dsgvo .rounded-bottom{border-bottom-right-radius:0px !important;border-bottom-left-radius:0px !important}.sp-dsgvo .rounded-left{border-top-left-radius:0px !important;border-bottom-left-radius:0px !important}.sp-dsgvo .rounded-lg{border-radius:0px !important}.sp-dsgvo .rounded-circle{border-radius:50% !important}.sp-dsgvo .rounded-pill{border-radius:50rem !important}.sp-dsgvo .rounded-0{border-radius:0 !important}.sp-dsgvo .clearfix::after{display:block;clear:both;content:""}.sp-dsgvo .d-none{display:none !important}.sp-dsgvo .d-inline{display:inline !important}.sp-dsgvo .d-inline-block{display:inline-block !important}.sp-dsgvo .d-block{display:block !important}.sp-dsgvo .d-table{display:table !important}.sp-dsgvo .d-table-row{display:table-row !important}.sp-dsgvo .d-table-cell{display:table-cell !important}.sp-dsgvo .d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.sp-dsgvo .d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.sp-dsgvo .d-sm-none{display:none !important}.sp-dsgvo .d-sm-inline{display:inline !important}.sp-dsgvo .d-sm-inline-block{display:inline-block !important}.sp-dsgvo .d-sm-block{display:block !important}.sp-dsgvo .d-sm-table{display:table !important}.sp-dsgvo .d-sm-table-row{display:table-row !important}.sp-dsgvo .d-sm-table-cell{display:table-cell !important}.sp-dsgvo .d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.sp-dsgvo .d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.sp-dsgvo .d-md-none{display:none !important}.sp-dsgvo .d-md-inline{display:inline !important}.sp-dsgvo .d-md-inline-block{display:inline-block !important}.sp-dsgvo .d-md-block{display:block !important}.sp-dsgvo .d-md-table{display:table !important}.sp-dsgvo .d-md-table-row{display:table-row !important}.sp-dsgvo .d-md-table-cell{display:table-cell !important}.sp-dsgvo .d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.sp-dsgvo .d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.sp-dsgvo .d-lg-none{display:none !important}.sp-dsgvo .d-lg-inline{display:inline !important}.sp-dsgvo .d-lg-inline-block{display:inline-block !important}.sp-dsgvo .d-lg-block{display:block !important}.sp-dsgvo .d-lg-table{display:table !important}.sp-dsgvo .d-lg-table-row{display:table-row !important}.sp-dsgvo .d-lg-table-cell{display:table-cell !important}.sp-dsgvo .d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.sp-dsgvo .d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.sp-dsgvo .d-xl-none{display:none !important}.sp-dsgvo .d-xl-inline{display:inline !important}.sp-dsgvo .d-xl-inline-block{display:inline-block !important}.sp-dsgvo .d-xl-block{display:block !important}.sp-dsgvo .d-xl-table{display:table !important}.sp-dsgvo .d-xl-table-row{display:table-row !important}.sp-dsgvo .d-xl-table-cell{display:table-cell !important}.sp-dsgvo .d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.sp-dsgvo .d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.sp-dsgvo .d-print-none{display:none !important}.sp-dsgvo .d-print-inline{display:inline !important}.sp-dsgvo .d-print-inline-block{display:inline-block !important}.sp-dsgvo .d-print-block{display:block !important}.sp-dsgvo .d-print-table{display:table !important}.sp-dsgvo .d-print-table-row{display:table-row !important}.sp-dsgvo .d-print-table-cell{display:table-cell !important}.sp-dsgvo .d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.sp-dsgvo .d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.sp-dsgvo .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.sp-dsgvo .embed-responsive::before{display:block;content:""}.sp-dsgvo .embed-responsive .embed-responsive-item,.sp-dsgvo .embed-responsive iframe,.sp-dsgvo .embed-responsive embed,.sp-dsgvo .embed-responsive object,.sp-dsgvo .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.sp-dsgvo .embed-responsive-21by9::before{padding-top:42.8571428571%}.sp-dsgvo .embed-responsive-16by9::before{padding-top:56.25%}.sp-dsgvo .embed-responsive-4by3::before{padding-top:75%}.sp-dsgvo .embed-responsive-1by1::before{padding-top:100%}.sp-dsgvo .flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.sp-dsgvo .flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.sp-dsgvo .flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.sp-dsgvo .flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.sp-dsgvo .flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.sp-dsgvo .flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.sp-dsgvo .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.sp-dsgvo .flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.sp-dsgvo .flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.sp-dsgvo .flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.sp-dsgvo .flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.sp-dsgvo .flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.sp-dsgvo .justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.sp-dsgvo .justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.sp-dsgvo .justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.sp-dsgvo .justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.sp-dsgvo .justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.sp-dsgvo .align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.sp-dsgvo .align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.sp-dsgvo .align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.sp-dsgvo .align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.sp-dsgvo .align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.sp-dsgvo .align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.sp-dsgvo .align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.sp-dsgvo .align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.sp-dsgvo .align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.sp-dsgvo .align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.sp-dsgvo .align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.sp-dsgvo .align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.sp-dsgvo .align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.sp-dsgvo .align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.sp-dsgvo .align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.sp-dsgvo .align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.sp-dsgvo .align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.sp-dsgvo .flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.sp-dsgvo .flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.sp-dsgvo .flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.sp-dsgvo .flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.sp-dsgvo .flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.sp-dsgvo .flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.sp-dsgvo .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.sp-dsgvo .flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.sp-dsgvo .flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.sp-dsgvo .flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.sp-dsgvo .flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.sp-dsgvo .flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.sp-dsgvo .justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.sp-dsgvo .justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.sp-dsgvo .justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.sp-dsgvo .justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.sp-dsgvo .justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.sp-dsgvo .align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.sp-dsgvo .align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.sp-dsgvo .align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.sp-dsgvo .align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.sp-dsgvo .align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.sp-dsgvo .align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.sp-dsgvo .align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.sp-dsgvo .align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.sp-dsgvo .align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.sp-dsgvo .align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.sp-dsgvo .align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.sp-dsgvo .align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.sp-dsgvo .align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.sp-dsgvo .align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.sp-dsgvo .align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.sp-dsgvo .align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.sp-dsgvo .align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.sp-dsgvo .flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.sp-dsgvo .flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.sp-dsgvo .flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.sp-dsgvo .flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.sp-dsgvo .flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.sp-dsgvo .flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.sp-dsgvo .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.sp-dsgvo .flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.sp-dsgvo .flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.sp-dsgvo .flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.sp-dsgvo .flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.sp-dsgvo .flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.sp-dsgvo .justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.sp-dsgvo .justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.sp-dsgvo .justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.sp-dsgvo .justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.sp-dsgvo .justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.sp-dsgvo .align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.sp-dsgvo .align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.sp-dsgvo .align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.sp-dsgvo .align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.sp-dsgvo .align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.sp-dsgvo .align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.sp-dsgvo .align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.sp-dsgvo .align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.sp-dsgvo .align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.sp-dsgvo .align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.sp-dsgvo .align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.sp-dsgvo .align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.sp-dsgvo .align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.sp-dsgvo .align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.sp-dsgvo .align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.sp-dsgvo .align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.sp-dsgvo .align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.sp-dsgvo .flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.sp-dsgvo .flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.sp-dsgvo .flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.sp-dsgvo .flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.sp-dsgvo .flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.sp-dsgvo .flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.sp-dsgvo .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.sp-dsgvo .flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.sp-dsgvo .flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.sp-dsgvo .flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.sp-dsgvo .flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.sp-dsgvo .flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.sp-dsgvo .justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.sp-dsgvo .justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.sp-dsgvo .justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.sp-dsgvo .justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.sp-dsgvo .justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.sp-dsgvo .align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.sp-dsgvo .align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.sp-dsgvo .align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.sp-dsgvo .align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.sp-dsgvo .align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.sp-dsgvo .align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.sp-dsgvo .align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.sp-dsgvo .align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.sp-dsgvo .align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.sp-dsgvo .align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.sp-dsgvo .align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.sp-dsgvo .align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.sp-dsgvo .align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.sp-dsgvo .align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.sp-dsgvo .align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.sp-dsgvo .align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.sp-dsgvo .align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.sp-dsgvo .flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.sp-dsgvo .flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.sp-dsgvo .flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.sp-dsgvo .flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.sp-dsgvo .flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.sp-dsgvo .flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.sp-dsgvo .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.sp-dsgvo .flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.sp-dsgvo .flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.sp-dsgvo .flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.sp-dsgvo .flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.sp-dsgvo .flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.sp-dsgvo .justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.sp-dsgvo .justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.sp-dsgvo .justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.sp-dsgvo .justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.sp-dsgvo .justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.sp-dsgvo .align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.sp-dsgvo .align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.sp-dsgvo .align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.sp-dsgvo .align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.sp-dsgvo .align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.sp-dsgvo .align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.sp-dsgvo .align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.sp-dsgvo .align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.sp-dsgvo .align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.sp-dsgvo .align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.sp-dsgvo .align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.sp-dsgvo .align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.sp-dsgvo .align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.sp-dsgvo .align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.sp-dsgvo .align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.sp-dsgvo .align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.sp-dsgvo .align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.sp-dsgvo .float-left{float:left !important}.sp-dsgvo .float-right{float:right !important}.sp-dsgvo .float-none{float:none !important}@media (min-width: 576px){.sp-dsgvo .float-sm-left{float:left !important}.sp-dsgvo .float-sm-right{float:right !important}.sp-dsgvo .float-sm-none{float:none !important}}@media (min-width: 768px){.sp-dsgvo .float-md-left{float:left !important}.sp-dsgvo .float-md-right{float:right !important}.sp-dsgvo .float-md-none{float:none !important}}@media (min-width: 992px){.sp-dsgvo .float-lg-left{float:left !important}.sp-dsgvo .float-lg-right{float:right !important}.sp-dsgvo .float-lg-none{float:none !important}}@media (min-width: 1200px){.sp-dsgvo .float-xl-left{float:left !important}.sp-dsgvo .float-xl-right{float:right !important}.sp-dsgvo .float-xl-none{float:none !important}}.sp-dsgvo .overflow-auto{overflow:auto !important}.sp-dsgvo .overflow-hidden{overflow:hidden !important}.sp-dsgvo .position-static{position:static !important}.sp-dsgvo .position-relative{position:relative !important}.sp-dsgvo .position-absolute{position:absolute !important}.sp-dsgvo .position-fixed{position:fixed !important}.sp-dsgvo .position-sticky{position:-webkit-sticky !important;position:sticky !important}.sp-dsgvo .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.sp-dsgvo .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sp-dsgvo .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sp-dsgvo .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sp-dsgvo .sr-only-focusable:active,.sp-dsgvo .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.sp-dsgvo .shadow-sm{-webkit-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.sp-dsgvo .shadow{-webkit-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important;box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.sp-dsgvo .shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important;box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}.sp-dsgvo .shadow-none{-webkit-box-shadow:none !important;box-shadow:none !important}.sp-dsgvo .w-25{width:25% !important}.sp-dsgvo .w-50{width:50% !important}.sp-dsgvo .w-75{width:75% !important}.sp-dsgvo .w-100{width:100% !important}.sp-dsgvo .w-auto{width:auto !important}.sp-dsgvo .h-25{height:25% !important}.sp-dsgvo .h-50{height:50% !important}.sp-dsgvo .h-75{height:75% !important}.sp-dsgvo .h-100{height:100% !important}.sp-dsgvo .h-auto{height:auto !important}.sp-dsgvo .mw-100{max-width:100% !important}.sp-dsgvo .mh-100{max-height:100% !important}.sp-dsgvo .min-vw-100{min-width:100vw !important}.sp-dsgvo .min-vh-100{min-height:100vh !important}.sp-dsgvo .vw-100{width:100vw !important}.sp-dsgvo .vh-100{height:100vh !important}.sp-dsgvo .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.sp-dsgvo .m-0{margin:0 !important}.sp-dsgvo .mt-0,.sp-dsgvo .my-0{margin-top:0 !important}.sp-dsgvo .mr-0,.sp-dsgvo .mx-0{margin-right:0 !important}.sp-dsgvo .mb-0,.sp-dsgvo .my-0{margin-bottom:0 !important}.sp-dsgvo .ml-0,.sp-dsgvo .mx-0{margin-left:0 !important}.sp-dsgvo .m-1{margin:0.25rem !important}.sp-dsgvo .mt-1,.sp-dsgvo .my-1{margin-top:0.25rem !important}.sp-dsgvo .mr-1,.sp-dsgvo .mx-1{margin-right:0.25rem !important}.sp-dsgvo .mb-1,.sp-dsgvo .my-1{margin-bottom:0.25rem !important}.sp-dsgvo .ml-1,.sp-dsgvo .mx-1{margin-left:0.25rem !important}.sp-dsgvo .m-2{margin:0.5rem !important}.sp-dsgvo .mt-2,.sp-dsgvo .my-2{margin-top:0.5rem !important}.sp-dsgvo .mr-2,.sp-dsgvo .mx-2{margin-right:0.5rem !important}.sp-dsgvo .mb-2,.sp-dsgvo .my-2{margin-bottom:0.5rem !important}.sp-dsgvo .ml-2,.sp-dsgvo .mx-2{margin-left:0.5rem !important}.sp-dsgvo .m-3{margin:1rem !important}.sp-dsgvo .mt-3,.sp-dsgvo .my-3{margin-top:1rem !important}.sp-dsgvo .mr-3,.sp-dsgvo .mx-3{margin-right:1rem !important}.sp-dsgvo .mb-3,.sp-dsgvo .my-3{margin-bottom:1rem !important}.sp-dsgvo .ml-3,.sp-dsgvo .mx-3{margin-left:1rem !important}.sp-dsgvo .m-4{margin:1.5rem !important}.sp-dsgvo .mt-4,.sp-dsgvo .my-4{margin-top:1.5rem !important}.sp-dsgvo .mr-4,.sp-dsgvo .mx-4{margin-right:1.5rem !important}.sp-dsgvo .mb-4,.sp-dsgvo .my-4{margin-bottom:1.5rem !important}.sp-dsgvo .ml-4,.sp-dsgvo .mx-4{margin-left:1.5rem !important}.sp-dsgvo .m-5{margin:3rem !important}.sp-dsgvo .mt-5,.sp-dsgvo .my-5{margin-top:3rem !important}.sp-dsgvo .mr-5,.sp-dsgvo .mx-5{margin-right:3rem !important}.sp-dsgvo .mb-5,.sp-dsgvo .my-5{margin-bottom:3rem !important}.sp-dsgvo .ml-5,.sp-dsgvo .mx-5{margin-left:3rem !important}.sp-dsgvo .p-0{padding:0 !important}.sp-dsgvo .pt-0,.sp-dsgvo .py-0{padding-top:0 !important}.sp-dsgvo .pr-0,.sp-dsgvo .px-0{padding-right:0 !important}.sp-dsgvo .pb-0,.sp-dsgvo .py-0{padding-bottom:0 !important}.sp-dsgvo .pl-0,.sp-dsgvo .px-0{padding-left:0 !important}.sp-dsgvo .p-1{padding:0.25rem !important}.sp-dsgvo .pt-1,.sp-dsgvo .py-1{padding-top:0.25rem !important}.sp-dsgvo .pr-1,.sp-dsgvo .px-1{padding-right:0.25rem !important}.sp-dsgvo .pb-1,.sp-dsgvo .py-1{padding-bottom:0.25rem !important}.sp-dsgvo .pl-1,.sp-dsgvo .px-1{padding-left:0.25rem !important}.sp-dsgvo .p-2{padding:0.5rem !important}.sp-dsgvo .pt-2,.sp-dsgvo .py-2{padding-top:0.5rem !important}.sp-dsgvo .pr-2,.sp-dsgvo .px-2{padding-right:0.5rem !important}.sp-dsgvo .pb-2,.sp-dsgvo .py-2{padding-bottom:0.5rem !important}.sp-dsgvo .pl-2,.sp-dsgvo .px-2{padding-left:0.5rem !important}.sp-dsgvo .p-3{padding:1rem !important}.sp-dsgvo .pt-3,.sp-dsgvo .py-3{padding-top:1rem !important}.sp-dsgvo .pr-3,.sp-dsgvo .px-3{padding-right:1rem !important}.sp-dsgvo .pb-3,.sp-dsgvo .py-3{padding-bottom:1rem !important}.sp-dsgvo .pl-3,.sp-dsgvo .px-3{padding-left:1rem !important}.sp-dsgvo .p-4{padding:1.5rem !important}.sp-dsgvo .pt-4,.sp-dsgvo .py-4{padding-top:1.5rem !important}.sp-dsgvo .pr-4,.sp-dsgvo .px-4{padding-right:1.5rem !important}.sp-dsgvo .pb-4,.sp-dsgvo .py-4{padding-bottom:1.5rem !important}.sp-dsgvo .pl-4,.sp-dsgvo .px-4{padding-left:1.5rem !important}.sp-dsgvo .p-5{padding:3rem !important}.sp-dsgvo .pt-5,.sp-dsgvo .py-5{padding-top:3rem !important}.sp-dsgvo .pr-5,.sp-dsgvo .px-5{padding-right:3rem !important}.sp-dsgvo .pb-5,.sp-dsgvo .py-5{padding-bottom:3rem !important}.sp-dsgvo .pl-5,.sp-dsgvo .px-5{padding-left:3rem !important}.sp-dsgvo .m-n1{margin:-0.25rem !important}.sp-dsgvo .mt-n1,.sp-dsgvo .my-n1{margin-top:-0.25rem !important}.sp-dsgvo .mr-n1,.sp-dsgvo .mx-n1{margin-right:-0.25rem !important}.sp-dsgvo .mb-n1,.sp-dsgvo .my-n1{margin-bottom:-0.25rem !important}.sp-dsgvo .ml-n1,.sp-dsgvo .mx-n1{margin-left:-0.25rem !important}.sp-dsgvo .m-n2{margin:-0.5rem !important}.sp-dsgvo .mt-n2,.sp-dsgvo .my-n2{margin-top:-0.5rem !important}.sp-dsgvo .mr-n2,.sp-dsgvo .mx-n2{margin-right:-0.5rem !important}.sp-dsgvo .mb-n2,.sp-dsgvo .my-n2{margin-bottom:-0.5rem !important}.sp-dsgvo .ml-n2,.sp-dsgvo .mx-n2{margin-left:-0.5rem !important}.sp-dsgvo .m-n3{margin:-1rem !important}.sp-dsgvo .mt-n3,.sp-dsgvo .my-n3{margin-top:-1rem !important}.sp-dsgvo .mr-n3,.sp-dsgvo .mx-n3{margin-right:-1rem !important}.sp-dsgvo .mb-n3,.sp-dsgvo .my-n3{margin-bottom:-1rem !important}.sp-dsgvo .ml-n3,.sp-dsgvo .mx-n3{margin-left:-1rem !important}.sp-dsgvo .m-n4{margin:-1.5rem !important}.sp-dsgvo .mt-n4,.sp-dsgvo .my-n4{margin-top:-1.5rem !important}.sp-dsgvo .mr-n4,.sp-dsgvo .mx-n4{margin-right:-1.5rem !important}.sp-dsgvo .mb-n4,.sp-dsgvo .my-n4{margin-bottom:-1.5rem !important}.sp-dsgvo .ml-n4,.sp-dsgvo .mx-n4{margin-left:-1.5rem !important}.sp-dsgvo .m-n5{margin:-3rem !important}.sp-dsgvo .mt-n5,.sp-dsgvo .my-n5{margin-top:-3rem !important}.sp-dsgvo .mr-n5,.sp-dsgvo .mx-n5{margin-right:-3rem !important}.sp-dsgvo .mb-n5,.sp-dsgvo .my-n5{margin-bottom:-3rem !important}.sp-dsgvo .ml-n5,.sp-dsgvo .mx-n5{margin-left:-3rem !important}.sp-dsgvo .m-auto{margin:auto !important}.sp-dsgvo .mt-auto,.sp-dsgvo .my-auto{margin-top:auto !important}.sp-dsgvo .mr-auto,.sp-dsgvo .mx-auto{margin-right:auto !important}.sp-dsgvo .mb-auto,.sp-dsgvo .my-auto{margin-bottom:auto !important}.sp-dsgvo .ml-auto,.sp-dsgvo .mx-auto{margin-left:auto !important}@media (min-width: 576px){.sp-dsgvo .m-sm-0{margin:0 !important}.sp-dsgvo .mt-sm-0,.sp-dsgvo .my-sm-0{margin-top:0 !important}.sp-dsgvo .mr-sm-0,.sp-dsgvo .mx-sm-0{margin-right:0 !important}.sp-dsgvo .mb-sm-0,.sp-dsgvo .my-sm-0{margin-bottom:0 !important}.sp-dsgvo .ml-sm-0,.sp-dsgvo .mx-sm-0{margin-left:0 !important}.sp-dsgvo .m-sm-1{margin:0.25rem !important}.sp-dsgvo .mt-sm-1,.sp-dsgvo .my-sm-1{margin-top:0.25rem !important}.sp-dsgvo .mr-sm-1,.sp-dsgvo .mx-sm-1{margin-right:0.25rem !important}.sp-dsgvo .mb-sm-1,.sp-dsgvo .my-sm-1{margin-bottom:0.25rem !important}.sp-dsgvo .ml-sm-1,.sp-dsgvo .mx-sm-1{margin-left:0.25rem !important}.sp-dsgvo .m-sm-2{margin:0.5rem !important}.sp-dsgvo .mt-sm-2,.sp-dsgvo .my-sm-2{margin-top:0.5rem !important}.sp-dsgvo .mr-sm-2,.sp-dsgvo .mx-sm-2{margin-right:0.5rem !important}.sp-dsgvo .mb-sm-2,.sp-dsgvo .my-sm-2{margin-bottom:0.5rem !important}.sp-dsgvo .ml-sm-2,.sp-dsgvo .mx-sm-2{margin-left:0.5rem !important}.sp-dsgvo .m-sm-3{margin:1rem !important}.sp-dsgvo .mt-sm-3,.sp-dsgvo .my-sm-3{margin-top:1rem !important}.sp-dsgvo .mr-sm-3,.sp-dsgvo .mx-sm-3{margin-right:1rem !important}.sp-dsgvo .mb-sm-3,.sp-dsgvo .my-sm-3{margin-bottom:1rem !important}.sp-dsgvo .ml-sm-3,.sp-dsgvo .mx-sm-3{margin-left:1rem !important}.sp-dsgvo .m-sm-4{margin:1.5rem !important}.sp-dsgvo .mt-sm-4,.sp-dsgvo .my-sm-4{margin-top:1.5rem !important}.sp-dsgvo .mr-sm-4,.sp-dsgvo .mx-sm-4{margin-right:1.5rem !important}.sp-dsgvo .mb-sm-4,.sp-dsgvo .my-sm-4{margin-bottom:1.5rem !important}.sp-dsgvo .ml-sm-4,.sp-dsgvo .mx-sm-4{margin-left:1.5rem !important}.sp-dsgvo .m-sm-5{margin:3rem !important}.sp-dsgvo .mt-sm-5,.sp-dsgvo .my-sm-5{margin-top:3rem !important}.sp-dsgvo .mr-sm-5,.sp-dsgvo .mx-sm-5{margin-right:3rem !important}.sp-dsgvo .mb-sm-5,.sp-dsgvo .my-sm-5{margin-bottom:3rem !important}.sp-dsgvo .ml-sm-5,.sp-dsgvo .mx-sm-5{margin-left:3rem !important}.sp-dsgvo .p-sm-0{padding:0 !important}.sp-dsgvo .pt-sm-0,.sp-dsgvo .py-sm-0{padding-top:0 !important}.sp-dsgvo .pr-sm-0,.sp-dsgvo .px-sm-0{padding-right:0 !important}.sp-dsgvo .pb-sm-0,.sp-dsgvo .py-sm-0{padding-bottom:0 !important}.sp-dsgvo .pl-sm-0,.sp-dsgvo .px-sm-0{padding-left:0 !important}.sp-dsgvo .p-sm-1{padding:0.25rem !important}.sp-dsgvo .pt-sm-1,.sp-dsgvo .py-sm-1{padding-top:0.25rem !important}.sp-dsgvo .pr-sm-1,.sp-dsgvo .px-sm-1{padding-right:0.25rem !important}.sp-dsgvo .pb-sm-1,.sp-dsgvo .py-sm-1{padding-bottom:0.25rem !important}.sp-dsgvo .pl-sm-1,.sp-dsgvo .px-sm-1{padding-left:0.25rem !important}.sp-dsgvo .p-sm-2{padding:0.5rem !important}.sp-dsgvo .pt-sm-2,.sp-dsgvo .py-sm-2{padding-top:0.5rem !important}.sp-dsgvo .pr-sm-2,.sp-dsgvo .px-sm-2{padding-right:0.5rem !important}.sp-dsgvo .pb-sm-2,.sp-dsgvo .py-sm-2{padding-bottom:0.5rem !important}.sp-dsgvo .pl-sm-2,.sp-dsgvo .px-sm-2{padding-left:0.5rem !important}.sp-dsgvo .p-sm-3{padding:1rem !important}.sp-dsgvo .pt-sm-3,.sp-dsgvo .py-sm-3{padding-top:1rem !important}.sp-dsgvo .pr-sm-3,.sp-dsgvo .px-sm-3{padding-right:1rem !important}.sp-dsgvo .pb-sm-3,.sp-dsgvo .py-sm-3{padding-bottom:1rem !important}.sp-dsgvo .pl-sm-3,.sp-dsgvo .px-sm-3{padding-left:1rem !important}.sp-dsgvo .p-sm-4{padding:1.5rem !important}.sp-dsgvo .pt-sm-4,.sp-dsgvo .py-sm-4{padding-top:1.5rem !important}.sp-dsgvo .pr-sm-4,.sp-dsgvo .px-sm-4{padding-right:1.5rem !important}.sp-dsgvo .pb-sm-4,.sp-dsgvo .py-sm-4{padding-bottom:1.5rem !important}.sp-dsgvo .pl-sm-4,.sp-dsgvo .px-sm-4{padding-left:1.5rem !important}.sp-dsgvo .p-sm-5{padding:3rem !important}.sp-dsgvo .pt-sm-5,.sp-dsgvo .py-sm-5{padding-top:3rem !important}.sp-dsgvo .pr-sm-5,.sp-dsgvo .px-sm-5{padding-right:3rem !important}.sp-dsgvo .pb-sm-5,.sp-dsgvo .py-sm-5{padding-bottom:3rem !important}.sp-dsgvo .pl-sm-5,.sp-dsgvo .px-sm-5{padding-left:3rem !important}.sp-dsgvo .m-sm-n1{margin:-0.25rem !important}.sp-dsgvo .mt-sm-n1,.sp-dsgvo .my-sm-n1{margin-top:-0.25rem !important}.sp-dsgvo .mr-sm-n1,.sp-dsgvo .mx-sm-n1{margin-right:-0.25rem !important}.sp-dsgvo .mb-sm-n1,.sp-dsgvo .my-sm-n1{margin-bottom:-0.25rem !important}.sp-dsgvo .ml-sm-n1,.sp-dsgvo .mx-sm-n1{margin-left:-0.25rem !important}.sp-dsgvo .m-sm-n2{margin:-0.5rem !important}.sp-dsgvo .mt-sm-n2,.sp-dsgvo .my-sm-n2{margin-top:-0.5rem !important}.sp-dsgvo .mr-sm-n2,.sp-dsgvo .mx-sm-n2{margin-right:-0.5rem !important}.sp-dsgvo .mb-sm-n2,.sp-dsgvo .my-sm-n2{margin-bottom:-0.5rem !important}.sp-dsgvo .ml-sm-n2,.sp-dsgvo .mx-sm-n2{margin-left:-0.5rem !important}.sp-dsgvo .m-sm-n3{margin:-1rem !important}.sp-dsgvo .mt-sm-n3,.sp-dsgvo .my-sm-n3{margin-top:-1rem !important}.sp-dsgvo .mr-sm-n3,.sp-dsgvo .mx-sm-n3{margin-right:-1rem !important}.sp-dsgvo .mb-sm-n3,.sp-dsgvo .my-sm-n3{margin-bottom:-1rem !important}.sp-dsgvo .ml-sm-n3,.sp-dsgvo .mx-sm-n3{margin-left:-1rem !important}.sp-dsgvo .m-sm-n4{margin:-1.5rem !important}.sp-dsgvo .mt-sm-n4,.sp-dsgvo .my-sm-n4{margin-top:-1.5rem !important}.sp-dsgvo .mr-sm-n4,.sp-dsgvo .mx-sm-n4{margin-right:-1.5rem !important}.sp-dsgvo .mb-sm-n4,.sp-dsgvo .my-sm-n4{margin-bottom:-1.5rem !important}.sp-dsgvo .ml-sm-n4,.sp-dsgvo .mx-sm-n4{margin-left:-1.5rem !important}.sp-dsgvo .m-sm-n5{margin:-3rem !important}.sp-dsgvo .mt-sm-n5,.sp-dsgvo .my-sm-n5{margin-top:-3rem !important}.sp-dsgvo .mr-sm-n5,.sp-dsgvo .mx-sm-n5{margin-right:-3rem !important}.sp-dsgvo .mb-sm-n5,.sp-dsgvo .my-sm-n5{margin-bottom:-3rem !important}.sp-dsgvo .ml-sm-n5,.sp-dsgvo .mx-sm-n5{margin-left:-3rem !important}.sp-dsgvo .m-sm-auto{margin:auto !important}.sp-dsgvo .mt-sm-auto,.sp-dsgvo .my-sm-auto{margin-top:auto !important}.sp-dsgvo .mr-sm-auto,.sp-dsgvo .mx-sm-auto{margin-right:auto !important}.sp-dsgvo .mb-sm-auto,.sp-dsgvo .my-sm-auto{margin-bottom:auto !important}.sp-dsgvo .ml-sm-auto,.sp-dsgvo .mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.sp-dsgvo .m-md-0{margin:0 !important}.sp-dsgvo .mt-md-0,.sp-dsgvo .my-md-0{margin-top:0 !important}.sp-dsgvo .mr-md-0,.sp-dsgvo .mx-md-0{margin-right:0 !important}.sp-dsgvo .mb-md-0,.sp-dsgvo .my-md-0{margin-bottom:0 !important}.sp-dsgvo .ml-md-0,.sp-dsgvo .mx-md-0{margin-left:0 !important}.sp-dsgvo .m-md-1{margin:0.25rem !important}.sp-dsgvo .mt-md-1,.sp-dsgvo .my-md-1{margin-top:0.25rem !important}.sp-dsgvo .mr-md-1,.sp-dsgvo .mx-md-1{margin-right:0.25rem !important}.sp-dsgvo .mb-md-1,.sp-dsgvo .my-md-1{margin-bottom:0.25rem !important}.sp-dsgvo .ml-md-1,.sp-dsgvo .mx-md-1{margin-left:0.25rem !important}.sp-dsgvo .m-md-2{margin:0.5rem !important}.sp-dsgvo .mt-md-2,.sp-dsgvo .my-md-2{margin-top:0.5rem !important}.sp-dsgvo .mr-md-2,.sp-dsgvo .mx-md-2{margin-right:0.5rem !important}.sp-dsgvo .mb-md-2,.sp-dsgvo .my-md-2{margin-bottom:0.5rem !important}.sp-dsgvo .ml-md-2,.sp-dsgvo .mx-md-2{margin-left:0.5rem !important}.sp-dsgvo .m-md-3{margin:1rem !important}.sp-dsgvo .mt-md-3,.sp-dsgvo .my-md-3{margin-top:1rem !important}.sp-dsgvo .mr-md-3,.sp-dsgvo .mx-md-3{margin-right:1rem !important}.sp-dsgvo .mb-md-3,.sp-dsgvo .my-md-3{margin-bottom:1rem !important}.sp-dsgvo .ml-md-3,.sp-dsgvo .mx-md-3{margin-left:1rem !important}.sp-dsgvo .m-md-4{margin:1.5rem !important}.sp-dsgvo .mt-md-4,.sp-dsgvo .my-md-4{margin-top:1.5rem !important}.sp-dsgvo .mr-md-4,.sp-dsgvo .mx-md-4{margin-right:1.5rem !important}.sp-dsgvo .mb-md-4,.sp-dsgvo .my-md-4{margin-bottom:1.5rem !important}.sp-dsgvo .ml-md-4,.sp-dsgvo .mx-md-4{margin-left:1.5rem !important}.sp-dsgvo .m-md-5{margin:3rem !important}.sp-dsgvo .mt-md-5,.sp-dsgvo .my-md-5{margin-top:3rem !important}.sp-dsgvo .mr-md-5,.sp-dsgvo .mx-md-5{margin-right:3rem !important}.sp-dsgvo .mb-md-5,.sp-dsgvo .my-md-5{margin-bottom:3rem !important}.sp-dsgvo .ml-md-5,.sp-dsgvo .mx-md-5{margin-left:3rem !important}.sp-dsgvo .p-md-0{padding:0 !important}.sp-dsgvo .pt-md-0,.sp-dsgvo .py-md-0{padding-top:0 !important}.sp-dsgvo .pr-md-0,.sp-dsgvo .px-md-0{padding-right:0 !important}.sp-dsgvo .pb-md-0,.sp-dsgvo .py-md-0{padding-bottom:0 !important}.sp-dsgvo .pl-md-0,.sp-dsgvo .px-md-0{padding-left:0 !important}.sp-dsgvo .p-md-1{padding:0.25rem !important}.sp-dsgvo .pt-md-1,.sp-dsgvo .py-md-1{padding-top:0.25rem !important}.sp-dsgvo .pr-md-1,.sp-dsgvo .px-md-1{padding-right:0.25rem !important}.sp-dsgvo .pb-md-1,.sp-dsgvo .py-md-1{padding-bottom:0.25rem !important}.sp-dsgvo .pl-md-1,.sp-dsgvo .px-md-1{padding-left:0.25rem !important}.sp-dsgvo .p-md-2{padding:0.5rem !important}.sp-dsgvo .pt-md-2,.sp-dsgvo .py-md-2{padding-top:0.5rem !important}.sp-dsgvo .pr-md-2,.sp-dsgvo .px-md-2{padding-right:0.5rem !important}.sp-dsgvo .pb-md-2,.sp-dsgvo .py-md-2{padding-bottom:0.5rem !important}.sp-dsgvo .pl-md-2,.sp-dsgvo .px-md-2{padding-left:0.5rem !important}.sp-dsgvo .p-md-3{padding:1rem !important}.sp-dsgvo .pt-md-3,.sp-dsgvo .py-md-3{padding-top:1rem !important}.sp-dsgvo .pr-md-3,.sp-dsgvo .px-md-3{padding-right:1rem !important}.sp-dsgvo .pb-md-3,.sp-dsgvo .py-md-3{padding-bottom:1rem !important}.sp-dsgvo .pl-md-3,.sp-dsgvo .px-md-3{padding-left:1rem !important}.sp-dsgvo .p-md-4{padding:1.5rem !important}.sp-dsgvo .pt-md-4,.sp-dsgvo .py-md-4{padding-top:1.5rem !important}.sp-dsgvo .pr-md-4,.sp-dsgvo .px-md-4{padding-right:1.5rem !important}.sp-dsgvo .pb-md-4,.sp-dsgvo .py-md-4{padding-bottom:1.5rem !important}.sp-dsgvo .pl-md-4,.sp-dsgvo .px-md-4{padding-left:1.5rem !important}.sp-dsgvo .p-md-5{padding:3rem !important}.sp-dsgvo .pt-md-5,.sp-dsgvo .py-md-5{padding-top:3rem !important}.sp-dsgvo .pr-md-5,.sp-dsgvo .px-md-5{padding-right:3rem !important}.sp-dsgvo .pb-md-5,.sp-dsgvo .py-md-5{padding-bottom:3rem !important}.sp-dsgvo .pl-md-5,.sp-dsgvo .px-md-5{padding-left:3rem !important}.sp-dsgvo .m-md-n1{margin:-0.25rem !important}.sp-dsgvo .mt-md-n1,.sp-dsgvo .my-md-n1{margin-top:-0.25rem !important}.sp-dsgvo .mr-md-n1,.sp-dsgvo .mx-md-n1{margin-right:-0.25rem !important}.sp-dsgvo .mb-md-n1,.sp-dsgvo .my-md-n1{margin-bottom:-0.25rem !important}.sp-dsgvo .ml-md-n1,.sp-dsgvo .mx-md-n1{margin-left:-0.25rem !important}.sp-dsgvo .m-md-n2{margin:-0.5rem !important}.sp-dsgvo .mt-md-n2,.sp-dsgvo .my-md-n2{margin-top:-0.5rem !important}.sp-dsgvo .mr-md-n2,.sp-dsgvo .mx-md-n2{margin-right:-0.5rem !important}.sp-dsgvo .mb-md-n2,.sp-dsgvo .my-md-n2{margin-bottom:-0.5rem !important}.sp-dsgvo .ml-md-n2,.sp-dsgvo .mx-md-n2{margin-left:-0.5rem !important}.sp-dsgvo .m-md-n3{margin:-1rem !important}.sp-dsgvo .mt-md-n3,.sp-dsgvo .my-md-n3{margin-top:-1rem !important}.sp-dsgvo .mr-md-n3,.sp-dsgvo .mx-md-n3{margin-right:-1rem !important}.sp-dsgvo .mb-md-n3,.sp-dsgvo .my-md-n3{margin-bottom:-1rem !important}.sp-dsgvo .ml-md-n3,.sp-dsgvo .mx-md-n3{margin-left:-1rem !important}.sp-dsgvo .m-md-n4{margin:-1.5rem !important}.sp-dsgvo .mt-md-n4,.sp-dsgvo .my-md-n4{margin-top:-1.5rem !important}.sp-dsgvo .mr-md-n4,.sp-dsgvo .mx-md-n4{margin-right:-1.5rem !important}.sp-dsgvo .mb-md-n4,.sp-dsgvo .my-md-n4{margin-bottom:-1.5rem !important}.sp-dsgvo .ml-md-n4,.sp-dsgvo .mx-md-n4{margin-left:-1.5rem !important}.sp-dsgvo .m-md-n5{margin:-3rem !important}.sp-dsgvo .mt-md-n5,.sp-dsgvo .my-md-n5{margin-top:-3rem !important}.sp-dsgvo .mr-md-n5,.sp-dsgvo .mx-md-n5{margin-right:-3rem !important}.sp-dsgvo .mb-md-n5,.sp-dsgvo .my-md-n5{margin-bottom:-3rem !important}.sp-dsgvo .ml-md-n5,.sp-dsgvo .mx-md-n5{margin-left:-3rem !important}.sp-dsgvo .m-md-auto{margin:auto !important}.sp-dsgvo .mt-md-auto,.sp-dsgvo .my-md-auto{margin-top:auto !important}.sp-dsgvo .mr-md-auto,.sp-dsgvo .mx-md-auto{margin-right:auto !important}.sp-dsgvo .mb-md-auto,.sp-dsgvo .my-md-auto{margin-bottom:auto !important}.sp-dsgvo .ml-md-auto,.sp-dsgvo .mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.sp-dsgvo .m-lg-0{margin:0 !important}.sp-dsgvo .mt-lg-0,.sp-dsgvo .my-lg-0{margin-top:0 !important}.sp-dsgvo .mr-lg-0,.sp-dsgvo .mx-lg-0{margin-right:0 !important}.sp-dsgvo .mb-lg-0,.sp-dsgvo .my-lg-0{margin-bottom:0 !important}.sp-dsgvo .ml-lg-0,.sp-dsgvo .mx-lg-0{margin-left:0 !important}.sp-dsgvo .m-lg-1{margin:0.25rem !important}.sp-dsgvo .mt-lg-1,.sp-dsgvo .my-lg-1{margin-top:0.25rem !important}.sp-dsgvo .mr-lg-1,.sp-dsgvo .mx-lg-1{margin-right:0.25rem !important}.sp-dsgvo .mb-lg-1,.sp-dsgvo .my-lg-1{margin-bottom:0.25rem !important}.sp-dsgvo .ml-lg-1,.sp-dsgvo .mx-lg-1{margin-left:0.25rem !important}.sp-dsgvo .m-lg-2{margin:0.5rem !important}.sp-dsgvo .mt-lg-2,.sp-dsgvo .my-lg-2{margin-top:0.5rem !important}.sp-dsgvo .mr-lg-2,.sp-dsgvo .mx-lg-2{margin-right:0.5rem !important}.sp-dsgvo .mb-lg-2,.sp-dsgvo .my-lg-2{margin-bottom:0.5rem !important}.sp-dsgvo .ml-lg-2,.sp-dsgvo .mx-lg-2{margin-left:0.5rem !important}.sp-dsgvo .m-lg-3{margin:1rem !important}.sp-dsgvo .mt-lg-3,.sp-dsgvo .my-lg-3{margin-top:1rem !important}.sp-dsgvo .mr-lg-3,.sp-dsgvo .mx-lg-3{margin-right:1rem !important}.sp-dsgvo .mb-lg-3,.sp-dsgvo .my-lg-3{margin-bottom:1rem !important}.sp-dsgvo .ml-lg-3,.sp-dsgvo .mx-lg-3{margin-left:1rem !important}.sp-dsgvo .m-lg-4{margin:1.5rem !important}.sp-dsgvo .mt-lg-4,.sp-dsgvo .my-lg-4{margin-top:1.5rem !important}.sp-dsgvo .mr-lg-4,.sp-dsgvo .mx-lg-4{margin-right:1.5rem !important}.sp-dsgvo .mb-lg-4,.sp-dsgvo .my-lg-4{margin-bottom:1.5rem !important}.sp-dsgvo .ml-lg-4,.sp-dsgvo .mx-lg-4{margin-left:1.5rem !important}.sp-dsgvo .m-lg-5{margin:3rem !important}.sp-dsgvo .mt-lg-5,.sp-dsgvo .my-lg-5{margin-top:3rem !important}.sp-dsgvo .mr-lg-5,.sp-dsgvo .mx-lg-5{margin-right:3rem !important}.sp-dsgvo .mb-lg-5,.sp-dsgvo .my-lg-5{margin-bottom:3rem !important}.sp-dsgvo .ml-lg-5,.sp-dsgvo .mx-lg-5{margin-left:3rem !important}.sp-dsgvo .p-lg-0{padding:0 !important}.sp-dsgvo .pt-lg-0,.sp-dsgvo .py-lg-0{padding-top:0 !important}.sp-dsgvo .pr-lg-0,.sp-dsgvo .px-lg-0{padding-right:0 !important}.sp-dsgvo .pb-lg-0,.sp-dsgvo .py-lg-0{padding-bottom:0 !important}.sp-dsgvo .pl-lg-0,.sp-dsgvo .px-lg-0{padding-left:0 !important}.sp-dsgvo .p-lg-1{padding:0.25rem !important}.sp-dsgvo .pt-lg-1,.sp-dsgvo .py-lg-1{padding-top:0.25rem !important}.sp-dsgvo .pr-lg-1,.sp-dsgvo .px-lg-1{padding-right:0.25rem !important}.sp-dsgvo .pb-lg-1,.sp-dsgvo .py-lg-1{padding-bottom:0.25rem !important}.sp-dsgvo .pl-lg-1,.sp-dsgvo .px-lg-1{padding-left:0.25rem !important}.sp-dsgvo .p-lg-2{padding:0.5rem !important}.sp-dsgvo .pt-lg-2,.sp-dsgvo .py-lg-2{padding-top:0.5rem !important}.sp-dsgvo .pr-lg-2,.sp-dsgvo .px-lg-2{padding-right:0.5rem !important}.sp-dsgvo .pb-lg-2,.sp-dsgvo .py-lg-2{padding-bottom:0.5rem !important}.sp-dsgvo .pl-lg-2,.sp-dsgvo .px-lg-2{padding-left:0.5rem !important}.sp-dsgvo .p-lg-3{padding:1rem !important}.sp-dsgvo .pt-lg-3,.sp-dsgvo .py-lg-3{padding-top:1rem !important}.sp-dsgvo .pr-lg-3,.sp-dsgvo .px-lg-3{padding-right:1rem !important}.sp-dsgvo .pb-lg-3,.sp-dsgvo .py-lg-3{padding-bottom:1rem !important}.sp-dsgvo .pl-lg-3,.sp-dsgvo .px-lg-3{padding-left:1rem !important}.sp-dsgvo .p-lg-4{padding:1.5rem !important}.sp-dsgvo .pt-lg-4,.sp-dsgvo .py-lg-4{padding-top:1.5rem !important}.sp-dsgvo .pr-lg-4,.sp-dsgvo .px-lg-4{padding-right:1.5rem !important}.sp-dsgvo .pb-lg-4,.sp-dsgvo .py-lg-4{padding-bottom:1.5rem !important}.sp-dsgvo .pl-lg-4,.sp-dsgvo .px-lg-4{padding-left:1.5rem !important}.sp-dsgvo .p-lg-5{padding:3rem !important}.sp-dsgvo .pt-lg-5,.sp-dsgvo .py-lg-5{padding-top:3rem !important}.sp-dsgvo .pr-lg-5,.sp-dsgvo .px-lg-5{padding-right:3rem !important}.sp-dsgvo .pb-lg-5,.sp-dsgvo .py-lg-5{padding-bottom:3rem !important}.sp-dsgvo .pl-lg-5,.sp-dsgvo .px-lg-5{padding-left:3rem !important}.sp-dsgvo .m-lg-n1{margin:-0.25rem !important}.sp-dsgvo .mt-lg-n1,.sp-dsgvo .my-lg-n1{margin-top:-0.25rem !important}.sp-dsgvo .mr-lg-n1,.sp-dsgvo .mx-lg-n1{margin-right:-0.25rem !important}.sp-dsgvo .mb-lg-n1,.sp-dsgvo .my-lg-n1{margin-bottom:-0.25rem !important}.sp-dsgvo .ml-lg-n1,.sp-dsgvo .mx-lg-n1{margin-left:-0.25rem !important}.sp-dsgvo .m-lg-n2{margin:-0.5rem !important}.sp-dsgvo .mt-lg-n2,.sp-dsgvo .my-lg-n2{margin-top:-0.5rem !important}.sp-dsgvo .mr-lg-n2,.sp-dsgvo .mx-lg-n2{margin-right:-0.5rem !important}.sp-dsgvo .mb-lg-n2,.sp-dsgvo .my-lg-n2{margin-bottom:-0.5rem !important}.sp-dsgvo .ml-lg-n2,.sp-dsgvo .mx-lg-n2{margin-left:-0.5rem !important}.sp-dsgvo .m-lg-n3{margin:-1rem !important}.sp-dsgvo .mt-lg-n3,.sp-dsgvo .my-lg-n3{margin-top:-1rem !important}.sp-dsgvo .mr-lg-n3,.sp-dsgvo .mx-lg-n3{margin-right:-1rem !important}.sp-dsgvo .mb-lg-n3,.sp-dsgvo .my-lg-n3{margin-bottom:-1rem !important}.sp-dsgvo .ml-lg-n3,.sp-dsgvo .mx-lg-n3{margin-left:-1rem !important}.sp-dsgvo .m-lg-n4{margin:-1.5rem !important}.sp-dsgvo .mt-lg-n4,.sp-dsgvo .my-lg-n4{margin-top:-1.5rem !important}.sp-dsgvo .mr-lg-n4,.sp-dsgvo .mx-lg-n4{margin-right:-1.5rem !important}.sp-dsgvo .mb-lg-n4,.sp-dsgvo .my-lg-n4{margin-bottom:-1.5rem !important}.sp-dsgvo .ml-lg-n4,.sp-dsgvo .mx-lg-n4{margin-left:-1.5rem !important}.sp-dsgvo .m-lg-n5{margin:-3rem !important}.sp-dsgvo .mt-lg-n5,.sp-dsgvo .my-lg-n5{margin-top:-3rem !important}.sp-dsgvo .mr-lg-n5,.sp-dsgvo .mx-lg-n5{margin-right:-3rem !important}.sp-dsgvo .mb-lg-n5,.sp-dsgvo .my-lg-n5{margin-bottom:-3rem !important}.sp-dsgvo .ml-lg-n5,.sp-dsgvo .mx-lg-n5{margin-left:-3rem !important}.sp-dsgvo .m-lg-auto{margin:auto !important}.sp-dsgvo .mt-lg-auto,.sp-dsgvo .my-lg-auto{margin-top:auto !important}.sp-dsgvo .mr-lg-auto,.sp-dsgvo .mx-lg-auto{margin-right:auto !important}.sp-dsgvo .mb-lg-auto,.sp-dsgvo .my-lg-auto{margin-bottom:auto !important}.sp-dsgvo .ml-lg-auto,.sp-dsgvo .mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.sp-dsgvo .m-xl-0{margin:0 !important}.sp-dsgvo .mt-xl-0,.sp-dsgvo .my-xl-0{margin-top:0 !important}.sp-dsgvo .mr-xl-0,.sp-dsgvo .mx-xl-0{margin-right:0 !important}.sp-dsgvo .mb-xl-0,.sp-dsgvo .my-xl-0{margin-bottom:0 !important}.sp-dsgvo .ml-xl-0,.sp-dsgvo .mx-xl-0{margin-left:0 !important}.sp-dsgvo .m-xl-1{margin:0.25rem !important}.sp-dsgvo .mt-xl-1,.sp-dsgvo .my-xl-1{margin-top:0.25rem !important}.sp-dsgvo .mr-xl-1,.sp-dsgvo .mx-xl-1{margin-right:0.25rem !important}.sp-dsgvo .mb-xl-1,.sp-dsgvo .my-xl-1{margin-bottom:0.25rem !important}.sp-dsgvo .ml-xl-1,.sp-dsgvo .mx-xl-1{margin-left:0.25rem !important}.sp-dsgvo .m-xl-2{margin:0.5rem !important}.sp-dsgvo .mt-xl-2,.sp-dsgvo .my-xl-2{margin-top:0.5rem !important}.sp-dsgvo .mr-xl-2,.sp-dsgvo .mx-xl-2{margin-right:0.5rem !important}.sp-dsgvo .mb-xl-2,.sp-dsgvo .my-xl-2{margin-bottom:0.5rem !important}.sp-dsgvo .ml-xl-2,.sp-dsgvo .mx-xl-2{margin-left:0.5rem !important}.sp-dsgvo .m-xl-3{margin:1rem !important}.sp-dsgvo .mt-xl-3,.sp-dsgvo .my-xl-3{margin-top:1rem !important}.sp-dsgvo .mr-xl-3,.sp-dsgvo .mx-xl-3{margin-right:1rem !important}.sp-dsgvo .mb-xl-3,.sp-dsgvo .my-xl-3{margin-bottom:1rem !important}.sp-dsgvo .ml-xl-3,.sp-dsgvo .mx-xl-3{margin-left:1rem !important}.sp-dsgvo .m-xl-4{margin:1.5rem !important}.sp-dsgvo .mt-xl-4,.sp-dsgvo .my-xl-4{margin-top:1.5rem !important}.sp-dsgvo .mr-xl-4,.sp-dsgvo .mx-xl-4{margin-right:1.5rem !important}.sp-dsgvo .mb-xl-4,.sp-dsgvo .my-xl-4{margin-bottom:1.5rem !important}.sp-dsgvo .ml-xl-4,.sp-dsgvo .mx-xl-4{margin-left:1.5rem !important}.sp-dsgvo .m-xl-5{margin:3rem !important}.sp-dsgvo .mt-xl-5,.sp-dsgvo .my-xl-5{margin-top:3rem !important}.sp-dsgvo .mr-xl-5,.sp-dsgvo .mx-xl-5{margin-right:3rem !important}.sp-dsgvo .mb-xl-5,.sp-dsgvo .my-xl-5{margin-bottom:3rem !important}.sp-dsgvo .ml-xl-5,.sp-dsgvo .mx-xl-5{margin-left:3rem !important}.sp-dsgvo .p-xl-0{padding:0 !important}.sp-dsgvo .pt-xl-0,.sp-dsgvo .py-xl-0{padding-top:0 !important}.sp-dsgvo .pr-xl-0,.sp-dsgvo .px-xl-0{padding-right:0 !important}.sp-dsgvo .pb-xl-0,.sp-dsgvo .py-xl-0{padding-bottom:0 !important}.sp-dsgvo .pl-xl-0,.sp-dsgvo .px-xl-0{padding-left:0 !important}.sp-dsgvo .p-xl-1{padding:0.25rem !important}.sp-dsgvo .pt-xl-1,.sp-dsgvo .py-xl-1{padding-top:0.25rem !important}.sp-dsgvo .pr-xl-1,.sp-dsgvo .px-xl-1{padding-right:0.25rem !important}.sp-dsgvo .pb-xl-1,.sp-dsgvo .py-xl-1{padding-bottom:0.25rem !important}.sp-dsgvo .pl-xl-1,.sp-dsgvo .px-xl-1{padding-left:0.25rem !important}.sp-dsgvo .p-xl-2{padding:0.5rem !important}.sp-dsgvo .pt-xl-2,.sp-dsgvo .py-xl-2{padding-top:0.5rem !important}.sp-dsgvo .pr-xl-2,.sp-dsgvo .px-xl-2{padding-right:0.5rem !important}.sp-dsgvo .pb-xl-2,.sp-dsgvo .py-xl-2{padding-bottom:0.5rem !important}.sp-dsgvo .pl-xl-2,.sp-dsgvo .px-xl-2{padding-left:0.5rem !important}.sp-dsgvo .p-xl-3{padding:1rem !important}.sp-dsgvo .pt-xl-3,.sp-dsgvo .py-xl-3{padding-top:1rem !important}.sp-dsgvo .pr-xl-3,.sp-dsgvo .px-xl-3{padding-right:1rem !important}.sp-dsgvo .pb-xl-3,.sp-dsgvo .py-xl-3{padding-bottom:1rem !important}.sp-dsgvo .pl-xl-3,.sp-dsgvo .px-xl-3{padding-left:1rem !important}.sp-dsgvo .p-xl-4{padding:1.5rem !important}.sp-dsgvo .pt-xl-4,.sp-dsgvo .py-xl-4{padding-top:1.5rem !important}.sp-dsgvo .pr-xl-4,.sp-dsgvo .px-xl-4{padding-right:1.5rem !important}.sp-dsgvo .pb-xl-4,.sp-dsgvo .py-xl-4{padding-bottom:1.5rem !important}.sp-dsgvo .pl-xl-4,.sp-dsgvo .px-xl-4{padding-left:1.5rem !important}.sp-dsgvo .p-xl-5{padding:3rem !important}.sp-dsgvo .pt-xl-5,.sp-dsgvo .py-xl-5{padding-top:3rem !important}.sp-dsgvo .pr-xl-5,.sp-dsgvo .px-xl-5{padding-right:3rem !important}.sp-dsgvo .pb-xl-5,.sp-dsgvo .py-xl-5{padding-bottom:3rem !important}.sp-dsgvo .pl-xl-5,.sp-dsgvo .px-xl-5{padding-left:3rem !important}.sp-dsgvo .m-xl-n1{margin:-0.25rem !important}.sp-dsgvo .mt-xl-n1,.sp-dsgvo .my-xl-n1{margin-top:-0.25rem !important}.sp-dsgvo .mr-xl-n1,.sp-dsgvo .mx-xl-n1{margin-right:-0.25rem !important}.sp-dsgvo .mb-xl-n1,.sp-dsgvo .my-xl-n1{margin-bottom:-0.25rem !important}.sp-dsgvo .ml-xl-n1,.sp-dsgvo .mx-xl-n1{margin-left:-0.25rem !important}.sp-dsgvo .m-xl-n2{margin:-0.5rem !important}.sp-dsgvo .mt-xl-n2,.sp-dsgvo .my-xl-n2{margin-top:-0.5rem !important}.sp-dsgvo .mr-xl-n2,.sp-dsgvo .mx-xl-n2{margin-right:-0.5rem !important}.sp-dsgvo .mb-xl-n2,.sp-dsgvo .my-xl-n2{margin-bottom:-0.5rem !important}.sp-dsgvo .ml-xl-n2,.sp-dsgvo .mx-xl-n2{margin-left:-0.5rem !important}.sp-dsgvo .m-xl-n3{margin:-1rem !important}.sp-dsgvo .mt-xl-n3,.sp-dsgvo .my-xl-n3{margin-top:-1rem !important}.sp-dsgvo .mr-xl-n3,.sp-dsgvo .mx-xl-n3{margin-right:-1rem !important}.sp-dsgvo .mb-xl-n3,.sp-dsgvo .my-xl-n3{margin-bottom:-1rem !important}.sp-dsgvo .ml-xl-n3,.sp-dsgvo .mx-xl-n3{margin-left:-1rem !important}.sp-dsgvo .m-xl-n4{margin:-1.5rem !important}.sp-dsgvo .mt-xl-n4,.sp-dsgvo .my-xl-n4{margin-top:-1.5rem !important}.sp-dsgvo .mr-xl-n4,.sp-dsgvo .mx-xl-n4{margin-right:-1.5rem !important}.sp-dsgvo .mb-xl-n4,.sp-dsgvo .my-xl-n4{margin-bottom:-1.5rem !important}.sp-dsgvo .ml-xl-n4,.sp-dsgvo .mx-xl-n4{margin-left:-1.5rem !important}.sp-dsgvo .m-xl-n5{margin:-3rem !important}.sp-dsgvo .mt-xl-n5,.sp-dsgvo .my-xl-n5{margin-top:-3rem !important}.sp-dsgvo .mr-xl-n5,.sp-dsgvo .mx-xl-n5{margin-right:-3rem !important}.sp-dsgvo .mb-xl-n5,.sp-dsgvo .my-xl-n5{margin-bottom:-3rem !important}.sp-dsgvo .ml-xl-n5,.sp-dsgvo .mx-xl-n5{margin-left:-3rem !important}.sp-dsgvo .m-xl-auto{margin:auto !important}.sp-dsgvo .mt-xl-auto,.sp-dsgvo .my-xl-auto{margin-top:auto !important}.sp-dsgvo .mr-xl-auto,.sp-dsgvo .mx-xl-auto{margin-right:auto !important}.sp-dsgvo .mb-xl-auto,.sp-dsgvo .my-xl-auto{margin-bottom:auto !important}.sp-dsgvo .ml-xl-auto,.sp-dsgvo .mx-xl-auto{margin-left:auto !important}}.sp-dsgvo .text-monospace{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important}.sp-dsgvo .text-justify{text-align:justify !important}.sp-dsgvo .text-wrap{white-space:normal !important}.sp-dsgvo .text-nowrap{white-space:nowrap !important}.sp-dsgvo .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-dsgvo .text-left{text-align:left !important}.sp-dsgvo .text-right{text-align:right !important}.sp-dsgvo .text-center{text-align:center !important}@media (min-width: 576px){.sp-dsgvo .text-sm-left{text-align:left !important}.sp-dsgvo .text-sm-right{text-align:right !important}.sp-dsgvo .text-sm-center{text-align:center !important}}@media (min-width: 768px){.sp-dsgvo .text-md-left{text-align:left !important}.sp-dsgvo .text-md-right{text-align:right !important}.sp-dsgvo .text-md-center{text-align:center !important}}@media (min-width: 992px){.sp-dsgvo .text-lg-left{text-align:left !important}.sp-dsgvo .text-lg-right{text-align:right !important}.sp-dsgvo .text-lg-center{text-align:center !important}}@media (min-width: 1200px){.sp-dsgvo .text-xl-left{text-align:left !important}.sp-dsgvo .text-xl-right{text-align:right !important}.sp-dsgvo .text-xl-center{text-align:center !important}}.sp-dsgvo .text-lowercase{text-transform:lowercase !important}.sp-dsgvo .text-uppercase{text-transform:uppercase !important}.sp-dsgvo .text-capitalize{text-transform:capitalize !important}.sp-dsgvo .font-weight-light{font-weight:300 !important}.sp-dsgvo .font-weight-lighter{font-weight:lighter !important}.sp-dsgvo .font-weight-normal{font-weight:400 !important}.sp-dsgvo .font-weight-bold{font-weight:700 !important}.sp-dsgvo .font-weight-bolder{font-weight:bolder !important}.sp-dsgvo .font-italic{font-style:italic !important}.sp-dsgvo .text-white{color:#fff !important}.sp-dsgvo .text-primary{color:#008cba !important}.sp-dsgvo a.text-primary:hover,.sp-dsgvo a.text-primary:focus{color:#00526e !important}.sp-dsgvo .text-secondary{color:#eee !important}.sp-dsgvo a.text-secondary:hover,.sp-dsgvo a.text-secondary:focus{color:#c8c8c8 !important}.sp-dsgvo .text-success{color:#43ac6a !important}.sp-dsgvo a.text-success:hover,.sp-dsgvo a.text-success:focus{color:#2e7548 !important}.sp-dsgvo .text-info{color:#5bc0de !important}.sp-dsgvo a.text-info:hover,.sp-dsgvo a.text-info:focus{color:#28a1c5 !important}.sp-dsgvo .text-warning{color:#E99002 !important}.sp-dsgvo a.text-warning:hover,.sp-dsgvo a.text-warning:focus{color:#9d6101 !important}.sp-dsgvo .text-danger{color:#F04124 !important}.sp-dsgvo a.text-danger:hover,.sp-dsgvo a.text-danger:focus{color:#bb260d !important}.sp-dsgvo .text-light{color:#eee !important}.sp-dsgvo a.text-light:hover,.sp-dsgvo a.text-light:focus{color:#c8c8c8 !important}.sp-dsgvo .text-dark{color:#222 !important}.sp-dsgvo a.text-dark:hover,.sp-dsgvo a.text-dark:focus{color:black !important}.sp-dsgvo .text-body{color:#222 !important}.sp-dsgvo .text-muted{color:#888 !important}.sp-dsgvo .text-black-50{color:rgba(0,0,0,0.5) !important}.sp-dsgvo .text-white-50{color:rgba(255,255,255,0.5) !important}.sp-dsgvo .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.sp-dsgvo .text-decoration-none{text-decoration:none !important}.sp-dsgvo .text-break{word-break:break-word !important;overflow-wrap:break-word !important}.sp-dsgvo .text-reset{color:inherit !important}.sp-dsgvo .visible{visibility:visible !important}.sp-dsgvo .invisible{visibility:hidden !important}@media print{.sp-dsgvo *,.sp-dsgvo *::before,.sp-dsgvo *::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}.sp-dsgvo a:not(.btn){text-decoration:underline}.sp-dsgvo abbr[title]::after{content:" (" attr(title) ")"}.sp-dsgvo pre{white-space:pre-wrap !important}.sp-dsgvo pre,.sp-dsgvo blockquote{border:1px solid #adb5bd;page-break-inside:avoid}.sp-dsgvo thead{display:table-header-group}.sp-dsgvo tr,.sp-dsgvo img{page-break-inside:avoid}.sp-dsgvo p,.sp-dsgvo h2,.sp-dsgvo h3{orphans:3;widows:3}.sp-dsgvo h2,.sp-dsgvo h3{page-break-after:avoid}@page{.sp-dsgvo{size:a3}}.sp-dsgvo body{min-width:992px !important}.sp-dsgvo .container{min-width:992px !important}.sp-dsgvo .navbar{display:none}.sp-dsgvo .badge{border:1px solid #000}.sp-dsgvo .table{border-collapse:collapse !important}.sp-dsgvo .table td,.sp-dsgvo .table th{background-color:#fff !important}.sp-dsgvo .table-bordered th,.sp-dsgvo .table-bordered td{border:1px solid #dee2e6 !important}.sp-dsgvo .table-dark{color:inherit}.sp-dsgvo .table-dark th,.sp-dsgvo .table-dark td,.sp-dsgvo .table-dark thead th,.sp-dsgvo .table-dark tbody+tbody{border-color:#dee2e6}.sp-dsgvo .table .thead-dark th{color:inherit;border-color:#dee2e6}}.sp-dsgvo .navbar{font-size:0.8203125rem;font-weight:300}.sp-dsgvo .bg-primary .dropdown-menu{background-color:#008cba}.sp-dsgvo .bg-primary .dropdown-menu .dropdown-item,.sp-dsgvo .bg-primary .dropdown-menu .dropdown-item:focus{color:rgba(255,255,255,0.7)}.sp-dsgvo .bg-primary .dropdown-menu .dropdown-item.active,.sp-dsgvo .bg-primary .dropdown-menu .dropdown-item:hover,.sp-dsgvo .bg-primary .dropdown-menu .dropdown-item:focus{background-color:#0079a1;color:#fff}.sp-dsgvo .bg-dark{background-color:#333 !important}.sp-dsgvo .bg-dark .dropdown-menu{background-color:#333}.sp-dsgvo .bg-dark .dropdown-menu .dropdown-item,.sp-dsgvo .bg-dark .dropdown-menu .dropdown-item:focus{color:rgba(255,255,255,0.7)}.sp-dsgvo .bg-dark .dropdown-menu .dropdown-item.active,.sp-dsgvo .bg-dark .dropdown-menu .dropdown-item:hover,.sp-dsgvo .bg-dark .dropdown-menu .dropdown-item:focus{background-color:#262626;color:#fff}.sp-dsgvo .bg-light .dropdown-menu{background-color:#eee}.sp-dsgvo .bg-light .dropdown-menu .dropdown-item,.sp-dsgvo .bg-light .dropdown-menu .dropdown-item:focus{color:rgba(0,0,0,0.5)}.sp-dsgvo .bg-light .dropdown-menu .dropdown-item.active,.sp-dsgvo .bg-light .dropdown-menu .dropdown-item:hover,.sp-dsgvo .bg-light .dropdown-menu .dropdown-item:focus{background-color:#fbfbfb;color:rgba(0,0,0,0.7)}.sp-dsgvo .btn-primary{border-color:#0079a1}.sp-dsgvo .btn-secondary{border-color:#e1e1e1}.sp-dsgvo .btn-success{border-color:#3c9a5f}.sp-dsgvo .btn-info{border-color:#46b8da;color:#fff}.sp-dsgvo .btn-danger{border-color:#ea2f10}.sp-dsgvo .btn-warning{border-color:#d08002;color:#fff}.sp-dsgvo .btn-light{border-color:#e1e1e1}.sp-dsgvo .btn-dark{border-color:#151515}.sp-dsgvo .btn-group .dropdown-menu{border-top-width:0}.sp-dsgvo .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu{background-color:#008cba;border-color:#0079a1}.sp-dsgvo .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item{color:#fff}.sp-dsgvo .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:hover,.sp-dsgvo .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:focus{background-color:#006d91}.sp-dsgvo .btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu{background-color:#eee;border-color:#e1e1e1}.sp-dsgvo .btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu .dropdown-item{color:#fff}.sp-dsgvo .btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu .dropdown-item:hover,.sp-dsgvo .btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu .dropdown-item:focus{background-color:#dadada}.sp-dsgvo .btn-group .dropdown-toggle.btn-success ~ .dropdown-menu{background-color:#43ac6a;border-color:#3c9a5f}.sp-dsgvo .btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item{color:#fff}.sp-dsgvo .btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item:hover,.sp-dsgvo .btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item:focus{background-color:#388f58}.sp-dsgvo .btn-group .dropdown-toggle.btn-info ~ .dropdown-menu{background-color:#5bc0de;border-color:#46b8da}.sp-dsgvo .btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item{color:#fff}.sp-dsgvo .btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item:hover,.sp-dsgvo .btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item:focus{background-color:#39b3d7}.sp-dsgvo .btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu{background-color:#E99002;border-color:#d08002}.sp-dsgvo .btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item{color:#fff}.sp-dsgvo .btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item:hover,.sp-dsgvo .btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item:focus{background-color:#c17702}.sp-dsgvo .btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu{background-color:#F04124;border-color:#0079a1}.sp-dsgvo .btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item{color:#fff}.sp-dsgvo .btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item:hover,.sp-dsgvo .btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item:focus{background-color:#dc2c0f}.sp-dsgvo .text-secondary{color:#495057 !important}.sp-dsgvo .blockquote-footer{color:#888}.sp-dsgvo table{font-size:0.8203125rem}.sp-dsgvo .table-primary,.sp-dsgvo .table-success,.sp-dsgvo .table-info,.sp-dsgvo .table-warning,.sp-dsgvo .table-danger{color:#fff}.sp-dsgvo .table-primary,.sp-dsgvo .table-primary>th,.sp-dsgvo .table-primary>td{background-color:#008cba}.sp-dsgvo .table-secondary,.sp-dsgvo .table-secondary>th,.sp-dsgvo .table-secondary>td{background-color:#eee}.sp-dsgvo .table-light,.sp-dsgvo .table-light>th,.sp-dsgvo .table-light>td{background-color:#eee}.sp-dsgvo .table-dark,.sp-dsgvo .table-dark>th,.sp-dsgvo .table-dark>td{background-color:#222}.sp-dsgvo .table-success,.sp-dsgvo .table-success>th,.sp-dsgvo .table-success>td{background-color:#43ac6a}.sp-dsgvo .table-info,.sp-dsgvo .table-info>th,.sp-dsgvo .table-info>td{background-color:#5bc0de}.sp-dsgvo .table-danger,.sp-dsgvo .table-danger>th,.sp-dsgvo .table-danger>td{background-color:#F04124}.sp-dsgvo .table-warning,.sp-dsgvo .table-warning>th,.sp-dsgvo .table-warning>td{background-color:#E99002}.sp-dsgvo .table-active,.sp-dsgvo .table-active>th,.sp-dsgvo .table-active>td{background-color:rgba(0,0,0,0.075)}.sp-dsgvo .table-hover .table-primary:hover,.sp-dsgvo .table-hover .table-primary:hover>th,.sp-dsgvo .table-hover .table-primary:hover>td{background-color:#0079a1}.sp-dsgvo .table-hover .table-secondary:hover,.sp-dsgvo .table-hover .table-secondary:hover>th,.sp-dsgvo .table-hover .table-secondary:hover>td{background-color:#e1e1e1}.sp-dsgvo .table-hover .table-light:hover,.sp-dsgvo .table-hover .table-light:hover>th,.sp-dsgvo .table-hover .table-light:hover>td{background-color:#e1e1e1}.sp-dsgvo .table-hover .table-dark:hover,.sp-dsgvo .table-hover .table-dark:hover>th,.sp-dsgvo .table-hover .table-dark:hover>td{background-color:#151515}.sp-dsgvo .table-hover .table-success:hover,.sp-dsgvo .table-hover .table-success:hover>th,.sp-dsgvo .table-hover .table-success:hover>td{background-color:#3c9a5f}.sp-dsgvo .table-hover .table-info:hover,.sp-dsgvo .table-hover .table-info:hover>th,.sp-dsgvo .table-hover .table-info:hover>td{background-color:#46b8da}.sp-dsgvo .table-hover .table-danger:hover,.sp-dsgvo .table-hover .table-danger:hover>th,.sp-dsgvo .table-hover .table-danger:hover>td{background-color:#ea2f10}.sp-dsgvo .table-hover .table-warning:hover,.sp-dsgvo .table-hover .table-warning:hover>th,.sp-dsgvo .table-hover .table-warning:hover>td{background-color:#d08002}.sp-dsgvo .table-hover .table-active:hover,.sp-dsgvo .table-hover .table-active:hover>th,.sp-dsgvo .table-hover .table-active:hover>td{background-color:rgba(0,0,0,0.075)}.sp-dsgvo label,.sp-dsgvo .control-label,.sp-dsgvo .help-block,.sp-dsgvo .checkbox,.sp-dsgvo .radio,.sp-dsgvo .form-control-feedback{font-size:0.8203125rem}.sp-dsgvo .dropdown-item{padding-top:0.75rem;padding-bottom:0.75rem;font-size:0.8203125rem;font-weight:300}.sp-dsgvo .nav-tabs .nav-link,.sp-dsgvo .nav-tabs .nav-link.disabled,.sp-dsgvo .nav-tabs .nav-link.disabled:hover,.sp-dsgvo .nav-tabs .nav-link.disabled:focus{border-color:rgba(0,0,0,0.1);background-color:#eee}.sp-dsgvo .nav-tabs .nav-link:hover,.sp-dsgvo .nav-tabs .nav-link:focus{background-color:#fbfbfb}.sp-dsgvo .nav-pills .active{border:1px solid #0079a1}.sp-dsgvo .breadcrumb{border:1px solid rgba(0,0,0,0.1);border-radius:3px;font-size:0.8203125rem;font-weight:300;text-transform:uppercase}.sp-dsgvo .pagination{font-weight:300}.sp-dsgvo .pagination .page-link{border-color:transparent;border-radius:3px;margin-left:0.1em;margin-right:0.1em}.sp-dsgvo .pagination .page-link:hover,.sp-dsgvo .pagination .page-link:focus{text-decoration:none}.sp-dsgvo .pagination .page-item.disabled .page-link{border-color:transparent}.sp-dsgvo .pagination .page-item:first-child .page-link,.sp-dsgvo .pagination .page-item:last-child .page-link,.sp-dsgvo .pagination-lg .page-item:first-child .page-link,.sp-dsgvo .pagination-lg .page-item:last-child .page-link,.sp-dsgvo .pagination-sm .page-item:first-child .page-link,.sp-dsgvo .pagination-sm .page-item:last-child .page-link{border-radius:3px}.sp-dsgvo .list-group{font-size:0.8203125rem;font-weight:300}.sp-dsgvo .close{opacity:0.6;text-shadow:none}.sp-dsgvo .close:hover,.sp-dsgvo .close:focus{opacity:1}.sp-dsgvo .alert{font-size:0.8203125rem;font-weight:300;color:#fff}.sp-dsgvo .alert-primary,.sp-dsgvo .alert-primary>th,.sp-dsgvo .alert-primary>td{background-color:#008cba}.sp-dsgvo .alert-secondary,.sp-dsgvo .alert-secondary>th,.sp-dsgvo .alert-secondary>td{background-color:#eee}.sp-dsgvo .alert-success,.sp-dsgvo .alert-success>th,.sp-dsgvo .alert-success>td{background-color:#43ac6a}.sp-dsgvo .alert-info,.sp-dsgvo .alert-info>th,.sp-dsgvo .alert-info>td{background-color:#5bc0de}.sp-dsgvo .alert-danger,.sp-dsgvo .alert-danger>th,.sp-dsgvo .alert-danger>td{background-color:#F04124}.sp-dsgvo .alert-warning,.sp-dsgvo .alert-warning>th,.sp-dsgvo .alert-warning>td{background-color:#E99002}.sp-dsgvo .alert-dark,.sp-dsgvo .alert-dark>th,.sp-dsgvo .alert-dark>td{background-color:#222}.sp-dsgvo .alert-light,.sp-dsgvo .alert-light>th,.sp-dsgvo .alert-light>td{background-color:#eee}.sp-dsgvo .alert .alert-link{font-weight:normal;color:#fff;text-decoration:underline}.sp-dsgvo .alert-secondary,.sp-dsgvo .alert-secondary a:not(.btn),.sp-dsgvo .alert-secondary .alert-link,.sp-dsgvo .alert-light,.sp-dsgvo .alert-light a:not(.btn),.sp-dsgvo .alert-light .alert-link{color:#222}.sp-dsgvo .badge{padding-bottom:.3em}.sp-dsgvo .badge-warning,.sp-dsgvo .badge-info{color:#fff}.sp-dsgvo .progress[value]{height:22px;padding:2px;background-color:#f6f6f6;border:1px solid #ccc}.sp-dsgvo .popover-header{border-top-left-radius:0;border-top-right-radius:0}
     6 */}.legalweb-bs :root{--blue: #008cba;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #F04124;--orange: #fd7e14;--yellow: #E99002;--green: #43ac6a;--teal: #20c997;--cyan: #5bc0de;--white: #fff;--gray: #888;--gray-dark: #333;--primary: #008cba;--secondary: #eee;--success: #43ac6a;--info: #5bc0de;--warning: #E99002;--danger: #F04124;--light: #eee;--dark: #222;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}.legalweb-bs *,.legalweb-bs *::before,.legalweb-bs *::after{-webkit-box-sizing:border-box;box-sizing:border-box}.legalweb-bs html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.legalweb-bs article,.legalweb-bs aside,.legalweb-bs figcaption,.legalweb-bs figure,.legalweb-bs footer,.legalweb-bs header,.legalweb-bs hgroup,.legalweb-bs main,.legalweb-bs nav,.legalweb-bs section{display:block}.legalweb-bs body{margin:0;font-family:"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size:0.9375rem;font-weight:400;line-height:1.5;color:#222;text-align:left;background-color:#fff}.legalweb-bs [tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}.legalweb-bs hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}.legalweb-bs h1,.legalweb-bs h2,.legalweb-bs h3,.legalweb-bs h4,.legalweb-bs h5,.legalweb-bs h6{margin-top:0;margin-bottom:0.5rem}.legalweb-bs p{margin-top:0;margin-bottom:1rem}.legalweb-bs abbr[title],.legalweb-bs abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}.legalweb-bs address{margin-bottom:1rem;font-style:normal;line-height:inherit}.legalweb-bs ol,.legalweb-bs ul,.legalweb-bs dl{margin-top:0;margin-bottom:1rem}.legalweb-bs ol ol,.legalweb-bs ul ul,.legalweb-bs ol ul,.legalweb-bs ul ol{margin-bottom:0}.legalweb-bs dt{font-weight:700}.legalweb-bs dd{margin-bottom:.5rem;margin-left:0}.legalweb-bs blockquote{margin:0 0 1rem}.legalweb-bs b,.legalweb-bs strong{font-weight:bolder}.legalweb-bs small{font-size:80%}.legalweb-bs sub,.legalweb-bs sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.legalweb-bs sub{bottom:-.25em}.legalweb-bs sup{top:-.5em}.legalweb-bs a{color:#008cba;text-decoration:none;background-color:transparent}.legalweb-bs a:hover{color:#00526e;text-decoration:underline}.legalweb-bs a:not([href]){color:inherit;text-decoration:none}.legalweb-bs a:not([href]):hover{color:inherit;text-decoration:none}.legalweb-bs pre,.legalweb-bs code,.legalweb-bs kbd,.legalweb-bs samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}.legalweb-bs pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}.legalweb-bs figure{margin:0 0 1rem}.legalweb-bs img{vertical-align:middle;border-style:none}.legalweb-bs svg{overflow:hidden;vertical-align:middle}.legalweb-bs table{border-collapse:collapse}.legalweb-bs caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#888;text-align:left;caption-side:bottom}.legalweb-bs th{text-align:inherit}.legalweb-bs label{display:inline-block;margin-bottom:0.5rem}.legalweb-bs button{border-radius:0}.legalweb-bs button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.legalweb-bs input,.legalweb-bs button,.legalweb-bs select,.legalweb-bs optgroup,.legalweb-bs textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.legalweb-bs button,.legalweb-bs input{overflow:visible}.legalweb-bs button,.legalweb-bs select{text-transform:none}.legalweb-bs [role="button"]{cursor:pointer}.legalweb-bs select{word-wrap:normal}.legalweb-bs button,.legalweb-bs [type="button"],.legalweb-bs [type="reset"],.legalweb-bs [type="submit"]{-webkit-appearance:button}.legalweb-bs button:not(:disabled),.legalweb-bs [type="button"]:not(:disabled),.legalweb-bs [type="reset"]:not(:disabled),.legalweb-bs [type="submit"]:not(:disabled){cursor:pointer}.legalweb-bs button::-moz-focus-inner,.legalweb-bs [type="button"]::-moz-focus-inner,.legalweb-bs [type="reset"]::-moz-focus-inner,.legalweb-bs [type="submit"]::-moz-focus-inner{padding:0;border-style:none}.legalweb-bs input[type="radio"],.legalweb-bs input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.legalweb-bs textarea{overflow:auto;resize:vertical}.legalweb-bs fieldset{min-width:0;padding:0;margin:0;border:0}.legalweb-bs legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.legalweb-bs progress{vertical-align:baseline}.legalweb-bs [type="number"]::-webkit-inner-spin-button,.legalweb-bs [type="number"]::-webkit-outer-spin-button{height:auto}.legalweb-bs [type="search"]{outline-offset:-2px;-webkit-appearance:none}.legalweb-bs [type="search"]::-webkit-search-decoration{-webkit-appearance:none}.legalweb-bs ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.legalweb-bs output{display:inline-block}.legalweb-bs summary{display:list-item;cursor:pointer}.legalweb-bs template{display:none}.legalweb-bs [hidden]{display:none !important}.legalweb-bs h1,.legalweb-bs h2,.legalweb-bs h3,.legalweb-bs h4,.legalweb-bs h5,.legalweb-bs h6,.legalweb-bs .h1,.legalweb-bs .h2,.legalweb-bs .h3,.legalweb-bs .h4,.legalweb-bs .h5,.legalweb-bs .h6{margin-bottom:0.5rem;font-weight:300;line-height:1.2}.legalweb-bs h1,.legalweb-bs .h1{font-size:2.34375rem}.legalweb-bs h2,.legalweb-bs .h2{font-size:1.875rem}.legalweb-bs h3,.legalweb-bs .h3{font-size:1.640625rem}.legalweb-bs h4,.legalweb-bs .h4{font-size:1.40625rem}.legalweb-bs h5,.legalweb-bs .h5{font-size:1.171875rem}.legalweb-bs h6,.legalweb-bs .h6{font-size:0.9375rem}.legalweb-bs .lead{font-size:1.171875rem;font-weight:300}.legalweb-bs .display-1{font-size:6rem;font-weight:300;line-height:1.2}.legalweb-bs .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.legalweb-bs .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.legalweb-bs .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.legalweb-bs hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,0.1)}.legalweb-bs small,.legalweb-bs .small{font-size:80%;font-weight:400}.legalweb-bs mark,.legalweb-bs .mark{padding:0.2em;background-color:#fcf8e3}.legalweb-bs .list-unstyled{padding-left:0;list-style:none}.legalweb-bs .list-inline{padding-left:0;list-style:none}.legalweb-bs .list-inline-item{display:inline-block}.legalweb-bs .list-inline-item:not(:last-child){margin-right:0.5rem}.legalweb-bs .initialism{font-size:90%;text-transform:uppercase}.legalweb-bs .blockquote{margin-bottom:1rem;font-size:1.171875rem}.legalweb-bs .blockquote-footer{display:block;font-size:80%;color:#888}.legalweb-bs .blockquote-footer::before{content:"\2014\00A0"}.legalweb-bs .img-fluid{max-width:100%;height:auto}.legalweb-bs .img-thumbnail{padding:0.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:0px;max-width:100%;height:auto}.legalweb-bs .figure{display:inline-block}.legalweb-bs .figure-img{margin-bottom:0.5rem;line-height:1}.legalweb-bs .figure-caption{font-size:90%;color:#888}.legalweb-bs code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>.legalweb-bs code{color:inherit}.legalweb-bs kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#222;border-radius:0px}.legalweb-bs kbd kbd{padding:0;font-size:100%;font-weight:700}.legalweb-bs pre{display:block;font-size:87.5%;color:#222}.legalweb-bs pre code{font-size:inherit;color:inherit;word-break:normal}.legalweb-bs .pre-scrollable{max-height:340px;overflow-y:scroll}.legalweb-bs .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.legalweb-bs .container{max-width:540px}}@media (min-width: 768px){.legalweb-bs .container{max-width:720px}}@media (min-width: 992px){.legalweb-bs .container{max-width:960px}}@media (min-width: 1200px){.legalweb-bs .container{max-width:1140px}}.legalweb-bs .container-fluid,.legalweb-bs .container-sm,.legalweb-bs .container-md,.legalweb-bs .container-lg,.legalweb-bs .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.legalweb-bs .container,.legalweb-bs .container-sm{max-width:540px}}@media (min-width: 768px){.legalweb-bs .container,.legalweb-bs .container-sm,.legalweb-bs .container-md{max-width:720px}}@media (min-width: 992px){.legalweb-bs .container,.legalweb-bs .container-sm,.legalweb-bs .container-md,.legalweb-bs .container-lg{max-width:960px}}@media (min-width: 1200px){.legalweb-bs .container,.legalweb-bs .container-sm,.legalweb-bs .container-md,.legalweb-bs .container-lg,.legalweb-bs .container-xl{max-width:1140px}}.legalweb-bs .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.legalweb-bs .no-gutters{margin-right:0;margin-left:0}.legalweb-bs .no-gutters>.col,.legalweb-bs .no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.legalweb-bs .col-1,.legalweb-bs .col-2,.legalweb-bs .col-3,.legalweb-bs .col-4,.legalweb-bs .col-5,.legalweb-bs .col-6,.legalweb-bs .col-7,.legalweb-bs .col-8,.legalweb-bs .col-9,.legalweb-bs .col-10,.legalweb-bs .col-11,.legalweb-bs .col-12,.legalweb-bs .col,.legalweb-bs .col-auto,.legalweb-bs .col-sm-1,.legalweb-bs .col-sm-2,.legalweb-bs .col-sm-3,.legalweb-bs .col-sm-4,.legalweb-bs .col-sm-5,.legalweb-bs .col-sm-6,.legalweb-bs .col-sm-7,.legalweb-bs .col-sm-8,.legalweb-bs .col-sm-9,.legalweb-bs .col-sm-10,.legalweb-bs .col-sm-11,.legalweb-bs .col-sm-12,.legalweb-bs .col-sm,.legalweb-bs .col-sm-auto,.legalweb-bs .col-md-1,.legalweb-bs .col-md-2,.legalweb-bs .col-md-3,.legalweb-bs .col-md-4,.legalweb-bs .col-md-5,.legalweb-bs .col-md-6,.legalweb-bs .col-md-7,.legalweb-bs .col-md-8,.legalweb-bs .col-md-9,.legalweb-bs .col-md-10,.legalweb-bs .col-md-11,.legalweb-bs .col-md-12,.legalweb-bs .col-md,.legalweb-bs .col-md-auto,.legalweb-bs .col-lg-1,.legalweb-bs .col-lg-2,.legalweb-bs .col-lg-3,.legalweb-bs .col-lg-4,.legalweb-bs .col-lg-5,.legalweb-bs .col-lg-6,.legalweb-bs .col-lg-7,.legalweb-bs .col-lg-8,.legalweb-bs .col-lg-9,.legalweb-bs .col-lg-10,.legalweb-bs .col-lg-11,.legalweb-bs .col-lg-12,.legalweb-bs .col-lg,.legalweb-bs .col-lg-auto,.legalweb-bs .col-xl-1,.legalweb-bs .col-xl-2,.legalweb-bs .col-xl-3,.legalweb-bs .col-xl-4,.legalweb-bs .col-xl-5,.legalweb-bs .col-xl-6,.legalweb-bs .col-xl-7,.legalweb-bs .col-xl-8,.legalweb-bs .col-xl-9,.legalweb-bs .col-xl-10,.legalweb-bs .col-xl-11,.legalweb-bs .col-xl-12,.legalweb-bs .col-xl,.legalweb-bs .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.legalweb-bs .col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.legalweb-bs .row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.legalweb-bs .row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.legalweb-bs .row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.legalweb-bs .row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.legalweb-bs .row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.legalweb-bs .row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.legalweb-bs .col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.legalweb-bs .col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.legalweb-bs .col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.legalweb-bs .col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.legalweb-bs .col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.legalweb-bs .col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.legalweb-bs .col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.legalweb-bs .col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.legalweb-bs .col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.legalweb-bs .col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.legalweb-bs .col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.legalweb-bs .col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.legalweb-bs .col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.legalweb-bs .order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.legalweb-bs .order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.legalweb-bs .order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.legalweb-bs .order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.legalweb-bs .order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.legalweb-bs .order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.legalweb-bs .order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.legalweb-bs .order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.legalweb-bs .order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.legalweb-bs .order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.legalweb-bs .order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.legalweb-bs .order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.legalweb-bs .order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.legalweb-bs .order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.legalweb-bs .order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.legalweb-bs .offset-1{margin-left:8.3333333333%}.legalweb-bs .offset-2{margin-left:16.6666666667%}.legalweb-bs .offset-3{margin-left:25%}.legalweb-bs .offset-4{margin-left:33.3333333333%}.legalweb-bs .offset-5{margin-left:41.6666666667%}.legalweb-bs .offset-6{margin-left:50%}.legalweb-bs .offset-7{margin-left:58.3333333333%}.legalweb-bs .offset-8{margin-left:66.6666666667%}.legalweb-bs .offset-9{margin-left:75%}.legalweb-bs .offset-10{margin-left:83.3333333333%}.legalweb-bs .offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.legalweb-bs .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.legalweb-bs .row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.legalweb-bs .row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.legalweb-bs .row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.legalweb-bs .row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.legalweb-bs .row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.legalweb-bs .row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.legalweb-bs .col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.legalweb-bs .col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.legalweb-bs .col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.legalweb-bs .col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.legalweb-bs .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.legalweb-bs .col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.legalweb-bs .col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.legalweb-bs .col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.legalweb-bs .col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.legalweb-bs .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.legalweb-bs .col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.legalweb-bs .col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.legalweb-bs .col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.legalweb-bs .order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.legalweb-bs .order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.legalweb-bs .order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.legalweb-bs .order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.legalweb-bs .order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.legalweb-bs .order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.legalweb-bs .order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.legalweb-bs .order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.legalweb-bs .order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.legalweb-bs .order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.legalweb-bs .order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.legalweb-bs .order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.legalweb-bs .order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.legalweb-bs .order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.legalweb-bs .order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.legalweb-bs .offset-sm-0{margin-left:0}.legalweb-bs .offset-sm-1{margin-left:8.3333333333%}.legalweb-bs .offset-sm-2{margin-left:16.6666666667%}.legalweb-bs .offset-sm-3{margin-left:25%}.legalweb-bs .offset-sm-4{margin-left:33.3333333333%}.legalweb-bs .offset-sm-5{margin-left:41.6666666667%}.legalweb-bs .offset-sm-6{margin-left:50%}.legalweb-bs .offset-sm-7{margin-left:58.3333333333%}.legalweb-bs .offset-sm-8{margin-left:66.6666666667%}.legalweb-bs .offset-sm-9{margin-left:75%}.legalweb-bs .offset-sm-10{margin-left:83.3333333333%}.legalweb-bs .offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.legalweb-bs .col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.legalweb-bs .row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.legalweb-bs .row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.legalweb-bs .row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.legalweb-bs .row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.legalweb-bs .row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.legalweb-bs .row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.legalweb-bs .col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.legalweb-bs .col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.legalweb-bs .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.legalweb-bs .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.legalweb-bs .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.legalweb-bs .col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.legalweb-bs .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.legalweb-bs .col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.legalweb-bs .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.legalweb-bs .col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.legalweb-bs .col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.legalweb-bs .col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.legalweb-bs .col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.legalweb-bs .order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.legalweb-bs .order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.legalweb-bs .order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.legalweb-bs .order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.legalweb-bs .order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.legalweb-bs .order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.legalweb-bs .order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.legalweb-bs .order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.legalweb-bs .order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.legalweb-bs .order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.legalweb-bs .order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.legalweb-bs .order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.legalweb-bs .order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.legalweb-bs .order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.legalweb-bs .order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.legalweb-bs .offset-md-0{margin-left:0}.legalweb-bs .offset-md-1{margin-left:8.3333333333%}.legalweb-bs .offset-md-2{margin-left:16.6666666667%}.legalweb-bs .offset-md-3{margin-left:25%}.legalweb-bs .offset-md-4{margin-left:33.3333333333%}.legalweb-bs .offset-md-5{margin-left:41.6666666667%}.legalweb-bs .offset-md-6{margin-left:50%}.legalweb-bs .offset-md-7{margin-left:58.3333333333%}.legalweb-bs .offset-md-8{margin-left:66.6666666667%}.legalweb-bs .offset-md-9{margin-left:75%}.legalweb-bs .offset-md-10{margin-left:83.3333333333%}.legalweb-bs .offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.legalweb-bs .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.legalweb-bs .row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.legalweb-bs .row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.legalweb-bs .row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.legalweb-bs .row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.legalweb-bs .row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.legalweb-bs .row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.legalweb-bs .col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.legalweb-bs .col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.legalweb-bs .col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.legalweb-bs .col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.legalweb-bs .col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.legalweb-bs .col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.legalweb-bs .col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.legalweb-bs .col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.legalweb-bs .col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.legalweb-bs .col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.legalweb-bs .col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.legalweb-bs .col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.legalweb-bs .col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.legalweb-bs .order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.legalweb-bs .order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.legalweb-bs .order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.legalweb-bs .order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.legalweb-bs .order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.legalweb-bs .order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.legalweb-bs .order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.legalweb-bs .order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.legalweb-bs .order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.legalweb-bs .order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.legalweb-bs .order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.legalweb-bs .order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.legalweb-bs .order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.legalweb-bs .order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.legalweb-bs .order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.legalweb-bs .offset-lg-0{margin-left:0}.legalweb-bs .offset-lg-1{margin-left:8.3333333333%}.legalweb-bs .offset-lg-2{margin-left:16.6666666667%}.legalweb-bs .offset-lg-3{margin-left:25%}.legalweb-bs .offset-lg-4{margin-left:33.3333333333%}.legalweb-bs .offset-lg-5{margin-left:41.6666666667%}.legalweb-bs .offset-lg-6{margin-left:50%}.legalweb-bs .offset-lg-7{margin-left:58.3333333333%}.legalweb-bs .offset-lg-8{margin-left:66.6666666667%}.legalweb-bs .offset-lg-9{margin-left:75%}.legalweb-bs .offset-lg-10{margin-left:83.3333333333%}.legalweb-bs .offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.legalweb-bs .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.legalweb-bs .row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.legalweb-bs .row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.legalweb-bs .row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.legalweb-bs .row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.legalweb-bs .row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.legalweb-bs .row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.legalweb-bs .col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.legalweb-bs .col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.legalweb-bs .col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.legalweb-bs .col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.legalweb-bs .col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.legalweb-bs .col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.legalweb-bs .col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.legalweb-bs .col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.legalweb-bs .col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.legalweb-bs .col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.legalweb-bs .col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.legalweb-bs .col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.legalweb-bs .col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.legalweb-bs .order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.legalweb-bs .order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.legalweb-bs .order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.legalweb-bs .order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.legalweb-bs .order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.legalweb-bs .order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.legalweb-bs .order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.legalweb-bs .order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.legalweb-bs .order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.legalweb-bs .order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.legalweb-bs .order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.legalweb-bs .order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.legalweb-bs .order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.legalweb-bs .order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.legalweb-bs .order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.legalweb-bs .offset-xl-0{margin-left:0}.legalweb-bs .offset-xl-1{margin-left:8.3333333333%}.legalweb-bs .offset-xl-2{margin-left:16.6666666667%}.legalweb-bs .offset-xl-3{margin-left:25%}.legalweb-bs .offset-xl-4{margin-left:33.3333333333%}.legalweb-bs .offset-xl-5{margin-left:41.6666666667%}.legalweb-bs .offset-xl-6{margin-left:50%}.legalweb-bs .offset-xl-7{margin-left:58.3333333333%}.legalweb-bs .offset-xl-8{margin-left:66.6666666667%}.legalweb-bs .offset-xl-9{margin-left:75%}.legalweb-bs .offset-xl-10{margin-left:83.3333333333%}.legalweb-bs .offset-xl-11{margin-left:91.6666666667%}}.legalweb-bs .table{width:100%;margin-bottom:1rem;color:#222}.legalweb-bs .table th,.legalweb-bs .table td{padding:0.75rem;vertical-align:top;border-top:1px solid #dee2e6}.legalweb-bs .table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.legalweb-bs .table tbody+tbody{border-top:2px solid #dee2e6}.legalweb-bs .table-sm th,.legalweb-bs .table-sm td{padding:0.3rem}.legalweb-bs .table-bordered{border:1px solid #dee2e6}.legalweb-bs .table-bordered th,.legalweb-bs .table-bordered td{border:1px solid #dee2e6}.legalweb-bs .table-bordered thead th,.legalweb-bs .table-bordered thead td{border-bottom-width:2px}.legalweb-bs .table-borderless th,.legalweb-bs .table-borderless td,.legalweb-bs .table-borderless thead th,.legalweb-bs .table-borderless tbody+tbody{border:0}.legalweb-bs .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,0.05)}.legalweb-bs .table-hover tbody tr:hover{color:#222;background-color:rgba(0,0,0,0.075)}.legalweb-bs .table-primary,.legalweb-bs .table-primary>th,.legalweb-bs .table-primary>td{background-color:#b8dfec}.legalweb-bs .table-primary th,.legalweb-bs .table-primary td,.legalweb-bs .table-primary thead th,.legalweb-bs .table-primary tbody+tbody{border-color:#7ac3db}.legalweb-bs .table-hover .table-primary:hover{background-color:#a4d6e7}.legalweb-bs .table-hover .table-primary:hover>td,.legalweb-bs .table-hover .table-primary:hover>th{background-color:#a4d6e7}.legalweb-bs .table-secondary,.legalweb-bs .table-secondary>th,.legalweb-bs .table-secondary>td{background-color:#fafafa}.legalweb-bs .table-secondary th,.legalweb-bs .table-secondary td,.legalweb-bs .table-secondary thead th,.legalweb-bs .table-secondary tbody+tbody{border-color:#f6f6f6}.legalweb-bs .table-hover .table-secondary:hover{background-color:#ededed}.legalweb-bs .table-hover .table-secondary:hover>td,.legalweb-bs .table-hover .table-secondary:hover>th{background-color:#ededed}.legalweb-bs .table-success,.legalweb-bs .table-success>th,.legalweb-bs .table-success>td{background-color:#cae8d5}.legalweb-bs .table-success th,.legalweb-bs .table-success td,.legalweb-bs .table-success thead th,.legalweb-bs .table-success tbody+tbody{border-color:#9dd4b2}.legalweb-bs .table-hover .table-success:hover{background-color:#b8e0c7}.legalweb-bs .table-hover .table-success:hover>td,.legalweb-bs .table-hover .table-success:hover>th{background-color:#b8e0c7}.legalweb-bs .table-info,.legalweb-bs .table-info>th,.legalweb-bs .table-info>td{background-color:#d1edf6}.legalweb-bs .table-info th,.legalweb-bs .table-info td,.legalweb-bs .table-info thead th,.legalweb-bs .table-info tbody+tbody{border-color:#aadeee}.legalweb-bs .table-hover .table-info:hover{background-color:#bce5f2}.legalweb-bs .table-hover .table-info:hover>td,.legalweb-bs .table-hover .table-info:hover>th{background-color:#bce5f2}.legalweb-bs .table-warning,.legalweb-bs .table-warning>th,.legalweb-bs .table-warning>td{background-color:#f9e0b8}.legalweb-bs .table-warning th,.legalweb-bs .table-warning td,.legalweb-bs .table-warning thead th,.legalweb-bs .table-warning tbody+tbody{border-color:#f4c57b}.legalweb-bs .table-hover .table-warning:hover{background-color:#f7d6a0}.legalweb-bs .table-hover .table-warning:hover>td,.legalweb-bs .table-hover .table-warning:hover>th{background-color:#f7d6a0}.legalweb-bs .table-danger,.legalweb-bs .table-danger>th,.legalweb-bs .table-danger>td{background-color:#fbcac2}.legalweb-bs .table-danger th,.legalweb-bs .table-danger td,.legalweb-bs .table-danger thead th,.legalweb-bs .table-danger tbody+tbody{border-color:#f79c8d}.legalweb-bs .table-hover .table-danger:hover{background-color:#f9b5aa}.legalweb-bs .table-hover .table-danger:hover>td,.legalweb-bs .table-hover .table-danger:hover>th{background-color:#f9b5aa}.legalweb-bs .table-light,.legalweb-bs .table-light>th,.legalweb-bs .table-light>td{background-color:#fafafa}.legalweb-bs .table-light th,.legalweb-bs .table-light td,.legalweb-bs .table-light thead th,.legalweb-bs .table-light tbody+tbody{border-color:#f6f6f6}.legalweb-bs .table-hover .table-light:hover{background-color:#ededed}.legalweb-bs .table-hover .table-light:hover>td,.legalweb-bs .table-hover .table-light:hover>th{background-color:#ededed}.legalweb-bs .table-dark,.legalweb-bs .table-dark>th,.legalweb-bs .table-dark>td{background-color:#c1c1c1}.legalweb-bs .table-dark th,.legalweb-bs .table-dark td,.legalweb-bs .table-dark thead th,.legalweb-bs .table-dark tbody+tbody{border-color:#8c8c8c}.legalweb-bs .table-hover .table-dark:hover{background-color:#b4b4b4}.legalweb-bs .table-hover .table-dark:hover>td,.legalweb-bs .table-hover .table-dark:hover>th{background-color:#b4b4b4}.legalweb-bs .table-active,.legalweb-bs .table-active>th,.legalweb-bs .table-active>td{background-color:rgba(0,0,0,0.075)}.legalweb-bs .table-hover .table-active:hover{background-color:rgba(0,0,0,0.075)}.legalweb-bs .table-hover .table-active:hover>td,.legalweb-bs .table-hover .table-active:hover>th{background-color:rgba(0,0,0,0.075)}.legalweb-bs .table .thead-dark th{color:#fff;background-color:#333;border-color:#464646}.legalweb-bs .table .thead-light th{color:#495057;background-color:#eee;border-color:#dee2e6}.legalweb-bs .table-dark{color:#fff;background-color:#333}.legalweb-bs .table-dark th,.legalweb-bs .table-dark td,.legalweb-bs .table-dark thead th{border-color:#464646}.legalweb-bs .table-dark.table-bordered{border:0}.legalweb-bs .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.legalweb-bs .table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.legalweb-bs .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.legalweb-bs .table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.legalweb-bs .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.legalweb-bs .table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.legalweb-bs .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.legalweb-bs .table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.legalweb-bs .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.legalweb-bs .table-responsive-xl>.table-bordered{border:0}}.legalweb-bs .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.legalweb-bs .table-responsive>.table-bordered{border:0}.legalweb-bs .form-control{display:block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 0.5rem;font-size:0.9375rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border-radius:0px;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.legalweb-bs .form-control{-webkit-transition:none;transition:none}}.legalweb-bs .form-control::-ms-expand{background-color:transparent;border:0}.legalweb-bs .form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.legalweb-bs .form-control:focus{color:#495057;background-color:#fff;border-color:#3bceff;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.legalweb-bs .form-control::-webkit-input-placeholder{color:#888;opacity:1}.legalweb-bs .form-control::-ms-input-placeholder{color:#888;opacity:1}.legalweb-bs .form-control::placeholder{color:#888;opacity:1}.legalweb-bs .form-control:disabled,.legalweb-bs .form-control[readonly]{background-color:#eee;opacity:1}.legalweb-bs input[type="date"].form-control,.legalweb-bs input[type="time"].form-control,.legalweb-bs input[type="datetime-local"].form-control,.legalweb-bs input[type="month"].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}.legalweb-bs select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.legalweb-bs .form-control-file,.legalweb-bs .form-control-range{display:block;width:100%}.legalweb-bs .col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.legalweb-bs .col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.171875rem;line-height:1.5}.legalweb-bs .col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.8203125rem;line-height:1.5}.legalweb-bs .form-control-plaintext{display:block;width:100%;padding:0.375rem 0;margin-bottom:0;font-size:0.9375rem;line-height:1.5;color:#222;background-color:transparent;border:solid transparent;border-width:1px 0}.legalweb-bs .form-control-plaintext.form-control-sm,.legalweb-bs .form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.legalweb-bs .form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5;border-radius:0px}.legalweb-bs .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:0.5rem 1rem;font-size:1.171875rem;line-height:1.5;border-radius:0px}.legalweb-bs select.form-control[size],.legalweb-bs select.form-control[multiple]{height:auto}.legalweb-bs textarea.form-control{height:auto}.legalweb-bs .form-group{margin-bottom:1rem}.legalweb-bs .form-text{display:block;margin-top:0.25rem}.legalweb-bs .form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.legalweb-bs .form-row>.col,.legalweb-bs .form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.legalweb-bs .form-check{position:relative;display:block;padding-left:1.25rem}.legalweb-bs .form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.legalweb-bs .form-check-input[disabled] ~ .form-check-label,.legalweb-bs .form-check-input:disabled ~ .form-check-label{color:#888}.legalweb-bs .form-check-label{margin-bottom:0}.legalweb-bs .form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.legalweb-bs .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.legalweb-bs .valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#43ac6a}.legalweb-bs .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:.1rem;font-size:0.8203125rem;line-height:1.5;color:#fff;background-color:rgba(67,172,106,0.9);border-radius:0px}.was-validated .legalweb-bs:valid ~ .valid-feedback,.was-validated .legalweb-bs:valid ~ .valid-tooltip,.legalweb-bs.is-valid ~ .valid-feedback,.legalweb-bs.is-valid ~ .valid-tooltip{display:block}.was-validated .legalweb-bs .form-control:valid,.legalweb-bs .form-control.is-valid{border-color:#43ac6a;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2343ac6a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .legalweb-bs .form-control:valid:focus,.legalweb-bs .form-control.is-valid:focus{border-color:#43ac6a;-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25)}.was-validated .legalweb-bs textarea.form-control:valid,.legalweb-bs textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .legalweb-bs .custom-select:valid,.legalweb-bs .custom-select.is-valid{border-color:#43ac6a;padding-right:calc(0.75em + 2.0625rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2343ac6a' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.5rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .legalweb-bs .custom-select:valid:focus,.legalweb-bs .custom-select.is-valid:focus{border-color:#43ac6a;-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25)}.was-validated .legalweb-bs .form-check-input:valid ~ .form-check-label,.legalweb-bs .form-check-input.is-valid ~ .form-check-label{color:#43ac6a}.was-validated .legalweb-bs .form-check-input:valid ~ .valid-feedback,.was-validated .legalweb-bs .form-check-input:valid ~ .valid-tooltip,.legalweb-bs .form-check-input.is-valid ~ .valid-feedback,.legalweb-bs .form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .legalweb-bs .custom-control-input:valid ~ .custom-control-label,.legalweb-bs .custom-control-input.is-valid ~ .custom-control-label{color:#43ac6a}.was-validated .legalweb-bs .custom-control-input:valid ~ .custom-control-label::before,.legalweb-bs .custom-control-input.is-valid ~ .custom-control-label::before{border-color:#43ac6a}.was-validated .legalweb-bs .custom-control-input:valid:checked ~ .custom-control-label::before,.legalweb-bs .custom-control-input.is-valid:checked ~ .custom-control-label::before{border-color:#61c185;background-color:#61c185}.was-validated .legalweb-bs .custom-control-input:valid:focus ~ .custom-control-label::before,.legalweb-bs .custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25)}.was-validated .legalweb-bs .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.legalweb-bs .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#43ac6a}.was-validated .legalweb-bs .custom-file-input:valid ~ .custom-file-label,.legalweb-bs .custom-file-input.is-valid ~ .custom-file-label{border-color:#43ac6a}.was-validated .legalweb-bs .custom-file-input:valid:focus ~ .custom-file-label,.legalweb-bs .custom-file-input.is-valid:focus ~ .custom-file-label{border-color:#43ac6a;-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.25)}.legalweb-bs .invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#F04124}.legalweb-bs .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:.1rem;font-size:0.8203125rem;line-height:1.5;color:#fff;background-color:rgba(240,65,36,0.9);border-radius:0px}.was-validated .legalweb-bs:invalid ~ .invalid-feedback,.was-validated .legalweb-bs:invalid ~ .invalid-tooltip,.legalweb-bs.is-invalid ~ .invalid-feedback,.legalweb-bs.is-invalid ~ .invalid-tooltip{display:block}.was-validated .legalweb-bs .form-control:invalid,.legalweb-bs .form-control.is-invalid{border-color:#F04124;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F04124' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F04124' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .legalweb-bs .form-control:invalid:focus,.legalweb-bs .form-control.is-invalid:focus{border-color:#F04124;-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25)}.was-validated .legalweb-bs textarea.form-control:invalid,.legalweb-bs textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .legalweb-bs .custom-select:invalid,.legalweb-bs .custom-select.is-invalid{border-color:#F04124;padding-right:calc(0.75em + 2.0625rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F04124' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F04124' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.5rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .legalweb-bs .custom-select:invalid:focus,.legalweb-bs .custom-select.is-invalid:focus{border-color:#F04124;-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25)}.was-validated .legalweb-bs .form-check-input:invalid ~ .form-check-label,.legalweb-bs .form-check-input.is-invalid ~ .form-check-label{color:#F04124}.was-validated .legalweb-bs .form-check-input:invalid ~ .invalid-feedback,.was-validated .legalweb-bs .form-check-input:invalid ~ .invalid-tooltip,.legalweb-bs .form-check-input.is-invalid ~ .invalid-feedback,.legalweb-bs .form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .legalweb-bs .custom-control-input:invalid ~ .custom-control-label,.legalweb-bs .custom-control-input.is-invalid ~ .custom-control-label{color:#F04124}.was-validated .legalweb-bs .custom-control-input:invalid ~ .custom-control-label::before,.legalweb-bs .custom-control-input.is-invalid ~ .custom-control-label::before{border-color:#F04124}.was-validated .legalweb-bs .custom-control-input:invalid:checked ~ .custom-control-label::before,.legalweb-bs .custom-control-input.is-invalid:checked ~ .custom-control-label::before{border-color:#f36a54;background-color:#f36a54}.was-validated .legalweb-bs .custom-control-input:invalid:focus ~ .custom-control-label::before,.legalweb-bs .custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25)}.was-validated .legalweb-bs .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.legalweb-bs .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{border-color:#F04124}.was-validated .legalweb-bs .custom-file-input:invalid ~ .custom-file-label,.legalweb-bs .custom-file-input.is-invalid ~ .custom-file-label{border-color:#F04124}.was-validated .legalweb-bs .custom-file-input:invalid:focus ~ .custom-file-label,.legalweb-bs .custom-file-input.is-invalid:focus ~ .custom-file-label{border-color:#F04124;-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.25)}.legalweb-bs .form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.legalweb-bs .form-inline .form-check{width:100%}@media (min-width: 576px){.legalweb-bs .form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.legalweb-bs .form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.legalweb-bs .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.legalweb-bs .form-inline .form-control-plaintext{display:inline-block}.legalweb-bs .form-inline .input-group,.legalweb-bs .form-inline .custom-select{width:auto}.legalweb-bs .form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.legalweb-bs .form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:0.25rem;margin-left:0}.legalweb-bs .form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.legalweb-bs .form-inline .custom-control-label{margin-bottom:0}}.legalweb-bs .btn{display:inline-block;font-weight:300;color:#222;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.5rem;font-size:0.9375rem;line-height:1.5;border-radius:0px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.legalweb-bs .btn{-webkit-transition:none;transition:none}}.legalweb-bs .btn:hover{color:#222;text-decoration:none}.legalweb-bs .btn:focus,.legalweb-bs .btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.legalweb-bs .btn.disabled,.legalweb-bs .btn:disabled{opacity:0.65}.legalweb-bs .btn:not(:disabled):not(.disabled){cursor:pointer}.legalweb-bs a.btn.disabled,.legalweb-bs fieldset:disabled a.btn{pointer-events:none}.legalweb-bs .btn-primary{color:#fff;background-color:#008cba;border-color:#008cba}.legalweb-bs .btn-primary:hover{color:#fff;background-color:#006f94;border-color:#006687}.legalweb-bs .btn-primary:focus,.legalweb-bs .btn-primary.focus{color:#fff;background-color:#006f94;border-color:#006687;-webkit-box-shadow:0 0 0 0.2rem rgba(38,157,196,0.5);box-shadow:0 0 0 0.2rem rgba(38,157,196,0.5)}.legalweb-bs .btn-primary.disabled,.legalweb-bs .btn-primary:disabled{color:#fff;background-color:#008cba;border-color:#008cba}.legalweb-bs .btn-primary:not(:disabled):not(.disabled):active,.legalweb-bs .btn-primary:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-primary.dropdown-toggle{color:#fff;background-color:#006687;border-color:#005c7a}.legalweb-bs .btn-primary:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-primary:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(38,157,196,0.5);box-shadow:0 0 0 0.2rem rgba(38,157,196,0.5)}.legalweb-bs .btn-secondary{color:#222;background-color:#eee;border-color:#eee}.legalweb-bs .btn-secondary:hover{color:#222;background-color:#dbdbdb;border-color:#d5d4d4}.legalweb-bs .btn-secondary:focus,.legalweb-bs .btn-secondary.focus{color:#222;background-color:#dbdbdb;border-color:#d5d4d4;-webkit-box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5);box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5)}.legalweb-bs .btn-secondary.disabled,.legalweb-bs .btn-secondary:disabled{color:#222;background-color:#eee;border-color:#eee}.legalweb-bs .btn-secondary:not(:disabled):not(.disabled):active,.legalweb-bs .btn-secondary:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-secondary.dropdown-toggle{color:#222;background-color:#d5d4d4;border-color:#cecece}.legalweb-bs .btn-secondary:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5);box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5)}.legalweb-bs .btn-success{color:#fff;background-color:#43ac6a;border-color:#43ac6a}.legalweb-bs .btn-success:hover{color:#fff;background-color:#389059;border-color:#358753}.legalweb-bs .btn-success:focus,.legalweb-bs .btn-success.focus{color:#fff;background-color:#389059;border-color:#358753;-webkit-box-shadow:0 0 0 0.2rem rgba(95,184,128,0.5);box-shadow:0 0 0 0.2rem rgba(95,184,128,0.5)}.legalweb-bs .btn-success.disabled,.legalweb-bs .btn-success:disabled{color:#fff;background-color:#43ac6a;border-color:#43ac6a}.legalweb-bs .btn-success:not(:disabled):not(.disabled):active,.legalweb-bs .btn-success:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-success.dropdown-toggle{color:#fff;background-color:#358753;border-color:#317e4e}.legalweb-bs .btn-success:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-success:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(95,184,128,0.5);box-shadow:0 0 0 0.2rem rgba(95,184,128,0.5)}.legalweb-bs .btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.legalweb-bs .btn-info:hover{color:#fff;background-color:#3bb4d8;border-color:#31b0d5}.legalweb-bs .btn-info:focus,.legalweb-bs .btn-info.focus{color:#fff;background-color:#3bb4d8;border-color:#31b0d5;-webkit-box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5);box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5)}.legalweb-bs .btn-info.disabled,.legalweb-bs .btn-info:disabled{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.legalweb-bs .btn-info:not(:disabled):not(.disabled):active,.legalweb-bs .btn-info:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#2aaacf}.legalweb-bs .btn-info:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-info:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5);box-shadow:0 0 0 0.2rem rgba(116,201,227,0.5)}.legalweb-bs .btn-warning{color:#fff;background-color:#E99002;border-color:#E99002}.legalweb-bs .btn-warning:hover{color:#fff;background-color:#c37902;border-color:#b67102}.legalweb-bs .btn-warning:focus,.legalweb-bs .btn-warning.focus{color:#fff;background-color:#c37902;border-color:#b67102;-webkit-box-shadow:0 0 0 0.2rem rgba(236,161,40,0.5);box-shadow:0 0 0 0.2rem rgba(236,161,40,0.5)}.legalweb-bs .btn-warning.disabled,.legalweb-bs .btn-warning:disabled{color:#fff;background-color:#E99002;border-color:#E99002}.legalweb-bs .btn-warning:not(:disabled):not(.disabled):active,.legalweb-bs .btn-warning:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-warning.dropdown-toggle{color:#fff;background-color:#b67102;border-color:#aa6901}.legalweb-bs .btn-warning:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-warning:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(236,161,40,0.5);box-shadow:0 0 0 0.2rem rgba(236,161,40,0.5)}.legalweb-bs .btn-danger{color:#fff;background-color:#F04124;border-color:#F04124}.legalweb-bs .btn-danger:hover{color:#fff;background-color:#df2d0f;border-color:#d32a0e}.legalweb-bs .btn-danger:focus,.legalweb-bs .btn-danger.focus{color:#fff;background-color:#df2d0f;border-color:#d32a0e;-webkit-box-shadow:0 0 0 0.2rem rgba(242,94,69,0.5);box-shadow:0 0 0 0.2rem rgba(242,94,69,0.5)}.legalweb-bs .btn-danger.disabled,.legalweb-bs .btn-danger:disabled{color:#fff;background-color:#F04124;border-color:#F04124}.legalweb-bs .btn-danger:not(:disabled):not(.disabled):active,.legalweb-bs .btn-danger:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-danger.dropdown-toggle{color:#fff;background-color:#d32a0e;border-color:#c7280e}.legalweb-bs .btn-danger:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-danger:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(242,94,69,0.5);box-shadow:0 0 0 0.2rem rgba(242,94,69,0.5)}.legalweb-bs .btn-light{color:#222;background-color:#eee;border-color:#eee}.legalweb-bs .btn-light:hover{color:#222;background-color:#dbdbdb;border-color:#d5d4d4}.legalweb-bs .btn-light:focus,.legalweb-bs .btn-light.focus{color:#222;background-color:#dbdbdb;border-color:#d5d4d4;-webkit-box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5);box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5)}.legalweb-bs .btn-light.disabled,.legalweb-bs .btn-light:disabled{color:#222;background-color:#eee;border-color:#eee}.legalweb-bs .btn-light:not(:disabled):not(.disabled):active,.legalweb-bs .btn-light:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-light.dropdown-toggle{color:#222;background-color:#d5d4d4;border-color:#cecece}.legalweb-bs .btn-light:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-light:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5);box-shadow:0 0 0 0.2rem rgba(207,207,207,0.5)}.legalweb-bs .btn-dark{color:#fff;background-color:#222;border-color:#222}.legalweb-bs .btn-dark:hover{color:#fff;background-color:#0f0f0f;border-color:#090808}.legalweb-bs .btn-dark:focus,.legalweb-bs .btn-dark.focus{color:#fff;background-color:#0f0f0f;border-color:#090808;-webkit-box-shadow:0 0 0 0.2rem rgba(67,67,67,0.5);box-shadow:0 0 0 0.2rem rgba(67,67,67,0.5)}.legalweb-bs .btn-dark.disabled,.legalweb-bs .btn-dark:disabled{color:#fff;background-color:#222;border-color:#222}.legalweb-bs .btn-dark:not(:disabled):not(.disabled):active,.legalweb-bs .btn-dark:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-dark.dropdown-toggle{color:#fff;background-color:#090808;border-color:#020202}.legalweb-bs .btn-dark:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-dark:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(67,67,67,0.5);box-shadow:0 0 0 0.2rem rgba(67,67,67,0.5)}.legalweb-bs .btn-outline-primary{color:#008cba;border-color:#008cba}.legalweb-bs .btn-outline-primary:hover{color:#fff;background-color:#008cba;border-color:#008cba}.legalweb-bs .btn-outline-primary:focus,.legalweb-bs .btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5)}.legalweb-bs .btn-outline-primary.disabled,.legalweb-bs .btn-outline-primary:disabled{color:#008cba;background-color:transparent}.legalweb-bs .btn-outline-primary:not(:disabled):not(.disabled):active,.legalweb-bs .btn-outline-primary:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#008cba;border-color:#008cba}.legalweb-bs .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5)}.legalweb-bs .btn-outline-secondary{color:#eee;border-color:#eee}.legalweb-bs .btn-outline-secondary:hover{color:#222;background-color:#eee;border-color:#eee}.legalweb-bs .btn-outline-secondary:focus,.legalweb-bs .btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.legalweb-bs .btn-outline-secondary.disabled,.legalweb-bs .btn-outline-secondary:disabled{color:#eee;background-color:transparent}.legalweb-bs .btn-outline-secondary:not(:disabled):not(.disabled):active,.legalweb-bs .btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-outline-secondary.dropdown-toggle{color:#222;background-color:#eee;border-color:#eee}.legalweb-bs .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.legalweb-bs .btn-outline-success{color:#43ac6a;border-color:#43ac6a}.legalweb-bs .btn-outline-success:hover{color:#fff;background-color:#43ac6a;border-color:#43ac6a}.legalweb-bs .btn-outline-success:focus,.legalweb-bs .btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5)}.legalweb-bs .btn-outline-success.disabled,.legalweb-bs .btn-outline-success:disabled{color:#43ac6a;background-color:transparent}.legalweb-bs .btn-outline-success:not(:disabled):not(.disabled):active,.legalweb-bs .btn-outline-success:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-outline-success.dropdown-toggle{color:#fff;background-color:#43ac6a;border-color:#43ac6a}.legalweb-bs .btn-outline-success:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5)}.legalweb-bs .btn-outline-info{color:#5bc0de;border-color:#5bc0de}.legalweb-bs .btn-outline-info:hover{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.legalweb-bs .btn-outline-info:focus,.legalweb-bs .btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5);box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5)}.legalweb-bs .btn-outline-info.disabled,.legalweb-bs .btn-outline-info:disabled{color:#5bc0de;background-color:transparent}.legalweb-bs .btn-outline-info:not(:disabled):not(.disabled):active,.legalweb-bs .btn-outline-info:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.legalweb-bs .btn-outline-info:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5);box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5)}.legalweb-bs .btn-outline-warning{color:#E99002;border-color:#E99002}.legalweb-bs .btn-outline-warning:hover{color:#fff;background-color:#E99002;border-color:#E99002}.legalweb-bs .btn-outline-warning:focus,.legalweb-bs .btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5);box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5)}.legalweb-bs .btn-outline-warning.disabled,.legalweb-bs .btn-outline-warning:disabled{color:#E99002;background-color:transparent}.legalweb-bs .btn-outline-warning:not(:disabled):not(.disabled):active,.legalweb-bs .btn-outline-warning:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-outline-warning.dropdown-toggle{color:#fff;background-color:#E99002;border-color:#E99002}.legalweb-bs .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5);box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5)}.legalweb-bs .btn-outline-danger{color:#F04124;border-color:#F04124}.legalweb-bs .btn-outline-danger:hover{color:#fff;background-color:#F04124;border-color:#F04124}.legalweb-bs .btn-outline-danger:focus,.legalweb-bs .btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5)}.legalweb-bs .btn-outline-danger.disabled,.legalweb-bs .btn-outline-danger:disabled{color:#F04124;background-color:transparent}.legalweb-bs .btn-outline-danger:not(:disabled):not(.disabled):active,.legalweb-bs .btn-outline-danger:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#F04124;border-color:#F04124}.legalweb-bs .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5)}.legalweb-bs .btn-outline-light{color:#eee;border-color:#eee}.legalweb-bs .btn-outline-light:hover{color:#222;background-color:#eee;border-color:#eee}.legalweb-bs .btn-outline-light:focus,.legalweb-bs .btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.legalweb-bs .btn-outline-light.disabled,.legalweb-bs .btn-outline-light:disabled{color:#eee;background-color:transparent}.legalweb-bs .btn-outline-light:not(:disabled):not(.disabled):active,.legalweb-bs .btn-outline-light:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-outline-light.dropdown-toggle{color:#222;background-color:#eee;border-color:#eee}.legalweb-bs .btn-outline-light:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.legalweb-bs .btn-outline-dark{color:#222;border-color:#222}.legalweb-bs .btn-outline-dark:hover{color:#fff;background-color:#222;border-color:#222}.legalweb-bs .btn-outline-dark:focus,.legalweb-bs .btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5);box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5)}.legalweb-bs .btn-outline-dark.disabled,.legalweb-bs .btn-outline-dark:disabled{color:#222;background-color:transparent}.legalweb-bs .btn-outline-dark:not(:disabled):not(.disabled):active,.legalweb-bs .btn-outline-dark:not(:disabled):not(.disabled).active,.show>.legalweb-bs .btn-outline-dark.dropdown-toggle{color:#fff;background-color:#222;border-color:#222}.legalweb-bs .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.legalweb-bs .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.legalweb-bs .btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5);box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5)}.legalweb-bs .btn-link{font-weight:400;color:#008cba;text-decoration:none}.legalweb-bs .btn-link:hover{color:#00526e;text-decoration:underline}.legalweb-bs .btn-link:focus,.legalweb-bs .btn-link.focus{text-decoration:underline}.legalweb-bs .btn-link:disabled,.legalweb-bs .btn-link.disabled{color:#888;pointer-events:none}.legalweb-bs .btn-lg,.legalweb-bs .btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.171875rem;line-height:1.5;border-radius:0px}.legalweb-bs .btn-sm,.legalweb-bs .btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5;border-radius:0px}.legalweb-bs .btn-block{display:block;width:100%}.legalweb-bs .btn-block+.btn-block{margin-top:0.5rem}.legalweb-bs input[type="submit"].btn-block,.legalweb-bs input[type="reset"].btn-block,.legalweb-bs input[type="button"].btn-block{width:100%}.legalweb-bs .fade{-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.legalweb-bs .fade{-webkit-transition:none;transition:none}}.legalweb-bs .fade:not(.show){opacity:0}.legalweb-bs .collapse:not(.show){display:none}.legalweb-bs .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.legalweb-bs .collapsing{-webkit-transition:none;transition:none}}.legalweb-bs .dropup,.legalweb-bs .dropright,.legalweb-bs .dropdown,.legalweb-bs .dropleft{position:relative}.legalweb-bs .dropdown-toggle{white-space:nowrap}.legalweb-bs .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.legalweb-bs .dropdown-toggle:empty::after{margin-left:0}.legalweb-bs .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:0.9375rem;color:#222;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);border-radius:0px}.legalweb-bs .dropdown-menu-left{right:auto;left:0}.legalweb-bs .dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.legalweb-bs .dropdown-menu-sm-left{right:auto;left:0}.legalweb-bs .dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.legalweb-bs .dropdown-menu-md-left{right:auto;left:0}.legalweb-bs .dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.legalweb-bs .dropdown-menu-lg-left{right:auto;left:0}.legalweb-bs .dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.legalweb-bs .dropdown-menu-xl-left{right:auto;left:0}.legalweb-bs .dropdown-menu-xl-right{right:0;left:auto}}.legalweb-bs .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:0.125rem}.legalweb-bs .dropup .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.legalweb-bs .dropup .dropdown-toggle:empty::after{margin-left:0}.legalweb-bs .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:0.125rem}.legalweb-bs .dropright .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.3em solid}.legalweb-bs .dropright .dropdown-toggle:empty::after{margin-left:0}.legalweb-bs .dropright .dropdown-toggle::after{vertical-align:0}.legalweb-bs .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:0.125rem}.legalweb-bs .dropleft .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:""}.legalweb-bs .dropleft .dropdown-toggle::after{display:none}.legalweb-bs .dropleft .dropdown-toggle::before{display:inline-block;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.legalweb-bs .dropleft .dropdown-toggle:empty::after{margin-left:0}.legalweb-bs .dropleft .dropdown-toggle::before{vertical-align:0}.legalweb-bs .dropdown-menu[x-placement^="top"],.legalweb-bs .dropdown-menu[x-placement^="right"],.legalweb-bs .dropdown-menu[x-placement^="bottom"],.legalweb-bs .dropdown-menu[x-placement^="left"]{right:auto;bottom:auto}.legalweb-bs .dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,0.1)}.legalweb-bs .dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#222;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.legalweb-bs .dropdown-item:hover,.legalweb-bs .dropdown-item:focus{color:#151515;text-decoration:none;background-color:#f8f9fa}.legalweb-bs .dropdown-item.active,.legalweb-bs .dropdown-item:active{color:#fff;text-decoration:none;background-color:#008cba}.legalweb-bs .dropdown-item.disabled,.legalweb-bs .dropdown-item:disabled{color:#888;pointer-events:none;background-color:transparent}.legalweb-bs .dropdown-menu.show{display:block}.legalweb-bs .dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.8203125rem;color:#888;white-space:nowrap}.legalweb-bs .dropdown-item-text{display:block;padding:0.25rem 1.5rem;color:#222}.legalweb-bs .btn-group,.legalweb-bs .btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.legalweb-bs .btn-group>.btn,.legalweb-bs .btn-group-vertical>.btn{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.legalweb-bs .btn-group>.btn:hover,.legalweb-bs .btn-group-vertical>.btn:hover{z-index:1}.legalweb-bs .btn-group>.btn:focus,.legalweb-bs .btn-group>.btn:active,.legalweb-bs .btn-group>.btn.active,.legalweb-bs .btn-group-vertical>.btn:focus,.legalweb-bs .btn-group-vertical>.btn:active,.legalweb-bs .btn-group-vertical>.btn.active{z-index:1}.legalweb-bs .btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.legalweb-bs .btn-toolbar .input-group{width:auto}.legalweb-bs .btn-group>.btn:not(:first-child),.legalweb-bs .btn-group>.btn-group:not(:first-child){margin-left:-1px}.legalweb-bs .btn-group>.btn:not(:last-child):not(.dropdown-toggle),.legalweb-bs .btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.legalweb-bs .btn-group>.btn:not(:first-child),.legalweb-bs .btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.legalweb-bs .dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.legalweb-bs .dropdown-toggle-split::after,.dropup .legalweb-bs .dropdown-toggle-split::after,.dropright .legalweb-bs .dropdown-toggle-split::after{margin-left:0}.dropleft .legalweb-bs .dropdown-toggle-split::before{margin-right:0}.legalweb-bs .btn-sm+.dropdown-toggle-split,.legalweb-bs .btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.legalweb-bs .btn-lg+.dropdown-toggle-split,.legalweb-bs .btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.legalweb-bs .btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.legalweb-bs .btn-group-vertical>.btn,.legalweb-bs .btn-group-vertical>.btn-group{width:100%}.legalweb-bs .btn-group-vertical>.btn:not(:first-child),.legalweb-bs .btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.legalweb-bs .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.legalweb-bs .btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.legalweb-bs .btn-group-vertical>.btn:not(:first-child),.legalweb-bs .btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.legalweb-bs .btn-group-toggle>.btn,.legalweb-bs .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.legalweb-bs .btn-group-toggle>.btn input[type="radio"],.legalweb-bs .btn-group-toggle>.btn input[type="checkbox"],.legalweb-bs .btn-group-toggle>.btn-group>.btn input[type="radio"],.legalweb-bs .btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.legalweb-bs .input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.legalweb-bs .input-group>.form-control,.legalweb-bs .input-group>.form-control-plaintext,.legalweb-bs .input-group>.custom-select,.legalweb-bs .input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.legalweb-bs .input-group>.form-control+.form-control,.legalweb-bs .input-group>.form-control+.custom-select,.legalweb-bs .input-group>.form-control+.custom-file,.legalweb-bs .input-group>.form-control-plaintext+.form-control,.legalweb-bs .input-group>.form-control-plaintext+.custom-select,.legalweb-bs .input-group>.form-control-plaintext+.custom-file,.legalweb-bs .input-group>.custom-select+.form-control,.legalweb-bs .input-group>.custom-select+.custom-select,.legalweb-bs .input-group>.custom-select+.custom-file,.legalweb-bs .input-group>.custom-file+.form-control,.legalweb-bs .input-group>.custom-file+.custom-select,.legalweb-bs .input-group>.custom-file+.custom-file{margin-left:-1px}.legalweb-bs .input-group>.form-control:focus,.legalweb-bs .input-group>.custom-select:focus,.legalweb-bs .input-group>.custom-file .custom-file-input:focus ~ .custom-file-label{z-index:3}.legalweb-bs .input-group>.custom-file .custom-file-input:focus{z-index:4}.legalweb-bs .input-group>.form-control:not(:last-child),.legalweb-bs .input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.legalweb-bs .input-group>.form-control:not(:first-child),.legalweb-bs .input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.legalweb-bs .input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.legalweb-bs .input-group>.custom-file:not(:last-child) .custom-file-label,.legalweb-bs .input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.legalweb-bs .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.legalweb-bs .input-group-prepend,.legalweb-bs .input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.legalweb-bs .input-group-prepend .btn,.legalweb-bs .input-group-append .btn{position:relative;z-index:2}.legalweb-bs .input-group-prepend .btn:focus,.legalweb-bs .input-group-append .btn:focus{z-index:3}.legalweb-bs .input-group-prepend .btn+.btn,.legalweb-bs .input-group-prepend .btn+.input-group-text,.legalweb-bs .input-group-prepend .input-group-text+.input-group-text,.legalweb-bs .input-group-prepend .input-group-text+.btn,.legalweb-bs .input-group-append .btn+.btn,.legalweb-bs .input-group-append .btn+.input-group-text,.legalweb-bs .input-group-append .input-group-text+.input-group-text,.legalweb-bs .input-group-append .input-group-text+.btn{margin-left:-1px}.legalweb-bs .input-group-prepend{margin-right:-1px}.legalweb-bs .input-group-append{margin-left:-1px}.legalweb-bs .input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.5rem;margin-bottom:0;font-size:0.9375rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#eee;border:1px solid #ccc;border-radius:0px}.legalweb-bs .input-group-text input[type="radio"],.legalweb-bs .input-group-text input[type="checkbox"]{margin-top:0}.legalweb-bs .input-group-lg>.form-control:not(textarea),.legalweb-bs .input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.legalweb-bs .input-group-lg>.form-control,.legalweb-bs .input-group-lg>.custom-select,.legalweb-bs .input-group-lg>.input-group-prepend>.input-group-text,.legalweb-bs .input-group-lg>.input-group-append>.input-group-text,.legalweb-bs .input-group-lg>.input-group-prepend>.btn,.legalweb-bs .input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.171875rem;line-height:1.5;border-radius:0px}.legalweb-bs .input-group-sm>.form-control:not(textarea),.legalweb-bs .input-group-sm>.custom-select{height:calc(1.5em + 0.5rem + 2px)}.legalweb-bs .input-group-sm>.form-control,.legalweb-bs .input-group-sm>.custom-select,.legalweb-bs .input-group-sm>.input-group-prepend>.input-group-text,.legalweb-bs .input-group-sm>.input-group-append>.input-group-text,.legalweb-bs .input-group-sm>.input-group-prepend>.btn,.legalweb-bs .input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5;border-radius:0px}.legalweb-bs .input-group-lg>.custom-select,.legalweb-bs .input-group-sm>.custom-select{padding-right:1.5rem}.legalweb-bs .input-group>.input-group-prepend>.btn,.legalweb-bs .input-group>.input-group-prepend>.input-group-text,.legalweb-bs .input-group>.input-group-append:not(:last-child)>.btn,.legalweb-bs .input-group>.input-group-append:not(:last-child)>.input-group-text,.legalweb-bs .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.legalweb-bs .input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.legalweb-bs .input-group>.input-group-append>.btn,.legalweb-bs .input-group>.input-group-append>.input-group-text,.legalweb-bs .input-group>.input-group-prepend:not(:first-child)>.btn,.legalweb-bs .input-group>.input-group-prepend:not(:first-child)>.input-group-text,.legalweb-bs .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.legalweb-bs .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.legalweb-bs .custom-control{position:relative;display:block;min-height:1.40625rem;padding-left:1.5rem}.legalweb-bs .custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.legalweb-bs .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.203125rem;opacity:0}.legalweb-bs .custom-control-input:checked ~ .custom-control-label::before{color:#fff;border-color:#008cba;background-color:#008cba}.legalweb-bs .custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.legalweb-bs .custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:#3bceff}.legalweb-bs .custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:#6edbff;border-color:#6edbff}.legalweb-bs .custom-control-input[disabled] ~ .custom-control-label,.legalweb-bs .custom-control-input:disabled ~ .custom-control-label{color:#888}.legalweb-bs .custom-control-input[disabled] ~ .custom-control-label::before,.legalweb-bs .custom-control-input:disabled ~ .custom-control-label::before{background-color:#eee}.legalweb-bs .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.legalweb-bs .custom-control-label::before{position:absolute;top:0.203125rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.legalweb-bs .custom-control-label::after{position:absolute;top:0.203125rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50% / 50% 50%}.legalweb-bs .custom-checkbox .custom-control-label::before{border-radius:0px}.legalweb-bs .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.legalweb-bs .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{border-color:#008cba;background-color:#008cba}.legalweb-bs .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.legalweb-bs .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,140,186,0.5)}.legalweb-bs .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(0,140,186,0.5)}.legalweb-bs .custom-radio .custom-control-label::before{border-radius:50%}.legalweb-bs .custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.legalweb-bs .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,140,186,0.5)}.legalweb-bs .custom-switch{padding-left:2.25rem}.legalweb-bs .custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:0.5rem}.legalweb-bs .custom-switch .custom-control-label::after{top:calc(0.203125rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:0.5rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.legalweb-bs .custom-switch .custom-control-label::after{-webkit-transition:none;transition:none}}.legalweb-bs .custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color:#fff;-webkit-transform:translateX(0.75rem);transform:translateX(0.75rem)}.legalweb-bs .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(0,140,186,0.5)}.legalweb-bs .custom-select{display:inline-block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 1.5rem 0.375rem 0.5rem;font-size:0.9375rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px;border:1px solid #ccc;border-radius:0px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.legalweb-bs .custom-select:focus{border-color:#3bceff;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.legalweb-bs .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.legalweb-bs .custom-select[multiple],.legalweb-bs .custom-select[size]:not([size="1"]){height:auto;padding-right:0.5rem;background-image:none}.legalweb-bs .custom-select:disabled{color:#888;background-color:#eee}.legalweb-bs .custom-select::-ms-expand{display:none}.legalweb-bs .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.legalweb-bs .custom-select-sm{height:calc(1.5em + 0.5rem + 2px);padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-size:0.8203125rem}.legalweb-bs .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;font-size:1.171875rem}.legalweb-bs .custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + 0.75rem + 2px);margin-bottom:0}.legalweb-bs .custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + 0.75rem + 2px);margin:0;opacity:0}.legalweb-bs .custom-file-input:focus ~ .custom-file-label{border-color:#3bceff;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.legalweb-bs .custom-file-input[disabled] ~ .custom-file-label,.legalweb-bs .custom-file-input:disabled ~ .custom-file-label{background-color:#eee}.legalweb-bs .custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.legalweb-bs .custom-file-input ~ .custom-file-label[data-browse]::after{content:attr(data-browse)}.legalweb-bs .custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 0.5rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ccc;border-radius:0px}.legalweb-bs .custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + 0.75rem);padding:0.375rem 0.5rem;line-height:1.5;color:#495057;content:"Browse";background-color:#eee;border-left:inherit;border-radius:0 0px 0px 0}.legalweb-bs .custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.legalweb-bs .custom-range:focus{outline:none}.legalweb-bs .custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,140,186,0.25)}.legalweb-bs .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,140,186,0.25)}.legalweb-bs .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(0,140,186,0.25)}.legalweb-bs .custom-range::-moz-focus-outer{border:0}.legalweb-bs .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#008cba;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.legalweb-bs .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.legalweb-bs .custom-range::-webkit-slider-thumb:active{background-color:#6edbff}.legalweb-bs .custom-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.legalweb-bs .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#008cba;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.legalweb-bs .custom-range::-moz-range-thumb{-webkit-transition:none;transition:none}}.legalweb-bs .custom-range::-moz-range-thumb:active{background-color:#6edbff}.legalweb-bs .custom-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.legalweb-bs .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:0.2rem;margin-left:0.2rem;background-color:#008cba;border:0;border-radius:1rem;-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.legalweb-bs .custom-range::-ms-thumb{-webkit-transition:none;transition:none}}.legalweb-bs .custom-range::-ms-thumb:active{background-color:#6edbff}.legalweb-bs .custom-range::-ms-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:0.5rem}.legalweb-bs .custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.legalweb-bs .custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.legalweb-bs .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.legalweb-bs .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.legalweb-bs .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.legalweb-bs .custom-range:disabled::-moz-range-track{cursor:default}.legalweb-bs .custom-range:disabled::-ms-thumb{background-color:#adb5bd}.legalweb-bs .custom-control-label::before,.legalweb-bs .custom-file-label,.legalweb-bs .custom-select{-webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.legalweb-bs .custom-control-label::before,.legalweb-bs .custom-file-label,.legalweb-bs .custom-select{-webkit-transition:none;transition:none}}.legalweb-bs .nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.legalweb-bs .nav-link{display:block;padding:0.5rem 1rem}.legalweb-bs .nav-link:hover,.legalweb-bs .nav-link:focus{text-decoration:none}.legalweb-bs .nav-link.disabled{color:#ccc;pointer-events:none;cursor:default}.legalweb-bs .nav-tabs{border-bottom:1px solid rgba(0,0,0,0.1)}.legalweb-bs .nav-tabs .nav-item{margin-bottom:-1px}.legalweb-bs .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:0px;border-top-right-radius:0px}.legalweb-bs .nav-tabs .nav-link:hover,.legalweb-bs .nav-tabs .nav-link:focus{border-color:rgba(0,0,0,0.1)}.legalweb-bs .nav-tabs .nav-link.disabled{color:#ccc;background-color:transparent;border-color:transparent}.legalweb-bs .nav-tabs .nav-link.active,.legalweb-bs .nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:rgba(0,0,0,0.1)}.legalweb-bs .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.legalweb-bs .nav-pills .nav-link{border-radius:0px}.legalweb-bs .nav-pills .nav-link.active,.legalweb-bs .nav-pills .show>.nav-link{color:#fff;background-color:#008cba}.legalweb-bs .nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.legalweb-bs .nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.legalweb-bs .tab-content>.tab-pane{display:none}.legalweb-bs .tab-content>.active{display:block}.legalweb-bs .navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.legalweb-bs .navbar .container,.legalweb-bs .navbar .container-fluid,.legalweb-bs .navbar .container-sm,.legalweb-bs .navbar .container-md,.legalweb-bs .navbar .container-lg,.legalweb-bs .navbar .container-xl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.legalweb-bs .navbar-brand{display:inline-block;padding-top:0.32421875rem;padding-bottom:0.32421875rem;margin-right:1rem;font-size:1.171875rem;line-height:inherit;white-space:nowrap}.legalweb-bs .navbar-brand:hover,.legalweb-bs .navbar-brand:focus{text-decoration:none}.legalweb-bs .navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.legalweb-bs .navbar-nav .nav-link{padding-right:0;padding-left:0}.legalweb-bs .navbar-nav .dropdown-menu{position:static;float:none}.legalweb-bs .navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.legalweb-bs .navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.legalweb-bs .navbar-toggler{padding:0.25rem 0.75rem;font-size:1.171875rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0px}.legalweb-bs .navbar-toggler:hover,.legalweb-bs .navbar-toggler:focus{text-decoration:none}.legalweb-bs .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.legalweb-bs .navbar-expand-sm>.container,.legalweb-bs .navbar-expand-sm>.container-fluid,.legalweb-bs .navbar-expand-sm>.container-sm,.legalweb-bs .navbar-expand-sm>.container-md,.legalweb-bs .navbar-expand-sm>.container-lg,.legalweb-bs .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 576px){.legalweb-bs .navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.legalweb-bs .navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.legalweb-bs .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.legalweb-bs .navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.legalweb-bs .navbar-expand-sm>.container,.legalweb-bs .navbar-expand-sm>.container-fluid,.legalweb-bs .navbar-expand-sm>.container-sm,.legalweb-bs .navbar-expand-sm>.container-md,.legalweb-bs .navbar-expand-sm>.container-lg,.legalweb-bs .navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.legalweb-bs .navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.legalweb-bs .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width: 767.98px){.legalweb-bs .navbar-expand-md>.container,.legalweb-bs .navbar-expand-md>.container-fluid,.legalweb-bs .navbar-expand-md>.container-sm,.legalweb-bs .navbar-expand-md>.container-md,.legalweb-bs .navbar-expand-md>.container-lg,.legalweb-bs .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 768px){.legalweb-bs .navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.legalweb-bs .navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.legalweb-bs .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.legalweb-bs .navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.legalweb-bs .navbar-expand-md>.container,.legalweb-bs .navbar-expand-md>.container-fluid,.legalweb-bs .navbar-expand-md>.container-sm,.legalweb-bs .navbar-expand-md>.container-md,.legalweb-bs .navbar-expand-md>.container-lg,.legalweb-bs .navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.legalweb-bs .navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.legalweb-bs .navbar-expand-md .navbar-toggler{display:none}}@media (max-width: 991.98px){.legalweb-bs .navbar-expand-lg>.container,.legalweb-bs .navbar-expand-lg>.container-fluid,.legalweb-bs .navbar-expand-lg>.container-sm,.legalweb-bs .navbar-expand-lg>.container-md,.legalweb-bs .navbar-expand-lg>.container-lg,.legalweb-bs .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 992px){.legalweb-bs .navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.legalweb-bs .navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.legalweb-bs .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.legalweb-bs .navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.legalweb-bs .navbar-expand-lg>.container,.legalweb-bs .navbar-expand-lg>.container-fluid,.legalweb-bs .navbar-expand-lg>.container-sm,.legalweb-bs .navbar-expand-lg>.container-md,.legalweb-bs .navbar-expand-lg>.container-lg,.legalweb-bs .navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.legalweb-bs .navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.legalweb-bs .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width: 1199.98px){.legalweb-bs .navbar-expand-xl>.container,.legalweb-bs .navbar-expand-xl>.container-fluid,.legalweb-bs .navbar-expand-xl>.container-sm,.legalweb-bs .navbar-expand-xl>.container-md,.legalweb-bs .navbar-expand-xl>.container-lg,.legalweb-bs .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 1200px){.legalweb-bs .navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.legalweb-bs .navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.legalweb-bs .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.legalweb-bs .navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.legalweb-bs .navbar-expand-xl>.container,.legalweb-bs .navbar-expand-xl>.container-fluid,.legalweb-bs .navbar-expand-xl>.container-sm,.legalweb-bs .navbar-expand-xl>.container-md,.legalweb-bs .navbar-expand-xl>.container-lg,.legalweb-bs .navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.legalweb-bs .navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.legalweb-bs .navbar-expand-xl .navbar-toggler{display:none}}.legalweb-bs .navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.legalweb-bs .navbar-expand>.container,.legalweb-bs .navbar-expand>.container-fluid,.legalweb-bs .navbar-expand>.container-sm,.legalweb-bs .navbar-expand>.container-md,.legalweb-bs .navbar-expand>.container-lg,.legalweb-bs .navbar-expand>.container-xl{padding-right:0;padding-left:0}.legalweb-bs .navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.legalweb-bs .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.legalweb-bs .navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.legalweb-bs .navbar-expand>.container,.legalweb-bs .navbar-expand>.container-fluid,.legalweb-bs .navbar-expand>.container-sm,.legalweb-bs .navbar-expand>.container-md,.legalweb-bs .navbar-expand>.container-lg,.legalweb-bs .navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.legalweb-bs .navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.legalweb-bs .navbar-expand .navbar-toggler{display:none}.legalweb-bs .navbar-light .navbar-brand{color:rgba(0,0,0,0.9)}.legalweb-bs .navbar-light .navbar-brand:hover,.legalweb-bs .navbar-light .navbar-brand:focus{color:rgba(0,0,0,0.9)}.legalweb-bs .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,0.5)}.legalweb-bs .navbar-light .navbar-nav .nav-link:hover,.legalweb-bs .navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,0.7)}.legalweb-bs .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.legalweb-bs .navbar-light .navbar-nav .show>.nav-link,.legalweb-bs .navbar-light .navbar-nav .active>.nav-link,.legalweb-bs .navbar-light .navbar-nav .nav-link.show,.legalweb-bs .navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,0.9)}.legalweb-bs .navbar-light .navbar-toggler{color:rgba(0,0,0,0.5);border-color:rgba(0,0,0,0.1)}.legalweb-bs .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.legalweb-bs .navbar-light .navbar-text{color:rgba(0,0,0,0.5)}.legalweb-bs .navbar-light .navbar-text a{color:rgba(0,0,0,0.9)}.legalweb-bs .navbar-light .navbar-text a:hover,.legalweb-bs .navbar-light .navbar-text a:focus{color:rgba(0,0,0,0.9)}.legalweb-bs .navbar-dark .navbar-brand{color:#fff}.legalweb-bs .navbar-dark .navbar-brand:hover,.legalweb-bs .navbar-dark .navbar-brand:focus{color:#fff}.legalweb-bs .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.7)}.legalweb-bs .navbar-dark .navbar-nav .nav-link:hover,.legalweb-bs .navbar-dark .navbar-nav .nav-link:focus{color:#fff}.legalweb-bs .navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.legalweb-bs .navbar-dark .navbar-nav .show>.nav-link,.legalweb-bs .navbar-dark .navbar-nav .active>.nav-link,.legalweb-bs .navbar-dark .navbar-nav .nav-link.show,.legalweb-bs .navbar-dark .navbar-nav .nav-link.active{color:#fff}.legalweb-bs .navbar-dark .navbar-toggler{color:rgba(255,255,255,0.7);border-color:rgba(255,255,255,0.1)}.legalweb-bs .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.legalweb-bs .navbar-dark .navbar-text{color:rgba(255,255,255,0.7)}.legalweb-bs .navbar-dark .navbar-text a{color:#fff}.legalweb-bs .navbar-dark .navbar-text a:hover,.legalweb-bs .navbar-dark .navbar-text a:focus{color:#fff}.legalweb-bs .card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,0.125);border-radius:0px}.legalweb-bs .card>hr{margin-right:0;margin-left:0}.legalweb-bs .card>.list-group{border-top:inherit;border-bottom:inherit}.legalweb-bs .card>.list-group:first-child{border-top-width:0;border-top-left-radius:0px;border-top-right-radius:0px}.legalweb-bs .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:0px;border-bottom-left-radius:0px}.legalweb-bs .card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.legalweb-bs .card-title{margin-bottom:0.75rem}.legalweb-bs .card-subtitle{margin-top:-0.375rem;margin-bottom:0}.legalweb-bs .card-text:last-child{margin-bottom:0}.legalweb-bs .card-link:hover{text-decoration:none}.legalweb-bs .card-link+.card-link{margin-left:1.25rem}.legalweb-bs .card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.125)}.legalweb-bs .card-header:first-child{border-radius:0px 0px 0 0}.legalweb-bs .card-header+.list-group .list-group-item:first-child{border-top:0}.legalweb-bs .card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:1px solid rgba(0,0,0,0.125)}.legalweb-bs .card-footer:last-child{border-radius:0 0 0px 0px}.legalweb-bs .card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.legalweb-bs .card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.legalweb-bs .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.legalweb-bs .card-img,.legalweb-bs .card-img-top,.legalweb-bs .card-img-bottom{-ms-flex-negative:0;flex-shrink:0;width:100%}.legalweb-bs .card-img,.legalweb-bs .card-img-top{border-top-left-radius:0px;border-top-right-radius:0px}.legalweb-bs .card-img,.legalweb-bs .card-img-bottom{border-bottom-right-radius:0px;border-bottom-left-radius:0px}.legalweb-bs .card-deck .card{margin-bottom:15px}@media (min-width: 576px){.legalweb-bs .card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.legalweb-bs .card-deck .card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.legalweb-bs .card-group>.card{margin-bottom:15px}@media (min-width: 576px){.legalweb-bs .card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.legalweb-bs .card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.legalweb-bs .card-group>.card+.card{margin-left:0;border-left:0}.legalweb-bs .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.legalweb-bs .card-group>.card:not(:last-child) .card-img-top,.legalweb-bs .card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.legalweb-bs .card-group>.card:not(:last-child) .card-img-bottom,.legalweb-bs .card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.legalweb-bs .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.legalweb-bs .card-group>.card:not(:first-child) .card-img-top,.legalweb-bs .card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.legalweb-bs .card-group>.card:not(:first-child) .card-img-bottom,.legalweb-bs .card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.legalweb-bs .card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.legalweb-bs .card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.legalweb-bs .card-columns .card{display:inline-block;width:100%}}.legalweb-bs .accordion>.card{overflow:hidden}.legalweb-bs .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.legalweb-bs .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.legalweb-bs .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.legalweb-bs .breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eee;border-radius:0px}.legalweb-bs .breadcrumb-item{display:-webkit-box;display:-ms-flexbox;display:flex}.legalweb-bs .breadcrumb-item+.breadcrumb-item{padding-left:0.5rem}.legalweb-bs .breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;color:#888;content:"/"}.legalweb-bs .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.legalweb-bs .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.legalweb-bs .breadcrumb-item.active{color:#888}.legalweb-bs .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0px}.legalweb-bs .page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-1px;line-height:1.25;color:#888;background-color:#fff;border:1px solid rgba(0,0,0,0.1)}.legalweb-bs .page-link:hover{z-index:2;color:#00526e;text-decoration:none;background-color:#eee;border-color:#dee2e6}.legalweb-bs .page-link:focus{z-index:3;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.25)}.legalweb-bs .page-item:first-child .page-link{margin-left:0;border-top-left-radius:0px;border-bottom-left-radius:0px}.legalweb-bs .page-item:last-child .page-link{border-top-right-radius:0px;border-bottom-right-radius:0px}.legalweb-bs .page-item.active .page-link{z-index:3;color:#fff;background-color:#008cba;border-color:#0079a1}.legalweb-bs .page-item.disabled .page-link{color:#eee;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.legalweb-bs .pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.171875rem;line-height:1.5}.legalweb-bs .pagination-lg .page-item:first-child .page-link{border-top-left-radius:0px;border-bottom-left-radius:0px}.legalweb-bs .pagination-lg .page-item:last-child .page-link{border-top-right-radius:0px;border-bottom-right-radius:0px}.legalweb-bs .pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.8203125rem;line-height:1.5}.legalweb-bs .pagination-sm .page-item:first-child .page-link{border-top-left-radius:0px;border-bottom-left-radius:0px}.legalweb-bs .pagination-sm .page-item:last-child .page-link{border-top-right-radius:0px;border-bottom-right-radius:0px}.legalweb-bs .badge{display:inline-block;padding:0.25em 1rem;font-size:75%;font-weight:300;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.legalweb-bs .badge{-webkit-transition:none;transition:none}}a.legalweb-bs .badge:hover,a.legalweb-bs .badge:focus{text-decoration:none}.legalweb-bs .badge:empty{display:none}.legalweb-bs .btn .badge{position:relative;top:-1px}.legalweb-bs .badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.legalweb-bs .badge-primary{color:#fff;background-color:#008cba}a.legalweb-bs .badge-primary:hover,a.legalweb-bs .badge-primary:focus{color:#fff;background-color:#006687}a.legalweb-bs .badge-primary:focus,a.legalweb-bs .badge-primary.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5);box-shadow:0 0 0 0.2rem rgba(0,140,186,0.5)}.legalweb-bs .badge-secondary{color:#222;background-color:#eee}a.legalweb-bs .badge-secondary:hover,a.legalweb-bs .badge-secondary:focus{color:#222;background-color:#d5d4d4}a.legalweb-bs .badge-secondary:focus,a.legalweb-bs .badge-secondary.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.legalweb-bs .badge-success{color:#fff;background-color:#43ac6a}a.legalweb-bs .badge-success:hover,a.legalweb-bs .badge-success:focus{color:#fff;background-color:#358753}a.legalweb-bs .badge-success:focus,a.legalweb-bs .badge-success.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5);box-shadow:0 0 0 0.2rem rgba(67,172,106,0.5)}.legalweb-bs .badge-info{color:#fff;background-color:#5bc0de}a.legalweb-bs .badge-info:hover,a.legalweb-bs .badge-info:focus{color:#fff;background-color:#31b0d5}a.legalweb-bs .badge-info:focus,a.legalweb-bs .badge-info.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5);box-shadow:0 0 0 0.2rem rgba(91,192,222,0.5)}.legalweb-bs .badge-warning{color:#fff;background-color:#E99002}a.legalweb-bs .badge-warning:hover,a.legalweb-bs .badge-warning:focus{color:#fff;background-color:#b67102}a.legalweb-bs .badge-warning:focus,a.legalweb-bs .badge-warning.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5);box-shadow:0 0 0 0.2rem rgba(233,144,2,0.5)}.legalweb-bs .badge-danger{color:#fff;background-color:#F04124}a.legalweb-bs .badge-danger:hover,a.legalweb-bs .badge-danger:focus{color:#fff;background-color:#d32a0e}a.legalweb-bs .badge-danger:focus,a.legalweb-bs .badge-danger.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5);box-shadow:0 0 0 0.2rem rgba(240,65,36,0.5)}.legalweb-bs .badge-light{color:#222;background-color:#eee}a.legalweb-bs .badge-light:hover,a.legalweb-bs .badge-light:focus{color:#222;background-color:#d5d4d4}a.legalweb-bs .badge-light:focus,a.legalweb-bs .badge-light.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5);box-shadow:0 0 0 0.2rem rgba(238,238,238,0.5)}.legalweb-bs .badge-dark{color:#fff;background-color:#222}a.legalweb-bs .badge-dark:hover,a.legalweb-bs .badge-dark:focus{color:#fff;background-color:#090808}a.legalweb-bs .badge-dark:focus,a.legalweb-bs .badge-dark.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5);box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5)}.legalweb-bs .jumbotron{padding:4rem 2rem;margin-bottom:4rem;background-color:#eee;border-radius:0px}@media (min-width: 576px){.legalweb-bs .jumbotron{padding:8rem 4rem}}.legalweb-bs .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.legalweb-bs .alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0px}.legalweb-bs .alert-heading{color:inherit}.legalweb-bs .alert-link{font-weight:700}.legalweb-bs .alert-dismissible{padding-right:3.90625rem}.legalweb-bs .alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.legalweb-bs .alert-primary{color:#004961;background-color:#cce8f1;border-color:#b8dfec}.legalweb-bs .alert-primary hr{border-top-color:#a4d6e7}.legalweb-bs .alert-primary .alert-link{color:#00232e}.legalweb-bs .alert-secondary{color:#7c7c7c;background-color:#fcfcfc;border-color:#fafafa}.legalweb-bs .alert-secondary hr{border-top-color:#ededed}.legalweb-bs .alert-secondary .alert-link{color:#636262}.legalweb-bs .alert-success{color:#235937;background-color:#d9eee1;border-color:#cae8d5}.legalweb-bs .alert-success hr{border-top-color:#b8e0c7}.legalweb-bs .alert-success .alert-link{color:#153420}.legalweb-bs .alert-info{color:#2f6473;background-color:#def2f8;border-color:#d1edf6}.legalweb-bs .alert-info hr{border-top-color:#bce5f2}.legalweb-bs .alert-info .alert-link{color:#20454f}.legalweb-bs .alert-warning{color:#794b01;background-color:#fbe9cc;border-color:#f9e0b8}.legalweb-bs .alert-warning hr{border-top-color:#f7d6a0}.legalweb-bs .alert-warning .alert-link{color:#462c01}.legalweb-bs .alert-danger{color:#7d2213;background-color:#fcd9d3;border-color:#fbcac2}.legalweb-bs .alert-danger hr{border-top-color:#f9b5aa}.legalweb-bs .alert-danger .alert-link{color:#51160c}.legalweb-bs .alert-light{color:#7c7c7c;background-color:#fcfcfc;border-color:#fafafa}.legalweb-bs .alert-light hr{border-top-color:#ededed}.legalweb-bs .alert-light .alert-link{color:#636262}.legalweb-bs .alert-dark{color:#121212;background-color:lightgray;border-color:#c1c1c1}.legalweb-bs .alert-dark hr{border-top-color:#b4b4b4}.legalweb-bs .alert-dark .alert-link{color:black}@-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}}.legalweb-bs .progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:0.703125rem;background-color:#ccc;border-radius:0px}.legalweb-bs .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;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#008cba;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}@media (prefers-reduced-motion: reduce){.legalweb-bs .progress-bar{-webkit-transition:none;transition:none}}.legalweb-bs .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}.legalweb-bs .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion: reduce){.legalweb-bs .progress-bar-animated{-webkit-animation:none;animation:none}}.legalweb-bs .media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.legalweb-bs .media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.legalweb-bs .list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:0px}.legalweb-bs .list-group-item-action{width:100%;color:#495057;text-align:inherit}.legalweb-bs .list-group-item-action:hover,.legalweb-bs .list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.legalweb-bs .list-group-item-action:active{color:#222;background-color:#eee}.legalweb-bs .list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.legalweb-bs .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.legalweb-bs .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.legalweb-bs .list-group-item.disabled,.legalweb-bs .list-group-item:disabled{color:#888;pointer-events:none;background-color:#eee}.legalweb-bs .list-group-item.active{z-index:2;color:#fff;background-color:#008cba;border-color:#008cba}.legalweb-bs .list-group-item+.legalweb-bs .list-group-item{border-top-width:0}.legalweb-bs .list-group-item+.legalweb-bs .list-group-item.active{margin-top:-1px;border-top-width:1px}.legalweb-bs .list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.legalweb-bs .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:0px;border-top-right-radius:0}.legalweb-bs .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:0px;border-bottom-left-radius:0}.legalweb-bs .list-group-horizontal>.list-group-item.active{margin-top:0}.legalweb-bs .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.legalweb-bs .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.legalweb-bs .list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.legalweb-bs .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:0px;border-top-right-radius:0}.legalweb-bs .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:0px;border-bottom-left-radius:0}.legalweb-bs .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.legalweb-bs .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.legalweb-bs .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.legalweb-bs .list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.legalweb-bs .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:0px;border-top-right-radius:0}.legalweb-bs .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:0px;border-bottom-left-radius:0}.legalweb-bs .list-group-horizontal-md>.list-group-item.active{margin-top:0}.legalweb-bs .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.legalweb-bs .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.legalweb-bs .list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.legalweb-bs .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:0px;border-top-right-radius:0}.legalweb-bs .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:0px;border-bottom-left-radius:0}.legalweb-bs .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.legalweb-bs .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.legalweb-bs .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.legalweb-bs .list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.legalweb-bs .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:0px;border-top-right-radius:0}.legalweb-bs .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:0px;border-bottom-left-radius:0}.legalweb-bs .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.legalweb-bs .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.legalweb-bs .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.legalweb-bs .list-group-flush{border-radius:0}.legalweb-bs .list-group-flush>.list-group-item{border-width:0 0 1px}.legalweb-bs .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.legalweb-bs .list-group-item-primary{color:#004961;background-color:#b8dfec}.legalweb-bs .list-group-item-primary.list-group-item-action:hover,.legalweb-bs .list-group-item-primary.list-group-item-action:focus{color:#004961;background-color:#a4d6e7}.legalweb-bs .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004961;border-color:#004961}.legalweb-bs .list-group-item-secondary{color:#7c7c7c;background-color:#fafafa}.legalweb-bs .list-group-item-secondary.list-group-item-action:hover,.legalweb-bs .list-group-item-secondary.list-group-item-action:focus{color:#7c7c7c;background-color:#ededed}.legalweb-bs .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#7c7c7c;border-color:#7c7c7c}.legalweb-bs .list-group-item-success{color:#235937;background-color:#cae8d5}.legalweb-bs .list-group-item-success.list-group-item-action:hover,.legalweb-bs .list-group-item-success.list-group-item-action:focus{color:#235937;background-color:#b8e0c7}.legalweb-bs .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#235937;border-color:#235937}.legalweb-bs .list-group-item-info{color:#2f6473;background-color:#d1edf6}.legalweb-bs .list-group-item-info.list-group-item-action:hover,.legalweb-bs .list-group-item-info.list-group-item-action:focus{color:#2f6473;background-color:#bce5f2}.legalweb-bs .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#2f6473;border-color:#2f6473}.legalweb-bs .list-group-item-warning{color:#794b01;background-color:#f9e0b8}.legalweb-bs .list-group-item-warning.list-group-item-action:hover,.legalweb-bs .list-group-item-warning.list-group-item-action:focus{color:#794b01;background-color:#f7d6a0}.legalweb-bs .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#794b01;border-color:#794b01}.legalweb-bs .list-group-item-danger{color:#7d2213;background-color:#fbcac2}.legalweb-bs .list-group-item-danger.list-group-item-action:hover,.legalweb-bs .list-group-item-danger.list-group-item-action:focus{color:#7d2213;background-color:#f9b5aa}.legalweb-bs .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#7d2213;border-color:#7d2213}.legalweb-bs .list-group-item-light{color:#7c7c7c;background-color:#fafafa}.legalweb-bs .list-group-item-light.list-group-item-action:hover,.legalweb-bs .list-group-item-light.list-group-item-action:focus{color:#7c7c7c;background-color:#ededed}.legalweb-bs .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#7c7c7c;border-color:#7c7c7c}.legalweb-bs .list-group-item-dark{color:#121212;background-color:#c1c1c1}.legalweb-bs .list-group-item-dark.list-group-item-action:hover,.legalweb-bs .list-group-item-dark.list-group-item-action:focus{color:#121212;background-color:#b4b4b4}.legalweb-bs .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#121212;border-color:#121212}.legalweb-bs .close{float:right;font-size:1.40625rem;font-weight:700;line-height:1;color:#888;text-shadow:none;opacity:.5}.legalweb-bs .close:hover{color:#888;text-decoration:none}.legalweb-bs .close:not(:disabled):not(.disabled):hover,.legalweb-bs .close:not(:disabled):not(.disabled):focus{opacity:.75}.legalweb-bs button.close{padding:0;background-color:transparent;border:0}.legalweb-bs a.close.disabled{pointer-events:none}.legalweb-bs .toast{max-width:350px;overflow:hidden;font-size:0.875rem;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 0.25rem 0.75rem rgba(0,0,0,0.1);box-shadow:0 0.25rem 0.75rem rgba(0,0,0,0.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:0.25rem}.legalweb-bs .toast:not(:last-child){margin-bottom:0.75rem}.legalweb-bs .toast.showing{opacity:1}.legalweb-bs .toast.show{display:block;opacity:1}.legalweb-bs .toast.hide{display:none}.legalweb-bs .toast-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.25rem 0.75rem;color:#888;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05)}.legalweb-bs .toast-body{padding:0.75rem}.legalweb-bs .modal-open{overflow:hidden}.legalweb-bs .modal-open .modal{overflow-x:hidden;overflow-y:auto}.legalweb-bs .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.legalweb-bs .modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .legalweb-bs .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -50px);transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.modal.fade .legalweb-bs .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .legalweb-bs .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .legalweb-bs .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.legalweb-bs .modal-dialog-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.legalweb-bs .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.legalweb-bs .modal-dialog-scrollable .modal-header,.legalweb-bs .modal-dialog-scrollable .modal-footer{-ms-flex-negative:0;flex-shrink:0}.legalweb-bs .modal-dialog-scrollable .modal-body{overflow-y:auto}.legalweb-bs .modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.legalweb-bs .modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.legalweb-bs .modal-dialog-centered.modal-dialog-scrollable{-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;height:100%}.legalweb-bs .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.legalweb-bs .modal-dialog-centered.modal-dialog-scrollable::before{content:none}.legalweb-bs .modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:0px;outline:0}.legalweb-bs .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.legalweb-bs .modal-backdrop.fade{opacity:0}.legalweb-bs .modal-backdrop.show{opacity:0.5}.legalweb-bs .modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:0;border-top-right-radius:0}.legalweb-bs .modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.legalweb-bs .modal-title{margin-bottom:0;line-height:1.5}.legalweb-bs .modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.legalweb-bs .modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:0.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:0;border-bottom-left-radius:0}.legalweb-bs .modal-footer>*{margin:0.25rem}.legalweb-bs .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.legalweb-bs .modal-dialog{max-width:500px;margin:1.75rem auto}.legalweb-bs .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.legalweb-bs .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.legalweb-bs .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.legalweb-bs .modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.legalweb-bs .modal-sm{max-width:300px}}@media (min-width: 992px){.legalweb-bs .modal-lg,.legalweb-bs .modal-xl{max-width:800px}}@media (min-width: 1200px){.legalweb-bs .modal-xl{max-width:1140px}}.legalweb-bs .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.8203125rem;word-wrap:break-word;opacity:0}.legalweb-bs .tooltip.show{opacity:0.9}.legalweb-bs .tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.legalweb-bs .tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.legalweb-bs .bs-tooltip-top,.legalweb-bs .bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.legalweb-bs .bs-tooltip-top .arrow,.legalweb-bs .bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.legalweb-bs .bs-tooltip-top .arrow::before,.legalweb-bs .bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.legalweb-bs .bs-tooltip-right,.legalweb-bs .bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.legalweb-bs .bs-tooltip-right .arrow,.legalweb-bs .bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.legalweb-bs .bs-tooltip-right .arrow::before,.legalweb-bs .bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.legalweb-bs .bs-tooltip-bottom,.legalweb-bs .bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.legalweb-bs .bs-tooltip-bottom .arrow,.legalweb-bs .bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.legalweb-bs .bs-tooltip-bottom .arrow::before,.legalweb-bs .bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.legalweb-bs .bs-tooltip-left,.legalweb-bs .bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.legalweb-bs .bs-tooltip-left .arrow,.legalweb-bs .bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.legalweb-bs .bs-tooltip-left .arrow::before,.legalweb-bs .bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.legalweb-bs .tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:0px}.legalweb-bs .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.8203125rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:0px}.legalweb-bs .popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 0px}.legalweb-bs .popover .arrow::before,.legalweb-bs .popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.legalweb-bs .bs-popover-top,.legalweb-bs .bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.legalweb-bs .bs-popover-top>.arrow,.legalweb-bs .bs-popover-auto[x-placement^="top"]>.arrow{bottom:calc(-0.5rem - 1px)}.legalweb-bs .bs-popover-top>.arrow::before,.legalweb-bs .bs-popover-auto[x-placement^="top"]>.arrow::before{bottom:0;border-width:0.5rem 0.5rem 0;border-top-color:rgba(0,0,0,0.25)}.legalweb-bs .bs-popover-top>.arrow::after,.legalweb-bs .bs-popover-auto[x-placement^="top"]>.arrow::after{bottom:1px;border-width:0.5rem 0.5rem 0;border-top-color:#fff}.legalweb-bs .bs-popover-right,.legalweb-bs .bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.legalweb-bs .bs-popover-right>.arrow,.legalweb-bs .bs-popover-auto[x-placement^="right"]>.arrow{left:calc(-0.5rem - 1px);width:0.5rem;height:1rem;margin:0px 0}.legalweb-bs .bs-popover-right>.arrow::before,.legalweb-bs .bs-popover-auto[x-placement^="right"]>.arrow::before{left:0;border-width:0.5rem 0.5rem 0.5rem 0;border-right-color:rgba(0,0,0,0.25)}.legalweb-bs .bs-popover-right>.arrow::after,.legalweb-bs .bs-popover-auto[x-placement^="right"]>.arrow::after{left:1px;border-width:0.5rem 0.5rem 0.5rem 0;border-right-color:#fff}.legalweb-bs .bs-popover-bottom,.legalweb-bs .bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.legalweb-bs .bs-popover-bottom>.arrow,.legalweb-bs .bs-popover-auto[x-placement^="bottom"]>.arrow{top:calc(-0.5rem - 1px)}.legalweb-bs .bs-popover-bottom>.arrow::before,.legalweb-bs .bs-popover-auto[x-placement^="bottom"]>.arrow::before{top:0;border-width:0 0.5rem 0.5rem 0.5rem;border-bottom-color:rgba(0,0,0,0.25)}.legalweb-bs .bs-popover-bottom>.arrow::after,.legalweb-bs .bs-popover-auto[x-placement^="bottom"]>.arrow::after{top:1px;border-width:0 0.5rem 0.5rem 0.5rem;border-bottom-color:#fff}.legalweb-bs .bs-popover-bottom .popover-header::before,.legalweb-bs .bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #f7f7f7}.legalweb-bs .bs-popover-left,.legalweb-bs .bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.legalweb-bs .bs-popover-left>.arrow,.legalweb-bs .bs-popover-auto[x-placement^="left"]>.arrow{right:calc(-0.5rem - 1px);width:0.5rem;height:1rem;margin:0px 0}.legalweb-bs .bs-popover-left>.arrow::before,.legalweb-bs .bs-popover-auto[x-placement^="left"]>.arrow::before{right:0;border-width:0.5rem 0 0.5rem 0.5rem;border-left-color:rgba(0,0,0,0.25)}.legalweb-bs .bs-popover-left>.arrow::after,.legalweb-bs .bs-popover-auto[x-placement^="left"]>.arrow::after{right:1px;border-width:0.5rem 0 0.5rem 0.5rem;border-left-color:#fff}.legalweb-bs .popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:0.9375rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:0;border-top-right-radius:0}.legalweb-bs .popover-header:empty{display:none}.legalweb-bs .popover-body{padding:0.5rem 0.75rem;color:#222}.legalweb-bs .carousel{position:relative}.legalweb-bs .carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.legalweb-bs .carousel-inner{position:relative;width:100%;overflow:hidden}.legalweb-bs .carousel-inner::after{display:block;clear:both;content:""}.legalweb-bs .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 0.6s ease-in-out;transition:-webkit-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out}@media (prefers-reduced-motion: reduce){.legalweb-bs .carousel-item{-webkit-transition:none;transition:none}}.legalweb-bs .carousel-item.active,.legalweb-bs .carousel-item-next,.legalweb-bs .carousel-item-prev{display:block}.legalweb-bs .carousel-item-next:not(.carousel-item-left),.legalweb-bs .active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}.legalweb-bs .carousel-item-prev:not(.carousel-item-right),.legalweb-bs .active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.legalweb-bs .carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;transform:none}.legalweb-bs .carousel-fade .carousel-item.active,.legalweb-bs .carousel-fade .carousel-item-next.carousel-item-left,.legalweb-bs .carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.legalweb-bs .carousel-fade .active.carousel-item-left,.legalweb-bs .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:opacity 0s 0.6s;transition:opacity 0s 0.6s}@media (prefers-reduced-motion: reduce){.legalweb-bs .carousel-fade .active.carousel-item-left,.legalweb-bs .carousel-fade .active.carousel-item-right{-webkit-transition:none;transition:none}}.legalweb-bs .carousel-control-prev,.legalweb-bs .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5;-webkit-transition:opacity 0.15s ease;transition:opacity 0.15s ease}@media (prefers-reduced-motion: reduce){.legalweb-bs .carousel-control-prev,.legalweb-bs .carousel-control-next{-webkit-transition:none;transition:none}}.legalweb-bs .carousel-control-prev:hover,.legalweb-bs .carousel-control-prev:focus,.legalweb-bs .carousel-control-next:hover,.legalweb-bs .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:0.9}.legalweb-bs .carousel-control-prev{left:0}.legalweb-bs .carousel-control-next{right:0}.legalweb-bs .carousel-control-prev-icon,.legalweb-bs .carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50% / 100% 100%}.legalweb-bs .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.legalweb-bs .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.legalweb-bs .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.legalweb-bs .carousel-indicators li{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity 0.6s ease;transition:opacity 0.6s ease}@media (prefers-reduced-motion: reduce){.legalweb-bs .carousel-indicators li{-webkit-transition:none;transition:none}}.legalweb-bs .carousel-indicators .active{opacity:1}.legalweb-bs .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.legalweb-bs .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:0.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.legalweb-bs .spinner-border-sm{width:1rem;height:1rem;border-width:0.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.legalweb-bs .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.legalweb-bs .spinner-grow-sm{width:1rem;height:1rem}.legalweb-bs .align-baseline{vertical-align:baseline !important}.legalweb-bs .align-top{vertical-align:top !important}.legalweb-bs .align-middle{vertical-align:middle !important}.legalweb-bs .align-bottom{vertical-align:bottom !important}.legalweb-bs .align-text-bottom{vertical-align:text-bottom !important}.legalweb-bs .align-text-top{vertical-align:text-top !important}.legalweb-bs .bg-primary{background-color:#008cba !important}.legalweb-bs a.bg-primary:hover,.legalweb-bs a.bg-primary:focus,.legalweb-bs button.bg-primary:hover,.legalweb-bs button.bg-primary:focus{background-color:#006687 !important}.legalweb-bs .bg-secondary{background-color:#eee !important}.legalweb-bs a.bg-secondary:hover,.legalweb-bs a.bg-secondary:focus,.legalweb-bs button.bg-secondary:hover,.legalweb-bs button.bg-secondary:focus{background-color:#d5d4d4 !important}.legalweb-bs .bg-success{background-color:#43ac6a !important}.legalweb-bs a.bg-success:hover,.legalweb-bs a.bg-success:focus,.legalweb-bs button.bg-success:hover,.legalweb-bs button.bg-success:focus{background-color:#358753 !important}.legalweb-bs .bg-info{background-color:#5bc0de !important}.legalweb-bs a.bg-info:hover,.legalweb-bs a.bg-info:focus,.legalweb-bs button.bg-info:hover,.legalweb-bs button.bg-info:focus{background-color:#31b0d5 !important}.legalweb-bs .bg-warning{background-color:#E99002 !important}.legalweb-bs a.bg-warning:hover,.legalweb-bs a.bg-warning:focus,.legalweb-bs button.bg-warning:hover,.legalweb-bs button.bg-warning:focus{background-color:#b67102 !important}.legalweb-bs .bg-danger{background-color:#F04124 !important}.legalweb-bs a.bg-danger:hover,.legalweb-bs a.bg-danger:focus,.legalweb-bs button.bg-danger:hover,.legalweb-bs button.bg-danger:focus{background-color:#d32a0e !important}.legalweb-bs .bg-light{background-color:#eee !important}.legalweb-bs a.bg-light:hover,.legalweb-bs a.bg-light:focus,.legalweb-bs button.bg-light:hover,.legalweb-bs button.bg-light:focus{background-color:#d5d4d4 !important}.legalweb-bs .bg-dark{background-color:#222 !important}.legalweb-bs a.bg-dark:hover,.legalweb-bs a.bg-dark:focus,.legalweb-bs button.bg-dark:hover,.legalweb-bs button.bg-dark:focus{background-color:#090808 !important}.legalweb-bs .bg-white{background-color:#fff !important}.legalweb-bs .bg-transparent{background-color:transparent !important}.legalweb-bs .border{border:1px solid #dee2e6 !important}.legalweb-bs .border-top{border-top:1px solid #dee2e6 !important}.legalweb-bs .border-right{border-right:1px solid #dee2e6 !important}.legalweb-bs .border-bottom{border-bottom:1px solid #dee2e6 !important}.legalweb-bs .border-left{border-left:1px solid #dee2e6 !important}.legalweb-bs .border-0{border:0 !important}.legalweb-bs .border-top-0{border-top:0 !important}.legalweb-bs .border-right-0{border-right:0 !important}.legalweb-bs .border-bottom-0{border-bottom:0 !important}.legalweb-bs .border-left-0{border-left:0 !important}.legalweb-bs .border-primary{border-color:#008cba !important}.legalweb-bs .border-secondary{border-color:#eee !important}.legalweb-bs .border-success{border-color:#43ac6a !important}.legalweb-bs .border-info{border-color:#5bc0de !important}.legalweb-bs .border-warning{border-color:#E99002 !important}.legalweb-bs .border-danger{border-color:#F04124 !important}.legalweb-bs .border-light{border-color:#eee !important}.legalweb-bs .border-dark{border-color:#222 !important}.legalweb-bs .border-white{border-color:#fff !important}.legalweb-bs .rounded-sm{border-radius:0px !important}.legalweb-bs .rounded{border-radius:0px !important}.legalweb-bs .rounded-top{border-top-left-radius:0px !important;border-top-right-radius:0px !important}.legalweb-bs .rounded-right{border-top-right-radius:0px !important;border-bottom-right-radius:0px !important}.legalweb-bs .rounded-bottom{border-bottom-right-radius:0px !important;border-bottom-left-radius:0px !important}.legalweb-bs .rounded-left{border-top-left-radius:0px !important;border-bottom-left-radius:0px !important}.legalweb-bs .rounded-lg{border-radius:0px !important}.legalweb-bs .rounded-circle{border-radius:50% !important}.legalweb-bs .rounded-pill{border-radius:50rem !important}.legalweb-bs .rounded-0{border-radius:0 !important}.legalweb-bs .clearfix::after{display:block;clear:both;content:""}.legalweb-bs .d-none{display:none !important}.legalweb-bs .d-inline{display:inline !important}.legalweb-bs .d-inline-block{display:inline-block !important}.legalweb-bs .d-block{display:block !important}.legalweb-bs .d-table{display:table !important}.legalweb-bs .d-table-row{display:table-row !important}.legalweb-bs .d-table-cell{display:table-cell !important}.legalweb-bs .d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.legalweb-bs .d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.legalweb-bs .d-sm-none{display:none !important}.legalweb-bs .d-sm-inline{display:inline !important}.legalweb-bs .d-sm-inline-block{display:inline-block !important}.legalweb-bs .d-sm-block{display:block !important}.legalweb-bs .d-sm-table{display:table !important}.legalweb-bs .d-sm-table-row{display:table-row !important}.legalweb-bs .d-sm-table-cell{display:table-cell !important}.legalweb-bs .d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.legalweb-bs .d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.legalweb-bs .d-md-none{display:none !important}.legalweb-bs .d-md-inline{display:inline !important}.legalweb-bs .d-md-inline-block{display:inline-block !important}.legalweb-bs .d-md-block{display:block !important}.legalweb-bs .d-md-table{display:table !important}.legalweb-bs .d-md-table-row{display:table-row !important}.legalweb-bs .d-md-table-cell{display:table-cell !important}.legalweb-bs .d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.legalweb-bs .d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.legalweb-bs .d-lg-none{display:none !important}.legalweb-bs .d-lg-inline{display:inline !important}.legalweb-bs .d-lg-inline-block{display:inline-block !important}.legalweb-bs .d-lg-block{display:block !important}.legalweb-bs .d-lg-table{display:table !important}.legalweb-bs .d-lg-table-row{display:table-row !important}.legalweb-bs .d-lg-table-cell{display:table-cell !important}.legalweb-bs .d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.legalweb-bs .d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.legalweb-bs .d-xl-none{display:none !important}.legalweb-bs .d-xl-inline{display:inline !important}.legalweb-bs .d-xl-inline-block{display:inline-block !important}.legalweb-bs .d-xl-block{display:block !important}.legalweb-bs .d-xl-table{display:table !important}.legalweb-bs .d-xl-table-row{display:table-row !important}.legalweb-bs .d-xl-table-cell{display:table-cell !important}.legalweb-bs .d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.legalweb-bs .d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.legalweb-bs .d-print-none{display:none !important}.legalweb-bs .d-print-inline{display:inline !important}.legalweb-bs .d-print-inline-block{display:inline-block !important}.legalweb-bs .d-print-block{display:block !important}.legalweb-bs .d-print-table{display:table !important}.legalweb-bs .d-print-table-row{display:table-row !important}.legalweb-bs .d-print-table-cell{display:table-cell !important}.legalweb-bs .d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.legalweb-bs .d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.legalweb-bs .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.legalweb-bs .embed-responsive::before{display:block;content:""}.legalweb-bs .embed-responsive .embed-responsive-item,.legalweb-bs .embed-responsive iframe,.legalweb-bs .embed-responsive embed,.legalweb-bs .embed-responsive object,.legalweb-bs .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.legalweb-bs .embed-responsive-21by9::before{padding-top:42.8571428571%}.legalweb-bs .embed-responsive-16by9::before{padding-top:56.25%}.legalweb-bs .embed-responsive-4by3::before{padding-top:75%}.legalweb-bs .embed-responsive-1by1::before{padding-top:100%}.legalweb-bs .flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.legalweb-bs .flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.legalweb-bs .flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.legalweb-bs .flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.legalweb-bs .flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.legalweb-bs .flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.legalweb-bs .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.legalweb-bs .flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.legalweb-bs .flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.legalweb-bs .flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.legalweb-bs .flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.legalweb-bs .flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.legalweb-bs .justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.legalweb-bs .justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.legalweb-bs .justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.legalweb-bs .justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.legalweb-bs .justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.legalweb-bs .align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.legalweb-bs .align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.legalweb-bs .align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.legalweb-bs .align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.legalweb-bs .align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.legalweb-bs .align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.legalweb-bs .align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.legalweb-bs .align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.legalweb-bs .align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.legalweb-bs .align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.legalweb-bs .align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.legalweb-bs .align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.legalweb-bs .align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.legalweb-bs .align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.legalweb-bs .align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.legalweb-bs .align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.legalweb-bs .align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.legalweb-bs .flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.legalweb-bs .flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.legalweb-bs .flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.legalweb-bs .flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.legalweb-bs .flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.legalweb-bs .flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.legalweb-bs .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.legalweb-bs .flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.legalweb-bs .flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.legalweb-bs .flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.legalweb-bs .flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.legalweb-bs .flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.legalweb-bs .justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.legalweb-bs .justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.legalweb-bs .justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.legalweb-bs .justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.legalweb-bs .justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.legalweb-bs .align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.legalweb-bs .align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.legalweb-bs .align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.legalweb-bs .align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.legalweb-bs .align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.legalweb-bs .align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.legalweb-bs .align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.legalweb-bs .align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.legalweb-bs .align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.legalweb-bs .align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.legalweb-bs .align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.legalweb-bs .align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.legalweb-bs .align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.legalweb-bs .align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.legalweb-bs .align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.legalweb-bs .align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.legalweb-bs .align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.legalweb-bs .flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.legalweb-bs .flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.legalweb-bs .flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.legalweb-bs .flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.legalweb-bs .flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.legalweb-bs .flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.legalweb-bs .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.legalweb-bs .flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.legalweb-bs .flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.legalweb-bs .flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.legalweb-bs .flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.legalweb-bs .flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.legalweb-bs .justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.legalweb-bs .justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.legalweb-bs .justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.legalweb-bs .justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.legalweb-bs .justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.legalweb-bs .align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.legalweb-bs .align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.legalweb-bs .align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.legalweb-bs .align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.legalweb-bs .align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.legalweb-bs .align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.legalweb-bs .align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.legalweb-bs .align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.legalweb-bs .align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.legalweb-bs .align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.legalweb-bs .align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.legalweb-bs .align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.legalweb-bs .align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.legalweb-bs .align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.legalweb-bs .align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.legalweb-bs .align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.legalweb-bs .align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.legalweb-bs .flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.legalweb-bs .flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.legalweb-bs .flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.legalweb-bs .flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.legalweb-bs .flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.legalweb-bs .flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.legalweb-bs .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.legalweb-bs .flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.legalweb-bs .flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.legalweb-bs .flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.legalweb-bs .flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.legalweb-bs .flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.legalweb-bs .justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.legalweb-bs .justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.legalweb-bs .justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.legalweb-bs .justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.legalweb-bs .justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.legalweb-bs .align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.legalweb-bs .align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.legalweb-bs .align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.legalweb-bs .align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.legalweb-bs .align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.legalweb-bs .align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.legalweb-bs .align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.legalweb-bs .align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.legalweb-bs .align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.legalweb-bs .align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.legalweb-bs .align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.legalweb-bs .align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.legalweb-bs .align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.legalweb-bs .align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.legalweb-bs .align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.legalweb-bs .align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.legalweb-bs .align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.legalweb-bs .flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.legalweb-bs .flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.legalweb-bs .flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.legalweb-bs .flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.legalweb-bs .flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.legalweb-bs .flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.legalweb-bs .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.legalweb-bs .flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.legalweb-bs .flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.legalweb-bs .flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.legalweb-bs .flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.legalweb-bs .flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.legalweb-bs .justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.legalweb-bs .justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.legalweb-bs .justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.legalweb-bs .justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.legalweb-bs .justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.legalweb-bs .align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.legalweb-bs .align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.legalweb-bs .align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.legalweb-bs .align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.legalweb-bs .align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.legalweb-bs .align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.legalweb-bs .align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.legalweb-bs .align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.legalweb-bs .align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.legalweb-bs .align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.legalweb-bs .align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.legalweb-bs .align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.legalweb-bs .align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.legalweb-bs .align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.legalweb-bs .align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.legalweb-bs .align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.legalweb-bs .align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.legalweb-bs .float-left{float:left !important}.legalweb-bs .float-right{float:right !important}.legalweb-bs .float-none{float:none !important}@media (min-width: 576px){.legalweb-bs .float-sm-left{float:left !important}.legalweb-bs .float-sm-right{float:right !important}.legalweb-bs .float-sm-none{float:none !important}}@media (min-width: 768px){.legalweb-bs .float-md-left{float:left !important}.legalweb-bs .float-md-right{float:right !important}.legalweb-bs .float-md-none{float:none !important}}@media (min-width: 992px){.legalweb-bs .float-lg-left{float:left !important}.legalweb-bs .float-lg-right{float:right !important}.legalweb-bs .float-lg-none{float:none !important}}@media (min-width: 1200px){.legalweb-bs .float-xl-left{float:left !important}.legalweb-bs .float-xl-right{float:right !important}.legalweb-bs .float-xl-none{float:none !important}}.legalweb-bs .user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;-ms-user-select:all !important;user-select:all !important}.legalweb-bs .user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important}.legalweb-bs .user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.legalweb-bs .overflow-auto{overflow:auto !important}.legalweb-bs .overflow-hidden{overflow:hidden !important}.legalweb-bs .position-static{position:static !important}.legalweb-bs .position-relative{position:relative !important}.legalweb-bs .position-absolute{position:absolute !important}.legalweb-bs .position-fixed{position:fixed !important}.legalweb-bs .position-sticky{position:-webkit-sticky !important;position:sticky !important}.legalweb-bs .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.legalweb-bs .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.legalweb-bs .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.legalweb-bs .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.legalweb-bs .sr-only-focusable:active,.legalweb-bs .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.legalweb-bs .shadow-sm{-webkit-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.legalweb-bs .shadow{-webkit-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important;box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.legalweb-bs .shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important;box-shadow:0 1rem 3rem rgba(0,0,0,0.175) !important}.legalweb-bs .shadow-none{-webkit-box-shadow:none !important;box-shadow:none !important}.legalweb-bs .w-25{width:25% !important}.legalweb-bs .w-50{width:50% !important}.legalweb-bs .w-75{width:75% !important}.legalweb-bs .w-100{width:100% !important}.legalweb-bs .w-auto{width:auto !important}.legalweb-bs .h-25{height:25% !important}.legalweb-bs .h-50{height:50% !important}.legalweb-bs .h-75{height:75% !important}.legalweb-bs .h-100{height:100% !important}.legalweb-bs .h-auto{height:auto !important}.legalweb-bs .mw-100{max-width:100% !important}.legalweb-bs .mh-100{max-height:100% !important}.legalweb-bs .min-vw-100{min-width:100vw !important}.legalweb-bs .min-vh-100{min-height:100vh !important}.legalweb-bs .vw-100{width:100vw !important}.legalweb-bs .vh-100{height:100vh !important}.legalweb-bs .m-0{margin:0 !important}.legalweb-bs .mt-0,.legalweb-bs .my-0{margin-top:0 !important}.legalweb-bs .mr-0,.legalweb-bs .mx-0{margin-right:0 !important}.legalweb-bs .mb-0,.legalweb-bs .my-0{margin-bottom:0 !important}.legalweb-bs .ml-0,.legalweb-bs .mx-0{margin-left:0 !important}.legalweb-bs .m-1{margin:0.25rem !important}.legalweb-bs .mt-1,.legalweb-bs .my-1{margin-top:0.25rem !important}.legalweb-bs .mr-1,.legalweb-bs .mx-1{margin-right:0.25rem !important}.legalweb-bs .mb-1,.legalweb-bs .my-1{margin-bottom:0.25rem !important}.legalweb-bs .ml-1,.legalweb-bs .mx-1{margin-left:0.25rem !important}.legalweb-bs .m-2{margin:0.5rem !important}.legalweb-bs .mt-2,.legalweb-bs .my-2{margin-top:0.5rem !important}.legalweb-bs .mr-2,.legalweb-bs .mx-2{margin-right:0.5rem !important}.legalweb-bs .mb-2,.legalweb-bs .my-2{margin-bottom:0.5rem !important}.legalweb-bs .ml-2,.legalweb-bs .mx-2{margin-left:0.5rem !important}.legalweb-bs .m-3{margin:1rem !important}.legalweb-bs .mt-3,.legalweb-bs .my-3{margin-top:1rem !important}.legalweb-bs .mr-3,.legalweb-bs .mx-3{margin-right:1rem !important}.legalweb-bs .mb-3,.legalweb-bs .my-3{margin-bottom:1rem !important}.legalweb-bs .ml-3,.legalweb-bs .mx-3{margin-left:1rem !important}.legalweb-bs .m-4{margin:1.5rem !important}.legalweb-bs .mt-4,.legalweb-bs .my-4{margin-top:1.5rem !important}.legalweb-bs .mr-4,.legalweb-bs .mx-4{margin-right:1.5rem !important}.legalweb-bs .mb-4,.legalweb-bs .my-4{margin-bottom:1.5rem !important}.legalweb-bs .ml-4,.legalweb-bs .mx-4{margin-left:1.5rem !important}.legalweb-bs .m-5{margin:3rem !important}.legalweb-bs .mt-5,.legalweb-bs .my-5{margin-top:3rem !important}.legalweb-bs .mr-5,.legalweb-bs .mx-5{margin-right:3rem !important}.legalweb-bs .mb-5,.legalweb-bs .my-5{margin-bottom:3rem !important}.legalweb-bs .ml-5,.legalweb-bs .mx-5{margin-left:3rem !important}.legalweb-bs .p-0{padding:0 !important}.legalweb-bs .pt-0,.legalweb-bs .py-0{padding-top:0 !important}.legalweb-bs .pr-0,.legalweb-bs .px-0{padding-right:0 !important}.legalweb-bs .pb-0,.legalweb-bs .py-0{padding-bottom:0 !important}.legalweb-bs .pl-0,.legalweb-bs .px-0{padding-left:0 !important}.legalweb-bs .p-1{padding:0.25rem !important}.legalweb-bs .pt-1,.legalweb-bs .py-1{padding-top:0.25rem !important}.legalweb-bs .pr-1,.legalweb-bs .px-1{padding-right:0.25rem !important}.legalweb-bs .pb-1,.legalweb-bs .py-1{padding-bottom:0.25rem !important}.legalweb-bs .pl-1,.legalweb-bs .px-1{padding-left:0.25rem !important}.legalweb-bs .p-2{padding:0.5rem !important}.legalweb-bs .pt-2,.legalweb-bs .py-2{padding-top:0.5rem !important}.legalweb-bs .pr-2,.legalweb-bs .px-2{padding-right:0.5rem !important}.legalweb-bs .pb-2,.legalweb-bs .py-2{padding-bottom:0.5rem !important}.legalweb-bs .pl-2,.legalweb-bs .px-2{padding-left:0.5rem !important}.legalweb-bs .p-3{padding:1rem !important}.legalweb-bs .pt-3,.legalweb-bs .py-3{padding-top:1rem !important}.legalweb-bs .pr-3,.legalweb-bs .px-3{padding-right:1rem !important}.legalweb-bs .pb-3,.legalweb-bs .py-3{padding-bottom:1rem !important}.legalweb-bs .pl-3,.legalweb-bs .px-3{padding-left:1rem !important}.legalweb-bs .p-4{padding:1.5rem !important}.legalweb-bs .pt-4,.legalweb-bs .py-4{padding-top:1.5rem !important}.legalweb-bs .pr-4,.legalweb-bs .px-4{padding-right:1.5rem !important}.legalweb-bs .pb-4,.legalweb-bs .py-4{padding-bottom:1.5rem !important}.legalweb-bs .pl-4,.legalweb-bs .px-4{padding-left:1.5rem !important}.legalweb-bs .p-5{padding:3rem !important}.legalweb-bs .pt-5,.legalweb-bs .py-5{padding-top:3rem !important}.legalweb-bs .pr-5,.legalweb-bs .px-5{padding-right:3rem !important}.legalweb-bs .pb-5,.legalweb-bs .py-5{padding-bottom:3rem !important}.legalweb-bs .pl-5,.legalweb-bs .px-5{padding-left:3rem !important}.legalweb-bs .m-n1{margin:-0.25rem !important}.legalweb-bs .mt-n1,.legalweb-bs .my-n1{margin-top:-0.25rem !important}.legalweb-bs .mr-n1,.legalweb-bs .mx-n1{margin-right:-0.25rem !important}.legalweb-bs .mb-n1,.legalweb-bs .my-n1{margin-bottom:-0.25rem !important}.legalweb-bs .ml-n1,.legalweb-bs .mx-n1{margin-left:-0.25rem !important}.legalweb-bs .m-n2{margin:-0.5rem !important}.legalweb-bs .mt-n2,.legalweb-bs .my-n2{margin-top:-0.5rem !important}.legalweb-bs .mr-n2,.legalweb-bs .mx-n2{margin-right:-0.5rem !important}.legalweb-bs .mb-n2,.legalweb-bs .my-n2{margin-bottom:-0.5rem !important}.legalweb-bs .ml-n2,.legalweb-bs .mx-n2{margin-left:-0.5rem !important}.legalweb-bs .m-n3{margin:-1rem !important}.legalweb-bs .mt-n3,.legalweb-bs .my-n3{margin-top:-1rem !important}.legalweb-bs .mr-n3,.legalweb-bs .mx-n3{margin-right:-1rem !important}.legalweb-bs .mb-n3,.legalweb-bs .my-n3{margin-bottom:-1rem !important}.legalweb-bs .ml-n3,.legalweb-bs .mx-n3{margin-left:-1rem !important}.legalweb-bs .m-n4{margin:-1.5rem !important}.legalweb-bs .mt-n4,.legalweb-bs .my-n4{margin-top:-1.5rem !important}.legalweb-bs .mr-n4,.legalweb-bs .mx-n4{margin-right:-1.5rem !important}.legalweb-bs .mb-n4,.legalweb-bs .my-n4{margin-bottom:-1.5rem !important}.legalweb-bs .ml-n4,.legalweb-bs .mx-n4{margin-left:-1.5rem !important}.legalweb-bs .m-n5{margin:-3rem !important}.legalweb-bs .mt-n5,.legalweb-bs .my-n5{margin-top:-3rem !important}.legalweb-bs .mr-n5,.legalweb-bs .mx-n5{margin-right:-3rem !important}.legalweb-bs .mb-n5,.legalweb-bs .my-n5{margin-bottom:-3rem !important}.legalweb-bs .ml-n5,.legalweb-bs .mx-n5{margin-left:-3rem !important}.legalweb-bs .m-auto{margin:auto !important}.legalweb-bs .mt-auto,.legalweb-bs .my-auto{margin-top:auto !important}.legalweb-bs .mr-auto,.legalweb-bs .mx-auto{margin-right:auto !important}.legalweb-bs .mb-auto,.legalweb-bs .my-auto{margin-bottom:auto !important}.legalweb-bs .ml-auto,.legalweb-bs .mx-auto{margin-left:auto !important}@media (min-width: 576px){.legalweb-bs .m-sm-0{margin:0 !important}.legalweb-bs .mt-sm-0,.legalweb-bs .my-sm-0{margin-top:0 !important}.legalweb-bs .mr-sm-0,.legalweb-bs .mx-sm-0{margin-right:0 !important}.legalweb-bs .mb-sm-0,.legalweb-bs .my-sm-0{margin-bottom:0 !important}.legalweb-bs .ml-sm-0,.legalweb-bs .mx-sm-0{margin-left:0 !important}.legalweb-bs .m-sm-1{margin:0.25rem !important}.legalweb-bs .mt-sm-1,.legalweb-bs .my-sm-1{margin-top:0.25rem !important}.legalweb-bs .mr-sm-1,.legalweb-bs .mx-sm-1{margin-right:0.25rem !important}.legalweb-bs .mb-sm-1,.legalweb-bs .my-sm-1{margin-bottom:0.25rem !important}.legalweb-bs .ml-sm-1,.legalweb-bs .mx-sm-1{margin-left:0.25rem !important}.legalweb-bs .m-sm-2{margin:0.5rem !important}.legalweb-bs .mt-sm-2,.legalweb-bs .my-sm-2{margin-top:0.5rem !important}.legalweb-bs .mr-sm-2,.legalweb-bs .mx-sm-2{margin-right:0.5rem !important}.legalweb-bs .mb-sm-2,.legalweb-bs .my-sm-2{margin-bottom:0.5rem !important}.legalweb-bs .ml-sm-2,.legalweb-bs .mx-sm-2{margin-left:0.5rem !important}.legalweb-bs .m-sm-3{margin:1rem !important}.legalweb-bs .mt-sm-3,.legalweb-bs .my-sm-3{margin-top:1rem !important}.legalweb-bs .mr-sm-3,.legalweb-bs .mx-sm-3{margin-right:1rem !important}.legalweb-bs .mb-sm-3,.legalweb-bs .my-sm-3{margin-bottom:1rem !important}.legalweb-bs .ml-sm-3,.legalweb-bs .mx-sm-3{margin-left:1rem !important}.legalweb-bs .m-sm-4{margin:1.5rem !important}.legalweb-bs .mt-sm-4,.legalweb-bs .my-sm-4{margin-top:1.5rem !important}.legalweb-bs .mr-sm-4,.legalweb-bs .mx-sm-4{margin-right:1.5rem !important}.legalweb-bs .mb-sm-4,.legalweb-bs .my-sm-4{margin-bottom:1.5rem !important}.legalweb-bs .ml-sm-4,.legalweb-bs .mx-sm-4{margin-left:1.5rem !important}.legalweb-bs .m-sm-5{margin:3rem !important}.legalweb-bs .mt-sm-5,.legalweb-bs .my-sm-5{margin-top:3rem !important}.legalweb-bs .mr-sm-5,.legalweb-bs .mx-sm-5{margin-right:3rem !important}.legalweb-bs .mb-sm-5,.legalweb-bs .my-sm-5{margin-bottom:3rem !important}.legalweb-bs .ml-sm-5,.legalweb-bs .mx-sm-5{margin-left:3rem !important}.legalweb-bs .p-sm-0{padding:0 !important}.legalweb-bs .pt-sm-0,.legalweb-bs .py-sm-0{padding-top:0 !important}.legalweb-bs .pr-sm-0,.legalweb-bs .px-sm-0{padding-right:0 !important}.legalweb-bs .pb-sm-0,.legalweb-bs .py-sm-0{padding-bottom:0 !important}.legalweb-bs .pl-sm-0,.legalweb-bs .px-sm-0{padding-left:0 !important}.legalweb-bs .p-sm-1{padding:0.25rem !important}.legalweb-bs .pt-sm-1,.legalweb-bs .py-sm-1{padding-top:0.25rem !important}.legalweb-bs .pr-sm-1,.legalweb-bs .px-sm-1{padding-right:0.25rem !important}.legalweb-bs .pb-sm-1,.legalweb-bs .py-sm-1{padding-bottom:0.25rem !important}.legalweb-bs .pl-sm-1,.legalweb-bs .px-sm-1{padding-left:0.25rem !important}.legalweb-bs .p-sm-2{padding:0.5rem !important}.legalweb-bs .pt-sm-2,.legalweb-bs .py-sm-2{padding-top:0.5rem !important}.legalweb-bs .pr-sm-2,.legalweb-bs .px-sm-2{padding-right:0.5rem !important}.legalweb-bs .pb-sm-2,.legalweb-bs .py-sm-2{padding-bottom:0.5rem !important}.legalweb-bs .pl-sm-2,.legalweb-bs .px-sm-2{padding-left:0.5rem !important}.legalweb-bs .p-sm-3{padding:1rem !important}.legalweb-bs .pt-sm-3,.legalweb-bs .py-sm-3{padding-top:1rem !important}.legalweb-bs .pr-sm-3,.legalweb-bs .px-sm-3{padding-right:1rem !important}.legalweb-bs .pb-sm-3,.legalweb-bs .py-sm-3{padding-bottom:1rem !important}.legalweb-bs .pl-sm-3,.legalweb-bs .px-sm-3{padding-left:1rem !important}.legalweb-bs .p-sm-4{padding:1.5rem !important}.legalweb-bs .pt-sm-4,.legalweb-bs .py-sm-4{padding-top:1.5rem !important}.legalweb-bs .pr-sm-4,.legalweb-bs .px-sm-4{padding-right:1.5rem !important}.legalweb-bs .pb-sm-4,.legalweb-bs .py-sm-4{padding-bottom:1.5rem !important}.legalweb-bs .pl-sm-4,.legalweb-bs .px-sm-4{padding-left:1.5rem !important}.legalweb-bs .p-sm-5{padding:3rem !important}.legalweb-bs .pt-sm-5,.legalweb-bs .py-sm-5{padding-top:3rem !important}.legalweb-bs .pr-sm-5,.legalweb-bs .px-sm-5{padding-right:3rem !important}.legalweb-bs .pb-sm-5,.legalweb-bs .py-sm-5{padding-bottom:3rem !important}.legalweb-bs .pl-sm-5,.legalweb-bs .px-sm-5{padding-left:3rem !important}.legalweb-bs .m-sm-n1{margin:-0.25rem !important}.legalweb-bs .mt-sm-n1,.legalweb-bs .my-sm-n1{margin-top:-0.25rem !important}.legalweb-bs .mr-sm-n1,.legalweb-bs .mx-sm-n1{margin-right:-0.25rem !important}.legalweb-bs .mb-sm-n1,.legalweb-bs .my-sm-n1{margin-bottom:-0.25rem !important}.legalweb-bs .ml-sm-n1,.legalweb-bs .mx-sm-n1{margin-left:-0.25rem !important}.legalweb-bs .m-sm-n2{margin:-0.5rem !important}.legalweb-bs .mt-sm-n2,.legalweb-bs .my-sm-n2{margin-top:-0.5rem !important}.legalweb-bs .mr-sm-n2,.legalweb-bs .mx-sm-n2{margin-right:-0.5rem !important}.legalweb-bs .mb-sm-n2,.legalweb-bs .my-sm-n2{margin-bottom:-0.5rem !important}.legalweb-bs .ml-sm-n2,.legalweb-bs .mx-sm-n2{margin-left:-0.5rem !important}.legalweb-bs .m-sm-n3{margin:-1rem !important}.legalweb-bs .mt-sm-n3,.legalweb-bs .my-sm-n3{margin-top:-1rem !important}.legalweb-bs .mr-sm-n3,.legalweb-bs .mx-sm-n3{margin-right:-1rem !important}.legalweb-bs .mb-sm-n3,.legalweb-bs .my-sm-n3{margin-bottom:-1rem !important}.legalweb-bs .ml-sm-n3,.legalweb-bs .mx-sm-n3{margin-left:-1rem !important}.legalweb-bs .m-sm-n4{margin:-1.5rem !important}.legalweb-bs .mt-sm-n4,.legalweb-bs .my-sm-n4{margin-top:-1.5rem !important}.legalweb-bs .mr-sm-n4,.legalweb-bs .mx-sm-n4{margin-right:-1.5rem !important}.legalweb-bs .mb-sm-n4,.legalweb-bs .my-sm-n4{margin-bottom:-1.5rem !important}.legalweb-bs .ml-sm-n4,.legalweb-bs .mx-sm-n4{margin-left:-1.5rem !important}.legalweb-bs .m-sm-n5{margin:-3rem !important}.legalweb-bs .mt-sm-n5,.legalweb-bs .my-sm-n5{margin-top:-3rem !important}.legalweb-bs .mr-sm-n5,.legalweb-bs .mx-sm-n5{margin-right:-3rem !important}.legalweb-bs .mb-sm-n5,.legalweb-bs .my-sm-n5{margin-bottom:-3rem !important}.legalweb-bs .ml-sm-n5,.legalweb-bs .mx-sm-n5{margin-left:-3rem !important}.legalweb-bs .m-sm-auto{margin:auto !important}.legalweb-bs .mt-sm-auto,.legalweb-bs .my-sm-auto{margin-top:auto !important}.legalweb-bs .mr-sm-auto,.legalweb-bs .mx-sm-auto{margin-right:auto !important}.legalweb-bs .mb-sm-auto,.legalweb-bs .my-sm-auto{margin-bottom:auto !important}.legalweb-bs .ml-sm-auto,.legalweb-bs .mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.legalweb-bs .m-md-0{margin:0 !important}.legalweb-bs .mt-md-0,.legalweb-bs .my-md-0{margin-top:0 !important}.legalweb-bs .mr-md-0,.legalweb-bs .mx-md-0{margin-right:0 !important}.legalweb-bs .mb-md-0,.legalweb-bs .my-md-0{margin-bottom:0 !important}.legalweb-bs .ml-md-0,.legalweb-bs .mx-md-0{margin-left:0 !important}.legalweb-bs .m-md-1{margin:0.25rem !important}.legalweb-bs .mt-md-1,.legalweb-bs .my-md-1{margin-top:0.25rem !important}.legalweb-bs .mr-md-1,.legalweb-bs .mx-md-1{margin-right:0.25rem !important}.legalweb-bs .mb-md-1,.legalweb-bs .my-md-1{margin-bottom:0.25rem !important}.legalweb-bs .ml-md-1,.legalweb-bs .mx-md-1{margin-left:0.25rem !important}.legalweb-bs .m-md-2{margin:0.5rem !important}.legalweb-bs .mt-md-2,.legalweb-bs .my-md-2{margin-top:0.5rem !important}.legalweb-bs .mr-md-2,.legalweb-bs .mx-md-2{margin-right:0.5rem !important}.legalweb-bs .mb-md-2,.legalweb-bs .my-md-2{margin-bottom:0.5rem !important}.legalweb-bs .ml-md-2,.legalweb-bs .mx-md-2{margin-left:0.5rem !important}.legalweb-bs .m-md-3{margin:1rem !important}.legalweb-bs .mt-md-3,.legalweb-bs .my-md-3{margin-top:1rem !important}.legalweb-bs .mr-md-3,.legalweb-bs .mx-md-3{margin-right:1rem !important}.legalweb-bs .mb-md-3,.legalweb-bs .my-md-3{margin-bottom:1rem !important}.legalweb-bs .ml-md-3,.legalweb-bs .mx-md-3{margin-left:1rem !important}.legalweb-bs .m-md-4{margin:1.5rem !important}.legalweb-bs .mt-md-4,.legalweb-bs .my-md-4{margin-top:1.5rem !important}.legalweb-bs .mr-md-4,.legalweb-bs .mx-md-4{margin-right:1.5rem !important}.legalweb-bs .mb-md-4,.legalweb-bs .my-md-4{margin-bottom:1.5rem !important}.legalweb-bs .ml-md-4,.legalweb-bs .mx-md-4{margin-left:1.5rem !important}.legalweb-bs .m-md-5{margin:3rem !important}.legalweb-bs .mt-md-5,.legalweb-bs .my-md-5{margin-top:3rem !important}.legalweb-bs .mr-md-5,.legalweb-bs .mx-md-5{margin-right:3rem !important}.legalweb-bs .mb-md-5,.legalweb-bs .my-md-5{margin-bottom:3rem !important}.legalweb-bs .ml-md-5,.legalweb-bs .mx-md-5{margin-left:3rem !important}.legalweb-bs .p-md-0{padding:0 !important}.legalweb-bs .pt-md-0,.legalweb-bs .py-md-0{padding-top:0 !important}.legalweb-bs .pr-md-0,.legalweb-bs .px-md-0{padding-right:0 !important}.legalweb-bs .pb-md-0,.legalweb-bs .py-md-0{padding-bottom:0 !important}.legalweb-bs .pl-md-0,.legalweb-bs .px-md-0{padding-left:0 !important}.legalweb-bs .p-md-1{padding:0.25rem !important}.legalweb-bs .pt-md-1,.legalweb-bs .py-md-1{padding-top:0.25rem !important}.legalweb-bs .pr-md-1,.legalweb-bs .px-md-1{padding-right:0.25rem !important}.legalweb-bs .pb-md-1,.legalweb-bs .py-md-1{padding-bottom:0.25rem !important}.legalweb-bs .pl-md-1,.legalweb-bs .px-md-1{padding-left:0.25rem !important}.legalweb-bs .p-md-2{padding:0.5rem !important}.legalweb-bs .pt-md-2,.legalweb-bs .py-md-2{padding-top:0.5rem !important}.legalweb-bs .pr-md-2,.legalweb-bs .px-md-2{padding-right:0.5rem !important}.legalweb-bs .pb-md-2,.legalweb-bs .py-md-2{padding-bottom:0.5rem !important}.legalweb-bs .pl-md-2,.legalweb-bs .px-md-2{padding-left:0.5rem !important}.legalweb-bs .p-md-3{padding:1rem !important}.legalweb-bs .pt-md-3,.legalweb-bs .py-md-3{padding-top:1rem !important}.legalweb-bs .pr-md-3,.legalweb-bs .px-md-3{padding-right:1rem !important}.legalweb-bs .pb-md-3,.legalweb-bs .py-md-3{padding-bottom:1rem !important}.legalweb-bs .pl-md-3,.legalweb-bs .px-md-3{padding-left:1rem !important}.legalweb-bs .p-md-4{padding:1.5rem !important}.legalweb-bs .pt-md-4,.legalweb-bs .py-md-4{padding-top:1.5rem !important}.legalweb-bs .pr-md-4,.legalweb-bs .px-md-4{padding-right:1.5rem !important}.legalweb-bs .pb-md-4,.legalweb-bs .py-md-4{padding-bottom:1.5rem !important}.legalweb-bs .pl-md-4,.legalweb-bs .px-md-4{padding-left:1.5rem !important}.legalweb-bs .p-md-5{padding:3rem !important}.legalweb-bs .pt-md-5,.legalweb-bs .py-md-5{padding-top:3rem !important}.legalweb-bs .pr-md-5,.legalweb-bs .px-md-5{padding-right:3rem !important}.legalweb-bs .pb-md-5,.legalweb-bs .py-md-5{padding-bottom:3rem !important}.legalweb-bs .pl-md-5,.legalweb-bs .px-md-5{padding-left:3rem !important}.legalweb-bs .m-md-n1{margin:-0.25rem !important}.legalweb-bs .mt-md-n1,.legalweb-bs .my-md-n1{margin-top:-0.25rem !important}.legalweb-bs .mr-md-n1,.legalweb-bs .mx-md-n1{margin-right:-0.25rem !important}.legalweb-bs .mb-md-n1,.legalweb-bs .my-md-n1{margin-bottom:-0.25rem !important}.legalweb-bs .ml-md-n1,.legalweb-bs .mx-md-n1{margin-left:-0.25rem !important}.legalweb-bs .m-md-n2{margin:-0.5rem !important}.legalweb-bs .mt-md-n2,.legalweb-bs .my-md-n2{margin-top:-0.5rem !important}.legalweb-bs .mr-md-n2,.legalweb-bs .mx-md-n2{margin-right:-0.5rem !important}.legalweb-bs .mb-md-n2,.legalweb-bs .my-md-n2{margin-bottom:-0.5rem !important}.legalweb-bs .ml-md-n2,.legalweb-bs .mx-md-n2{margin-left:-0.5rem !important}.legalweb-bs .m-md-n3{margin:-1rem !important}.legalweb-bs .mt-md-n3,.legalweb-bs .my-md-n3{margin-top:-1rem !important}.legalweb-bs .mr-md-n3,.legalweb-bs .mx-md-n3{margin-right:-1rem !important}.legalweb-bs .mb-md-n3,.legalweb-bs .my-md-n3{margin-bottom:-1rem !important}.legalweb-bs .ml-md-n3,.legalweb-bs .mx-md-n3{margin-left:-1rem !important}.legalweb-bs .m-md-n4{margin:-1.5rem !important}.legalweb-bs .mt-md-n4,.legalweb-bs .my-md-n4{margin-top:-1.5rem !important}.legalweb-bs .mr-md-n4,.legalweb-bs .mx-md-n4{margin-right:-1.5rem !important}.legalweb-bs .mb-md-n4,.legalweb-bs .my-md-n4{margin-bottom:-1.5rem !important}.legalweb-bs .ml-md-n4,.legalweb-bs .mx-md-n4{margin-left:-1.5rem !important}.legalweb-bs .m-md-n5{margin:-3rem !important}.legalweb-bs .mt-md-n5,.legalweb-bs .my-md-n5{margin-top:-3rem !important}.legalweb-bs .mr-md-n5,.legalweb-bs .mx-md-n5{margin-right:-3rem !important}.legalweb-bs .mb-md-n5,.legalweb-bs .my-md-n5{margin-bottom:-3rem !important}.legalweb-bs .ml-md-n5,.legalweb-bs .mx-md-n5{margin-left:-3rem !important}.legalweb-bs .m-md-auto{margin:auto !important}.legalweb-bs .mt-md-auto,.legalweb-bs .my-md-auto{margin-top:auto !important}.legalweb-bs .mr-md-auto,.legalweb-bs .mx-md-auto{margin-right:auto !important}.legalweb-bs .mb-md-auto,.legalweb-bs .my-md-auto{margin-bottom:auto !important}.legalweb-bs .ml-md-auto,.legalweb-bs .mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.legalweb-bs .m-lg-0{margin:0 !important}.legalweb-bs .mt-lg-0,.legalweb-bs .my-lg-0{margin-top:0 !important}.legalweb-bs .mr-lg-0,.legalweb-bs .mx-lg-0{margin-right:0 !important}.legalweb-bs .mb-lg-0,.legalweb-bs .my-lg-0{margin-bottom:0 !important}.legalweb-bs .ml-lg-0,.legalweb-bs .mx-lg-0{margin-left:0 !important}.legalweb-bs .m-lg-1{margin:0.25rem !important}.legalweb-bs .mt-lg-1,.legalweb-bs .my-lg-1{margin-top:0.25rem !important}.legalweb-bs .mr-lg-1,.legalweb-bs .mx-lg-1{margin-right:0.25rem !important}.legalweb-bs .mb-lg-1,.legalweb-bs .my-lg-1{margin-bottom:0.25rem !important}.legalweb-bs .ml-lg-1,.legalweb-bs .mx-lg-1{margin-left:0.25rem !important}.legalweb-bs .m-lg-2{margin:0.5rem !important}.legalweb-bs .mt-lg-2,.legalweb-bs .my-lg-2{margin-top:0.5rem !important}.legalweb-bs .mr-lg-2,.legalweb-bs .mx-lg-2{margin-right:0.5rem !important}.legalweb-bs .mb-lg-2,.legalweb-bs .my-lg-2{margin-bottom:0.5rem !important}.legalweb-bs .ml-lg-2,.legalweb-bs .mx-lg-2{margin-left:0.5rem !important}.legalweb-bs .m-lg-3{margin:1rem !important}.legalweb-bs .mt-lg-3,.legalweb-bs .my-lg-3{margin-top:1rem !important}.legalweb-bs .mr-lg-3,.legalweb-bs .mx-lg-3{margin-right:1rem !important}.legalweb-bs .mb-lg-3,.legalweb-bs .my-lg-3{margin-bottom:1rem !important}.legalweb-bs .ml-lg-3,.legalweb-bs .mx-lg-3{margin-left:1rem !important}.legalweb-bs .m-lg-4{margin:1.5rem !important}.legalweb-bs .mt-lg-4,.legalweb-bs .my-lg-4{margin-top:1.5rem !important}.legalweb-bs .mr-lg-4,.legalweb-bs .mx-lg-4{margin-right:1.5rem !important}.legalweb-bs .mb-lg-4,.legalweb-bs .my-lg-4{margin-bottom:1.5rem !important}.legalweb-bs .ml-lg-4,.legalweb-bs .mx-lg-4{margin-left:1.5rem !important}.legalweb-bs .m-lg-5{margin:3rem !important}.legalweb-bs .mt-lg-5,.legalweb-bs .my-lg-5{margin-top:3rem !important}.legalweb-bs .mr-lg-5,.legalweb-bs .mx-lg-5{margin-right:3rem !important}.legalweb-bs .mb-lg-5,.legalweb-bs .my-lg-5{margin-bottom:3rem !important}.legalweb-bs .ml-lg-5,.legalweb-bs .mx-lg-5{margin-left:3rem !important}.legalweb-bs .p-lg-0{padding:0 !important}.legalweb-bs .pt-lg-0,.legalweb-bs .py-lg-0{padding-top:0 !important}.legalweb-bs .pr-lg-0,.legalweb-bs .px-lg-0{padding-right:0 !important}.legalweb-bs .pb-lg-0,.legalweb-bs .py-lg-0{padding-bottom:0 !important}.legalweb-bs .pl-lg-0,.legalweb-bs .px-lg-0{padding-left:0 !important}.legalweb-bs .p-lg-1{padding:0.25rem !important}.legalweb-bs .pt-lg-1,.legalweb-bs .py-lg-1{padding-top:0.25rem !important}.legalweb-bs .pr-lg-1,.legalweb-bs .px-lg-1{padding-right:0.25rem !important}.legalweb-bs .pb-lg-1,.legalweb-bs .py-lg-1{padding-bottom:0.25rem !important}.legalweb-bs .pl-lg-1,.legalweb-bs .px-lg-1{padding-left:0.25rem !important}.legalweb-bs .p-lg-2{padding:0.5rem !important}.legalweb-bs .pt-lg-2,.legalweb-bs .py-lg-2{padding-top:0.5rem !important}.legalweb-bs .pr-lg-2,.legalweb-bs .px-lg-2{padding-right:0.5rem !important}.legalweb-bs .pb-lg-2,.legalweb-bs .py-lg-2{padding-bottom:0.5rem !important}.legalweb-bs .pl-lg-2,.legalweb-bs .px-lg-2{padding-left:0.5rem !important}.legalweb-bs .p-lg-3{padding:1rem !important}.legalweb-bs .pt-lg-3,.legalweb-bs .py-lg-3{padding-top:1rem !important}.legalweb-bs .pr-lg-3,.legalweb-bs .px-lg-3{padding-right:1rem !important}.legalweb-bs .pb-lg-3,.legalweb-bs .py-lg-3{padding-bottom:1rem !important}.legalweb-bs .pl-lg-3,.legalweb-bs .px-lg-3{padding-left:1rem !important}.legalweb-bs .p-lg-4{padding:1.5rem !important}.legalweb-bs .pt-lg-4,.legalweb-bs .py-lg-4{padding-top:1.5rem !important}.legalweb-bs .pr-lg-4,.legalweb-bs .px-lg-4{padding-right:1.5rem !important}.legalweb-bs .pb-lg-4,.legalweb-bs .py-lg-4{padding-bottom:1.5rem !important}.legalweb-bs .pl-lg-4,.legalweb-bs .px-lg-4{padding-left:1.5rem !important}.legalweb-bs .p-lg-5{padding:3rem !important}.legalweb-bs .pt-lg-5,.legalweb-bs .py-lg-5{padding-top:3rem !important}.legalweb-bs .pr-lg-5,.legalweb-bs .px-lg-5{padding-right:3rem !important}.legalweb-bs .pb-lg-5,.legalweb-bs .py-lg-5{padding-bottom:3rem !important}.legalweb-bs .pl-lg-5,.legalweb-bs .px-lg-5{padding-left:3rem !important}.legalweb-bs .m-lg-n1{margin:-0.25rem !important}.legalweb-bs .mt-lg-n1,.legalweb-bs .my-lg-n1{margin-top:-0.25rem !important}.legalweb-bs .mr-lg-n1,.legalweb-bs .mx-lg-n1{margin-right:-0.25rem !important}.legalweb-bs .mb-lg-n1,.legalweb-bs .my-lg-n1{margin-bottom:-0.25rem !important}.legalweb-bs .ml-lg-n1,.legalweb-bs .mx-lg-n1{margin-left:-0.25rem !important}.legalweb-bs .m-lg-n2{margin:-0.5rem !important}.legalweb-bs .mt-lg-n2,.legalweb-bs .my-lg-n2{margin-top:-0.5rem !important}.legalweb-bs .mr-lg-n2,.legalweb-bs .mx-lg-n2{margin-right:-0.5rem !important}.legalweb-bs .mb-lg-n2,.legalweb-bs .my-lg-n2{margin-bottom:-0.5rem !important}.legalweb-bs .ml-lg-n2,.legalweb-bs .mx-lg-n2{margin-left:-0.5rem !important}.legalweb-bs .m-lg-n3{margin:-1rem !important}.legalweb-bs .mt-lg-n3,.legalweb-bs .my-lg-n3{margin-top:-1rem !important}.legalweb-bs .mr-lg-n3,.legalweb-bs .mx-lg-n3{margin-right:-1rem !important}.legalweb-bs .mb-lg-n3,.legalweb-bs .my-lg-n3{margin-bottom:-1rem !important}.legalweb-bs .ml-lg-n3,.legalweb-bs .mx-lg-n3{margin-left:-1rem !important}.legalweb-bs .m-lg-n4{margin:-1.5rem !important}.legalweb-bs .mt-lg-n4,.legalweb-bs .my-lg-n4{margin-top:-1.5rem !important}.legalweb-bs .mr-lg-n4,.legalweb-bs .mx-lg-n4{margin-right:-1.5rem !important}.legalweb-bs .mb-lg-n4,.legalweb-bs .my-lg-n4{margin-bottom:-1.5rem !important}.legalweb-bs .ml-lg-n4,.legalweb-bs .mx-lg-n4{margin-left:-1.5rem !important}.legalweb-bs .m-lg-n5{margin:-3rem !important}.legalweb-bs .mt-lg-n5,.legalweb-bs .my-lg-n5{margin-top:-3rem !important}.legalweb-bs .mr-lg-n5,.legalweb-bs .mx-lg-n5{margin-right:-3rem !important}.legalweb-bs .mb-lg-n5,.legalweb-bs .my-lg-n5{margin-bottom:-3rem !important}.legalweb-bs .ml-lg-n5,.legalweb-bs .mx-lg-n5{margin-left:-3rem !important}.legalweb-bs .m-lg-auto{margin:auto !important}.legalweb-bs .mt-lg-auto,.legalweb-bs .my-lg-auto{margin-top:auto !important}.legalweb-bs .mr-lg-auto,.legalweb-bs .mx-lg-auto{margin-right:auto !important}.legalweb-bs .mb-lg-auto,.legalweb-bs .my-lg-auto{margin-bottom:auto !important}.legalweb-bs .ml-lg-auto,.legalweb-bs .mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.legalweb-bs .m-xl-0{margin:0 !important}.legalweb-bs .mt-xl-0,.legalweb-bs .my-xl-0{margin-top:0 !important}.legalweb-bs .mr-xl-0,.legalweb-bs .mx-xl-0{margin-right:0 !important}.legalweb-bs .mb-xl-0,.legalweb-bs .my-xl-0{margin-bottom:0 !important}.legalweb-bs .ml-xl-0,.legalweb-bs .mx-xl-0{margin-left:0 !important}.legalweb-bs .m-xl-1{margin:0.25rem !important}.legalweb-bs .mt-xl-1,.legalweb-bs .my-xl-1{margin-top:0.25rem !important}.legalweb-bs .mr-xl-1,.legalweb-bs .mx-xl-1{margin-right:0.25rem !important}.legalweb-bs .mb-xl-1,.legalweb-bs .my-xl-1{margin-bottom:0.25rem !important}.legalweb-bs .ml-xl-1,.legalweb-bs .mx-xl-1{margin-left:0.25rem !important}.legalweb-bs .m-xl-2{margin:0.5rem !important}.legalweb-bs .mt-xl-2,.legalweb-bs .my-xl-2{margin-top:0.5rem !important}.legalweb-bs .mr-xl-2,.legalweb-bs .mx-xl-2{margin-right:0.5rem !important}.legalweb-bs .mb-xl-2,.legalweb-bs .my-xl-2{margin-bottom:0.5rem !important}.legalweb-bs .ml-xl-2,.legalweb-bs .mx-xl-2{margin-left:0.5rem !important}.legalweb-bs .m-xl-3{margin:1rem !important}.legalweb-bs .mt-xl-3,.legalweb-bs .my-xl-3{margin-top:1rem !important}.legalweb-bs .mr-xl-3,.legalweb-bs .mx-xl-3{margin-right:1rem !important}.legalweb-bs .mb-xl-3,.legalweb-bs .my-xl-3{margin-bottom:1rem !important}.legalweb-bs .ml-xl-3,.legalweb-bs .mx-xl-3{margin-left:1rem !important}.legalweb-bs .m-xl-4{margin:1.5rem !important}.legalweb-bs .mt-xl-4,.legalweb-bs .my-xl-4{margin-top:1.5rem !important}.legalweb-bs .mr-xl-4,.legalweb-bs .mx-xl-4{margin-right:1.5rem !important}.legalweb-bs .mb-xl-4,.legalweb-bs .my-xl-4{margin-bottom:1.5rem !important}.legalweb-bs .ml-xl-4,.legalweb-bs .mx-xl-4{margin-left:1.5rem !important}.legalweb-bs .m-xl-5{margin:3rem !important}.legalweb-bs .mt-xl-5,.legalweb-bs .my-xl-5{margin-top:3rem !important}.legalweb-bs .mr-xl-5,.legalweb-bs .mx-xl-5{margin-right:3rem !important}.legalweb-bs .mb-xl-5,.legalweb-bs .my-xl-5{margin-bottom:3rem !important}.legalweb-bs .ml-xl-5,.legalweb-bs .mx-xl-5{margin-left:3rem !important}.legalweb-bs .p-xl-0{padding:0 !important}.legalweb-bs .pt-xl-0,.legalweb-bs .py-xl-0{padding-top:0 !important}.legalweb-bs .pr-xl-0,.legalweb-bs .px-xl-0{padding-right:0 !important}.legalweb-bs .pb-xl-0,.legalweb-bs .py-xl-0{padding-bottom:0 !important}.legalweb-bs .pl-xl-0,.legalweb-bs .px-xl-0{padding-left:0 !important}.legalweb-bs .p-xl-1{padding:0.25rem !important}.legalweb-bs .pt-xl-1,.legalweb-bs .py-xl-1{padding-top:0.25rem !important}.legalweb-bs .pr-xl-1,.legalweb-bs .px-xl-1{padding-right:0.25rem !important}.legalweb-bs .pb-xl-1,.legalweb-bs .py-xl-1{padding-bottom:0.25rem !important}.legalweb-bs .pl-xl-1,.legalweb-bs .px-xl-1{padding-left:0.25rem !important}.legalweb-bs .p-xl-2{padding:0.5rem !important}.legalweb-bs .pt-xl-2,.legalweb-bs .py-xl-2{padding-top:0.5rem !important}.legalweb-bs .pr-xl-2,.legalweb-bs .px-xl-2{padding-right:0.5rem !important}.legalweb-bs .pb-xl-2,.legalweb-bs .py-xl-2{padding-bottom:0.5rem !important}.legalweb-bs .pl-xl-2,.legalweb-bs .px-xl-2{padding-left:0.5rem !important}.legalweb-bs .p-xl-3{padding:1rem !important}.legalweb-bs .pt-xl-3,.legalweb-bs .py-xl-3{padding-top:1rem !important}.legalweb-bs .pr-xl-3,.legalweb-bs .px-xl-3{padding-right:1rem !important}.legalweb-bs .pb-xl-3,.legalweb-bs .py-xl-3{padding-bottom:1rem !important}.legalweb-bs .pl-xl-3,.legalweb-bs .px-xl-3{padding-left:1rem !important}.legalweb-bs .p-xl-4{padding:1.5rem !important}.legalweb-bs .pt-xl-4,.legalweb-bs .py-xl-4{padding-top:1.5rem !important}.legalweb-bs .pr-xl-4,.legalweb-bs .px-xl-4{padding-right:1.5rem !important}.legalweb-bs .pb-xl-4,.legalweb-bs .py-xl-4{padding-bottom:1.5rem !important}.legalweb-bs .pl-xl-4,.legalweb-bs .px-xl-4{padding-left:1.5rem !important}.legalweb-bs .p-xl-5{padding:3rem !important}.legalweb-bs .pt-xl-5,.legalweb-bs .py-xl-5{padding-top:3rem !important}.legalweb-bs .pr-xl-5,.legalweb-bs .px-xl-5{padding-right:3rem !important}.legalweb-bs .pb-xl-5,.legalweb-bs .py-xl-5{padding-bottom:3rem !important}.legalweb-bs .pl-xl-5,.legalweb-bs .px-xl-5{padding-left:3rem !important}.legalweb-bs .m-xl-n1{margin:-0.25rem !important}.legalweb-bs .mt-xl-n1,.legalweb-bs .my-xl-n1{margin-top:-0.25rem !important}.legalweb-bs .mr-xl-n1,.legalweb-bs .mx-xl-n1{margin-right:-0.25rem !important}.legalweb-bs .mb-xl-n1,.legalweb-bs .my-xl-n1{margin-bottom:-0.25rem !important}.legalweb-bs .ml-xl-n1,.legalweb-bs .mx-xl-n1{margin-left:-0.25rem !important}.legalweb-bs .m-xl-n2{margin:-0.5rem !important}.legalweb-bs .mt-xl-n2,.legalweb-bs .my-xl-n2{margin-top:-0.5rem !important}.legalweb-bs .mr-xl-n2,.legalweb-bs .mx-xl-n2{margin-right:-0.5rem !important}.legalweb-bs .mb-xl-n2,.legalweb-bs .my-xl-n2{margin-bottom:-0.5rem !important}.legalweb-bs .ml-xl-n2,.legalweb-bs .mx-xl-n2{margin-left:-0.5rem !important}.legalweb-bs .m-xl-n3{margin:-1rem !important}.legalweb-bs .mt-xl-n3,.legalweb-bs .my-xl-n3{margin-top:-1rem !important}.legalweb-bs .mr-xl-n3,.legalweb-bs .mx-xl-n3{margin-right:-1rem !important}.legalweb-bs .mb-xl-n3,.legalweb-bs .my-xl-n3{margin-bottom:-1rem !important}.legalweb-bs .ml-xl-n3,.legalweb-bs .mx-xl-n3{margin-left:-1rem !important}.legalweb-bs .m-xl-n4{margin:-1.5rem !important}.legalweb-bs .mt-xl-n4,.legalweb-bs .my-xl-n4{margin-top:-1.5rem !important}.legalweb-bs .mr-xl-n4,.legalweb-bs .mx-xl-n4{margin-right:-1.5rem !important}.legalweb-bs .mb-xl-n4,.legalweb-bs .my-xl-n4{margin-bottom:-1.5rem !important}.legalweb-bs .ml-xl-n4,.legalweb-bs .mx-xl-n4{margin-left:-1.5rem !important}.legalweb-bs .m-xl-n5{margin:-3rem !important}.legalweb-bs .mt-xl-n5,.legalweb-bs .my-xl-n5{margin-top:-3rem !important}.legalweb-bs .mr-xl-n5,.legalweb-bs .mx-xl-n5{margin-right:-3rem !important}.legalweb-bs .mb-xl-n5,.legalweb-bs .my-xl-n5{margin-bottom:-3rem !important}.legalweb-bs .ml-xl-n5,.legalweb-bs .mx-xl-n5{margin-left:-3rem !important}.legalweb-bs .m-xl-auto{margin:auto !important}.legalweb-bs .mt-xl-auto,.legalweb-bs .my-xl-auto{margin-top:auto !important}.legalweb-bs .mr-xl-auto,.legalweb-bs .mx-xl-auto{margin-right:auto !important}.legalweb-bs .mb-xl-auto,.legalweb-bs .my-xl-auto{margin-bottom:auto !important}.legalweb-bs .ml-xl-auto,.legalweb-bs .mx-xl-auto{margin-left:auto !important}}.legalweb-bs .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.legalweb-bs .text-monospace{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important}.legalweb-bs .text-justify{text-align:justify !important}.legalweb-bs .text-wrap{white-space:normal !important}.legalweb-bs .text-nowrap{white-space:nowrap !important}.legalweb-bs .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legalweb-bs .text-left{text-align:left !important}.legalweb-bs .text-right{text-align:right !important}.legalweb-bs .text-center{text-align:center !important}@media (min-width: 576px){.legalweb-bs .text-sm-left{text-align:left !important}.legalweb-bs .text-sm-right{text-align:right !important}.legalweb-bs .text-sm-center{text-align:center !important}}@media (min-width: 768px){.legalweb-bs .text-md-left{text-align:left !important}.legalweb-bs .text-md-right{text-align:right !important}.legalweb-bs .text-md-center{text-align:center !important}}@media (min-width: 992px){.legalweb-bs .text-lg-left{text-align:left !important}.legalweb-bs .text-lg-right{text-align:right !important}.legalweb-bs .text-lg-center{text-align:center !important}}@media (min-width: 1200px){.legalweb-bs .text-xl-left{text-align:left !important}.legalweb-bs .text-xl-right{text-align:right !important}.legalweb-bs .text-xl-center{text-align:center !important}}.legalweb-bs .text-lowercase{text-transform:lowercase !important}.legalweb-bs .text-uppercase{text-transform:uppercase !important}.legalweb-bs .text-capitalize{text-transform:capitalize !important}.legalweb-bs .font-weight-light{font-weight:300 !important}.legalweb-bs .font-weight-lighter{font-weight:lighter !important}.legalweb-bs .font-weight-normal{font-weight:400 !important}.legalweb-bs .font-weight-bold{font-weight:700 !important}.legalweb-bs .font-weight-bolder{font-weight:bolder !important}.legalweb-bs .font-italic{font-style:italic !important}.legalweb-bs .text-white{color:#fff !important}.legalweb-bs .text-primary{color:#008cba !important}.legalweb-bs a.text-primary:hover,.legalweb-bs a.text-primary:focus{color:#00526e !important}.legalweb-bs .text-secondary{color:#eee !important}.legalweb-bs a.text-secondary:hover,.legalweb-bs a.text-secondary:focus{color:#c8c8c8 !important}.legalweb-bs .text-success{color:#43ac6a !important}.legalweb-bs a.text-success:hover,.legalweb-bs a.text-success:focus{color:#2e7548 !important}.legalweb-bs .text-info{color:#5bc0de !important}.legalweb-bs a.text-info:hover,.legalweb-bs a.text-info:focus{color:#28a1c5 !important}.legalweb-bs .text-warning{color:#E99002 !important}.legalweb-bs a.text-warning:hover,.legalweb-bs a.text-warning:focus{color:#9d6101 !important}.legalweb-bs .text-danger{color:#F04124 !important}.legalweb-bs a.text-danger:hover,.legalweb-bs a.text-danger:focus{color:#bb260d !important}.legalweb-bs .text-light{color:#eee !important}.legalweb-bs a.text-light:hover,.legalweb-bs a.text-light:focus{color:#c8c8c8 !important}.legalweb-bs .text-dark{color:#222 !important}.legalweb-bs a.text-dark:hover,.legalweb-bs a.text-dark:focus{color:black !important}.legalweb-bs .text-body{color:#222 !important}.legalweb-bs .text-muted{color:#888 !important}.legalweb-bs .text-black-50{color:rgba(0,0,0,0.5) !important}.legalweb-bs .text-white-50{color:rgba(255,255,255,0.5) !important}.legalweb-bs .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.legalweb-bs .text-decoration-none{text-decoration:none !important}.legalweb-bs .text-break{word-wrap:break-word !important}.legalweb-bs .text-reset{color:inherit !important}.legalweb-bs .visible{visibility:visible !important}.legalweb-bs .invisible{visibility:hidden !important}@media print{.legalweb-bs *,.legalweb-bs *::before,.legalweb-bs *::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}.legalweb-bs a:not(.btn){text-decoration:underline}.legalweb-bs abbr[title]::after{content:" (" attr(title) ")"}.legalweb-bs pre{white-space:pre-wrap !important}.legalweb-bs pre,.legalweb-bs blockquote{border:1px solid #adb5bd;page-break-inside:avoid}.legalweb-bs thead{display:table-header-group}.legalweb-bs tr,.legalweb-bs img{page-break-inside:avoid}.legalweb-bs p,.legalweb-bs h2,.legalweb-bs h3{orphans:3;widows:3}.legalweb-bs h2,.legalweb-bs h3{page-break-after:avoid}@page{.legalweb-bs{size:a3}}.legalweb-bs body{min-width:992px !important}.legalweb-bs .container{min-width:992px !important}.legalweb-bs .navbar{display:none}.legalweb-bs .badge{border:1px solid #000}.legalweb-bs .table{border-collapse:collapse !important}.legalweb-bs .table td,.legalweb-bs .table th{background-color:#fff !important}.legalweb-bs .table-bordered th,.legalweb-bs .table-bordered td{border:1px solid #dee2e6 !important}.legalweb-bs .table-dark{color:inherit}.legalweb-bs .table-dark th,.legalweb-bs .table-dark td,.legalweb-bs .table-dark thead th,.legalweb-bs .table-dark tbody+tbody{border-color:#dee2e6}.legalweb-bs .table .thead-dark th{color:inherit;border-color:#dee2e6}}.legalweb-bs .navbar{font-size:0.8203125rem;font-weight:300}.legalweb-bs .bg-primary .dropdown-menu{background-color:#008cba}.legalweb-bs .bg-primary .dropdown-menu .dropdown-item,.legalweb-bs .bg-primary .dropdown-menu .dropdown-item:focus{color:rgba(255,255,255,0.7)}.legalweb-bs .bg-primary .dropdown-menu .dropdown-item.active,.legalweb-bs .bg-primary .dropdown-menu .dropdown-item:hover,.legalweb-bs .bg-primary .dropdown-menu .dropdown-item:focus{background-color:#0079a1;color:#fff}.legalweb-bs .bg-dark{background-color:#333 !important}.legalweb-bs .bg-dark .dropdown-menu{background-color:#333}.legalweb-bs .bg-dark .dropdown-menu .dropdown-item,.legalweb-bs .bg-dark .dropdown-menu .dropdown-item:focus{color:rgba(255,255,255,0.7)}.legalweb-bs .bg-dark .dropdown-menu .dropdown-item.active,.legalweb-bs .bg-dark .dropdown-menu .dropdown-item:hover,.legalweb-bs .bg-dark .dropdown-menu .dropdown-item:focus{background-color:#262626;color:#fff}.legalweb-bs .bg-light .dropdown-menu{background-color:#eee}.legalweb-bs .bg-light .dropdown-menu .dropdown-item,.legalweb-bs .bg-light .dropdown-menu .dropdown-item:focus{color:rgba(0,0,0,0.5)}.legalweb-bs .bg-light .dropdown-menu .dropdown-item.active,.legalweb-bs .bg-light .dropdown-menu .dropdown-item:hover,.legalweb-bs .bg-light .dropdown-menu .dropdown-item:focus{background-color:#fbfbfb;color:rgba(0,0,0,0.7)}.legalweb-bs .btn-primary{border-color:#0079a1}.legalweb-bs .btn-secondary{border-color:#e1e1e1}.legalweb-bs .btn-success{border-color:#3c9a5f}.legalweb-bs .btn-info{border-color:#46b8da;color:#fff}.legalweb-bs .btn-danger{border-color:#ea2f10}.legalweb-bs .btn-warning{border-color:#d08002;color:#fff}.legalweb-bs .btn-light{border-color:#e1e1e1}.legalweb-bs .btn-dark{border-color:#151515}.legalweb-bs .btn-group .dropdown-menu{border-top-width:0}.legalweb-bs .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu{background-color:#008cba;border-color:#0079a1}.legalweb-bs .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item{color:#fff}.legalweb-bs .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:hover,.legalweb-bs .btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-item:focus{background-color:#006d91}.legalweb-bs .btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu{background-color:#eee;border-color:#e1e1e1}.legalweb-bs .btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu .dropdown-item{color:#fff}.legalweb-bs .btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu .dropdown-item:hover,.legalweb-bs .btn-group .dropdown-toggle.btn-secondary ~ .dropdown-menu .dropdown-item:focus{background-color:#dadada}.legalweb-bs .btn-group .dropdown-toggle.btn-success ~ .dropdown-menu{background-color:#43ac6a;border-color:#3c9a5f}.legalweb-bs .btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item{color:#fff}.legalweb-bs .btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item:hover,.legalweb-bs .btn-group .dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-item:focus{background-color:#388f58}.legalweb-bs .btn-group .dropdown-toggle.btn-info ~ .dropdown-menu{background-color:#5bc0de;border-color:#46b8da}.legalweb-bs .btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item{color:#fff}.legalweb-bs .btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item:hover,.legalweb-bs .btn-group .dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-item:focus{background-color:#39b3d7}.legalweb-bs .btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu{background-color:#E99002;border-color:#d08002}.legalweb-bs .btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item{color:#fff}.legalweb-bs .btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item:hover,.legalweb-bs .btn-group .dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-item:focus{background-color:#c17702}.legalweb-bs .btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu{background-color:#F04124;border-color:#0079a1}.legalweb-bs .btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item{color:#fff}.legalweb-bs .btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item:hover,.legalweb-bs .btn-group .dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-item:focus{background-color:#dc2c0f}.legalweb-bs .text-secondary{color:#495057 !important}.legalweb-bs .blockquote-footer{color:#888}.legalweb-bs table{font-size:0.8203125rem}.legalweb-bs .table-primary,.legalweb-bs .table-success,.legalweb-bs .table-info,.legalweb-bs .table-warning,.legalweb-bs .table-danger{color:#fff}.legalweb-bs .table-primary,.legalweb-bs .table-primary>th,.legalweb-bs .table-primary>td{background-color:#008cba}.legalweb-bs .table-secondary,.legalweb-bs .table-secondary>th,.legalweb-bs .table-secondary>td{background-color:#eee}.legalweb-bs .table-light,.legalweb-bs .table-light>th,.legalweb-bs .table-light>td{background-color:#eee}.legalweb-bs .table-dark,.legalweb-bs .table-dark>th,.legalweb-bs .table-dark>td{background-color:#222}.legalweb-bs .table-success,.legalweb-bs .table-success>th,.legalweb-bs .table-success>td{background-color:#43ac6a}.legalweb-bs .table-info,.legalweb-bs .table-info>th,.legalweb-bs .table-info>td{background-color:#5bc0de}.legalweb-bs .table-danger,.legalweb-bs .table-danger>th,.legalweb-bs .table-danger>td{background-color:#F04124}.legalweb-bs .table-warning,.legalweb-bs .table-warning>th,.legalweb-bs .table-warning>td{background-color:#E99002}.legalweb-bs .table-active,.legalweb-bs .table-active>th,.legalweb-bs .table-active>td{background-color:rgba(0,0,0,0.075)}.legalweb-bs .table-hover .table-primary:hover,.legalweb-bs .table-hover .table-primary:hover>th,.legalweb-bs .table-hover .table-primary:hover>td{background-color:#0079a1}.legalweb-bs .table-hover .table-secondary:hover,.legalweb-bs .table-hover .table-secondary:hover>th,.legalweb-bs .table-hover .table-secondary:hover>td{background-color:#e1e1e1}.legalweb-bs .table-hover .table-light:hover,.legalweb-bs .table-hover .table-light:hover>th,.legalweb-bs .table-hover .table-light:hover>td{background-color:#e1e1e1}.legalweb-bs .table-hover .table-dark:hover,.legalweb-bs .table-hover .table-dark:hover>th,.legalweb-bs .table-hover .table-dark:hover>td{background-color:#151515}.legalweb-bs .table-hover .table-success:hover,.legalweb-bs .table-hover .table-success:hover>th,.legalweb-bs .table-hover .table-success:hover>td{background-color:#3c9a5f}.legalweb-bs .table-hover .table-info:hover,.legalweb-bs .table-hover .table-info:hover>th,.legalweb-bs .table-hover .table-info:hover>td{background-color:#46b8da}.legalweb-bs .table-hover .table-danger:hover,.legalweb-bs .table-hover .table-danger:hover>th,.legalweb-bs .table-hover .table-danger:hover>td{background-color:#ea2f10}.legalweb-bs .table-hover .table-warning:hover,.legalweb-bs .table-hover .table-warning:hover>th,.legalweb-bs .table-hover .table-warning:hover>td{background-color:#d08002}.legalweb-bs .table-hover .table-active:hover,.legalweb-bs .table-hover .table-active:hover>th,.legalweb-bs .table-hover .table-active:hover>td{background-color:rgba(0,0,0,0.075)}.legalweb-bs label,.legalweb-bs .control-label,.legalweb-bs .help-block,.legalweb-bs .checkbox,.legalweb-bs .radio,.legalweb-bs .form-control-feedback{font-size:0.8203125rem}.legalweb-bs .dropdown-item{padding-top:0.75rem;padding-bottom:0.75rem;font-size:0.8203125rem;font-weight:300}.legalweb-bs .nav-tabs .nav-link,.legalweb-bs .nav-tabs .nav-link.disabled,.legalweb-bs .nav-tabs .nav-link.disabled:hover,.legalweb-bs .nav-tabs .nav-link.disabled:focus{border-color:rgba(0,0,0,0.1);background-color:#eee}.legalweb-bs .nav-tabs .nav-link:hover,.legalweb-bs .nav-tabs .nav-link:focus{background-color:#fbfbfb}.legalweb-bs .nav-pills .active{border:1px solid #0079a1}.legalweb-bs .breadcrumb{border:1px solid rgba(0,0,0,0.1);border-radius:3px;font-size:0.8203125rem;font-weight:300;text-transform:uppercase}.legalweb-bs .pagination{font-weight:300}.legalweb-bs .pagination .page-link{border-color:transparent;border-radius:3px;margin-left:0.1em;margin-right:0.1em}.legalweb-bs .pagination .page-link:hover,.legalweb-bs .pagination .page-link:focus{text-decoration:none}.legalweb-bs .pagination .page-item.disabled .page-link{border-color:transparent}.legalweb-bs .pagination .page-item:first-child .page-link,.legalweb-bs .pagination .page-item:last-child .page-link,.legalweb-bs .pagination-lg .page-item:first-child .page-link,.legalweb-bs .pagination-lg .page-item:last-child .page-link,.legalweb-bs .pagination-sm .page-item:first-child .page-link,.legalweb-bs .pagination-sm .page-item:last-child .page-link{border-radius:3px}.legalweb-bs .list-group{font-size:0.8203125rem;font-weight:300}.legalweb-bs .close{opacity:0.6;text-shadow:none}.legalweb-bs .close:hover,.legalweb-bs .close:focus{opacity:1}.legalweb-bs .alert{font-size:0.8203125rem;font-weight:300;color:#fff}.legalweb-bs .alert-primary,.legalweb-bs .alert-primary>th,.legalweb-bs .alert-primary>td{background-color:#008cba}.legalweb-bs .alert-secondary,.legalweb-bs .alert-secondary>th,.legalweb-bs .alert-secondary>td{background-color:#eee}.legalweb-bs .alert-success,.legalweb-bs .alert-success>th,.legalweb-bs .alert-success>td{background-color:#43ac6a}.legalweb-bs .alert-info,.legalweb-bs .alert-info>th,.legalweb-bs .alert-info>td{background-color:#5bc0de}.legalweb-bs .alert-danger,.legalweb-bs .alert-danger>th,.legalweb-bs .alert-danger>td{background-color:#F04124}.legalweb-bs .alert-warning,.legalweb-bs .alert-warning>th,.legalweb-bs .alert-warning>td{background-color:#E99002}.legalweb-bs .alert-dark,.legalweb-bs .alert-dark>th,.legalweb-bs .alert-dark>td{background-color:#222}.legalweb-bs .alert-light,.legalweb-bs .alert-light>th,.legalweb-bs .alert-light>td{background-color:#eee}.legalweb-bs .alert .alert-link{font-weight:normal;color:#fff;text-decoration:underline}.legalweb-bs .alert-secondary,.legalweb-bs .alert-secondary a:not(.btn),.legalweb-bs .alert-secondary .alert-link,.legalweb-bs .alert-light,.legalweb-bs .alert-light a:not(.btn),.legalweb-bs .alert-light .alert-link{color:#222}.legalweb-bs .badge{padding-bottom:.3em}.legalweb-bs .badge-warning,.legalweb-bs .badge-info{color:#fff}.legalweb-bs .progress[value]{height:22px;padding:2px;background-color:#f6f6f6;border:1px solid #ccc}.legalweb-bs .popover-header{border-top-left-radius:0;border-top-right-radius:0}
  • shapepress-dsgvo/trunk/admin/css/sp-dsgvo-admin.css

    r2357270 r2602888  
    6565 */
    6666
    67 .sp-dsgvo {
     67.sp-dsgvo, .legalweb-bs {
    6868    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    6969}
    7070
    7171/* bootstrap overrides */
    72 .sp-dsgvo .breadcrumb
     72.legalweb-bs .breadcrumb
    7373{
    7474    margin-left: 0 !important;
     
    7777}
    7878
    79 .sp-dsgvo .card {
     79.legalweb-bs .card {
    8080    padding: 0;
    8181}
    82 .sp-dsgvo h4.card-title{
     82.legalweb-bs h4.card-title{
    8383    margin-bottom: 0;
    8484}
    8585
    86 .sp-dsgvo label {
     86.legalweb-bs label {
    8787    font-weight: 500 !important;
    8888}
    8989
    90 .sp-dsgvo .custom-control-label {
     90.legalweb-bs .custom-control-label {
    9191    font-weight: 400 !important;
    9292}
    9393
    94 .sp-dsgvo select
     94.legalweb-bs select
    9595{
    9696    max-width: initial;
     
    9898
    9999@media (min-width: 576px) {
    100     .sp-dsgvo .card-columns {
     100    .legalweb-bs .card-columns {
    101101        -webkit-column-count: 2;
    102102        column-count: 2;
     
    108108}
    109109
    110 .sp-dsgvo .form-control-plaintext {
     110.legalweb-bs .form-control-plaintext {
    111111    -webkit-box-shadow: none;
    112112    -moz-box-shadow: none;
     
    118118
    119119
    120 hr.sp-dsgvo {
     120hr.legalweb-bs {
    121121    border: 0;
    122122    margin-top: 20px;
  • shapepress-dsgvo/trunk/admin/css/sp-dsgvo-admin.min.css

    r2357270 r2602888  
    1 @font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:local('Open Sans Light Italic'),local('OpenSans-LightItalic'),url(fonts/open-sans/opensans-lightitalic-webfont.woff2) format('woff2')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(fonts/open-sans/opensans-italic-webfont.woff2) format('woff2')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;src:local('Open Sans Bold Italic'),local('OpenSans-BoldItalic'),url(fonts/open-sans/opensans-bolditalic-webfont.woff2) format('woff2')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local('OpenSans-Light'),url(fonts/open-sans/opensans-light-webfont.woff2) format('woff2')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans Regular'),local('OpenSans-Regular'),url(fonts/open-sans/opensans-regular-webfont.woff2) format('woff2')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(fonts/open-sans/opensans-bold-webfont.woff2) format('woff2')}.sp-dsgvo{font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.sp-dsgvo .breadcrumb{margin-left:0 !important;margin-bottom:0 !important;font-weight:500 !important}.sp-dsgvo .card{padding:0}.sp-dsgvo h4.card-title{margin-bottom:0}.sp-dsgvo label{font-weight:500 !important}.sp-dsgvo .custom-control-label{font-weight:400 !important}.sp-dsgvo select{max-width:initial}@media(min-width:576px){.sp-dsgvo .card-columns{-webkit-column-count:2;column-count:2;-webkit-column-gap:1rem;column-gap:1rem;orphans:1;widows:1}}.sp-dsgvo .form-control-plaintext{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}hr.sp-dsgvo{border:0;margin-top:20px;border-top:1px solid #bbb;border-bottom:1px solid #fafafa}.dsgvo-wrap{float:left;width:calc(100% - 310px)}.dsgvo-wrap .lw-form-table{margin-top:0}.w-100{width:100%}.position-relative{position:relative}.sp-dsgvo-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5) !important;border-radius:2px;z-index:20}.sp-dsgvo-overlay-text{position:absolute;top:50%;left:50%;text-align:center;font-size:14px;color:white;background-color:#fff;opacity:.9;border-radius:3px;border:1px solid orange;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.woo-privacy-text{width:100%}textarea.own-code-text{font-size:12px !important;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif !important}.unsubscribe-dismiss{cursor:pointer}.unsubscribe-dismiss line{stroke:#000;stroke-width:2px}.lw-form-table td{vertical-align:top}.lw-form-table tbody{display:table;width:100%}.wrap.dsgvo-wrap .main-title{justify-content:left;align-items:center}.wrap.dsgvo-wrap .main-title h2{font-size:200%;margin-top:.8em;margin-bottom:.8em;padding-top:5px}.wrap.dsgvo-wrap .main-title>img{width:30px;margin-right:10px;float:left}.wrap.dsgvo-wrap input[type="checkbox"]:not(.checkbox){width:3.5em;height:2em;border-radius:3em;position:relative;cursor:pointer;outline:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wrap.dsgvo-wrap input[type=checkbox]:not(.checkbox):before{display:none}.wrap.dsgvo-wrap input[type=checkbox]:not(.checkbox):after{position:absolute;content:"";width:1em;height:1em;border-radius:50%;background:#f0f0f0;-webkit-box-shadow:0 0 .25em rgba(0,0,0,.3);box-shadow:0 0 .25em rgba(0,0,0,.3);-webkit-transform:scale(.7);transform:scale(.7);left:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;top:22%}.wrap.dsgvo-wrap input[type=checkbox]:not(.checkbox):checked:after{left:calc(100% - 2em);background:#0085ba;width:2em;height:2em;top:0}.wrap.dsgvo-wrap .module-title{background:#122459;background:linear-gradient(90deg,rgba(18,36,89,1) 0,rgba(241,241,241,1) 70%);padding-left:5px;padding-top:10px;padding-bottom:10px;font-weight:bold;color:#fff;border-radius:.2rem;text-transform:uppercase;margin-bottom:10px}.wpk-main-design--margin-bottom{margin-bottom:20px}.wpk-main-design--margin-top{margin-top:20px}.wpk-main-design--one-table{display:block;width:100%;background-color:#fff;box-sizing:border-box;padding:15px;border-radius:.2rem}.wpk-main-design--one-table_special{width:100%;box-sizing:border-box;padding:15px;border-radius:.2rem}.wpk-main-design--two-table__left{display:inline-block;width:calc(50% - 10px);box-sizing:border-box;padding:15px;margin-right:10px;margin-bottom:10px;background:#fff;border-radius:.2rem;float:left}.wpk-main-design--two-table__right{display:inline-block;float:left;width:calc(50% - 10px);box-sizing:border-box;padding:15px;margin-bottom:10px;background:#fff;border-radius:.2rem}.wpk-main-design--one-table th,.wpk-main-design--one-table_special th,.wpk-main-design--two-table__left th,.wpk-main-design--two-table__right th,.wpk-main-design--one-table thead tr th,.wpk-main-design--one-table_special thead tr th,.wpk-main-design--two-table__left thead tr th,.wpk-main-design--two-table__right thead tr th{background-color:#122459;border-radius:.2rem;text-align:center;color:white;text-transform:uppercase}.wpk-main-design--one-table input[type="text"],.wpk-main-design--one-table_special input[type="text"],.wpk-main-design--two-table__left input[type="text"],.wpk-main-design--two-table__right input[type="text"],.input-w100 input[type="text"]{width:100%}.wpk-main-design--one-table select,.wpk-main-design--one-table_special select,.wpk-main-design--two-table__left select,.wpk-main-design--two-table__right select{width:100%}.wpk-main-design--submit{width:100%;display:inline-block}.cookie-notive-settings-advanced tbody{display:block}.cookie-notive-settings-advanced tbody tr{width:100%;box-sizing:border-box}.cn_advanced_cookie_textarea{display:block;padding:0 35px}.cn_advanced_cookie_textarea td{width:49%;display:inline-block}img[class*="cookie-style-admin-show--"]{width:100%;box-shadow:0 0 5px;display:none}.wpk-admin-cookie-scan-done{color:green}input[name="dsgvo_licence"]{width:200px}.wpk-company-data>tbody>tr>td>label>input[type="text"],input[name="cn_button_text_ok"],input[name="cn_button_text_cancel"],input[name="cn_decline_target_url"],input[name="cn_button_text_more"]{width:100%}input[name="sar_dsgvo_accepted_text"],input[name="su_dsgvo_accepted_text"]{width:550px}.spdsgvo-d-none{display:none}.spdsgvo-d-block{display:block}@media only screen and (max-width:986px){.dsgvo-wrap{width:calc(100% - 50px)}.wpk-main-design--two-table__left,.wpk-main-design--two-table__right{width:100%}.nav-tab-wrapper>a{width:95%;text-align:center}.dsgvo-wrap{width:calc(100% - 50px)}.wpk-main-design--two-table__left,.wpk-main-design--two-table__right{width:100%}.wpk-main-design--two-table__right{margin-top:25px}input[name="dsgvo_licence"]{width:100%}input[name="spdsgvo_comments_checkbox_confirm"],.wpk-company-data>tbody>tr>td>label>input[type="text"]{width:100% !important}input[name="sar_dsgvo_accepted_text"]{width:100%}input[name="su_dsgvo_accepted_text"]{width:100%}}@media only screen and (max-width:768px){.wpk-services-table>thead>tr{display:flex;flex-direction:column;width:100%;min-width:275px}.wpk-services-table>thead>tr>th{width:100% !important;padding:8px 0;text-align:center}.wpk-services-table>tbody>tr,.wpk-unsub-table>tbody>tr{display:flex;flex-direction:column;width:100%;min-width:275px}.wpk-services-table>tbody>tr>td,.wpk-unsub-table>tbody>tr>td{width:100% !important;text-align:center;padding:8px 0}.wpk-services-table>tbody>tr>td>input,.wpk-services-table>tbody>tr>td>textarea{text-align:center}.wpk-services-table-name{font-weight:bold;display:block}.wpk-services-table>tfoot,.wpk-services-table>thead,.wpk-unsub-table>thead,.wpk-unsub-table>tfoot{display:none}}@media only screen and (max-width:1268px) and (min-width:769px){.wpk-services-table>tbody>tr>td>input,.wpk-services-table>tbody>tr>td>textarea,.wpk-services-table>tbody>tr>td>select{width:100%}.wpk-services-table>tbody>tr>td input{width:100%;font-size:1em !important}.wpk-services-table .image-preview-wrapper{display:none}}@media only screen and (min-width:769px){.wpk-services-table-name{display:none}.wpk-services-table>tbody>tr>td>input,.wpk-services-table>tbody>tr>td>textarea,.wpk-services-table>tbody>tr>td>select{width:100%}.image-preview-wrapper>input{padding:0}}@media only screen and (max-width:1268px){.wrap-premium{width:calc(100% - 20px)}.dsgvo-wrap{width:calc(100% - 40px)}}@media only screen and (min-width:1269px){.wpk-company-data>tbody>tr>td>label>input[type="text"],input[name="cn_button_text_ok"],input[name="cn_button_text_cancel"],input[name="cn_decline_target_url"],input[name="cn_button_text_more"]{width:100%}}.sp-dsgvo_plugin_upgrade_notice>div.header{background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}p.sp-dsgvo_plugin_upgrade_notice:before{content:none}.sp-dsgvo-blocked-embedding-placeholder{min-height:100px;background:linear-gradient(90deg,#e3ffe7 0,#d9e7ff 100%);padding:20px 10px;color:black;font-family:'Roboto',sans-serif;text-align:center;border-radius:3px}.sp-dsgvo-blocked-embedding-placeholder-header{font-weight:bold;font-size:120%}.sp-dsgvo-blocked-embedding-placeholder-header-icon{height:40px;display:block;margin-left:auto;margin-right:auto}.sp-dsgvo-blocked-embedding-button-container{margin-top:20px}a.sp-dsgvo-blocked-embedding-button-enable{display:inline-block;padding:.5em 3em;border-style:solid;border-width:2px;margin:0 .3em .3em 0;box-sizing:border-box;text-decoration:none;text-transform:uppercase;font-family:'Roboto',sans-serif;font-weight:400;text-align:center;transition:all .15s}.sp-dsgvo-hidden-embedding-content{display:none}
     1@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:local('Open Sans Light Italic'),local('OpenSans-LightItalic'),url(fonts/open-sans/opensans-lightitalic-webfont.woff2) format('woff2')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(fonts/open-sans/opensans-italic-webfont.woff2) format('woff2')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;src:local('Open Sans Bold Italic'),local('OpenSans-BoldItalic'),url(fonts/open-sans/opensans-bolditalic-webfont.woff2) format('woff2')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local('OpenSans-Light'),url(fonts/open-sans/opensans-light-webfont.woff2) format('woff2')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans Regular'),local('OpenSans-Regular'),url(fonts/open-sans/opensans-regular-webfont.woff2) format('woff2')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local('OpenSans-Bold'),url(fonts/open-sans/opensans-bold-webfont.woff2) format('woff2')}.legalweb-bs,.sp-dsgvo{font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.legalweb-bs .breadcrumb{margin-left:0!important;margin-bottom:0!important;font-weight:500!important}.legalweb-bs .card{padding:0}.legalweb-bs h4.card-title{margin-bottom:0}.legalweb-bs label{font-weight:500!important}.legalweb-bs .custom-control-label{font-weight:400!important}.legalweb-bs select{max-width:initial}@media (min-width:576px){.legalweb-bs .card-columns{-webkit-column-count:2;column-count:2;-webkit-column-gap:1rem;column-gap:1rem;orphans:1;widows:1}}.legalweb-bs .form-control-plaintext{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}hr.legalweb-bs{border:0;margin-top:20px;border-top:1px solid #bbb;border-bottom:1px solid #fafafa}.dsgvo-wrap{float:left;width:calc(100% - 310px)}.dsgvo-wrap .lw-form-table{margin-top:0}.w-100{width:100%}.position-relative{position:relative}.sp-dsgvo-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)!important;border-radius:2px;z-index:20}.sp-dsgvo-overlay-text{position:absolute;top:50%;left:50%;text-align:center;font-size:14px;color:#fff;background-color:#fff;opacity:.9;border-radius:3px;border:1px solid orange;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.input-w100 input[type=text],.woo-privacy-text,.wpk-main-design--one-table input[type=text],.wpk-main-design--one-table select,.wpk-main-design--one-table_special input[type=text],.wpk-main-design--one-table_special select,.wpk-main-design--two-table__left input[type=text],.wpk-main-design--two-table__left select,.wpk-main-design--two-table__right input[type=text],.wpk-main-design--two-table__right select{width:100%}textarea.own-code-text{font-size:12px!important;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif!important}.unsubscribe-dismiss{cursor:pointer}.unsubscribe-dismiss line{stroke:#000;stroke-width:2px}.lw-form-table td{vertical-align:top}.lw-form-table tbody{display:table;width:100%}.wrap.dsgvo-wrap .main-title{justify-content:left;align-items:center}.wrap.dsgvo-wrap .main-title h2{font-size:200%;margin-top:.8em;margin-bottom:.8em;padding-top:5px}.wrap.dsgvo-wrap .main-title>img{width:30px;margin-right:10px;float:left}.wrap.dsgvo-wrap input[type=checkbox]:not(.checkbox){width:3.5em;height:2em;border-radius:3em;position:relative;cursor:pointer;outline:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wrap.dsgvo-wrap input[type=checkbox]:not(.checkbox):before{display:none}.wrap.dsgvo-wrap input[type=checkbox]:not(.checkbox):after{position:absolute;content:"";width:1em;height:1em;border-radius:50%;background:#f0f0f0;-webkit-box-shadow:0 0 .25em rgba(0,0,0,.3);box-shadow:0 0 .25em rgba(0,0,0,.3);-webkit-transform:scale(.7);transform:scale(.7);left:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;top:22%}.wrap.dsgvo-wrap input[type=checkbox]:not(.checkbox):checked:after{left:calc(100% - 2em);background:#0085ba;width:2em;height:2em;top:0}.wrap.dsgvo-wrap .module-title{background:#122459;background:linear-gradient(90deg,#122459 0,#f1f1f1 70%);padding-left:5px;padding-top:10px;padding-bottom:10px;font-weight:700;color:#fff;border-radius:.2rem;text-transform:uppercase;margin-bottom:10px}.wpk-main-design--margin-bottom{margin-bottom:20px}.wpk-main-design--margin-top{margin-top:20px}.wpk-main-design--one-table{display:block;background-color:#fff}.wpk-main-design--one-table,.wpk-main-design--one-table_special{width:100%;box-sizing:border-box;padding:15px;border-radius:.2rem}.wpk-main-design--two-table__left{margin-right:10px}.wpk-main-design--two-table__left,.wpk-main-design--two-table__right{display:inline-block;float:left;width:calc(50% - 10px);box-sizing:border-box;padding:15px;margin-bottom:10px;background:#fff;border-radius:.2rem}.wpk-main-design--one-table th,.wpk-main-design--one-table thead tr th,.wpk-main-design--one-table_special th,.wpk-main-design--one-table_special thead tr th,.wpk-main-design--two-table__left th,.wpk-main-design--two-table__left thead tr th,.wpk-main-design--two-table__right th,.wpk-main-design--two-table__right thead tr th{background-color:#122459;border-radius:.2rem;text-align:center;color:#fff;text-transform:uppercase}.wpk-main-design--submit{width:100%;display:inline-block}.cookie-notive-settings-advanced tbody{display:block}.cookie-notive-settings-advanced tbody tr{width:100%;box-sizing:border-box}.cn_advanced_cookie_textarea{display:block;padding:0 35px}.cn_advanced_cookie_textarea td{width:49%;display:inline-block}img[class*=cookie-style-admin-show--]{width:100%;box-shadow:0 0 5px;display:none}.wpk-admin-cookie-scan-done{color:green}input[name=dsgvo_licence]{width:200px}.wpk-company-data>tbody>tr>td>label>input[type=text],input[name=cn_button_text_cancel],input[name=cn_button_text_more],input[name=cn_button_text_ok],input[name=cn_decline_target_url]{width:100%}input[name=sar_dsgvo_accepted_text],input[name=su_dsgvo_accepted_text]{width:550px}.spdsgvo-d-none{display:none}.spdsgvo-d-block{display:block}@media only screen and (max-width:986px){.nav-tab-wrapper>a{width:95%;text-align:center}.dsgvo-wrap{width:calc(100% - 50px)}.wpk-main-design--two-table__left,.wpk-main-design--two-table__right,input[name=dsgvo_licence]{width:100%}.wpk-main-design--two-table__right{margin-top:25px}.wpk-company-data>tbody>tr>td>label>input[type=text],input[name=spdsgvo_comments_checkbox_confirm]{width:100%!important}input[name=sar_dsgvo_accepted_text],input[name=su_dsgvo_accepted_text]{width:100%}}@media only screen and (max-width:768px){.wpk-services-table>tbody>tr,.wpk-services-table>thead>tr,.wpk-unsub-table>tbody>tr{display:flex;flex-direction:column;width:100%;min-width:275px}.wpk-services-table>tbody>tr>td,.wpk-services-table>thead>tr>th,.wpk-unsub-table>tbody>tr>td{width:100%!important;text-align:center;padding:8px 0}.wpk-services-table>tbody>tr>td>input,.wpk-services-table>tbody>tr>td>textarea{text-align:center}.wpk-services-table-name{font-weight:700;display:block}.wpk-services-table>tfoot,.wpk-services-table>thead,.wpk-unsub-table>tfoot,.wpk-unsub-table>thead{display:none}}@media only screen and (max-width:1268px) and (min-width:769px){.wpk-services-table>tbody>tr>td>input,.wpk-services-table>tbody>tr>td>select,.wpk-services-table>tbody>tr>td>textarea{width:100%}.wpk-services-table>tbody>tr>td input{width:100%;font-size:1em!important}.wpk-services-table .image-preview-wrapper{display:none}}@media only screen and (min-width:769px){.wpk-services-table-name{display:none}.wpk-services-table>tbody>tr>td>input,.wpk-services-table>tbody>tr>td>select,.wpk-services-table>tbody>tr>td>textarea{width:100%}.image-preview-wrapper>input{padding:0}}@media only screen and (max-width:1268px){.wrap-premium{width:calc(100% - 20px)}.dsgvo-wrap{width:calc(100% - 40px)}}@media only screen and (min-width:1269px){.wpk-company-data>tbody>tr>td>label>input[type=text],input[name=cn_button_text_cancel],input[name=cn_button_text_more],input[name=cn_button_text_ok],input[name=cn_decline_target_url]{width:100%}}.sp-dsgvo_plugin_upgrade_notice>div.header{background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}p.sp-dsgvo_plugin_upgrade_notice:before{content:none}.sp-dsgvo-blocked-embedding-placeholder{min-height:100px;background:linear-gradient(90deg,#e3ffe7 0,#d9e7ff 100%);padding:20px 10px;color:#000;font-family:'Roboto',sans-serif;text-align:center;border-radius:3px}.sp-dsgvo-blocked-embedding-placeholder-header{font-weight:700;font-size:120%}.sp-dsgvo-blocked-embedding-placeholder-header-icon{height:40px;display:block;margin-left:auto;margin-right:auto}.sp-dsgvo-blocked-embedding-button-container{margin-top:20px}a.sp-dsgvo-blocked-embedding-button-enable{display:inline-block;padding:.5em 3em;border-style:solid;border-width:2px;margin:0 .3em .3em 0;box-sizing:border-box;text-decoration:none;text-transform:uppercase;font-family:'Roboto',sans-serif;font-weight:400;text-align:center;transition:all .15s}.sp-dsgvo-hidden-embedding-content{display:none}
  • shapepress-dsgvo/trunk/admin/js/bootstrap.min.js

    r2197923 r2602888  
    11/*!
    2   * Bootstrap v4.3.1 (https://getbootstrap.com/)
    3   * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
     2  * Bootstrap v4.6.0 (https://getbootstrap.com/)
     3  * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
    44  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    55  */
    6 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t=t||self).bootstrap={},t.jQuery,t.Popper)}(this,function(t,g,u){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function s(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}function l(o){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},e=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(e=e.concat(Object.getOwnPropertySymbols(r).filter(function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable}))),e.forEach(function(t){var e,n,i;e=o,i=r[n=t],n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i})}return o}g=g&&g.hasOwnProperty("default")?g.default:g,u=u&&u.hasOwnProperty("default")?u.default:u;var e="transitionend";function n(t){var e=this,n=!1;return g(this).one(_.TRANSITION_END,function(){n=!0}),setTimeout(function(){n||_.triggerTransitionEnd(e)},t),this}var _={TRANSITION_END:"bsTransitionEnd",getUID:function(t){for(;t+=~~(1e6*Math.random()),document.getElementById(t););return t},getSelectorFromElement:function(t){var e=t.getAttribute("data-target");if(!e||"#"===e){var n=t.getAttribute("href");e=n&&"#"!==n?n.trim():""}try{return document.querySelector(e)?e:null}catch(t){return null}},getTransitionDurationFromElement:function(t){if(!t)return 0;var e=g(t).css("transition-duration"),n=g(t).css("transition-delay"),i=parseFloat(e),o=parseFloat(n);return i||o?(e=e.split(",")[0],n=n.split(",")[0],1e3*(parseFloat(e)+parseFloat(n))):0},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(t){g(t).trigger(e)},supportsTransitionEnd:function(){return Boolean(e)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],r=e[i],s=r&&_.isElement(r)?"element":(a=r,{}.toString.call(a).match(/\s([a-z]+)/i)[1].toLowerCase());if(!new RegExp(o).test(s))throw new Error(t.toUpperCase()+': Option "'+i+'" provided type "'+s+'" but expected type "'+o+'".')}var a},findShadowRoot:function(t){if(!document.documentElement.attachShadow)return null;if("function"!=typeof t.getRootNode)return t instanceof ShadowRoot?t:t.parentNode?_.findShadowRoot(t.parentNode):null;var e=t.getRootNode();return e instanceof ShadowRoot?e:null}};g.fn.emulateTransitionEnd=n,g.event.special[_.TRANSITION_END]={bindType:e,delegateType:e,handle:function(t){if(g(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}};var o="alert",r="bs.alert",a="."+r,c=g.fn[o],h={CLOSE:"close"+a,CLOSED:"closed"+a,CLICK_DATA_API:"click"+a+".data-api"},f="alert",d="fade",m="show",p=function(){function i(t){this._element=t}var t=i.prototype;return t.close=function(t){var e=this._element;t&&(e=this._getRootElement(t)),this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},t.dispose=function(){g.removeData(this._element,r),this._element=null},t._getRootElement=function(t){var e=_.getSelectorFromElement(t),n=!1;return e&&(n=document.querySelector(e)),n||(n=g(t).closest("."+f)[0]),n},t._triggerCloseEvent=function(t){var e=g.Event(h.CLOSE);return g(t).trigger(e),e},t._removeElement=function(e){var n=this;if(g(e).removeClass(m),g(e).hasClass(d)){var t=_.getTransitionDurationFromElement(e);g(e).one(_.TRANSITION_END,function(t){return n._destroyElement(e,t)}).emulateTransitionEnd(t)}else this._destroyElement(e)},t._destroyElement=function(t){g(t).detach().trigger(h.CLOSED).remove()},i._jQueryInterface=function(n){return this.each(function(){var t=g(this),e=t.data(r);e||(e=new i(this),t.data(r,e)),"close"===n&&e[n](this)})},i._handleDismiss=function(e){return function(t){t&&t.preventDefault(),e.close(this)}},s(i,null,[{key:"VERSION",get:function(){return"4.3.1"}}]),i}();g(document).on(h.CLICK_DATA_API,'[data-dismiss="alert"]',p._handleDismiss(new p)),g.fn[o]=p._jQueryInterface,g.fn[o].Constructor=p,g.fn[o].noConflict=function(){return g.fn[o]=c,p._jQueryInterface};var v="button",y="bs.button",E="."+y,C=".data-api",T=g.fn[v],S="active",b="btn",I="focus",D='[data-toggle^="button"]',w='[data-toggle="buttons"]',A='input:not([type="hidden"])',N=".active",O=".btn",k={CLICK_DATA_API:"click"+E+C,FOCUS_BLUR_DATA_API:"focus"+E+C+" blur"+E+C},P=function(){function n(t){this._element=t}var t=n.prototype;return t.toggle=function(){var t=!0,e=!0,n=g(this._element).closest(w)[0];if(n){var i=this._element.querySelector(A);if(i){if("radio"===i.type)if(i.checked&&this._element.classList.contains(S))t=!1;else{var o=n.querySelector(N);o&&g(o).removeClass(S)}if(t){if(i.hasAttribute("disabled")||n.hasAttribute("disabled")||i.classList.contains("disabled")||n.classList.contains("disabled"))return;i.checked=!this._element.classList.contains(S),g(i).trigger("change")}i.focus(),e=!1}}e&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(S)),t&&g(this._element).toggleClass(S)},t.dispose=function(){g.removeData(this._element,y),this._element=null},n._jQueryInterface=function(e){return this.each(function(){var t=g(this).data(y);t||(t=new n(this),g(this).data(y,t)),"toggle"===e&&t[e]()})},s(n,null,[{key:"VERSION",get:function(){return"4.3.1"}}]),n}();g(document).on(k.CLICK_DATA_API,D,function(t){t.preventDefault();var e=t.target;g(e).hasClass(b)||(e=g(e).closest(O)),P._jQueryInterface.call(g(e),"toggle")}).on(k.FOCUS_BLUR_DATA_API,D,function(t){var e=g(t.target).closest(O)[0];g(e).toggleClass(I,/^focus(in)?$/.test(t.type))}),g.fn[v]=P._jQueryInterface,g.fn[v].Constructor=P,g.fn[v].noConflict=function(){return g.fn[v]=T,P._jQueryInterface};var L="carousel",j="bs.carousel",H="."+j,R=".data-api",x=g.fn[L],F={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},U={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},W="next",q="prev",M="left",K="right",Q={SLIDE:"slide"+H,SLID:"slid"+H,KEYDOWN:"keydown"+H,MOUSEENTER:"mouseenter"+H,MOUSELEAVE:"mouseleave"+H,TOUCHSTART:"touchstart"+H,TOUCHMOVE:"touchmove"+H,TOUCHEND:"touchend"+H,POINTERDOWN:"pointerdown"+H,POINTERUP:"pointerup"+H,DRAG_START:"dragstart"+H,LOAD_DATA_API:"load"+H+R,CLICK_DATA_API:"click"+H+R},B="carousel",V="active",Y="slide",z="carousel-item-right",X="carousel-item-left",$="carousel-item-next",G="carousel-item-prev",J="pointer-event",Z=".active",tt=".active.carousel-item",et=".carousel-item",nt=".carousel-item img",it=".carousel-item-next, .carousel-item-prev",ot=".carousel-indicators",rt="[data-slide], [data-slide-to]",st='[data-ride="carousel"]',at={TOUCH:"touch",PEN:"pen"},lt=function(){function r(t,e){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(e),this._element=t,this._indicatorsElement=this._element.querySelector(ot),this._touchSupported="ontouchstart"in document.documentElement||0<navigator.maxTouchPoints,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var t=r.prototype;return t.next=function(){this._isSliding||this._slide(W)},t.nextWhenVisible=function(){!document.hidden&&g(this._element).is(":visible")&&"hidden"!==g(this._element).css("visibility")&&this.next()},t.prev=function(){this._isSliding||this._slide(q)},t.pause=function(t){t||(this._isPaused=!0),this._element.querySelector(it)&&(_.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},t.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},t.to=function(t){var e=this;this._activeElement=this._element.querySelector(tt);var n=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)g(this._element).one(Q.SLID,function(){return e.to(t)});else{if(n===t)return this.pause(),void this.cycle();var i=n<t?W:q;this._slide(i,this._items[t])}},t.dispose=function(){g(this._element).off(H),g.removeData(this._element,j),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},t._getConfig=function(t){return t=l({},F,t),_.typeCheckConfig(L,t,U),t},t._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;0<e&&this.prev(),e<0&&this.next()}},t._addEventListeners=function(){var e=this;this._config.keyboard&&g(this._element).on(Q.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&g(this._element).on(Q.MOUSEENTER,function(t){return e.pause(t)}).on(Q.MOUSELEAVE,function(t){return e.cycle(t)}),this._config.touch&&this._addTouchEventListeners()},t._addTouchEventListeners=function(){var n=this;if(this._touchSupported){var e=function(t){n._pointerEvent&&at[t.originalEvent.pointerType.toUpperCase()]?n.touchStartX=t.originalEvent.clientX:n._pointerEvent||(n.touchStartX=t.originalEvent.touches[0].clientX)},i=function(t){n._pointerEvent&&at[t.originalEvent.pointerType.toUpperCase()]&&(n.touchDeltaX=t.originalEvent.clientX-n.touchStartX),n._handleSwipe(),"hover"===n._config.pause&&(n.pause(),n.touchTimeout&&clearTimeout(n.touchTimeout),n.touchTimeout=setTimeout(function(t){return n.cycle(t)},500+n._config.interval))};g(this._element.querySelectorAll(nt)).on(Q.DRAG_START,function(t){return t.preventDefault()}),this._pointerEvent?(g(this._element).on(Q.POINTERDOWN,function(t){return e(t)}),g(this._element).on(Q.POINTERUP,function(t){return i(t)}),this._element.classList.add(J)):(g(this._element).on(Q.TOUCHSTART,function(t){return e(t)}),g(this._element).on(Q.TOUCHMOVE,function(t){var e;(e=t).originalEvent.touches&&1<e.originalEvent.touches.length?n.touchDeltaX=0:n.touchDeltaX=e.originalEvent.touches[0].clientX-n.touchStartX}),g(this._element).on(Q.TOUCHEND,function(t){return i(t)}))}},t._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},t._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(et)):[],this._items.indexOf(t)},t._getItemByDirection=function(t,e){var n=t===W,i=t===q,o=this._getItemIndex(e),r=this._items.length-1;if((i&&0===o||n&&o===r)&&!this._config.wrap)return e;var s=(o+(t===q?-1:1))%this._items.length;return-1===s?this._items[this._items.length-1]:this._items[s]},t._triggerSlideEvent=function(t,e){var n=this._getItemIndex(t),i=this._getItemIndex(this._element.querySelector(tt)),o=g.Event(Q.SLIDE,{relatedTarget:t,direction:e,from:i,to:n});return g(this._element).trigger(o),o},t._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var e=[].slice.call(this._indicatorsElement.querySelectorAll(Z));g(e).removeClass(V);var n=this._indicatorsElement.children[this._getItemIndex(t)];n&&g(n).addClass(V)}},t._slide=function(t,e){var n,i,o,r=this,s=this._element.querySelector(tt),a=this._getItemIndex(s),l=e||s&&this._getItemByDirection(t,s),c=this._getItemIndex(l),h=Boolean(this._interval);if(o=t===W?(n=X,i=$,M):(n=z,i=G,K),l&&g(l).hasClass(V))this._isSliding=!1;else if(!this._triggerSlideEvent(l,o).isDefaultPrevented()&&s&&l){this._isSliding=!0,h&&this.pause(),this._setActiveIndicatorElement(l);var u=g.Event(Q.SLID,{relatedTarget:l,direction:o,from:a,to:c});if(g(this._element).hasClass(Y)){g(l).addClass(i),_.reflow(l),g(s).addClass(n),g(l).addClass(n);var f=parseInt(l.getAttribute("data-interval"),10);this._config.interval=f?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,f):this._config.defaultInterval||this._config.interval;var d=_.getTransitionDurationFromElement(s);g(s).one(_.TRANSITION_END,function(){g(l).removeClass(n+" "+i).addClass(V),g(s).removeClass(V+" "+i+" "+n),r._isSliding=!1,setTimeout(function(){return g(r._element).trigger(u)},0)}).emulateTransitionEnd(d)}else g(s).removeClass(V),g(l).addClass(V),this._isSliding=!1,g(this._element).trigger(u);h&&this.cycle()}},r._jQueryInterface=function(i){return this.each(function(){var t=g(this).data(j),e=l({},F,g(this).data());"object"==typeof i&&(e=l({},e,i));var n="string"==typeof i?i:e.slide;if(t||(t=new r(this,e),g(this).data(j,t)),"number"==typeof i)t.to(i);else if("string"==typeof n){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}else e.interval&&e.ride&&(t.pause(),t.cycle())})},r._dataApiClickHandler=function(t){var e=_.getSelectorFromElement(this);if(e){var n=g(e)[0];if(n&&g(n).hasClass(B)){var i=l({},g(n).data(),g(this).data()),o=this.getAttribute("data-slide-to");o&&(i.interval=!1),r._jQueryInterface.call(g(n),i),o&&g(n).data(j).to(o),t.preventDefault()}}},s(r,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return F}}]),r}();g(document).on(Q.CLICK_DATA_API,rt,lt._dataApiClickHandler),g(window).on(Q.LOAD_DATA_API,function(){for(var t=[].slice.call(document.querySelectorAll(st)),e=0,n=t.length;e<n;e++){var i=g(t[e]);lt._jQueryInterface.call(i,i.data())}}),g.fn[L]=lt._jQueryInterface,g.fn[L].Constructor=lt,g.fn[L].noConflict=function(){return g.fn[L]=x,lt._jQueryInterface};var ct="collapse",ht="bs.collapse",ut="."+ht,ft=g.fn[ct],dt={toggle:!0,parent:""},gt={toggle:"boolean",parent:"(string|element)"},_t={SHOW:"show"+ut,SHOWN:"shown"+ut,HIDE:"hide"+ut,HIDDEN:"hidden"+ut,CLICK_DATA_API:"click"+ut+".data-api"},mt="show",pt="collapse",vt="collapsing",yt="collapsed",Et="width",Ct="height",Tt=".show, .collapsing",St='[data-toggle="collapse"]',bt=function(){function a(e,t){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(t),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var n=[].slice.call(document.querySelectorAll(St)),i=0,o=n.length;i<o;i++){var r=n[i],s=_.getSelectorFromElement(r),a=[].slice.call(document.querySelectorAll(s)).filter(function(t){return t===e});null!==s&&0<a.length&&(this._selector=s,this._triggerArray.push(r))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var t=a.prototype;return t.toggle=function(){g(this._element).hasClass(mt)?this.hide():this.show()},t.show=function(){var t,e,n=this;if(!this._isTransitioning&&!g(this._element).hasClass(mt)&&(this._parent&&0===(t=[].slice.call(this._parent.querySelectorAll(Tt)).filter(function(t){return"string"==typeof n._config.parent?t.getAttribute("data-parent")===n._config.parent:t.classList.contains(pt)})).length&&(t=null),!(t&&(e=g(t).not(this._selector).data(ht))&&e._isTransitioning))){var i=g.Event(_t.SHOW);if(g(this._element).trigger(i),!i.isDefaultPrevented()){t&&(a._jQueryInterface.call(g(t).not(this._selector),"hide"),e||g(t).data(ht,null));var o=this._getDimension();g(this._element).removeClass(pt).addClass(vt),this._element.style[o]=0,this._triggerArray.length&&g(this._triggerArray).removeClass(yt).attr("aria-expanded",!0),this.setTransitioning(!0);var r="scroll"+(o[0].toUpperCase()+o.slice(1)),s=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,function(){g(n._element).removeClass(vt).addClass(pt).addClass(mt),n._element.style[o]="",n.setTransitioning(!1),g(n._element).trigger(_t.SHOWN)}).emulateTransitionEnd(s),this._element.style[o]=this._element[r]+"px"}}},t.hide=function(){var t=this;if(!this._isTransitioning&&g(this._element).hasClass(mt)){var e=g.Event(_t.HIDE);if(g(this._element).trigger(e),!e.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",_.reflow(this._element),g(this._element).addClass(vt).removeClass(pt).removeClass(mt);var i=this._triggerArray.length;if(0<i)for(var o=0;o<i;o++){var r=this._triggerArray[o],s=_.getSelectorFromElement(r);if(null!==s)g([].slice.call(document.querySelectorAll(s))).hasClass(mt)||g(r).addClass(yt).attr("aria-expanded",!1)}this.setTransitioning(!0);this._element.style[n]="";var a=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,function(){t.setTransitioning(!1),g(t._element).removeClass(vt).addClass(pt).trigger(_t.HIDDEN)}).emulateTransitionEnd(a)}}},t.setTransitioning=function(t){this._isTransitioning=t},t.dispose=function(){g.removeData(this._element,ht),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},t._getConfig=function(t){return(t=l({},dt,t)).toggle=Boolean(t.toggle),_.typeCheckConfig(ct,t,gt),t},t._getDimension=function(){return g(this._element).hasClass(Et)?Et:Ct},t._getParent=function(){var t,n=this;_.isElement(this._config.parent)?(t=this._config.parent,"undefined"!=typeof this._config.parent.jquery&&(t=this._config.parent[0])):t=document.querySelector(this._config.parent);var e='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',i=[].slice.call(t.querySelectorAll(e));return g(i).each(function(t,e){n._addAriaAndCollapsedClass(a._getTargetFromElement(e),[e])}),t},t._addAriaAndCollapsedClass=function(t,e){var n=g(t).hasClass(mt);e.length&&g(e).toggleClass(yt,!n).attr("aria-expanded",n)},a._getTargetFromElement=function(t){var e=_.getSelectorFromElement(t);return e?document.querySelector(e):null},a._jQueryInterface=function(i){return this.each(function(){var t=g(this),e=t.data(ht),n=l({},dt,t.data(),"object"==typeof i&&i?i:{});if(!e&&n.toggle&&/show|hide/.test(i)&&(n.toggle=!1),e||(e=new a(this,n),t.data(ht,e)),"string"==typeof i){if("undefined"==typeof e[i])throw new TypeError('No method named "'+i+'"');e[i]()}})},s(a,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return dt}}]),a}();g(document).on(_t.CLICK_DATA_API,St,function(t){"A"===t.currentTarget.tagName&&t.preventDefault();var n=g(this),e=_.getSelectorFromElement(this),i=[].slice.call(document.querySelectorAll(e));g(i).each(function(){var t=g(this),e=t.data(ht)?"toggle":n.data();bt._jQueryInterface.call(t,e)})}),g.fn[ct]=bt._jQueryInterface,g.fn[ct].Constructor=bt,g.fn[ct].noConflict=function(){return g.fn[ct]=ft,bt._jQueryInterface};var It="dropdown",Dt="bs.dropdown",wt="."+Dt,At=".data-api",Nt=g.fn[It],Ot=new RegExp("38|40|27"),kt={HIDE:"hide"+wt,HIDDEN:"hidden"+wt,SHOW:"show"+wt,SHOWN:"shown"+wt,CLICK:"click"+wt,CLICK_DATA_API:"click"+wt+At,KEYDOWN_DATA_API:"keydown"+wt+At,KEYUP_DATA_API:"keyup"+wt+At},Pt="disabled",Lt="show",jt="dropup",Ht="dropright",Rt="dropleft",xt="dropdown-menu-right",Ft="position-static",Ut='[data-toggle="dropdown"]',Wt=".dropdown form",qt=".dropdown-menu",Mt=".navbar-nav",Kt=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",Qt="top-start",Bt="top-end",Vt="bottom-start",Yt="bottom-end",zt="right-start",Xt="left-start",$t={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic"},Gt={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string"},Jt=function(){function c(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var t=c.prototype;return t.toggle=function(){if(!this._element.disabled&&!g(this._element).hasClass(Pt)){var t=c._getParentFromElement(this._element),e=g(this._menu).hasClass(Lt);if(c._clearMenus(),!e){var n={relatedTarget:this._element},i=g.Event(kt.SHOW,n);if(g(t).trigger(i),!i.isDefaultPrevented()){if(!this._inNavbar){if("undefined"==typeof u)throw new TypeError("Bootstrap's dropdowns require Popper.js (https://popper.js.org/)");var o=this._element;"parent"===this._config.reference?o=t:_.isElement(this._config.reference)&&(o=this._config.reference,"undefined"!=typeof this._config.reference.jquery&&(o=this._config.reference[0])),"scrollParent"!==this._config.boundary&&g(t).addClass(Ft),this._popper=new u(o,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===g(t).closest(Mt).length&&g(document.body).children().on("mouseover",null,g.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),g(this._menu).toggleClass(Lt),g(t).toggleClass(Lt).trigger(g.Event(kt.SHOWN,n))}}}},t.show=function(){if(!(this._element.disabled||g(this._element).hasClass(Pt)||g(this._menu).hasClass(Lt))){var t={relatedTarget:this._element},e=g.Event(kt.SHOW,t),n=c._getParentFromElement(this._element);g(n).trigger(e),e.isDefaultPrevented()||(g(this._menu).toggleClass(Lt),g(n).toggleClass(Lt).trigger(g.Event(kt.SHOWN,t)))}},t.hide=function(){if(!this._element.disabled&&!g(this._element).hasClass(Pt)&&g(this._menu).hasClass(Lt)){var t={relatedTarget:this._element},e=g.Event(kt.HIDE,t),n=c._getParentFromElement(this._element);g(n).trigger(e),e.isDefaultPrevented()||(g(this._menu).toggleClass(Lt),g(n).toggleClass(Lt).trigger(g.Event(kt.HIDDEN,t)))}},t.dispose=function(){g.removeData(this._element,Dt),g(this._element).off(wt),this._element=null,(this._menu=null)!==this._popper&&(this._popper.destroy(),this._popper=null)},t.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},t._addEventListeners=function(){var e=this;g(this._element).on(kt.CLICK,function(t){t.preventDefault(),t.stopPropagation(),e.toggle()})},t._getConfig=function(t){return t=l({},this.constructor.Default,g(this._element).data(),t),_.typeCheckConfig(It,t,this.constructor.DefaultType),t},t._getMenuElement=function(){if(!this._menu){var t=c._getParentFromElement(this._element);t&&(this._menu=t.querySelector(qt))}return this._menu},t._getPlacement=function(){var t=g(this._element.parentNode),e=Vt;return t.hasClass(jt)?(e=Qt,g(this._menu).hasClass(xt)&&(e=Bt)):t.hasClass(Ht)?e=zt:t.hasClass(Rt)?e=Xt:g(this._menu).hasClass(xt)&&(e=Yt),e},t._detectNavbar=function(){return 0<g(this._element).closest(".navbar").length},t._getOffset=function(){var e=this,t={};return"function"==typeof this._config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,e._config.offset(t.offsets,e._element)||{}),t}:t.offset=this._config.offset,t},t._getPopperConfig=function(){var t={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),t},c._jQueryInterface=function(e){return this.each(function(){var t=g(this).data(Dt);if(t||(t=new c(this,"object"==typeof e?e:null),g(this).data(Dt,t)),"string"==typeof e){if("undefined"==typeof t[e])throw new TypeError('No method named "'+e+'"');t[e]()}})},c._clearMenus=function(t){if(!t||3!==t.which&&("keyup"!==t.type||9===t.which))for(var e=[].slice.call(document.querySelectorAll(Ut)),n=0,i=e.length;n<i;n++){var o=c._getParentFromElement(e[n]),r=g(e[n]).data(Dt),s={relatedTarget:e[n]};if(t&&"click"===t.type&&(s.clickEvent=t),r){var a=r._menu;if(g(o).hasClass(Lt)&&!(t&&("click"===t.type&&/input|textarea/i.test(t.target.tagName)||"keyup"===t.type&&9===t.which)&&g.contains(o,t.target))){var l=g.Event(kt.HIDE,s);g(o).trigger(l),l.isDefaultPrevented()||("ontouchstart"in document.documentElement&&g(document.body).children().off("mouseover",null,g.noop),e[n].setAttribute("aria-expanded","false"),g(a).removeClass(Lt),g(o).removeClass(Lt).trigger(g.Event(kt.HIDDEN,s)))}}}},c._getParentFromElement=function(t){var e,n=_.getSelectorFromElement(t);return n&&(e=document.querySelector(n)),e||t.parentNode},c._dataApiKeydownHandler=function(t){if((/input|textarea/i.test(t.target.tagName)?!(32===t.which||27!==t.which&&(40!==t.which&&38!==t.which||g(t.target).closest(qt).length)):Ot.test(t.which))&&(t.preventDefault(),t.stopPropagation(),!this.disabled&&!g(this).hasClass(Pt))){var e=c._getParentFromElement(this),n=g(e).hasClass(Lt);if(n&&(!n||27!==t.which&&32!==t.which)){var i=[].slice.call(e.querySelectorAll(Kt));if(0!==i.length){var o=i.indexOf(t.target);38===t.which&&0<o&&o--,40===t.which&&o<i.length-1&&o++,o<0&&(o=0),i[o].focus()}}else{if(27===t.which){var r=e.querySelector(Ut);g(r).trigger("focus")}g(this).trigger("click")}}},s(c,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return $t}},{key:"DefaultType",get:function(){return Gt}}]),c}();g(document).on(kt.KEYDOWN_DATA_API,Ut,Jt._dataApiKeydownHandler).on(kt.KEYDOWN_DATA_API,qt,Jt._dataApiKeydownHandler).on(kt.CLICK_DATA_API+" "+kt.KEYUP_DATA_API,Jt._clearMenus).on(kt.CLICK_DATA_API,Ut,function(t){t.preventDefault(),t.stopPropagation(),Jt._jQueryInterface.call(g(this),"toggle")}).on(kt.CLICK_DATA_API,Wt,function(t){t.stopPropagation()}),g.fn[It]=Jt._jQueryInterface,g.fn[It].Constructor=Jt,g.fn[It].noConflict=function(){return g.fn[It]=Nt,Jt._jQueryInterface};var Zt="modal",te="bs.modal",ee="."+te,ne=g.fn[Zt],ie={backdrop:!0,keyboard:!0,focus:!0,show:!0},oe={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},re={HIDE:"hide"+ee,HIDDEN:"hidden"+ee,SHOW:"show"+ee,SHOWN:"shown"+ee,FOCUSIN:"focusin"+ee,RESIZE:"resize"+ee,CLICK_DISMISS:"click.dismiss"+ee,KEYDOWN_DISMISS:"keydown.dismiss"+ee,MOUSEUP_DISMISS:"mouseup.dismiss"+ee,MOUSEDOWN_DISMISS:"mousedown.dismiss"+ee,CLICK_DATA_API:"click"+ee+".data-api"},se="modal-dialog-scrollable",ae="modal-scrollbar-measure",le="modal-backdrop",ce="modal-open",he="fade",ue="show",fe=".modal-dialog",de=".modal-body",ge='[data-toggle="modal"]',_e='[data-dismiss="modal"]',me=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",pe=".sticky-top",ve=function(){function o(t,e){this._config=this._getConfig(e),this._element=t,this._dialog=t.querySelector(fe),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var t=o.prototype;return t.toggle=function(t){return this._isShown?this.hide():this.show(t)},t.show=function(t){var e=this;if(!this._isShown&&!this._isTransitioning){g(this._element).hasClass(he)&&(this._isTransitioning=!0);var n=g.Event(re.SHOW,{relatedTarget:t});g(this._element).trigger(n),this._isShown||n.isDefaultPrevented()||(this._isShown=!0,this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),g(this._element).on(re.CLICK_DISMISS,_e,function(t){return e.hide(t)}),g(this._dialog).on(re.MOUSEDOWN_DISMISS,function(){g(e._element).one(re.MOUSEUP_DISMISS,function(t){g(t.target).is(e._element)&&(e._ignoreBackdropClick=!0)})}),this._showBackdrop(function(){return e._showElement(t)}))}},t.hide=function(t){var e=this;if(t&&t.preventDefault(),this._isShown&&!this._isTransitioning){var n=g.Event(re.HIDE);if(g(this._element).trigger(n),this._isShown&&!n.isDefaultPrevented()){this._isShown=!1;var i=g(this._element).hasClass(he);if(i&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),g(document).off(re.FOCUSIN),g(this._element).removeClass(ue),g(this._element).off(re.CLICK_DISMISS),g(this._dialog).off(re.MOUSEDOWN_DISMISS),i){var o=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,function(t){return e._hideModal(t)}).emulateTransitionEnd(o)}else this._hideModal()}}},t.dispose=function(){[window,this._element,this._dialog].forEach(function(t){return g(t).off(ee)}),g(document).off(re.FOCUSIN),g.removeData(this._element,te),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null},t.handleUpdate=function(){this._adjustDialog()},t._getConfig=function(t){return t=l({},ie,t),_.typeCheckConfig(Zt,t,oe),t},t._showElement=function(t){var e=this,n=g(this._element).hasClass(he);this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),g(this._dialog).hasClass(se)?this._dialog.querySelector(de).scrollTop=0:this._element.scrollTop=0,n&&_.reflow(this._element),g(this._element).addClass(ue),this._config.focus&&this._enforceFocus();var i=g.Event(re.SHOWN,{relatedTarget:t}),o=function(){e._config.focus&&e._element.focus(),e._isTransitioning=!1,g(e._element).trigger(i)};if(n){var r=_.getTransitionDurationFromElement(this._dialog);g(this._dialog).one(_.TRANSITION_END,o).emulateTransitionEnd(r)}else o()},t._enforceFocus=function(){var e=this;g(document).off(re.FOCUSIN).on(re.FOCUSIN,function(t){document!==t.target&&e._element!==t.target&&0===g(e._element).has(t.target).length&&e._element.focus()})},t._setEscapeEvent=function(){var e=this;this._isShown&&this._config.keyboard?g(this._element).on(re.KEYDOWN_DISMISS,function(t){27===t.which&&(t.preventDefault(),e.hide())}):this._isShown||g(this._element).off(re.KEYDOWN_DISMISS)},t._setResizeEvent=function(){var e=this;this._isShown?g(window).on(re.RESIZE,function(t){return e.handleUpdate(t)}):g(window).off(re.RESIZE)},t._hideModal=function(){var t=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._isTransitioning=!1,this._showBackdrop(function(){g(document.body).removeClass(ce),t._resetAdjustments(),t._resetScrollbar(),g(t._element).trigger(re.HIDDEN)})},t._removeBackdrop=function(){this._backdrop&&(g(this._backdrop).remove(),this._backdrop=null)},t._showBackdrop=function(t){var e=this,n=g(this._element).hasClass(he)?he:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className=le,n&&this._backdrop.classList.add(n),g(this._backdrop).appendTo(document.body),g(this._element).on(re.CLICK_DISMISS,function(t){e._ignoreBackdropClick?e._ignoreBackdropClick=!1:t.target===t.currentTarget&&("static"===e._config.backdrop?e._element.focus():e.hide())}),n&&_.reflow(this._backdrop),g(this._backdrop).addClass(ue),!t)return;if(!n)return void t();var i=_.getTransitionDurationFromElement(this._backdrop);g(this._backdrop).one(_.TRANSITION_END,t).emulateTransitionEnd(i)}else if(!this._isShown&&this._backdrop){g(this._backdrop).removeClass(ue);var o=function(){e._removeBackdrop(),t&&t()};if(g(this._element).hasClass(he)){var r=_.getTransitionDurationFromElement(this._backdrop);g(this._backdrop).one(_.TRANSITION_END,o).emulateTransitionEnd(r)}else o()}else t&&t()},t._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},t._setScrollbar=function(){var o=this;if(this._isBodyOverflowing){var t=[].slice.call(document.querySelectorAll(me)),e=[].slice.call(document.querySelectorAll(pe));g(t).each(function(t,e){var n=e.style.paddingRight,i=g(e).css("padding-right");g(e).data("padding-right",n).css("padding-right",parseFloat(i)+o._scrollbarWidth+"px")}),g(e).each(function(t,e){var n=e.style.marginRight,i=g(e).css("margin-right");g(e).data("margin-right",n).css("margin-right",parseFloat(i)-o._scrollbarWidth+"px")});var n=document.body.style.paddingRight,i=g(document.body).css("padding-right");g(document.body).data("padding-right",n).css("padding-right",parseFloat(i)+this._scrollbarWidth+"px")}g(document.body).addClass(ce)},t._resetScrollbar=function(){var t=[].slice.call(document.querySelectorAll(me));g(t).each(function(t,e){var n=g(e).data("padding-right");g(e).removeData("padding-right"),e.style.paddingRight=n||""});var e=[].slice.call(document.querySelectorAll(""+pe));g(e).each(function(t,e){var n=g(e).data("margin-right");"undefined"!=typeof n&&g(e).css("margin-right",n).removeData("margin-right")});var n=g(document.body).data("padding-right");g(document.body).removeData("padding-right"),document.body.style.paddingRight=n||""},t._getScrollbarWidth=function(){var t=document.createElement("div");t.className=ae,document.body.appendChild(t);var e=t.getBoundingClientRect().width-t.clientWidth;return document.body.removeChild(t),e},o._jQueryInterface=function(n,i){return this.each(function(){var t=g(this).data(te),e=l({},ie,g(this).data(),"object"==typeof n&&n?n:{});if(t||(t=new o(this,e),g(this).data(te,t)),"string"==typeof n){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n](i)}else e.show&&t.show(i)})},s(o,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return ie}}]),o}();g(document).on(re.CLICK_DATA_API,ge,function(t){var e,n=this,i=_.getSelectorFromElement(this);i&&(e=document.querySelector(i));var o=g(e).data(te)?"toggle":l({},g(e).data(),g(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||t.preventDefault();var r=g(e).one(re.SHOW,function(t){t.isDefaultPrevented()||r.one(re.HIDDEN,function(){g(n).is(":visible")&&n.focus()})});ve._jQueryInterface.call(g(e),o,this)}),g.fn[Zt]=ve._jQueryInterface,g.fn[Zt].Constructor=ve,g.fn[Zt].noConflict=function(){return g.fn[Zt]=ne,ve._jQueryInterface};var ye=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],Ee={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Ce=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,Te=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function Se(t,s,e){if(0===t.length)return t;if(e&&"function"==typeof e)return e(t);for(var n=(new window.DOMParser).parseFromString(t,"text/html"),a=Object.keys(s),l=[].slice.call(n.body.querySelectorAll("*")),i=function(t,e){var n=l[t],i=n.nodeName.toLowerCase();if(-1===a.indexOf(n.nodeName.toLowerCase()))return n.parentNode.removeChild(n),"continue";var o=[].slice.call(n.attributes),r=[].concat(s["*"]||[],s[i]||[]);o.forEach(function(t){(function(t,e){var n=t.nodeName.toLowerCase();if(-1!==e.indexOf(n))return-1===ye.indexOf(n)||Boolean(t.nodeValue.match(Ce)||t.nodeValue.match(Te));for(var i=e.filter(function(t){return t instanceof RegExp}),o=0,r=i.length;o<r;o++)if(n.match(i[o]))return!0;return!1})(t,r)||n.removeAttribute(t.nodeName)})},o=0,r=l.length;o<r;o++)i(o);return n.body.innerHTML}var be="tooltip",Ie="bs.tooltip",De="."+Ie,we=g.fn[be],Ae="bs-tooltip",Ne=new RegExp("(^|\\s)"+Ae+"\\S+","g"),Oe=["sanitize","whiteList","sanitizeFn"],ke={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object"},Pe={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},Le={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:Ee},je="show",He="out",Re={HIDE:"hide"+De,HIDDEN:"hidden"+De,SHOW:"show"+De,SHOWN:"shown"+De,INSERTED:"inserted"+De,CLICK:"click"+De,FOCUSIN:"focusin"+De,FOCUSOUT:"focusout"+De,MOUSEENTER:"mouseenter"+De,MOUSELEAVE:"mouseleave"+De},xe="fade",Fe="show",Ue=".tooltip-inner",We=".arrow",qe="hover",Me="focus",Ke="click",Qe="manual",Be=function(){function i(t,e){if("undefined"==typeof u)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var t=i.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=g(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(g(this.getTipElement()).hasClass(Fe))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),g.removeData(this.element,this.constructor.DATA_KEY),g(this.element).off(this.constructor.EVENT_KEY),g(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&g(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,(this._activeTrigger=null)!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===g(this.element).css("display"))throw new Error("Please use show on visible elements");var t=g.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){g(this.element).trigger(t);var n=_.findShadowRoot(this.element),i=g.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!i)return;var o=this.getTipElement(),r=_.getUID(this.constructor.NAME);o.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&g(o).addClass(xe);var s="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,a=this._getAttachment(s);this.addAttachmentClass(a);var l=this._getContainer();g(o).data(this.constructor.DATA_KEY,this),g.contains(this.element.ownerDocument.documentElement,this.tip)||g(o).appendTo(l),g(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new u(this.element,o,{placement:a,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:We},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}}),g(o).addClass(Fe),"ontouchstart"in document.documentElement&&g(document.body).children().on("mouseover",null,g.noop);var c=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,g(e.element).trigger(e.constructor.Event.SHOWN),t===He&&e._leave(null,e)};if(g(this.tip).hasClass(xe)){var h=_.getTransitionDurationFromElement(this.tip);g(this.tip).one(_.TRANSITION_END,c).emulateTransitionEnd(h)}else c()}},t.hide=function(t){var e=this,n=this.getTipElement(),i=g.Event(this.constructor.Event.HIDE),o=function(){e._hoverState!==je&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),g(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(g(this.element).trigger(i),!i.isDefaultPrevented()){if(g(n).removeClass(Fe),"ontouchstart"in document.documentElement&&g(document.body).children().off("mouseover",null,g.noop),this._activeTrigger[Ke]=!1,this._activeTrigger[Me]=!1,this._activeTrigger[qe]=!1,g(this.tip).hasClass(xe)){var r=_.getTransitionDurationFromElement(n);g(n).one(_.TRANSITION_END,o).emulateTransitionEnd(r)}else o();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(t){g(this.getTipElement()).addClass(Ae+"-"+t)},t.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},t.setContent=function(){var t=this.getTipElement();this.setElementContent(g(t.querySelectorAll(Ue)),this.getTitle()),g(t).removeClass(xe+" "+Fe)},t.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=Se(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?g(e).parent().is(t)||t.empty().append(e):t.text(g(e).text())},t.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},t._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,e.config.offset(t.offsets,e.element)||{}),t}:t.offset=this.config.offset,t},t._getContainer=function(){return!1===this.config.container?document.body:_.isElement(this.config.container)?g(this.config.container):g(document).find(this.config.container)},t._getAttachment=function(t){return Pe[t.toUpperCase()]},t._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)g(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(t){return i.toggle(t)});else if(t!==Qe){var e=t===qe?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=t===qe?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;g(i.element).on(e,i.config.selector,function(t){return i._enter(t)}).on(n,i.config.selector,function(t){return i._leave(t)})}}),g(this.element).closest(".modal").on("hide.bs.modal",function(){i.element&&i.hide()}),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?Me:qe]=!0),g(e.getTipElement()).hasClass(Fe)||e._hoverState===je?e._hoverState=je:(clearTimeout(e._timeout),e._hoverState=je,e.config.delay&&e.config.delay.show?e._timeout=setTimeout(function(){e._hoverState===je&&e.show()},e.config.delay.show):e.show())},t._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?Me:qe]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=He,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout(function(){e._hoverState===He&&e.hide()},e.config.delay.hide):e.hide())},t._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},t._getConfig=function(t){var e=g(this.element).data();return Object.keys(e).forEach(function(t){-1!==Oe.indexOf(t)&&delete e[t]}),"number"==typeof(t=l({},this.constructor.Default,e,"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),_.typeCheckConfig(be,t,this.constructor.DefaultType),t.sanitize&&(t.template=Se(t.template,t.whiteList,t.sanitizeFn)),t},t._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},t._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(Ne);null!==e&&e.length&&t.removeClass(e.join(""))},t._handlePopperPlacementChange=function(t){var e=t.instance;this.tip=e.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},t._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(g(t).removeClass(xe),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},i._jQueryInterface=function(n){return this.each(function(){var t=g(this).data(Ie),e="object"==typeof n&&n;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),g(this).data(Ie,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return Le}},{key:"NAME",get:function(){return be}},{key:"DATA_KEY",get:function(){return Ie}},{key:"Event",get:function(){return Re}},{key:"EVENT_KEY",get:function(){return De}},{key:"DefaultType",get:function(){return ke}}]),i}();g.fn[be]=Be._jQueryInterface,g.fn[be].Constructor=Be,g.fn[be].noConflict=function(){return g.fn[be]=we,Be._jQueryInterface};var Ve="popover",Ye="bs.popover",ze="."+Ye,Xe=g.fn[Ve],$e="bs-popover",Ge=new RegExp("(^|\\s)"+$e+"\\S+","g"),Je=l({},Be.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),Ze=l({},Be.DefaultType,{content:"(string|element|function)"}),tn="fade",en="show",nn=".popover-header",on=".popover-body",rn={HIDE:"hide"+ze,HIDDEN:"hidden"+ze,SHOW:"show"+ze,SHOWN:"shown"+ze,INSERTED:"inserted"+ze,CLICK:"click"+ze,FOCUSIN:"focusin"+ze,FOCUSOUT:"focusout"+ze,MOUSEENTER:"mouseenter"+ze,MOUSELEAVE:"mouseleave"+ze},sn=function(t){var e,n;function i(){return t.apply(this,arguments)||this}n=t,(e=i).prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n;var o=i.prototype;return o.isWithContent=function(){return this.getTitle()||this._getContent()},o.addAttachmentClass=function(t){g(this.getTipElement()).addClass($e+"-"+t)},o.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},o.setContent=function(){var t=g(this.getTipElement());this.setElementContent(t.find(nn),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(on),e),t.removeClass(tn+" "+en)},o._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},o._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(Ge);null!==e&&0<e.length&&t.removeClass(e.join(""))},i._jQueryInterface=function(n){return this.each(function(){var t=g(this).data(Ye),e="object"==typeof n?n:null;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),g(this).data(Ye,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return Je}},{key:"NAME",get:function(){return Ve}},{key:"DATA_KEY",get:function(){return Ye}},{key:"Event",get:function(){return rn}},{key:"EVENT_KEY",get:function(){return ze}},{key:"DefaultType",get:function(){return Ze}}]),i}(Be);g.fn[Ve]=sn._jQueryInterface,g.fn[Ve].Constructor=sn,g.fn[Ve].noConflict=function(){return g.fn[Ve]=Xe,sn._jQueryInterface};var an="scrollspy",ln="bs.scrollspy",cn="."+ln,hn=g.fn[an],un={offset:10,method:"auto",target:""},fn={offset:"number",method:"string",target:"(string|element)"},dn={ACTIVATE:"activate"+cn,SCROLL:"scroll"+cn,LOAD_DATA_API:"load"+cn+".data-api"},gn="dropdown-item",_n="active",mn='[data-spy="scroll"]',pn=".nav, .list-group",vn=".nav-link",yn=".nav-item",En=".list-group-item",Cn=".dropdown",Tn=".dropdown-item",Sn=".dropdown-toggle",bn="offset",In="position",Dn=function(){function n(t,e){var n=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(e),this._selector=this._config.target+" "+vn+","+this._config.target+" "+En+","+this._config.target+" "+Tn,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,g(this._scrollElement).on(dn.SCROLL,function(t){return n._process(t)}),this.refresh(),this._process()}var t=n.prototype;return t.refresh=function(){var e=this,t=this._scrollElement===this._scrollElement.window?bn:In,o="auto"===this._config.method?t:this._config.method,r=o===In?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map(function(t){var e,n=_.getSelectorFromElement(t);if(n&&(e=document.querySelector(n)),e){var i=e.getBoundingClientRect();if(i.width||i.height)return[g(e)[o]().top+r,n]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},t.dispose=function(){g.removeData(this._element,ln),g(this._scrollElement).off(cn),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},t._getConfig=function(t){if("string"!=typeof(t=l({},un,"object"==typeof t&&t?t:{})).target){var e=g(t.target).attr("id");e||(e=_.getUID(an),g(t.target).attr("id",e)),t.target="#"+e}return _.typeCheckConfig(an,t,fn),t},t._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},t._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},t._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},t._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),n<=t){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t<this._offsets[0]&&0<this._offsets[0])return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;){this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t<this._offsets[o+1])&&this._activate(this._targets[o])}}},t._activate=function(e){this._activeTarget=e,this._clear();var t=this._selector.split(",").map(function(t){return t+'[data-target="'+e+'"],'+t+'[href="'+e+'"]'}),n=g([].slice.call(document.querySelectorAll(t.join(","))));n.hasClass(gn)?(n.closest(Cn).find(Sn).addClass(_n),n.addClass(_n)):(n.addClass(_n),n.parents(pn).prev(vn+", "+En).addClass(_n),n.parents(pn).prev(yn).children(vn).addClass(_n)),g(this._scrollElement).trigger(dn.ACTIVATE,{relatedTarget:e})},t._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter(function(t){return t.classList.contains(_n)}).forEach(function(t){return t.classList.remove(_n)})},n._jQueryInterface=function(e){return this.each(function(){var t=g(this).data(ln);if(t||(t=new n(this,"object"==typeof e&&e),g(this).data(ln,t)),"string"==typeof e){if("undefined"==typeof t[e])throw new TypeError('No method named "'+e+'"');t[e]()}})},s(n,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return un}}]),n}();g(window).on(dn.LOAD_DATA_API,function(){for(var t=[].slice.call(document.querySelectorAll(mn)),e=t.length;e--;){var n=g(t[e]);Dn._jQueryInterface.call(n,n.data())}}),g.fn[an]=Dn._jQueryInterface,g.fn[an].Constructor=Dn,g.fn[an].noConflict=function(){return g.fn[an]=hn,Dn._jQueryInterface};var wn="bs.tab",An="."+wn,Nn=g.fn.tab,On={HIDE:"hide"+An,HIDDEN:"hidden"+An,SHOW:"show"+An,SHOWN:"shown"+An,CLICK_DATA_API:"click"+An+".data-api"},kn="dropdown-menu",Pn="active",Ln="disabled",jn="fade",Hn="show",Rn=".dropdown",xn=".nav, .list-group",Fn=".active",Un="> li > .active",Wn='[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',qn=".dropdown-toggle",Mn="> .dropdown-menu .active",Kn=function(){function i(t){this._element=t}var t=i.prototype;return t.show=function(){var n=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&g(this._element).hasClass(Pn)||g(this._element).hasClass(Ln))){var t,i,e=g(this._element).closest(xn)[0],o=_.getSelectorFromElement(this._element);if(e){var r="UL"===e.nodeName||"OL"===e.nodeName?Un:Fn;i=(i=g.makeArray(g(e).find(r)))[i.length-1]}var s=g.Event(On.HIDE,{relatedTarget:this._element}),a=g.Event(On.SHOW,{relatedTarget:i});if(i&&g(i).trigger(s),g(this._element).trigger(a),!a.isDefaultPrevented()&&!s.isDefaultPrevented()){o&&(t=document.querySelector(o)),this._activate(this._element,e);var l=function(){var t=g.Event(On.HIDDEN,{relatedTarget:n._element}),e=g.Event(On.SHOWN,{relatedTarget:i});g(i).trigger(t),g(n._element).trigger(e)};t?this._activate(t,t.parentNode,l):l()}}},t.dispose=function(){g.removeData(this._element,wn),this._element=null},t._activate=function(t,e,n){var i=this,o=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?g(e).children(Fn):g(e).find(Un))[0],r=n&&o&&g(o).hasClass(jn),s=function(){return i._transitionComplete(t,o,n)};if(o&&r){var a=_.getTransitionDurationFromElement(o);g(o).removeClass(Hn).one(_.TRANSITION_END,s).emulateTransitionEnd(a)}else s()},t._transitionComplete=function(t,e,n){if(e){g(e).removeClass(Pn);var i=g(e.parentNode).find(Mn)[0];i&&g(i).removeClass(Pn),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}if(g(t).addClass(Pn),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),_.reflow(t),t.classList.contains(jn)&&t.classList.add(Hn),t.parentNode&&g(t.parentNode).hasClass(kn)){var o=g(t).closest(Rn)[0];if(o){var r=[].slice.call(o.querySelectorAll(qn));g(r).addClass(Pn)}t.setAttribute("aria-expanded",!0)}n&&n()},i._jQueryInterface=function(n){return this.each(function(){var t=g(this),e=t.data(wn);if(e||(e=new i(this),t.data(wn,e)),"string"==typeof n){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.3.1"}}]),i}();g(document).on(On.CLICK_DATA_API,Wn,function(t){t.preventDefault(),Kn._jQueryInterface.call(g(this),"show")}),g.fn.tab=Kn._jQueryInterface,g.fn.tab.Constructor=Kn,g.fn.tab.noConflict=function(){return g.fn.tab=Nn,Kn._jQueryInterface};var Qn="toast",Bn="bs.toast",Vn="."+Bn,Yn=g.fn[Qn],zn={CLICK_DISMISS:"click.dismiss"+Vn,HIDE:"hide"+Vn,HIDDEN:"hidden"+Vn,SHOW:"show"+Vn,SHOWN:"shown"+Vn},Xn="fade",$n="hide",Gn="show",Jn="showing",Zn={animation:"boolean",autohide:"boolean",delay:"number"},ti={animation:!0,autohide:!0,delay:500},ei='[data-dismiss="toast"]',ni=function(){function i(t,e){this._element=t,this._config=this._getConfig(e),this._timeout=null,this._setListeners()}var t=i.prototype;return t.show=function(){var t=this;g(this._element).trigger(zn.SHOW),this._config.animation&&this._element.classList.add(Xn);var e=function(){t._element.classList.remove(Jn),t._element.classList.add(Gn),g(t._element).trigger(zn.SHOWN),t._config.autohide&&t.hide()};if(this._element.classList.remove($n),this._element.classList.add(Jn),this._config.animation){var n=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,e).emulateTransitionEnd(n)}else e()},t.hide=function(t){var e=this;this._element.classList.contains(Gn)&&(g(this._element).trigger(zn.HIDE),t?this._close():this._timeout=setTimeout(function(){e._close()},this._config.delay))},t.dispose=function(){clearTimeout(this._timeout),this._timeout=null,this._element.classList.contains(Gn)&&this._element.classList.remove(Gn),g(this._element).off(zn.CLICK_DISMISS),g.removeData(this._element,Bn),this._element=null,this._config=null},t._getConfig=function(t){return t=l({},ti,g(this._element).data(),"object"==typeof t&&t?t:{}),_.typeCheckConfig(Qn,t,this.constructor.DefaultType),t},t._setListeners=function(){var t=this;g(this._element).on(zn.CLICK_DISMISS,ei,function(){return t.hide(!0)})},t._close=function(){var t=this,e=function(){t._element.classList.add($n),g(t._element).trigger(zn.HIDDEN)};if(this._element.classList.remove(Gn),this._config.animation){var n=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,e).emulateTransitionEnd(n)}else e()},i._jQueryInterface=function(n){return this.each(function(){var t=g(this),e=t.data(Bn);if(e||(e=new i(this,"object"==typeof n&&n),t.data(Bn,e)),"string"==typeof n){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n](this)}})},s(i,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"DefaultType",get:function(){return Zn}},{key:"Default",get:function(){return ti}}]),i}();g.fn[Qn]=ni._jQueryInterface,g.fn[Qn].Constructor=ni,g.fn[Qn].noConflict=function(){return g.fn[Qn]=Yn,ni._jQueryInterface},function(){if("undefined"==typeof g)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var t=g.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||4<=t[0])throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(),t.Util=_,t.Alert=p,t.Button=P,t.Carousel=lt,t.Collapse=bt,t.Dropdown=Jt,t.Modal=ve,t.Popover=sn,t.Scrollspy=Dn,t.Tab=Kn,t.Toast=ni,t.Tooltip=Be,Object.defineProperty(t,"__esModule",{value:!0})});
     6!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t=t||self).bootstrap={},t.jQuery,t.Popper)}(this,(function(t,e,n){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function o(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function a(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){s(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}e=e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e,n=n&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n;function l(t){var n=this,i=!1;return e(this).one(c.TRANSITION_END,(function(){i=!0})),setTimeout((function(){i||c.triggerTransitionEnd(n)}),t),this}var c={TRANSITION_END:"bsTransitionEnd",getUID:function(t){do{t+=~~(1e6*Math.random())}while(document.getElementById(t));return t},getSelectorFromElement:function(t){var e=t.getAttribute("data-target");if(!e||"#"===e){var n=t.getAttribute("href");e=n&&"#"!==n?n.trim():""}try{return document.querySelector(e)?e:null}catch(t){return null}},getTransitionDurationFromElement:function(t){if(!t)return 0;var n=e(t).css("transition-duration"),i=e(t).css("transition-delay"),o=parseFloat(n),s=parseFloat(i);return o||s?(n=n.split(",")[0],i=i.split(",")[0],1e3*(parseFloat(n)+parseFloat(i))):0},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(t){e(t).trigger("transitionend")},supportsTransitionEnd:function(){return Boolean("transitionend")},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],s=e[i],r=s&&c.isElement(s)?"element":null===(a=s)||"undefined"==typeof a?""+a:{}.toString.call(a).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(o).test(r))throw new Error(t.toUpperCase()+': Option "'+i+'" provided type "'+r+'" but expected type "'+o+'".')}var a},findShadowRoot:function(t){if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){var e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?c.findShadowRoot(t.parentNode):null},jQueryDetection:function(){if("undefined"==typeof e)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var t=e.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||t[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};c.jQueryDetection(),e.fn.emulateTransitionEnd=l,e.event.special[c.TRANSITION_END]={bindType:"transitionend",delegateType:"transitionend",handle:function(t){if(e(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}};var h="alert",u=e.fn[h],d=function(){function t(t){this._element=t}var n=t.prototype;return n.close=function(t){var e=this._element;t&&(e=this._getRootElement(t)),this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},n.dispose=function(){e.removeData(this._element,"bs.alert"),this._element=null},n._getRootElement=function(t){var n=c.getSelectorFromElement(t),i=!1;return n&&(i=document.querySelector(n)),i||(i=e(t).closest(".alert")[0]),i},n._triggerCloseEvent=function(t){var n=e.Event("close.bs.alert");return e(t).trigger(n),n},n._removeElement=function(t){var n=this;if(e(t).removeClass("show"),e(t).hasClass("fade")){var i=c.getTransitionDurationFromElement(t);e(t).one(c.TRANSITION_END,(function(e){return n._destroyElement(t,e)})).emulateTransitionEnd(i)}else this._destroyElement(t)},n._destroyElement=function(t){e(t).detach().trigger("closed.bs.alert").remove()},t._jQueryInterface=function(n){return this.each((function(){var i=e(this),o=i.data("bs.alert");o||(o=new t(this),i.data("bs.alert",o)),"close"===n&&o[n](this)}))},t._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},o(t,null,[{key:"VERSION",get:function(){return"4.5.0"}}]),t}();e(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',d._handleDismiss(new d)),e.fn[h]=d._jQueryInterface,e.fn[h].Constructor=d,e.fn[h].noConflict=function(){return e.fn[h]=u,d._jQueryInterface};var f=e.fn.button,g=function(){function t(t){this._element=t}var n=t.prototype;return n.toggle=function(){var t=!0,n=!0,i=e(this._element).closest('[data-toggle="buttons"]')[0];if(i){var o=this._element.querySelector('input:not([type="hidden"])');if(o){if("radio"===o.type)if(o.checked&&this._element.classList.contains("active"))t=!1;else{var s=i.querySelector(".active");s&&e(s).removeClass("active")}t&&("checkbox"!==o.type&&"radio"!==o.type||(o.checked=!this._element.classList.contains("active")),e(o).trigger("change")),o.focus(),n=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(n&&this._element.setAttribute("aria-pressed",!this._element.classList.contains("active")),t&&e(this._element).toggleClass("active"))},n.dispose=function(){e.removeData(this._element,"bs.button"),this._element=null},t._jQueryInterface=function(n){return this.each((function(){var i=e(this).data("bs.button");i||(i=new t(this),e(this).data("bs.button",i)),"toggle"===n&&i[n]()}))},o(t,null,[{key:"VERSION",get:function(){return"4.5.0"}}]),t}();e(document).on("click.bs.button.data-api",'[data-toggle^="button"]',(function(t){var n=t.target,i=n;if(e(n).hasClass("btn")||(n=e(n).closest(".btn")[0]),!n||n.hasAttribute("disabled")||n.classList.contains("disabled"))t.preventDefault();else{var o=n.querySelector('input:not([type="hidden"])');if(o&&(o.hasAttribute("disabled")||o.classList.contains("disabled")))return void t.preventDefault();"LABEL"===i.tagName&&o&&"checkbox"===o.type&&t.preventDefault(),g._jQueryInterface.call(e(n),"toggle")}})).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',(function(t){var n=e(t.target).closest(".btn")[0];e(n).toggleClass("focus",/^focus(in)?$/.test(t.type))})),e(window).on("load.bs.button.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),e=0,n=t.length;e<n;e++){var i=t[e],o=i.querySelector('input:not([type="hidden"])');o.checked||o.hasAttribute("checked")?i.classList.add("active"):i.classList.remove("active")}for(var s=0,r=(t=[].slice.call(document.querySelectorAll('[data-toggle="button"]'))).length;s<r;s++){var a=t[s];"true"===a.getAttribute("aria-pressed")?a.classList.add("active"):a.classList.remove("active")}})),e.fn.button=g._jQueryInterface,e.fn.button.Constructor=g,e.fn.button.noConflict=function(){return e.fn.button=f,g._jQueryInterface};var m="carousel",p=".bs.carousel",_=e.fn[m],v={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},b={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},y={TOUCH:"touch",PEN:"pen"},E=function(){function t(t,e){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(e),this._element=t,this._indicatorsElement=this._element.querySelector(".carousel-indicators"),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var n=t.prototype;return n.next=function(){this._isSliding||this._slide("next")},n.nextWhenVisible=function(){!document.hidden&&e(this._element).is(":visible")&&"hidden"!==e(this._element).css("visibility")&&this.next()},n.prev=function(){this._isSliding||this._slide("prev")},n.pause=function(t){t||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(c.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},n.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},n.to=function(t){var n=this;this._activeElement=this._element.querySelector(".active.carousel-item");var i=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)e(this._element).one("slid.bs.carousel",(function(){return n.to(t)}));else{if(i===t)return this.pause(),void this.cycle();var o=t>i?"next":"prev";this._slide(o,this._items[t])}},n.dispose=function(){e(this._element).off(p),e.removeData(this._element,"bs.carousel"),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},n._getConfig=function(t){return t=a(a({},v),t),c.typeCheckConfig(m,t,b),t},n._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;this.touchDeltaX=0,e>0&&this.prev(),e<0&&this.next()}},n._addEventListeners=function(){var t=this;this._config.keyboard&&e(this._element).on("keydown.bs.carousel",(function(e){return t._keydown(e)})),"hover"===this._config.pause&&e(this._element).on("mouseenter.bs.carousel",(function(e){return t.pause(e)})).on("mouseleave.bs.carousel",(function(e){return t.cycle(e)})),this._config.touch&&this._addTouchEventListeners()},n._addTouchEventListeners=function(){var t=this;if(this._touchSupported){var n=function(e){t._pointerEvent&&y[e.originalEvent.pointerType.toUpperCase()]?t.touchStartX=e.originalEvent.clientX:t._pointerEvent||(t.touchStartX=e.originalEvent.touches[0].clientX)},i=function(e){t._pointerEvent&&y[e.originalEvent.pointerType.toUpperCase()]&&(t.touchDeltaX=e.originalEvent.clientX-t.touchStartX),t._handleSwipe(),"hover"===t._config.pause&&(t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout((function(e){return t.cycle(e)}),500+t._config.interval))};e(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",(function(t){return t.preventDefault()})),this._pointerEvent?(e(this._element).on("pointerdown.bs.carousel",(function(t){return n(t)})),e(this._element).on("pointerup.bs.carousel",(function(t){return i(t)})),this._element.classList.add("pointer-event")):(e(this._element).on("touchstart.bs.carousel",(function(t){return n(t)})),e(this._element).on("touchmove.bs.carousel",(function(e){return function(e){e.originalEvent.touches&&e.originalEvent.touches.length>1?t.touchDeltaX=0:t.touchDeltaX=e.originalEvent.touches[0].clientX-t.touchStartX}(e)})),e(this._element).on("touchend.bs.carousel",(function(t){return i(t)})))}},n._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},n._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(t)},n._getItemByDirection=function(t,e){var n="next"===t,i="prev"===t,o=this._getItemIndex(e),s=this._items.length-1;if((i&&0===o||n&&o===s)&&!this._config.wrap)return e;var r=(o+("prev"===t?-1:1))%this._items.length;return-1===r?this._items[this._items.length-1]:this._items[r]},n._triggerSlideEvent=function(t,n){var i=this._getItemIndex(t),o=this._getItemIndex(this._element.querySelector(".active.carousel-item")),s=e.Event("slide.bs.carousel",{relatedTarget:t,direction:n,from:o,to:i});return e(this._element).trigger(s),s},n._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var n=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));e(n).removeClass("active");var i=this._indicatorsElement.children[this._getItemIndex(t)];i&&e(i).addClass("active")}},n._slide=function(t,n){var i,o,s,r=this,a=this._element.querySelector(".active.carousel-item"),l=this._getItemIndex(a),h=n||a&&this._getItemByDirection(t,a),u=this._getItemIndex(h),d=Boolean(this._interval);if("next"===t?(i="carousel-item-left",o="carousel-item-next",s="left"):(i="carousel-item-right",o="carousel-item-prev",s="right"),h&&e(h).hasClass("active"))this._isSliding=!1;else if(!this._triggerSlideEvent(h,s).isDefaultPrevented()&&a&&h){this._isSliding=!0,d&&this.pause(),this._setActiveIndicatorElement(h);var f=e.Event("slid.bs.carousel",{relatedTarget:h,direction:s,from:l,to:u});if(e(this._element).hasClass("slide")){e(h).addClass(o),c.reflow(h),e(a).addClass(i),e(h).addClass(i);var g=parseInt(h.getAttribute("data-interval"),10);g?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=g):this._config.interval=this._config.defaultInterval||this._config.interval;var m=c.getTransitionDurationFromElement(a);e(a).one(c.TRANSITION_END,(function(){e(h).removeClass(i+" "+o).addClass("active"),e(a).removeClass("active "+o+" "+i),r._isSliding=!1,setTimeout((function(){return e(r._element).trigger(f)}),0)})).emulateTransitionEnd(m)}else e(a).removeClass("active"),e(h).addClass("active"),this._isSliding=!1,e(this._element).trigger(f);d&&this.cycle()}},t._jQueryInterface=function(n){return this.each((function(){var i=e(this).data("bs.carousel"),o=a(a({},v),e(this).data());"object"==typeof n&&(o=a(a({},o),n));var s="string"==typeof n?n:o.slide;if(i||(i=new t(this,o),e(this).data("bs.carousel",i)),"number"==typeof n)i.to(n);else if("string"==typeof s){if("undefined"==typeof i[s])throw new TypeError('No method named "'+s+'"');i[s]()}else o.interval&&o.ride&&(i.pause(),i.cycle())}))},t._dataApiClickHandler=function(n){var i=c.getSelectorFromElement(this);if(i){var o=e(i)[0];if(o&&e(o).hasClass("carousel")){var s=a(a({},e(o).data()),e(this).data()),r=this.getAttribute("data-slide-to");r&&(s.interval=!1),t._jQueryInterface.call(e(o),s),r&&e(o).data("bs.carousel").to(r),n.preventDefault()}}},o(t,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return v}}]),t}();e(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",E._dataApiClickHandler),e(window).on("load.bs.carousel.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),n=0,i=t.length;n<i;n++){var o=e(t[n]);E._jQueryInterface.call(o,o.data())}})),e.fn[m]=E._jQueryInterface,e.fn[m].Constructor=E,e.fn[m].noConflict=function(){return e.fn[m]=_,E._jQueryInterface};var w="collapse",T=e.fn[w],C={toggle:!0,parent:""},S={toggle:"boolean",parent:"(string|element)"},D=function(){function t(t,e){this._isTransitioning=!1,this._element=t,this._config=this._getConfig(e),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+t.id+'"],[data-toggle="collapse"][data-target="#'+t.id+'"]'));for(var n=[].slice.call(document.querySelectorAll('[data-toggle="collapse"]')),i=0,o=n.length;i<o;i++){var s=n[i],r=c.getSelectorFromElement(s),a=[].slice.call(document.querySelectorAll(r)).filter((function(e){return e===t}));null!==r&&a.length>0&&(this._selector=r,this._triggerArray.push(s))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var n=t.prototype;return n.toggle=function(){e(this._element).hasClass("show")?this.hide():this.show()},n.show=function(){var n,i,o=this;if(!this._isTransitioning&&!e(this._element).hasClass("show")&&(this._parent&&0===(n=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter((function(t){return"string"==typeof o._config.parent?t.getAttribute("data-parent")===o._config.parent:t.classList.contains("collapse")}))).length&&(n=null),!(n&&(i=e(n).not(this._selector).data("bs.collapse"))&&i._isTransitioning))){var s=e.Event("show.bs.collapse");if(e(this._element).trigger(s),!s.isDefaultPrevented()){n&&(t._jQueryInterface.call(e(n).not(this._selector),"hide"),i||e(n).data("bs.collapse",null));var r=this._getDimension();e(this._element).removeClass("collapse").addClass("collapsing"),this._element.style[r]=0,this._triggerArray.length&&e(this._triggerArray).removeClass("collapsed").attr("aria-expanded",!0),this.setTransitioning(!0);var a="scroll"+(r[0].toUpperCase()+r.slice(1)),l=c.getTransitionDurationFromElement(this._element);e(this._element).one(c.TRANSITION_END,(function(){e(o._element).removeClass("collapsing").addClass("collapse show"),o._element.style[r]="",o.setTransitioning(!1),e(o._element).trigger("shown.bs.collapse")})).emulateTransitionEnd(l),this._element.style[r]=this._element[a]+"px"}}},n.hide=function(){var t=this;if(!this._isTransitioning&&e(this._element).hasClass("show")){var n=e.Event("hide.bs.collapse");if(e(this._element).trigger(n),!n.isDefaultPrevented()){var i=this._getDimension();this._element.style[i]=this._element.getBoundingClientRect()[i]+"px",c.reflow(this._element),e(this._element).addClass("collapsing").removeClass("collapse show");var o=this._triggerArray.length;if(o>0)for(var s=0;s<o;s++){var r=this._triggerArray[s],a=c.getSelectorFromElement(r);if(null!==a)e([].slice.call(document.querySelectorAll(a))).hasClass("show")||e(r).addClass("collapsed").attr("aria-expanded",!1)}this.setTransitioning(!0);this._element.style[i]="";var l=c.getTransitionDurationFromElement(this._element);e(this._element).one(c.TRANSITION_END,(function(){t.setTransitioning(!1),e(t._element).removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")})).emulateTransitionEnd(l)}}},n.setTransitioning=function(t){this._isTransitioning=t},n.dispose=function(){e.removeData(this._element,"bs.collapse"),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},n._getConfig=function(t){return(t=a(a({},C),t)).toggle=Boolean(t.toggle),c.typeCheckConfig(w,t,S),t},n._getDimension=function(){return e(this._element).hasClass("width")?"width":"height"},n._getParent=function(){var n,i=this;c.isElement(this._config.parent)?(n=this._config.parent,"undefined"!=typeof this._config.parent.jquery&&(n=this._config.parent[0])):n=document.querySelector(this._config.parent);var o='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',s=[].slice.call(n.querySelectorAll(o));return e(s).each((function(e,n){i._addAriaAndCollapsedClass(t._getTargetFromElement(n),[n])})),n},n._addAriaAndCollapsedClass=function(t,n){var i=e(t).hasClass("show");n.length&&e(n).toggleClass("collapsed",!i).attr("aria-expanded",i)},t._getTargetFromElement=function(t){var e=c.getSelectorFromElement(t);return e?document.querySelector(e):null},t._jQueryInterface=function(n){return this.each((function(){var i=e(this),o=i.data("bs.collapse"),s=a(a(a({},C),i.data()),"object"==typeof n&&n?n:{});if(!o&&s.toggle&&"string"==typeof n&&/show|hide/.test(n)&&(s.toggle=!1),o||(o=new t(this,s),i.data("bs.collapse",o)),"string"==typeof n){if("undefined"==typeof o[n])throw new TypeError('No method named "'+n+'"');o[n]()}}))},o(t,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return C}}]),t}();e(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',(function(t){"A"===t.currentTarget.tagName&&t.preventDefault();var n=e(this),i=c.getSelectorFromElement(this),o=[].slice.call(document.querySelectorAll(i));e(o).each((function(){var t=e(this),i=t.data("bs.collapse")?"toggle":n.data();D._jQueryInterface.call(t,i)}))})),e.fn[w]=D._jQueryInterface,e.fn[w].Constructor=D,e.fn[w].noConflict=function(){return e.fn[w]=T,D._jQueryInterface};var k="dropdown",N=e.fn[k],A=new RegExp("38|40|27"),I={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},O={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},j=function(){function t(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var i=t.prototype;return i.toggle=function(){if(!this._element.disabled&&!e(this._element).hasClass("disabled")){var n=e(this._menu).hasClass("show");t._clearMenus(),n||this.show(!0)}},i.show=function(i){if(void 0===i&&(i=!1),!(this._element.disabled||e(this._element).hasClass("disabled")||e(this._menu).hasClass("show"))){var o={relatedTarget:this._element},s=e.Event("show.bs.dropdown",o),r=t._getParentFromElement(this._element);if(e(r).trigger(s),!s.isDefaultPrevented()){if(!this._inNavbar&&i){if("undefined"==typeof n)throw new TypeError("Bootstrap's dropdowns require Popper.js (https://popper.js.org/)");var a=this._element;"parent"===this._config.reference?a=r:c.isElement(this._config.reference)&&(a=this._config.reference,"undefined"!=typeof this._config.reference.jquery&&(a=this._config.reference[0])),"scrollParent"!==this._config.boundary&&e(r).addClass("position-static"),this._popper=new n(a,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===e(r).closest(".navbar-nav").length&&e(document.body).children().on("mouseover",null,e.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),e(this._menu).toggleClass("show"),e(r).toggleClass("show").trigger(e.Event("shown.bs.dropdown",o))}}},i.hide=function(){if(!this._element.disabled&&!e(this._element).hasClass("disabled")&&e(this._menu).hasClass("show")){var n={relatedTarget:this._element},i=e.Event("hide.bs.dropdown",n),o=t._getParentFromElement(this._element);e(o).trigger(i),i.isDefaultPrevented()||(this._popper&&this._popper.destroy(),e(this._menu).toggleClass("show"),e(o).toggleClass("show").trigger(e.Event("hidden.bs.dropdown",n)))}},i.dispose=function(){e.removeData(this._element,"bs.dropdown"),e(this._element).off(".bs.dropdown"),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},i.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},i._addEventListeners=function(){var t=this;e(this._element).on("click.bs.dropdown",(function(e){e.preventDefault(),e.stopPropagation(),t.toggle()}))},i._getConfig=function(t){return t=a(a(a({},this.constructor.Default),e(this._element).data()),t),c.typeCheckConfig(k,t,this.constructor.DefaultType),t},i._getMenuElement=function(){if(!this._menu){var e=t._getParentFromElement(this._element);e&&(this._menu=e.querySelector(".dropdown-menu"))}return this._menu},i._getPlacement=function(){var t=e(this._element.parentNode),n="bottom-start";return t.hasClass("dropup")?n=e(this._menu).hasClass("dropdown-menu-right")?"top-end":"top-start":t.hasClass("dropright")?n="right-start":t.hasClass("dropleft")?n="left-start":e(this._menu).hasClass("dropdown-menu-right")&&(n="bottom-end"),n},i._detectNavbar=function(){return e(this._element).closest(".navbar").length>0},i._getOffset=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=a(a({},e.offsets),t._config.offset(e.offsets,t._element)||{}),e}:e.offset=this._config.offset,e},i._getPopperConfig=function(){var t={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),a(a({},t),this._config.popperConfig)},t._jQueryInterface=function(n){return this.each((function(){var i=e(this).data("bs.dropdown");if(i||(i=new t(this,"object"==typeof n?n:null),e(this).data("bs.dropdown",i)),"string"==typeof n){if("undefined"==typeof i[n])throw new TypeError('No method named "'+n+'"');i[n]()}}))},t._clearMenus=function(n){if(!n||3!==n.which&&("keyup"!==n.type||9===n.which))for(var i=[].slice.call(document.querySelectorAll('[data-toggle="dropdown"]')),o=0,s=i.length;o<s;o++){var r=t._getParentFromElement(i[o]),a=e(i[o]).data("bs.dropdown"),l={relatedTarget:i[o]};if(n&&"click"===n.type&&(l.clickEvent=n),a){var c=a._menu;if(e(r).hasClass("show")&&!(n&&("click"===n.type&&/input|textarea/i.test(n.target.tagName)||"keyup"===n.type&&9===n.which)&&e.contains(r,n.target))){var h=e.Event("hide.bs.dropdown",l);e(r).trigger(h),h.isDefaultPrevented()||("ontouchstart"in document.documentElement&&e(document.body).children().off("mouseover",null,e.noop),i[o].setAttribute("aria-expanded","false"),a._popper&&a._popper.destroy(),e(c).removeClass("show"),e(r).removeClass("show").trigger(e.Event("hidden.bs.dropdown",l)))}}}},t._getParentFromElement=function(t){var e,n=c.getSelectorFromElement(t);return n&&(e=document.querySelector(n)),e||t.parentNode},t._dataApiKeydownHandler=function(n){if(!(/input|textarea/i.test(n.target.tagName)?32===n.which||27!==n.which&&(40!==n.which&&38!==n.which||e(n.target).closest(".dropdown-menu").length):!A.test(n.which))&&!this.disabled&&!e(this).hasClass("disabled")){var i=t._getParentFromElement(this),o=e(i).hasClass("show");if(o||27!==n.which){if(n.preventDefault(),n.stopPropagation(),!o||o&&(27===n.which||32===n.which))return 27===n.which&&e(i.querySelector('[data-toggle="dropdown"]')).trigger("focus"),void e(this).trigger("click");var s=[].slice.call(i.querySelectorAll(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)")).filter((function(t){return e(t).is(":visible")}));if(0!==s.length){var r=s.indexOf(n.target);38===n.which&&r>0&&r--,40===n.which&&r<s.length-1&&r++,r<0&&(r=0),s[r].focus()}}}},o(t,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return I}},{key:"DefaultType",get:function(){return O}}]),t}();e(document).on("keydown.bs.dropdown.data-api",'[data-toggle="dropdown"]',j._dataApiKeydownHandler).on("keydown.bs.dropdown.data-api",".dropdown-menu",j._dataApiKeydownHandler).on("click.bs.dropdown.data-api keyup.bs.dropdown.data-api",j._clearMenus).on("click.bs.dropdown.data-api",'[data-toggle="dropdown"]',(function(t){t.preventDefault(),t.stopPropagation(),j._jQueryInterface.call(e(this),"toggle")})).on("click.bs.dropdown.data-api",".dropdown form",(function(t){t.stopPropagation()})),e.fn[k]=j._jQueryInterface,e.fn[k].Constructor=j,e.fn[k].noConflict=function(){return e.fn[k]=N,j._jQueryInterface};var P=e.fn.modal,x={backdrop:!0,keyboard:!0,focus:!0,show:!0},L={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},R=function(){function t(t,e){this._config=this._getConfig(e),this._element=t,this._dialog=t.querySelector(".modal-dialog"),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var n=t.prototype;return n.toggle=function(t){return this._isShown?this.hide():this.show(t)},n.show=function(t){var n=this;if(!this._isShown&&!this._isTransitioning){e(this._element).hasClass("fade")&&(this._isTransitioning=!0);var i=e.Event("show.bs.modal",{relatedTarget:t});e(this._element).trigger(i),this._isShown||i.isDefaultPrevented()||(this._isShown=!0,this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),e(this._element).on("click.dismiss.bs.modal",'[data-dismiss="modal"]',(function(t){return n.hide(t)})),e(this._dialog).on("mousedown.dismiss.bs.modal",(function(){e(n._element).one("mouseup.dismiss.bs.modal",(function(t){e(t.target).is(n._element)&&(n._ignoreBackdropClick=!0)}))})),this._showBackdrop((function(){return n._showElement(t)})))}},n.hide=function(t){var n=this;if(t&&t.preventDefault(),this._isShown&&!this._isTransitioning){var i=e.Event("hide.bs.modal");if(e(this._element).trigger(i),this._isShown&&!i.isDefaultPrevented()){this._isShown=!1;var o=e(this._element).hasClass("fade");if(o&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),e(document).off("focusin.bs.modal"),e(this._element).removeClass("show"),e(this._element).off("click.dismiss.bs.modal"),e(this._dialog).off("mousedown.dismiss.bs.modal"),o){var s=c.getTransitionDurationFromElement(this._element);e(this._element).one(c.TRANSITION_END,(function(t){return n._hideModal(t)})).emulateTransitionEnd(s)}else this._hideModal()}}},n.dispose=function(){[window,this._element,this._dialog].forEach((function(t){return e(t).off(".bs.modal")})),e(document).off("focusin.bs.modal"),e.removeData(this._element,"bs.modal"),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null},n.handleUpdate=function(){this._adjustDialog()},n._getConfig=function(t){return t=a(a({},x),t),c.typeCheckConfig("modal",t,L),t},n._triggerBackdropTransition=function(){var t=this;if("static"===this._config.backdrop){var n=e.Event("hidePrevented.bs.modal");if(e(this._element).trigger(n),n.defaultPrevented)return;this._element.classList.add("modal-static");var i=c.getTransitionDurationFromElement(this._element);e(this._element).one(c.TRANSITION_END,(function(){t._element.classList.remove("modal-static")})).emulateTransitionEnd(i),this._element.focus()}else this.hide()},n._showElement=function(t){var n=this,i=e(this._element).hasClass("fade"),o=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),e(this._dialog).hasClass("modal-dialog-scrollable")&&o?o.scrollTop=0:this._element.scrollTop=0,i&&c.reflow(this._element),e(this._element).addClass("show"),this._config.focus&&this._enforceFocus();var s=e.Event("shown.bs.modal",{relatedTarget:t}),r=function(){n._config.focus&&n._element.focus(),n._isTransitioning=!1,e(n._element).trigger(s)};if(i){var a=c.getTransitionDurationFromElement(this._dialog);e(this._dialog).one(c.TRANSITION_END,r).emulateTransitionEnd(a)}else r()},n._enforceFocus=function(){var t=this;e(document).off("focusin.bs.modal").on("focusin.bs.modal",(function(n){document!==n.target&&t._element!==n.target&&0===e(t._element).has(n.target).length&&t._element.focus()}))},n._setEscapeEvent=function(){var t=this;this._isShown?e(this._element).on("keydown.dismiss.bs.modal",(function(e){t._config.keyboard&&27===e.which?(e.preventDefault(),t.hide()):t._config.keyboard||27!==e.which||t._triggerBackdropTransition()})):this._isShown||e(this._element).off("keydown.dismiss.bs.modal")},n._setResizeEvent=function(){var t=this;this._isShown?e(window).on("resize.bs.modal",(function(e){return t.handleUpdate(e)})):e(window).off("resize.bs.modal")},n._hideModal=function(){var t=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._isTransitioning=!1,this._showBackdrop((function(){e(document.body).removeClass("modal-open"),t._resetAdjustments(),t._resetScrollbar(),e(t._element).trigger("hidden.bs.modal")}))},n._removeBackdrop=function(){this._backdrop&&(e(this._backdrop).remove(),this._backdrop=null)},n._showBackdrop=function(t){var n=this,i=e(this._element).hasClass("fade")?"fade":"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",i&&this._backdrop.classList.add(i),e(this._backdrop).appendTo(document.body),e(this._element).on("click.dismiss.bs.modal",(function(t){n._ignoreBackdropClick?n._ignoreBackdropClick=!1:t.target===t.currentTarget&&n._triggerBackdropTransition()})),i&&c.reflow(this._backdrop),e(this._backdrop).addClass("show"),!t)return;if(!i)return void t();var o=c.getTransitionDurationFromElement(this._backdrop);e(this._backdrop).one(c.TRANSITION_END,t).emulateTransitionEnd(o)}else if(!this._isShown&&this._backdrop){e(this._backdrop).removeClass("show");var s=function(){n._removeBackdrop(),t&&t()};if(e(this._element).hasClass("fade")){var r=c.getTransitionDurationFromElement(this._backdrop);e(this._backdrop).one(c.TRANSITION_END,s).emulateTransitionEnd(r)}else s()}else t&&t()},n._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},n._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},n._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},n._setScrollbar=function(){var t=this;if(this._isBodyOverflowing){var n=[].slice.call(document.querySelectorAll(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top")),i=[].slice.call(document.querySelectorAll(".sticky-top"));e(n).each((function(n,i){var o=i.style.paddingRight,s=e(i).css("padding-right");e(i).data("padding-right",o).css("padding-right",parseFloat(s)+t._scrollbarWidth+"px")})),e(i).each((function(n,i){var o=i.style.marginRight,s=e(i).css("margin-right");e(i).data("margin-right",o).css("margin-right",parseFloat(s)-t._scrollbarWidth+"px")}));var o=document.body.style.paddingRight,s=e(document.body).css("padding-right");e(document.body).data("padding-right",o).css("padding-right",parseFloat(s)+this._scrollbarWidth+"px")}e(document.body).addClass("modal-open")},n._resetScrollbar=function(){var t=[].slice.call(document.querySelectorAll(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top"));e(t).each((function(t,n){var i=e(n).data("padding-right");e(n).removeData("padding-right"),n.style.paddingRight=i||""}));var n=[].slice.call(document.querySelectorAll(".sticky-top"));e(n).each((function(t,n){var i=e(n).data("margin-right");"undefined"!=typeof i&&e(n).css("margin-right",i).removeData("margin-right")}));var i=e(document.body).data("padding-right");e(document.body).removeData("padding-right"),document.body.style.paddingRight=i||""},n._getScrollbarWidth=function(){var t=document.createElement("div");t.className="modal-scrollbar-measure",document.body.appendChild(t);var e=t.getBoundingClientRect().width-t.clientWidth;return document.body.removeChild(t),e},t._jQueryInterface=function(n,i){return this.each((function(){var o=e(this).data("bs.modal"),s=a(a(a({},x),e(this).data()),"object"==typeof n&&n?n:{});if(o||(o=new t(this,s),e(this).data("bs.modal",o)),"string"==typeof n){if("undefined"==typeof o[n])throw new TypeError('No method named "'+n+'"');o[n](i)}else s.show&&o.show(i)}))},o(t,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return x}}]),t}();e(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',(function(t){var n,i=this,o=c.getSelectorFromElement(this);o&&(n=document.querySelector(o));var s=e(n).data("bs.modal")?"toggle":a(a({},e(n).data()),e(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||t.preventDefault();var r=e(n).one("show.bs.modal",(function(t){t.isDefaultPrevented()||r.one("hidden.bs.modal",(function(){e(i).is(":visible")&&i.focus()}))}));R._jQueryInterface.call(e(n),s,this)})),e.fn.modal=R._jQueryInterface,e.fn.modal.Constructor=R,e.fn.modal.noConflict=function(){return e.fn.modal=P,R._jQueryInterface};var q=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],F={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Q=/^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/gi,B=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i;function H(t,e,n){if(0===t.length)return t;if(n&&"function"==typeof n)return n(t);for(var i=(new window.DOMParser).parseFromString(t,"text/html"),o=Object.keys(e),s=[].slice.call(i.body.querySelectorAll("*")),r=function(t,n){var i=s[t],r=i.nodeName.toLowerCase();if(-1===o.indexOf(i.nodeName.toLowerCase()))return i.parentNode.removeChild(i),"continue";var a=[].slice.call(i.attributes),l=[].concat(e["*"]||[],e[r]||[]);a.forEach((function(t){(function(t,e){var n=t.nodeName.toLowerCase();if(-1!==e.indexOf(n))return-1===q.indexOf(n)||Boolean(t.nodeValue.match(Q)||t.nodeValue.match(B));for(var i=e.filter((function(t){return t instanceof RegExp})),o=0,s=i.length;o<s;o++)if(n.match(i[o]))return!0;return!1})(t,l)||i.removeAttribute(t.nodeName)}))},a=0,l=s.length;a<l;a++)r(a);return i.body.innerHTML}var U="tooltip",M=e.fn[U],W=new RegExp("(^|\\s)bs-tooltip\\S+","g"),V=["sanitize","whiteList","sanitizeFn"],z={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},K={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},X={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:F,popperConfig:null},Y={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},$=function(){function t(t,e){if("undefined"==typeof n)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var i=t.prototype;return i.enable=function(){this._isEnabled=!0},i.disable=function(){this._isEnabled=!1},i.toggleEnabled=function(){this._isEnabled=!this._isEnabled},i.toggle=function(t){if(this._isEnabled)if(t){var n=this.constructor.DATA_KEY,i=e(t.currentTarget).data(n);i||(i=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(e(this.getTipElement()).hasClass("show"))return void this._leave(null,this);this._enter(null,this)}},i.dispose=function(){clearTimeout(this._timeout),e.removeData(this.element,this.constructor.DATA_KEY),e(this.element).off(this.constructor.EVENT_KEY),e(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&e(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},i.show=function(){var t=this;if("none"===e(this.element).css("display"))throw new Error("Please use show on visible elements");var i=e.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){e(this.element).trigger(i);var o=c.findShadowRoot(this.element),s=e.contains(null!==o?o:this.element.ownerDocument.documentElement,this.element);if(i.isDefaultPrevented()||!s)return;var r=this.getTipElement(),a=c.getUID(this.constructor.NAME);r.setAttribute("id",a),this.element.setAttribute("aria-describedby",a),this.setContent(),this.config.animation&&e(r).addClass("fade");var l="function"==typeof this.config.placement?this.config.placement.call(this,r,this.element):this.config.placement,h=this._getAttachment(l);this.addAttachmentClass(h);var u=this._getContainer();e(r).data(this.constructor.DATA_KEY,this),e.contains(this.element.ownerDocument.documentElement,this.tip)||e(r).appendTo(u),e(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new n(this.element,r,this._getPopperConfig(h)),e(r).addClass("show"),"ontouchstart"in document.documentElement&&e(document.body).children().on("mouseover",null,e.noop);var d=function(){t.config.animation&&t._fixTransition();var n=t._hoverState;t._hoverState=null,e(t.element).trigger(t.constructor.Event.SHOWN),"out"===n&&t._leave(null,t)};if(e(this.tip).hasClass("fade")){var f=c.getTransitionDurationFromElement(this.tip);e(this.tip).one(c.TRANSITION_END,d).emulateTransitionEnd(f)}else d()}},i.hide=function(t){var n=this,i=this.getTipElement(),o=e.Event(this.constructor.Event.HIDE),s=function(){"show"!==n._hoverState&&i.parentNode&&i.parentNode.removeChild(i),n._cleanTipClass(),n.element.removeAttribute("aria-describedby"),e(n.element).trigger(n.constructor.Event.HIDDEN),null!==n._popper&&n._popper.destroy(),t&&t()};if(e(this.element).trigger(o),!o.isDefaultPrevented()){if(e(i).removeClass("show"),"ontouchstart"in document.documentElement&&e(document.body).children().off("mouseover",null,e.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,e(this.tip).hasClass("fade")){var r=c.getTransitionDurationFromElement(i);e(i).one(c.TRANSITION_END,s).emulateTransitionEnd(r)}else s();this._hoverState=""}},i.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},i.isWithContent=function(){return Boolean(this.getTitle())},i.addAttachmentClass=function(t){e(this.getTipElement()).addClass("bs-tooltip-"+t)},i.getTipElement=function(){return this.tip=this.tip||e(this.config.template)[0],this.tip},i.setContent=function(){var t=this.getTipElement();this.setElementContent(e(t.querySelectorAll(".tooltip-inner")),this.getTitle()),e(t).removeClass("fade show")},i.setElementContent=function(t,n){"object"!=typeof n||!n.nodeType&&!n.jquery?this.config.html?(this.config.sanitize&&(n=H(n,this.config.whiteList,this.config.sanitizeFn)),t.html(n)):t.text(n):this.config.html?e(n).parent().is(t)||t.empty().append(n):t.text(e(n).text())},i.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},i._getPopperConfig=function(t){var e=this;return a(a({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}}),this.config.popperConfig)},i._getOffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=a(a({},e.offsets),t.config.offset(e.offsets,t.element)||{}),e}:e.offset=this.config.offset,e},i._getContainer=function(){return!1===this.config.container?document.body:c.isElement(this.config.container)?e(this.config.container):e(document).find(this.config.container)},i._getAttachment=function(t){return K[t.toUpperCase()]},i._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(n){if("click"===n)e(t.element).on(t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==n){var i="hover"===n?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,o="hover"===n?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;e(t.element).on(i,t.config.selector,(function(e){return t._enter(e)})).on(o,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t.element&&t.hide()},e(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=a(a({},this.config),{},{trigger:"manual",selector:""}):this._fixTitle()},i._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},i._enter=function(t,n){var i=this.constructor.DATA_KEY;(n=n||e(t.currentTarget).data(i))||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(i,n)),t&&(n._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),e(n.getTipElement()).hasClass("show")||"show"===n._hoverState?n._hoverState="show":(clearTimeout(n._timeout),n._hoverState="show",n.config.delay&&n.config.delay.show?n._timeout=setTimeout((function(){"show"===n._hoverState&&n.show()}),n.config.delay.show):n.show())},i._leave=function(t,n){var i=this.constructor.DATA_KEY;(n=n||e(t.currentTarget).data(i))||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),e(t.currentTarget).data(i,n)),t&&(n._activeTrigger["focusout"===t.type?"focus":"hover"]=!1),n._isWithActiveTrigger()||(clearTimeout(n._timeout),n._hoverState="out",n.config.delay&&n.config.delay.hide?n._timeout=setTimeout((function(){"out"===n._hoverState&&n.hide()}),n.config.delay.hide):n.hide())},i._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},i._getConfig=function(t){var n=e(this.element).data();return Object.keys(n).forEach((function(t){-1!==V.indexOf(t)&&delete n[t]})),"number"==typeof(t=a(a(a({},this.constructor.Default),n),"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),c.typeCheckConfig(U,t,this.constructor.DefaultType),t.sanitize&&(t.template=H(t.template,t.whiteList,t.sanitizeFn)),t},i._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},i._cleanTipClass=function(){var t=e(this.getTipElement()),n=t.attr("class").match(W);null!==n&&n.length&&t.removeClass(n.join(""))},i._handlePopperPlacementChange=function(t){this.tip=t.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},i._fixTransition=function(){var t=this.getTipElement(),n=this.config.animation;null===t.getAttribute("x-placement")&&(e(t).removeClass("fade"),this.config.animation=!1,this.hide(),this.show(),this.config.animation=n)},t._jQueryInterface=function(n){return this.each((function(){var i=e(this).data("bs.tooltip"),o="object"==typeof n&&n;if((i||!/dispose|hide/.test(n))&&(i||(i=new t(this,o),e(this).data("bs.tooltip",i)),"string"==typeof n)){if("undefined"==typeof i[n])throw new TypeError('No method named "'+n+'"');i[n]()}}))},o(t,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return X}},{key:"NAME",get:function(){return U}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return Y}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return z}}]),t}();e.fn[U]=$._jQueryInterface,e.fn[U].Constructor=$,e.fn[U].noConflict=function(){return e.fn[U]=M,$._jQueryInterface};var J="popover",G=e.fn[J],Z=new RegExp("(^|\\s)bs-popover\\S+","g"),tt=a(a({},$.Default),{},{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),et=a(a({},$.DefaultType),{},{content:"(string|element|function)"}),nt={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},it=function(t){var n,i;function s(){return t.apply(this,arguments)||this}i=t,(n=s).prototype=Object.create(i.prototype),n.prototype.constructor=n,n.__proto__=i;var r=s.prototype;return r.isWithContent=function(){return this.getTitle()||this._getContent()},r.addAttachmentClass=function(t){e(this.getTipElement()).addClass("bs-popover-"+t)},r.getTipElement=function(){return this.tip=this.tip||e(this.config.template)[0],this.tip},r.setContent=function(){var t=e(this.getTipElement());this.setElementContent(t.find(".popover-header"),this.getTitle());var n=this._getContent();"function"==typeof n&&(n=n.call(this.element)),this.setElementContent(t.find(".popover-body"),n),t.removeClass("fade show")},r._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},r._cleanTipClass=function(){var t=e(this.getTipElement()),n=t.attr("class").match(Z);null!==n&&n.length>0&&t.removeClass(n.join(""))},s._jQueryInterface=function(t){return this.each((function(){var n=e(this).data("bs.popover"),i="object"==typeof t?t:null;if((n||!/dispose|hide/.test(t))&&(n||(n=new s(this,i),e(this).data("bs.popover",n)),"string"==typeof t)){if("undefined"==typeof n[t])throw new TypeError('No method named "'+t+'"');n[t]()}}))},o(s,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return tt}},{key:"NAME",get:function(){return J}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return nt}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return et}}]),s}($);e.fn[J]=it._jQueryInterface,e.fn[J].Constructor=it,e.fn[J].noConflict=function(){return e.fn[J]=G,it._jQueryInterface};var ot="scrollspy",st=e.fn[ot],rt={offset:10,method:"auto",target:""},at={offset:"number",method:"string",target:"(string|element)"},lt=function(){function t(t,n){var i=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(n),this._selector=this._config.target+" .nav-link,"+this._config.target+" .list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,e(this._scrollElement).on("scroll.bs.scrollspy",(function(t){return i._process(t)})),this.refresh(),this._process()}var n=t.prototype;return n.refresh=function(){var t=this,n=this._scrollElement===this._scrollElement.window?"offset":"position",i="auto"===this._config.method?n:this._config.method,o="position"===i?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(t){var n,s=c.getSelectorFromElement(t);if(s&&(n=document.querySelector(s)),n){var r=n.getBoundingClientRect();if(r.width||r.height)return[e(n)[i]().top+o,s]}return null})).filter((function(t){return t})).sort((function(t,e){return t[0]-e[0]})).forEach((function(e){t._offsets.push(e[0]),t._targets.push(e[1])}))},n.dispose=function(){e.removeData(this._element,"bs.scrollspy"),e(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},n._getConfig=function(t){if("string"!=typeof(t=a(a({},rt),"object"==typeof t&&t?t:{})).target&&c.isElement(t.target)){var n=e(t.target).attr("id");n||(n=c.getUID(ot),e(t.target).attr("id",n)),t.target="#"+n}return c.typeCheckConfig(ot,t,at),t},n._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},n._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},n._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},n._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t<this._offsets[0]&&this._offsets[0]>0)return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;){this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t<this._offsets[o+1])&&this._activate(this._targets[o])}}},n._activate=function(t){this._activeTarget=t,this._clear();var n=this._selector.split(",").map((function(e){return e+'[data-target="'+t+'"],'+e+'[href="'+t+'"]'})),i=e([].slice.call(document.querySelectorAll(n.join(","))));i.hasClass("dropdown-item")?(i.closest(".dropdown").find(".dropdown-toggle").addClass("active"),i.addClass("active")):(i.addClass("active"),i.parents(".nav, .list-group").prev(".nav-link, .list-group-item").addClass("active"),i.parents(".nav, .list-group").prev(".nav-item").children(".nav-link").addClass("active")),e(this._scrollElement).trigger("activate.bs.scrollspy",{relatedTarget:t})},n._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter((function(t){return t.classList.contains("active")})).forEach((function(t){return t.classList.remove("active")}))},t._jQueryInterface=function(n){return this.each((function(){var i=e(this).data("bs.scrollspy");if(i||(i=new t(this,"object"==typeof n&&n),e(this).data("bs.scrollspy",i)),"string"==typeof n){if("undefined"==typeof i[n])throw new TypeError('No method named "'+n+'"');i[n]()}}))},o(t,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"Default",get:function(){return rt}}]),t}();e(window).on("load.bs.scrollspy.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-spy="scroll"]')),n=t.length;n--;){var i=e(t[n]);lt._jQueryInterface.call(i,i.data())}})),e.fn[ot]=lt._jQueryInterface,e.fn[ot].Constructor=lt,e.fn[ot].noConflict=function(){return e.fn[ot]=st,lt._jQueryInterface};var ct=e.fn.tab,ht=function(){function t(t){this._element=t}var n=t.prototype;return n.show=function(){var t=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&e(this._element).hasClass("active")||e(this._element).hasClass("disabled"))){var n,i,o=e(this._element).closest(".nav, .list-group")[0],s=c.getSelectorFromElement(this._element);if(o){var r="UL"===o.nodeName||"OL"===o.nodeName?"> li > .active":".active";i=(i=e.makeArray(e(o).find(r)))[i.length-1]}var a=e.Event("hide.bs.tab",{relatedTarget:this._element}),l=e.Event("show.bs.tab",{relatedTarget:i});if(i&&e(i).trigger(a),e(this._element).trigger(l),!l.isDefaultPrevented()&&!a.isDefaultPrevented()){s&&(n=document.querySelector(s)),this._activate(this._element,o);var h=function(){var n=e.Event("hidden.bs.tab",{relatedTarget:t._element}),o=e.Event("shown.bs.tab",{relatedTarget:i});e(i).trigger(n),e(t._element).trigger(o)};n?this._activate(n,n.parentNode,h):h()}}},n.dispose=function(){e.removeData(this._element,"bs.tab"),this._element=null},n._activate=function(t,n,i){var o=this,s=(!n||"UL"!==n.nodeName&&"OL"!==n.nodeName?e(n).children(".active"):e(n).find("> li > .active"))[0],r=i&&s&&e(s).hasClass("fade"),a=function(){return o._transitionComplete(t,s,i)};if(s&&r){var l=c.getTransitionDurationFromElement(s);e(s).removeClass("show").one(c.TRANSITION_END,a).emulateTransitionEnd(l)}else a()},n._transitionComplete=function(t,n,i){if(n){e(n).removeClass("active");var o=e(n.parentNode).find("> .dropdown-menu .active")[0];o&&e(o).removeClass("active"),"tab"===n.getAttribute("role")&&n.setAttribute("aria-selected",!1)}if(e(t).addClass("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),c.reflow(t),t.classList.contains("fade")&&t.classList.add("show"),t.parentNode&&e(t.parentNode).hasClass("dropdown-menu")){var s=e(t).closest(".dropdown")[0];if(s){var r=[].slice.call(s.querySelectorAll(".dropdown-toggle"));e(r).addClass("active")}t.setAttribute("aria-expanded",!0)}i&&i()},t._jQueryInterface=function(n){return this.each((function(){var i=e(this),o=i.data("bs.tab");if(o||(o=new t(this),i.data("bs.tab",o)),"string"==typeof n){if("undefined"==typeof o[n])throw new TypeError('No method named "'+n+'"');o[n]()}}))},o(t,null,[{key:"VERSION",get:function(){return"4.5.0"}}]),t}();e(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(t){t.preventDefault(),ht._jQueryInterface.call(e(this),"show")})),e.fn.tab=ht._jQueryInterface,e.fn.tab.Constructor=ht,e.fn.tab.noConflict=function(){return e.fn.tab=ct,ht._jQueryInterface};var ut=e.fn.toast,dt={animation:"boolean",autohide:"boolean",delay:"number"},ft={animation:!0,autohide:!0,delay:500},gt=function(){function t(t,e){this._element=t,this._config=this._getConfig(e),this._timeout=null,this._setListeners()}var n=t.prototype;return n.show=function(){var t=this,n=e.Event("show.bs.toast");if(e(this._element).trigger(n),!n.isDefaultPrevented()){this._config.animation&&this._element.classList.add("fade");var i=function(){t._element.classList.remove("showing"),t._element.classList.add("show"),e(t._element).trigger("shown.bs.toast"),t._config.autohide&&(t._timeout=setTimeout((function(){t.hide()}),t._config.delay))};if(this._element.classList.remove("hide"),c.reflow(this._element),this._element.classList.add("showing"),this._config.animation){var o=c.getTransitionDurationFromElement(this._element);e(this._element).one(c.TRANSITION_END,i).emulateTransitionEnd(o)}else i()}},n.hide=function(){if(this._element.classList.contains("show")){var t=e.Event("hide.bs.toast");e(this._element).trigger(t),t.isDefaultPrevented()||this._close()}},n.dispose=function(){clearTimeout(this._timeout),this._timeout=null,this._element.classList.contains("show")&&this._element.classList.remove("show"),e(this._element).off("click.dismiss.bs.toast"),e.removeData(this._element,"bs.toast"),this._element=null,this._config=null},n._getConfig=function(t){return t=a(a(a({},ft),e(this._element).data()),"object"==typeof t&&t?t:{}),c.typeCheckConfig("toast",t,this.constructor.DefaultType),t},n._setListeners=function(){var t=this;e(this._element).on("click.dismiss.bs.toast",'[data-dismiss="toast"]',(function(){return t.hide()}))},n._close=function(){var t=this,n=function(){t._element.classList.add("hide"),e(t._element).trigger("hidden.bs.toast")};if(this._element.classList.remove("show"),this._config.animation){var i=c.getTransitionDurationFromElement(this._element);e(this._element).one(c.TRANSITION_END,n).emulateTransitionEnd(i)}else n()},t._jQueryInterface=function(n){return this.each((function(){var i=e(this),o=i.data("bs.toast");if(o||(o=new t(this,"object"==typeof n&&n),i.data("bs.toast",o)),"string"==typeof n){if("undefined"==typeof o[n])throw new TypeError('No method named "'+n+'"');o[n](this)}}))},o(t,null,[{key:"VERSION",get:function(){return"4.5.0"}},{key:"DefaultType",get:function(){return dt}},{key:"Default",get:function(){return ft}}]),t}();e.fn.toast=gt._jQueryInterface,e.fn.toast.Constructor=gt,e.fn.toast.noConflict=function(){return e.fn.toast=ut,gt._jQueryInterface},t.Alert=d,t.Button=g,t.Carousel=E,t.Collapse=D,t.Dropdown=j,t.Modal=R,t.Popover=it,t.Scrollspy=lt,t.Tab=ht,t.Toast=gt,t.Tooltip=$,t.Util=c,Object.defineProperty(t,"__esModule",{value:!0})}));
    77//# sourceMappingURL=bootstrap.min.js.map
  • shapepress-dsgvo/trunk/admin/tabs/gravity-forms/page.php

    r2357270 r2602888  
    1 <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
     1<form method="post" action="<?php echo  esc_attr(admin_url('/admin-ajax.php')); ?>">
    22    <input type="hidden" name="action" value="admin-gravity-forms">
    33    <?php wp_nonce_field( SPDSGVOGravityFormsAction::getActionName(). '-nonce' ); ?>
     
    1515                <td><label for="gf_save_no_data"> <input name="gf_save_no_data"
    1616                        type="checkbox" id="gf_save_no_data" value="1"
    17                         <?= (SPDSGVOSettings::get('gf_save_no_data') === '1')? ' checked ' : '';  ?>>
     17                        <?php echo  esc_attr((SPDSGVOSettings::get('gf_save_no_data') === '1')? ' checked ' : '');  ?>>
    1818                </label> <span class="info-text"><?php _e('If activated, no data will be stored, but only sent by e-mail. (Note: This option overrides form-specific settings).).','shapepress-dsgvo')?></span></td>
    1919            </tr>
     
    2222                <td><label for="gf_no_ip_meta"> <input name="gf_no_ip_meta"
    2323                        type="checkbox" id="gf_no_ip_meta" value="1"
    24                         <?= (SPDSGVOSettings::get('gf_no_ip_meta') === '1')? ' checked ' : '';  ?>>
     24                        <?php echo  esc_attr((SPDSGVOSettings::get('gf_no_ip_meta') === '1')? ' checked ' : '');  ?>>
    2525                </label> <span class="info-text"><?php _e('By default, if this checkbox is checked, this will be prevented from saving the IP address and user agent of the sender.','shapepress-dsgvo')?></span></td>
    2626            </tr>
     
    3939                <?php foreach( SPDSGVOGravityFormsTab::get_gf_forms() as $form ) :?>
    4040                <tr>
    41                     <th scope="row">Form: <?= $form['title'];?></th>
     41                    <th scope="row">Form: <?php echo  esc_html($form['title']);?></th>
    4242                    <td>
    4343                            <?php foreach( $form['fields'] as $field ): ?>
    4444
    4545                                <input type="checkbox" id="" value="1"
    46                         name="gf_save_no_[<?= $form['id'];?>][<?= $field->id;?>]"
    47                         <?= (isset( $gf_save_no_[$form['id']][$field->id] ) && $gf_save_no_[$form['id']][$field->id] === '1')? ' checked ' : '';  ?>> <?= $field->label; ?> <small><em>(<?php _e('Nicht in der Datenbank speichern.','shapepress-dsgvo'); ?>)</em></small>
     46                        name="gf_save_no_[<?php echo  esc_attr($form['id']);?>][<?php echo  esc_attr($field->id);?>]"
     47                        <?php echo  esc_attr((isset( $gf_save_no_[$form['id']][$field->id] ) && $gf_save_no_[$form['id']][$field->id] === '1')? ' checked ' : '');  ?>> <?php echo $field->label; ?> <small><em>(<?php _e('Nicht in der Datenbank speichern.','shapepress-dsgvo'); ?>)</em></small>
    4848
    4949                        <?php endforeach; ?>
  • shapepress-dsgvo/trunk/admin/tabs/integrations/page.php

    r2357270 r2602888  
    22<hr>
    33
    4 <form method="post" action="<?= SPDSGVOIntegrationsAction::formURL() ?>">
    5     <input type="hidden" name="action" value="<?= SPDSGVOIntegrationsAction::getActionName() ?>">
     4<form method="post" action="<?php echo SPDSGVOIntegrationsAction::formURL() ?>">
     5    <input type="hidden" name="action" value="<?php echo SPDSGVOIntegrationsAction::getActionName() ?>">
    66    <?php wp_nonce_field( SPDSGVOIntegrationsAction::getActionName(). '-nonce' ); ?>
    77
     
    2222
    2323                    <tr>
    24                         <th scope="row"><?= $integration->title ?></th>
     24                        <th scope="row"><?php echo  esc_html($integration->title); ?></th>
    2525                        <td>
    2626                            <fieldset>
    2727                                <legend class="screen-reader-text">
    28                                     <span><?= $integration->title ?></span>
     28                                    <span><?php echo  esc_html($integration->title); ?></span>
    2929                                </legend>
    3030
    31                                 <label for="<?= $integration->slug ?>">
    32                                     <input name="integrations[<?= $integration->slug ?>]" type="checkbox" id="<?= $integration->slug ?>" value="1" <?= (SPDSGVOIntegration::isEnabled($integration->slug))? ' checked ' : '';  ?>>
     31                                <label for="<?php echo  esc_attr($integration->slug); ?>">
     32                                    <input name="integrations[<?php echo  esc_attr($integration->slug) ?>]" type="checkbox" id="<?php echo  esc_attr($integration->slug); ?>" value="1" <?php echo  esc_attr((SPDSGVOIntegration::isEnabled($integration->slug))? ' checked ' : '');  ?>>
    3333                                </label>
    3434                            </fieldset>
  • shapepress-dsgvo/trunk/admin/tabs/setup/page.php

    r2197937 r2602888  
    11<h1><?php _e('Setup', 'shapepress-dsgvo'); ?></h1><hr>
    22
    3 <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    4     <input type="hidden" name="action" value="<?= SPDSGVOCreatePageAction::getActionName(); ?>">
     3<form method="post" action="<?php echo  esc_attr(admin_url('/admin-ajax.php')); ?>">
     4    <input type="hidden" name="action" value="<?php echo  esc_attr(SPDSGVOCreatePageAction::getActionName()); ?>">
    55
    66   
  • shapepress-dsgvo/trunk/admin/tabs/v3/common-settings/class-sp-dsgvo-common-settings-action.php

    r2197923 r2602888  
    1515        if ($subform == 'common-settings')
    1616        {
    17             SPDSGVOSettings::set('admin_email', $this->get('admin_email', ''));
     17            SPDSGVOSettings::set('admin_email', $this->get('admin_email', NULL, 'sanitize_email'));
    1818            SPDSGVOSettings::set('dsgvo_auto_update',  $this->get('dsgvo_auto_update', '0'));
    1919        } elseif ($subform == 'forms')
     
    3030            */
    3131            SPDSGVOSettings::set('woo_show_privacy_checkbox', $this->get('woo_show_privacy_checkbox', '0'));
    32             SPDSGVOSettings::set('woo_privacy_text', $this->get('woo_privacy_text', ''));
     32            SPDSGVOSettings::set('woo_privacy_text', $this->get('woo_privacy_text', '', 'wp_kses_post'));
    3333
    3434        }
  • shapepress-dsgvo/trunk/admin/tabs/v3/common-settings/class-sp-dsgvo-privacy-policy-action.php

    r2273977 r2602888  
    2828        SPDSGVOSettings::set('woo_show_privacy_checkbox_register', $this->get('woo_show_privacy_checkbox_register', '0'));
    2929        /* i592995 */
    30         SPDSGVOSettings::set('woo_privacy_text', $this->get('woo_privacy_text', ''));
     30        SPDSGVOSettings::set('woo_privacy_text', $this->get('woo_privacy_text', '', 'sanitize_textarea_field'));
    3131        /* i592995 */
    3232
  • shapepress-dsgvo/trunk/admin/tabs/v3/common-settings/page.php

    r2493846 r2602888  
    1919            <h6 class="card-subtitle mb-2"><?php _e('Activate Premium Version', 'shapepress-dsgvo') ?></h6>
    2020
    21             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>" style="display: inline">
    22                 <input type="hidden" name="action" value="<?= SPDSGVOCommonSettingsActivateAction::getActionName() ?>">
     21            <form method="post" action="<?php echo  esc_attr(admin_url('/admin-ajax.php')); ?>" style="display: inline">
     22                <input type="hidden" name="action" value="<?php echo  esc_attr(SPDSGVOCommonSettingsActivateAction::getActionName()); ?>">
    2323                <?php wp_nonce_field(SPDSGVOCommonSettingsActivateAction::getActionName() . '-nonce'); ?>
    2424
     
    2626                    <label for="exampleInputEmail1"><?php _e('License', 'shapepress-dsgvo') ?></label>
    2727                    <input type="text" class="form-control" id="dsgvo_licence" name="dsgvo_licence" aria-describedby="licenseHelp"
    28                            placeholder="<?= __('Enter License Number', 'shapepress-dsgvo'); ?>"
    29                            <?= SPDSGVOSettings::get('license_activated') === '1' ? 'readonly' : ''?>
    30                            value="<?= SPDSGVOSettings::get('dsgvo_licence'); ?>">
     28                           placeholder="<?php _e('Enter License Number', 'shapepress-dsgvo'); ?>"
     29                           <?php echo  esc_attr(SPDSGVOSettings::get('license_activated') === '1' ? 'readonly' : '');?>
     30                           value="<?php echo  esc_attr(SPDSGVOSettings::get('dsgvo_licence')); ?>">
    3131                    <small id="licenseHelp" class="form-text text-muted"><?php _e('An activated license unlocks all features.', 'shapepress-dsgvo'); ?></small>
    3232                </div>
     
    3434                    <?php if (SPDSGVOSettings::get('license_activated') === '1'): ?>
    3535                        <input type="submit" class="btn btn-primary btn-block"
    36                                value="<?= __('Deactivate license', 'shapepress-dsgvo') ?>"/>
     36                               value="<?php _e('Deactivate license', 'shapepress-dsgvo') ?>"/>
    3737                    <?php else: ?>
    3838                        <input type="submit" class="btn btn-primary btn-block"
    39                                value="<?= __('Activate license', 'shapepress-dsgvo') ?>"/>
     39                               value="<?php _e('Activate license', 'shapepress-dsgvo') ?>"/>
    4040                        <span class="info-text"><?php _e('Activating the license unlocks more features.', 'shapepress-dsgvo'); ?></span>
    4141                    <?php endif; ?>
     
    4343
    4444            </form>
    45             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>" style="display: inline">
     45            <form method="post" action="<?php echo  esc_attr(admin_url('/admin-ajax.php')); ?>" style="display: inline">
    4646                <div class="form-group">
    4747                    <input type="hidden" name="action"
    48                            value="<?= SPDSGVOCommonSettingsValidateLicenseAction::getActionName() ?>">
     48                           value="<?php echo  esc_attr(SPDSGVOCommonSettingsValidateLicenseAction::getActionName()); ?>">
    4949                    <input type="submit" class="btn btn-secondary btn-block"
    50                            value="<?= __('Refresh license', 'shapepress-dsgvo') ?>"/>
     50                           value="<?php esc_attr_e('Refresh license', 'shapepress-dsgvo') ?>"/>
    5151                </div>
    5252            </form>
     
    5555                    <div style="font-weight:500">
    5656                        <?php if (isPremiumEdition()): ?>
    57                             <?= isValidPremiumEdition() ? _e('Premium version has been activated', 'shapepress-dsgvo') : ('<span style ="color: red;">' . __('Invalid or expired license.', 'shapepress-dsgvo') . "</span>"); ?>
     57                            <?php echo isValidPremiumEdition() ? _e('Premium version has been activated', 'shapepress-dsgvo') : ('<span style ="color: red;">' . __('Invalid or expired license.', 'shapepress-dsgvo') . "</span>"); ?>
    5858                        <?php endif; ?>
    5959                        <?php if (isBlogEdition()): ?>
    60                             <?= isValidBlogEdition() ? _e('Blog version has been activated', 'shapepress-dsgvo') : _e('Invalid license.', 'shapepress-dsgvo'); ?>
     60                            <?php echo isValidBlogEdition() ? _e('Blog version has been activated', 'shapepress-dsgvo') : _e('Invalid license.', 'shapepress-dsgvo'); ?>
    6161                        <?php endif; ?>
    6262                    </div>
     
    6464                    <?php if (isPremiumEdition() && SPDSGVOSettings::get('licence_details_fetched') === '1'): ?>
    6565                        <div>
    66                             <div style="font-weight:500; width: 150px; float:left;"><?php _e('Activated on:', 'shapepress-dsgvo'); ?></div> <?= date("d.m.Y", strtotime(SPDSGVOSettings::get('licence_activated_on'))); ?>
     66                            <div style="font-weight:500; width: 150px; float:left;"><?php _e('Activated on:', 'shapepress-dsgvo'); ?></div> <?php echo  esc_html(date("d.m.Y", strtotime(SPDSGVOSettings::get('licence_activated_on')))); ?>
    6767                        </div>
    6868                        <div>
    69                             <div style="font-weight:500; width: 150px; float:left;"><?php _e('Status:', 'shapepress-dsgvo'); ?></div> <?= SPDSGVOSettings::get('licence_status'); ?>
     69                            <div style="font-weight:500; width: 150px; float:left;"><?php _e('Status:', 'shapepress-dsgvo'); ?></div> <?php echo  esc_html(SPDSGVOSettings::get('licence_status')); ?>
    7070                        </div>
    7171                        <?php if (isUnlimitedLicense(SPDSGVOSettings::get('dsgvo_licence')) == false) : ?>
    7272                            <div>
    73                                 <div style="font-weight:500; width: 150px; float:left;"><?php _e('Valid to:', 'shapepress-dsgvo'); ?></div> <?= (new DateTime(SPDSGVOSettings::get('licence_valid_to')))->format("d.m.Y") ; ?>
     73                                <div style="font-weight:500; width: 150px; float:left;"><?php _e('Valid to:', 'shapepress-dsgvo'); ?></div> <?php echo  esc_html((new DateTime(SPDSGVOSettings::get('licence_valid_to')))->format("d.m.Y")) ; ?>
    7474                            </div>
    7575                        <?php endif; ?>
    7676                        <?php if (SPDSGVOSettings::get('licence_details_fetched_new') === '1'): ?>
    7777                            <div>
    78                                 <div style="font-weight:500; width: 150px; float:left;"><?php _e('Last validation:', 'shapepress-dsgvo'); ?></div> <?= date_i18n("d.m.Y H:i", strtotime(SPDSGVOSettings::get('licence_details_fetched_on'))); ?>
     78                                <div style="font-weight:500; width: 150px; float:left;"><?php _e('Last validation:', 'shapepress-dsgvo'); ?></div> <?php echo  esc_html(date_i18n("d.m.Y H:i", strtotime(SPDSGVOSettings::get('licence_details_fetched_on')))); ?>
    7979                            </div>
    8080                            <div>
    81                                 <div style="font-weight:500; width: 150px; float:left;"><?php _e('Remaining activations:', 'shapepress-dsgvo'); ?></div> <?= SPDSGVOSettings::get('licence_number_use_remaining'); ?>
     81                                <div style="font-weight:500; width: 150px; float:left;"><?php _e('Remaining activations:', 'shapepress-dsgvo'); ?></div> <?php echo  esc_html(SPDSGVOSettings::get('licence_number_use_remaining')); ?>
    8282                            </div>
    8383                        <?php endif; ?>
     
    9696        <div class="card-body">
    9797
    98             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    99                 <input type="hidden" name="action" value="<?= SPDSGVOCommonSettingsAction::getActionName() ?>">
     98            <form method="post" action="<?php echo  esc_attr(admin_url('/admin-ajax.php')); ?>">
     99                <input type="hidden" name="action" value="<?php echo SPDSGVOCommonSettingsAction::getActionName() ?>">
    100100                <?php wp_nonce_field(SPDSGVOCommonSettingsAction::getActionName() . '-nonce'); ?>
    101                 <input type="hidden" value="<?= SPDSGVOSettings::get('dsgvo_licence'); ?>" id="dsgvo_licence_hidden"
     101                <input type="hidden" value="<?php echo  esc_attr(SPDSGVOSettings::get('dsgvo_licence')); ?>" id="dsgvo_licence_hidden"
    102102                       name="dsgvo_licence_hidden"/>
    103103                <input type="hidden" value="common-settings" id="subform"  name="subform"/>
     
    116116                ?>
    117117                <div class="form-group">
    118                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     118                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    119119                </div>
    120120            </form>
     
    129129        </div>
    130130        <div class="card-body">
    131             <small class="form-text text-muted mt-0 mb-3"><?= __('Following you will find a list of all available shortcodes of this plugin.','shapepress-dsgvo') ?></small>
     131            <small class="form-text text-muted mt-0 mb-3"><?php _e('Following you will find a list of all available shortcodes of this plugin.','shapepress-dsgvo') ?></small>
    132132
    133133                <?php
     
    189189        </div>
    190190        <div class="card-body">
    191             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    192                 <input type="hidden" name="action" value="<?= SPDSGVOPrivacyPolicyAction::getActionName(); ?>">
     191            <form method="post" action="<?php echo  esc_attr(admin_url('/admin-ajax.php')); ?>">
     192                <input type="hidden" name="action" value="<?php echo SPDSGVOPrivacyPolicyAction::getActionName(); ?>">
    193193                <?php wp_nonce_field(SPDSGVOPrivacyPolicyAction::getActionName() . '-nonce'); ?>
    194194
     
    199199                        <option value="0"><?php _e('Select', 'shapepress-dsgvo'); ?></option>
    200200                        <?php foreach (get_pages(array('number' => 0)) as $key => $page): ?>
    201                             <option <?= selected($privacyPolicyPage == $page->ID) ?> value="<?= $page->ID ?>">
    202                                 <?= $page->post_title ?>
     201                            <option <?php echo  selected($privacyPolicyPage == $page->ID) ?> value="<?php echo $page->ID ?>">
     202                                <?php echo $page->post_title ?>
    203203                            </option>
    204204                        <?php endforeach; ?>
     
    212212                        <small><?php _e('Create a page that uses the shortcode <code>[privacy_policy]</code>.', 'shapepress-dsgvo') ?>
    213213                            <a class="btn btn-secondary btn-block"
    214                                href="<?= SPDSGVOCreatePageAction::url(array('privacy_policy_page' => '1')) ?>"><?php _e('Create page', 'shapepress-dsgvo') ?></a>
     214                               href="<?php echo SPDSGVOCreatePageAction::url(array('privacy_policy_page' => '1')) ?>"><?php _e('Create page', 'shapepress-dsgvo') ?></a>
    215215                        </small>
    216216                    <?php elseif (!pageContainsString($privacyPolicyPage, 'privacy_policy')): ?>
    217217                        <small><?php _e('Attention: The shortcode <code>[privacy_policy]</code> was not found on the page you selected.', 'shapepress-dsgvo') ?>
    218218                            <a class="btn btn-secondary btn-block" target="_blank"
    219                                href="<?= get_edit_post_link($privacyPolicyPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
     219                               href="<?php echo get_edit_post_link($privacyPolicyPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
    220220                        </small>
    221221                    <?php else: ?>
    222                         <small class="form-text text-muted"><?= __('This option also sets the wordpress option for the privacy policy page, which can be accessed in the menu "Settings/Privacy".','shapepress-dsgvo') ?></small>
    223                         <small class="form-text text-muted"><?= __('The page can also by edited and text could be extended by the editing the selected page with the Wordpress page editor like Gutenberg.','shapepress-dsgvo') ?></small>
     222                        <small class="form-text text-muted"><?php _e('This option also sets the wordpress option for the privacy policy page, which can be accessed in the menu "Settings/Privacy".','shapepress-dsgvo') ?></small>
     223                        <small class="form-text text-muted"><?php _e('The page can also by edited and text could be extended by the editing the selected page with the Wordpress page editor like Gutenberg.','shapepress-dsgvo') ?></small>
    224224                        <a class="btn btn-secondary btn-block" target="_blank"
    225                            href="<?= get_edit_post_link($privacyPolicyPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
     225                           href="<?php echo get_edit_post_link($privacyPolicyPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
    226226                    <?php endif; ?>
    227227                </div>
     
    240240                        <label for="privacy_policy_title_html_htag"><?php _e('Header stile of title', 'shapepress-dsgvo') ?></label>
    241241                        <select class="form-control" name="privacy_policy_title_html_htag" id="privacy_policy_title_html_htag">
    242                             <option value="h1" <?= selected($hTagTitle == 'h1') ?>>h1</option>
    243                             <option value="h2" <?= selected($hTagTitle == 'h2') ?>>h2</option>
    244                             <option value="h3" <?= selected($hTagTitle == 'h3') ?>>h3</option>
    245                             <option value="h4" <?= selected($hTagTitle == 'h4') ?>>h4</option>
    246                             <option value="h5" <?= selected($hTagTitle == 'h5') ?>>h5</option>
    247                             <option value="h6" <?= selected($hTagTitle == 'h6') ?>>h6</option>
     242                            <option value="h1" <?php echo selected($hTagTitle == 'h1') ?>>h1</option>
     243                            <option value="h2" <?php echo selected($hTagTitle == 'h2') ?>>h2</option>
     244                            <option value="h3" <?php echo selected($hTagTitle == 'h3') ?>>h3</option>
     245                            <option value="h4" <?php echo selected($hTagTitle == 'h4') ?>>h4</option>
     246                            <option value="h5" <?php echo selected($hTagTitle == 'h5') ?>>h5</option>
     247                            <option value="h6" <?php echo selected($hTagTitle == 'h6') ?>>h6</option>
    248248                        </select>
    249249                        <small class="form-text text-muted"><?php _e('Specifies the html header tag of the header of the privacy policy.', 'shapepress-dsgvo') ?></small>
     
    253253                        <label for="privacy_policy_title_html_htag"><?php _e('Header stile of subtitles', 'shapepress-dsgvo') ?></label>
    254254                        <select class="form-control" name="privacy_policy_subtitle_html_htag" id="privacy_policy_subtitle_html_htag">
    255                             <option value="h1" <?= selected($hTagSubTitle == 'h1') ?>>h1</option>
    256                             <option value="h2" <?= selected($hTagSubTitle == 'h2') ?>>h2</option>
    257                             <option value="h3" <?= selected($hTagSubTitle == 'h3') ?>>h3</option>
    258                             <option value="h4" <?= selected($hTagSubTitle == 'h4') ?>>h4</option>
    259                             <option value="h5" <?= selected($hTagSubTitle == 'h5') ?>>h5</option>
    260                             <option value="h6" <?= selected($hTagSubTitle == 'h6') ?>>h6</option>
     255                            <option value="h1" <?php echo selected($hTagSubTitle == 'h1') ?>>h1</option>
     256                            <option value="h2" <?php echo selected($hTagSubTitle == 'h2') ?>>h2</option>
     257                            <option value="h3" <?php echo selected($hTagSubTitle == 'h3') ?>>h3</option>
     258                            <option value="h4" <?php echo selected($hTagSubTitle == 'h4') ?>>h4</option>
     259                            <option value="h5" <?php echo selected($hTagSubTitle == 'h5') ?>>h5</option>
     260                            <option value="h6" <?php echo selected($hTagSubTitle == 'h6') ?>>h6</option>
    261261                        </select>
    262262                        <small class="form-text text-muted"><?php _e('Specifies the html header tag of the subtitles of the privacy policy.', 'shapepress-dsgvo') ?></small>
     
    266266                        <label for="privacy_policy_title_html_htag"><?php _e('Header stile of "subsubtitles"', 'shapepress-dsgvo') ?></label>
    267267                        <select class="form-control" name="privacy_policy_subsubtitle_html_htag" id="privacy_policy_subsubtitle_html_htag">
    268                             <option value="h1" <?= selected($hTagSubSubTitle == 'h1') ?>>h1</option>
    269                             <option value="h2" <?= selected($hTagSubSubTitle == 'h2') ?>>h2</option>
    270                             <option value="h3" <?= selected($hTagSubSubTitle == 'h3') ?>>h3</option>
    271                             <option value="h4" <?= selected($hTagSubSubTitle == 'h4') ?>>h4</option>
    272                             <option value="h5" <?= selected($hTagSubSubTitle == 'h5') ?>>h5</option>
    273                             <option value="h6" <?= selected($hTagSubSubTitle == 'h6') ?>>h6</option>
     268                            <option value="h1" <?php echo selected($hTagSubSubTitle == 'h1') ?>>h1</option>
     269                            <option value="h2" <?php echo selected($hTagSubSubTitle == 'h2') ?>>h2</option>
     270                            <option value="h3" <?php echo selected($hTagSubSubTitle == 'h3') ?>>h3</option>
     271                            <option value="h4" <?php echo selected($hTagSubSubTitle == 'h4') ?>>h4</option>
     272                            <option value="h5" <?php echo selected($hTagSubSubTitle == 'h5') ?>>h5</option>
     273                            <option value="h6" <?php echo selected($hTagSubSubTitle == 'h6') ?>>h6</option>
    274274                        </select>
    275275                        <small class="form-text text-muted"><?php _e('Specifies the html header tag of the "subsubtitles" of the privacy policy.', 'shapepress-dsgvo') ?></small>
     
    283283                ?>
    284284                <div class="form-group">
    285                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     285                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    286286                </div>
    287287                <div>
    288                     <label for="textsVersion"><?= __('Privacy policy texts','shapepress-dsgvo');?></label>
     288                    <label for="textsVersion"><?php _e('Privacy policy texts','shapepress-dsgvo');?></label>
    289289                </div>
    290290
     
    292292
    293293                    <div class="col">
    294                         <label for="textsVersion"><?= __('Date of Version','shapepress-dsgvo');?></label>
    295                         <input type="text" readonly="" class="form-control-plaintext pb-0" id="textVersion" value="<?= date("d.m.y H:i", SPDSGVOSettings::get('legal_web_texts_version'))?>">
     294                        <label for="textsVersion"><?php _e('Date of Version','shapepress-dsgvo');?></label>
     295                        <input type="text" readonly="" class="form-control-plaintext pb-0" id="textVersion" value="<?php echo  esc_attr(date("d.m.y H:i", SPDSGVOSettings::get('legal_web_texts_version')))?>">
    296296                        <?php if(SPDSGVOSettings::get('legal_web_texts_remote_version') != '0' && SPDSGVOSettings::get('legal_web_texts_version') == SPDSGVOSettings::get('legal_web_texts_remote_version')) : ?>
    297                             <label class="form-text text-success"><?= __('Your texts are up to date.','shapepress-dsgvo');?></label>
     297                            <label class="form-text text-success"><?php _e('Your texts are up to date.','shapepress-dsgvo');?></label>
    298298                        <?php elseif (SPDSGVOSettings::get('legal_web_texts_remote_version') != '0' && SPDSGVOSettings::get('legal_web_texts_version') != SPDSGVOSettings::get('legal_web_texts_remote_version')) : ?>
    299                             <label class="form-text text-warning"><?= __('A newer version of the texts are available.','shapepress-dsgvo');?></label>
     299                            <label class="form-text text-warning"><?php _e('A newer version of the texts are available.','shapepress-dsgvo');?></label>
    300300                        <?php endif; ?>
    301301                    </div>
    302302                    <div class="col">
    303                         <label for="textsVersion"><?= __('Last update check','shapepress-dsgvo');?></label>
    304                         <input type="text" readonly="" class="form-control-plaintext" id="textVersion" value="<?= date("d.m.y H:i",SPDSGVOSettings::get('legal_web_texts_last_check'))?>">
     303                        <label for="textsVersion"><?php _e('Last update check','shapepress-dsgvo');?></label>
     304                        <input type="text" readonly="" class="form-control-plaintext" id="textVersion" value="<?php echo date("d.m.y H:i",SPDSGVOSettings::get('legal_web_texts_last_check'))?>">
    305305                    </div>
    306306                </div>
     
    309309                        <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%"></div>
    310310                    </div>
    311                     <input id="btn-refresh-pp-texts" type="button" class="btn btn-outline-primary btn-block privacy-policy-texts-refresh-link" value="<?= _e('Reload Privacy Policy texts', 'shapepress-dsgvo');?>">
     311                    <input id="btn-refresh-pp-texts" type="button" class="btn btn-outline-primary btn-block privacy-policy-texts-refresh-link" value="<?php _e('Reload Privacy Policy texts', 'shapepress-dsgvo');?>">
    312312                </div>
    313313
     
    324324        </div>
    325325        <div class="card-body">
    326             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    327                 <input type="hidden" name="action" value="<?= SPDSGVOCommonSettingsAction::getActionName() ?>">
     326            <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
     327                <input type="hidden" name="action" value="<?php echo SPDSGVOCommonSettingsAction::getActionName() ?>">
    328328                <?php wp_nonce_field(SPDSGVOCommonSettingsAction::getActionName() . '-nonce'); ?>
    329                 <input type="hidden" value="<?= SPDSGVOSettings::get('dsgvo_licence'); ?>" id="dsgvo_licence_hidden"
     329                <input type="hidden" value="<?php echo  esc_attr(SPDSGVOSettings::get('dsgvo_licence')); ?>" id="dsgvo_licence_hidden"
    330330                       name="dsgvo_licence_hidden"/>
    331331                <input type="hidden" value="forms" id="subform"  name="subform"/>
    332332
    333333                <div class="form-group">
    334                     <small class="form-text text-muted"><?= __('The registration form and comments feature do not require any additional phrases such as "I agree to the privacy policy" or "more privacy information". It is enough if there is a link to the privacy policy on the respective page in the footer.','shapepress-dsgvo'); ?></small>
     334                    <small class="form-text text-muted"><?php _e('The registration form and comments feature do not require any additional phrases such as "I agree to the privacy policy" or "more privacy information". It is enough if there is a link to the privacy policy on the respective page in the footer.','shapepress-dsgvo'); ?></small>
    335335                </div>
    336336                <?php
     
    398398                    <?php
    399399                        spDsgvoWriteInput('textarea', '', 'woo_privacy_text',
    400                             htmlentities(trim(SPDSGVOSettings::get('woo_privacy_text'))),
     400                            (trim(SPDSGVOSettings::get('woo_privacy_text'))),
    401401                            __('Text to display at WooCommerce checkout form', 'shapepress-dsgvo'),
    402402                            __('A message text', 'shapepress-dsgvo'),
     
    406406
    407407                <div class="form-group">
    408                     <?= __('<strong>Important Note:</strong> If you use WPML you can translate these inputs via WPML String Translations.', 'shapepress-dsgvo') ?>
    409                 </div>
    410                 <div class="form-group">
    411                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     408                    <?php _e('<strong>Important Note:</strong> If you use WPML you can translate these inputs via WPML String Translations.', 'shapepress-dsgvo') ?>
     409                </div>
     410                <div class="form-group">
     411                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    412412                </div>
    413413            </form>
  • shapepress-dsgvo/trunk/admin/tabs/v3/embeddings/class-sp-dsgvo-embeddings-action.php

    r2286328 r2602888  
    1616
    1717        if ($saveAction == "save") {
    18             SPDSGVOSettings::set('embed_placeholder_text_color', $this->get('embed_placeholder_text_color', '#313334'));
    19             SPDSGVOSettings::set('embed_placeholder_border_color_button', $this->get('embed_placeholder_border_color_button', '#313334'));
     18            SPDSGVOSettings::set('embed_placeholder_text_color', $this->get('embed_placeholder_text_color', '#313334','sanitize_hex_color'));
     19            SPDSGVOSettings::set('embed_placeholder_border_color_button', $this->get('embed_placeholder_border_color_button', '#313334','sanitize_hex_color'));
    2020            SPDSGVOSettings::set('embed_placeholder_border_size_button', $this->get('embed_placeholder_border_size_button', '2px'));
    2121            SPDSGVOSettings::set('embed_placeholder_custom_style', $this->get('embed_placeholder_custom_style', ''));
    22             SPDSGVOSettings::set('embed_placeholder_custom_css_classes', $this->get('embed_placeholder_custom_css_classes', ''));
     22            SPDSGVOSettings::set('embed_placeholder_custom_css_classes', $this->get('embed_placeholder_custom_css_classes', '','sanitize_html_class'));
    2323            SPDSGVOSettings::set('embed_disable_negative_margin', $this->get('embed_disable_negative_margin', '0'));
    2424        } else if ($saveAction == "restore") {
    25             SPDSGVOSettings::set('embed_placeholder_text_color', '#313334');
    26             SPDSGVOSettings::set('embed_placeholder_border_color_button', '#313334');
     25            SPDSGVOSettings::set('embed_placeholder_text_color', '#313334','sanitize_hex_color');
     26            SPDSGVOSettings::set('embed_placeholder_border_color_button', '#313334','sanitize_hex_color');
    2727            SPDSGVOSettings::set('embed_placeholder_border_size_button', '2px');
    2828            SPDSGVOSettings::set('embed_placeholder_custom_style', 'background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%;');
    29             SPDSGVOSettings::set('embed_placeholder_custom_css_classes', '');
     29            SPDSGVOSettings::set('embed_placeholder_custom_css_classes', '','');
    3030            SPDSGVOSettings::set('embed_disable_negative_margin', '0');
    3131        } else if ($saveAction == "common") {
  • shapepress-dsgvo/trunk/admin/tabs/v3/embeddings/page.php

    r2286328 r2602888  
    1717                <div class="col">
    1818
    19                     <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    20                         <input type="hidden" name="action" value="<?= SPDSGVOEmbeddingsIntegrationAction::getActionName() ?>">
     19                    <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
     20                        <input type="hidden" name="action" value="<?php echo SPDSGVOEmbeddingsIntegrationAction::getActionName() ?>">
    2121                        <input type="hidden" name="saveAction" value="save">
    2222                        <?php wp_nonce_field(SPDSGVOEmbeddingsIntegrationAction::getActionName() . '-nonce'); ?>
     
    4242                            <select class="form-control" name="embed_placeholder_border_size_button"
    4343                                    id="embed_placeholder_border_size_button">
    44                                 <option value="1px" <?= selected($cnButtonBorderSize == '1px') ?>>1px</option>
    45                                 <option value="2px" <?= selected($cnButtonBorderSize == '2px') ?>>2px</option>
    46                                 <option value="3px" <?= selected($cnButtonBorderSize == '3px') ?>>3px</option>
    47                                 <option value="4px" <?= selected($cnButtonBorderSize == '4px') ?>>4px</option>
    48                                 <option value="5px" <?= selected($cnButtonBorderSize == '5px') ?>>5px</option>
     44                                <option value="1px" <?php echo selected($cnButtonBorderSize == '1px') ?>>1px</option>
     45                                <option value="2px" <?php echo selected($cnButtonBorderSize == '2px') ?>>2px</option>
     46                                <option value="3px" <?php echo selected($cnButtonBorderSize == '3px') ?>>3px</option>
     47                                <option value="4px" <?php echo selected($cnButtonBorderSize == '4px') ?>>4px</option>
     48                                <option value="5px" <?php echo selected($cnButtonBorderSize == '5px') ?>>5px</option>
    4949                            </select>
    5050                        </div>
     
    7272
    7373                        <div class="form-group">
    74                             <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     74                            <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    7575                        </div>
    7676                    </form>
     
    7878                <div class="col">
    7979                    <h5 class="font-weight-bold mb-0"><?php _e('Design preview','shapepress-dsgvo')?></h5>
    80                     <small class="form-text text-muted mt-0"><?= __('The full preview is rendered after saving.','shapepress-dsgvo'); ?></small>
     80                    <small class="form-text text-muted mt-0"><?php _e('The full preview is rendered after saving.','shapepress-dsgvo'); ?></small>
    8181                    <div class="embedding-preview-container">
    8282                        <div class="sp-dsgvo sp-dsgvo-embedding-dummy">
    83                             <div class="sp-dsgvo-blocked-embedding-placeholder sp-dsgvo-blocked-embedding-placeholder-dummy <?= SPDSGVOSettings::get('embed_placeholder_custom_css_classes')?>">
     83                            <div class="sp-dsgvo-blocked-embedding-placeholder sp-dsgvo-blocked-embedding-placeholder-dummy <?php echo  esc_attr(SPDSGVOSettings::get('embed_placeholder_custom_css_classes'))?>">
    8484                                <div class="sp-dsgvo-blocked-embedding-placeholder-header">
    85                                     <img class="sp-dsgvo-blocked-embedding-placeholder-header-icon" src="<?=SPDSGVO::pluginURI('admin/images/legalwebio-logo-icon-black.svg'); ?>">
    86                                     <?= sprintf(__('We need your consent to load the content of %s.','shapepress-dsgvo'), '...'); ?>
     85                                    <img class="sp-dsgvo-blocked-embedding-placeholder-header-icon" src="<?php echo SPDSGVO::pluginURI('admin/images/legalwebio-logo-icon-black.svg'); ?>">
     86                                    <?php echo sprintf(__('We need your consent to load the content of %s.','shapepress-dsgvo'), '...'); ?>
    8787                                </div>
    8888                                <div class="sp-dsgvo-blocked-embedding-placeholder-body">
    8989                                    <span>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat.</span>
    9090                                    <div class="sp-dsgvo-blocked-embedding-button-container">
    91                                         <a href="#" class="sp-dsgvo-show-privacy-popup sp-dsgvo-blocked-embedding-button-enable"><?= __('Click here to enable this content.','shapepress-dsgvo')?></a></div>
     91                                        <a href="#" class="sp-dsgvo-show-privacy-popup sp-dsgvo-blocked-embedding-button-enable"><?php _e('Click here to enable this content.','shapepress-dsgvo')?></a></div>
    9292                                </div>
    9393                            </div>
    9494                        </div>
    9595                    </div>
    96                     <form method="post" class="mt-3" action="<?= admin_url('/admin-ajax.php'); ?>">
    97                         <input type="hidden" name="action" value="<?= SPDSGVOEmbeddingsIntegrationAction::getActionName() ?>">
     96                    <form method="post" class="mt-3" action="<?php echo admin_url('/admin-ajax.php'); ?>">
     97                        <input type="hidden" name="action" value="<?php echo SPDSGVOEmbeddingsIntegrationAction::getActionName() ?>">
    9898                        <input type="hidden" name="saveAction" value="restore">
    9999                        <?php wp_nonce_field(SPDSGVOEmbeddingsIntegrationAction::getActionName() . '-nonce'); ?>
    100100                        <div class="form-group">
    101                             <input type="submit" class="btn btn-secondary btn-block" value="<?= __('Restore defaults', 'shapepress-dsgvo');?>">
     101                            <input type="submit" class="btn btn-secondary btn-block" value="<?php _e('Restore defaults', 'shapepress-dsgvo');?>">
    102102                        </div>
    103103                    </form>
    104104
    105105                    <div class="embedding-help-container">
    106                         <small class="form-text font-weight-bold"><?= __('Styling information for CSS customization', 'shapepress-dsgvo');?></small>
    107                         <small class="form-text"><?= __('By default a linear gradient is set as <code>background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);</code>.<br />You can overwrite it by setting the style property "background" to your desired style. At <a href="https://cssgradient.io" target="_blank">https://cssgradient.io</a> you could create gradients easily.', 'shapepress-dsgvo');?></small>
     106                        <small class="form-text font-weight-bold"><?php _e('Styling information for CSS customization', 'shapepress-dsgvo');?></small>
     107                        <small class="form-text"><?php _e('By default a linear gradient is set as <code>background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);</code>.<br />You can overwrite it by setting the style property "background" to your desired style. At <a href="https://cssgradient.io" target="_blank">https://cssgradient.io</a> you could create gradients easily.', 'shapepress-dsgvo');?></small>
    108108                    </div>
    109109
     
    119119        <div class="card-header"><?php _e('Common Settings','shapepress-dsgvo')?></div>
    120120        <div class="card-body">
    121             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    122                 <input type="hidden" name="action" value="<?= SPDSGVOEmbeddingsIntegrationAction::getActionName() ?>">
     121            <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
     122                <input type="hidden" name="action" value="<?php echo SPDSGVOEmbeddingsIntegrationAction::getActionName() ?>">
    123123                <input type="hidden" name="saveAction" value="common">
    124124                <?php wp_nonce_field(SPDSGVOEmbeddingsIntegrationAction::getActionName() . '-nonce'); ?>
     
    130130                ?>
    131131                <div class="form-group">
    132                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     132                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    133133                </div>
    134134            </form>
  • shapepress-dsgvo/trunk/admin/tabs/v3/operator/class-sp-dsgvo-imprint-action.php

    r2197923 r2602888  
    2323            if($this->has('imprint')){
    2424                SPDSGVOSettings::set('imprint_hash', wp_hash($this->get('imprint')));
    25                 SPDSGVOSettings::set('imprint', $this->get('imprint'));
     25                SPDSGVOSettings::set('imprint', $this->get('imprint', NULL, 'wp_kses_post'));
    2626                SPDSGVOLog::insert("Imprint updated by {$this->user->user_email}");
    2727            }
  • shapepress-dsgvo/trunk/admin/tabs/v3/operator/class-sp-dsgvo-operator-action.php

    r2273977 r2602888  
    2929        SPDSGVOSettings::set('spdsgvo_company_info_countrycode', $this->get('spdsgvo_company_info_countrycode', ''));
    3030        SPDSGVOSettings::set('spdsgvo_company_info_phone', $this->get('spdsgvo_company_info_phone', ''));
    31         SPDSGVOSettings::set('spdsgvo_company_info_email', $this->get('spdsgvo_company_info_email', ''));
     31        SPDSGVOSettings::set('spdsgvo_company_info_email', $this->get('spdsgvo_company_info_email', '', 'sanitize_email'));
    3232
    3333        SPDSGVOSettings::set('spdsgvo_company_fn_nr', $this->get('spdsgvo_company_fn_nr', ''));
     
    4747        SPDSGVOSettings::set('operator_pp_dso_intern_name', $this->get('operator_pp_dso_intern_name', ''));
    4848        SPDSGVOSettings::set('operator_pp_dso_intern_phone', $this->get('operator_pp_dso_intern_phone', ''));
    49         SPDSGVOSettings::set('operator_pp_dso_intern_email', $this->get('operator_pp_dso_intern_email', ''));
     49        SPDSGVOSettings::set('operator_pp_dso_intern_email', $this->get('operator_pp_dso_intern_email', '', 'sanitize_email'));
    5050
    5151        SPDSGVOSettings::set('operator_pp_dso_external_company', $this->get('operator_pp_dso_external_company', ''));
     
    5656        SPDSGVOSettings::set('operator_pp_dso_external_countrycode', $this->get('operator_pp_dso_external_countrycode', ''));
    5757        SPDSGVOSettings::set('operator_pp_dso_external_phone', $this->get('operator_pp_dso_external_phone', ''));
    58         SPDSGVOSettings::set('operator_pp_dso_external_email', $this->get('operator_pp_dso_external_email', ''));
     58        SPDSGVOSettings::set('operator_pp_dso_external_email', $this->get('operator_pp_dso_external_email', '', 'sanitize_email'));
    5959
    6060        SPDSGVOSettings::set('operator_pp_responsibility_contact', $this->get('operator_pp_responsibility_contact', ''));
    6161        SPDSGVOSettings::set('operator_pp_dso_contact_intern_name', $this->get('operator_pp_dso_contact_intern_name', ''));
    6262        SPDSGVOSettings::set('operator_pp_dso_contact_intern_phone', $this->get('operator_pp_dso_contact_intern_phone', ''));
    63         SPDSGVOSettings::set('operator_pp_dso_contact_intern_email', $this->get('operator_pp_dso_contact_intern_email', ''));
     63        SPDSGVOSettings::set('operator_pp_dso_contact_intern_email', $this->get('operator_pp_dso_contact_intern_email', '', 'sanitize_email'));
    6464
    6565        SPDSGVOSettings::set('operator_pp_dso_contact_external_company', $this->get('operator_pp_dso_contact_external_company', ''));
     
    7070        SPDSGVOSettings::set('operator_pp_dso_contact_external_countrycode', $this->get('operator_pp_dso_contact_external_countrycode', ''));
    7171        SPDSGVOSettings::set('operator_pp_dso_contact_external_phone', $this->get('operator_pp_dso_contact_external_phone', ''));
    72         SPDSGVOSettings::set('operator_pp_dso_contact_external_email', $this->get('operator_pp_dso_contact_external_email', ''));
     72        SPDSGVOSettings::set('operator_pp_dso_contact_external_email', $this->get('operator_pp_dso_contact_external_email', '', 'sanitize_email'));
    7373
    7474        if ($textRefreshNeeded)
  • shapepress-dsgvo/trunk/admin/tabs/v3/operator/page.php

    r2493846 r2602888  
    88<div class="card-columns">
    99
    10     <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    11         <input type="hidden" name="action" value="<?= SPDSGVOOperatorAction::getActionName() ?>">
     10    <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
     11        <input type="hidden" name="action" value="<?php echo SPDSGVOOperatorAction::getActionName() ?>">
    1212        <?php wp_nonce_field(SPDSGVOOperatorAction::getActionName() . '-nonce'); ?>
    1313        <!-- operator person details-->
     
    1818            <div class="card-body">
    1919                <div class="form">
    20                     <input type="hidden" name="action" value="<?= SPDSGVOOperatorAction::getActionName() ?>">
     20                    <input type="hidden" name="action" value="<?php echo SPDSGVOOperatorAction::getActionName() ?>">
    2121                    <?php wp_nonce_field(SPDSGVOOperatorAction::getActionName() . '-nonce'); ?>
    2222
     
    4747                    </div>
    4848
    49                     <div class="page-operator-type-container page-operator-type-container-corporation <?= $operatorType == 'corporation' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
     49                    <div class="page-operator-type-container page-operator-type-container-corporation <?php echo $operatorType == 'corporation' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
    5050                    <?php
    5151                    // in case corperate
     
    7171                    </div>
    7272
    73                     <div class="page-operator-type-container page-operator-type-container-one-man <?= $operatorType == 'one-man' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
     73                    <div class="page-operator-type-container page-operator-type-container-one-man <?php echo $operatorType == 'one-man' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
    7474                    <?php
    7575                    // in case of one-man
     
    8989                    </div>
    9090
    91                     <div class="page-operator-type-container page-operator-type-container-private <?= $operatorType == 'private' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
     91                    <div class="page-operator-type-container page-operator-type-container-private <?php echo $operatorType == 'private' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
    9292                    <?php
    9393                    // in case of private
     
    9999                    </div>
    100100
    101                     <div class="page-operator-type-container page-operator-type-container-society <?= $operatorType == 'society' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
     101                    <div class="page-operator-type-container page-operator-type-container-society <?php echo $operatorType == 'society' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
    102102                        <?php
    103103
     
    123123                    </div>
    124124
    125                     <div class="page-operator-type-container page-operator-type-container-corp-public-law <?= $operatorType == 'corp-public-law' || $operatorType == 'corp-private-law'  ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
     125                    <div class="page-operator-type-container page-operator-type-container-corp-public-law <?php echo $operatorType == 'corp-public-law' || $operatorType == 'corp-private-law'  ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
    126126
    127127                        <?php
     
    156156                        $countryList = SPDSGVOConstants::getCountries();
    157157                        ?>
    158                         <div class="label-operator-type label-operator-type-private <?= $operatorType == 'private' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';  ?>">
     158                        <div class="label-operator-type label-operator-type-private <?php echo $operatorType == 'private' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';  ?>">
    159159                            <label for="spdsgvo_company_info_countrycode"><?php _e('Place of residence', 'shapepress-dsgvo') ?></label>
    160160                        </div>
    161                         <div class="label-operator-type label-operator-type-one-man <?= $operatorType == 'one-man' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';  ?>">
     161                        <div class="label-operator-type label-operator-type-one-man <?php echo $operatorType == 'one-man' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';  ?>">
    162162                            <label for="spdsgvo_company_info_countrycode"><?php _e('Registered business address', 'shapepress-dsgvo') ?></label>
    163163                        </div>
    164                         <div class="label-operator-type label-operator-type-society <?= $operatorType == 'society' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';  ?>">
     164                        <div class="label-operator-type label-operator-type-society <?php echo $operatorType == 'society' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';  ?>">
    165165                            <label for="spdsgvo_company_info_countrycode"><?php _e('Club seat', 'shapepress-dsgvo') ?></label>
    166166                        </div>
    167                         <div class="label-operator-type label-operator-type-corporation <?= $operatorType == 'corporation' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';  ?>">
     167                        <div class="label-operator-type label-operator-type-corporation <?php echo $operatorType == 'corporation' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';  ?>">
    168168                            <label for="spdsgvo_company_info_countrycode"><?php _e('Registered business address', 'shapepress-dsgvo') ?></label>
    169169                        </div>
     
    171171                        <select name="spdsgvo_company_info_countrycode" id="spdsgvo_company_info_countrycode" class="form-control">
    172172                        <?php foreach ($countryList as $key => $name) :?>
    173                             <option value="<?= $key?>" <?php selected($selectedCountry, $key); ?>><?= $name; ?></option>
     173                            <option value="<?php echo  $key?>" <?php selected($selectedCountry, $key); ?>><?php echo $name; ?></option>
    174174                        <?php endforeach; ?>
    175175                        </select>
     
    216216                    <!-- US privacy shield -->
    217217
    218                    <div class="page-operator-container-us <?= $selectedCountry == 'US' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>"">
     218                   <div class="page-operator-container-us <?php echo $selectedCountry == 'US' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>"">
    219219                       <?php
    220220
     
    227227                   </div>
    228228
    229                 <div class="page-operator-type-container page-operator-type-container-one-man page-operator-type-container-corporation page-operator-type-container-society <?= $operatorType != 'private' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
     229                <div class="page-operator-type-container page-operator-type-container-one-man page-operator-type-container-corporation page-operator-type-container-society <?php echo $operatorType != 'private' ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
    230230                    <?php
    231231                    spDsgvoWriteInput('text', '', 'spdsgvo_company_fn_nr', SPDSGVOSettings::get('spdsgvo_company_fn_nr'),
     
    270270
    271271                    <div class="form-group">
    272                         <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     272                        <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    273273                    </div>
    274274
     
    284284            <div class="card-body">
    285285                <div class="form">
    286                     <input type="hidden" name="action" value="<?= SPDSGVOOperatorAction::getActionName() ?>">
     286                    <input type="hidden" name="action" value="<?php echo SPDSGVOOperatorAction::getActionName() ?>">
    287287                    <?php wp_nonce_field(SPDSGVOOperatorAction::getActionName() . '-nonce'); ?>
    288288
     
    311311                            '', false, '', 'none');
    312312                        ?>
    313                         <small class="form-text text-muted"><?= __('Specifies if your company has an inhouse data security officer, an external person or no responsible person.', 'shapepress-dsgvo') ?></small>
    314                     </div>
    315 
    316                     <div id="container-pp-responsibility-internal" class="container-pp-responsibility <?= $operator_pp_responsibility_type == 'internal' ? 'spdsgvo-d-block' : 'spdsgvo-d-none'?>">
     313                        <small class="form-text text-muted"><?php _e('Specifies if your company has an inhouse data security officer, an external person or no responsible person.', 'shapepress-dsgvo') ?></small>
     314                    </div>
     315
     316                    <div id="container-pp-responsibility-internal" class="container-pp-responsibility <?php echo $operator_pp_responsibility_type == 'internal' ? 'spdsgvo-d-block' : 'spdsgvo-d-none'?>">
    317317
    318318                        <label><?php _e('Internal data security officer', 'shapepress-dsgvo') ?></label>
     
    342342
    343343                    <div id="container-pp-responsibility-external"
    344                          class="form-group container-pp-responsibility <?= $operator_pp_responsibility_type == 'external' ? 'spdsgvo-d-block' : 'spdsgvo-d-none'?>">
     344                         class="form-group container-pp-responsibility <?php echo $operator_pp_responsibility_type == 'external' ? 'spdsgvo-d-block' : 'spdsgvo-d-none'?>">
    345345
    346346                        <label><?php _e('External data security officer', 'shapepress-dsgvo') ?></label>
     
    409409
    410410                    <div id="container-pp-responsibility-none"
    411                          class="form-group container-pp-responsibility  <?= $operator_pp_responsibility_type == 'none' ? 'spdsgvo-d-block' : 'spdsgvo-d-none'?>">
     411                         class="form-group container-pp-responsibility  <?php echo $operator_pp_responsibility_type == 'none' ? 'spdsgvo-d-block' : 'spdsgvo-d-none'?>">
    412412
    413413                        <?php $operator_pp_responsibility_contact = SPDSGVOSettings::get('operator_pp_responsibility_contact'); ?>
     
    434434                            '', false, '', 'no');
    435435                        ?>
    436                         <small class="form-text text-muted"><?= __('Specifies if your company has responsible person for privacy issues .', 'shapepress-dsgvo') ?></small>
     436                        <small class="form-text text-muted"><?php _e('Specifies if your company has responsible person for privacy issues .', 'shapepress-dsgvo') ?></small>
    437437
    438438                    </div>
    439439
    440440                    <div id="container-dso-contact-internal"
    441                          class="container-dso-contact <?= $operator_pp_responsibility_type == 'none' && $operator_pp_responsibility_contact == 'internal' ? 'spdsgvo-d-block' : 'spdsgvo-d-none'?>">
     441                         class="container-dso-contact <?php echo $operator_pp_responsibility_type == 'none' && $operator_pp_responsibility_contact == 'internal' ? 'spdsgvo-d-block' : 'spdsgvo-d-none'?>">
    442442
    443443                        <label><?php _e('Internal contact for privacy issues', 'shapepress-dsgvo') ?></label>
     
    467467
    468468                    <div id="container-dso-contact-external"
    469                          class="container-dso-contact <?= $operator_pp_responsibility_type == 'none' && $operator_pp_responsibility_contact == 'external' ? 'spdsgvo-d-block' : 'spdsgvo-d-none'?>">
     469                         class="container-dso-contact <?php echo $operator_pp_responsibility_type == 'none' && $operator_pp_responsibility_contact == 'external' ? 'spdsgvo-d-block' : 'spdsgvo-d-none'?>">
    470470
    471471                        <label><?php _e('External contact for privacy issues', 'shapepress-dsgvo') ?></label>
     
    535535
    536536                    <div class="form-group">
    537                         <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     537                        <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    538538                    </div>
    539539                </div>
     
    548548        </div>
    549549        <div class="card-body">
    550             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    551                 <input type="hidden" name="action" value="<?= SPDSGVOImprintAction::getActionName(); ?>">
     550            <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
     551                <input type="hidden" name="action" value="<?php echo SPDSGVOImprintAction::getActionName(); ?>">
    552552                <?php wp_nonce_field(SPDSGVOImprintAction::getActionName() . '-nonce'); ?>
    553553                <input type="hidden" name="subform" value="imprint-settings">
     
    559559                        <option value="0"><?php _e('Select', 'shapepress-dsgvo'); ?></option>
    560560                        <?php foreach (get_pages(array('number' => 0)) as $key => $page): ?>
    561                             <option <?= selected($imprintPage == $page->ID) ?> value="<?= $page->ID ?>">
    562                                 <?= $page->post_title ?>
     561                            <option <?php echo  selected($imprintPage == $page->ID) ?> value="<?php echo $page->ID ?>">
     562                                <?php echo $page->post_title ?>
    563563                            </option>
    564564                        <?php endforeach; ?>
     
    569569                        <small><?php _e('Create a page that uses the shortcode <code>[imprint]</code>.', 'shapepress-dsgvo') ?>
    570570                            <a class="btn btn-secondary btn-block"
    571                                href="<?= SPDSGVOCreatePageAction::url(array('imprint_page' => '1')) ?>"><?php _e('Create page', 'shapepress-dsgvo') ?></a>
     571                               href="<?php echo SPDSGVOCreatePageAction::url(array('imprint_page' => '1')) ?>"><?php _e('Create page', 'shapepress-dsgvo') ?></a>
    572572                        </small>
    573573                    <?php elseif (!pageContainsString($imprintPage, 'imprint')): ?>
    574574                        <small><?php _e('Attention: The shortcode <code>[imprint]</code> was not found on the page you selected.', 'shapepress-dsgvo') ?>
    575575                            <a class="btn btn-secondary btn-block"
    576                                href="<?= get_edit_post_link($imprintPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
     576                               href="<?php echo get_edit_post_link($imprintPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
    577577                        </small>
    578578                    <?php else: ?>
    579                         <small class="form-text text-muted"><?= __('The page can also by edited and text could be extended by the editing the selected page with the Wordpress page editor like Gutenberg.','shapepress-dsgvo') ?></small>
     579                        <small class="form-text text-muted"><?php _e('The page can also by edited and text could be extended by the editing the selected page with the Wordpress page editor like Gutenberg.','shapepress-dsgvo') ?></small>
    580580                        <a class="btn btn-secondary btn-block"
    581                            href="<?= get_edit_post_link($imprintPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
     581                           href="<?php echo get_edit_post_link($imprintPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
    582582                    <?php endif; ?>
    583583                </div>
    584584                <div class="form-group">
    585                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     585                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    586586                </div>
    587587            </form>
  • shapepress-dsgvo/trunk/admin/tabs/v3/page-basics/class-sp-dsgvo-page-basics-action.php

    r2246779 r2602888  
    1919
    2020        SPDSGVOSettings::set('page_basics_hosting_provider', $this->get('page_basics_hosting_provider'));
    21         SPDSGVOSettings::set('page_basics_other_provider_text', $this->get('otherProviderText'));
     21        SPDSGVOSettings::set('page_basics_other_provider_text', $this->get('otherProviderText', NULL, 'wp_kses_post'));
    2222
    2323        SPDSGVOSettings::set('page_basics_use_logfiles', $this->get('page_basics_use_logfiles'));
    24         SPDSGVOSettings::set('page_basics_logfiles_life', $this->get('page_basics_logfiles_life'));
     24        SPDSGVOSettings::set('page_basics_logfiles_life', is_numeric($this->get('page_basics_logfiles_life')) ? $this->get('page_basics_logfiles_life') : '30');
    2525
    2626        SPDSGVOSettings::set('page_basics_use_cdn', $this->get('page_basics_use_cdn'));
    2727        SPDSGVOSettings::set('page_basics_cdn_provider', $this->get('page_basics_cdn_provider'));
    28         SPDSGVOSettings::set('page_basics_other_cdn_provider_text', $this->get('otherCdnProviderText'));
     28        SPDSGVOSettings::set('page_basics_other_cdn_provider_text', $this->get('otherCdnProviderText', NULL, 'wp_kses_post'));
    2929
    3030        SPDSGVOSettings::set('page_basics_use_payment_provider', $this->get('page_basics_use_payment_provider'));
     
    4343
    4444        SPDSGVOSettings::set('page_basics_security_provider', $this->get('page_basics_security_provider'));
    45         SPDSGVOSettings::set('page_basics_other_security_provider_text', $this->get('otherSecurityProviderText'));
     45        SPDSGVOSettings::set('page_basics_other_security_provider_text', $this->get('otherSecurityProviderText', NULL, 'wp_kses_post'));
    4646
    4747        //SPDSGVOSettings::set('page_basics_embeddings', ''); // dont change this setting again. embeddings have their own settings now
     
    5050            SPDSGVOSettings::set('page_basics_use_newsletter_provider', $this->get('page_basics_use_newsletter_provider'));
    5151            SPDSGVOSettings::set('page_basics_newsletter_provider', $this->get('page_basics_newsletter_provider'));
    52             SPDSGVOSettings::set('page_basics_other_newsletter_provider_text', $this->get('page_basics_other_newsletter_provider_text'));
     52            SPDSGVOSettings::set('page_basics_other_newsletter_provider_text', $this->get('page_basics_other_newsletter_provider_text', NULL, 'wp_kses_post'));
    5353        }
    5454
  • shapepress-dsgvo/trunk/admin/tabs/v3/page-basics/page.php

    r2357270 r2602888  
    55
    66?>
    7 <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    8     <input type="hidden" name="action" value="<?= SPDSGVOPageBasicsAction::getActionName() ?>">
     7<form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
     8    <input type="hidden" name="action" value="<?php echo SPDSGVOPageBasicsAction::getActionName() ?>">
    99    <?php wp_nonce_field(SPDSGVOPageBasicsAction::getActionName() . '-nonce'); ?>
    1010
     
    1717        <div class="card-body">
    1818            <div class="form">
    19                 <input type="hidden" name="action" value="<?= SPDSGVOPageBasicsAction::getActionName() ?>">
     19                <input type="hidden" name="action" value="<?php echo SPDSGVOPageBasicsAction::getActionName() ?>">
    2020                <?php wp_nonce_field(SPDSGVOPageBasicsAction::getActionName() . '-nonce'); ?>
    2121
     
    3636                </div>
    3737
    38                 <div class="form-group <?=  checked(in_array('other', $selectedHostingProvider)) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>"
     38                <div class="form-group <?php echo   checked(in_array('other', $selectedHostingProvider)) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>"
    3939                     id="container-other-provider">
    4040                    <label><?php _e('Other Hosting Provider', 'shapepress-dsgvo') ?></label>
     
    5050
    5151                <div class="form-group">
    52                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     52                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    5353                </div>
    5454            </div>
     
    7373                ?>
    7474
    75                 <div id="container-logfiles-life" class="<?= $useLogFiles == 1 ? '' : 'spdsgvo-d-none';?>">
     75                <div id="container-logfiles-life" class="<?php echo $useLogFiles == 1 ? '' : 'spdsgvo-d-none';?>">
    7676                    <?php
    7777
     
    8585
    8686                <div class="form-group">
    87                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     87                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    8888                </div>
    8989            </div>
     
    109109                ?>
    110110
    111                 <div class="form-group <?= $useCdnProvider == 1 ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>" id="container-basics-use-cdn">
     111                <div class="form-group <?php echo $useCdnProvider == 1 ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>" id="container-basics-use-cdn">
    112112                    <label><?php _e('CDN Provider', 'shapepress-dsgvo') ?></label>
    113113                    <?php
     
    126126                    ?>
    127127
    128                     <div id="container-other-cdn" class="lw-form-table <?= checked(in_array('other', $selectedCdnProvider)) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>">
     128                    <div id="container-other-cdn" class="lw-form-table <?php echo checked(in_array('other', $selectedCdnProvider)) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>">
    129129
    130130                        <label><?php _e('Other CDN Provider', 'shapepress-dsgvo') ?></label>
     
    141141                </div>
    142142                <div class="form-group">
    143                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     143                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    144144                </div>
    145145            </div>
     
    167167                    ?>
    168168
    169                     <div class="form-group <?= $usePaymentProvider == 1 ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>" id="container-basics-use-payment-provider">
     169                    <div class="form-group <?php echo $usePaymentProvider == 1 ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>" id="container-basics-use-payment-provider">
    170170                        <label><?php _e('Payment Provider', 'shapepress-dsgvo') ?></label>
    171171                        <?php
     
    187187                    </div>
    188188                    <div class="form-group">
    189                         <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     189                        <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    190190                    </div>
    191191                </div>
     
    200200        </div>
    201201        <div class="card-body">
    202             <div class="form" method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
     202            <div class="form" method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
    203203
    204204                <div class="form-group">
     
    221221                    ?>
    222222                </div>
    223                 <div id="container-block-google-fonts" class="<?= in_array('google-fonts', $selectedFontProvider) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>" style="display: none !important;">
     223                <div id="container-block-google-fonts" class="<?php echo in_array('google-fonts', $selectedFontProvider) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>" style="display: none !important;">
    224224                    <?php
    225225                        spDsgvoWriteInput('switch', ''.$key, 'page_basics_block_google_fonts', SPDSGVOSettings::get('page_basics_use_google_fonts'),
     
    230230                </div>
    231231                <div class="form-group">
    232                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     232                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    233233                </div>
    234234            </div>
     
    281281                ?>
    282282
    283                 <div class="container-basics-forms_comments <?= checked('1', SPDSGVOSettings::get('page_basics_forms_comments')) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>">
     283                <div class="container-basics-forms_comments <?php echo checked('1', SPDSGVOSettings::get('page_basics_forms_comments')) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>">
    284284
    285285                    <div class="form-group">
     
    304304
    305305                <div class="form-group">
    306                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     306                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    307307                </div>
    308308            </div>
     
    340340                </div>
    341341
    342                 <div id="container-other-security" class="lw-form-table <?= checked(in_array('other', $selectedSecurityProvider)) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>">
     342                <div id="container-other-security" class="lw-form-table <?php echo checked(in_array('other', $selectedSecurityProvider)) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>">
    343343
    344344                    <div class="form-group">
     
    356356
    357357                <div class="form-group">
    358                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     358                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    359359                </div>
    360360            </div>
     
    370370            <div class="position-relative">
    371371                <?php spDsgvoWritePremiumOverlayIfInvalid($isPremium); ?>
    372                 <div class="form" method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
     372                <div class="form" method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
    373373
    374374                <?php
     
    382382                ?>
    383383
    384              <div id="container-basics-use-newsletter" <div class="<?= $useNewsletterProvider == 1 ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
     384             <div id="container-basics-use-newsletter" <div class="<?php echo $useNewsletterProvider == 1 ? 'spdsgvo-d-block' : 'spdsgvo-d-none';?>">
    385385                <div class="form-group">
    386386                    <?php
     
    399399                </div>
    400400
    401                 <div id="container-other-newsletter" class="lw-form-table <?= checked(in_array('other', $selectedNewsletter)) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>">
     401                <div id="container-other-newsletter" class="lw-form-table <?php echo checked(in_array('other', $selectedNewsletter)) ? 'spdsgvo-d-block' : 'spdsgvo-d-none' ?>">
    402402
    403403                    <div class="form-group">
     
    415415             </div>
    416416                <div class="form-group">
    417                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     417                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    418418                </div>
    419419            </div>
  • shapepress-dsgvo/trunk/admin/tabs/v3/popup-notice/class-sp-dsgvo-cookie-notice-action.php

    r2482041 r2602888  
    1515        SPDSGVOSettings::set('mandatory_integrations_editable', $this->get('mandatory_integrations_editable', '0'));
    1616        SPDSGVOSettings::set('cookie_notice_text', $this->get('cookie_notice_text', ''));
    17         SPDSGVOSettings::set('cn_cookie_validity', $this->get('cn_cookie_validity', '86400'));
    18         SPDSGVOSettings::set('cn_cookie_validity_dismiss', $this->get('cn_cookie_validity_dismiss', '86400'));
     17        SPDSGVOSettings::set('cn_cookie_validity', is_numeric($this->get('cn_cookie_validity', '86400')) ? $this->get('cn_cookie_validity', '86400') : '86400');
     18        SPDSGVOSettings::set('cn_cookie_validity_dismiss', is_numeric($this->get('cn_cookie_validity_dismiss', '86400')) ? $this->get('cn_cookie_validity_dismiss', '86400') : '86400');
    1919        SPDSGVOSettings::set('cookie_version', $this->get('cookie_version', ''));
    2020        SPDSGVOSettings::set('cn_position', $this->get('cn_position', 'bottom'));
     
    2727
    2828
    29         SPDSGVOSettings::set('cn_background_color', $this->get('cn_background_color', '#333333'));
    30         SPDSGVOSettings::set('cn_text_color', $this->get('cn_text_color', '#ffffff'));
    31         SPDSGVOSettings::set('cn_background_color_button', $this->get('cn_background_color_button', '#F3F3F3'));
    32         SPDSGVOSettings::set('cn_border_color_button', $this->get('cn_border_color_button', '#F3F3F3'));
     29        SPDSGVOSettings::set('cn_background_color', $this->get('cn_background_color', '#333333','sanitize_hex_color'));
     30        SPDSGVOSettings::set('cn_text_color', $this->get('cn_text_color', '#ffffff','sanitize_hex_color'));
     31        SPDSGVOSettings::set('cn_background_color_button', $this->get('cn_background_color_button', '#F3F3F3','sanitize_hex_color'));
     32        SPDSGVOSettings::set('cn_border_color_button', $this->get('cn_border_color_button', '#F3F3F3','sanitize_hex_color'));
    3333        SPDSGVOSettings::set('cn_border_size_button', $this->get('cn_border_size_button', '1px'));
    34         SPDSGVOSettings::set('cn_text_color_button', $this->get('cn_text_color_button', '#333333'));
    35         SPDSGVOSettings::set('cn_custom_css_container', $this->get('cn_custom_css_container', ''));
    36         SPDSGVOSettings::set('cn_custom_css_text', $this->get('cn_custom_css_text', ''));
    37         SPDSGVOSettings::set('cn_custom_css_buttons', $this->get('cn_custom_css_buttons', ''));
     34        SPDSGVOSettings::set('cn_text_color_button', $this->get('cn_text_color_button', '#333333','sanitize_hex_color'));
     35        SPDSGVOSettings::set('cn_custom_css_container', $this->get('cn_custom_css_container', '', 'sanitize_html_class'));
     36        SPDSGVOSettings::set('cn_custom_css_text', $this->get('cn_custom_css_text', '', 'sanitize_html_class'));
     37        SPDSGVOSettings::set('cn_custom_css_buttons', $this->get('cn_custom_css_buttons', '', 'sanitize_html_class'));
    3838
    3939
  • shapepress-dsgvo/trunk/admin/tabs/v3/popup-notice/page.php

    r2486112 r2602888  
    77
    88<div class="card-columns">
    9     <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    10         <input type="hidden" name="action" value="<?= SPDSGVOCookieNoticeAction::getActionName();?>">
     9    <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
     10        <input type="hidden" name="action" value="<?php echo SPDSGVOCookieNoticeAction::getActionName();?>">
    1111        <?php wp_nonce_field(SPDSGVOCookieNoticeAction::getActionName() . '-nonce'); ?>
    1212    <!-- notice/popup general -->
     
    3232                        } ?>><?php _e('Cookie Popup', 'shapepress-dsgvo') ?></option>
    3333                    </select><!-- #cookie_notice_display -->
    34                     <small class="form-text text-muted"><?= __('Defines what the user gets shown when he visits the page. None means this feature is deactivated an no cookie selection can be made. You can show the popup again by giving any html element the class "sp-dsgvo-show-privacy-popup". If your visitor clicks on it, the popup gets shown again and the visitor can change his settings.', 'shapepress-dsgvo') ?></small>
     34                    <small class="form-text text-muted"><?php _e('Defines what the user gets shown when he visits the page. None means this feature is deactivated an no cookie selection can be made. You can show the popup again by giving any html element the class "sp-dsgvo-show-privacy-popup". If your visitor clicks on it, the popup gets shown again and the visitor can change his settings.', 'shapepress-dsgvo') ?></small>
    3535                </div>
    3636
     
    6363                    <label for="cn_cookie_validity"><?php _e('Cookie lifetime if accepted', 'shapepress-dsgvo') ?></label>
    6464                    <select class="form-control" name="cn_cookie_validity" id="cn_cookie_validity">
    65                             <option value="86400" <?= selected($cnCookieValidity == 86400) ?>>1
     65                            <option value="86400" <?php echo selected($cnCookieValidity == 86400) ?>>1
    6666                                <?php _e('Day', 'shapepress-dsgvo') ?></option>
    67                             <option value="604800" <?= selected($cnCookieValidity == 604800) ?>>1
     67                            <option value="604800" <?php echo selected($cnCookieValidity == 604800) ?>>1
    6868                                <?php _e('Week', 'shapepress-dsgvo') ?></option>
    6969                            <option value="2592000"
    70                                 <?= selected($cnCookieValidity == 2592000) ?>>1 <?php _e('Month',
     70                                <?php echo selected($cnCookieValidity == 2592000) ?>>1 <?php _e('Month',
    7171                                    'shapepress-dsgvo') ?></option>
    7272                            <option value="7862400"
    73                                 <?= selected($cnCookieValidity == 7862400) ?>>2 <?php _e('Month',
     73                                <?php echo selected($cnCookieValidity == 7862400) ?>>2 <?php _e('Month',
    7474                                    'shapepress-dsgvo') ?></option>
    7575                            <option value="15811200"
    76                                 <?= selected($cnCookieValidity == 15811200) ?>>6 <?php _e('Month',
     76                                <?php echo selected($cnCookieValidity == 15811200) ?>>6 <?php _e('Month',
    7777                                    'shapepress-dsgvo') ?></option>
    7878                            <option value="31536000"
    79                                 <?= selected($cnCookieValidity == 31536000) ?>>1 <?php _e('Year',
     79                                <?php echo selected($cnCookieValidity == 31536000) ?>>1 <?php _e('Year',
    8080                                    'shapepress-dsgvo') ?></option>
    8181                     </select>
     
    8686                    <label for="cn_cookie_validity"><?php _e('Cookie lifetime if dismissed', 'shapepress-dsgvo') ?></label>
    8787                    <select class="form-control" name="cn_cookie_validity_dismiss" id="cn_cookie_validity_dismiss">
    88                         <option value="86400" <?= selected($cnCookieValidity == 86400) ?>>1
     88                        <option value="86400" <?php echo selected($cnCookieValidity == 86400) ?>>1
    8989                            <?php _e('Day', 'shapepress-dsgvo') ?></option>
    90                         <option value="604800" <?= selected($cnCookieValidity == 604800) ?>>1
     90                        <option value="604800" <?php echo selected($cnCookieValidity == 604800) ?>>1
    9191                            <?php _e('Week', 'shapepress-dsgvo') ?></option>
    9292                        <option value="2592000"
    93                             <?= selected($cnCookieValidity == 2592000) ?>>1 <?php _e('Month',
     93                            <?php echo selected($cnCookieValidity == 2592000) ?>>1 <?php _e('Month',
    9494                                'shapepress-dsgvo') ?></option>
    9595                        <option value="7862400"
    96                             <?= selected($cnCookieValidity == 7862400) ?>>2 <?php _e('Month',
     96                            <?php echo selected($cnCookieValidity == 7862400) ?>>2 <?php _e('Month',
    9797                                'shapepress-dsgvo') ?></option>
    9898                        <option value="15811200"
    99                             <?= selected($cnCookieValidity == 15811200) ?>>6 <?php _e('Month',
     99                            <?php echo selected($cnCookieValidity == 15811200) ?>>6 <?php _e('Month',
    100100                                'shapepress-dsgvo') ?></option>
    101101                        <option value="31536000"
    102                             <?= selected($cnCookieValidity == 31536000) ?>>1 <?php _e('Year',
     102                            <?php echo selected($cnCookieValidity == 31536000) ?>>1 <?php _e('Year',
    103103                                'shapepress-dsgvo') ?></option>
    104104                    </select>
     
    122122
    123123                <div class="form-group">
    124                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     124                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    125125                </div>
    126126            </div>
     
    171171                               value="<?php _e('Upload image', 'shapepress-dsgvo'); ?>"/>
    172172                        <input type='hidden' class="image-id" name='logo_image_id' id='logo_image_id'
    173                                value='<?php echo $img_id; ?>'>
     173                               value='<?php echo esc_attr($img_id); ?>'>
    174174                    </div>
    175175                </div><!-- .dsgvo-image-upload -->
    176176                <div class="form-group mt-5">
    177                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     177                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    178178                </div>
    179179            </div>
     
    198198                        <?php $cnCookieStyle = SPDSGVOSettings::get('cookie_style'); ?>
    199199                        <select class="form-control" id="cookie_style" name="cookie_style"
    200                             <?= $hasValidLicense == false ? 'disabled' : ''; ?>>
    201                             <option value="00" <?= selected($cnCookieStyle == '00') ?>><?php _e('Default', 'shapepress-dsgvo') ?></option>
    202                             <option value="01" <?= selected($cnCookieStyle == '01') ?>>1</option>
    203                             <option value="02" <?= selected($cnCookieStyle == '02') ?>>2</option>
    204                             <option value="03" <?= selected($cnCookieStyle == '03') ?>>3</option>
    205                             <option value="04" <?= selected($cnCookieStyle == '04') ?>>4</option>
    206                             <option value="05" <?= selected($cnCookieStyle == '05') ?>>5</option>
    207                             <option value="06" <?= selected($cnCookieStyle == '06') ?>>6</option>
    208                             <option value="07" <?= selected($cnCookieStyle == '07') ?>>7</option>
    209                             <option value="08" <?= selected($cnCookieStyle == '08') ?>>8</option>
    210                             <option value="09" <?= selected($cnCookieStyle == '09') ?>>9</option>
    211                             <option value="10" <?= selected($cnCookieStyle == '10') ?>>10</option>
    212                             <option value="11" <?= selected($cnCookieStyle == '11') ?>>11</option>
    213                             <option value="12" <?= selected($cnCookieStyle == '12') ?>>12</option>
     200                            <?php echo $hasValidLicense == false ? 'disabled' : ''; ?>>
     201                            <option value="00" <?php echo selected($cnCookieStyle == '00') ?>><?php _e('Default', 'shapepress-dsgvo') ?></option>
     202                            <option value="01" <?php echo selected($cnCookieStyle == '01') ?>>1</option>
     203                            <option value="02" <?php echo selected($cnCookieStyle == '02') ?>>2</option>
     204                            <option value="03" <?php echo selected($cnCookieStyle == '03') ?>>3</option>
     205                            <option value="04" <?php echo selected($cnCookieStyle == '04') ?>>4</option>
     206                            <option value="05" <?php echo selected($cnCookieStyle == '05') ?>>5</option>
     207                            <option value="06" <?php echo selected($cnCookieStyle == '06') ?>>6</option>
     208                            <option value="07" <?php echo selected($cnCookieStyle == '07') ?>>7</option>
     209                            <option value="08" <?php echo selected($cnCookieStyle == '08') ?>>8</option>
     210                            <option value="09" <?php echo selected($cnCookieStyle == '09') ?>>9</option>
     211                            <option value="10" <?php echo selected($cnCookieStyle == '10') ?>>10</option>
     212                            <option value="11" <?php echo selected($cnCookieStyle == '11') ?>>11</option>
     213                            <option value="12" <?php echo selected($cnCookieStyle == '12') ?>>12</option>
    214214                            <!--
    215                             <option value="13" <?= selected($cnCookieStyle == '13') ?>>13</option>
    216                             <option value="14" <?= selected($cnCookieStyle == '14') ?>>14</option>
     215                            <option value="13" <?php echo selected($cnCookieStyle == '13') ?>>13</option>
     216                            <option value="14" <?php echo selected($cnCookieStyle == '14') ?>>14</option>
    217217                            -->
    218218                        </select>
    219                         <small class="form-text text-muted"><?= __('Choose one of our cookie notice style templates.', 'shapepress-dsgvo') ?></small>
     219                        <small class="form-text text-muted"><?php _e('Choose one of our cookie notice style templates.', 'shapepress-dsgvo') ?></small>
    220220
    221221                    </div>
     
    260260                            __('This text gets displayed within the cookie notice. If you use WPML you can translate these inputs via WPML String Translations.', 'shapepress-dsgvo'), false);
    261261                        ?>
    262                         <small class="form-text text-warning"><?= __('Warning: If you change this text by your own you risk not be confirm with the GDPR.', 'shapepress-dsgvo')?></small>
     262                        <small class="form-text text-warning"><?php _e('Warning: If you change this text by your own you risk not be confirm with the GDPR.', 'shapepress-dsgvo')?></small>
    263263                    </div>
    264264
     
    267267                        <label for="cn_position"><?php _e('Position:', 'shapepress-dsgvo') ?></label>
    268268                        <select class="form-control" name="cn_position" id="cn_position">
    269                                 <option value="top" <?= selected($cnNoticePosition == 'top') ?>><?php _e('On top',
     269                                <option value="top" <?php echo selected($cnNoticePosition == 'top') ?>><?php _e('On top',
    270270                                        'shapepress-dsgvo') ?></option>
    271271                                <option value="bottom"
    272                                     <?= selected($cnNoticePosition == 'bottom') ?>><?php _e('Bottom',
     272                                    <?php echo selected($cnNoticePosition == 'bottom') ?>><?php _e('Bottom',
    273273                                        'shapepress-dsgvo') ?></option>
    274274                            </select>
     
    280280                        <label for="cn_animation"><?php _e('Animation', 'shapepress-dsgvo') ?></label>
    281281                        <select class="form-control" name="cn_animation" id="cn_animation">
    282                                 <option value="none" <?= selected($cnNoticeAnimation == 'none') ?>><?php _e('None',
     282                                <option value="none" <?php echo selected($cnNoticeAnimation == 'none') ?>><?php _e('None',
    283283                                        'shapepress-dsgvo') ?></option>
    284284                                <option value="fade"
    285                                     <?= selected($cnNoticeAnimation == 'fade') ?>><?php _e('fade',
     285                                    <?php echo selected($cnNoticeAnimation == 'fade') ?>><?php _e('fade',
    286286                                        'shapepress-dsgvo') ?></option>
    287287                                <option value="hide"
    288                                     <?= selected($cnNoticeAnimation == 'hide') ?>><?php _e('hide',
     288                                    <?php echo selected($cnNoticeAnimation == 'hide') ?>><?php _e('hide',
    289289                                        'shapepress-dsgvo') ?></option>
    290290                            </select>
     
    298298                        <select class="form-control" name="cn_size_text"
    299299                                id="cn_size_text">
    300                             <option value="inherit" <?= selected($cnSizeText == 'inherit') ?>><?php _e('Default',
     300                            <option value="inherit" <?php echo selected($cnSizeText == 'inherit') ?>><?php _e('Default',
    301301                                    'shapepress-dsgvo') ?></option>
    302                             <option value="11px" <?= selected($cnSizeText == '11px') ?>>11px</option>
    303                             <option value="12px" <?= selected($cnSizeText == '12px') ?>>12px</option>
    304                             <option value="13px" <?= selected($cnSizeText == '13px') ?>>13px</option>
    305                             <option value="14px" <?= selected($cnSizeText == '14px') ?>>14px</option>
    306                             <option value="15px" <?= selected($cnSizeText == '15px') ?>>15px</option>
    307                             <option value="16px" <?= selected($cnSizeText == '16px') ?>>16px</option>
    308                             <option value="17px" <?= selected($cnSizeText == '17px') ?>>17px</option>
    309                             <option value="18px" <?= selected($cnSizeText == '18px') ?>>18px</option>
    310                             <option value="19px" <?= selected($cnSizeText == '19px') ?>>19px</option>
    311                             <option value="20px" <?= selected($cnSizeText == '20px') ?>>20px</option>
     302                            <option value="11px" <?php echo selected($cnSizeText == '11px') ?>>11px</option>
     303                            <option value="12px" <?php echo selected($cnSizeText == '12px') ?>>12px</option>
     304                            <option value="13px" <?php echo selected($cnSizeText == '13px') ?>>13px</option>
     305                            <option value="14px" <?php echo selected($cnSizeText == '14px') ?>>14px</option>
     306                            <option value="15px" <?php echo selected($cnSizeText == '15px') ?>>15px</option>
     307                            <option value="16px" <?php echo selected($cnSizeText == '16px') ?>>16px</option>
     308                            <option value="17px" <?php echo selected($cnSizeText == '17px') ?>>17px</option>
     309                            <option value="18px" <?php echo selected($cnSizeText == '18px') ?>>18px</option>
     310                            <option value="19px" <?php echo selected($cnSizeText == '19px') ?>>19px</option>
     311                            <option value="20px" <?php echo selected($cnSizeText == '20px') ?>>20px</option>
    312312                        </select>
    313313                    </div>
     
    315315
    316316
    317                     <div class="cn-customize-standard-notice-container <?= $cnCookieStyle == '00' ? 'spdsgvo-d-block': 'spdsgvo-d-none'?>">
     317                    <div class="cn-customize-standard-notice-container <?php echo $cnCookieStyle == '00' ? 'spdsgvo-d-block': 'spdsgvo-d-none'?>">
    318318
    319319
     
    352352                            <select class="form-control" name="cn_border_size_button"
    353353                                    id="cn_border_size_button">
    354                                 <option value="1px" <?= selected($cnButtonBorderSize == '1px') ?>>1px</option>
    355                                 <option value="2px" <?= selected($cnButtonBorderSize == '2px') ?>>2px</option>
    356                                 <option value="3px" <?= selected($cnButtonBorderSize == '3px') ?>>3px</option>
    357                                 <option value="4px" <?= selected($cnButtonBorderSize == '4px') ?>>4px</option>
    358                                 <option value="5px" <?= selected($cnButtonBorderSize == '5px') ?>>5px</option>
     354                                <option value="1px" <?php echo selected($cnButtonBorderSize == '1px') ?>>1px</option>
     355                                <option value="2px" <?php echo selected($cnButtonBorderSize == '2px') ?>>2px</option>
     356                                <option value="3px" <?php echo selected($cnButtonBorderSize == '3px') ?>>3px</option>
     357                                <option value="4px" <?php echo selected($cnButtonBorderSize == '4px') ?>>4px</option>
     358                                <option value="5px" <?php echo selected($cnButtonBorderSize == '5px') ?>>5px</option>
    359359                            </select>
    360360                        </div>
     
    396396                                <select class="form-control" name="cn_height_container"
    397397                                        id="cn_height_container">
    398                                     <option value="auto" <?= selected($cnHeightContainer == 'auto') ?>><?php _e('Default',
     398                                    <option value="auto" <?php echo selected($cnHeightContainer == 'auto') ?>><?php _e('Default',
    399399                                            'shapepress-dsgvo') ?></option>
    400                                     <option value="40px" <?= selected($cnHeightContainer == '40px') ?>>40px</option>
    401                                     <option value="45px" <?= selected($cnHeightContainer == '45px') ?>>45px</option>
    402                                     <option value="50px" <?= selected($cnHeightContainer == '50px') ?>>50px</option>
    403                                     <option value="55px" <?= selected($cnHeightContainer == '55px') ?>>55px</option>
    404                                     <option value="60px" <?= selected($cnHeightContainer == '60px') ?>>60px</option>
    405                                     <option value="65px" <?= selected($cnHeightContainer == '65px') ?>>65px</option>
    406                                     <option value="70px" <?= selected($cnHeightContainer == '70px') ?>>70px</option>
    407                                     <option value="75px" <?= selected($cnHeightContainer == '75px') ?>>75px</option>
    408                                     <option value="80px" <?= selected($cnHeightContainer == '80px') ?>>80px</option>
     400                                    <option value="40px" <?php echo selected($cnHeightContainer == '40px') ?>>40px</option>
     401                                    <option value="45px" <?php echo selected($cnHeightContainer == '45px') ?>>45px</option>
     402                                    <option value="50px" <?php echo selected($cnHeightContainer == '50px') ?>>50px</option>
     403                                    <option value="55px" <?php echo selected($cnHeightContainer == '55px') ?>>55px</option>
     404                                    <option value="60px" <?php echo selected($cnHeightContainer == '60px') ?>>60px</option>
     405                                    <option value="65px" <?php echo selected($cnHeightContainer == '65px') ?>>65px</option>
     406                                    <option value="70px" <?php echo selected($cnHeightContainer == '70px') ?>>70px</option>
     407                                    <option value="75px" <?php echo selected($cnHeightContainer == '75px') ?>>75px</option>
     408                                    <option value="80px" <?php echo selected($cnHeightContainer == '80px') ?>>80px</option>
    409409                                </select>
    410410                        </div>
     
    414414
    415415
    416                 <div class="form-group cn-customize-standard-notice-container <?= $cnCookieStyle == '00' ? 'spdsgvo-d-block': 'spdsgvo-d-none'?>">
     416                <div class="form-group cn-customize-standard-notice-container <?php echo $cnCookieStyle == '00' ? 'spdsgvo-d-block': 'spdsgvo-d-none'?>">
    417417                    <?php
    418418                    spDsgvoWriteInput('toggle', '', 'cn_show_dsgvo_icon', SPDSGVOSettings::get('cn_show_dsgvo_icon'),
     
    423423                </div>
    424424                <div class="form-group">
    425                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     425                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    426426                </div>
    427427            </div>
  • shapepress-dsgvo/trunk/admin/tabs/v3/subject-access-request/class-sp-dsgvo-subject-access-request-action.php

    r2197923 r2602888  
    1717            {
    1818                SPDSGVOSettings::set('sar_cron', $this->get('sar_cron', '0'));
    19                 SPDSGVOSettings::set('sar_dsgvo_accepted_text', $this->get('sar_dsgvo_accepted_text', ''));
     19                SPDSGVOSettings::set('sar_dsgvo_accepted_text', $this->get('sar_dsgvo_accepted_text', '', 'wp_kses_post'));
    2020                if($this->has('sar_page')){
    2121                    SPDSGVOSettings::set('sar_page', $this->get('sar_page'));
     
    2828                    SPDSGVOSettings::set('sar_email_notification', $this->get('sar_email_notification', '0'));
    2929                    SPDSGVOSettings::set('sar_email_title', $this->get('sar_email_title', ''));
    30                     SPDSGVOSettings::set('sar_email_content', $this->get('sar_email_content', ''));
     30                    SPDSGVOSettings::set('sar_email_content', $this->get('sar_email_content', '', 'wp_kses_post'));
    3131                }
    3232            }
  • shapepress-dsgvo/trunk/admin/tabs/v3/subject-access-request/page.php

    r2585298 r2602888  
    1414        </div>
    1515        <div class="card-body">
    16             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    17                 <input type="hidden" name="action" value="<?= SPDSGVOAdminSubjectAccessRequestAction::getActionName(); ?>">
     16            <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
     17                <input type="hidden" name="action" value="<?php echo SPDSGVOAdminSubjectAccessRequestAction::getActionName(); ?>">
    1818                <input type="hidden" name="subform" value="common-settings" />
    1919                <?php wp_nonce_field(SPDSGVOAdminSubjectAccessRequestAction::getActionName() . '-nonce'); ?>
     
    2323                    <?php $sarCron = SPDSGVOSettings::get('sar_cron'); ?>
    2424                    <select class="form-control" name="sar_cron" id="sar_cron">
    25                             <option value="0" <?= selected($sarCron === '0') ?>><?php _e('none', 'shapepress-dsgvo') ?></option>
    26                             <option value="1" <?= selected($sarCron === '1') ?>>
     25                            <option value="0" <?php echo selected($sarCron === '0') ?>><?php _e('none', 'shapepress-dsgvo') ?></option>
     26                            <option value="1" <?php echo selected($sarCron === '1') ?>>
    2727                                1 <?php _e('day', 'shapepress-dsgvo') ?></option>
    28                             <option value="2" <?= selected($sarCron === '2') ?>>
     28                            <option value="2" <?php echo selected($sarCron === '2') ?>>
    2929                                2 <?php _e('days', 'shapepress-dsgvo') ?></option>
    30                             <option value="3" <?= selected($sarCron === '3') ?>>
     30                            <option value="3" <?php echo selected($sarCron === '3') ?>>
    3131                                3 <?php _e('days', 'shapepress-dsgvo') ?></option>
    32                             <option value="7" <?= selected($sarCron === '4') ?>>
     32                            <option value="7" <?php echo selected($sarCron === '4') ?>>
    3333                                1 <?php _e('weeks', 'shapepress-dsgvo') ?></option>
    3434                        </select>
     
    5050                        <option value="0"><?php _e('Select', 'shapepress-dsgvo'); ?></option>
    5151                        <?php foreach (get_pages(array('number' => 0)) as $key => $page): ?>
    52                             <option <?= selected($sarPage == $page->ID) ?> value="<?= $page->ID ?>">
    53                                 <?= $page->post_title ?>
     52                            <option <?php echo  selected($sarPage == $page->ID) ?> value="<?php echo $page->ID ?>">
     53                                <?php echo  esc_html($page->post_title); ?>
    5454                            </option>
    5555                        <?php endforeach; ?>
     
    6363                        <small><?php _e('Create a page that uses the shortcode <code>[sar_form]</code>.', 'shapepress-dsgvo') ?>
    6464                            <a class="btn btn-secondary btn-block"
    65                                href="<?= SPDSGVOCreatePageAction::url(array('sar' => '1')) ?>"><?php _e('Create page', 'shapepress-dsgvo') ?></a>
     65                               href="<?php echo SPDSGVOCreatePageAction::url(array('sar' => '1')) ?>"><?php _e('Create page', 'shapepress-dsgvo') ?></a>
    6666                        </small>
    6767                    <?php elseif (!pageContainsString($sarPage, 'sar_form')): ?>
    6868                        <small><?php _e('Attention: The shortcode <code>[sar_form]</code> was not found on the page you selected.', 'shapepress-dsgvo') ?>
    6969                            <a class="btn btn-secondary btn-block"
    70                                href="<?= get_edit_post_link($sarPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
     70                               href="<?php echo get_edit_post_link($sarPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
    7171                        </small>
    7272                    <?php else: ?>
    7373                        <a class="btn btn-secondary btn-block"
    74                            href="<?= get_edit_post_link($sarPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
     74                           href="<?php echo get_edit_post_link($sarPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
    7575                    <?php endif; ?>
    7676                </div>
    7777
    7878                <div class="form-group">
    79                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     79                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    8080                </div>
    8181
     
    9090        </div>
    9191        <div class="card-body">
    92             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
     92            <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
    9393                <input type="hidden" name="action"
    94                        value="<?= SPDSGVOAdminSubjectAccessRequestAction::getActionName(); ?>">
     94                       value="<?php echo SPDSGVOAdminSubjectAccessRequestAction::getActionName(); ?>">
    9595                <input type="hidden" name="subform" value="notification-settings" />
    9696                <?php wp_nonce_field(SPDSGVOAdminSubjectAccessRequestAction::getActionName() . '-nonce'); ?>
     
    106106                    ?>
    107107
    108                     <small class="form-text text-muted mb-1"><?= __('Following you can configure the title and the content of the email which will be sent to the request, including his data. If you leave this field empty, the defaults will be used.', 'shapepress-dsgvo')?></small>
     108                    <small class="form-text text-muted mb-1"><?php _e('Following you can configure the title and the content of the email which will be sent to the request, including his data. If you leave this field empty, the defaults will be used.', 'shapepress-dsgvo')?></small>
    109109                    <?php
    110110
     
    124124
    125125                    <div class="form-group">
    126                         <label><?= __('Content of the email', 'shapepress-dsgvo')?></label>
     126                        <label><?php _e('Content of the email', 'shapepress-dsgvo')?></label>
    127127                        <?php wp_editor($content, 'sar_email_content',
    128128                            array('textarea_rows' => '10', 'drag_drop_upload' => 'false', 'teeny' => true, 'media_buttons' => false)); ?>
    129                         <small class="form-text text-muted"><?= __('Specify the email body. Use {{breakdown}} for data summary, {{count}} for amount of data, {{zip_link}} for URL to the data download.','shapepress-dsgvo');?></small>
     129                        <small class="form-text text-muted"><?php _e('Specify the email body. Use {{breakdown}} for data summary, {{count}} for amount of data, {{zip_link}} for URL to the data download.','shapepress-dsgvo');?></small>
    130130                    </div>
    131131
     
    133133
    134134                <div class="form-group">
    135                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     135                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    136136                </div>
    137137            </form>
     
    173173                <?php foreach ($pending as $key => $pendingRequest): ?>
    174174
    175                     <tr class="<?= ($key % 2 == 0) ? 'alternate' : '' ?>">
     175                    <tr class="<?php echo ($key % 2 == 0) ? 'alternate' : '' ?>">
    176176                        <td class="column-request-id">
    177                             <?= $pendingRequest->ID ?>
    178                         </td>
    179                         <td class="column-email"><strong><?= $pendingRequest->email ?></strong>
     177                            <?php echo $pendingRequest->ID ?>
     178                        </td>
     179                        <td class="column-email"><strong><?php echo  esc_html($pendingRequest->email); ?></strong>
    180180                        </td>
    181181                        <td class="column-integrations">
    182                             <?= htmlspecialchars($pendingRequest->first_name); ?>
     182                            <?php echo  esc_html($pendingRequest->first_name); ?>
    183183                        </td>
    184184                        <td class="column-auto-deleting-on">
    185                             <?= htmlspecialchars($pendingRequest->last_name); ?>
     185                            <?php echo  esc_html($pendingRequest->last_name); ?>
    186186                        </td>
    187187                        <td class="column-auto-deleting-on">
    188                             <?= $pendingRequest->dsgvo_accepted === '1' ? __('Yes', 'shapepress-dsgvo') : __('No', 'shapepress-dsgvo') ?>
     188                            <?php echo $pendingRequest->dsgvo_accepted === '1' ? __('Yes', 'shapepress-dsgvo') : __('No', 'shapepress-dsgvo') ?>
    189189                        </td>
    190190                        <td class="column-unsubscribe-user"><a class="btn btn-outline-primary"
    191                                                                href="<?= wp_nonce_url(SPDSGVOAdminSubjectAccessRequestAction::url(array('process' => $pendingRequest->ID)),
     191                                                               href="<?php echo wp_nonce_url(SPDSGVOAdminSubjectAccessRequestAction::url(array('process' => $pendingRequest->ID)),
    192192                                                                   SPDSGVOAdminSubjectAccessRequestAction::getActionName() . '-nonce') ?>"><?php _e('Run', 'shapepress-dsgvo'); ?></a>
    193193                        </td>
     
    232232            <p>
    233233                <a class="button-primary"
    234                    href="<?= wp_nonce_url(SPDSGVOAdminSubjectAccessRequestAction::url(array('all' => '1')),
     234                   href="<?php echo wp_nonce_url(SPDSGVOAdminSubjectAccessRequestAction::url(array('all' => '1')),
    235235                       SPDSGVOAdminSubjectAccessRequestAction::getActionName() . '-nonce') ?>"><?php _e('Run all', 'shapepress-dsgvo') ?></a>
    236236            </p>
     
    245245        </div>
    246246        <div class="card-body">
    247             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
     247            <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
    248248                <input type="hidden" name="action"
    249                        value="<?= SPDSGVOSubjectAccessRequestAction::getActionName(); ?>"> <input
     249                       value="<?php echo SPDSGVOSubjectAccessRequestAction::getActionName(); ?>"> <input
    250250                        type="hidden" name="is_admin" value="1"> <br>
    251251                <?php wp_nonce_field(SPDSGVOSubjectAccessRequestAction::getActionName() . '-nonce'); ?>
     
    292292                ?>
    293293                <div class="form-group">
    294                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Add entry', 'shapepress-dsgvo');?>">
     294                    <input type="submit" class="btn btn-primary btn-block" value="<?php echo _e('Add entry', 'shapepress-dsgvo');?>">
    295295                </div>
    296296            </form>
  • shapepress-dsgvo/trunk/admin/tabs/v3/super-unsubscribe/class-sp-dsgvo-dismiss-unsubscribe-action.php

    r2197923 r2602888  
    77    protected function run(){
    88        $id = $this->get('id');
    9         wp_delete_post($id);
     9        if (is_numeric()) {
     10            wp_delete_post( $id );
     11        }
    1012        die();
    1113    }
  • shapepress-dsgvo/trunk/admin/tabs/v3/super-unsubscribe/class-sp-dsgvo-super-unsubscribe-action.php

    r2197923 r2602888  
    1818                SPDSGVOSettings::set('unsubscribe_auto_delete', $this->get('unsubscribe_auto_delete', '0'));
    1919                SPDSGVOSettings::set('su_auto_del_time', $this->get('su_auto_del_time', '0'));
    20                 SPDSGVOSettings::set('su_dsgvo_accepted_text', $this->get('su_dsgvo_accepted_text', ''));
     20                SPDSGVOSettings::set('su_dsgvo_accepted_text', $this->get('su_dsgvo_accepted_text', '', 'wp_kses_post'));
    2121
    2222                // Set super_unsubscribe_page
     
    3131                    SPDSGVOSettings::set('su_email_notification', $this->get('su_email_notification', '0'));
    3232                    SPDSGVOSettings::set('su_email_title', $this->get('su_email_title', ''));
    33                     SPDSGVOSettings::set('su_email_content', $this->get('su_email_content', ''));
     33                    SPDSGVOSettings::set('su_email_content', $this->get('su_email_content', '', 'wp_kses_post'));
    3434                }
    3535            } elseif ($subform == 'integration-settings') {
  • shapepress-dsgvo/trunk/admin/tabs/v3/super-unsubscribe/page.php

    r2585298 r2602888  
    1313        </div>
    1414        <div class="card-body">
    15             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
    16                 <input type="hidden" name="action" value="<?= SPDSGVOSuperUnsubscribeAction::getActionName(); ?>"> <input
    17                         type="hidden" name="CSRF" value="<?= sp_dsgvo_CSRF_TOKEN() ?>">
     15            <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
     16                <input type="hidden" name="action" value="<?php echo SPDSGVOSuperUnsubscribeAction::getActionName(); ?>"> <input
     17                        type="hidden" name="CSRF" value="<?php echo sp_dsgvo_CSRF_TOKEN() ?>">
    1818                <input type="hidden" name="subform" value="common-settings" />
    1919                <?php wp_nonce_field(SPDSGVOSuperUnsubscribeAction::getActionName() . '-nonce'); ?>
     
    3030                    <?php $suAutoDelTime = SPDSGVOSettings::get('su_auto_del_time'); ?>
    3131                    <select class="form-control" name="su_auto_del_time"  id="su_auto_del_time">
    32                         <option value="0" <?= selected($suAutoDelTime === '0') ?>><?php _e('none', 'shapepress-dsgvo') ?></option>
    33                         <option value="1m" <?= selected($suAutoDelTime === '1m') ?>>
     32                        <option value="0" <?php echo selected($suAutoDelTime === '0') ?>><?php _e('none', 'shapepress-dsgvo') ?></option>
     33                        <option value="1m" <?php echo selected($suAutoDelTime === '1m') ?>>
    3434                            1 <?php _e('month', 'shapepress-dsgvo') ?></option>
    35                         <option value="3m" <?= selected($suAutoDelTime === '3m') ?>>
     35                        <option value="3m" <?php echo selected($suAutoDelTime === '3m') ?>>
    3636                            3 <?php _e('months', 'shapepress-dsgvo') ?></option>
    37                         <option value="6m" <?= selected($suAutoDelTime === '6m') ?>>
     37                        <option value="6m" <?php echo selected($suAutoDelTime === '6m') ?>>
    3838                            6 <?php _e('months', 'shapepress-dsgvo') ?></option>
    39                         <option value="1y" <?= selected($suAutoDelTime === '1y') ?>>
     39                        <option value="1y" <?php echo selected($suAutoDelTime === '1y') ?>>
    4040                            1 <?php _e('year', 'shapepress-dsgvo') ?></option>
    41                         <option value="6y" <?= selected($suAutoDelTime === '6y') ?>>
     41                        <option value="6y" <?php echo selected($suAutoDelTime === '6y') ?>>
    4242                            6 <?php _e('years', 'shapepress-dsgvo') ?></option>
    43                         <option value="7y" <?= selected($suAutoDelTime === '7y') ?>>
     43                        <option value="7y" <?php echo selected($suAutoDelTime === '7y') ?>>
    4444                            7 <?php _e('years', 'shapepress-dsgvo') ?></option>
    4545                    </select>
     
    6363                        <option value="0"><?php _e('Select', 'shapepress-dsgvo'); ?></option>
    6464                        <?php foreach (get_pages(array('number' => 0)) as $key => $page): ?>
    65                             <option <?= selected($suPage == $page->ID) ?> value="<?= $page->ID ?>">
    66                                 <?= $page->post_title ?>
     65                            <option <?php echo  selected($suPage == $page->ID) ?> value="<?php echo $page->ID ?>">
     66                                <?php echo  esc_html($page->post_title); ?>
    6767                            </option>
    6868                        <?php endforeach; ?>
     
    7474                        <small><?php _e('Create a page that uses the shortcode <code>[unsubscribe_form]</code>.', 'shapepress-dsgvo') ?>
    7575                            <a class="btn btn-secondary btn-block"
    76                                href="<?= SPDSGVOCreatePageAction::url(array('super_unsubscribe_page' => '1')) ?>"><?php _e('Create page', 'shapepress-dsgvo') ?></a>
     76                               href="<?php echo SPDSGVOCreatePageAction::url(array('super_unsubscribe_page' => '1')) ?>"><?php _e('Create page', 'shapepress-dsgvo') ?></a>
    7777                        </small>
    7878                    <?php elseif (!pageContainsString($suPage, 'unsubscribe_form')): ?>
    7979                        <small><?php _e('Attention: The shortcode <code>[unsubscribe_form]</code> that should be on the selected page was not found. Thus, the user has no opportunity to ask a deletion request.', 'shapepress-dsgvo') ?>
    8080                            <a class="btn btn-secondary btn-block"
    81                                href="<?= get_edit_post_link($suPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
     81                               href="<?php echo get_edit_post_link($suPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
    8282                        </small>
    8383                    <?php else: ?>
    8484                        <a class="btn btn-secondary btn-block"
    85                            href="<?= get_edit_post_link($suPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
     85                           href="<?php echo get_edit_post_link($suPage) ?>"><?php _e('Edit page', 'shapepress-dsgvo') ?></a>
    8686                    <?php endif; ?>
    8787                </div>
    8888
    8989                <div class="form-group">
    90                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     90                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    9191                </div>
    9292
     
    101101        </div>
    102102        <div class="card-body">
    103             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
     103            <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
    104104                <input type="hidden" name="action"
    105                        value="<?= SPDSGVOSuperUnsubscribeAction::getActionName(); ?>">
     105                       value="<?php echo SPDSGVOSuperUnsubscribeAction::getActionName(); ?>">
    106106                <input type="hidden" name="subform" value="integration-settings" />
    107107                <?php wp_nonce_field(SPDSGVOSuperUnsubscribeAction::getActionName() . '-nonce'); ?>
     
    114114                        <?php $wooDataAction = SPDSGVOSettings::get('su_woo_data_action'); ?>
    115115                        <select class="form-control" name="su_woo_data_action" id="su_woo_data_action">
    116                             <option value="ignore" <?= selected($wooDataAction === 'ignore') ?>><?php _e('No action', 'shapepress-dsgvo') ?></option>
    117                             <option value="pseudo" <?= selected($wooDataAction === 'pseudo') ?>><?php _e('Pseudonymise', 'shapepress-dsgvo') ?></option>
    118                             <option value="del" <?= selected($wooDataAction === 'del') ?>><?php _e('Delete', 'shapepress-dsgvo') ?></option>
     116                            <option value="ignore" <?php echo selected($wooDataAction === 'ignore') ?>><?php _e('No action', 'shapepress-dsgvo') ?></option>
     117                            <option value="pseudo" <?php echo selected($wooDataAction === 'pseudo') ?>><?php _e('Pseudonymise', 'shapepress-dsgvo') ?></option>
     118                            <option value="del" <?php echo selected($wooDataAction === 'del') ?>><?php _e('Delete', 'shapepress-dsgvo') ?></option>
    119119                        </select>
    120120                    <small class="form-text text-muted"><?php _e('Specifies what should happen to personal data of orders.', 'shapepress-dsgvo') ?></small>
     
    125125                    <?php $bbPDataAction = SPDSGVOSettings::get('su_bbpress_data_action'); ?>
    126126                    <select class="form-control" name="su_bbpress_data_action" id="su_bbpress_data_action">
    127                         <option value="ignore" <?= selected($bbPDataAction === 'ignore') ?>><?php _e('No action', 'shapepress-dsgvo') ?></option>
    128                         <option value="pseudo" <?= selected($bbPDataAction === 'pseudo') ?>><?php _e('Pseudonymise', 'shapepress-dsgvo') ?></option>
    129                         <option value="del" <?= selected($bbPDataAction === 'del') ?>><?php _e('Delete', 'shapepress-dsgvo') ?></option>
     127                        <option value="ignore" <?php echo selected($bbPDataAction === 'ignore') ?>><?php _e('No action', 'shapepress-dsgvo') ?></option>
     128                        <option value="pseudo" <?php echo selected($bbPDataAction === 'pseudo') ?>><?php _e('Pseudonymise', 'shapepress-dsgvo') ?></option>
     129                        <option value="del" <?php echo selected($bbPDataAction === 'del') ?>><?php _e('Delete', 'shapepress-dsgvo') ?></option>
    130130                    </select>
    131131                    <small class="form-text text-muted"><?php _e('Specifies what should happen with forum entries.', 'shapepress-dsgvo') ?></small>
     
    136136                    <?php $buddyPressDataAction = SPDSGVOSettings::get('su_buddypress_data_action'); ?>
    137137                    <select class="form-control" name="su_buddypress_data_action" id="su_buddypress_data_action">
    138                         <option value="ignore" <?= selected($buddyPressDataAction === 'ignore') ?>><?php _e('No action', 'shapepress-dsgvo') ?></option>
    139                         <option value="pseudo" <?= selected($buddyPressDataAction === 'pseudo') ?>><?php _e('Pseudonymise', 'shapepress-dsgvo') ?></option>
    140                         <option value="del" <?= selected($buddyPressDataAction === 'del') ?>><?php _e('Delete', 'shapepress-dsgvo') ?></option>
     138                        <option value="ignore" <?php echo selected($buddyPressDataAction === 'ignore') ?>><?php _e('No action', 'shapepress-dsgvo') ?></option>
     139                        <option value="pseudo" <?php echo selected($buddyPressDataAction === 'pseudo') ?>><?php _e('Pseudonymise', 'shapepress-dsgvo') ?></option>
     140                        <option value="del" <?php echo selected($buddyPressDataAction === 'del') ?>><?php _e('Delete', 'shapepress-dsgvo') ?></option>
    141141                    </select>
    142142                    <small class="form-text text-muted"><?php _e('Specifies what should happen with forum entries.', 'shapepress-dsgvo') ?></small>
     
    147147                    <?php $cf7DataAction = SPDSGVOSettings::get('su_cf7_data_action'); ?>
    148148                    <select class="form-control" name="su_cf7_data_action" id="su_cf7_data_action">
    149                         <option value="ignore" <?= selected($cf7DataAction === 'ignore') ?>><?php _e('No action', 'shapepress-dsgvo') ?></option>
    150                         <option value="pseudo" <?= selected($cf7DataAction === 'pseudo') ?>><?php _e('Pseudonymise', 'shapepress-dsgvo') ?></option>
    151                         <option value="del" <?= selected($cf7DataAction === 'del') ?>><?php _e('Delete', 'shapepress-dsgvo') ?></option>
     149                        <option value="ignore" <?php echo selected($cf7DataAction === 'ignore') ?>><?php _e('No action', 'shapepress-dsgvo') ?></option>
     150                        <option value="pseudo" <?php echo selected($cf7DataAction === 'pseudo') ?>><?php _e('Pseudonymise', 'shapepress-dsgvo') ?></option>
     151                        <option value="del" <?php echo selected($cf7DataAction === 'del') ?>><?php _e('Delete', 'shapepress-dsgvo') ?></option>
    152152                    </select>
    153153                    <small class="form-text text-muted"><?php _e('Specifies what to do with contact entries and messages.', 'shapepress-dsgvo') ?></small>
     
    155155
    156156                    <div class="form-group">
    157                         <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     157                        <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    158158                    </div>
    159159            </div>
     
    168168        </div>
    169169        <div class="card-body">
    170             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
     170            <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
    171171                <input type="hidden" name="action"
    172                        value="<?= SPDSGVOSuperUnsubscribeAction::getActionName(); ?>">
     172                       value="<?php echo SPDSGVOSuperUnsubscribeAction::getActionName(); ?>">
    173173                <input type="hidden" name="subform" value="notification-settings" />
    174174                <?php wp_nonce_field(SPDSGVOSuperUnsubscribeAction::getActionName() . '-nonce'); ?>
     
    209209
    210210                <div class="form-group">
    211                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     211                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    212212                </div>
    213213            </form>
     
    238238            <li>
    239239                <a
    240                         href="<?= SPDSGVO::adminURL(array('tab' => 'super-unsubscribe', 'status' => 'pending')) ?>"
    241                         class="<?= ($status === 'pending') ? 'current' : ''; ?>" aria-current="page">
     240                        href="<?php echo SPDSGVO::adminURL(array('tab' => 'super-unsubscribe', 'status' => 'pending')) ?>"
     241                        class="<?php echo ($status === 'pending') ? 'current' : ''; ?>" aria-current="page">
    242242                    <?php _e('Pending', 'shapepress-dsgvo') ?>
    243243                </a>
     
    245245            <li>
    246246                <a
    247                         href="<?= SPDSGVO::adminURL(array('tab' => 'super-unsubscribe', 'status' => 'done')) ?>"
    248                         class="<?= ($status === 'done') ? 'current' : ''; ?>" aria-current="page">
     247                        href="<?php echo SPDSGVO::adminURL(array('tab' => 'super-unsubscribe', 'status' => 'done')) ?>"
     248                        class="<?php echo ($status === 'done') ? 'current' : ''; ?>" aria-current="page">
    249249                    <?php _e('Done', 'shapepress-dsgvo') ?>
    250250                </a>
     
    280280                <?php foreach ($confirmed as $key => $confirmedRequest): ?>
    281281
    282                     <tr class="<?= ($key % 2 == 0) ? 'alternate' : '' ?>">
     282                    <tr class="<?php echo ($key % 2 == 0) ? 'alternate' : '' ?>">
    283283                        <td class="column-request-id">
    284284                            <span class="wpk-services-table-name"><?php _e('ID', 'shapepress-dsgvo') ?></span>
    285                             <?= $confirmedRequest->ID ?>
     285                            <?php echo $confirmedRequest->ID ?>
    286286                        </td>
    287287                        <td class="column-email">
    288288                            <span class="wpk-services-table-name"><?php _e('Email', 'shapepress-dsgvo') ?></span>
    289                             <strong><?= $confirmedRequest->email ?></strong>
     289                            <strong><?php echo  esc_html($confirmedRequest->email); ?></strong>
    290290                        </td>
    291291                        <td class="column-integrations">
    292292                            <span class="wpk-services-table-name"><?php _e('First name', 'shapepress-dsgvo') ?></span>
    293                             <?= htmlspecialchars($confirmedRequest->first_name); ?>
     293                            <?php echo  esc_html($confirmedRequest->first_name); ?>
    294294                        </td>
    295295                        <td class="column-auto-deleting-on">
    296296                            <span class="wpk-services-table-name"><?php _e('Last name', 'shapepress-dsgvo') ?></span>
    297                             <?= htmlspecialchars($confirmedRequest->last_name); ?>
     297                            <?php echo  esc_html($confirmedRequest->last_name); ?>
    298298                        </td>
    299299                        <td class="column-auto-deleting-on">
    300300                            <span class="wpk-services-table-name"><?php _e('GDPR approval', 'shapepress-dsgvo') ?></span>
    301                             <?= $confirmedRequest->dsgvo_accepted === '1' ? _e('Yes', 'shapepress-dsgvo') : _e('No', 'shapepress-dsgvo') ?>
     301                            <?php echo $confirmedRequest->dsgvo_accepted === '1' ? _e('Yes', 'shapepress-dsgvo') : _e('No', 'shapepress-dsgvo') ?>
    302302                        </td>
    303303                        <td class="column-auto-deleting-on">
    304304                            <span class="wpk-services-table-name"><?php _e('State', 'shapepress-dsgvo') ?></span>
    305                             <?= ucfirst($confirmedRequest->status) ?>
     305                            <?php echo  esc_html(ucfirst($confirmedRequest->status)); ?>
    306306                        </td>
    307307                        <td class="column-unsubscribe-user">
     
    311311                            <?php else: ?>
    312312                                <a class="button-primary"
    313                                    href="<?= wp_nonce_url(SPDSGVOSuperUnsubscribeAction::url(array('process' => $confirmedRequest->ID)),
     313                                   href="<?php echo wp_nonce_url(SPDSGVOSuperUnsubscribeAction::url(array('process' => $confirmedRequest->ID)),
    314314                                       SPDSGVOSuperUnsubscribeAction::getActionName() . '-nonce') ?>"><?php _e('Delete now', 'shapepress-dsgvo') ?></a>
    315315                            <?php endif; ?>
     
    363363            <p>
    364364                <a class="button-primary"
    365                    href="<?= wp_nonce_url(SPDSGVOSuperUnsubscribeAction::url(array('all' => '1')),
     365                   href="<?php echo wp_nonce_url(SPDSGVOSuperUnsubscribeAction::url(array('all' => '1')),
    366366                       SPDSGVOSuperUnsubscribeAction::getActionName() . '-nonce') ?>"><?php _e('Delete all', 'shapepress-dsgvo') ?></a>
    367367            </p>
     
    379379        </div>
    380380        <div class="card-body">
    381             <form method="post" action="<?= admin_url('/admin-ajax.php'); ?>">
     381            <form method="post" action="<?php echo admin_url('/admin-ajax.php'); ?>">
    382382                <input type="hidden" name="action"
    383                        value="<?= SPDSGVOSuperUnsubscribeFormAction::getActionName(); ?>"> <input
     383                       value="<?php echo SPDSGVOSuperUnsubscribeFormAction::getActionName(); ?>"> <input
    384384                        type="hidden" name="is_admin" value="1"> <br>
    385385                <?php wp_nonce_field(SPDSGVOSuperUnsubscribeFormAction::getActionName() . '-nonce'); ?>
     
    426426                ?>
    427427                <div class="form-group">
    428                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Add entry', 'shapepress-dsgvo');?>">
     428                    <input type="submit" class="btn btn-primary btn-block" value="<?php echo _e('Add entry', 'shapepress-dsgvo');?>">
    429429                </div>
    430430            </form>
  • shapepress-dsgvo/trunk/admin/tabs/v3/webinars/page.php

    r2457812 r2602888  
    99    <div class="row no-gutters">
    1010        <div class="col-md-3">
    11             <img src="https://legalweb.io/wp-content/uploads/DSGVO-Seminar.jpg" style="width: 250px" class="rounded float-left m-2" alt="Mag. Peter Harlander">
     11            <img src="<?php echo esc_attr(SPDSGVO::pluginURI('admin\images\DSGVO-Seminar.jpg')); ?>" style="width: 250px" class="rounded float-left m-2" alt="Mag. Peter Harlander">
    1212        </div>
    1313        <div class="col-md-9">
     
    8989
    9090                    $result .= '<div class="list-group-item font-weight-bold py-1 px-1">';
    91                     $result .= '<a href="' . $webinar['link'] . '" class="clear" target="_blank">';
    92                     $result .= '<span class="seminare-date">' . date_format(date_create_from_format("Y-m-d H:i", $meta['event_beginn'][0]), "d.m.") . ' </span>';
     91                    $result .= '<a href="' . esc_url($webinar['link']) . '" class="clear" target="_blank">';
     92                    $result .= '<span class="seminare-date">' . esc_html(date_format(date_create_from_format("Y-m-d H:i", $meta['event_beginn'][0]), "d.m.")) . ' </span>';
    9393                    $result .= '<span class="seminare-text">';
    94                     $result .= $webinar['title']['rendered'] . ' <br />';
     94                    $result .= esc_html($webinar['title']['rendered']) . ' <br />';
    9595                    $result .= '</span>';
    9696                    $result .= '</a>';
     
    104104            }else
    105105            {
    106                 echo __('Currently no dates planed. You can watch the videos of past webinars on our  <a href="https://www.youtube.com/channel/UCxPJiWLFirO_KJpm-TeyQhg" target="_blank">YouTube channel</a>','shapepress-dsgvo');
     106                _e('Currently no dates planed. You can watch the videos of past webinars on our  <a href="https://www.youtube.com/channel/UCxPJiWLFirO_KJpm-TeyQhg" target="_blank">YouTube channel</a>','shapepress-dsgvo');
    107107            }
    108108            ?>
  • shapepress-dsgvo/trunk/includes/class-sp-dsgvo-ajax-action.php

    r2197937 r2602888  
    3737
    3838    public function __construct(){
    39         $this->request = $_REQUEST;
     39        $this->request = $_REQUEST; // we dont sanitize here, because we sanitize in the get(...) method
    4040        if($this->isLoggedIn()){
    4141            $this->user = wp_get_current_user();
     
    9393            throw new Exception(__("Public property \$action not provied", 'shapepress-dsgvo'));
    9494        }
    95         return $action->action;
     95        return esc_attr($action->action);
    9696    }
    9797
     
    120120
    121121    public function error($message){
    122         echo $message;
     122        echo esc_html($message);
    123123        die();
    124124    }
     
    171171     * @param  string $key     key
    172172     * @param  string $default default string
     173     * @param  string $sanitizeMethod default sanitize_text_field
    173174     * @return mixed
    174175     */
    175     public function get($key, $default = NULL, $stripslashes = TRUE){
     176    public function get($key, $default = NULL, $sanitizeMethod = 'sanitize_text_field', $stripslashes = TRUE){
    176177        if($this->has($key)){
     178
     179            $result = $this->request[$key];
    177180
    178181            if(is_array($this->request[$key])){
    179182                return $this->request[$key];
    180183            }
     184            if(isset($sanitizeMethod) && function_exists($sanitizeMethod)){
     185                $result = call_user_func($sanitizeMethod, $result);
     186            }
    181187
    182188            if($stripslashes){
    183                 return stripslashes($this->request[$key]);
    184             }
    185 
    186             return $this->request[$key];
     189                $result = stripslashes($result);
     190            }
     191
     192            return $result;
    187193        }
    188194        return $default;
  • shapepress-dsgvo/trunk/includes/class-sp-dsgvo-embedding-api-base.php

    r2286328 r2602888  
    2525    }
    2626
    27     final private function __clone()
     27    final function __clone()
    2828    {
    2929    }
     
    153153
    154154        // the settings are stored in an array like  "integration-slug" => '0'
    155         $integrationSettings = json_decode(stripslashes($_COOKIE[SPDSGVOConstants::CCOKIE_NAME]));
     155        $integrationSettings = json_decode(htmlentities(stripslashes($_COOKIE[SPDSGVOConstants::CCOKIE_NAME]), ENT_QUOTES | ENT_HTML5, 'UTF-8'));
    156156        if (isset($integrationSettings->integrations) == false) return false;
    157157
  • shapepress-dsgvo/trunk/includes/class-sp-dsgvo-integration-api-base.php

    r2286328 r2602888  
    2525    }
    2626
    27     final private function __clone()
     27    final function __clone()
    2828    {
    2929    }
     
    192192
    193193        // the settings are stored in an array like  "integration-slug" => '0'
    194         $integrationSettings = json_decode(stripslashes($_COOKIE[SPDSGVOConstants::CCOKIE_NAME]));
     194        $integrationSettings = json_decode(htmlentities(stripslashes($_COOKIE[SPDSGVOConstants::CCOKIE_NAME]), ENT_QUOTES | ENT_HTML5, 'UTF-8'));
    195195        if (isset($integrationSettings->integrations) == false) return false;
    196196
  • shapepress-dsgvo/trunk/includes/class-sp-dsgvo-integration.php

    r2204538 r2602888  
    8686    }
    8787
    88     public function get($key, $default = NULL, $stripslashes = TRUE){
     88    public function get($key, $default = NULL, $sanitizeMethod = 'sanitize_text_field', $stripslashes = TRUE){
    8989        if($this->has($key)){
     90
     91            $result = $_REQUEST[$key];
     92
     93            if(isset($sanitizeMethod) && function_exists($sanitizeMethod)){
     94                $result = call_user_func($sanitizeMethod, $result);
     95            }
     96
    9097            if($stripslashes){
    91                 return stripslashes($_REQUEST[$key]);
     98                $result = stripslashes($result);
    9299            }
    93             return $_REQUEST[$key];
     100
     101            return $result;
    94102        }
    95103        return $default;
  • shapepress-dsgvo/trunk/includes/class-sp-dsgvo-language-tools.php

    r2584667 r2602888  
    6161                break;
    6262            case "wpglobus":
    63                 /*
    64                 $languageCookieThere = isset($_COOKIE[WPGlobus::_COOKIE]);
    65                 if ($languageCookieThere == false) {
    66                     $currentLanguage = WPGlobus::Config()->language;
    67                 } else
    68                 {
    69                     $currentLanguage = stripslashes($_COOKIE[WPGlobus::_COOKIE]);
    70                 }*/
    7163                $currentLanguage = WPGlobus::Config()->language;
    7264                break;
  • shapepress-dsgvo/trunk/includes/class-sp-dsgvo.php

    r2584667 r2602888  
    150150            //======================================================================
    151151            SPDSGVO::pluginDir('public/actions/unsubscribe.php'),
    152             SPDSGVO::pluginDir('public/actions/user-permissions.php'),
    153152            SPDSGVO::pluginDir('public/actions/popup-accept.php'),
    154153            SPDSGVO::pluginDir('public/actions/notice-action.php'),
     
    365364
    366365        // upgrade notice
    367         $this->loader->add_action('in_plugin_update_message-shapepress-dsgvo/sp-dsgvo.php', $admin, 'showUpgradeMessage', 10, 2);
     366        //$this->loader->add_action('in_plugin_update_message-shapepress-dsgvo/sp-dsgvo.php', $admin, 'showUpgradeMessage', 10, 2);
    368367        // do migration logic
    369368        //$this->loader->add_action('upgrader_process_complete', SPDSGVOMigrator::getInstance(), 'checkForMigrations', 10, 2);
  • shapepress-dsgvo/trunk/includes/helpers.php

    r2286328 r2602888  
    271271        if ($type === 'switch' || $type === 'toggle' || $type === 'radio') :
    272272        ?>
    273             <div class="custom-control custom-<?= $type?>">
    274                 <input type="<?= $inputType?>"" class="custom-control-input <?= $class?>" id="<?= $id?>" name="<?= $settingsKey?>"
    275                        value="<?= $cbValue?>" <?= checked($initalValue, $cbValue); ?>
    276                        <?= $enabled == false ? 'disabled' : ''?>>
     273            <div class="custom-control custom-<?php echo $type?>">
     274                <input type="<?php echo  esc_attr($inputType); ?>"" class="custom-control-input <?php echo  esc_attr($class);?>" id="<?php echo  esc_attr($id);?>" name="<?php echo  esc_attr($settingsKey);?>"
     275                       value="<?php echo esc_attr($cbValue);?>" <?php echo checked($initalValue, $cbValue); ?>
     276                       <?php echo $enabled == false ? 'disabled' : ''?>>
    277277
    278278                <?php if(empty($label) == false): ?>
    279                 <label class="custom-control-label" for="<?= $id?>"><?= $label; ?></label>
     279                <label class="custom-control-label" for="<?php echo  esc_attr($id)?>"><?php echo $label; ?></label>
    280280                <?php endif; ?>
    281281            </div>
    282282            <?php if(empty($infoText) == false): ?>
    283             <small class="form-text text-muted"><?= $infoText ?></small>
     283            <small class="form-text text-muted"><?php echo $infoText ?></small>
    284284            <?php endif; ?>
    285285        <?php
     
    290290
    291291            <?php if(empty($label) == false): ?>
    292             <label for="<?= $id?>"><?= $label; ?></label>
     292            <label for="<?php echo  $id?>"><?php echo $label; ?></label>
    293293            <?php endif; ?>
    294             <input type="<?= $type?>" class="form-control <?= $class?>" id="<?= $id?>" name="<?= $settingsKey?>" placeholder="<?= $placeholder;?>"
    295                    value="<?= $initalValue; ?>" <?= $enabled == false ? 'readonly' : ''?>>
     294            <input type="<?php echo  $type?>" class="form-control <?php echo  $class?>" id="<?php echo  $id?>" name="<?php echo  $settingsKey?>" placeholder="<?php echo $placeholder;?>"
     295                   value="<?php echo  esc_attr($initalValue); ?>" <?php echo $enabled == false ? 'readonly' : ''?>>
    296296            <?php if(empty($infoText) == false): ?>
    297             <small class="form-text text-muted"><?= $infoText ?></small>
     297            <small class="form-text text-muted"><?php echo $infoText ?></small>
    298298            <?php endif; ?>
    299299
     
    305305
    306306            <?php if(empty($label) == false): ?>
    307             <label for="<?= $id?>"><?= $label; ?></label>
     307            <label for="<?php echo  $id?>"><?php echo $label; ?></label>
    308308            <?php endif; ?>
    309             <textarea rows="5" class="form-control <?= $class?>" id="<?= $id?>" name="<?= $settingsKey?>" placeholder="<?= $placeholder;?>" <?= $enabled == false ? 'disabled' : ''?>><?= $initalValue; ?></textarea>
     309            <textarea rows="5" class="form-control <?php echo  $class?>" id="<?php echo  $id?>" name="<?php echo  $settingsKey?>" placeholder="<?php echo  $placeholder;?>" <?php echo  $enabled == false ? 'disabled' : ''?>><?php echo  esc_textarea($initalValue); ?></textarea>
    310310            <?php if(empty($infoText) == false): ?>
    311             <small class="form-text text-muted"><?= $infoText ?></small>
     311            <small class="form-text text-muted"><?php echo $infoText ?></small>
    312312        <?php endif; ?>
    313313
     
    328328        ?>
    329329
    330         <label for="<?= $id?>"><?= $label; ?></label>
    331         <select class="form-control <?= $class?>" id="<?= $id?>" name="<?= $settingsKey?>">
     330        <label for="<?php echo  $id?>"><?php echo $label; ?></label>
     331        <select class="form-control <?php echo  $class?>" id="<?php echo  $id?>" name="<?php echo $settingsKey?>">
    332332
    333333            <?php if (empty($placeholder) == false) :?>
    334             <option value=""><?= $placeholder; ?></option>
     334            <option value=""><?php echo $placeholder; ?></option>
    335335            <?php endif;?>
    336336
    337337            <?php foreach ($elements as $id => $element) :?>
    338338
    339                 <option value="<?= $id; ?>" <?= selected($id == $initalValue) ?>><?= $element; ?></option>
     339                <option value="<?php echo  esc_attr($id); ?>" <?php echo  selected($id == $initalValue) ?>><?php echo  esc_html($element); ?></option>
    340340
    341341             <?php endforeach; ?>
    342342            // todo
    343343        </select>
    344         <small class="form-text text-muted"><?= $infoText ?></small>
     344        <small class="form-text text-muted"><?php echo $infoText ?></small>
    345345        <?php
    346346
  • shapepress-dsgvo/trunk/includes/integrations/embeddings/facebook-feed/page.php

    r2286328 r2602888  
    99<div class="card">
    1010    <div class="card-header d-flex">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
    12         <small class="ml-auto"><?= __('Content Blocker Id: ', 'shapepress-dsgvo') ?><?= $apiInstance->getSlug(); ?></small>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
     12        <small class="ml-auto"><?php _e('Content Blocker Id: ', 'shapepress-dsgvo') ?><?php echo $apiInstance->getSlug(); ?></small>
    1313    </div>
    1414    <div class="card-body">
    1515        <div class="position-relative">
    1616            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    17             <form method="post" action="<?= SPDSGVOFacebookFeedIntegration::formURL() ?>">
    18                 <input type="hidden" name="action" value="<?= SPDSGVOFacebookFeedIntegration::action() ?>">
     17            <form method="post" action="<?php echo SPDSGVOFacebookFeedIntegration::formURL() ?>">
     18                <input type="hidden" name="action" value="<?php echo SPDSGVOFacebookFeedIntegration::action() ?>">
    1919                <?php wp_nonce_field(SPDSGVOFacebookFeedIntegration::action() . '-nonce'); ?>
    2020
     
    3030
    3131                <div class="form-group">
    32                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     32                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    3333                </div>
    3434
  • shapepress-dsgvo/trunk/includes/integrations/embeddings/gmaps/page.php

    r2286328 r2602888  
    99<div class="card">
    1010    <div class="card-header d-flex">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
    12         <small class="ml-auto"><?= __('Content Blocker Id: ', 'shapepress-dsgvo') ?><?= $apiInstance->getSlug(); ?></small>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
     12        <small class="ml-auto"><?php _e('Content Blocker Id: ', 'shapepress-dsgvo') ?><?php echo $apiInstance->getSlug(); ?></small>
    1313    </div>
    1414    <div class="card-body">
    1515        <div class="position-relative">
    1616            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    17             <form method="post" action="<?= SPDSGVOGmapsIntegration::formURL() ?>">
    18                 <input type="hidden" name="action" value="<?= SPDSGVOGmapsIntegration::action() ?>">
     17            <form method="post" action="<?php echo SPDSGVOGmapsIntegration::formURL() ?>">
     18                <input type="hidden" name="action" value="<?php echo SPDSGVOGmapsIntegration::action() ?>">
    1919                <?php wp_nonce_field(SPDSGVOGmapsIntegration::action() . '-nonce'); ?>
    2020
     
    3030
    3131                <div class="form-group">
    32                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     32                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    3333                </div>
    3434
  • shapepress-dsgvo/trunk/includes/integrations/embeddings/instagram/page.php

    r2286328 r2602888  
    99<div class="card">
    1010    <div class="card-header d-flex">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
    12         <small class="ml-auto"><?= __('Content Blocker Id: ', 'shapepress-dsgvo') ?><?= $apiInstance->getSlug(); ?></small>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
     12        <small class="ml-auto"><?php _e('Content Blocker Id: ', 'shapepress-dsgvo') ?><?php echo $apiInstance->getSlug(); ?></small>
    1313    </div>
    1414    <div class="card-body">
    1515        <div class="position-relative">
    1616            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    17             <form method="post" action="<?= SPDSGVOInstagramIntegration::formURL() ?>">
    18                 <input type="hidden" name="action" value="<?= SPDSGVOInstagramIntegration::action() ?>">
     17            <form method="post" action="<?php echo SPDSGVOInstagramIntegration::formURL() ?>">
     18                <input type="hidden" name="action" value="<?php echo SPDSGVOInstagramIntegration::action() ?>">
    1919                <?php wp_nonce_field(SPDSGVOInstagramIntegration::action() . '-nonce'); ?>
    2020
     
    3030
    3131                <div class="form-group">
    32                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     32                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    3333                </div>
    3434
  • shapepress-dsgvo/trunk/includes/integrations/embeddings/openstreetmap/page.php

    r2286328 r2602888  
    99<div class="card">
    1010    <div class="card-header d-flex">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
    12         <small class="ml-auto"><?= __('Content Blocker Id: ', 'shapepress-dsgvo') ?><?= $apiInstance->getSlug(); ?></small>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
     12        <small class="ml-auto"><?php _e('Content Blocker Id: ', 'shapepress-dsgvo') ?><?php echo $apiInstance->getSlug(); ?></small>
    1313    </div>
    1414    <div class="card-body">
    1515        <div class="position-relative">
    1616            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    17             <form method="post" action="<?= SPDSGVOOpenstreetmapIntegration::formURL() ?>">
    18                 <input type="hidden" name="action" value="<?= SPDSGVOOpenstreetmapIntegration::action() ?>">
     17            <form method="post" action="<?php echo SPDSGVOOpenstreetmapIntegration::formURL() ?>">
     18                <input type="hidden" name="action" value="<?php echo SPDSGVOOpenstreetmapIntegration::action() ?>">
    1919                <?php wp_nonce_field(SPDSGVOOpenstreetmapIntegration::action() . '-nonce'); ?>
    2020
     
    3030
    3131                <div class="form-group">
    32                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     32                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    3333                </div>
    3434
  • shapepress-dsgvo/trunk/includes/integrations/embeddings/soundcloud/page.php

    r2286328 r2602888  
    99<div class="card">
    1010    <div class="card-header d-flex">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
    12         <small class="ml-auto"><?= __('Content Blocker Id: ', 'shapepress-dsgvo') ?><?= $apiInstance->getSlug(); ?></small>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
     12        <small class="ml-auto"><?php _e('Content Blocker Id: ', 'shapepress-dsgvo') ?><?php echo $apiInstance->getSlug(); ?></small>
    1313    </div>
    1414    <div class="card-body">
    1515        <div class="position-relative">
    1616            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    17             <form method="post" action="<?= SPDSGVOSoundcloudIntegration::formURL() ?>">
    18                 <input type="hidden" name="action" value="<?= SPDSGVOSoundcloudIntegration::action() ?>">
     17            <form method="post" action="<?php echo SPDSGVOSoundcloudIntegration::formURL() ?>">
     18                <input type="hidden" name="action" value="<?php echo SPDSGVOSoundcloudIntegration::action() ?>">
    1919                <?php wp_nonce_field(SPDSGVOSoundcloudIntegration::action() . '-nonce'); ?>
    2020
     
    3030
    3131                <div class="form-group">
    32                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     32                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    3333                </div>
    3434
  • shapepress-dsgvo/trunk/includes/integrations/embeddings/twitter/page.php

    r2286328 r2602888  
    99<div class="card">
    1010    <div class="card-header d-flex">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
    12         <small class="ml-auto"><?= __('Content Blocker Id: ', 'shapepress-dsgvo') ?><?= $apiInstance->getSlug(); ?></small>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
     12        <small class="ml-auto"><?php _e('Content Blocker Id: ', 'shapepress-dsgvo') ?><?php echo $apiInstance->getSlug(); ?></small>
    1313    </div>
    1414    <div class="card-body">
    1515        <div class="position-relative">
    1616            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    17             <form method="post" action="<?= SPDSGVOTwitterIntegration::formURL() ?>">
    18                 <input type="hidden" name="action" value="<?= SPDSGVOTwitterIntegration::action() ?>">
     17            <form method="post" action="<?php echo SPDSGVOTwitterIntegration::formURL() ?>">
     18                <input type="hidden" name="action" value="<?php echo SPDSGVOTwitterIntegration::action() ?>">
    1919                <?php wp_nonce_field(SPDSGVOTwitterIntegration::action() . '-nonce'); ?>
    2020
     
    3030
    3131                <div class="form-group">
    32                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     32                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    3333                </div>
    3434                <?php
  • shapepress-dsgvo/trunk/includes/integrations/embeddings/vimeo/page.php

    r2286328 r2602888  
    99<div class="card">
    1010    <div class="card-header d-flex">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
    12         <small class="ml-auto"><?= __('Content Blocker Id: ', 'shapepress-dsgvo') ?><?= $apiInstance->getSlug(); ?></small>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
     12        <small class="ml-auto"><?php _e('Content Blocker Id: ', 'shapepress-dsgvo') ?><?php echo $apiInstance->getSlug(); ?></small>
    1313    </div>
    1414    <div class="card-body">
    1515        <div class="position-relative">
    1616            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    17             <form method="post" action="<?= SPDSGVOVimeoIntegration::formURL() ?>">
    18                 <input type="hidden" name="action" value="<?= SPDSGVOVimeoIntegration::action() ?>">
     17            <form method="post" action="<?php echo SPDSGVOVimeoIntegration::formURL() ?>">
     18                <input type="hidden" name="action" value="<?php echo SPDSGVOVimeoIntegration::action() ?>">
    1919                <?php wp_nonce_field(SPDSGVOVimeoIntegration::action() . '-nonce'); ?>
    2020
     
    3030
    3131                <div class="form-group">
    32                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     32                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    3333                </div>
    3434
  • shapepress-dsgvo/trunk/includes/integrations/embeddings/youtube/page.php

    r2286328 r2602888  
    99<div class="card">
    1010    <div class="card-header d-flex">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
    12         <small class="ml-auto"><?= __('Content Blocker Id: ', 'shapepress-dsgvo') ?><?= $apiInstance->getSlug(); ?></small>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
     12        <small class="ml-auto"><?php _e('Content Blocker Id: ', 'shapepress-dsgvo') ?><?php echo $apiInstance->getSlug(); ?></small>
    1313    </div>
    1414    <div class="card-body">
    1515        <div class="position-relative">
    1616            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    17             <form method="post" action="<?= SPDSGVOYoutubeIntegration::formURL() ?>">
    18                 <input type="hidden" name="action" value="<?= SPDSGVOYoutubeIntegration::action() ?>">
     17            <form method="post" action="<?php echo SPDSGVOYoutubeIntegration::formURL() ?>">
     18                <input type="hidden" name="action" value="<?php echo SPDSGVOYoutubeIntegration::action() ?>">
    1919                <?php wp_nonce_field(SPDSGVOYoutubeIntegration::action() . '-nonce'); ?>
    2020
     
    3030
    3131                <div class="form-group">
    32                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     32                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    3333                </div>
    3434
  • shapepress-dsgvo/trunk/includes/integrations/mailchimp/page.php

    r2357270 r2602888  
    11<h1 class="module-title"><?php _e('Mailchimp', 'shapepress-dsgvo') ?></h1>
    2 <form method="post" action="<?= SPDSGVOMailchimpIntegration::formURL() ?> ">
    3     <input type="hidden" name="action" value="<?= SPDSGVOMailchimpIntegration::action() ?>">
     2<form method="post" action="<?php echo SPDSGVOMailchimpIntegration::formURL() ?> ">
     3    <input type="hidden" name="action" value="<?php echo SPDSGVOMailchimpIntegration::action() ?>">
    44
    55    <table class="lw-form-table wpk-main-design--one-table wpk-main-design--margin-top">
     
    88                <td scope="row" style="width: 150px"><label for="mailchimp_api_token"><?php _e('Mailchimp API Key','shapepress-dsgvo')?></label></td>
    99                <td>
    10                     <input name="mailchimp_api_token" type="text" id="mailchimp_api_token" aria-describedby="admin-email-description" value="<?= get_option('mailchimp_api_token'); ?>" class="regular-text ltr">
     10                    <input name="mailchimp_api_token" type="text" id="mailchimp_api_token" aria-describedby="admin-email-description" value="<?php echo get_option('mailchimp_api_token'); ?>" class="regular-text ltr">
    1111                    <p class="description" id="admin-email-description">
    1212                        <a href="https://kb.mailchimp.com/integrations/api-integrations/about-api-keys" target="_blank"><?php _e('Click here','shapepress-dsgvo')?> </a>
  • shapepress-dsgvo/trunk/includes/integrations/statistics/clicky/class-sp-dsgvo-clicky-integration.php

    r2204538 r2602888  
    3939        if ($settings['useOwnCode'] == '1')
    4040        {
    41             $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOClickyApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     41            $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOClickyApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    4242        } else
    4343        {
  • shapepress-dsgvo/trunk/includes/integrations/statistics/clicky/page.php

    r2199783 r2602888  
    99<div class="card">
    1010    <div class="card-header">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1212    </div>
    1313    <div class="card-body">
    1414        <div class="position-relative">
    1515            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    16             <form method="post" action="<?= SPDSGVOClickyIntegration::formURL() ?>">
    17                 <input type="hidden" name="action" value="<?= SPDSGVOClickyIntegration::action() ?>">
     16            <form method="post" action="<?php echo SPDSGVOClickyIntegration::formURL() ?>">
     17                <input type="hidden" name="action" value="<?php echo SPDSGVOClickyIntegration::action() ?>">
    1818                <?php wp_nonce_field(SPDSGVOClickyIntegration::action() . '-nonce'); ?>
    1919
     
    6161
    6262                <div class="form-group">
    63                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     63                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    6464                </div>
    6565            </form>
  • shapepress-dsgvo/trunk/includes/integrations/statistics/etracker/class-sp-dsgvo-etracker-integration.php

    r2204538 r2602888  
    3939        if ($settings['useOwnCode'] == '1')
    4040        {
    41             $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOEtrackerApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     41            $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOEtrackerApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    4242        } else
    4343        {
  • shapepress-dsgvo/trunk/includes/integrations/statistics/etracker/page.php

    r2199783 r2602888  
    99<div class="card">
    1010    <div class="card-header">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1212    </div>
    1313    <div class="card-body">
     
    1616            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    1717
    18             <form method="post" action="<?= SPDSGVOEtrackerIntegration::formURL() ?>">
    19                 <input type="hidden" name="action" value="<?= SPDSGVOEtrackerIntegration::action() ?>">
     18            <form method="post" action="<?php echo SPDSGVOEtrackerIntegration::formURL() ?>">
     19                <input type="hidden" name="action" value="<?php echo SPDSGVOEtrackerIntegration::action() ?>">
    2020                <?php wp_nonce_field(SPDSGVOEtrackerIntegration::action() . '-nonce'); ?>
    2121
     
    6363
    6464                <div class="form-group">
    65                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     65                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    6666                </div>
    6767            </form>
  • shapepress-dsgvo/trunk/includes/integrations/statistics/googleanalytics/class-sp-dsgvo-google-analytics-integration.php

    r2246779 r2602888  
    3333        if ($settings['useOwnCode'] == '1')
    3434        {
    35             $settings['jsCode'] = $this->get('ga_code', SPDSGVOGoogleAnalyticsApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     35            $settings['jsCode'] = $this->get('ga_code', SPDSGVOGoogleAnalyticsApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    3636        } else
    3737        {
  • shapepress-dsgvo/trunk/includes/integrations/statistics/googleanalytics/page.php

    r2246779 r2602888  
    1010<div class="card">
    1111    <div class="card-header">
    12         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     12        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1313    </div>
    1414    <div class="card-body">
    15         <form method="post" action="<?= SPDSGVOGoogleAnalyticsIntegration::formURL() ?>">
    16             <input type="hidden" name="action" value="<?= SPDSGVOGoogleAnalyticsIntegration::action() ?>">
     15        <form method="post" action="<?php echo SPDSGVOGoogleAnalyticsIntegration::formURL() ?>">
     16            <input type="hidden" name="action" value="<?php echo SPDSGVOGoogleAnalyticsIntegration::action() ?>">
    1717            <?php wp_nonce_field(SPDSGVOGoogleAnalyticsIntegration::action() . '-nonce'); ?>
    1818
     
    7777
    7878            <div class="form-group">
    79                 <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     79                <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    8080            </div>
    8181        </form>
  • shapepress-dsgvo/trunk/includes/integrations/statistics/hotjar/class-sp-dsgvo-hotjar-integration.php

    r2246779 r2602888  
    4141        if ($settings['useOwnCode'] == '1')
    4242        {
    43             $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOHotjarApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     43            $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOHotjarApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    4444        } else
    4545        {
  • shapepress-dsgvo/trunk/includes/integrations/statistics/hotjar/page.php

    r2246779 r2602888  
    1111<div class="card">
    1212    <div class="card-header">
    13         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     13        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1414    </div>
    1515    <div class="card-body">
     
    1818            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    1919
    20             <form method="post" action="<?= SPDSGVOHotjarIntegration::formURL() ?>">
    21                 <input type="hidden" name="action" value="<?= SPDSGVOHotjarIntegration::action() ?>">
     20            <form method="post" action="<?php echo SPDSGVOHotjarIntegration::formURL() ?>">
     21                <input type="hidden" name="action" value="<?php echo SPDSGVOHotjarIntegration::action() ?>">
    2222                <?php wp_nonce_field(SPDSGVOHotjarIntegration::action() . '-nonce'); ?>
    2323
     
    7575
    7676                <div class="form-group">
    77                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     77                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    7878                </div>
    7979            </form>
  • shapepress-dsgvo/trunk/includes/integrations/statistics/matomo/class-sp-dsgvo-matomo-integration.php

    r2246779 r2602888  
    3636        if ($settings['useOwnCode'] == '1')
    3737        {
    38             $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOMatomoApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     38            $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOMatomoApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    3939        } else
    4040        {
  • shapepress-dsgvo/trunk/includes/integrations/statistics/matomo/page.php

    r2253116 r2602888  
    1010<div class="card">
    1111    <div class="card-header">
    12         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     12        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1313    </div>
    1414    <div class="card-body integration-container">
    1515
    1616
    17             <form method="post" action="<?= SPDSGVOMatomoIntegration::formURL() ?>">
    18                 <input type="hidden" name="action" value="<?= SPDSGVOMatomoIntegration::action() ?>">
     17            <form method="post" action="<?php echo SPDSGVOMatomoIntegration::formURL() ?>">
     18                <input type="hidden" name="action" value="<?php echo SPDSGVOMatomoIntegration::action() ?>">
    1919                <?php wp_nonce_field(SPDSGVOMatomoIntegration::action() . '-nonce'); ?>
    2020
     
    104104
    105105                <div class="form-group">
    106                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     106                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    107107                </div>
    108108            </form>
  • shapepress-dsgvo/trunk/includes/integrations/statistics/mautic/class-sp-dsgvo-mautic-integration.php

    r2584667 r2602888  
    3636        if ($settings['useOwnCode'] == '1')
    3737        {
    38             $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOMauticApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     38            $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOMauticApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    3939        } else
    4040        {
  • shapepress-dsgvo/trunk/includes/integrations/statistics/mautic/page.php

    r2584667 r2602888  
    1010<div class="card">
    1111    <div class="card-header">
    12         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     12        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1313    </div>
    1414    <div class="card-body integration-container">
    1515
    1616
    17             <form method="post" action="<?= SPDSGVOMauticIntegration::formURL() ?>">
    18                 <input type="hidden" name="action" value="<?= SPDSGVOMauticIntegration::action() ?>">
     17            <form method="post" action="<?php echo SPDSGVOMauticIntegration::formURL() ?>">
     18                <input type="hidden" name="action" value="<?php echo SPDSGVOMauticIntegration::action() ?>">
    1919                <?php wp_nonce_field(SPDSGVOMauticIntegration::action() . '-nonce'); ?>
    2020
     
    104104
    105105                <div class="form-group">
    106                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     106                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    107107                </div>
    108108            </form>
  • shapepress-dsgvo/trunk/includes/integrations/statistics/piwik/class-sp-dsgvo-piwik-integration.php

    r2246779 r2602888  
    4242        if ($settings['useOwnCode'] == '1')
    4343        {
    44             $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOPiwikApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     44            $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOPiwikApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    4545        } else
    4646        {
  • shapepress-dsgvo/trunk/includes/integrations/statistics/piwik/page.php

    r2253116 r2602888  
    99<div class="card">
    1010    <div class="card-header">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1212    </div>
    1313    <div class="card-body integration-container">
     
    1616            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    1717
    18             <form method="post" action="<?= SPDSGVOPiwikIntegration::formURL() ?>">
    19                 <input type="hidden" name="action" value="<?= SPDSGVOPiwikIntegration::action() ?>">
     18            <form method="post" action="<?php echo SPDSGVOPiwikIntegration::formURL() ?>">
     19                <input type="hidden" name="action" value="<?php echo SPDSGVOPiwikIntegration::action() ?>">
    2020                <?php wp_nonce_field(SPDSGVOPiwikIntegration::action() . '-nonce'); ?>
    2121
     
    9595
    9696                <div class="form-group">
    97                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     97                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    9898                </div>
    9999            </form>
  • shapepress-dsgvo/trunk/includes/integrations/statistics/wpstatistics/page.php

    r2246779 r2602888  
    1111<div class="card">
    1212    <div class="card-header">
    13         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     13        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1414    </div>
    1515    <div class="card-body">
    1616
    1717
    18             <form method="post" action="<?= SPDSGVOWpStatisticsIntegration::formURL() ?>">
    19                 <input type="hidden" name="action" value="<?= SPDSGVOWpStatisticsIntegration::action() ?>">
     18            <form method="post" action="<?php echo SPDSGVOWpStatisticsIntegration::formURL() ?>">
     19                <input type="hidden" name="action" value="<?php echo SPDSGVOWpStatisticsIntegration::action() ?>">
    2020                <?php wp_nonce_field(SPDSGVOWpStatisticsIntegration::action() . '-nonce'); ?>
    2121
     
    2929
    3030                <div class="form-group">
    31                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     31                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    3232                </div>
    3333            </form>
  • shapepress-dsgvo/trunk/includes/integrations/tagmanager/googletagmanager/class-sp-dsgvo-google-tagmanager-integration.php

    r2247191 r2602888  
    4040        if ($settings['useOwnCode'] == '1')
    4141        {
    42             $settings['jsCode'] = $this->get('gtag_code', SPDSGVOGoogleTagmanagerApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     42            $settings['jsCode'] = $this->get('gtag_code', SPDSGVOGoogleTagmanagerApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    4343        } else
    4444        {
  • shapepress-dsgvo/trunk/includes/integrations/tagmanager/googletagmanager/page.php

    r2247191 r2602888  
    1010<div class="card">
    1111    <div class="card-header">
    12         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     12        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1313    </div>
    1414    <div class="card-body">
    1515        <div class="position-relative">
    1616            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    17             <form method="post" action="<?= SPDSGVOGoogleTagmanagerIntegration::formURL() ?>">
    18                 <input type="hidden" name="action" value="<?= SPDSGVOGoogleTagmanagerIntegration::action() ?>">
     17            <form method="post" action="<?php echo SPDSGVOGoogleTagmanagerIntegration::formURL() ?>">
     18                <input type="hidden" name="action" value="<?php echo SPDSGVOGoogleTagmanagerIntegration::action() ?>">
    1919                <?php wp_nonce_field(SPDSGVOGoogleTagmanagerIntegration::action() . '-nonce'); ?>
    2020
     
    6464
    6565                <div class="form-group">
    66                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     66                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    6767                </div>
    6868            </form>
  • shapepress-dsgvo/trunk/includes/integrations/tagmanager/matomotagmanager/class-sp-dsgvo-matomo-tagmanager-integration.php

    r2247191 r2602888  
    4040        if ($settings['useOwnCode'] == '1')
    4141        {
    42             $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOMatomoTagmanagerApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     42            $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOMatomoTagmanagerApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    4343        } else
    4444        {
  • shapepress-dsgvo/trunk/includes/integrations/tagmanager/matomotagmanager/page.php

    r2247191 r2602888  
    1111<div class="card">
    1212    <div class="card-header">
    13         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     13        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1414    </div>
    1515    <div class="card-body">
    1616        <div class="position-relative">
    1717            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    18             <form method="post" action="<?= SPDSGVOMatomoTagmanagerIntegration::formURL() ?>">
    19                 <input type="hidden" name="action" value="<?= SPDSGVOMatomoTagmanagerIntegration::action() ?>">
     18            <form method="post" action="<?php echo SPDSGVOMatomoTagmanagerIntegration::formURL() ?>">
     19                <input type="hidden" name="action" value="<?php echo SPDSGVOMatomoTagmanagerIntegration::action() ?>">
    2020                <?php wp_nonce_field(SPDSGVOMatomoTagmanagerIntegration::action() . '-nonce'); ?>
    2121
     
    4747
    4848                <div class="form-group">
    49                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     49                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    5050                </div>
    5151            </form>
  • shapepress-dsgvo/trunk/includes/integrations/targeting/bingadsuet/class-sp-dsgvo-bing-ads-uet-integration.php

    r2246779 r2602888  
    4242        if ($settings['useOwnCode'] == '1')
    4343        {
    44             $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOBingAdsUetApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     44            $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOBingAdsUetApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    4545        } else
    4646        {
  • shapepress-dsgvo/trunk/includes/integrations/targeting/bingadsuet/page.php

    r2246779 r2602888  
    1111<div class="card">
    1212    <div class="card-header">
    13         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     13        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1414    </div>
    1515    <div class="card-body">
     
    1818            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    1919
    20             <form method="post" action="<?= SPDSGVOBingAdsUetIntegration::formURL() ?>">
    21                 <input type="hidden" name="action" value="<?= SPDSGVOBingAdsUetIntegration::action() ?>">
     20            <form method="post" action="<?php echo SPDSGVOBingAdsUetIntegration::formURL() ?>">
     21                <input type="hidden" name="action" value="<?php echo SPDSGVOBingAdsUetIntegration::action() ?>">
    2222                <?php wp_nonce_field(SPDSGVOBingAdsUetIntegration::action() . '-nonce'); ?>
    2323
     
    7676
    7777                <div class="form-group">
    78                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     78                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    7979                </div>
    8080            </form>
  • shapepress-dsgvo/trunk/includes/integrations/targeting/criteo/class-sp-dsgvo-criteo-integration.php

    r2246779 r2602888  
    4040        if ($settings['useOwnCode'] == '1')
    4141        {
    42             $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOCriteoApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     42            $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOCriteoApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    4343        } else
    4444        {
  • shapepress-dsgvo/trunk/includes/integrations/targeting/criteo/page.php

    r2246779 r2602888  
    1111<div class="card">
    1212    <div class="card-header">
    13         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     13        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1414    </div>
    1515    <div class="card-body">
     
    1818            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    1919
    20             <form method="post" action="<?= SPDSGVOCriteoIntegration::formURL() ?>">
    21                 <input type="hidden" name="action" value="<?= SPDSGVOCriteoIntegration::action() ?>">
     20            <form method="post" action="<?php echo SPDSGVOCriteoIntegration::formURL() ?>">
     21                <input type="hidden" name="action" value="<?php echo SPDSGVOCriteoIntegration::action() ?>">
    2222                <?php wp_nonce_field(SPDSGVOCriteoIntegration::action() . '-nonce'); ?>
    2323
     
    7575
    7676                <div class="form-group">
    77                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     77                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    7878                </div>
    7979            </form>
  • shapepress-dsgvo/trunk/includes/integrations/targeting/fbpixel/class-sp-dsgvo-fb-pixel-integration.php

    r2246779 r2602888  
    4141        if ($settings['useOwnCode'] == '1')
    4242        {
    43             $settings['jsCode'] = $this->get('fbpixel_code', SPDSGVOFbPixelApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     43            $settings['jsCode'] = $this->get('fbpixel_code', SPDSGVOFbPixelApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    4444        } else
    4545        {
  • shapepress-dsgvo/trunk/includes/integrations/targeting/fbpixel/page.php

    r2246779 r2602888  
    1111<div class="card">
    1212    <div class="card-header">
    13         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     13        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1414    </div>
    1515    <div class="card-body">
    1616        <div class="position-relative">
    1717            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    18         <form method="post" action="<?= SPDSGVOFbPixelIntegration::formURL() ?>">
    19             <input type="hidden" name="action" value="<?= SPDSGVOFbPixelIntegration::action() ?>">
     18        <form method="post" action="<?php echo SPDSGVOFbPixelIntegration::formURL() ?>">
     19            <input type="hidden" name="action" value="<?php echo SPDSGVOFbPixelIntegration::action() ?>">
    2020            <?php wp_nonce_field(SPDSGVOFbPixelIntegration::action() . '-nonce'); ?>
    2121
     
    7373
    7474            <div class="form-group">
    75                 <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     75                <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    7676            </div>
    7777        </form>
  • shapepress-dsgvo/trunk/includes/integrations/targeting/gadsense/class-sp-dsgvo-gadsense-integration.php

    r2253116 r2602888  
    4141        if ($settings['useOwnCode'] == '1')
    4242        {
    43             $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOGadsenseApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     43            $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOGadsenseApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    4444        } else
    4545        {
  • shapepress-dsgvo/trunk/includes/integrations/targeting/gadsense/page.php

    r2253116 r2602888  
    99<div class="card">
    1010    <div class="card-header">
    11         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     11        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1212    </div>
    1313    <div class="card-body">
    1414        <div class="position-relative">
    1515            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    16         <form method="post" action="<?= SPDSGVOGadsenseIntegration::formURL() ?>">
    17             <input type="hidden" name="action" value="<?= SPDSGVOGadsenseIntegration::action() ?>">
     16        <form method="post" action="<?php echo SPDSGVOGadsenseIntegration::formURL() ?>">
     17            <input type="hidden" name="action" value="<?php echo SPDSGVOGadsenseIntegration::action() ?>">
    1818            <?php wp_nonce_field(SPDSGVOGadsenseIntegration::action() . '-nonce'); ?>
    1919
     
    7171
    7272            <div class="form-group">
    73                 <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     73                <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    7474            </div>
    7575        </form>
  • shapepress-dsgvo/trunk/includes/integrations/targeting/linkedinpixel/class-sp-dsgvo-linkedin-pixel-integration.php

    r2246779 r2602888  
    4141        if ($settings['useOwnCode'] == '1')
    4242        {
    43             $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOLinkedInPixelApi::getInstance()->getDefaultJsCode($settings['propertyId']));
     43            $settings['jsCode'] = $this->get($this->slug.'_code', SPDSGVOLinkedInPixelApi::getInstance()->getDefaultJsCode($settings['propertyId']), NULL);
    4444        } else
    4545        {
  • shapepress-dsgvo/trunk/includes/integrations/targeting/linkedinpixel/page.php

    r2246779 r2602888  
    1111<div class="card">
    1212    <div class="card-header">
    13         <h4 class="card-title"><?= $apiInstance->getName(); ?></h4>
     13        <h4 class="card-title"><?php echo $apiInstance->getName(); ?></h4>
    1414    </div>
    1515    <div class="card-body">
     
    1818            <?php spDsgvoWritePremiumOverlayIfInvalid($hasValidLicense); ?>
    1919
    20             <form method="post" action="<?= SPDSGVOLinkedInPixelIntegration::formURL() ?>">
    21                 <input type="hidden" name="action" value="<?= SPDSGVOLinkedInPixelIntegration::action() ?>">
     20            <form method="post" action="<?php echo SPDSGVOLinkedInPixelIntegration::formURL() ?>">
     21                <input type="hidden" name="action" value="<?php echo SPDSGVOLinkedInPixelIntegration::action() ?>">
    2222                <?php wp_nonce_field(SPDSGVOLinkedInPixelIntegration::action() . '-nonce'); ?>
    2323
     
    7575
    7676                <div class="form-group">
    77                     <input type="submit" class="btn btn-primary btn-block" value="<?= _e('Save changes', 'shapepress-dsgvo');?>">
     77                    <input type="submit" class="btn btn-primary btn-block" value="<?php esc_attr_e('Save changes', 'shapepress-dsgvo');?>">
    7878                </div>
    7979            </form>
  • shapepress-dsgvo/trunk/includes/models/subject-access-request.php

    r2273977 r2602888  
    121121
    122122    public static function doByID($ID, $displayEmail = FALSE){
     123        if (is_numeric($ID) == FALSE) return FALSE;
     124
    123125        $sar = SPDSGVOSubjectAccessRequest::find($ID);
    124126        if(!is_null($sar)){
  • shapepress-dsgvo/trunk/public/actions/unsubscribe.php

    r2197937 r2602888  
    88
    99        if(!$this->has('email') ||
    10           (!filter_var($this->get('email'), FILTER_VALIDATE_EMAIL))){
     10          (!filter_var(sanitize_email($this->get('email')), FILTER_VALIDATE_EMAIL))){
    1111            echo "Invalid Email";
    1212            die;
     
    1414
    1515        SPDSGVOUnsubscriber::insert(array(
    16             'email'         => $this->get('email'),
     16            'email'         => sanitize_email($this->get('email')),
    1717            'integrations'  => array_keys($this->get('integrations', array())),
    1818            'delete_on'     => strtotime("+1 week"),
  • shapepress-dsgvo/trunk/public/class-sp-dsgvo-public.php

    r2584667 r2602888  
    5858        wp_enqueue_style(sp_dsgvo_NAME.'_twbs4_grid', plugin_dir_url(__FILE__) . 'css/bootstrap-grid.min.css', array(), sp_dsgvo_VERSION, 'all');
    5959        wp_enqueue_style(sp_dsgvo_NAME, plugin_dir_url(__FILE__) . 'css/sp-dsgvo-public.min.css', array(), sp_dsgvo_VERSION, 'all');
    60         wp_enqueue_style(sp_dsgvo_NAME.'_popup', plugin_dir_url(__FILE__) . 'css/sp-dsgvo-popup.css', array(), sp_dsgvo_VERSION, 'all');
     60        wp_enqueue_style(sp_dsgvo_NAME.'_popup', plugin_dir_url(__FILE__) . 'css/sp-dsgvo-popup.min.css', array(), sp_dsgvo_VERSION, 'all');
    6161        wp_enqueue_style('simplebar', plugin_dir_url(__FILE__) . 'css/simplebar.min.css');
    6262
     
    8080
    8181        /* i592995 */
    82         wp_enqueue_script('simplebar', plugin_dir_url(__FILE__) . 'js/simplebar.js', array(
     82        wp_enqueue_script('simplebar', plugin_dir_url(__FILE__) . 'js/simplebar.min.js', array(
    8383            'jquery'
    8484        ), null, true);
     
    144144        <!--noptimize-->
    145145        <div id="cookie-notice" role="banner"
    146                 class="sp-dsgvo lwb-d-flex cn-<?= $settings['cn_position'] ?> cookie-style-<?php echo $settings['cookie_style'];?> <?= $settings['cn_custom_css_container'] !== '' ? $settings['cn_custom_css_container']:'' ?> <?= $noticeStyle != '00' ? 'cn-shadow-top' : ''?>"
    147                 style="background-color: <?= $settings['cn_background_color'] ?>;
    148                        color: <?= $settings['cn_text_color'] ?>;
    149                        height: <?= $settings['cn_height_container'] ?>;">
    150             <div class="cookie-notice-container container-fluid lwb-d-md-flex <?= $noticeStyle == '00' ? 'justify-content-md-center align-items-md-center' : 'justify-content-around' ?>">
     146                class="sp-dsgvo lwb-d-flex cn-<?php echo  esc_attr($settings['cn_position']) ?> cookie-style-<?php echo esc_attr($settings['cookie_style']);?> <?php echo  $settings['cn_custom_css_container'] !== '' ? esc_attr($settings['cn_custom_css_container']):'' ?> <?php echo $noticeStyle != '00' ? 'cn-shadow-top' : ''?>"
     147                style="background-color: <?php echo  esc_attr($settings['cn_background_color']) ?>;
     148                       color: <?php echo  esc_attr($settings['cn_text_color']) ?>;
     149                       height: <?php echo  esc_attr($settings['cn_height_container']) ?>;">
     150            <div class="cookie-notice-container container-fluid lwb-d-md-flex <?php echo $noticeStyle == '00' ? 'justify-content-md-center align-items-md-center' : 'justify-content-around' ?>">
    151151
    152152                <?php
     
    169169
    170170                <?php if (empty($imgSrc) == false) : ?>
    171                 <img src="<?= SPDSGVO::pluginURI($imgSrc); ?>" class="<?= $imgClass; ?>" alt="<?= __('Cookie Image','shapepress-dsgvo');?>"/>
     171                <img src="<?php echo  esc_url(SPDSGVO::pluginURI($imgSrc)); ?>" class="<?php echo  esc_attr($imgClass); ?>" alt="<?php esc_attr_e('Cookie Image','shapepress-dsgvo');?>"/>
    172172                <?php endif; ?>
    173173
     
    178178
    179179                    <?php if($noticeStyle == '14') : ?>
    180                     <img src="<?php echo SPDSGVO::pluginURI('public/images/cookie-icons/Cookie-one-white-1.png'); ?>" class="cn_cookie_icon_14" alt="<?= __('Cookie Image','shapepress-dsgvo');?>" />
     180                    <img src="<?php echo esc_url(SPDSGVO::pluginURI('public/images/cookie-icons/Cookie-one-white-1.png')); ?>" class="cn_cookie_icon_14" alt="<?php esc_attr_e('Cookie Image','shapepress-dsgvo');?>" />
    181181                    <?php endif; ?>
    182182
     
    184184                        <span id="cn-notice-icon">
    185185                            <a href="https://legalweb.io" target="_blank">
    186                                 <img id="cn-notice-icon" src="<?= plugin_dir_url(__FILE__) . 'images/legalwebio-icon.png' ?>"
     186                                <img id="cn-notice-icon" src="<?php echo  esc_url(plugin_dir_url(__FILE__)) . 'images/legalwebio-icon.png' ?>"
    187187                                    alt="WP DSGVO Tools (GDPR) for Wordpress and WooCommerce" title="WP DSGVO Tools (GDPR) for Wordpress and WooCommerce" style="display:inline !important;" />
    188188                            </a>
     
    190190                    <?php endif;
    191191               
    192                     $cookieNoticeCustomText = SPDSGVOSettings::get('cookie_notice_text');
     192                    $cookieNoticeCustomText = wp_kses_post(SPDSGVOSettings::get('cookie_notice_text'));
    193193
    194194                    //if(function_exists('icl_translate')) {
     
    197197                    ?>
    198198
    199                     <span id="cn-notice-text" class="<?= $settings['cn_custom_css_text'] !== '' ? $settings['cn_custom_css_text']:'' ?>"
    200                         style="font-size:<?= $settings['cn_size_text'] ?>"><?= convDeChars($cookieNoticeCustomText); ?>
     199                    <span id="cn-notice-text" class="<?php echo  $settings['cn_custom_css_text'] !== '' ? esc_attr($settings['cn_custom_css_text']):'' ?>"
     200                        style="font-size:<?php echo  esc_attr($settings['cn_size_text']) ?>"><?php echo convDeChars($cookieNoticeCustomText); ?>
    201201                    </span>
    202202
     
    210210
    211211                    <a href="#" id="cn-btn-settings"
    212                         class="cn-set-cookie button button-default <?= $settings['cn_custom_css_buttons'] !== '' ? $settings['cn_custom_css_buttons']:'' ?>"
    213                         style="background-color: <?= $settings['cn_background_color_button'] ?>;
    214                            color: <?= $settings['cn_text_color_button'] ?>;
    215                            border-color: <?= $settings['cn_border_color_button'] ?>;
    216                            border-width: <?= $settings['cn_border_size_button'] ?>">
    217 
    218                         <?= __('Settings', 'shapepress-dsgvo'); ?>
     212                        class="cn-set-cookie button button-default <?php echo  $settings['cn_custom_css_buttons'] !== '' ? esc_attr($settings['cn_custom_css_buttons']):'' ?>"
     213                        style="background-color: <?php echo  esc_attr($settings['cn_background_color_button']) ?>;
     214                           color: <?php echo  esc_attr($settings['cn_text_color_button']) ?>;
     215                           border-color: <?php echo  esc_attr($settings['cn_border_color_button']) ?>;
     216                           border-width: <?php echo  esc_attr($settings['cn_border_size_button']) ?>">
     217
     218                        <?php _e('Settings', 'shapepress-dsgvo'); ?>
    219219                    </a>
    220220
     
    420420        }
    421421
    422         $introductionText = str_replace('{OWNER-TEXT}', $ownerText, $introductionText);
     422        $introductionText = esc_html(str_replace('{OWNER-TEXT}', $ownerText, $introductionText));
    423423        //$introductionText = convDeChars($introductionText); // let it uncommented until the first ticket about this gets opened
    424424        ?>
    425425
    426426        <!--noptimize-->
    427         <div class="sp-dsgvo <?= $overlay_class; ?>">
     427        <div class="sp-dsgvo <?php echo esc_attr( $overlay_class); ?>">
    428428            <div class="sp-dsgvo-privacy-popup container-fluid no-gutters ">
    429429
     
    447447                                    }
    448448                                    ?>
    449                                     <img src="<?php echo $src; ?>" class="sp-dsgvo-popup-logo" alt="<?= __('Logo of the popup', 'shapepress-dsgvo');?>" title="<?= __('WP DSGVO Tools (GDPR) for Wordpress and WooCommerce.','shapepress-dsgvo') ?>" />
     449                                    <img src="<?php echo esc_url($src); ?>" class="sp-dsgvo-popup-logo" alt="<?php esc_attr_e('Logo of the popup', 'shapepress-dsgvo');?>" title="<?php _e('WP DSGVO Tools (GDPR) for Wordpress and WooCommerce.','shapepress-dsgvo') ?>" />
    450450                                </div><!-- .logo-wrapper -->
    451451
    452452                                <div class="sp-dsgvo-privacy-popup-title">
    453                                     <div class="sp-dsgvo-privacy-popup-title-general"> <?= __('Data protection', 'shapepress-dsgvo');?></div>
    454                                     <div class="sp-dsgvo-privacy-popup-title-details" style="display: none"> <?= __('Details', 'shapepress-dsgvo');?></div>
     453                                    <div class="sp-dsgvo-privacy-popup-title-general"> <?php _e('Data protection', 'shapepress-dsgvo');?></div>
     454                                    <div class="sp-dsgvo-privacy-popup-title-details" style="display: none"> <?php _e('Details', 'shapepress-dsgvo');?></div>
    455455
    456456                                </div>
     
    469469                                }
    470470                                ?>
    471                                 <a href="<?php echo $url; ?>" id="sp-dsgvo_popup_close-1" class="sp-dsgvo-popup-close <?php echo $additional_class; ?>">
     471                                <a href="<?php echo esc_url($url); ?>" id="sp-dsgvo_popup_close-1" class="sp-dsgvo-popup-close <?php echo esc_attr($additional_class); ?>">
    472472                                    <svg width="10" height="10">
    473473                                        <line x1="0" y1="0" x2="10" y2="10" />
     
    479479                        <div class="lwb-row">
    480480                            <div class="sp-dsgvo-link-wrapper lwb-col-8 pr-1">
    481                                 <a href="<?= $imprintUrl; ?>" target="_blank" class="align-top"><?= __('Imprint', 'shapepress-dsgvo');?></a>
     481                                <a href="<?php echo  esc_url($imprintUrl); ?>" target="_blank" class="align-top"><?php _e('Imprint', 'shapepress-dsgvo');?></a>
    482482                                <span class="align-top">|</span>
    483                                 <a href="<?= $privacyPolicyUrl; ?>" target="_blank" class="align-top"><?= SPDSGVOSettings::get('privacy_policy_custom_header');?></a>
     483                                <a href="<?php echo  esc_url($privacyPolicyUrl); ?>" target="_blank" class="align-top"><?php echo  esc_html(SPDSGVOSettings::get('privacy_policy_custom_header'));?></a>
    484484                            </div> <!-- .link-wrapper -->
    485485
     
    493493                                                <?php if($lang['active'] == 1) : ?>
    494494                                                    <span class="sp-dsgvo-lang-active align-top">
    495                                                         <img src="<?php echo $lang['country_flag_url']; ?>" style="vertical-align: top;"  alt="<?= __('Country Flag', 'shapepress-dsgvo');?>"/>
    496                                                         <span style="vertical-align: top;"><?php echo $lang['native_name']; ?> </span>
     495                                                        <img src="<?php echo esc_url($lang['country_flag_url']); ?>" style="vertical-align: top;"  alt="<?php _e('Country Flag', 'shapepress-dsgvo');?>"/>
     496                                                        <span style="vertical-align: top;"><?php echo esc_html($lang['native_name']); ?> </span>
    497497                                                        <svg width="10" height="6">
    498498                                                             <line x1="0" y1="0" x2="5" y2="5" />
     
    506506                                            <div class="sp-dsgvo-lang-dropdown">
    507507                                                <?php foreach($langs as $lang) : ?>
    508                                                     <a href="<?php echo $lang['url']; ?>">
    509                                                         <img src="<?php echo $lang['country_flag_url']; ?>" alt="<?= __('Country flag', 'shapepress-dsgvo');?>" />
     508                                                    <a href="<?php echo esc_url($lang['url']); ?>">
     509                                                        <img src="<?php echo esc_url($lang['country_flag_url']); ?>" alt="<?php _e('Country flag', 'shapepress-dsgvo');?>" />
    510510                                                        <span><?php echo $lang['native_name']; ?></span>
    511511                                                    </a>
     
    530530
    531531                                        <span class="sp-dsgvo-lang-active">
    532                                         <img src="<?php echo WPGlobus::Config()->flags_url . WPGlobus::Config()->flag[ $currentLanguage ]; ?>"  alt="<?= __('Country flag', 'shapepress-dsgvo');?>" style="vertical-align: middle;"/>
    533                                         <span><?php echo WPGlobus::Config()->en_language_name[$currentLanguage]; ?></span>
     532                                        <img src="<?php echo esc_url(WPGlobus::Config()->flags_url . WPGlobus::Config()->flag[ $currentLanguage ]); ?>"  alt="<?php _e('Country flag', 'shapepress-dsgvo');?>" style="vertical-align: middle;"/>
     533                                        <span><?php echo esc_html(WPGlobus::Config()->en_language_name[$currentLanguage]); ?></span>
    534534                                        <svg width="10" height="6">
    535535                                             <line x1="0" y1="0" x2="5" y2="5" />
     
    555555
    556556                                                echo '<a href="'.esc_url( $url ).'">
    557                                                     <img src="'.WPGlobus::Config()->flags_url . WPGlobus::Config()->flag[ $language ].'"  alt="'. __('Country flag', 'shapepress-dsgvo').'" />
    558                                                     <span>'.WPGlobus::Config()->en_language_name[$language].'</span>
     557                                                    <img src="'.esc_url(WPGlobus::Config()->flags_url . WPGlobus::Config()->flag[ $language ]).'"  alt="'. __('Country flag', 'shapepress-dsgvo').'" />
     558                                                    <span>'.esc_html(WPGlobus::Config()->en_language_name[$language]).'</span>
    559559                                                </a>';
    560560
     
    568568
    569569                        <div class="sp-dsgvo-header-description-text lwb-row lwb-col-12 m-0 p-0">
    570                             <?=$introductionText; ?>
     570                            <?php echo $introductionText; ?>
    571571                        </div>
    572572                    </div> <!--header wrapper xs-->
     
    589589                                    }
    590590                                    ?>
    591                                     <img src="<?php echo $src; ?>" class="sp-dsgvo-popup-logo" alt="<?= __('Logo of the popup', 'shapepress-dsgvo');?>" title="<?= __('WP DSGVO Tools (GDPR) for Wordpress and WooCommerce.','shapepress-dsgvo') ?>" />
     591                                    <img src="<?php echo esc_url($src); ?>" class="sp-dsgvo-popup-logo" alt="<?php _e('Logo of the popup', 'shapepress-dsgvo');?>" title="<?php _e('WP DSGVO Tools (GDPR) for Wordpress and WooCommerce.','shapepress-dsgvo') ?>" />
    592592                                </div><!-- .logo-wrapper -->
    593593
    594594                                <div class="sp-dsgvo-privacy-popup-title">
    595                                     <div class="sp-dsgvo-privacy-popup-title-general"> <?= __('Data protection', 'shapepress-dsgvo');?></div>
    596                                     <div class="sp-dsgvo-privacy-popup-title-details" style="display: none"> <?= __('Details', 'shapepress-dsgvo');?></div>
     595                                    <div class="sp-dsgvo-privacy-popup-title-general"> <?php _e('Data protection', 'shapepress-dsgvo');?></div>
     596                                    <div class="sp-dsgvo-privacy-popup-title-details" style="display: none"> <?php _e('Details', 'shapepress-dsgvo');?></div>
    597597
    598598                                </div>
    599599                            </div>
    600600                            <div class="sp-dsgvo-link-wrapper lwb-col-md-5 px-0">
    601                                 <a href="<?= $imprintUrl; ?>" target="_blank"><?= __('Imprint', 'shapepress-dsgvo');?></a>
     601                                <a href="<?php echo  $imprintUrl; ?>" target="_blank"><?php _e('Imprint', 'shapepress-dsgvo');?></a>
    602602                                <span>|</span>
    603                                 <a href="<?= $privacyPolicyUrl; ?>" target="_blank"><?= SPDSGVOSettings::get('privacy_policy_custom_header');?></a>
     603                                <a href="<?php echo  $privacyPolicyUrl; ?>" target="_blank"><?php echo  esc_html(SPDSGVOSettings::get('privacy_policy_custom_header'));?></a>
    604604                            </div> <!-- .link-wrapper -->
    605605
     
    613613                                                <?php if($lang['active'] == 1) : ?>
    614614                                                    <span class="sp-dsgvo-lang-active">
    615                                                         <img src="<?php echo $lang['country_flag_url']; ?>"  alt="<?= __('Country flag', 'shapepress-dsgvo');?>" style="vertical-align: middle;"/>
    616                                                         <span><?php echo $lang['native_name']; ?></span>
     615                                                        <img src="<?php echo esc_url($lang['country_flag_url']); ?>"  alt="<?php _e('Country flag', 'shapepress-dsgvo');?>" style="vertical-align: middle;"/>
     616                                                        <span><?php echo esc_html($lang['native_name']); ?></span>
    617617                                                        <svg width="10" height="6">
    618618                                                             <line x1="0" y1="0" x2="5" y2="5" />
     
    626626                                            <div class="sp-dsgvo-lang-dropdown">
    627627                                                <?php foreach($langs as $lang) : ?>
    628                                                     <a href="<?php echo $lang['url']; ?>">
    629                                                         <img src="<?php echo $lang['country_flag_url']; ?>"  alt="<?= __('Country flag', 'shapepress-dsgvo');?>" />
    630                                                         <span><?php echo $lang['native_name']; ?></span>
     628                                                    <a href="<?php echo esc_url($lang['url']); ?>">
     629                                                        <img src="<?php echo esc_url($lang['country_flag_url']); ?>"  alt="<?php _e('Country flag', 'shapepress-dsgvo');?>" />
     630                                                        <span><?php echo esc_html($lang['native_name']); ?></span>
    631631                                                    </a>
    632632                                                <?php endforeach; ?>
     
    650650
    651651                                    <span class="sp-dsgvo-lang-active">
    652                                         <img src="<?php echo WPGlobus::Config()->flags_url . WPGlobus::Config()->flag[ $currentLanguage ]; ?>"  alt="<?= __('Country flag', 'shapepress-dsgvo');?>" style="vertical-align: middle;"/>
    653                                         <span><?php echo WPGlobus::Config()->en_language_name[$currentLanguage]; ?></span>
     652                                        <img src="<?php echo esc_url(WPGlobus::Config()->flags_url . WPGlobus::Config()->flag[ $currentLanguage ]); ?>"  alt="<?php _e('Country flag', 'shapepress-dsgvo');?>" style="vertical-align: middle;"/>
     653                                        <span><?php echo esc_html(WPGlobus::Config()->en_language_name[$currentLanguage]); ?></span>
    654654                                        <svg width="10" height="6">
    655655                                             <line x1="0" y1="0" x2="5" y2="5" />
     
    675675
    676676                                            echo '<a href="'.esc_url( $url ).'">
    677                                                     <img src="'.WPGlobus::Config()->flags_url . WPGlobus::Config()->flag[ $language ].'"  alt="'. __('Country flag', 'shapepress-dsgvo').'" />
    678                                                     <span>'.WPGlobus::Config()->en_language_name[$language].'</span>
     677                                                    <img src="'.esc_url(WPGlobus::Config()->flags_url . WPGlobus::Config()->flag[ $language ]).'"  alt="'. __('Country flag', 'shapepress-dsgvo').'" />
     678                                                    <span>'.esc_html(WPGlobus::Config()->en_language_name[$language]).'</span>
    679679                                                </a>';
    680680
     
    699699                                }
    700700                                ?>
    701                                 <a href="<?php echo $url; ?>" id="sp-dsgvo_popup_close-2" class="sp-dsgvo-popup-close <?php echo $additional_class; ?>">
     701                                <a href="<?php echo esc_url($url); ?>" id="sp-dsgvo_popup_close-2" class="sp-dsgvo-popup-close <?php echo esc_attr($additional_class); ?>">
    702702                                    <svg width="10" height="10">
    703703                                        <line x1="0" y1="0" x2="10" y2="10" />
     
    708708                        </div><!-- line1 wrapper -->
    709709                        <div class="sp-dsgvo-header-description-text lwb-row lwb-col-12 m-0 p-0">
    710                             <?=$introductionText; ?>
     710                            <?php echo $introductionText; ?>
    711711                        </div>
    712712
     
    736736                                <label class="switch switch-green  mt-0 mb-2" id="sp-dsgvo-more-information-switch">
    737737                                    <input type="checkbox" class="switch-input" value="1" id="sp-dsgvo-more-information-switch-cb" data-slug="" />
    738                                     <span class="switch-label" data-on="<?= __('Yes', 'shapepress-dsgvo');?>" data-off="<?= __('No', 'shapepress-dsgvo');?>"></span>
     738                                    <span class="switch-label" data-on="<?php _e('Yes', 'shapepress-dsgvo');?>" data-off="<?php _e('No', 'shapepress-dsgvo');?>"></span>
    739739                                    <span class="switch-handle"></span>
    740740                                </label>
     
    748748                            <div class="progress" id="progress-more-information">
    749749                                <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%">
    750                                     <?= __('Loading details', 'shapepress-dsgvo');?>
     750                                    <?php _e('Loading details', 'shapepress-dsgvo');?>
    751751                                </div>
    752752                            </div>
     
    758758                                <path d="M26.025 14.496l-14.286-.001 6.366-6.366L15.979 6 5.975 16.003 15.971 26l2.129-2.129-6.367-6.366h14.29z"/>
    759759                            </svg>
    760                             <?= __('Back', 'shapepress-dsgvo');?>
     760                            <?php _e('Back', 'shapepress-dsgvo');?>
    761761                        </a>
    762762                    </div>
     
    769769                        <?php if ($onlyOkButton == false): ?>
    770770                        <a href="#" class="sp-dsgvo-popup-button sp-dsgvo-privacy-btn-accept-selection grey p-2">
    771                             <?= __('Accept selection', 'shapepress-dsgvo');?>
     771                            <?php _e('Accept selection', 'shapepress-dsgvo');?>
    772772                        </a>
    773773                        <a href="#" class="sp-dsgvo-popup-button sp-dsgvo-privacy-btn-accept-nothing blue p-2" style="margin-left: 10px;">
    774                             <?= __('Accept nothing', 'shapepress-dsgvo');?>
     774                            <?php _e('Accept nothing', 'shapepress-dsgvo');?>
    775775                        </a>
    776776                        <a href="#" class="sp-dsgvo-popup-button sp-dsgvo-privacy-btn-accept-all green p-2 ml-auto">
    777                             <?= __('Accept all', 'shapepress-dsgvo');?>
     777                            <?php _e('Accept all', 'shapepress-dsgvo');?>
    778778                        </a>
    779779                        <?php else : ?>
    780780                        <a href="#" class="sp-dsgvo-popup-button sp-dsgvo-privacy-btn-accept-all green p-2 ml-auto" style="padding-right: 30px !important; padding-left: 30px !important;">
    781                             <?= __('Ok', 'shapepress-dsgvo');?>
     781                            <?php _e('Ok', 'shapepress-dsgvo');?>
    782782                        </a>
    783783                        <?php endif; ?>
     
    789789                            <div class="lwb-col-4 px-1">
    790790                                <a href="#" class="lwb-col sp-dsgvo-popup-button sp-dsgvo-privacy-btn-accept-selection grey ">
    791                                     <?= __('Accept <br />selection', 'shapepress-dsgvo');?>
     791                                    <?php _e('Accept <br />selection', 'shapepress-dsgvo');?>
    792792                                </a>
    793793                            </div>
    794794                            <div class="lwb-col-4 px-1">
    795795                                <a href="#" class="lwb-col sp-dsgvo-popup-button sp-dsgvo-privacy-btn-accept-nothing blue ">
    796                                     <?= __('Accept <br />nothing', 'shapepress-dsgvo');?>
     796                                    <?php _e('Accept <br />nothing', 'shapepress-dsgvo');?>
    797797                                </a>
    798798                            </div>
    799799                            <div class="lwb-col-4 px-1">
    800800                                <a href="#" class="lwb-col sp-dsgvo-popup-button sp-dsgvo-privacy-btn-accept-all green ">
    801                                     <?= __('Accept <br />all', 'shapepress-dsgvo');?>
     801                                    <?php _e('Accept <br />all', 'shapepress-dsgvo');?>
    802802                                </a>
    803803                            </div>
     
    805805                            <div class="lwb-col-4 px-1" style="margin: 0 auto;">
    806806                                <a href="#" class="lwb-col sp-dsgvo-popup-button sp-dsgvo-privacy-btn-accept-all green ">
    807                                     <?= __('Ok', 'shapepress-dsgvo');?>
     807                                    <?php _e('Ok', 'shapepress-dsgvo');?>
    808808                                </a>
    809809                            </div>
     
    837837                <div class="sp-dsgvo-category-name lwb-row no-gutters">
    838838                    <div class="lwb-col-12">
    839                         <?= __($categoryData['title'], 'shapepress-dsgvo');?> <small>(<?= sprintf(_n('%s '.__('Service','shapepress-dsgvo'), '%s '.__('Services','shapepress-dsgvo'), $enabledIntegrationCount, 'shapepress-dsgvo'), $enabledIntegrationCount);?>)</small>
     839                        <?php _e($categoryData['title'], 'shapepress-dsgvo');?> <small>(<?php echo sprintf(_n('%s '.__('Service','shapepress-dsgvo'), '%s '.__('Services','shapepress-dsgvo'), $enabledIntegrationCount, 'shapepress-dsgvo'), $enabledIntegrationCount);?>)</small>
    840840                    </div>
    841841                </div>
    842842                <div class="lwb-row no-gutters">
    843                     <div class="sp-dsgvo-category-description lwb-col-9"><?= __($categoryData['description'], 'shapepress-dsgvo');?></div>
     843                    <div class="sp-dsgvo-category-description lwb-col-9"><?php _e($categoryData['description'], 'shapepress-dsgvo');?></div>
    844844                    <div class="sp-dsgvo-category-toggle lwb-col-3">
    845845
    846846                        <label class="switch switch-green float-right">
    847                             <input type="checkbox" class="switch-input" value="1" name="sp-dsgvo-switch-category" <?php echo $isReadonly ? 'checked disabled' : '' ?> data-slug="<?= $categorySlug?>" id="sp-dsgvo-switch-category-<?= $categorySlug?>">
    848                             <span class="switch-label" data-on="<?= __('Yes', 'shapepress-dsgvo');?>" data-off="<?= __('No', 'shapepress-dsgvo');?>"></span>
     847                            <input type="checkbox" class="switch-input" value="1" name="sp-dsgvo-switch-category" <?php echo $isReadonly ? 'checked disabled' : '' ?> data-slug="<?php echo  $categorySlug?>" id="sp-dsgvo-switch-category-<?php echo $categorySlug?>">
     848                            <span class="switch-label" data-on="<?php _e('Yes', 'shapepress-dsgvo');?>" data-off="<?php _e('No', 'shapepress-dsgvo');?>"></span>
    849849                            <span class="switch-handle"></span>
    850850                        </label>
     
    868868                    <div class="lwb-col-9 lwb-col-md-6">
    869869                        <div class="sp-dsgvo-category-item-name">
    870                             <?= $integration->getName();?>
     870                            <?php echo $integration->getName();?>
    871871                            <?php if($withTagmanager) :?>
    872                                 <small><?= __('via', 'shapepress-dsgvo').' '. SPDSGVOConstants::getTagManager()[$usedTagmanager];?></small>
     872                                <small><?php _e('via', 'shapepress-dsgvo').' '. SPDSGVOConstants::getTagManager()[$usedTagmanager];?></small>
    873873                            <?php endif; ?>
    874874                        </div>
    875875                        <?php if($isLocal) :?>
    876                             <div class="sp-dsgvo-category-item-company"><?= __('Local installation', 'shapepress-dsgvo');?></div>
     876                            <div class="sp-dsgvo-category-item-company"><?php _e('Local installation', 'shapepress-dsgvo');?></div>
    877877                        <?php else: ?>
    878                             <div class="sp-dsgvo-category-item-company"><?= $integration->getCompany();?>, <?= $integration->getCountry();?></div>
     878                            <div class="sp-dsgvo-category-item-company"><?php echo  $integration->getCompany();?>, <?php echo $integration->getCountry();?></div>
    879879                        <?php endif; ?>
    880880
    881881                        <div class="sp-dsgvo-category-item-description-url d-block d-sm-none">
    882                             <a href="#" class="sp-dsgvo-more-information-link" data-slug="<?= $integrationSlug;?>" data-title="<?= $integration->getName();?>">&#9432; <?= __('All Details', 'shapepress-dsgvo');?></a>
     882                            <a href="#" class="sp-dsgvo-more-information-link" data-slug="<?php echo  $integrationSlug;?>" data-title="<?php echo  $integration->getName();?>">&#9432; <?php _e('All Details', 'shapepress-dsgvo');?></a>
    883883                        </div>
    884884                    </div>
    885885                    <div class="lwb-col-3 lwb-col-md-6 lwb-row no-gutters">
    886886                        <div class="sp-dsgvo-category-item-description-url d-none d-sm-block lwb-col px-0 mx-0">
    887                             <a href="#" class="sp-dsgvo-more-information-link" data-slug="<?= $integrationSlug;?>" data-title="<?= $integration->getName();?>">&#9432; <?= __('All Details', 'shapepress-dsgvo');?></a>
     887                            <a href="#" class="sp-dsgvo-more-information-link" data-slug="<?php echo  $integrationSlug;?>" data-title="<?php echo  $integration->getName();?>">&#9432; <?php _e('All Details', 'shapepress-dsgvo');?></a>
    888888                        </div>
    889889                        <div class="sp-dsgvo-category-item-toggle lwb-col px-0 mx-0">
    890890                            <label class="switch switch-green float-right">
    891                                 <input type="checkbox" class="switch-input sp-dsgvo-switch-integration" <?php echo $isReadonly == true ? 'checked disabled' : '' ?> value="1" name="sp-dsgvo-switch-integration" data-slug="<?= $integrationSlug?>" data-category="<?= $categorySlug?>" id="sp-dsgvo-switch-integration-<?= $integrationSlug?>">
    892                                 <span class="switch-label" data-on="<?= __('Yes', 'shapepress-dsgvo');?>" data-off="<?= __('No', 'shapepress-dsgvo');?>"></span>
     891                                <input type="checkbox" class="switch-input sp-dsgvo-switch-integration" <?php echo $isReadonly == true ? 'checked disabled' : '' ?> value="1" name="sp-dsgvo-switch-integration" data-slug="<?php echo  $integrationSlug?>" data-category="<?php echo  $categorySlug?>" id="sp-dsgvo-switch-integration-<?php echo $integrationSlug?>">
     892                                <span class="switch-label" data-on="<?php _e('Yes', 'shapepress-dsgvo');?>" data-off="<?php _e('No', 'shapepress-dsgvo');?>"></span>
    893893                                <span class="switch-handle"></span>
    894894                            </label>
     
    924924                    src: local('Roboto Light Italic'),
    925925                    local('Roboto-LightItalic'),
    926                     url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-LightItalic-webfont.woff) format('woff');
     926                    url(<?php echo sp_dsgvo_URL; ?>public/css/fonts/roboto/Roboto-LightItalic-webfont.woff) format('woff');
    927927                    font-display: swap;
    928928
     
    936936                    src: local('Roboto Italic'),
    937937                    local('Roboto-Italic'),
    938                     url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Italic-webfont.woff) format('woff');
     938                    url(<?php echo sp_dsgvo_URL; ?>public/css/fonts/roboto/Roboto-Italic-webfont.woff) format('woff');
    939939                    font-display: swap;
    940940                }
     
    947947                    src: local('Roboto Bold Italic'),
    948948                    local('Roboto-BoldItalic'),
    949                     url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-BoldItalic-webfont.woff) format('woff');
     949                    url(<?php echo sp_dsgvo_URL; ?>public/css/fonts/roboto/Roboto-BoldItalic-webfont.woff) format('woff');
    950950                    font-display: swap;
    951951                }
     
    958958                    src: local('Roboto Black Italic'),
    959959                    local('Roboto-BlackItalic'),
    960                     url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-BlackItalic-webfont.woff) format('woff');
     960                    url(<?php echo sp_dsgvo_URL; ?>public/css/fonts/roboto/Roboto-BlackItalic-webfont.woff) format('woff');
    961961                    font-display: swap;
    962962                }
     
    969969                    src: local('Roboto Light'),
    970970                    local('Roboto-Light'),
    971                     url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Light-webfont.woff) format('woff');
     971                    url(<?php echo sp_dsgvo_URL; ?>public/css/fonts/roboto/Roboto-Light-webfont.woff) format('woff');
    972972                    font-display: swap;
    973973                }
     
    980980                    src: local('Roboto Regular'),
    981981                    local('Roboto-Regular'),
    982                     url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Regular-webfont.woff) format('woff');
     982                    url(<?php echo sp_dsgvo_URL; ?>public/css/fonts/roboto/Roboto-Regular-webfont.woff) format('woff');
    983983                    font-display: swap;
    984984                }
     
    991991                    src: local('Roboto Bold'),
    992992                    local('Roboto-Bold'),
    993                     url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Bold-webfont.woff) format('woff');
     993                    url(<?php echo sp_dsgvo_URL; ?>public/css/fonts/roboto/Roboto-Bold-webfont.woff) format('woff');
    994994                    font-display: swap;
    995995                }
     
    10021002                    src: local('Roboto Black'),
    10031003                    local('Roboto-Black'),
    1004                     url(/wp-content/plugins/shapepress-dsgvo/public/css/fonts/roboto/Roboto-Black-webfont.woff) format('woff');
     1004                    url(<?php echo sp_dsgvo_URL; ?>public/css/fonts/roboto/Roboto-Black-webfont.woff) format('woff');
    10051005                    font-display: swap;
    10061006                }
     
    12231223
    12241224             $cbLabel = SPDSGVOSettings::get('woo_privacy_text', '');
    1225             echo $cbLabel;
     1225            echo wp_kses_post($cbLabel);
    12261226
    12271227            echo '</div>';
  • shapepress-dsgvo/trunk/public/css/bootstrap-grid.min.css

    r2246779 r2602888  
    11/*!
    2  * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
    3  * Copyright 2011-2019 The Bootstrap Authors
    4  * Copyright 2011-2019 Twitter, Inc.
    5  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    6  */html{box-sizing:border-box;-ms-overflow-style:scrollbar}.sp-dsgvo *,.sp-dsgvo ::after,.sp-dsgvo ::before{box-sizing:inherit}.sp-dsgvo .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.sp-dsgvo .container{max-width:540px}}@media (min-width:768px){.sp-dsgvo .container{max-width:720px}}@media (min-width:992px){.sp-dsgvo .container{max-width:960px}}@media (min-width:1200px){.sp-dsgvo .container{max-width:1140px}}.sp-dsgvo .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.sp-dsgvo .lwb-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.sp-dsgvo .no-gutters{margin-right:0;margin-left:0}.sp-dsgvo .no-gutters>.lwb-col,.sp-dsgvo .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.sp-dsgvo .lwb-col,.sp-dsgvo .lwb-col-1,.sp-dsgvo .lwb-col-10,.sp-dsgvo .lwb-col-11,.sp-dsgvo .lwb-col-12,.sp-dsgvo .lwb-col-2,.sp-dsgvo .lwb-col-3,.sp-dsgvo .lwb-col-4,.sp-dsgvo .lwb-col-5,.sp-dsgvo .lwb-col-6,.sp-dsgvo .lwb-col-7,.sp-dsgvo .lwb-col-8,.sp-dsgvo .lwb-col-9,.sp-dsgvo .lwb-col-auto,.sp-dsgvo .lwb-col-lg,.sp-dsgvo .lwb-col-lg-1,.sp-dsgvo .lwb-col-lg-10,.sp-dsgvo .lwb-col-lg-11,.sp-dsgvo .lwb-col-lg-12,.sp-dsgvo .lwb-col-lg-2,.sp-dsgvo .lwb-col-lg-3,.sp-dsgvo .lwb-col-lg-4,.sp-dsgvo .lwb-col-lg-5,.sp-dsgvo .lwb-col-lg-6,.sp-dsgvo .lwb-col-lg-7,.sp-dsgvo .lwb-col-lg-8,.sp-dsgvo .lwb-col-lg-9,.sp-dsgvo .lwb-col-lg-auto,.sp-dsgvo .lwb-col-md,.sp-dsgvo .lwb-col-md-1,.sp-dsgvo .lwb-col-md-10,.sp-dsgvo .lwb-col-md-11,.sp-dsgvo .lwb-col-md-12,.sp-dsgvo .lwb-col-md-2,.sp-dsgvo .lwb-col-md-3,.sp-dsgvo .lwb-col-md-4,.sp-dsgvo .lwb-col-md-5,.sp-dsgvo .lwb-col-md-6,.sp-dsgvo .lwb-col-md-7,.sp-dsgvo .lwb-col-md-8,.sp-dsgvo .lwb-col-md-9,.sp-dsgvo .lwb-col-md-auto,.sp-dsgvo .lwb-col-sm,.sp-dsgvo .lwb-col-sm-1,.sp-dsgvo .lwb-col-sm-10,.sp-dsgvo .lwb-col-sm-11,.sp-dsgvo .lwb-col-sm-12,.sp-dsgvo .lwb-col-sm-2,.sp-dsgvo .lwb-col-sm-3,.sp-dsgvo .lwb-col-sm-4,.sp-dsgvo .lwb-col-sm-5,.sp-dsgvo .lwb-col-sm-6,.sp-dsgvo .lwb-col-sm-7,.sp-dsgvo .lwb-col-sm-8,.sp-dsgvo .lwb-col-sm-9,.sp-dsgvo .lwb-col-sm-auto,.sp-dsgvo .lwb-col-xl,.sp-dsgvo .lwb-col-xl-1,.sp-dsgvo .lwb-col-xl-10,.sp-dsgvo .lwb-col-xl-11,.sp-dsgvo .lwb-col-xl-12,.sp-dsgvo .lwb-col-xl-2,.sp-dsgvo .lwb-col-xl-3,.sp-dsgvo .lwb-col-xl-4,.sp-dsgvo .lwb-col-xl-5,.sp-dsgvo .lwb-col-xl-6,.sp-dsgvo .lwb-col-xl-7,.sp-dsgvo .lwb-col-xl-8,.sp-dsgvo .lwb-col-xl-9,.sp-dsgvo .lwb-col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-1{margin-left:8.333333%}.sp-dsgvo .offset-2{margin-left:16.666667%}.sp-dsgvo .offset-3{margin-left:25%}.sp-dsgvo .offset-4{margin-left:33.333333%}.sp-dsgvo .offset-5{margin-left:41.666667%}.sp-dsgvo .offset-6{margin-left:50%}.sp-dsgvo .offset-7{margin-left:58.333333%}.sp-dsgvo .offset-8{margin-left:66.666667%}.sp-dsgvo .offset-9{margin-left:75%}.sp-dsgvo .offset-10{margin-left:83.333333%}.sp-dsgvo .offset-11{margin-left:91.666667%}@media (min-width:576px){.sp-dsgvo .lwb-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-sm-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-sm-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-sm-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-sm-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-sm-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-sm-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-sm-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-sm-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-sm-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-sm-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-sm-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-sm-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-sm-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-sm-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-sm-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-sm-0{margin-left:0}.sp-dsgvo .offset-sm-1{margin-left:8.333333%}.sp-dsgvo .offset-sm-2{margin-left:16.666667%}.sp-dsgvo .offset-sm-3{margin-left:25%}.sp-dsgvo .offset-sm-4{margin-left:33.333333%}.sp-dsgvo .offset-sm-5{margin-left:41.666667%}.sp-dsgvo .offset-sm-6{margin-left:50%}.sp-dsgvo .offset-sm-7{margin-left:58.333333%}.sp-dsgvo .offset-sm-8{margin-left:66.666667%}.sp-dsgvo .offset-sm-9{margin-left:75%}.sp-dsgvo .offset-sm-10{margin-left:83.333333%}.sp-dsgvo .offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.sp-dsgvo .lwb-col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-md-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-md-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-md-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-md-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-md-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-md-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-md-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-md-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-md-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-md-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-md-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-md-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-md-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-md-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-md-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-md-0{margin-left:0}.sp-dsgvo .offset-md-1{margin-left:8.333333%}.sp-dsgvo .offset-md-2{margin-left:16.666667%}.sp-dsgvo .offset-md-3{margin-left:25%}.sp-dsgvo .offset-md-4{margin-left:33.333333%}.sp-dsgvo .offset-md-5{margin-left:41.666667%}.sp-dsgvo .offset-md-6{margin-left:50%}.sp-dsgvo .offset-md-7{margin-left:58.333333%}.sp-dsgvo .offset-md-8{margin-left:66.666667%}.sp-dsgvo .offset-md-9{margin-left:75%}.sp-dsgvo .offset-md-10{margin-left:83.333333%}.sp-dsgvo .offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.sp-dsgvo .lwb-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-lg-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-lg-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-lg-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-lg-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-lg-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-lg-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-lg-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-lg-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-lg-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-lg-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-lg-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-lg-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-lg-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-lg-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-lg-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-lg-0{margin-left:0}.sp-dsgvo .offset-lg-1{margin-left:8.333333%}.sp-dsgvo .offset-lg-2{margin-left:16.666667%}.sp-dsgvo .offset-lg-3{margin-left:25%}.sp-dsgvo .offset-lg-4{margin-left:33.333333%}.sp-dsgvo .offset-lg-5{margin-left:41.666667%}.sp-dsgvo .offset-lg-6{margin-left:50%}.sp-dsgvo .offset-lg-7{margin-left:58.333333%}.sp-dsgvo .offset-lg-8{margin-left:66.666667%}.sp-dsgvo .offset-lg-9{margin-left:75%}.sp-dsgvo .offset-lg-10{margin-left:83.333333%}.sp-dsgvo .offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.sp-dsgvo .lwb-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-xl-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-xl-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-xl-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-xl-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-xl-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-xl-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-xl-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-xl-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-xl-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-xl-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-xl-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-xl-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-xl-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-xl-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-xl-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-xl-0{margin-left:0}.sp-dsgvo .offset-xl-1{margin-left:8.333333%}.sp-dsgvo .offset-xl-2{margin-left:16.666667%}.sp-dsgvo .offset-xl-3{margin-left:25%}.sp-dsgvo .offset-xl-4{margin-left:33.333333%}.sp-dsgvo .offset-xl-5{margin-left:41.666667%}.sp-dsgvo .offset-xl-6{margin-left:50%}.sp-dsgvo .offset-xl-7{margin-left:58.333333%}.sp-dsgvo .offset-xl-8{margin-left:66.666667%}.sp-dsgvo .offset-xl-9{margin-left:75%}.sp-dsgvo .offset-xl-10{margin-left:83.333333%}.sp-dsgvo .offset-xl-11{margin-left:91.666667%}}.sp-dsgvo .align-baseline{vertical-align:baseline!important}.sp-dsgvo .align-top{vertical-align:top!important}.sp-dsgvo .align-middle{vertical-align:middle!important}.sp-dsgvo .align-bottom{vertical-align:bottom!important}.sp-dsgvo .align-text-bottom{vertical-align:text-bottom!important}.sp-dsgvo .align-text-top{vertical-align:text-top!important}.sp-dsgvo .d-none{display:none!important}.sp-dsgvo .d-inline{display:inline!important}.sp-dsgvo .d-inline-block{display:inline-block!important}.sp-dsgvo .d-block{display:block!important}.sp-dsgvo .d-table{display:table!important}.sp-dsgvo .d-table-row{display:table-row!important}.sp-dsgvo .d-table-cell{display:table-cell!important}.sp-dsgvo .lwb-d-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.sp-dsgvo .d-sm-none{display:none!important}.sp-dsgvo .d-sm-inline{display:inline!important}.sp-dsgvo .d-sm-inline-block{display:inline-block!important}.sp-dsgvo .d-sm-block{display:block!important}.sp-dsgvo .d-sm-table{display:table!important}.sp-dsgvo .d-sm-table-row{display:table-row!important}.sp-dsgvo .d-sm-table-cell{display:table-cell!important}.sp-dsgvo .d-sm-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.sp-dsgvo .d-md-none{display:none!important}.sp-dsgvo .d-md-inline{display:inline!important}.sp-dsgvo .d-md-inline-block{display:inline-block!important}.sp-dsgvo .d-md-block{display:block!important}.sp-dsgvo .d-md-table{display:table!important}.sp-dsgvo .d-md-table-row{display:table-row!important}.sp-dsgvo .d-md-table-cell{display:table-cell!important}.sp-dsgvo .d-md-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.sp-dsgvo .d-lg-none{display:none!important}.sp-dsgvo .d-lg-inline{display:inline!important}.sp-dsgvo .d-lg-inline-block{display:inline-block!important}.sp-dsgvo .d-lg-block{display:block!important}.sp-dsgvo .d-lg-table{display:table!important}.sp-dsgvo .d-lg-table-row{display:table-row!important}.sp-dsgvo .d-lg-table-cell{display:table-cell!important}.sp-dsgvo .d-lg-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.sp-dsgvo .d-xl-none{display:none!important}.sp-dsgvo .d-xl-inline{display:inline!important}.sp-dsgvo .d-xl-inline-block{display:inline-block!important}.sp-dsgvo .d-xl-block{display:block!important}.sp-dsgvo .d-xl-table{display:table!important}.sp-dsgvo .d-xl-table-row{display:table-row!important}.sp-dsgvo .d-xl-table-cell{display:table-cell!important}.sp-dsgvo .d-xl-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.sp-dsgvo .d-print-none{display:none!important}.sp-dsgvo .d-print-inline{display:inline!important}.sp-dsgvo .d-print-inline-block{display:inline-block!important}.sp-dsgvo .d-print-block{display:block!important}.sp-dsgvo .d-print-table{display:table!important}.sp-dsgvo .d-print-table-row{display:table-row!important}.sp-dsgvo .d-print-table-cell{display:table-cell!important}.sp-dsgvo .d-print-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.sp-dsgvo .flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.sp-dsgvo .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.sp-dsgvo .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.sp-dsgvo .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.sp-dsgvo .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.sp-dsgvo .float-left{float:left!important}.sp-dsgvo .float-right{float:right!important}.sp-dsgvo .float-none{float:none!important}@media (min-width:576px){.sp-dsgvo .float-sm-left{float:left!important}.sp-dsgvo .float-sm-right{float:right!important}.sp-dsgvo .float-sm-none{float:none!important}}@media (min-width:768px){.sp-dsgvo .float-md-left{float:left!important}.sp-dsgvo .float-md-right{float:right!important}.sp-dsgvo .float-md-none{float:none!important}}@media (min-width:992px){.sp-dsgvo .float-lg-left{float:left!important}.sp-dsgvo .float-lg-right{float:right!important}.sp-dsgvo .float-lg-none{float:none!important}}@media (min-width:1200px){.sp-dsgvo .float-xl-left{float:left!important}.sp-dsgvo .float-xl-right{float:right!important}.sp-dsgvo .float-xl-none{float:none!important}}.sp-dsgvo .overflow-auto{overflow:auto!important}.sp-dsgvo .overflow-hidden{overflow:hidden!important}.sp-dsgvo .position-static{position:static!important}.sp-dsgvo .position-relative{position:relative!important}.sp-dsgvo .position-absolute{position:absolute!important}.sp-dsgvo .position-fixed{position:fixed!important}.sp-dsgvo .position-sticky{position:-webkit-sticky!important;position:sticky!important}.sp-dsgvo .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.sp-dsgvo .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sp-dsgvo .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sp-dsgvo .w-25{width:25%!important}.sp-dsgvo .w-50{width:50%!important}.sp-dsgvo .w-75{width:75%!important}.sp-dsgvo .w-100{width:100%!important}.sp-dsgvo .w-auto{width:auto!important}.sp-dsgvo .h-25{height:25%!important}.sp-dsgvo .h-50{height:50%!important}.sp-dsgvo .h-75{height:75%!important}.sp-dsgvo .h-100{height:100%!important}.sp-dsgvo .h-auto{height:auto!important}.sp-dsgvo .mw-100{max-width:100%!important}.sp-dsgvo .mh-100{max-height:100%!important}.sp-dsgvo .min-vw-100{min-width:100vw!important}.sp-dsgvo .min-vh-100{min-height:100vh!important}.sp-dsgvo .vw-100{width:100vw!important}.sp-dsgvo .vh-100{height:100vh!important}.sp-dsgvo .m-0{margin:0!important}.sp-dsgvo .mt-0,.sp-dsgvo .my-0{margin-top:0!important}.sp-dsgvo .mr-0,.sp-dsgvo .mx-0{margin-right:0!important}.sp-dsgvo .mb-0,.sp-dsgvo .my-0{margin-bottom:0!important}.sp-dsgvo .ml-0,.sp-dsgvo .mx-0{margin-left:0!important}.sp-dsgvo .m-1{margin:.25rem!important}.sp-dsgvo .mt-1,.sp-dsgvo .my-1{margin-top:.25rem!important}.sp-dsgvo .mr-1,.sp-dsgvo .mx-1{margin-right:.25rem!important}.sp-dsgvo .mb-1,.sp-dsgvo .my-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-1,.sp-dsgvo .mx-1{margin-left:.25rem!important}.sp-dsgvo .m-2{margin:.5rem!important}.sp-dsgvo .mt-2,.sp-dsgvo .my-2{margin-top:.5rem!important}.sp-dsgvo .mr-2,.sp-dsgvo .mx-2{margin-right:.5rem!important}.sp-dsgvo .mb-2,.sp-dsgvo .my-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-2,.sp-dsgvo .mx-2{margin-left:.5rem!important}.sp-dsgvo .m-3{margin:1rem!important}.sp-dsgvo .mt-3,.sp-dsgvo .my-3{margin-top:1rem!important}.sp-dsgvo .mr-3,.sp-dsgvo .mx-3{margin-right:1rem!important}.sp-dsgvo .mb-3,.sp-dsgvo .my-3{margin-bottom:1rem!important}.sp-dsgvo .ml-3,.sp-dsgvo .mx-3{margin-left:1rem!important}.sp-dsgvo .m-4{margin:1.5rem!important}.sp-dsgvo .mt-4,.sp-dsgvo .my-4{margin-top:1.5rem!important}.sp-dsgvo .mr-4,.sp-dsgvo .mx-4{margin-right:1.5rem!important}.sp-dsgvo .mb-4,.sp-dsgvo .my-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-4,.sp-dsgvo .mx-4{margin-left:1.5rem!important}.sp-dsgvo .m-5{margin:3rem!important}.sp-dsgvo .mt-5,.sp-dsgvo .my-5{margin-top:3rem!important}.sp-dsgvo .mr-5,.sp-dsgvo .mx-5{margin-right:3rem!important}.sp-dsgvo .mb-5,.sp-dsgvo .my-5{margin-bottom:3rem!important}.sp-dsgvo .ml-5,.sp-dsgvo .mx-5{margin-left:3rem!important}.sp-dsgvo .p-0{padding:0!important}.sp-dsgvo .pt-0,.sp-dsgvo .py-0{padding-top:0!important}.sp-dsgvo .pr-0,.sp-dsgvo .px-0{padding-right:0!important}.sp-dsgvo .pb-0,.sp-dsgvo .py-0{padding-bottom:0!important}.sp-dsgvo .pl-0,.sp-dsgvo .px-0{padding-left:0!important}.sp-dsgvo .p-1{padding:.25rem!important}.sp-dsgvo .pt-1,.sp-dsgvo .py-1{padding-top:.25rem!important}.sp-dsgvo .pr-1,.sp-dsgvo .px-1{padding-right:.25rem!important}.sp-dsgvo .pb-1,.sp-dsgvo .py-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-1,.sp-dsgvo .px-1{padding-left:.25rem!important}.sp-dsgvo .p-2{padding:.5rem!important}.sp-dsgvo .pt-2,.sp-dsgvo .py-2{padding-top:.5rem!important}.sp-dsgvo .pr-2,.sp-dsgvo .px-2{padding-right:.5rem!important}.sp-dsgvo .pb-2,.sp-dsgvo .py-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-2,.sp-dsgvo .px-2{padding-left:.5rem!important}.sp-dsgvo .p-3{padding:1rem!important}.sp-dsgvo .pt-3,.sp-dsgvo .py-3{padding-top:1rem!important}.sp-dsgvo .pr-3,.sp-dsgvo .px-3{padding-right:1rem!important}.sp-dsgvo .pb-3,.sp-dsgvo .py-3{padding-bottom:1rem!important}.sp-dsgvo .pl-3,.sp-dsgvo .px-3{padding-left:1rem!important}.sp-dsgvo .p-4{padding:1.5rem!important}.sp-dsgvo .pt-4,.sp-dsgvo .py-4{padding-top:1.5rem!important}.sp-dsgvo .pr-4,.sp-dsgvo .px-4{padding-right:1.5rem!important}.sp-dsgvo .pb-4,.sp-dsgvo .py-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-4,.sp-dsgvo .px-4{padding-left:1.5rem!important}.sp-dsgvo .p-5{padding:3rem!important}.sp-dsgvo .pt-5,.sp-dsgvo .py-5{padding-top:3rem!important}.sp-dsgvo .pr-5,.sp-dsgvo .px-5{padding-right:3rem!important}.sp-dsgvo .pb-5,.sp-dsgvo .py-5{padding-bottom:3rem!important}.sp-dsgvo .pl-5,.sp-dsgvo .px-5{padding-left:3rem!important}.sp-dsgvo .m-n1{margin:-.25rem!important}.sp-dsgvo .mt-n1,.sp-dsgvo .my-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-n1,.sp-dsgvo .mx-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-n1,.sp-dsgvo .my-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-n1,.sp-dsgvo .mx-n1{margin-left:-.25rem!important}.sp-dsgvo .m-n2{margin:-.5rem!important}.sp-dsgvo .mt-n2,.sp-dsgvo .my-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-n2,.sp-dsgvo .mx-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-n2,.sp-dsgvo .my-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-n2,.sp-dsgvo .mx-n2{margin-left:-.5rem!important}.sp-dsgvo .m-n3{margin:-1rem!important}.sp-dsgvo .mt-n3,.sp-dsgvo .my-n3{margin-top:-1rem!important}.sp-dsgvo .mr-n3,.sp-dsgvo .mx-n3{margin-right:-1rem!important}.sp-dsgvo .mb-n3,.sp-dsgvo .my-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-n3,.sp-dsgvo .mx-n3{margin-left:-1rem!important}.sp-dsgvo .m-n4{margin:-1.5rem!important}.sp-dsgvo .mt-n4,.sp-dsgvo .my-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-n4,.sp-dsgvo .mx-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-n4,.sp-dsgvo .my-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-n4,.sp-dsgvo .mx-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-n5{margin:-3rem!important}.sp-dsgvo .mt-n5,.sp-dsgvo .my-n5{margin-top:-3rem!important}.sp-dsgvo .mr-n5,.sp-dsgvo .mx-n5{margin-right:-3rem!important}.sp-dsgvo .mb-n5,.sp-dsgvo .my-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-n5,.sp-dsgvo .mx-n5{margin-left:-3rem!important}.sp-dsgvo .m-auto{margin:auto!important}.sp-dsgvo .mt-auto,.sp-dsgvo .my-auto{margin-top:auto!important}.sp-dsgvo .mr-auto,.sp-dsgvo .mx-auto{margin-right:auto!important}.sp-dsgvo .mb-auto,.sp-dsgvo .my-auto{margin-bottom:auto!important}.sp-dsgvo .ml-auto,.sp-dsgvo .mx-auto{margin-left:auto!important}@media (min-width:576px){.sp-dsgvo .m-sm-0{margin:0!important}.sp-dsgvo .mt-sm-0,.sp-dsgvo .my-sm-0{margin-top:0!important}.sp-dsgvo .mr-sm-0,.sp-dsgvo .mx-sm-0{margin-right:0!important}.sp-dsgvo .mb-sm-0,.sp-dsgvo .my-sm-0{margin-bottom:0!important}.sp-dsgvo .ml-sm-0,.sp-dsgvo .mx-sm-0{margin-left:0!important}.sp-dsgvo .m-sm-1{margin:.25rem!important}.sp-dsgvo .mt-sm-1,.sp-dsgvo .my-sm-1{margin-top:.25rem!important}.sp-dsgvo .mr-sm-1,.sp-dsgvo .mx-sm-1{margin-right:.25rem!important}.sp-dsgvo .mb-sm-1,.sp-dsgvo .my-sm-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-sm-1,.sp-dsgvo .mx-sm-1{margin-left:.25rem!important}.sp-dsgvo .m-sm-2{margin:.5rem!important}.sp-dsgvo .mt-sm-2,.sp-dsgvo .my-sm-2{margin-top:.5rem!important}.sp-dsgvo .mr-sm-2,.sp-dsgvo .mx-sm-2{margin-right:.5rem!important}.sp-dsgvo .mb-sm-2,.sp-dsgvo .my-sm-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-sm-2,.sp-dsgvo .mx-sm-2{margin-left:.5rem!important}.sp-dsgvo .m-sm-3{margin:1rem!important}.sp-dsgvo .mt-sm-3,.sp-dsgvo .my-sm-3{margin-top:1rem!important}.sp-dsgvo .mr-sm-3,.sp-dsgvo .mx-sm-3{margin-right:1rem!important}.sp-dsgvo .mb-sm-3,.sp-dsgvo .my-sm-3{margin-bottom:1rem!important}.sp-dsgvo .ml-sm-3,.sp-dsgvo .mx-sm-3{margin-left:1rem!important}.sp-dsgvo .m-sm-4{margin:1.5rem!important}.sp-dsgvo .mt-sm-4,.sp-dsgvo .my-sm-4{margin-top:1.5rem!important}.sp-dsgvo .mr-sm-4,.sp-dsgvo .mx-sm-4{margin-right:1.5rem!important}.sp-dsgvo .mb-sm-4,.sp-dsgvo .my-sm-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-sm-4,.sp-dsgvo .mx-sm-4{margin-left:1.5rem!important}.sp-dsgvo .m-sm-5{margin:3rem!important}.sp-dsgvo .mt-sm-5,.sp-dsgvo .my-sm-5{margin-top:3rem!important}.sp-dsgvo .mr-sm-5,.sp-dsgvo .mx-sm-5{margin-right:3rem!important}.sp-dsgvo .mb-sm-5,.sp-dsgvo .my-sm-5{margin-bottom:3rem!important}.sp-dsgvo .ml-sm-5,.sp-dsgvo .mx-sm-5{margin-left:3rem!important}.sp-dsgvo .p-sm-0{padding:0!important}.sp-dsgvo .pt-sm-0,.sp-dsgvo .py-sm-0{padding-top:0!important}.sp-dsgvo .pr-sm-0,.sp-dsgvo .px-sm-0{padding-right:0!important}.sp-dsgvo .pb-sm-0,.sp-dsgvo .py-sm-0{padding-bottom:0!important}.sp-dsgvo .pl-sm-0,.sp-dsgvo .px-sm-0{padding-left:0!important}.sp-dsgvo .p-sm-1{padding:.25rem!important}.sp-dsgvo .pt-sm-1,.sp-dsgvo .py-sm-1{padding-top:.25rem!important}.sp-dsgvo .pr-sm-1,.sp-dsgvo .px-sm-1{padding-right:.25rem!important}.sp-dsgvo .pb-sm-1,.sp-dsgvo .py-sm-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-sm-1,.sp-dsgvo .px-sm-1{padding-left:.25rem!important}.sp-dsgvo .p-sm-2{padding:.5rem!important}.sp-dsgvo .pt-sm-2,.sp-dsgvo .py-sm-2{padding-top:.5rem!important}.sp-dsgvo .pr-sm-2,.sp-dsgvo .px-sm-2{padding-right:.5rem!important}.sp-dsgvo .pb-sm-2,.sp-dsgvo .py-sm-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-sm-2,.sp-dsgvo .px-sm-2{padding-left:.5rem!important}.sp-dsgvo .p-sm-3{padding:1rem!important}.sp-dsgvo .pt-sm-3,.sp-dsgvo .py-sm-3{padding-top:1rem!important}.sp-dsgvo .pr-sm-3,.sp-dsgvo .px-sm-3{padding-right:1rem!important}.sp-dsgvo .pb-sm-3,.sp-dsgvo .py-sm-3{padding-bottom:1rem!important}.sp-dsgvo .pl-sm-3,.sp-dsgvo .px-sm-3{padding-left:1rem!important}.sp-dsgvo .p-sm-4{padding:1.5rem!important}.sp-dsgvo .pt-sm-4,.sp-dsgvo .py-sm-4{padding-top:1.5rem!important}.sp-dsgvo .pr-sm-4,.sp-dsgvo .px-sm-4{padding-right:1.5rem!important}.sp-dsgvo .pb-sm-4,.sp-dsgvo .py-sm-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-sm-4,.sp-dsgvo .px-sm-4{padding-left:1.5rem!important}.sp-dsgvo .p-sm-5{padding:3rem!important}.sp-dsgvo .pt-sm-5,.sp-dsgvo .py-sm-5{padding-top:3rem!important}.sp-dsgvo .pr-sm-5,.sp-dsgvo .px-sm-5{padding-right:3rem!important}.sp-dsgvo .pb-sm-5,.sp-dsgvo .py-sm-5{padding-bottom:3rem!important}.sp-dsgvo .pl-sm-5,.sp-dsgvo .px-sm-5{padding-left:3rem!important}.sp-dsgvo .m-sm-n1{margin:-.25rem!important}.sp-dsgvo .mt-sm-n1,.sp-dsgvo .my-sm-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-sm-n1,.sp-dsgvo .mx-sm-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-sm-n1,.sp-dsgvo .my-sm-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-sm-n1,.sp-dsgvo .mx-sm-n1{margin-left:-.25rem!important}.sp-dsgvo .m-sm-n2{margin:-.5rem!important}.sp-dsgvo .mt-sm-n2,.sp-dsgvo .my-sm-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-sm-n2,.sp-dsgvo .mx-sm-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-sm-n2,.sp-dsgvo .my-sm-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-sm-n2,.sp-dsgvo .mx-sm-n2{margin-left:-.5rem!important}.sp-dsgvo .m-sm-n3{margin:-1rem!important}.sp-dsgvo .mt-sm-n3,.sp-dsgvo .my-sm-n3{margin-top:-1rem!important}.sp-dsgvo .mr-sm-n3,.sp-dsgvo .mx-sm-n3{margin-right:-1rem!important}.sp-dsgvo .mb-sm-n3,.sp-dsgvo .my-sm-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-sm-n3,.sp-dsgvo .mx-sm-n3{margin-left:-1rem!important}.sp-dsgvo .m-sm-n4{margin:-1.5rem!important}.sp-dsgvo .mt-sm-n4,.sp-dsgvo .my-sm-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-sm-n4,.sp-dsgvo .mx-sm-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-sm-n4,.sp-dsgvo .my-sm-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-sm-n4,.sp-dsgvo .mx-sm-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-sm-n5{margin:-3rem!important}.sp-dsgvo .mt-sm-n5,.sp-dsgvo .my-sm-n5{margin-top:-3rem!important}.sp-dsgvo .mr-sm-n5,.sp-dsgvo .mx-sm-n5{margin-right:-3rem!important}.sp-dsgvo .mb-sm-n5,.sp-dsgvo .my-sm-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-sm-n5,.sp-dsgvo .mx-sm-n5{margin-left:-3rem!important}.sp-dsgvo .m-sm-auto{margin:auto!important}.sp-dsgvo .mt-sm-auto,.sp-dsgvo .my-sm-auto{margin-top:auto!important}.sp-dsgvo .mr-sm-auto,.sp-dsgvo .mx-sm-auto{margin-right:auto!important}.sp-dsgvo .mb-sm-auto,.sp-dsgvo .my-sm-auto{margin-bottom:auto!important}.sp-dsgvo .ml-sm-auto,.sp-dsgvo .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.sp-dsgvo .m-md-0{margin:0!important}.sp-dsgvo .mt-md-0,.sp-dsgvo .my-md-0{margin-top:0!important}.sp-dsgvo .mr-md-0,.sp-dsgvo .mx-md-0{margin-right:0!important}.sp-dsgvo .mb-md-0,.sp-dsgvo .my-md-0{margin-bottom:0!important}.sp-dsgvo .ml-md-0,.sp-dsgvo .mx-md-0{margin-left:0!important}.sp-dsgvo .m-md-1{margin:.25rem!important}.sp-dsgvo .mt-md-1,.sp-dsgvo .my-md-1{margin-top:.25rem!important}.sp-dsgvo .mr-md-1,.sp-dsgvo .mx-md-1{margin-right:.25rem!important}.sp-dsgvo .mb-md-1,.sp-dsgvo .my-md-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-md-1,.sp-dsgvo .mx-md-1{margin-left:.25rem!important}.sp-dsgvo .m-md-2{margin:.5rem!important}.sp-dsgvo .mt-md-2,.sp-dsgvo .my-md-2{margin-top:.5rem!important}.sp-dsgvo .mr-md-2,.sp-dsgvo .mx-md-2{margin-right:.5rem!important}.sp-dsgvo .mb-md-2,.sp-dsgvo .my-md-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-md-2,.sp-dsgvo .mx-md-2{margin-left:.5rem!important}.sp-dsgvo .m-md-3{margin:1rem!important}.sp-dsgvo .mt-md-3,.sp-dsgvo .my-md-3{margin-top:1rem!important}.sp-dsgvo .mr-md-3,.sp-dsgvo .mx-md-3{margin-right:1rem!important}.sp-dsgvo .mb-md-3,.sp-dsgvo .my-md-3{margin-bottom:1rem!important}.sp-dsgvo .ml-md-3,.sp-dsgvo .mx-md-3{margin-left:1rem!important}.sp-dsgvo .m-md-4{margin:1.5rem!important}.sp-dsgvo .mt-md-4,.sp-dsgvo .my-md-4{margin-top:1.5rem!important}.sp-dsgvo .mr-md-4,.sp-dsgvo .mx-md-4{margin-right:1.5rem!important}.sp-dsgvo .mb-md-4,.sp-dsgvo .my-md-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-md-4,.sp-dsgvo .mx-md-4{margin-left:1.5rem!important}.sp-dsgvo .m-md-5{margin:3rem!important}.sp-dsgvo .mt-md-5,.sp-dsgvo .my-md-5{margin-top:3rem!important}.sp-dsgvo .mr-md-5,.sp-dsgvo .mx-md-5{margin-right:3rem!important}.sp-dsgvo .mb-md-5,.sp-dsgvo .my-md-5{margin-bottom:3rem!important}.sp-dsgvo .ml-md-5,.sp-dsgvo .mx-md-5{margin-left:3rem!important}.sp-dsgvo .p-md-0{padding:0!important}.sp-dsgvo .pt-md-0,.sp-dsgvo .py-md-0{padding-top:0!important}.sp-dsgvo .pr-md-0,.sp-dsgvo .px-md-0{padding-right:0!important}.sp-dsgvo .pb-md-0,.sp-dsgvo .py-md-0{padding-bottom:0!important}.sp-dsgvo .pl-md-0,.sp-dsgvo .px-md-0{padding-left:0!important}.sp-dsgvo .p-md-1{padding:.25rem!important}.sp-dsgvo .pt-md-1,.sp-dsgvo .py-md-1{padding-top:.25rem!important}.sp-dsgvo .pr-md-1,.sp-dsgvo .px-md-1{padding-right:.25rem!important}.sp-dsgvo .pb-md-1,.sp-dsgvo .py-md-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-md-1,.sp-dsgvo .px-md-1{padding-left:.25rem!important}.sp-dsgvo .p-md-2{padding:.5rem!important}.sp-dsgvo .pt-md-2,.sp-dsgvo .py-md-2{padding-top:.5rem!important}.sp-dsgvo .pr-md-2,.sp-dsgvo .px-md-2{padding-right:.5rem!important}.sp-dsgvo .pb-md-2,.sp-dsgvo .py-md-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-md-2,.sp-dsgvo .px-md-2{padding-left:.5rem!important}.sp-dsgvo .p-md-3{padding:1rem!important}.sp-dsgvo .pt-md-3,.sp-dsgvo .py-md-3{padding-top:1rem!important}.sp-dsgvo .pr-md-3,.sp-dsgvo .px-md-3{padding-right:1rem!important}.sp-dsgvo .pb-md-3,.sp-dsgvo .py-md-3{padding-bottom:1rem!important}.sp-dsgvo .pl-md-3,.sp-dsgvo .px-md-3{padding-left:1rem!important}.sp-dsgvo .p-md-4{padding:1.5rem!important}.sp-dsgvo .pt-md-4,.sp-dsgvo .py-md-4{padding-top:1.5rem!important}.sp-dsgvo .pr-md-4,.sp-dsgvo .px-md-4{padding-right:1.5rem!important}.sp-dsgvo .pb-md-4,.sp-dsgvo .py-md-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-md-4,.sp-dsgvo .px-md-4{padding-left:1.5rem!important}.sp-dsgvo .p-md-5{padding:3rem!important}.sp-dsgvo .pt-md-5,.sp-dsgvo .py-md-5{padding-top:3rem!important}.sp-dsgvo .pr-md-5,.sp-dsgvo .px-md-5{padding-right:3rem!important}.sp-dsgvo .pb-md-5,.sp-dsgvo .py-md-5{padding-bottom:3rem!important}.sp-dsgvo .pl-md-5,.sp-dsgvo .px-md-5{padding-left:3rem!important}.sp-dsgvo .m-md-n1{margin:-.25rem!important}.sp-dsgvo .mt-md-n1,.sp-dsgvo .my-md-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-md-n1,.sp-dsgvo .mx-md-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-md-n1,.sp-dsgvo .my-md-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-md-n1,.sp-dsgvo .mx-md-n1{margin-left:-.25rem!important}.sp-dsgvo .m-md-n2{margin:-.5rem!important}.sp-dsgvo .mt-md-n2,.sp-dsgvo .my-md-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-md-n2,.sp-dsgvo .mx-md-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-md-n2,.sp-dsgvo .my-md-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-md-n2,.sp-dsgvo .mx-md-n2{margin-left:-.5rem!important}.sp-dsgvo .m-md-n3{margin:-1rem!important}.sp-dsgvo .mt-md-n3,.sp-dsgvo .my-md-n3{margin-top:-1rem!important}.sp-dsgvo .mr-md-n3,.sp-dsgvo .mx-md-n3{margin-right:-1rem!important}.sp-dsgvo .mb-md-n3,.sp-dsgvo .my-md-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-md-n3,.sp-dsgvo .mx-md-n3{margin-left:-1rem!important}.sp-dsgvo .m-md-n4{margin:-1.5rem!important}.sp-dsgvo .mt-md-n4,.sp-dsgvo .my-md-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-md-n4,.sp-dsgvo .mx-md-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-md-n4,.sp-dsgvo .my-md-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-md-n4,.sp-dsgvo .mx-md-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-md-n5{margin:-3rem!important}.sp-dsgvo .mt-md-n5,.sp-dsgvo .my-md-n5{margin-top:-3rem!important}.sp-dsgvo .mr-md-n5,.sp-dsgvo .mx-md-n5{margin-right:-3rem!important}.sp-dsgvo .mb-md-n5,.sp-dsgvo .my-md-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-md-n5,.sp-dsgvo .mx-md-n5{margin-left:-3rem!important}.sp-dsgvo .m-md-auto{margin:auto!important}.sp-dsgvo .mt-md-auto,.sp-dsgvo .my-md-auto{margin-top:auto!important}.sp-dsgvo .mr-md-auto,.sp-dsgvo .mx-md-auto{margin-right:auto!important}.sp-dsgvo .mb-md-auto,.sp-dsgvo .my-md-auto{margin-bottom:auto!important}.sp-dsgvo .ml-md-auto,.sp-dsgvo .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.sp-dsgvo .m-lg-0{margin:0!important}.sp-dsgvo .mt-lg-0,.sp-dsgvo .my-lg-0{margin-top:0!important}.sp-dsgvo .mr-lg-0,.sp-dsgvo .mx-lg-0{margin-right:0!important}.sp-dsgvo .mb-lg-0,.sp-dsgvo .my-lg-0{margin-bottom:0!important}.sp-dsgvo .ml-lg-0,.sp-dsgvo .mx-lg-0{margin-left:0!important}.sp-dsgvo .m-lg-1{margin:.25rem!important}.sp-dsgvo .mt-lg-1,.sp-dsgvo .my-lg-1{margin-top:.25rem!important}.sp-dsgvo .mr-lg-1,.sp-dsgvo .mx-lg-1{margin-right:.25rem!important}.sp-dsgvo .mb-lg-1,.sp-dsgvo .my-lg-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-lg-1,.sp-dsgvo .mx-lg-1{margin-left:.25rem!important}.sp-dsgvo .m-lg-2{margin:.5rem!important}.sp-dsgvo .mt-lg-2,.sp-dsgvo .my-lg-2{margin-top:.5rem!important}.sp-dsgvo .mr-lg-2,.sp-dsgvo .mx-lg-2{margin-right:.5rem!important}.sp-dsgvo .mb-lg-2,.sp-dsgvo .my-lg-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-lg-2,.sp-dsgvo .mx-lg-2{margin-left:.5rem!important}.sp-dsgvo .m-lg-3{margin:1rem!important}.sp-dsgvo .mt-lg-3,.sp-dsgvo .my-lg-3{margin-top:1rem!important}.sp-dsgvo .mr-lg-3,.sp-dsgvo .mx-lg-3{margin-right:1rem!important}.sp-dsgvo .mb-lg-3,.sp-dsgvo .my-lg-3{margin-bottom:1rem!important}.sp-dsgvo .ml-lg-3,.sp-dsgvo .mx-lg-3{margin-left:1rem!important}.sp-dsgvo .m-lg-4{margin:1.5rem!important}.sp-dsgvo .mt-lg-4,.sp-dsgvo .my-lg-4{margin-top:1.5rem!important}.sp-dsgvo .mr-lg-4,.sp-dsgvo .mx-lg-4{margin-right:1.5rem!important}.sp-dsgvo .mb-lg-4,.sp-dsgvo .my-lg-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-lg-4,.sp-dsgvo .mx-lg-4{margin-left:1.5rem!important}.sp-dsgvo .m-lg-5{margin:3rem!important}.sp-dsgvo .mt-lg-5,.sp-dsgvo .my-lg-5{margin-top:3rem!important}.sp-dsgvo .mr-lg-5,.sp-dsgvo .mx-lg-5{margin-right:3rem!important}.sp-dsgvo .mb-lg-5,.sp-dsgvo .my-lg-5{margin-bottom:3rem!important}.sp-dsgvo .ml-lg-5,.sp-dsgvo .mx-lg-5{margin-left:3rem!important}.sp-dsgvo .p-lg-0{padding:0!important}.sp-dsgvo .pt-lg-0,.sp-dsgvo .py-lg-0{padding-top:0!important}.sp-dsgvo .pr-lg-0,.sp-dsgvo .px-lg-0{padding-right:0!important}.sp-dsgvo .pb-lg-0,.sp-dsgvo .py-lg-0{padding-bottom:0!important}.sp-dsgvo .pl-lg-0,.sp-dsgvo .px-lg-0{padding-left:0!important}.sp-dsgvo .p-lg-1{padding:.25rem!important}.sp-dsgvo .pt-lg-1,.sp-dsgvo .py-lg-1{padding-top:.25rem!important}.sp-dsgvo .pr-lg-1,.sp-dsgvo .px-lg-1{padding-right:.25rem!important}.sp-dsgvo .pb-lg-1,.sp-dsgvo .py-lg-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-lg-1,.sp-dsgvo .px-lg-1{padding-left:.25rem!important}.sp-dsgvo .p-lg-2{padding:.5rem!important}.sp-dsgvo .pt-lg-2,.sp-dsgvo .py-lg-2{padding-top:.5rem!important}.sp-dsgvo .pr-lg-2,.sp-dsgvo .px-lg-2{padding-right:.5rem!important}.sp-dsgvo .pb-lg-2,.sp-dsgvo .py-lg-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-lg-2,.sp-dsgvo .px-lg-2{padding-left:.5rem!important}.sp-dsgvo .p-lg-3{padding:1rem!important}.sp-dsgvo .pt-lg-3,.sp-dsgvo .py-lg-3{padding-top:1rem!important}.sp-dsgvo .pr-lg-3,.sp-dsgvo .px-lg-3{padding-right:1rem!important}.sp-dsgvo .pb-lg-3,.sp-dsgvo .py-lg-3{padding-bottom:1rem!important}.sp-dsgvo .pl-lg-3,.sp-dsgvo .px-lg-3{padding-left:1rem!important}.sp-dsgvo .p-lg-4{padding:1.5rem!important}.sp-dsgvo .pt-lg-4,.sp-dsgvo .py-lg-4{padding-top:1.5rem!important}.sp-dsgvo .pr-lg-4,.sp-dsgvo .px-lg-4{padding-right:1.5rem!important}.sp-dsgvo .pb-lg-4,.sp-dsgvo .py-lg-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-lg-4,.sp-dsgvo .px-lg-4{padding-left:1.5rem!important}.sp-dsgvo .p-lg-5{padding:3rem!important}.sp-dsgvo .pt-lg-5,.sp-dsgvo .py-lg-5{padding-top:3rem!important}.sp-dsgvo .pr-lg-5,.sp-dsgvo .px-lg-5{padding-right:3rem!important}.sp-dsgvo .pb-lg-5,.sp-dsgvo .py-lg-5{padding-bottom:3rem!important}.sp-dsgvo .pl-lg-5,.sp-dsgvo .px-lg-5{padding-left:3rem!important}.sp-dsgvo .m-lg-n1{margin:-.25rem!important}.sp-dsgvo .mt-lg-n1,.sp-dsgvo .my-lg-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-lg-n1,.sp-dsgvo .mx-lg-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-lg-n1,.sp-dsgvo .my-lg-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-lg-n1,.sp-dsgvo .mx-lg-n1{margin-left:-.25rem!important}.sp-dsgvo .m-lg-n2{margin:-.5rem!important}.sp-dsgvo .mt-lg-n2,.sp-dsgvo .my-lg-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-lg-n2,.sp-dsgvo .mx-lg-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-lg-n2,.sp-dsgvo .my-lg-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-lg-n2,.sp-dsgvo .mx-lg-n2{margin-left:-.5rem!important}.sp-dsgvo .m-lg-n3{margin:-1rem!important}.sp-dsgvo .mt-lg-n3,.sp-dsgvo .my-lg-n3{margin-top:-1rem!important}.sp-dsgvo .mr-lg-n3,.sp-dsgvo .mx-lg-n3{margin-right:-1rem!important}.sp-dsgvo .mb-lg-n3,.sp-dsgvo .my-lg-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-lg-n3,.sp-dsgvo .mx-lg-n3{margin-left:-1rem!important}.sp-dsgvo .m-lg-n4{margin:-1.5rem!important}.sp-dsgvo .mt-lg-n4,.sp-dsgvo .my-lg-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-lg-n4,.sp-dsgvo .mx-lg-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-lg-n4,.sp-dsgvo .my-lg-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-lg-n4,.sp-dsgvo .mx-lg-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-lg-n5{margin:-3rem!important}.sp-dsgvo .mt-lg-n5,.sp-dsgvo .my-lg-n5{margin-top:-3rem!important}.sp-dsgvo .mr-lg-n5,.sp-dsgvo .mx-lg-n5{margin-right:-3rem!important}.sp-dsgvo .mb-lg-n5,.sp-dsgvo .my-lg-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-lg-n5,.sp-dsgvo .mx-lg-n5{margin-left:-3rem!important}.sp-dsgvo .m-lg-auto{margin:auto!important}.sp-dsgvo .mt-lg-auto,.sp-dsgvo .my-lg-auto{margin-top:auto!important}.sp-dsgvo .mr-lg-auto,.sp-dsgvo .mx-lg-auto{margin-right:auto!important}.sp-dsgvo .mb-lg-auto,.sp-dsgvo .my-lg-auto{margin-bottom:auto!important}.sp-dsgvo .ml-lg-auto,.sp-dsgvo .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.sp-dsgvo .m-xl-0{margin:0!important}.sp-dsgvo .mt-xl-0,.sp-dsgvo .my-xl-0{margin-top:0!important}.sp-dsgvo .mr-xl-0,.sp-dsgvo .mx-xl-0{margin-right:0!important}.sp-dsgvo .mb-xl-0,.sp-dsgvo .my-xl-0{margin-bottom:0!important}.sp-dsgvo .ml-xl-0,.sp-dsgvo .mx-xl-0{margin-left:0!important}.sp-dsgvo .m-xl-1{margin:.25rem!important}.sp-dsgvo .mt-xl-1,.sp-dsgvo .my-xl-1{margin-top:.25rem!important}.sp-dsgvo .mr-xl-1,.sp-dsgvo .mx-xl-1{margin-right:.25rem!important}.sp-dsgvo .mb-xl-1,.sp-dsgvo .my-xl-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-xl-1,.sp-dsgvo .mx-xl-1{margin-left:.25rem!important}.sp-dsgvo .m-xl-2{margin:.5rem!important}.sp-dsgvo .mt-xl-2,.sp-dsgvo .my-xl-2{margin-top:.5rem!important}.sp-dsgvo .mr-xl-2,.sp-dsgvo .mx-xl-2{margin-right:.5rem!important}.sp-dsgvo .mb-xl-2,.sp-dsgvo .my-xl-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-xl-2,.sp-dsgvo .mx-xl-2{margin-left:.5rem!important}.sp-dsgvo .m-xl-3{margin:1rem!important}.sp-dsgvo .mt-xl-3,.sp-dsgvo .my-xl-3{margin-top:1rem!important}.sp-dsgvo .mr-xl-3,.sp-dsgvo .mx-xl-3{margin-right:1rem!important}.sp-dsgvo .mb-xl-3,.sp-dsgvo .my-xl-3{margin-bottom:1rem!important}.sp-dsgvo .ml-xl-3,.sp-dsgvo .mx-xl-3{margin-left:1rem!important}.sp-dsgvo .m-xl-4{margin:1.5rem!important}.sp-dsgvo .mt-xl-4,.sp-dsgvo .my-xl-4{margin-top:1.5rem!important}.sp-dsgvo .mr-xl-4,.sp-dsgvo .mx-xl-4{margin-right:1.5rem!important}.sp-dsgvo .mb-xl-4,.sp-dsgvo .my-xl-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-xl-4,.sp-dsgvo .mx-xl-4{margin-left:1.5rem!important}.sp-dsgvo .m-xl-5{margin:3rem!important}.sp-dsgvo .mt-xl-5,.sp-dsgvo .my-xl-5{margin-top:3rem!important}.sp-dsgvo .mr-xl-5,.sp-dsgvo .mx-xl-5{margin-right:3rem!important}.sp-dsgvo .mb-xl-5,.sp-dsgvo .my-xl-5{margin-bottom:3rem!important}.sp-dsgvo .ml-xl-5,.sp-dsgvo .mx-xl-5{margin-left:3rem!important}.sp-dsgvo .p-xl-0{padding:0!important}.sp-dsgvo .pt-xl-0,.sp-dsgvo .py-xl-0{padding-top:0!important}.sp-dsgvo .pr-xl-0,.sp-dsgvo .px-xl-0{padding-right:0!important}.sp-dsgvo .pb-xl-0,.sp-dsgvo .py-xl-0{padding-bottom:0!important}.sp-dsgvo .pl-xl-0,.sp-dsgvo .px-xl-0{padding-left:0!important}.sp-dsgvo .p-xl-1{padding:.25rem!important}.sp-dsgvo .pt-xl-1,.sp-dsgvo .py-xl-1{padding-top:.25rem!important}.sp-dsgvo .pr-xl-1,.sp-dsgvo .px-xl-1{padding-right:.25rem!important}.sp-dsgvo .pb-xl-1,.sp-dsgvo .py-xl-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-xl-1,.sp-dsgvo .px-xl-1{padding-left:.25rem!important}.sp-dsgvo .p-xl-2{padding:.5rem!important}.sp-dsgvo .pt-xl-2,.sp-dsgvo .py-xl-2{padding-top:.5rem!important}.sp-dsgvo .pr-xl-2,.sp-dsgvo .px-xl-2{padding-right:.5rem!important}.sp-dsgvo .pb-xl-2,.sp-dsgvo .py-xl-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-xl-2,.sp-dsgvo .px-xl-2{padding-left:.5rem!important}.sp-dsgvo .p-xl-3{padding:1rem!important}.sp-dsgvo .pt-xl-3,.sp-dsgvo .py-xl-3{padding-top:1rem!important}.sp-dsgvo .pr-xl-3,.sp-dsgvo .px-xl-3{padding-right:1rem!important}.sp-dsgvo .pb-xl-3,.sp-dsgvo .py-xl-3{padding-bottom:1rem!important}.sp-dsgvo .pl-xl-3,.sp-dsgvo .px-xl-3{padding-left:1rem!important}.sp-dsgvo .p-xl-4{padding:1.5rem!important}.sp-dsgvo .pt-xl-4,.sp-dsgvo .py-xl-4{padding-top:1.5rem!important}.sp-dsgvo .pr-xl-4,.sp-dsgvo .px-xl-4{padding-right:1.5rem!important}.sp-dsgvo .pb-xl-4,.sp-dsgvo .py-xl-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-xl-4,.sp-dsgvo .px-xl-4{padding-left:1.5rem!important}.sp-dsgvo .p-xl-5{padding:3rem!important}.sp-dsgvo .pt-xl-5,.sp-dsgvo .py-xl-5{padding-top:3rem!important}.sp-dsgvo .pr-xl-5,.sp-dsgvo .px-xl-5{padding-right:3rem!important}.sp-dsgvo .pb-xl-5,.sp-dsgvo .py-xl-5{padding-bottom:3rem!important}.sp-dsgvo .pl-xl-5,.sp-dsgvo .px-xl-5{padding-left:3rem!important}.sp-dsgvo .m-xl-n1{margin:-.25rem!important}.sp-dsgvo .mt-xl-n1,.sp-dsgvo .my-xl-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-xl-n1,.sp-dsgvo .mx-xl-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-xl-n1,.sp-dsgvo .my-xl-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-xl-n1,.sp-dsgvo .mx-xl-n1{margin-left:-.25rem!important}.sp-dsgvo .m-xl-n2{margin:-.5rem!important}.sp-dsgvo .mt-xl-n2,.sp-dsgvo .my-xl-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-xl-n2,.sp-dsgvo .mx-xl-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-xl-n2,.sp-dsgvo .my-xl-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-xl-n2,.sp-dsgvo .mx-xl-n2{margin-left:-.5rem!important}.sp-dsgvo .m-xl-n3{margin:-1rem!important}.sp-dsgvo .mt-xl-n3,.sp-dsgvo .my-xl-n3{margin-top:-1rem!important}.sp-dsgvo .mr-xl-n3,.sp-dsgvo .mx-xl-n3{margin-right:-1rem!important}.sp-dsgvo .mb-xl-n3,.sp-dsgvo .my-xl-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-xl-n3,.sp-dsgvo .mx-xl-n3{margin-left:-1rem!important}.sp-dsgvo .m-xl-n4{margin:-1.5rem!important}.sp-dsgvo .mt-xl-n4,.sp-dsgvo .my-xl-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-xl-n4,.sp-dsgvo .mx-xl-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-xl-n4,.sp-dsgvo .my-xl-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-xl-n4,.sp-dsgvo .mx-xl-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-xl-n5{margin:-3rem!important}.sp-dsgvo .mt-xl-n5,.sp-dsgvo .my-xl-n5{margin-top:-3rem!important}.sp-dsgvo .mr-xl-n5,.sp-dsgvo .mx-xl-n5{margin-right:-3rem!important}.sp-dsgvo .mb-xl-n5,.sp-dsgvo .my-xl-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-xl-n5,.sp-dsgvo .mx-xl-n5{margin-left:-3rem!important}.sp-dsgvo .m-xl-auto{margin:auto!important}.sp-dsgvo .mt-xl-auto,.sp-dsgvo .my-xl-auto{margin-top:auto!important}.sp-dsgvo .mr-xl-auto,.sp-dsgvo .mx-xl-auto{margin-right:auto!important}.sp-dsgvo .mb-xl-auto,.sp-dsgvo .my-xl-auto{margin-bottom:auto!important}.sp-dsgvo .ml-xl-auto,.sp-dsgvo .mx-xl-auto{margin-left:auto!important}}.sp-dsgvo .visible{visibility:visible!important}.sp-dsgvo .invisible{visibility:hidden!important}
    7 
    8 @media (min-width:768px){.sp-dsgvo .lwb-d-md-flex{display:-ms-flexbox !important;display:flex !important}}
     2 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
     3 * Copyright 2011-2021 The Bootstrap Authors
     4 * Copyright 2011-2021 Twitter, Inc.
     5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
     6 */
     7html{box-sizing:border-box;-ms-overflow-style:scrollbar}.sp-dsgvo *,.sp-dsgvo ::after,.sp-dsgvo ::before{box-sizing:inherit}.sp-dsgvo .container,.sp-dsgvo .container-fluid,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm,.sp-dsgvo .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.sp-dsgvo .container,.sp-dsgvo .container-sm{max-width:540px}}@media (min-width:768px){.sp-dsgvo .container,.sp-dsgvo .container-md,.sp-dsgvo .container-sm{max-width:720px}}@media (min-width:992px){.sp-dsgvo .container,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm{max-width:960px}}@media (min-width:1200px){.sp-dsgvo .container,.sp-dsgvo .container-lg,.sp-dsgvo .container-md,.sp-dsgvo .container-sm,.sp-dsgvo .container-xl{max-width:1140px}}.sp-dsgvo .lwb-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.sp-dsgvo .no-gutters{margin-right:0;margin-left:0}.sp-dsgvo .no-gutters>.sp-dsgvo .lwb-col,.sp-dsgvo .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.sp-dsgvo .lwb-col,.sp-dsgvo .lwb-col-1,.sp-dsgvo .lwb-col-10,.sp-dsgvo .lwb-col-11,.sp-dsgvo .lwb-col-12,.sp-dsgvo .lwb-col-2,.sp-dsgvo .lwb-col-3,.sp-dsgvo .lwb-col-4,.sp-dsgvo .lwb-col-5,.sp-dsgvo .lwb-col-6,.sp-dsgvo .lwb-col-7,.sp-dsgvo .lwb-col-8,.sp-dsgvo .lwb-col-9{position:relative;width:100%;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col-auto{position:relative;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col-lg,.sp-dsgvo .lwb-col-lg-1,.sp-dsgvo .lwb-col-lg-10,.sp-dsgvo .lwb-col-lg-11,.sp-dsgvo .lwb-col-lg-12,.sp-dsgvo .lwb-col-lg-2,.sp-dsgvo .lwb-col-lg-3,.sp-dsgvo .lwb-col-lg-4,.sp-dsgvo .lwb-col-lg-5,.sp-dsgvo .lwb-col-lg-6,.sp-dsgvo .lwb-col-lg-7,.sp-dsgvo .lwb-col-lg-8,.sp-dsgvo .lwb-col-lg-9,.sp-dsgvo .lwb-col-lg-auto,.sp-dsgvo .lwb-col-md,.sp-dsgvo .lwb-col-md-1,.sp-dsgvo .lwb-col-md-10,.sp-dsgvo .lwb-col-md-11,.sp-dsgvo .lwb-col-md-12,.sp-dsgvo .lwb-col-md-2,.sp-dsgvo .lwb-col-md-3,.sp-dsgvo .lwb-col-md-4,.sp-dsgvo .lwb-col-md-5,.sp-dsgvo .lwb-col-md-6,.sp-dsgvo .lwb-col-md-7,.sp-dsgvo .lwb-col-md-8,.sp-dsgvo .lwb-col-md-9,.sp-dsgvo .lwb-col-md-auto,.sp-dsgvo .lwb-col-sm,.sp-dsgvo .lwb-col-sm-1,.sp-dsgvo .lwb-col-sm-10,.sp-dsgvo .lwb-col-sm-11,.sp-dsgvo .lwb-col-sm-12,.sp-dsgvo .lwb-col-sm-2,.sp-dsgvo .lwb-col-sm-3,.sp-dsgvo .lwb-col-sm-4,.sp-dsgvo .lwb-col-sm-5,.sp-dsgvo .lwb-col-sm-6,.sp-dsgvo .lwb-col-sm-7,.sp-dsgvo .lwb-col-sm-8,.sp-dsgvo .lwb-col-sm-9,.sp-dsgvo .lwb-col-sm-auto,.sp-dsgvo .lwb-col-xl,.sp-dsgvo .lwb-col-xl-1,.sp-dsgvo .lwb-col-xl-10,.sp-dsgvo .lwb-col-xl-11,.sp-dsgvo .lwb-col-xl-12,.sp-dsgvo .lwb-col-xl-2,.sp-dsgvo .lwb-col-xl-3,.sp-dsgvo .lwb-col-xl-4,.sp-dsgvo .lwb-col-xl-5,.sp-dsgvo .lwb-col-xl-6,.sp-dsgvo .lwb-col-xl-7,.sp-dsgvo .lwb-col-xl-8,.sp-dsgvo .lwb-col-xl-9,.sp-dsgvo .lwb-col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.sp-dsgvo .lwb-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-1{margin-left:8.333333%}.sp-dsgvo .offset-2{margin-left:16.666667%}.sp-dsgvo .offset-3{margin-left:25%}.sp-dsgvo .offset-4{margin-left:33.333333%}.sp-dsgvo .offset-5{margin-left:41.666667%}.sp-dsgvo .offset-6{margin-left:50%}.sp-dsgvo .offset-7{margin-left:58.333333%}.sp-dsgvo .offset-8{margin-left:66.666667%}.sp-dsgvo .offset-9{margin-left:75%}.sp-dsgvo .offset-10{margin-left:83.333333%}.sp-dsgvo .offset-11{margin-left:91.666667%}@media (min-width:576px){.sp-dsgvo .lwb-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-sm-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-sm-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-sm-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-sm-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-sm-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-sm-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-sm-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-sm-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-sm-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-sm-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-sm-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-sm-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-sm-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-sm-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-sm-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-sm-0{margin-left:0}.sp-dsgvo .offset-sm-1{margin-left:8.333333%}.sp-dsgvo .offset-sm-2{margin-left:16.666667%}.sp-dsgvo .offset-sm-3{margin-left:25%}.sp-dsgvo .offset-sm-4{margin-left:33.333333%}.sp-dsgvo .offset-sm-5{margin-left:41.666667%}.sp-dsgvo .offset-sm-6{margin-left:50%}.sp-dsgvo .offset-sm-7{margin-left:58.333333%}.sp-dsgvo .offset-sm-8{margin-left:66.666667%}.sp-dsgvo .offset-sm-9{margin-left:75%}.sp-dsgvo .offset-sm-10{margin-left:83.333333%}.sp-dsgvo .offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.sp-dsgvo .lwb-col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-md-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-md-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-md-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-md-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-md-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-md-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-md-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-md-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-md-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-md-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-md-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-md-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-md-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-md-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-md-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-md-0{margin-left:0}.sp-dsgvo .offset-md-1{margin-left:8.333333%}.sp-dsgvo .offset-md-2{margin-left:16.666667%}.sp-dsgvo .offset-md-3{margin-left:25%}.sp-dsgvo .offset-md-4{margin-left:33.333333%}.sp-dsgvo .offset-md-5{margin-left:41.666667%}.sp-dsgvo .offset-md-6{margin-left:50%}.sp-dsgvo .offset-md-7{margin-left:58.333333%}.sp-dsgvo .offset-md-8{margin-left:66.666667%}.sp-dsgvo .offset-md-9{margin-left:75%}.sp-dsgvo .offset-md-10{margin-left:83.333333%}.sp-dsgvo .offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.sp-dsgvo .lwb-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-lg-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-lg-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-lg-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-lg-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-lg-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-lg-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-lg-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-lg-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-lg-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-lg-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-lg-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-lg-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-lg-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-lg-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-lg-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-lg-0{margin-left:0}.sp-dsgvo .offset-lg-1{margin-left:8.333333%}.sp-dsgvo .offset-lg-2{margin-left:16.666667%}.sp-dsgvo .offset-lg-3{margin-left:25%}.sp-dsgvo .offset-lg-4{margin-left:33.333333%}.sp-dsgvo .offset-lg-5{margin-left:41.666667%}.sp-dsgvo .offset-lg-6{margin-left:50%}.sp-dsgvo .offset-lg-7{margin-left:58.333333%}.sp-dsgvo .offset-lg-8{margin-left:66.666667%}.sp-dsgvo .offset-lg-9{margin-left:75%}.sp-dsgvo .offset-lg-10{margin-left:83.333333%}.sp-dsgvo .offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.sp-dsgvo .lwb-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sp-dsgvo .lwb-row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .lwb-row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sp-dsgvo .lwb-row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sp-dsgvo .lwb-col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sp-dsgvo .lwb-col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sp-dsgvo .lwb-col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sp-dsgvo .lwb-col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sp-dsgvo .lwb-col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sp-dsgvo .lwb-col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sp-dsgvo .lwb-col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sp-dsgvo .lwb-col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sp-dsgvo .lwb-col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sp-dsgvo .lwb-col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sp-dsgvo .lwb-col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sp-dsgvo .lwb-col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sp-dsgvo .order-xl-first{-ms-flex-order:-1;order:-1}.sp-dsgvo .order-xl-last{-ms-flex-order:13;order:13}.sp-dsgvo .order-xl-0{-ms-flex-order:0;order:0}.sp-dsgvo .order-xl-1{-ms-flex-order:1;order:1}.sp-dsgvo .order-xl-2{-ms-flex-order:2;order:2}.sp-dsgvo .order-xl-3{-ms-flex-order:3;order:3}.sp-dsgvo .order-xl-4{-ms-flex-order:4;order:4}.sp-dsgvo .order-xl-5{-ms-flex-order:5;order:5}.sp-dsgvo .order-xl-6{-ms-flex-order:6;order:6}.sp-dsgvo .order-xl-7{-ms-flex-order:7;order:7}.sp-dsgvo .order-xl-8{-ms-flex-order:8;order:8}.sp-dsgvo .order-xl-9{-ms-flex-order:9;order:9}.sp-dsgvo .order-xl-10{-ms-flex-order:10;order:10}.sp-dsgvo .order-xl-11{-ms-flex-order:11;order:11}.sp-dsgvo .order-xl-12{-ms-flex-order:12;order:12}.sp-dsgvo .offset-xl-0{margin-left:0}.sp-dsgvo .offset-xl-1{margin-left:8.333333%}.sp-dsgvo .offset-xl-2{margin-left:16.666667%}.sp-dsgvo .offset-xl-3{margin-left:25%}.sp-dsgvo .offset-xl-4{margin-left:33.333333%}.sp-dsgvo .offset-xl-5{margin-left:41.666667%}.sp-dsgvo .offset-xl-6{margin-left:50%}.sp-dsgvo .offset-xl-7{margin-left:58.333333%}.sp-dsgvo .offset-xl-8{margin-left:66.666667%}.sp-dsgvo .offset-xl-9{margin-left:75%}.sp-dsgvo .offset-xl-10{margin-left:83.333333%}.sp-dsgvo .offset-xl-11{margin-left:91.666667%}}.sp-dsgvo .d-none{display:none!important}.sp-dsgvo .d-inline{display:inline!important}.sp-dsgvo .d-inline-block{display:inline-block!important}.sp-dsgvo .d-block{display:block!important}.sp-dsgvo .d-table{display:table!important}.sp-dsgvo .d-table-row{display:table-row!important}.sp-dsgvo .d-table-cell{display:table-cell!important}.sp-dsgvo .d-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.sp-dsgvo .d-sm-none{display:none!important}.sp-dsgvo .d-sm-inline{display:inline!important}.sp-dsgvo .d-sm-inline-block{display:inline-block!important}.sp-dsgvo .d-sm-block{display:block!important}.sp-dsgvo .d-sm-table{display:table!important}.sp-dsgvo .d-sm-table-row{display:table-row!important}.sp-dsgvo .d-sm-table-cell{display:table-cell!important}.sp-dsgvo .d-sm-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.sp-dsgvo .d-md-none{display:none!important}.sp-dsgvo .d-md-inline{display:inline!important}.sp-dsgvo .d-md-inline-block{display:inline-block!important}.sp-dsgvo .d-md-block{display:block!important}.sp-dsgvo .d-md-table{display:table!important}.sp-dsgvo .d-md-table-row{display:table-row!important}.sp-dsgvo .d-md-table-cell{display:table-cell!important}.sp-dsgvo .d-md-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.sp-dsgvo .d-lg-none{display:none!important}.sp-dsgvo .d-lg-inline{display:inline!important}.sp-dsgvo .d-lg-inline-block{display:inline-block!important}.sp-dsgvo .d-lg-block{display:block!important}.sp-dsgvo .d-lg-table{display:table!important}.sp-dsgvo .d-lg-table-row{display:table-row!important}.sp-dsgvo .d-lg-table-cell{display:table-cell!important}.sp-dsgvo .d-lg-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.sp-dsgvo .d-xl-none{display:none!important}.sp-dsgvo .d-xl-inline{display:inline!important}.sp-dsgvo .d-xl-inline-block{display:inline-block!important}.sp-dsgvo .d-xl-block{display:block!important}.sp-dsgvo .d-xl-table{display:table!important}.sp-dsgvo .d-xl-table-row{display:table-row!important}.sp-dsgvo .d-xl-table-cell{display:table-cell!important}.sp-dsgvo .d-xl-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.sp-dsgvo .d-print-none{display:none!important}.sp-dsgvo .d-print-inline{display:inline!important}.sp-dsgvo .d-print-inline-block{display:inline-block!important}.sp-dsgvo .d-print-block{display:block!important}.sp-dsgvo .d-print-table{display:table!important}.sp-dsgvo .d-print-table-row{display:table-row!important}.sp-dsgvo .d-print-table-cell{display:table-cell!important}.sp-dsgvo .d-print-flex{display:-ms-flexbox!important;display:flex!important}.sp-dsgvo .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.sp-dsgvo .flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.sp-dsgvo .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.sp-dsgvo .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.sp-dsgvo .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.sp-dsgvo .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.sp-dsgvo .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.sp-dsgvo .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.sp-dsgvo .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.sp-dsgvo .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.sp-dsgvo .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.sp-dsgvo .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.sp-dsgvo .flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.sp-dsgvo .flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.sp-dsgvo .flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.sp-dsgvo .flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.sp-dsgvo .flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.sp-dsgvo .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.sp-dsgvo .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.sp-dsgvo .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.sp-dsgvo .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.sp-dsgvo .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.sp-dsgvo .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.sp-dsgvo .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.sp-dsgvo .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.sp-dsgvo .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.sp-dsgvo .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.sp-dsgvo .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.sp-dsgvo .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.sp-dsgvo .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.sp-dsgvo .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.sp-dsgvo .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.sp-dsgvo .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.sp-dsgvo .align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.sp-dsgvo .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.sp-dsgvo .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.sp-dsgvo .align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.sp-dsgvo .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.sp-dsgvo .align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.sp-dsgvo .m-0{margin:0!important}.sp-dsgvo .mt-0,.sp-dsgvo .my-0{margin-top:0!important}.sp-dsgvo .mr-0,.sp-dsgvo .mx-0{margin-right:0!important}.sp-dsgvo .mb-0,.sp-dsgvo .my-0{margin-bottom:0!important}.sp-dsgvo .ml-0,.sp-dsgvo .mx-0{margin-left:0!important}.sp-dsgvo .m-1{margin:.25rem!important}.sp-dsgvo .mt-1,.sp-dsgvo .my-1{margin-top:.25rem!important}.sp-dsgvo .mr-1,.sp-dsgvo .mx-1{margin-right:.25rem!important}.sp-dsgvo .mb-1,.sp-dsgvo .my-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-1,.sp-dsgvo .mx-1{margin-left:.25rem!important}.sp-dsgvo .m-2{margin:.5rem!important}.sp-dsgvo .mt-2,.sp-dsgvo .my-2{margin-top:.5rem!important}.sp-dsgvo .mr-2,.sp-dsgvo .mx-2{margin-right:.5rem!important}.sp-dsgvo .mb-2,.sp-dsgvo .my-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-2,.sp-dsgvo .mx-2{margin-left:.5rem!important}.sp-dsgvo .m-3{margin:1rem!important}.sp-dsgvo .mt-3,.sp-dsgvo .my-3{margin-top:1rem!important}.sp-dsgvo .mr-3,.sp-dsgvo .mx-3{margin-right:1rem!important}.sp-dsgvo .mb-3,.sp-dsgvo .my-3{margin-bottom:1rem!important}.sp-dsgvo .ml-3,.sp-dsgvo .mx-3{margin-left:1rem!important}.sp-dsgvo .m-4{margin:1.5rem!important}.sp-dsgvo .mt-4,.sp-dsgvo .my-4{margin-top:1.5rem!important}.sp-dsgvo .mr-4,.sp-dsgvo .mx-4{margin-right:1.5rem!important}.sp-dsgvo .mb-4,.sp-dsgvo .my-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-4,.sp-dsgvo .mx-4{margin-left:1.5rem!important}.sp-dsgvo .m-5{margin:3rem!important}.sp-dsgvo .mt-5,.sp-dsgvo .my-5{margin-top:3rem!important}.sp-dsgvo .mr-5,.sp-dsgvo .mx-5{margin-right:3rem!important}.sp-dsgvo .mb-5,.sp-dsgvo .my-5{margin-bottom:3rem!important}.sp-dsgvo .ml-5,.sp-dsgvo .mx-5{margin-left:3rem!important}.sp-dsgvo .p-0{padding:0!important}.sp-dsgvo .pt-0,.sp-dsgvo .py-0{padding-top:0!important}.sp-dsgvo .pr-0,.sp-dsgvo .px-0{padding-right:0!important}.sp-dsgvo .pb-0,.sp-dsgvo .py-0{padding-bottom:0!important}.sp-dsgvo .pl-0,.sp-dsgvo .px-0{padding-left:0!important}.sp-dsgvo .p-1{padding:.25rem!important}.sp-dsgvo .pt-1,.sp-dsgvo .py-1{padding-top:.25rem!important}.sp-dsgvo .pr-1,.sp-dsgvo .px-1{padding-right:.25rem!important}.sp-dsgvo .pb-1,.sp-dsgvo .py-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-1,.sp-dsgvo .px-1{padding-left:.25rem!important}.sp-dsgvo .p-2{padding:.5rem!important}.sp-dsgvo .pt-2,.sp-dsgvo .py-2{padding-top:.5rem!important}.sp-dsgvo .pr-2,.sp-dsgvo .px-2{padding-right:.5rem!important}.sp-dsgvo .pb-2,.sp-dsgvo .py-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-2,.sp-dsgvo .px-2{padding-left:.5rem!important}.sp-dsgvo .p-3{padding:1rem!important}.sp-dsgvo .pt-3,.sp-dsgvo .py-3{padding-top:1rem!important}.sp-dsgvo .pr-3,.sp-dsgvo .px-3{padding-right:1rem!important}.sp-dsgvo .pb-3,.sp-dsgvo .py-3{padding-bottom:1rem!important}.sp-dsgvo .pl-3,.sp-dsgvo .px-3{padding-left:1rem!important}.sp-dsgvo .p-4{padding:1.5rem!important}.sp-dsgvo .pt-4,.sp-dsgvo .py-4{padding-top:1.5rem!important}.sp-dsgvo .pr-4,.sp-dsgvo .px-4{padding-right:1.5rem!important}.sp-dsgvo .pb-4,.sp-dsgvo .py-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-4,.sp-dsgvo .px-4{padding-left:1.5rem!important}.sp-dsgvo .p-5{padding:3rem!important}.sp-dsgvo .pt-5,.sp-dsgvo .py-5{padding-top:3rem!important}.sp-dsgvo .pr-5,.sp-dsgvo .px-5{padding-right:3rem!important}.sp-dsgvo .pb-5,.sp-dsgvo .py-5{padding-bottom:3rem!important}.sp-dsgvo .pl-5,.sp-dsgvo .px-5{padding-left:3rem!important}.sp-dsgvo .m-n1{margin:-.25rem!important}.sp-dsgvo .mt-n1,.sp-dsgvo .my-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-n1,.sp-dsgvo .mx-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-n1,.sp-dsgvo .my-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-n1,.sp-dsgvo .mx-n1{margin-left:-.25rem!important}.sp-dsgvo .m-n2{margin:-.5rem!important}.sp-dsgvo .mt-n2,.sp-dsgvo .my-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-n2,.sp-dsgvo .mx-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-n2,.sp-dsgvo .my-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-n2,.sp-dsgvo .mx-n2{margin-left:-.5rem!important}.sp-dsgvo .m-n3{margin:-1rem!important}.sp-dsgvo .mt-n3,.sp-dsgvo .my-n3{margin-top:-1rem!important}.sp-dsgvo .mr-n3,.sp-dsgvo .mx-n3{margin-right:-1rem!important}.sp-dsgvo .mb-n3,.sp-dsgvo .my-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-n3,.sp-dsgvo .mx-n3{margin-left:-1rem!important}.sp-dsgvo .m-n4{margin:-1.5rem!important}.sp-dsgvo .mt-n4,.sp-dsgvo .my-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-n4,.sp-dsgvo .mx-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-n4,.sp-dsgvo .my-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-n4,.sp-dsgvo .mx-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-n5{margin:-3rem!important}.sp-dsgvo .mt-n5,.sp-dsgvo .my-n5{margin-top:-3rem!important}.sp-dsgvo .mr-n5,.sp-dsgvo .mx-n5{margin-right:-3rem!important}.sp-dsgvo .mb-n5,.sp-dsgvo .my-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-n5,.sp-dsgvo .mx-n5{margin-left:-3rem!important}.sp-dsgvo .m-auto{margin:auto!important}.sp-dsgvo .mt-auto,.sp-dsgvo .my-auto{margin-top:auto!important}.sp-dsgvo .mr-auto,.sp-dsgvo .mx-auto{margin-right:auto!important}.sp-dsgvo .mb-auto,.sp-dsgvo .my-auto{margin-bottom:auto!important}.sp-dsgvo .ml-auto,.sp-dsgvo .mx-auto{margin-left:auto!important}@media (min-width:576px){.sp-dsgvo .m-sm-0{margin:0!important}.sp-dsgvo .mt-sm-0,.sp-dsgvo .my-sm-0{margin-top:0!important}.sp-dsgvo .mr-sm-0,.sp-dsgvo .mx-sm-0{margin-right:0!important}.sp-dsgvo .mb-sm-0,.sp-dsgvo .my-sm-0{margin-bottom:0!important}.sp-dsgvo .ml-sm-0,.sp-dsgvo .mx-sm-0{margin-left:0!important}.sp-dsgvo .m-sm-1{margin:.25rem!important}.sp-dsgvo .mt-sm-1,.sp-dsgvo .my-sm-1{margin-top:.25rem!important}.sp-dsgvo .mr-sm-1,.sp-dsgvo .mx-sm-1{margin-right:.25rem!important}.sp-dsgvo .mb-sm-1,.sp-dsgvo .my-sm-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-sm-1,.sp-dsgvo .mx-sm-1{margin-left:.25rem!important}.sp-dsgvo .m-sm-2{margin:.5rem!important}.sp-dsgvo .mt-sm-2,.sp-dsgvo .my-sm-2{margin-top:.5rem!important}.sp-dsgvo .mr-sm-2,.sp-dsgvo .mx-sm-2{margin-right:.5rem!important}.sp-dsgvo .mb-sm-2,.sp-dsgvo .my-sm-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-sm-2,.sp-dsgvo .mx-sm-2{margin-left:.5rem!important}.sp-dsgvo .m-sm-3{margin:1rem!important}.sp-dsgvo .mt-sm-3,.sp-dsgvo .my-sm-3{margin-top:1rem!important}.sp-dsgvo .mr-sm-3,.sp-dsgvo .mx-sm-3{margin-right:1rem!important}.sp-dsgvo .mb-sm-3,.sp-dsgvo .my-sm-3{margin-bottom:1rem!important}.sp-dsgvo .ml-sm-3,.sp-dsgvo .mx-sm-3{margin-left:1rem!important}.sp-dsgvo .m-sm-4{margin:1.5rem!important}.sp-dsgvo .mt-sm-4,.sp-dsgvo .my-sm-4{margin-top:1.5rem!important}.sp-dsgvo .mr-sm-4,.sp-dsgvo .mx-sm-4{margin-right:1.5rem!important}.sp-dsgvo .mb-sm-4,.sp-dsgvo .my-sm-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-sm-4,.sp-dsgvo .mx-sm-4{margin-left:1.5rem!important}.sp-dsgvo .m-sm-5{margin:3rem!important}.sp-dsgvo .mt-sm-5,.sp-dsgvo .my-sm-5{margin-top:3rem!important}.sp-dsgvo .mr-sm-5,.sp-dsgvo .mx-sm-5{margin-right:3rem!important}.sp-dsgvo .mb-sm-5,.sp-dsgvo .my-sm-5{margin-bottom:3rem!important}.sp-dsgvo .ml-sm-5,.sp-dsgvo .mx-sm-5{margin-left:3rem!important}.sp-dsgvo .p-sm-0{padding:0!important}.sp-dsgvo .pt-sm-0,.sp-dsgvo .py-sm-0{padding-top:0!important}.sp-dsgvo .pr-sm-0,.sp-dsgvo .px-sm-0{padding-right:0!important}.sp-dsgvo .pb-sm-0,.sp-dsgvo .py-sm-0{padding-bottom:0!important}.sp-dsgvo .pl-sm-0,.sp-dsgvo .px-sm-0{padding-left:0!important}.sp-dsgvo .p-sm-1{padding:.25rem!important}.sp-dsgvo .pt-sm-1,.sp-dsgvo .py-sm-1{padding-top:.25rem!important}.sp-dsgvo .pr-sm-1,.sp-dsgvo .px-sm-1{padding-right:.25rem!important}.sp-dsgvo .pb-sm-1,.sp-dsgvo .py-sm-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-sm-1,.sp-dsgvo .px-sm-1{padding-left:.25rem!important}.sp-dsgvo .p-sm-2{padding:.5rem!important}.sp-dsgvo .pt-sm-2,.sp-dsgvo .py-sm-2{padding-top:.5rem!important}.sp-dsgvo .pr-sm-2,.sp-dsgvo .px-sm-2{padding-right:.5rem!important}.sp-dsgvo .pb-sm-2,.sp-dsgvo .py-sm-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-sm-2,.sp-dsgvo .px-sm-2{padding-left:.5rem!important}.sp-dsgvo .p-sm-3{padding:1rem!important}.sp-dsgvo .pt-sm-3,.sp-dsgvo .py-sm-3{padding-top:1rem!important}.sp-dsgvo .pr-sm-3,.sp-dsgvo .px-sm-3{padding-right:1rem!important}.sp-dsgvo .pb-sm-3,.sp-dsgvo .py-sm-3{padding-bottom:1rem!important}.sp-dsgvo .pl-sm-3,.sp-dsgvo .px-sm-3{padding-left:1rem!important}.sp-dsgvo .p-sm-4{padding:1.5rem!important}.sp-dsgvo .pt-sm-4,.sp-dsgvo .py-sm-4{padding-top:1.5rem!important}.sp-dsgvo .pr-sm-4,.sp-dsgvo .px-sm-4{padding-right:1.5rem!important}.sp-dsgvo .pb-sm-4,.sp-dsgvo .py-sm-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-sm-4,.sp-dsgvo .px-sm-4{padding-left:1.5rem!important}.sp-dsgvo .p-sm-5{padding:3rem!important}.sp-dsgvo .pt-sm-5,.sp-dsgvo .py-sm-5{padding-top:3rem!important}.sp-dsgvo .pr-sm-5,.sp-dsgvo .px-sm-5{padding-right:3rem!important}.sp-dsgvo .pb-sm-5,.sp-dsgvo .py-sm-5{padding-bottom:3rem!important}.sp-dsgvo .pl-sm-5,.sp-dsgvo .px-sm-5{padding-left:3rem!important}.sp-dsgvo .m-sm-n1{margin:-.25rem!important}.sp-dsgvo .mt-sm-n1,.sp-dsgvo .my-sm-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-sm-n1,.sp-dsgvo .mx-sm-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-sm-n1,.sp-dsgvo .my-sm-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-sm-n1,.sp-dsgvo .mx-sm-n1{margin-left:-.25rem!important}.sp-dsgvo .m-sm-n2{margin:-.5rem!important}.sp-dsgvo .mt-sm-n2,.sp-dsgvo .my-sm-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-sm-n2,.sp-dsgvo .mx-sm-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-sm-n2,.sp-dsgvo .my-sm-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-sm-n2,.sp-dsgvo .mx-sm-n2{margin-left:-.5rem!important}.sp-dsgvo .m-sm-n3{margin:-1rem!important}.sp-dsgvo .mt-sm-n3,.sp-dsgvo .my-sm-n3{margin-top:-1rem!important}.sp-dsgvo .mr-sm-n3,.sp-dsgvo .mx-sm-n3{margin-right:-1rem!important}.sp-dsgvo .mb-sm-n3,.sp-dsgvo .my-sm-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-sm-n3,.sp-dsgvo .mx-sm-n3{margin-left:-1rem!important}.sp-dsgvo .m-sm-n4{margin:-1.5rem!important}.sp-dsgvo .mt-sm-n4,.sp-dsgvo .my-sm-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-sm-n4,.sp-dsgvo .mx-sm-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-sm-n4,.sp-dsgvo .my-sm-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-sm-n4,.sp-dsgvo .mx-sm-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-sm-n5{margin:-3rem!important}.sp-dsgvo .mt-sm-n5,.sp-dsgvo .my-sm-n5{margin-top:-3rem!important}.sp-dsgvo .mr-sm-n5,.sp-dsgvo .mx-sm-n5{margin-right:-3rem!important}.sp-dsgvo .mb-sm-n5,.sp-dsgvo .my-sm-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-sm-n5,.sp-dsgvo .mx-sm-n5{margin-left:-3rem!important}.sp-dsgvo .m-sm-auto{margin:auto!important}.sp-dsgvo .mt-sm-auto,.sp-dsgvo .my-sm-auto{margin-top:auto!important}.sp-dsgvo .mr-sm-auto,.sp-dsgvo .mx-sm-auto{margin-right:auto!important}.sp-dsgvo .mb-sm-auto,.sp-dsgvo .my-sm-auto{margin-bottom:auto!important}.sp-dsgvo .ml-sm-auto,.sp-dsgvo .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.sp-dsgvo .m-md-0{margin:0!important}.sp-dsgvo .mt-md-0,.sp-dsgvo .my-md-0{margin-top:0!important}.sp-dsgvo .mr-md-0,.sp-dsgvo .mx-md-0{margin-right:0!important}.sp-dsgvo .mb-md-0,.sp-dsgvo .my-md-0{margin-bottom:0!important}.sp-dsgvo .ml-md-0,.sp-dsgvo .mx-md-0{margin-left:0!important}.sp-dsgvo .m-md-1{margin:.25rem!important}.sp-dsgvo .mt-md-1,.sp-dsgvo .my-md-1{margin-top:.25rem!important}.sp-dsgvo .mr-md-1,.sp-dsgvo .mx-md-1{margin-right:.25rem!important}.sp-dsgvo .mb-md-1,.sp-dsgvo .my-md-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-md-1,.sp-dsgvo .mx-md-1{margin-left:.25rem!important}.sp-dsgvo .m-md-2{margin:.5rem!important}.sp-dsgvo .mt-md-2,.sp-dsgvo .my-md-2{margin-top:.5rem!important}.sp-dsgvo .mr-md-2,.sp-dsgvo .mx-md-2{margin-right:.5rem!important}.sp-dsgvo .mb-md-2,.sp-dsgvo .my-md-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-md-2,.sp-dsgvo .mx-md-2{margin-left:.5rem!important}.sp-dsgvo .m-md-3{margin:1rem!important}.sp-dsgvo .mt-md-3,.sp-dsgvo .my-md-3{margin-top:1rem!important}.sp-dsgvo .mr-md-3,.sp-dsgvo .mx-md-3{margin-right:1rem!important}.sp-dsgvo .mb-md-3,.sp-dsgvo .my-md-3{margin-bottom:1rem!important}.sp-dsgvo .ml-md-3,.sp-dsgvo .mx-md-3{margin-left:1rem!important}.sp-dsgvo .m-md-4{margin:1.5rem!important}.sp-dsgvo .mt-md-4,.sp-dsgvo .my-md-4{margin-top:1.5rem!important}.sp-dsgvo .mr-md-4,.sp-dsgvo .mx-md-4{margin-right:1.5rem!important}.sp-dsgvo .mb-md-4,.sp-dsgvo .my-md-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-md-4,.sp-dsgvo .mx-md-4{margin-left:1.5rem!important}.sp-dsgvo .m-md-5{margin:3rem!important}.sp-dsgvo .mt-md-5,.sp-dsgvo .my-md-5{margin-top:3rem!important}.sp-dsgvo .mr-md-5,.sp-dsgvo .mx-md-5{margin-right:3rem!important}.sp-dsgvo .mb-md-5,.sp-dsgvo .my-md-5{margin-bottom:3rem!important}.sp-dsgvo .ml-md-5,.sp-dsgvo .mx-md-5{margin-left:3rem!important}.sp-dsgvo .p-md-0{padding:0!important}.sp-dsgvo .pt-md-0,.sp-dsgvo .py-md-0{padding-top:0!important}.sp-dsgvo .pr-md-0,.sp-dsgvo .px-md-0{padding-right:0!important}.sp-dsgvo .pb-md-0,.sp-dsgvo .py-md-0{padding-bottom:0!important}.sp-dsgvo .pl-md-0,.sp-dsgvo .px-md-0{padding-left:0!important}.sp-dsgvo .p-md-1{padding:.25rem!important}.sp-dsgvo .pt-md-1,.sp-dsgvo .py-md-1{padding-top:.25rem!important}.sp-dsgvo .pr-md-1,.sp-dsgvo .px-md-1{padding-right:.25rem!important}.sp-dsgvo .pb-md-1,.sp-dsgvo .py-md-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-md-1,.sp-dsgvo .px-md-1{padding-left:.25rem!important}.sp-dsgvo .p-md-2{padding:.5rem!important}.sp-dsgvo .pt-md-2,.sp-dsgvo .py-md-2{padding-top:.5rem!important}.sp-dsgvo .pr-md-2,.sp-dsgvo .px-md-2{padding-right:.5rem!important}.sp-dsgvo .pb-md-2,.sp-dsgvo .py-md-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-md-2,.sp-dsgvo .px-md-2{padding-left:.5rem!important}.sp-dsgvo .p-md-3{padding:1rem!important}.sp-dsgvo .pt-md-3,.sp-dsgvo .py-md-3{padding-top:1rem!important}.sp-dsgvo .pr-md-3,.sp-dsgvo .px-md-3{padding-right:1rem!important}.sp-dsgvo .pb-md-3,.sp-dsgvo .py-md-3{padding-bottom:1rem!important}.sp-dsgvo .pl-md-3,.sp-dsgvo .px-md-3{padding-left:1rem!important}.sp-dsgvo .p-md-4{padding:1.5rem!important}.sp-dsgvo .pt-md-4,.sp-dsgvo .py-md-4{padding-top:1.5rem!important}.sp-dsgvo .pr-md-4,.sp-dsgvo .px-md-4{padding-right:1.5rem!important}.sp-dsgvo .pb-md-4,.sp-dsgvo .py-md-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-md-4,.sp-dsgvo .px-md-4{padding-left:1.5rem!important}.sp-dsgvo .p-md-5{padding:3rem!important}.sp-dsgvo .pt-md-5,.sp-dsgvo .py-md-5{padding-top:3rem!important}.sp-dsgvo .pr-md-5,.sp-dsgvo .px-md-5{padding-right:3rem!important}.sp-dsgvo .pb-md-5,.sp-dsgvo .py-md-5{padding-bottom:3rem!important}.sp-dsgvo .pl-md-5,.sp-dsgvo .px-md-5{padding-left:3rem!important}.sp-dsgvo .m-md-n1{margin:-.25rem!important}.sp-dsgvo .mt-md-n1,.sp-dsgvo .my-md-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-md-n1,.sp-dsgvo .mx-md-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-md-n1,.sp-dsgvo .my-md-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-md-n1,.sp-dsgvo .mx-md-n1{margin-left:-.25rem!important}.sp-dsgvo .m-md-n2{margin:-.5rem!important}.sp-dsgvo .mt-md-n2,.sp-dsgvo .my-md-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-md-n2,.sp-dsgvo .mx-md-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-md-n2,.sp-dsgvo .my-md-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-md-n2,.sp-dsgvo .mx-md-n2{margin-left:-.5rem!important}.sp-dsgvo .m-md-n3{margin:-1rem!important}.sp-dsgvo .mt-md-n3,.sp-dsgvo .my-md-n3{margin-top:-1rem!important}.sp-dsgvo .mr-md-n3,.sp-dsgvo .mx-md-n3{margin-right:-1rem!important}.sp-dsgvo .mb-md-n3,.sp-dsgvo .my-md-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-md-n3,.sp-dsgvo .mx-md-n3{margin-left:-1rem!important}.sp-dsgvo .m-md-n4{margin:-1.5rem!important}.sp-dsgvo .mt-md-n4,.sp-dsgvo .my-md-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-md-n4,.sp-dsgvo .mx-md-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-md-n4,.sp-dsgvo .my-md-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-md-n4,.sp-dsgvo .mx-md-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-md-n5{margin:-3rem!important}.my-md-n5,.sp-dsgvo .mt-md-n5{margin-top:-3rem!important}.sp-dsgvo .mr-md-n5,.sp-dsgvo .mx-md-n5{margin-right:-3rem!important}.sp-dsgvo .mb-md-n5,.sp-dsgvo .my-md-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-md-n5,.sp-dsgvo .mx-md-n5{margin-left:-3rem!important}.sp-dsgvo .m-md-auto{margin:auto!important}.sp-dsgvo .mt-md-auto,.sp-dsgvo .my-md-auto{margin-top:auto!important}.sp-dsgvo .mr-md-auto,.sp-dsgvo .mx-md-auto{margin-right:auto!important}.sp-dsgvo .mb-md-auto,.sp-dsgvo .my-md-auto{margin-bottom:auto!important}.sp-dsgvo .ml-md-auto,.sp-dsgvo .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.sp-dsgvo .m-lg-0{margin:0!important}.sp-dsgvo .mt-lg-0,.sp-dsgvo .my-lg-0{margin-top:0!important}.sp-dsgvo .mr-lg-0,.sp-dsgvo .mx-lg-0{margin-right:0!important}.sp-dsgvo .mb-lg-0,.sp-dsgvo .my-lg-0{margin-bottom:0!important}.sp-dsgvo .ml-lg-0,.sp-dsgvo .mx-lg-0{margin-left:0!important}.sp-dsgvo .m-lg-1{margin:.25rem!important}.sp-dsgvo .mt-lg-1,.sp-dsgvo .my-lg-1{margin-top:.25rem!important}.sp-dsgvo .mr-lg-1,.sp-dsgvo .mx-lg-1{margin-right:.25rem!important}.sp-dsgvo .mb-lg-1,.sp-dsgvo .my-lg-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-lg-1,.sp-dsgvo .mx-lg-1{margin-left:.25rem!important}.sp-dsgvo .m-lg-2{margin:.5rem!important}.sp-dsgvo .mt-lg-2,.sp-dsgvo .my-lg-2{margin-top:.5rem!important}.sp-dsgvo .mr-lg-2,.sp-dsgvo .mx-lg-2{margin-right:.5rem!important}.sp-dsgvo .mb-lg-2,.sp-dsgvo .my-lg-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-lg-2,.sp-dsgvo .mx-lg-2{margin-left:.5rem!important}.sp-dsgvo .m-lg-3{margin:1rem!important}.sp-dsgvo .mt-lg-3,.sp-dsgvo .my-lg-3{margin-top:1rem!important}.sp-dsgvo .mr-lg-3,.sp-dsgvo .mx-lg-3{margin-right:1rem!important}.sp-dsgvo .mb-lg-3,.sp-dsgvo .my-lg-3{margin-bottom:1rem!important}.sp-dsgvo .ml-lg-3,.sp-dsgvo .mx-lg-3{margin-left:1rem!important}.sp-dsgvo .m-lg-4{margin:1.5rem!important}.sp-dsgvo .mt-lg-4,.sp-dsgvo .my-lg-4{margin-top:1.5rem!important}.sp-dsgvo .mr-lg-4,.sp-dsgvo .mx-lg-4{margin-right:1.5rem!important}.sp-dsgvo .mb-lg-4,.sp-dsgvo .my-lg-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-lg-4,.sp-dsgvo .mx-lg-4{margin-left:1.5rem!important}.sp-dsgvo .m-lg-5{margin:3rem!important}.sp-dsgvo .mt-lg-5,.sp-dsgvo .my-lg-5{margin-top:3rem!important}.sp-dsgvo .mr-lg-5,.sp-dsgvo .mx-lg-5{margin-right:3rem!important}.sp-dsgvo .mb-lg-5,.sp-dsgvo .my-lg-5{margin-bottom:3rem!important}.sp-dsgvo .ml-lg-5,.sp-dsgvo .mx-lg-5{margin-left:3rem!important}.sp-dsgvo .p-lg-0{padding:0!important}.sp-dsgvo .pt-lg-0,.sp-dsgvo .py-lg-0{padding-top:0!important}.sp-dsgvo .pr-lg-0,.sp-dsgvo .px-lg-0{padding-right:0!important}.sp-dsgvo .pb-lg-0,.sp-dsgvo .py-lg-0{padding-bottom:0!important}.sp-dsgvo .pl-lg-0,.sp-dsgvo .px-lg-0{padding-left:0!important}.sp-dsgvo .p-lg-1{padding:.25rem!important}.sp-dsgvo .pt-lg-1,.sp-dsgvo .py-lg-1{padding-top:.25rem!important}.sp-dsgvo .pr-lg-1,.sp-dsgvo .px-lg-1{padding-right:.25rem!important}.sp-dsgvo .pb-lg-1,.sp-dsgvo .py-lg-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-lg-1,.sp-dsgvo .px-lg-1{padding-left:.25rem!important}.sp-dsgvo .p-lg-2{padding:.5rem!important}.sp-dsgvo .pt-lg-2,.sp-dsgvo .py-lg-2{padding-top:.5rem!important}.sp-dsgvo .pr-lg-2,.sp-dsgvo .px-lg-2{padding-right:.5rem!important}.sp-dsgvo .pb-lg-2,.sp-dsgvo .py-lg-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-lg-2,.sp-dsgvo .px-lg-2{padding-left:.5rem!important}.sp-dsgvo .p-lg-3{padding:1rem!important}.sp-dsgvo .pt-lg-3,.sp-dsgvo .py-lg-3{padding-top:1rem!important}.sp-dsgvo .pr-lg-3,.sp-dsgvo .px-lg-3{padding-right:1rem!important}.sp-dsgvo .pb-lg-3,.sp-dsgvo .py-lg-3{padding-bottom:1rem!important}.sp-dsgvo .pl-lg-3,.sp-dsgvo .px-lg-3{padding-left:1rem!important}.sp-dsgvo .p-lg-4{padding:1.5rem!important}.sp-dsgvo .pt-lg-4,.sp-dsgvo .py-lg-4{padding-top:1.5rem!important}.sp-dsgvo .pr-lg-4,.sp-dsgvo .px-lg-4{padding-right:1.5rem!important}.sp-dsgvo .pb-lg-4,.sp-dsgvo .py-lg-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-lg-4,.sp-dsgvo .px-lg-4{padding-left:1.5rem!important}.sp-dsgvo .p-lg-5{padding:3rem!important}.sp-dsgvo .pt-lg-5,.sp-dsgvo .py-lg-5{padding-top:3rem!important}.sp-dsgvo .pr-lg-5,.sp-dsgvo .px-lg-5{padding-right:3rem!important}.sp-dsgvo .pb-lg-5,.sp-dsgvo .py-lg-5{padding-bottom:3rem!important}.sp-dsgvo .pl-lg-5,.sp-dsgvo .px-lg-5{padding-left:3rem!important}.sp-dsgvo .m-lg-n1{margin:-.25rem!important}.sp-dsgvo .mt-lg-n1,.sp-dsgvo .my-lg-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-lg-n1,.sp-dsgvo .mx-lg-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-lg-n1,.sp-dsgvo .my-lg-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-lg-n1,.sp-dsgvo .mx-lg-n1{margin-left:-.25rem!important}.sp-dsgvo .m-lg-n2{margin:-.5rem!important}.sp-dsgvo .mt-lg-n2,.sp-dsgvo .my-lg-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-lg-n2,.sp-dsgvo .mx-lg-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-lg-n2,.sp-dsgvo .my-lg-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-lg-n2,.sp-dsgvo .mx-lg-n2{margin-left:-.5rem!important}.sp-dsgvo .m-lg-n3{margin:-1rem!important}.sp-dsgvo .mt-lg-n3,.sp-dsgvo .my-lg-n3{margin-top:-1rem!important}.sp-dsgvo .mr-lg-n3,.sp-dsgvo .mx-lg-n3{margin-right:-1rem!important}.sp-dsgvo .mb-lg-n3,.sp-dsgvo .my-lg-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-lg-n3,.sp-dsgvo .mx-lg-n3{margin-left:-1rem!important}.sp-dsgvo .m-lg-n4{margin:-1.5rem!important}.sp-dsgvo .mt-lg-n4,.sp-dsgvo .my-lg-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-lg-n4,.sp-dsgvo .mx-lg-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-lg-n4,.sp-dsgvo .my-lg-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-lg-n4,.sp-dsgvo .mx-lg-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-lg-n5{margin:-3rem!important}.sp-dsgvo .mt-lg-n5,.sp-dsgvo .my-lg-n5{margin-top:-3rem!important}.sp-dsgvo .mr-lg-n5,.sp-dsgvo .mx-lg-n5{margin-right:-3rem!important}.sp-dsgvo .mb-lg-n5,.sp-dsgvo .my-lg-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-lg-n5,.sp-dsgvo .mx-lg-n5{margin-left:-3rem!important}.sp-dsgvo .m-lg-auto{margin:auto!important}.sp-dsgvo .mt-lg-auto,.sp-dsgvo .my-lg-auto{margin-top:auto!important}.sp-dsgvo .mr-lg-auto,.sp-dsgvo .mx-lg-auto{margin-right:auto!important}.sp-dsgvo .mb-lg-auto,.sp-dsgvo .my-lg-auto{margin-bottom:auto!important}.sp-dsgvo .ml-lg-auto,.sp-dsgvo .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.sp-dsgvo .m-xl-0{margin:0!important}.sp-dsgvo .mt-xl-0,.sp-dsgvo .my-xl-0{margin-top:0!important}.sp-dsgvo .mr-xl-0,.sp-dsgvo .mx-xl-0{margin-right:0!important}.sp-dsgvo .mb-xl-0,.sp-dsgvo .my-xl-0{margin-bottom:0!important}.sp-dsgvo .ml-xl-0,.sp-dsgvo .mx-xl-0{margin-left:0!important}.sp-dsgvo .m-xl-1{margin:.25rem!important}.sp-dsgvo .mt-xl-1,.sp-dsgvo .my-xl-1{margin-top:.25rem!important}.sp-dsgvo .mr-xl-1,.sp-dsgvo .mx-xl-1{margin-right:.25rem!important}.sp-dsgvo .mb-xl-1,.sp-dsgvo .my-xl-1{margin-bottom:.25rem!important}.sp-dsgvo .ml-xl-1,.sp-dsgvo .mx-xl-1{margin-left:.25rem!important}.sp-dsgvo .m-xl-2{margin:.5rem!important}.sp-dsgvo .mt-xl-2,.sp-dsgvo .my-xl-2{margin-top:.5rem!important}.sp-dsgvo .mr-xl-2,.sp-dsgvo .mx-xl-2{margin-right:.5rem!important}.sp-dsgvo .mb-xl-2,.sp-dsgvo .my-xl-2{margin-bottom:.5rem!important}.sp-dsgvo .ml-xl-2,.sp-dsgvo .mx-xl-2{margin-left:.5rem!important}.sp-dsgvo .m-xl-3{margin:1rem!important}.sp-dsgvo .mt-xl-3,.sp-dsgvo .my-xl-3{margin-top:1rem!important}.sp-dsgvo .mr-xl-3,.sp-dsgvo .mx-xl-3{margin-right:1rem!important}.sp-dsgvo .mb-xl-3,.sp-dsgvo .my-xl-3{margin-bottom:1rem!important}.sp-dsgvo .ml-xl-3,.sp-dsgvo .mx-xl-3{margin-left:1rem!important}.sp-dsgvo .m-xl-4{margin:1.5rem!important}.sp-dsgvo .mt-xl-4,.sp-dsgvo .my-xl-4{margin-top:1.5rem!important}.sp-dsgvo .mr-xl-4,.sp-dsgvo .mx-xl-4{margin-right:1.5rem!important}.sp-dsgvo .mb-xl-4,.sp-dsgvo .my-xl-4{margin-bottom:1.5rem!important}.sp-dsgvo .ml-xl-4,.sp-dsgvo .mx-xl-4{margin-left:1.5rem!important}.sp-dsgvo .m-xl-5{margin:3rem!important}.sp-dsgvo .mt-xl-5,.sp-dsgvo .my-xl-5{margin-top:3rem!important}.sp-dsgvo .mr-xl-5,.sp-dsgvo .mx-xl-5{margin-right:3rem!important}.sp-dsgvo .mb-xl-5,.sp-dsgvo .my-xl-5{margin-bottom:3rem!important}.sp-dsgvo .ml-xl-5,.sp-dsgvo .mx-xl-5{margin-left:3rem!important}.sp-dsgvo .p-xl-0{padding:0!important}.sp-dsgvo .pt-xl-0,.sp-dsgvo .py-xl-0{padding-top:0!important}.sp-dsgvo .pr-xl-0,.sp-dsgvo .px-xl-0{padding-right:0!important}.sp-dsgvo .pb-xl-0,.sp-dsgvo .py-xl-0{padding-bottom:0!important}.sp-dsgvo .pl-xl-0,.sp-dsgvo .px-xl-0{padding-left:0!important}.sp-dsgvo .p-xl-1{padding:.25rem!important}.sp-dsgvo .pt-xl-1,.sp-dsgvo .py-xl-1{padding-top:.25rem!important}.sp-dsgvo .pr-xl-1,.sp-dsgvo .px-xl-1{padding-right:.25rem!important}.sp-dsgvo .pb-xl-1,.sp-dsgvo .py-xl-1{padding-bottom:.25rem!important}.sp-dsgvo .pl-xl-1,.sp-dsgvo .px-xl-1{padding-left:.25rem!important}.sp-dsgvo .p-xl-2{padding:.5rem!important}.sp-dsgvo .pt-xl-2,.sp-dsgvo .py-xl-2{padding-top:.5rem!important}.sp-dsgvo .pr-xl-2,.sp-dsgvo .px-xl-2{padding-right:.5rem!important}.sp-dsgvo .pb-xl-2,.sp-dsgvo .py-xl-2{padding-bottom:.5rem!important}.sp-dsgvo .pl-xl-2,.sp-dsgvo .px-xl-2{padding-left:.5rem!important}.sp-dsgvo .p-xl-3{padding:1rem!important}.sp-dsgvo .pt-xl-3,.sp-dsgvo .py-xl-3{padding-top:1rem!important}.sp-dsgvo .pr-xl-3,.sp-dsgvo .px-xl-3{padding-right:1rem!important}.sp-dsgvo .pb-xl-3,.sp-dsgvo .py-xl-3{padding-bottom:1rem!important}.sp-dsgvo .pl-xl-3,.sp-dsgvo .px-xl-3{padding-left:1rem!important}.sp-dsgvo .p-xl-4{padding:1.5rem!important}.sp-dsgvo .pt-xl-4,.sp-dsgvo .py-xl-4{padding-top:1.5rem!important}.sp-dsgvo .pr-xl-4,.sp-dsgvo .px-xl-4{padding-right:1.5rem!important}.sp-dsgvo .pb-xl-4,.sp-dsgvo .py-xl-4{padding-bottom:1.5rem!important}.sp-dsgvo .pl-xl-4,.sp-dsgvo .px-xl-4{padding-left:1.5rem!important}.sp-dsgvo .p-xl-5{padding:3rem!important}.sp-dsgvo .pt-xl-5,.sp-dsgvo .py-xl-5{padding-top:3rem!important}.sp-dsgvo .pr-xl-5,.sp-dsgvo .px-xl-5{padding-right:3rem!important}.sp-dsgvo .pb-xl-5,.sp-dsgvo .py-xl-5{padding-bottom:3rem!important}.sp-dsgvo .pl-xl-5,.sp-dsgvo .px-xl-5{padding-left:3rem!important}.sp-dsgvo .m-xl-n1{margin:-.25rem!important}.sp-dsgvo .mt-xl-n1,.sp-dsgvo .my-xl-n1{margin-top:-.25rem!important}.sp-dsgvo .mr-xl-n1,.sp-dsgvo .mx-xl-n1{margin-right:-.25rem!important}.sp-dsgvo .mb-xl-n1,.sp-dsgvo .my-xl-n1{margin-bottom:-.25rem!important}.sp-dsgvo .ml-xl-n1,.sp-dsgvo .mx-xl-n1{margin-left:-.25rem!important}.sp-dsgvo .m-xl-n2{margin:-.5rem!important}.sp-dsgvo .mt-xl-n2,.sp-dsgvo .my-xl-n2{margin-top:-.5rem!important}.sp-dsgvo .mr-xl-n2,.sp-dsgvo .mx-xl-n2{margin-right:-.5rem!important}.sp-dsgvo .mb-xl-n2,.sp-dsgvo .my-xl-n2{margin-bottom:-.5rem!important}.sp-dsgvo .ml-xl-n2,.sp-dsgvo .mx-xl-n2{margin-left:-.5rem!important}.sp-dsgvo .m-xl-n3{margin:-1rem!important}.sp-dsgvo .mt-xl-n3,.sp-dsgvo .my-xl-n3{margin-top:-1rem!important}.sp-dsgvo .mr-xl-n3,.sp-dsgvo .mx-xl-n3{margin-right:-1rem!important}.sp-dsgvo .mb-xl-n3,.sp-dsgvo .my-xl-n3{margin-bottom:-1rem!important}.sp-dsgvo .ml-xl-n3,.sp-dsgvo .mx-xl-n3{margin-left:-1rem!important}.sp-dsgvo .m-xl-n4{margin:-1.5rem!important}.sp-dsgvo .mt-xl-n4,.sp-dsgvo .my-xl-n4{margin-top:-1.5rem!important}.sp-dsgvo .mr-xl-n4,.sp-dsgvo .mx-xl-n4{margin-right:-1.5rem!important}.sp-dsgvo .mb-xl-n4,.sp-dsgvo .my-xl-n4{margin-bottom:-1.5rem!important}.sp-dsgvo .ml-xl-n4,.sp-dsgvo .mx-xl-n4{margin-left:-1.5rem!important}.sp-dsgvo .m-xl-n5{margin:-3rem!important}.sp-dsgvo .mt-xl-n5,.sp-dsgvo .my-xl-n5{margin-top:-3rem!important}.sp-dsgvo .mr-xl-n5,.sp-dsgvo .mx-xl-n5{margin-right:-3rem!important}.sp-dsgvo .mb-xl-n5,.sp-dsgvo .my-xl-n5{margin-bottom:-3rem!important}.sp-dsgvo .ml-xl-n5,.sp-dsgvo .mx-xl-n5{margin-left:-3rem!important}.sp-dsgvo .m-xl-auto{margin:auto!important}.sp-dsgvo .mt-xl-auto,.sp-dsgvo .my-xl-auto{margin-top:auto!important}.sp-dsgvo .mr-xl-auto,.sp-dsgvo .mx-xl-auto{margin-right:auto!important}.sp-dsgvo .mb-xl-auto,.sp-dsgvo .my-xl-auto{margin-bottom:auto!important}.sp-dsgvo .ml-xl-auto,.sp-dsgvo .mx-xl-auto{margin-left:auto!important}}@media (min-width:768px){.sp-dsgvo .lwb-d-md-flex{display:-ms-flexbox!important;display:flex!important}}
  • shapepress-dsgvo/trunk/public/css/simplebar.css

    r2197937 r2602888  
    1 /*!
    2  *
    3  *         SimpleBar.js - v2.6.1
    4  *         Scrollbars, simpler.
    5  *         https://grsmto.github.io/simplebar/
    6  *         
    7  *         Made by Adrien Grsmto from a fork by Jonathan Nicol
    8  *         Under MIT License
    9  *       
    10  */
    111[data-simplebar] {
    122    position: relative;
     3    flex-direction: column;
     4    flex-wrap: wrap;
     5    justify-content: flex-start;
     6    align-content: flex-start;
     7    align-items: flex-start;
     8}
     9
     10.simplebar-wrapper {
     11    overflow: hidden;
     12    width: inherit;
     13    height: inherit;
     14    max-width: inherit;
     15    max-height: inherit;
     16}
     17
     18.simplebar-mask {
     19    direction: inherit;
     20    position: absolute;
     21    overflow: hidden;
     22    padding: 0;
     23    margin: 0;
     24    left: 0;
     25    top: 0;
     26    bottom: 0;
     27    right: 0;
     28    width: auto !important;
     29    height: auto !important;
    1330    z-index: 0;
    14     overflow: hidden!important;
    15     max-height: inherit;
    16     -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
    17 }
    18 
    19 [data-simplebar="init"] {
    20     display: -webkit-box;
    21     display: -ms-flexbox;
    22     display: flex;
    23 }
    24 
    25 .simplebar-scroll-content {
    26     overflow-x: hidden!important;
    27     overflow-y: scroll;
    28     min-width: 100%!important;
    29     max-height: inherit!important;
    30     -webkit-box-sizing: content-box!important;
    31             box-sizing: content-box!important;
    32 }
    33 
    34 .simplebar-content {
    35     overflow-y: hidden!important;
    36     overflow-x: scroll;
    37     -webkit-box-sizing: border-box!important;
    38             box-sizing: border-box!important;
    39     min-height: 100%!important;
     31}
     32
     33.simplebar-offset {
     34    direction: inherit !important;
     35    box-sizing: inherit !important;
     36    resize: none !important;
     37    position: absolute;
     38    top: 0;
     39    left: 0;
     40    bottom: 0;
     41    right: 0;
     42    padding: 0;
     43    margin: 0;
     44    -webkit-overflow-scrolling: touch;
     45}
     46
     47.simplebar-content-wrapper {
     48    direction: inherit;
     49    box-sizing: border-box !important;
     50    position: relative;
     51    display: block;
     52    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
     53    width: auto;
     54    max-width: 100%; /* Not required for horizontal scroll to trigger */
     55    max-height: 100%; /* Needed for vertical scroll to trigger */
     56    scrollbar-width: none;
     57    -ms-overflow-style: none;
     58}
     59
     60.simplebar-content-wrapper::-webkit-scrollbar,
     61.simplebar-hide-scrollbar::-webkit-scrollbar {
     62    width: 0;
     63    height: 0;
     64}
     65
     66.simplebar-content:before,
     67.simplebar-content:after {
     68    content: ' ';
     69    display: table;
     70}
     71
     72.simplebar-placeholder {
     73    max-height: 100%;
     74    max-width: 100%;
     75    width: 100%;
     76    pointer-events: none;
     77}
     78
     79.simplebar-height-auto-observer-wrapper {
     80    box-sizing: inherit !important;
     81    height: 100%;
     82    width: 100%;
     83    max-width: 1px;
     84    position: relative;
     85    float: left;
     86    max-height: 1px;
     87    overflow: hidden;
     88    z-index: -1;
     89    padding: 0;
     90    margin: 0;
     91    pointer-events: none;
     92    flex-grow: inherit;
     93    flex-shrink: 0;
     94    flex-basis: 0;
     95}
     96
     97.simplebar-height-auto-observer {
     98    box-sizing: inherit;
     99    display: block;
     100    opacity: 0;
     101    position: absolute;
     102    top: 0;
     103    left: 0;
     104    height: 1000%;
     105    width: 1000%;
     106    min-height: 1px;
     107    min-width: 1px;
     108    overflow: hidden;
     109    pointer-events: none;
     110    z-index: -1;
    40111}
    41112
     
    45116    right: 0;
    46117    bottom: 0;
    47     width: 11px;
     118    pointer-events: none;
     119    overflow: hidden;
     120}
     121
     122[data-simplebar].simplebar-dragging .simplebar-content {
     123    pointer-events: none;
     124    user-select: none;
     125    -webkit-user-select: none;
     126}
     127
     128[data-simplebar].simplebar-dragging .simplebar-track {
     129    pointer-events: all;
    48130}
    49131
    50132.simplebar-scrollbar {
    51133    position: absolute;
    52     right: 2px;
    53     width: 7px;
     134    left: 0;
     135    right: 0;
    54136    min-height: 10px;
    55137}
     
    57139.simplebar-scrollbar:before {
    58140    position: absolute;
    59     content: "";
     141    content: '';
    60142    background: black;
    61143    border-radius: 7px;
    62     left: 0;
    63     right: 0;
     144    left: 2px;
     145    right: 2px;
    64146    opacity: 0;
    65     -webkit-transition: opacity 0.2s linear;
    66147    transition: opacity 0.2s linear;
    67148}
    68149
    69 .simplebar-track:hover .simplebar-scrollbar:before,
    70 .simplebar-track .simplebar-scrollbar.visible:before {
     150.simplebar-scrollbar.simplebar-visible:before {
    71151    /* When hovered, remove all transitions from drag handle */
    72152    opacity: 0.5;
    73     -webkit-transition: opacity 0 linear;
    74     transition: opacity 0 linear;
    75 }
    76 
    77 .simplebar-track.vertical {
    78     top: 0;
    79 }
    80 
    81 .simplebar-track.vertical .simplebar-scrollbar:before {
     153    transition: opacity 0s linear;
     154}
     155
     156.simplebar-track.simplebar-vertical {
     157    top: 0;
     158    width: 11px;
     159}
     160
     161.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    82162    top: 2px;
    83163    bottom: 2px;
    84164}
    85165
    86 .simplebar-track.horizontal {
    87     left: 0;
    88     width: auto;
     166.simplebar-track.simplebar-horizontal {
     167    left: 0;
    89168    height: 11px;
    90169}
    91170
    92 .simplebar-track.horizontal .simplebar-scrollbar:before {
     171.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    93172    height: 100%;
    94173    left: 2px;
     
    96175}
    97176
    98 .horizontal.simplebar-track .simplebar-scrollbar {
     177.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    99178    right: auto;
     179    left: 0;
    100180    top: 2px;
    101181    height: 7px;
     
    104184    width: auto;
    105185}
     186
     187/* Rtl support */
     188[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
     189    right: auto;
     190    left: 0;
     191}
     192
     193.hs-dummy-scrollbar-size {
     194    direction: rtl;
     195    position: fixed;
     196    opacity: 0;
     197    visibility: hidden;
     198    height: 500px;
     199    width: 500px;
     200    overflow-y: hidden;
     201    overflow-x: scroll;
     202}
     203
     204.simplebar-hide-scrollbar {
     205    position: fixed;
     206    left: 0;
     207    visibility: hidden;
     208    overflow-y: scroll;
     209    scrollbar-width: none;
     210    -ms-overflow-style: none;
     211}
  • shapepress-dsgvo/trunk/public/css/simplebar.min.css

    r2247191 r2602888  
    1 /*!
    2  *
    3  *         SimpleBar.js - v2.6.1
    4  *         Scrollbars, simpler.
    5  *         https://grsmto.github.io/simplebar/
    6  *         
    7  *         Made by Adrien Grsmto from a fork by Jonathan Nicol
    8  *         Under MIT License
    9  *       
    10  */[data-simplebar]{position:relative;z-index:0;overflow:hidden !important;max-height:inherit;-webkit-overflow-scrolling:touch}[data-simplebar="init"]{display:-webkit-box;display:-ms-flexbox;display:flex}.simplebar-scroll-content{overflow-x:hidden !important;overflow-y:scroll;min-width:100% !important;max-height:inherit !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important}.simplebar-content{overflow-y:hidden !important;overflow-x:scroll;-webkit-box-sizing:border-box !important;box-sizing:border-box !important;min-height:100% !important}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;width:11px}.simplebar-scrollbar{position:absolute;right:2px;width:7px;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:black;border-radius:7px;left:0;right:0;opacity:0;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.simplebar-track:hover .simplebar-scrollbar:before,.simplebar-track .simplebar-scrollbar.visible:before{opacity:.5;-webkit-transition:opacity 0 linear;transition:opacity 0 linear}.simplebar-track.vertical{top:0}.simplebar-track.vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.horizontal{left:0;width:auto;height:11px}.simplebar-track.horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.horizontal.simplebar-track .simplebar-scrollbar{right:auto;top:2px;height:7px;min-height:0;min-width:10px;width:auto}
     1[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask,.simplebar-offset{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0}.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer,.simplebar-track{position:absolute;pointer-events:none;overflow:hidden}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}.simplebar-track{z-index:1;right:0;bottom:0}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
  • shapepress-dsgvo/trunk/public/inc/embedding-placeholder-styles.php

    r2286328 r2602888  
    22    .sp-dsgvo-blocked-embedding-placeholder
    33    {
    4         color: <?= SPDSGVOSettings::get('embed_placeholder_text_color') ?>;
     4        color: <?php echo  esc_html(SPDSGVOSettings::get('embed_placeholder_text_color')) ?>;
    55        <?php if(empty(SPDSGVOSettings::get('embed_placeholder_custom_style'))==false):?>
    6             <?= SPDSGVOSettings::get('embed_placeholder_custom_style');?>
     6            <?php echo  esc_html(SPDSGVOSettings::get('embed_placeholder_custom_style'));?>
    77        <?php endif; ?>
    88    }
     
    1111    a.sp-dsgvo-blocked-embedding-button-enable:hover,
    1212    a.sp-dsgvo-blocked-embedding-button-enable:active {
    13         color: <?= SPDSGVOSettings::get('embed_placeholder_text_color') ?>;
    14         border-color: <?= SPDSGVOSettings::get('embed_placeholder_border_color_button') ?>;
    15         border-width: <?= SPDSGVOSettings::get('embed_placeholder_border_size_button') ?>;
     13        color: <?php echo  esc_html(SPDSGVOSettings::get('embed_placeholder_text_color')) ?>;
     14        border-color: <?php echo  esc_html(SPDSGVOSettings::get('embed_placeholder_border_color_button')) ?>;
     15        border-width: <?php echo  esc_html(SPDSGVOSettings::get('embed_placeholder_border_size_button')) ?>;
    1616    }
    1717
  • shapepress-dsgvo/trunk/public/shortcodes/imprint.php

    r2493846 r2602888  
    143143
    144144
    145     return apply_filters('the_content', $htmlContent);
     145    return apply_filters('the_content', wp_kses_post($htmlContent));
    146146}
    147147
  • shapepress-dsgvo/trunk/public/shortcodes/privacy-policy.php

    r2584667 r2602888  
    500500    }
    501501
    502     return apply_filters('the_content', $htmlContent);
     502    return apply_filters('the_content', wp_kses_post($htmlContent));
    503503}
    504504
  • shapepress-dsgvo/trunk/public/shortcodes/subject-access-request/download-subject-access-request.php

    r2197937 r2602888  
    6969    public function download($path){
    7070        if(!file_exists($path)){
    71             echo __('Error', 'shapepress-dsgvo');
     71            _e('Error', 'shapepress-dsgvo');
    7272            die();
    7373        }
  • shapepress-dsgvo/trunk/public/shortcodes/subject-access-request/subject-access-request-action.php

    r2246779 r2602888  
    1111        $this->checkCSRF();
    1212
    13         if(!$this->has('email') || empty($this->get('email'))){
     13        if(!$this->has('email') || empty($this->get('email', NULL, 'sanitize_email'))){
    1414            $this->error(__('Please enter an email address','shapepress-dsgvo'));
    1515        }
     
    2222            'first_name' => $this->get('first_name'),
    2323            'last_name'  => $this->get('last_name'),
    24             'email'      => $this->get('email'),
     24            'email'      => $this->get('email', NULL, 'sanitize_email'),
    2525            'dsgvo_accepted' => $this->get('dsgvo_checkbox')
    2626        ));
  • shapepress-dsgvo/trunk/public/shortcodes/subject-access-request/subject-access-request.php

    r2286328 r2602888  
    2020        <?php else: ?>
    2121    <div class="sp-dsgvo sp-sar-form">
    22             <form method="post" action="<?= SPDSGVOSubjectAccessRequestAction::url() ?>" class="sp-dsgvo-framework">
     22            <form method="post" action="<?php echo SPDSGVOSubjectAccessRequestAction::url() ?>" class="sp-dsgvo-framework">
    2323                <?php wp_nonce_field( SPDSGVOSubjectAccessRequestAction::getActionName(). '-nonce' ); ?>
    2424                <fieldset>
     
    2929                        </div>
    3030                        <div class="lwb-col-6">
    31                             <input class="w-100" required type="text" id="first-name-field" name="first_name" value="<?= $firstName ?>" placeholder="<?php _e('First name','shapepress-dsgvo')?>" spellcheck="false" />
     31                            <input class="w-100" required type="text" id="first-name-field" name="first_name" value="<?php echo  esc_attr($firstName) ?>" placeholder="<?php _e('First name','shapepress-dsgvo')?>" spellcheck="false" />
    3232                        </div>
    3333                    </div>
     
    3838                        </div>
    3939                        <div class="lwb-col-6">
    40                             <input class="w-100" required type="text" id="last-name-field" name="last_name" value="<?= $lastName ?>" placeholder="<?php _e('Last name','shapepress-dsgvo')?>" spellcheck="false" />
     40                            <input class="w-100" required type="text" id="last-name-field" name="last_name" value="<?php echo  esc_attr($lastName) ?>" placeholder="<?php _e('Last name','shapepress-dsgvo')?>" spellcheck="false" />
    4141                        </div>
    4242                    </div>
     
    4747                        </div>
    4848                        <div class="lwb-col-6">
    49                             <input class="w-100" required type="email" id="email-field" name="email" value="<?= $email ?>" placeholder="<?php _e('Email','shapepress-dsgvo')?>" spellcheck="false" />
     49                            <input class="w-100" required type="email" id="email-field" name="email" value="<?php echo  esc_attr($email) ?>" placeholder="<?php _e('Email','shapepress-dsgvo')?>" spellcheck="false" />
    5050                        </div>
    5151                    </div>
     
    6767                                    $accepted_text = convDeChars(SPDSGVOSettings::get('sar_dsgvo_accepted_text'));
    6868                                    ?>
    69                                     <?= $accepted_text; ?>
     69                                    <?php echo  esc_html($accepted_text); ?>
    7070                                </span>
    7171                             </label>
  • shapepress-dsgvo/trunk/public/shortcodes/super-unsubscribe/unsubscribe-form-action.php

    r2246779 r2602888  
    1111        $this->checkCSRF();
    1212
    13         if(!$this->has('email') || empty($this->get('email'))){
     13        if(!$this->has('email') || empty($this->get('email', NULL, 'sanitize_email'))){
    1414            $this->error(__('Please enter an email address.','shapepress-dsgvo'));
    1515        }
     
    2222            'first_name' => $this->get('first_name'),
    2323            'last_name'  => $this->get('last_name'),
    24             'email'      => $this->get('email'),
     24            'email'      => $this->get('email', NULL, 'sanitize_email'),
    2525            'process_now'=> $this->get('process_now'),
    2626            'dsgvo_accepted' => $this->get('dsgvo_checkbox')
  • shapepress-dsgvo/trunk/public/shortcodes/super-unsubscribe/unsubscribe-form.php

    r2286328 r2602888  
    2525        <?php else: ?>
    2626        <div class="sp-dsgvo sp-unsubsribe-form">
    27             <form method="post" action="<?= SPDSGVOSuperUnsubscribeFormAction::url() ?>" >
     27            <form method="post" action="<?php echo SPDSGVOSuperUnsubscribeFormAction::url() ?>" >
    2828                <?php wp_nonce_field( SPDSGVOSuperUnsubscribeFormAction::getActionName(). '-nonce' ); ?>
    2929                <fieldset>
     
    3333                        </div>
    3434                        <div class="lwb-col-6">
    35                             <input class="w-100" required type="text" id="first-name-field" name="first_name" value="<?= $firstName ?>" placeholder="<?php _e('First name','shapepress-dsgvo')?>" spellcheck="false" />
     35                            <input class="w-100" required type="text" id="first-name-field" name="first_name" value="<?php echo  esc_attr($firstName) ?>" placeholder="<?php _e('First name','shapepress-dsgvo')?>" spellcheck="false" />
    3636                        </div>
    3737
     
    4343                        </div>
    4444                        <div class="lwb-col-6">
    45                             <input class="w-100" required type="text" id="last-name-field" name="last_name" value="<?= $lastName ?>" placeholder="<?php _e('Last name','shapepress-dsgvo')?>" spellcheck="false" />
     45                            <input class="w-100" required type="text" id="last-name-field" name="last_name" value="<?php echo  esc_attr($lastName) ?>" placeholder="<?php _e('Last name','shapepress-dsgvo')?>" spellcheck="false" />
    4646                        </div>
    4747                    </div>
     
    5252                        </div>
    5353                        <div class="lwb-col-6">
    54                              <input class="w-100" required type="email" id="email-field" name="email" value="<?= $email ?>" placeholder="<?php _e('Email','shapepress-dsgvo')?>" spellcheck="false" />
     54                             <input class="w-100" required type="email" id="email-field" name="email" value="<?php echo  esc_attr($email) ?>" placeholder="<?php _e('Email','shapepress-dsgvo')?>" spellcheck="false" />
    5555                        </div>
    5656                    </div>
     
    7070                                $accept_text = convDeChars(SPDSGVOSettings::get('su_dsgvo_accepted_text'));
    7171                                ?>
    72                                 <span style="font-weight:normal"><?= $accept_text;  ?></span>
     72                                <span style="font-weight:normal"><?php echo  esc_html($accept_text);  ?></span>
    7373                             </label>
    7474                        </div>
  • shapepress-dsgvo/trunk/sp-dsgvo.php

    r2585298 r2602888  
    1717 * Plugin URI:        https://legalweb.io
    1818 * 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.22
     19 * Version:           3.1.23
    2020 * Author:            legalweb
    2121 * Author URI:        https://www.legalweb.io
     
    2929}
    3030
    31 define('sp_dsgvo_VERSION', '3.1.22');
     31define('sp_dsgvo_VERSION', '3.1.23');
    3232define('sp_dsgvo_NAME', 'sp-dsgvo');
    3333define('sp_dsgvo_PLUGIN_NAME', 'shapepress-dsgvo');
  • shapepress-dsgvo/trunk/templates/de_DE/emails/subject-access-request.php

    r2246779 r2602888  
    1919                                    <a target='_blank' href="[CLIENTS.WEBSITE]"
    2020                                       style='color: #202020'>{{website}}</a><br>
    21                                     <?= isset($variables['title']) ? $variables['title'] : __('Subject access request','shapepress-dsgvo'); ?>
     21                                    <?php echo isset($variables['title']) ? $variables['title'] : __('Subject access request','shapepress-dsgvo'); ?>
    2222                                </h1>
    2323                            </td>
  • shapepress-dsgvo/trunk/templates/de_DE/emails/super-unsubscribe.php

    r2246779 r2602888  
    1818                                        style="color: #202020; font-family: &amp; quot; Helvetica Neue&amp;quot; , Helvetica , Roboto, Arial, sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-align: left; text-shadow: 0 1px 0 #202020;">
    1919                                    <a target='_blank' href="[CLIENTS.WEBSITE]"
    20                                        style='color: #202020'>{{website}}</a><br> <?= isset($variables['title']) ? $variables['title'] : __('Delete request','shapepress-dsgvo'); ?>
     20                                       style='color: #202020'>{{website}}</a><br> <?php echo isset($variables['title']) ? $variables['title'] : __('Delete request','shapepress-dsgvo'); ?>
    2121                                </h1>
    2222                            </td>
  • shapepress-dsgvo/trunk/templates/de_DE_formal/emails/subject-access-request.php

    r2197937 r2602888  
    1919                                    <a target='_blank' href="[CLIENTS.WEBSITE]"
    2020                                       style='color: #202020'>{{website}}</a><br>
    21                                     <?= $title; // p912419  ?>
     21                                    <?php echo $title; // p912419  ?>
    2222                                </h1>
    2323                            </td>
  • shapepress-dsgvo/trunk/templates/de_DE_formal/emails/super-unsubscribe.php

    r2197937 r2602888  
    1818                                        style="color: #202020; font-family: &amp; quot; Helvetica Neue&amp;quot; , Helvetica , Roboto, Arial, sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-align: left; text-shadow: 0 1px 0 #202020;">
    1919                                    <a target='_blank' href="[CLIENTS.WEBSITE]"
    20                                        style='color: #202020'>{{website}}</a><br><?= $title; ?>
     20                                       style='color: #202020'>{{website}}</a><br><?php echo $title; ?>
    2121                                </h1>
    2222                            </td>
  • shapepress-dsgvo/trunk/templates/en_EN/emails/subject-access-request.php

    r2199783 r2602888  
    1919                                                <a target='_blank' href="[CLIENTS.WEBSITE]"
    2020                                                    style='color: #202020'>{{website}}</a><br>
    21                                                 <?= isset($title) ? $title : __('Subject access request','shapepress-dsgvo'); ?>
     21                                                <?php echo isset($title) ? $title : __('Subject access request','shapepress-dsgvo'); ?>
    2222                                            </h1>
    2323                                        </td>
  • shapepress-dsgvo/trunk/templates/en_EN/emails/super-unsubscribe.php

    r2199783 r2602888  
    1818                                                style="color: #202020; font-family: &amp; quot; Helvetica Neue&amp;quot; , Helvetica , Roboto, Arial, sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-align: left; text-shadow: 0 1px 0 #202020;">
    1919                                                <a target='_blank' href="[CLIENTS.WEBSITE]"
    20                                                     style='color: #202020'>{{website}}</a><br> <?= isset($title) ? $title : __('Delete request','shapepress-dsgvo'); ?>
     20                                                    style='color: #202020'>{{website}}</a><br> <?php echo isset($title) ? $title : __('Delete request','shapepress-dsgvo'); ?>
    2121                                            </h1>
    2222                                        </td>
  • shapepress-dsgvo/trunk/templates/en_GB/emails/subject-access-request.php

    r2197937 r2602888  
    1919                                    <a target='_blank' href="[CLIENTS.WEBSITE]"
    2020                                       style='color: #202020'>{{website}}</a><br>
    21                                     <?= $title; // p912419  ?>
     21                                    <?php echo $title; // p912419  ?>
    2222                                </h1>
    2323                            </td>
  • shapepress-dsgvo/trunk/templates/en_GB/emails/super-unsubscribe.php

    r2197937 r2602888  
    1818                                        style="color: #202020; font-family: &amp; quot; Helvetica Neue&amp;quot; , Helvetica , Roboto, Arial, sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-align: left; text-shadow: 0 1px 0 #202020;">
    1919                                    <a target='_blank' href="[CLIENTS.WEBSITE]"
    20                                        style='color: #202020'>{{website}}</a><br><?= $title; ?>
     20                                       style='color: #202020'>{{website}}</a><br><?php echo $title; ?>
    2121                                </h1>
    2222                            </td>
  • shapepress-dsgvo/trunk/templates/en_US/emails/subject-access-request.php

    r2197937 r2602888  
    1919                                    <a target='_blank' href="[CLIENTS.WEBSITE]"
    2020                                       style='color: #202020'>{{website}}</a><br>
    21                                     <?= $title; // p912419  ?>
     21                                    <?php echo $title; // p912419  ?>
    2222                                </h1>
    2323                            </td>
  • shapepress-dsgvo/trunk/templates/en_US/emails/super-unsubscribe.php

    r2197937 r2602888  
    1818                                        style="color: #202020; font-family: &amp; quot; Helvetica Neue&amp;quot; , Helvetica , Roboto, Arial, sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-align: left; text-shadow: 0 1px 0 #202020;">
    1919                                    <a target='_blank' href="[CLIENTS.WEBSITE]"
    20                                        style='color: #202020'>{{website}}</a><br><?= $title; ?>
     20                                       style='color: #202020'>{{website}}</a><br><?php echo $title; ?>
    2121                                </h1>
    2222                            </td>
Note: See TracChangeset for help on using the changeset viewer.