File Manager
/*!
* Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
.sp-dsgvo *,
.sp-dsgvo *::before,
.sp-dsgvo *::after {
box-sizing: inherit;
}
.sp-dsgvo .container,
.sp-dsgvo .container-fluid,
.sp-dsgvo .container-sm,
.sp-dsgvo .container-md,
.sp-dsgvo .container-lg,
.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-sm, .sp-dsgvo .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.sp-dsgvo .container, .sp-dsgvo .container-sm, .sp-dsgvo .container-md, .sp-dsgvo .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.sp-dsgvo .container, .sp-dsgvo .container-sm, .sp-dsgvo .container-md, .sp-dsgvo .container-lg, .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-1, .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-10, .sp-dsgvo .lwb-col-11, .sp-dsgvo .lwb-col-12, .sp-dsgvo .lwb-col,
.sp-dsgvo .lwb-col-auto, .sp-dsgvo .lwb-col-sm-1, .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-10, .sp-dsgvo .lwb-col-sm-11, .sp-dsgvo .lwb-col-sm-12, .sp-dsgvo .lwb-col-sm,
.sp-dsgvo .lwb-col-sm-auto, .sp-dsgvo .lwb-col-md-1, .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-10, .sp-dsgvo .lwb-col-md-11, .sp-dsgvo .lwb-col-md-12, .sp-dsgvo .lwb-col-md,
.sp-dsgvo .lwb-col-md-auto, .sp-dsgvo .lwb-col-lg-1, .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-10, .sp-dsgvo .lwb-col-lg-11, .sp-dsgvo .lwb-col-lg-12, .sp-dsgvo .lwb-col-lg,
.sp-dsgvo .lwb-col-lg-auto, .sp-dsgvo .lwb-col-xl-1, .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-10, .sp-dsgvo .lwb-col-xl-11, .sp-dsgvo .lwb-col-xl-12, .sp-dsgvo .lwb-col-xl,
.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: 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,
.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;
}
}
@media (min-width:768px){.sp-dsgvo .lwb-d-md-flex{display:-ms-flexbox !important;display:flex !important}}
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com