@charset "UTF-8";

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/** Import everything from autoload */

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* line 1, node_modules/bootstrap/scss/_root.scss */

:root {
  --blue: #628ABF;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #A1784D;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #6DC1AE;
  --secondary: #EC6552;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --primary-light: #EAF3E5;
  --primary-dark: #336B62;
  --primary-darkest: #002825;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-full: 1330px;
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, node_modules/bootstrap/scss/_reboot.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 25, node_modules/bootstrap/scss/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  color: #336B62;
  text-align: left;
  background-color: #F7FBFC;
}

/* line 66, node_modules/bootstrap/scss/_reboot.scss */

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, node_modules/bootstrap/scss/_reboot.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, node_modules/bootstrap/scss/_reboot.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, node_modules/bootstrap/scss/_reboot.scss */

abbr[title],
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;
}

/* line 123, node_modules/bootstrap/scss/_reboot.scss */

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, node_modules/bootstrap/scss/_reboot.scss */

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, node_modules/bootstrap/scss/_reboot.scss */

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, node_modules/bootstrap/scss/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 147, node_modules/bootstrap/scss/_reboot.scss */

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 156, node_modules/bootstrap/scss/_reboot.scss */

b,
strong {
  font-weight: bolder;
}

/* line 161, node_modules/bootstrap/scss/_reboot.scss */

small {
  font-size: 80%;
}

/* line 170, node_modules/bootstrap/scss/_reboot.scss */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, node_modules/bootstrap/scss/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 179, node_modules/bootstrap/scss/_reboot.scss */

sup {
  top: -.5em;
}

/* line 186, node_modules/bootstrap/scss/_reboot.scss */

a {
  color: #336B62;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

a:hover {
  color: #1a3733;
  text-decoration: underline;
}

/* line 202, node_modules/bootstrap/scss/_reboot.scss */

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, node_modules/bootstrap/scss/_reboot.scss */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, node_modules/bootstrap/scss/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, node_modules/bootstrap/scss/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 252, node_modules/bootstrap/scss/_reboot.scss */

img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, node_modules/bootstrap/scss/_reboot.scss */

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, node_modules/bootstrap/scss/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 273, node_modules/bootstrap/scss/_reboot.scss */

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, node_modules/bootstrap/scss/_reboot.scss */

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, node_modules/bootstrap/scss/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, node_modules/bootstrap/scss/_reboot.scss */

button {
  border-radius: 0;
}

/* line 315, node_modules/bootstrap/scss/_reboot.scss */

button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, node_modules/bootstrap/scss/_reboot.scss */

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, node_modules/bootstrap/scss/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 335, node_modules/bootstrap/scss/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 343, node_modules/bootstrap/scss/_reboot.scss */

[role="button"] {
  cursor: pointer;
}

/* line 350, node_modules/bootstrap/scss/_reboot.scss */

select {
  word-wrap: normal;
}

/* line 358, node_modules/bootstrap/scss/_reboot.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, node_modules/bootstrap/scss/_reboot.scss */

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, node_modules/bootstrap/scss/_reboot.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, node_modules/bootstrap/scss/_reboot.scss */

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 393, node_modules/bootstrap/scss/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, node_modules/bootstrap/scss/_reboot.scss */

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, node_modules/bootstrap/scss/_reboot.scss */

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;
}

/* line 426, node_modules/bootstrap/scss/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 431, node_modules/bootstrap/scss/_reboot.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, node_modules/bootstrap/scss/_reboot.scss */

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, node_modules/bootstrap/scss/_reboot.scss */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, node_modules/bootstrap/scss/_reboot.scss */

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, node_modules/bootstrap/scss/_reboot.scss */

output {
  display: inline-block;
}

/* line 471, node_modules/bootstrap/scss/_reboot.scss */

summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, node_modules/bootstrap/scss/_reboot.scss */

template {
  display: none;
}

/* line 482, node_modules/bootstrap/scss/_reboot.scss */

[hidden] {
  display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

/* line 16, node_modules/bootstrap/scss/_type.scss */

h1,
.h1 {
  font-size: 2.8125rem;
}

/* line 17, node_modules/bootstrap/scss/_type.scss */

h2,
.h2 {
  font-size: 2.8125rem;
}

/* line 18, node_modules/bootstrap/scss/_type.scss */

h3,
.h3 {
  font-size: 1.5rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */

h4,
.h4 {
  font-size: 1.6875rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */

h5,
.h5 {
  font-size: 1.40625rem;
}

/* line 21, node_modules/bootstrap/scss/_type.scss */

h6,
.h6 {
  font-size: 1.125rem;
}

/* line 23, node_modules/bootstrap/scss/_type.scss */

.lead {
  font-size: 1.40625rem;
  font-weight: 300;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, node_modules/bootstrap/scss/_type.scss */

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, node_modules/bootstrap/scss/_type.scss */

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, node_modules/bootstrap/scss/_type.scss */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

/* line 67, node_modules/bootstrap/scss/_type.scss */

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 73, node_modules/bootstrap/scss/_type.scss */

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, node_modules/bootstrap/scss/_type.scss */

.list-unstyled,
.styled-ol,
.icon-list,
.check-do-list,
.block .card-slider .card ul,
.block .card-slider .single-ratgeber .social-box ul,
.single-ratgeber .block .card-slider .social-box ul,
.block .card-slider .single-post .social-box ul,
.single-post .block .card-slider .social-box ul,
.block .card-slider .template-rechner .social-box ul,
.template-rechner .block .card-slider .social-box ul,
.block .card-slider .matching-ratgeber .social-box ul,
.matching-ratgeber .block .card-slider .social-box ul,
.block .card-slider .single-product .social-box ul,
.single-product .block .card-slider .social-box ul,
.block .card-slider .card ol,
.block .card-slider .single-ratgeber .social-box ol,
.single-ratgeber .block .card-slider .social-box ol,
.block .card-slider .single-post .social-box ol,
.single-post .block .card-slider .social-box ol,
.block .card-slider .template-rechner .social-box ol,
.template-rechner .block .card-slider .social-box ol,
.block .card-slider .matching-ratgeber .social-box ol,
.matching-ratgeber .block .card-slider .social-box ol,
.block .card-slider .single-product .social-box ol,
.single-product .block .card-slider .social-box ol,
.check-dont-list,
.dotted-list,
.arrow-list,
.card-item-team .card-team .position {
  padding-left: 0;
  list-style: none;
}

/* line 89, node_modules/bootstrap/scss/_type.scss */

.list-inline,
.horizontal-list {
  padding-left: 0;
  list-style: none;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */

.list-inline-item {
  display: inline-block;
}

/* line 95, node_modules/bootstrap/scss/_type.scss */

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, node_modules/bootstrap/scss/_type.scss */

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, node_modules/bootstrap/scss/_type.scss */

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}

/* line 117, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 122, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer::before {
  content: "\2014\A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */

.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F7FBFC;
  border: 2px solid #dee2e6;
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */

.figure,
.wp-caption {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */

a > code {
  color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, node_modules/bootstrap/scss/_grid.scss */

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1330px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-full {
    max-width: 1330px;
  }
}

/* line 49, node_modules/bootstrap/scss/_grid.scss */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, node_modules/bootstrap/scss/_grid.scss */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, node_modules/bootstrap/scss/_grid.scss */

.no-gutters > .col,
.horizontal-list.icon-list.no-gutters > li,
.gallery .no-gutters > .gallery-item,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.horizontal-list.icon-list > li,
.gallery .gallery-item,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-full-1,
.col-full-2,
.col-full-3,
.col-full-4,
.col-full-5,
.col-full-6,
.col-full-7,
.col-full-8,
.col-full-9,
.col-full-10,
.col-full-11,
.col-full-12,
.col-full,
.col-full-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col,
.horizontal-list.icon-list > li,
.gallery .gallery-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-1 {
  margin-left: 8.33333%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-2 {
  margin-left: 16.66667%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-3 {
  margin-left: 25%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-4 {
  margin-left: 33.33333%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-5 {
  margin-left: 41.66667%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-6 {
  margin-left: 50%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-7 {
  margin-left: 58.33333%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-8 {
  margin-left: 66.66667%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-9 {
  margin-left: 75%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-10 {
  margin-left: 83.33333%;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-0 {
    margin-left: 0;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1330px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-full-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-full-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-full-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-full-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-full-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-full-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-full-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-full-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-0 {
    margin-left: 0;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-1 {
    margin-left: 8.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-2 {
    margin-left: 16.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-3 {
    margin-left: 25%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-4 {
    margin-left: 33.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-5 {
    margin-left: 41.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-6 {
    margin-left: 50%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-7 {
    margin-left: 58.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-8 {
    margin-left: 66.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-9 {
    margin-left: 75%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-10 {
    margin-left: 83.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-full-11 {
    margin-left: 91.66667%;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #336B62;
}

/* line 11, node_modules/bootstrap/scss/_tables.scss */

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 2px solid #D9E8EB;
}

/* line 18, node_modules/bootstrap/scss/_tables.scss */

.table thead th {
  vertical-align: bottom;
  border-bottom: 4px solid #D9E8EB;
}

/* line 23, node_modules/bootstrap/scss/_tables.scss */

.table tbody + tbody {
  border-top: 4px solid #D9E8EB;
}

/* line 34, node_modules/bootstrap/scss/_tables.scss */

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, node_modules/bootstrap/scss/_tables.scss */

.table-bordered {
  border: 2px solid #D9E8EB;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */

.table-bordered th,
.table-bordered td {
  border: 2px solid #D9E8EB;
}

/* line 54, node_modules/bootstrap/scss/_tables.scss */

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 4px;
}

/* line 62, node_modules/bootstrap/scss/_tables.scss */

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, node_modules/bootstrap/scss/_tables.scss */

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover tbody tr:hover {
  color: #336B62;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d6eee8;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #b3dfd5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary:hover {
  background-color: #c4e7de;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #c4e7de;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fad4cf;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f5afa5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-secondary:hover {
  background-color: #f8bfb8;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f8bfb8;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: #f9fcf8;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary-light th,
.table-primary-light td,
.table-primary-light thead th,
.table-primary-light tbody + tbody {
  border-color: #f4f9f1;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary-light:hover {
  background-color: #eaf4e6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: #eaf4e6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary-dark,
.table-primary-dark > th,
.table-primary-dark > td {
  background-color: #c6d6d3;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary-dark th,
.table-primary-dark td,
.table-primary-dark thead th,
.table-primary-dark tbody + tbody {
  border-color: #95b2ad;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary-dark:hover {
  background-color: #b7cbc8;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-primary-dark:hover > td,
.table-hover .table-primary-dark:hover > th {
  background-color: #b7cbc8;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary-darkest,
.table-primary-darkest > th,
.table-primary-darkest > td {
  background-color: #b8c3c2;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary-darkest th,
.table-primary-darkest td,
.table-primary-darkest thead th,
.table-primary-darkest tbody + tbody {
  border-color: #7a8f8e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary-darkest:hover {
  background-color: #aab7b6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-primary-darkest:hover > td,
.table-hover .table-primary-darkest:hover > th {
  background-color: #aab7b6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, node_modules/bootstrap/scss/_tables.scss */

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, node_modules/bootstrap/scss/_tables.scss */

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #D9E8EB;
}

/* line 130, node_modules/bootstrap/scss/_tables.scss */

.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-bordered {
  border: 0;
}

/* line 145, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1329.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-full {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-full > .table-bordered {
    border: 0;
  }
}

/* line 171, node_modules/bootstrap/scss/_tables.scss */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, node_modules/bootstrap/scss/_tables.scss */

.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, node_modules/bootstrap/scss/_forms.scss */

.form-control {
  display: block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 20px;
  -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;
  -o-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;
  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) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */

  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/_forms.scss */

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c6e7e0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
}

/* line 37, node_modules/bootstrap/scss/_forms.scss */

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, node_modules/bootstrap/scss/_forms.scss */

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, node_modules/bootstrap/scss/_forms.scss */

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 67, node_modules/bootstrap/scss/_forms.scss */

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 72, node_modules/bootstrap/scss/_forms.scss */

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, node_modules/bootstrap/scss/_forms.scss */

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, node_modules/bootstrap/scss/_forms.scss */

.col-form-label {
  padding-top: calc(0.375rem + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7;
}

/* line 105, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
}

/* line 112, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
}

/* line 125, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #336B62;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}

/* line 137, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_forms.scss */

.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, node_modules/bootstrap/scss/_forms.scss */

.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, node_modules/bootstrap/scss/_forms.scss */

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

/* line 176, node_modules/bootstrap/scss/_forms.scss */

textarea.form-control {
  height: auto;
}

/* line 185, node_modules/bootstrap/scss/_forms.scss */

.form-group {
  margin-bottom: 1rem;
}

/* line 189, node_modules/bootstrap/scss/_forms.scss */

.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, node_modules/bootstrap/scss/_forms.scss */

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, node_modules/bootstrap/scss/_forms.scss */

.form-row > .col,
.horizontal-list.icon-list.form-row > li,
.gallery .form-row > .gallery-item,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, node_modules/bootstrap/scss/_forms.scss */

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, node_modules/bootstrap/scss/_forms.scss */

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, node_modules/bootstrap/scss/_forms.scss */

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, node_modules/bootstrap/scss/_forms.scss */

.form-check-label {
  margin-bottom: 0;
}

/* line 239, node_modules/bootstrap/scss/_forms.scss */

.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;
}

/* line 246, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 45, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

/* line 53, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 20px;
}

/* line 70, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-row > .col > .valid-tooltip,
.horizontal-list.icon-list.form-row > li > .valid-tooltip,
.gallery .form-row > .gallery-item > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 77, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.7em + 0.75rem) !important;
  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='%2328a745' 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.425em + 0.1875rem) center;
  background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.7em + 0.75rem);
  background-position: top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff 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='%2328a745' 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") center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem) no-repeat;
}

/* line 131, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 140, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 144, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 156, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 162, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 169, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 173, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 183, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 188, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 45, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 53, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 20px;
}

/* line 70, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-row > .col > .invalid-tooltip,
.horizontal-list.icon-list.form-row > li > .invalid-tooltip,
.gallery .form-row > .gallery-item > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 77, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.7em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.425em + 0.1875rem) center;
  background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.7em + 0.75rem);
  background-position: top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem) no-repeat;
}

/* line 131, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 140, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 144, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 156, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 162, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 169, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 173, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 183, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 188, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 275, node_modules/bootstrap/scss/_forms.scss */

.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;
}

/* line 283, node_modules/bootstrap/scss/_forms.scss */

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, node_modules/bootstrap/scss/_forms.scss */

  .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;
  }

  /* line 297, node_modules/bootstrap/scss/_forms.scss */

  .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;
  }

  /* line 306, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 313, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 317, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  /* line 324, node_modules/bootstrap/scss/_forms.scss */

  .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;
  }

  /* line 331, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 339, node_modules/bootstrap/scss/_forms.scss */

  .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;
  }

  /* line 343, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, node_modules/bootstrap/scss/_buttons.scss */

.btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.team-cta-element .col-team-cta .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #336B62;
  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: 3px solid transparent;
  padding: 9px 25px;
  font-size: 1.125rem;
  line-height: 1.7;
  border-radius: 60px;
  -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;
  -o-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;
  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) {
  /* line 7, node_modules/bootstrap/scss/_buttons.scss */

  .btn,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .team-cta-element .col-team-cta .cta,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn:hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.team-cta-element .col-team-cta .cta:hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:hover[type=button] {
  color: #336B62;
  text-decoration: none;
}

/* line 27, node_modules/bootstrap/scss/_buttons.scss */

.btn:focus,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.team-cta-element .col-team-cta .cta:focus,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:focus[type=button],
.btn.focus,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.team-cta-element .col-team-cta .focus.cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input.focus[type=button] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
}

/* line 34, node_modules/bootstrap/scss/_buttons.scss */

.btn.disabled,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.team-cta-element .col-team-cta .disabled.cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input.disabled[type=button],
.btn:disabled,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.team-cta-element .col-team-cta .cta:disabled,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:disabled[type=button] {
  opacity: 0.65;
}

/* line 40, node_modules/bootstrap/scss/_buttons.scss */

.btn:not(:disabled):not(.disabled),
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled),
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled),
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled),
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled),
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled),
.team-cta-element .col-team-cta .cta:not(:disabled):not(.disabled),
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled),
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled),
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled),
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:not(:disabled):not(.disabled)[type=button] {
  cursor: pointer;
}

/* line 55, node_modules/bootstrap/scss/_buttons.scss */

a.btn.disabled,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.disabled.ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.disabled.ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.disabled.ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.disabled.ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.disabled.ninja-forms-field,
.team-cta-element .col-team-cta a.disabled.cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.disabled.ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.disabled.ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.disabled.ninja-forms-field,
fieldset:disabled a.btn,
fieldset:disabled .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send fieldset:disabled a.ninja-forms-field,
fieldset:disabled .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send fieldset:disabled a.ninja-forms-field,
fieldset:disabled .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send fieldset:disabled a.ninja-forms-field,
fieldset:disabled .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send fieldset:disabled a.ninja-forms-field,
fieldset:disabled .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send fieldset:disabled a.ninja-forms-field,
fieldset:disabled .team-cta-element .col-team-cta a.cta,
.team-cta-element .col-team-cta fieldset:disabled a.cta,
fieldset:disabled footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send fieldset:disabled a.ninja-forms-field,
fieldset:disabled .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send fieldset:disabled a.ninja-forms-field,
fieldset:disabled .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send a.ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send fieldset:disabled a.ninja-forms-field {
  pointer-events: none;
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-primary {
  color: #212529;
  background-color: #6DC1AE;
  border-color: #6DC1AE;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-primary:hover {
  color: #fff;
  background-color: #52b69f;
  border-color: #4bb099;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #52b69f;
  border-color: #4bb099;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 170, 154, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(98, 170, 154, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #6DC1AE;
  border-color: #6DC1AE;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4bb099;
  border-color: #47a791;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 170, 154, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(98, 170, 154, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-secondary,
.infobox-download.infobox .btn-download,
.infobox-download.infobox-tipp .btn-download,
.infobox-download.infobox-alert-red .btn-download,
.infobox-download.infobox-alert-green .btn-download,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.team-cta-element .col-team-cta .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] {
  color: #fff;
  background-color: #EC6552;
  border-color: #EC6552;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-secondary:hover,
.infobox-download.infobox .btn-download:hover,
.infobox-download.infobox-tipp .btn-download:hover,
.infobox-download.infobox-alert-red .btn-download:hover,
.infobox-download.infobox-alert-green .btn-download:hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.team-cta-element .col-team-cta .cta:hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:hover[type=button] {
  color: #fff;
  background-color: #e84630;
  border-color: #e73c24;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:focus,
.infobox-download.infobox .btn-download:focus,
.infobox-download.infobox-tipp .btn-download:focus,
.infobox-download.infobox-alert-red .btn-download:focus,
.infobox-download.infobox-alert-green .btn-download:focus,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.team-cta-element .col-team-cta .cta:focus,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:focus[type=button],
.btn-secondary.focus,
.infobox-download.infobox .focus.btn-download,
.infobox-download.infobox-tipp .focus.btn-download,
.infobox-download.infobox-alert-red .focus.btn-download,
.infobox-download.infobox-alert-green .focus.btn-download,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.team-cta-element .col-team-cta .focus.cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .focus.ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input.focus[type=button] {
  color: #fff;
  background-color: #e84630;
  border-color: #e73c24;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 124, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(239, 124, 108, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary.disabled,
.infobox-download.infobox .disabled.btn-download,
.infobox-download.infobox-tipp .disabled.btn-download,
.infobox-download.infobox-alert-red .disabled.btn-download,
.infobox-download.infobox-alert-green .disabled.btn-download,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.team-cta-element .col-team-cta .disabled.cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .disabled.ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input.disabled[type=button],
.btn-secondary:disabled,
.infobox-download.infobox .btn-download:disabled,
.infobox-download.infobox-tipp .btn-download:disabled,
.infobox-download.infobox-alert-red .btn-download:disabled,
.infobox-download.infobox-alert-green .btn-download:disabled,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.team-cta-element .col-team-cta .cta:disabled,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:disabled,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:disabled[type=button] {
  color: #fff;
  background-color: #EC6552;
  border-color: #EC6552;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active,
.infobox-download.infobox .btn-download:not(:disabled):not(.disabled):active,
.infobox-download.infobox-tipp .btn-download:not(:disabled):not(.disabled):active,
.infobox-download.infobox-alert-red .btn-download:not(:disabled):not(.disabled):active,
.infobox-download.infobox-alert-green .btn-download:not(:disabled):not(.disabled):active,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active,
.team-cta-element .col-team-cta .cta:not(:disabled):not(.disabled):active,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:not(:disabled):not(.disabled):active[type=button],
.btn-secondary:not(:disabled):not(.disabled).active,
.infobox-download.infobox .btn-download:not(:disabled):not(.disabled).active,
.infobox-download.infobox-tipp .btn-download:not(:disabled):not(.disabled).active,
.infobox-download.infobox-alert-red .btn-download:not(:disabled):not(.disabled).active,
.infobox-download.infobox-alert-green .btn-download:not(:disabled):not(.disabled).active,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active,
.team-cta-element .col-team-cta .cta:not(:disabled):not(.disabled).active,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:not(:disabled):not(.disabled).active[type=button],
.show > .btn-secondary.dropdown-toggle,
.infobox-download.infobox .show > .dropdown-toggle.btn-download,
.infobox-download.infobox-tipp .show > .dropdown-toggle.btn-download,
.infobox-download.infobox-alert-red .show > .dropdown-toggle.btn-download,
.infobox-download.infobox-alert-green .show > .dropdown-toggle.btn-download,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field,
.team-cta-element .col-team-cta .show > .dropdown-toggle.cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .show > input.dropdown-toggle[type=button] {
  color: #fff;
  background-color: #e73c24;
  border-color: #e53219;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.infobox-download.infobox .btn-download:not(:disabled):not(.disabled):active:focus,
.infobox-download.infobox-tipp .btn-download:not(:disabled):not(.disabled):active:focus,
.infobox-download.infobox-alert-red .btn-download:not(:disabled):not(.disabled):active:focus,
.infobox-download.infobox-alert-green .btn-download:not(:disabled):not(.disabled):active:focus,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active:focus,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active:focus,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active:focus,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active:focus,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active:focus,
.team-cta-element .col-team-cta .cta:not(:disabled):not(.disabled):active:focus,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active:focus,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active:focus,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled):active:focus,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:not(:disabled):not(.disabled):active:focus[type=button],
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.infobox-download.infobox .btn-download:not(:disabled):not(.disabled).active:focus,
.infobox-download.infobox-tipp .btn-download:not(:disabled):not(.disabled).active:focus,
.infobox-download.infobox-alert-red .btn-download:not(:disabled):not(.disabled).active:focus,
.infobox-download.infobox-alert-green .btn-download:not(:disabled):not(.disabled).active:focus,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active:focus,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active:focus,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active:focus,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active:focus,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active:focus,
.team-cta-element .col-team-cta .cta:not(:disabled):not(.disabled).active:focus,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active:focus,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active:focus,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(:disabled):not(.disabled).active:focus,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:not(:disabled):not(.disabled).active:focus[type=button],
.show > .btn-secondary.dropdown-toggle:focus,
.infobox-download.infobox .show > .dropdown-toggle.btn-download:focus,
.infobox-download.infobox-tipp .show > .dropdown-toggle.btn-download:focus,
.infobox-download.infobox-alert-red .show > .dropdown-toggle.btn-download:focus,
.infobox-download.infobox-alert-green .show > .dropdown-toggle.btn-download:focus,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field:focus,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field:focus,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field:focus,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field:focus,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field:focus,
.team-cta-element .col-team-cta .show > .dropdown-toggle.cta:focus,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field:focus,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field:focus,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .show > .dropdown-toggle.ninja-forms-field:focus,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .show > input.dropdown-toggle:focus[type=button] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(239, 124, 108, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(239, 124, 108, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-primary-light {
  color: #212529;
  background-color: #EAF3E5;
  border-color: #EAF3E5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-primary-light:hover {
  color: #212529;
  background-color: #d5e7cb;
  border-color: #cee3c2;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-light:focus,
.btn-primary-light.focus {
  color: #212529;
  background-color: #d5e7cb;
  border-color: #cee3c2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 212, 201, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 212, 201, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-light.disabled,
.btn-primary-light:disabled {
  color: #212529;
  background-color: #EAF3E5;
  border-color: #EAF3E5;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-light:not(:disabled):not(.disabled):active,
.btn-primary-light:not(:disabled):not(.disabled).active,
.show > .btn-primary-light.dropdown-toggle {
  color: #212529;
  background-color: #cee3c2;
  border-color: #c7dfb9;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-light:not(:disabled):not(.disabled):active:focus,
.btn-primary-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 212, 201, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(204, 212, 201, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-primary-dark {
  color: #fff;
  background-color: #336B62;
  border-color: #336B62;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-primary-dark:hover {
  color: #fff;
  background-color: #27514a;
  border-color: #234842;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-dark:focus,
.btn-primary-dark.focus {
  color: #fff;
  background-color: #27514a;
  border-color: #234842;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 129, 122, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 129, 122, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-dark.disabled,
.btn-primary-dark:disabled {
  color: #fff;
  background-color: #336B62;
  border-color: #336B62;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-dark:not(:disabled):not(.disabled):active,
.btn-primary-dark:not(:disabled):not(.disabled).active,
.show > .btn-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #234842;
  border-color: #1e403a;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-dark:not(:disabled):not(.disabled):active:focus,
.btn-primary-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 129, 122, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 129, 122, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-primary-darkest {
  color: #fff;
  background-color: #002825;
  border-color: #002825;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-primary-darkest:hover {
  color: #fff;
  background-color: #000202;
  border-color: black;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-darkest:focus,
.btn-primary-darkest.focus {
  color: #fff;
  background-color: #000202;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 72, 70, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 72, 70, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-darkest.disabled,
.btn-primary-darkest:disabled {
  color: #fff;
  background-color: #002825;
  border-color: #002825;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-darkest:not(:disabled):not(.disabled):active,
.btn-primary-darkest:not(:disabled):not(.disabled).active,
.show > .btn-primary-darkest.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary-darkest:not(:disabled):not(.disabled):active:focus,
.btn-primary-darkest:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-darkest.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 72, 70, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 72, 70, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-primary {
  color: #6DC1AE;
  border-color: #6DC1AE;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-primary:hover {
  color: #212529;
  background-color: #6DC1AE;
  border-color: #6DC1AE;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #6DC1AE;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #6DC1AE;
  border-color: #6DC1AE;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-secondary {
  color: #EC6552;
  border-color: #EC6552;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #EC6552;
  border-color: #EC6552;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 101, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 101, 82, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #EC6552;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #EC6552;
  border-color: #EC6552;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 101, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 101, 82, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-primary-light {
  color: #EAF3E5;
  border-color: #EAF3E5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-primary-light:hover {
  color: #212529;
  background-color: #EAF3E5;
  border-color: #EAF3E5;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-light:focus,
.btn-outline-primary-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 243, 229, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 243, 229, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-light.disabled,
.btn-outline-primary-light:disabled {
  color: #EAF3E5;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-light:not(:disabled):not(.disabled):active,
.btn-outline-primary-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-light.dropdown-toggle {
  color: #212529;
  background-color: #EAF3E5;
  border-color: #EAF3E5;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 243, 229, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 243, 229, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-primary-dark {
  color: #336B62;
  border-color: #336B62;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-primary-dark:hover {
  color: #fff;
  background-color: #336B62;
  border-color: #336B62;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-dark:focus,
.btn-outline-primary-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 107, 98, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 107, 98, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-dark.disabled,
.btn-outline-primary-dark:disabled {
  color: #336B62;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-dark:not(:disabled):not(.disabled):active,
.btn-outline-primary-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #336B62;
  border-color: #336B62;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 107, 98, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 107, 98, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-primary-darkest {
  color: #002825;
  border-color: #002825;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-primary-darkest:hover {
  color: #fff;
  background-color: #002825;
  border-color: #002825;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-darkest:focus,
.btn-outline-primary-darkest.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 40, 37, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 40, 37, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-darkest.disabled,
.btn-outline-primary-darkest:disabled {
  color: #002825;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-darkest:not(:disabled):not(.disabled):active,
.btn-outline-primary-darkest:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-darkest.dropdown-toggle {
  color: #fff;
  background-color: #002825;
  border-color: #002825;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary-darkest:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-darkest:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-darkest.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 40, 37, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 40, 37, 0.5);
}

/* line 83, node_modules/bootstrap/scss/_buttons.scss */

.btn-link {
  font-weight: 400;
  color: #336B62;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-link:hover {
  color: #1a3733;
  text-decoration: underline;
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

/* line 98, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, node_modules/bootstrap/scss/_buttons.scss */

.btn-lg,
.btn-group-lg > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field,
.team-cta-element .col-team-cta .btn-group-lg > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-lg > input[type=button] {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, node_modules/bootstrap/scss/_buttons.scss */

.btn-sm,
.btn-group-sm > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field,
.team-cta-element .col-team-cta .btn-group-sm > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-sm > input[type=button] {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, node_modules/bootstrap/scss/_buttons.scss */

.btn-block {
  display: block;
  width: 100%;
}

/* line 130, node_modules/bootstrap/scss/_buttons.scss */

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, node_modules/bootstrap/scss/_buttons.scss */

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */

  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */

.fade:not(.show) {
  opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */

.collapse:not(.show) {
  display: none;
}

/* line 15, node_modules/bootstrap/scss/_transitions.scss */

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 21, node_modules/bootstrap/scss/_transitions.scss */

.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing.width {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-toggle {
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 10px 0;
  margin: 0 0 0;
  font-size: 1.125rem;
  color: #002825;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 10px;
}

/* line 42, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1330px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-full-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-full-right {
    right: 0;
    left: auto;
  }
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 70, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

/* line 80, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}

/* line 97, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item {
  display: block;
  width: 100%;
  padding: 15px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #002825;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.dropdown-item:hover,
.dropdown-item:focus {
  color: #EC6552;
  text-decoration: none;
  background-color: none;
}

/* line 154, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.active,
.dropdown-item:active {
  color: #EC6552;
  text-decoration: none;
  background-color: none;
}

/* line 161, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu.show {
  display: block;
}

/* line 178, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-header {
  display: block;
  padding: 10px 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item-text {
  display: block;
  padding: 15px 1.5rem;
  color: #002825;
}

/* line 4, node_modules/bootstrap/scss/_button-group.scss */

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field,
.team-cta-element .col-team-cta .btn-group > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group > input[type=button],
.btn-group-vertical > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.team-cta-element .col-team-cta .btn-group-vertical > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-vertical > input[type=button] {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-group > .btn:hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:hover,
.team-cta-element .col-team-cta .btn-group > .cta:hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:hover,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group > input:hover[type=button],
.btn-group-vertical > .btn:hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:hover,
.team-cta-element .col-team-cta .btn-group-vertical > .cta:hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:hover,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-vertical > input:hover[type=button] {
  z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:focus,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:focus,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:focus,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:focus,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:focus,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:focus,
.team-cta-element .col-team-cta .btn-group > .cta:focus,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:focus,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:focus,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:focus,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group > input:focus[type=button],
.btn-group > .btn:active,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:active,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:active,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:active,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:active,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:active,
.team-cta-element .col-team-cta .btn-group > .cta:active,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:active,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:active,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:active,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group > input:active[type=button],
.btn-group > .btn.active,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .active.ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .active.ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .active.ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .active.ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .active.ninja-forms-field,
.team-cta-element .col-team-cta .btn-group > .active.cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .active.ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .active.ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .active.ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group > input.active[type=button],
.btn-group-vertical > .btn:focus,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:focus,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:focus,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:focus,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:focus,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:focus,
.team-cta-element .col-team-cta .btn-group-vertical > .cta:focus,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:focus,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:focus,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:focus,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-vertical > input:focus[type=button],
.btn-group-vertical > .btn:active,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:active,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:active,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:active,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:active,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:active,
.team-cta-element .col-team-cta .btn-group-vertical > .cta:active,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:active,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:active,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:active,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-vertical > input:active[type=button],
.btn-group-vertical > .btn.active,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .active.ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .active.ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .active.ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .active.ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .active.ninja-forms-field,
.team-cta-element .col-team-cta .btn-group-vertical > .active.cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .active.ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .active.ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .active.ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-vertical > input.active[type=button] {
  z-index: 1;
}

/* line 28, node_modules/bootstrap/scss/_button-group.scss */

.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;
}

/* line 33, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar .input-group {
  width: auto;
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:first-child),
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.team-cta-element .col-team-cta .btn-group > .cta:not(:first-child),
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group > input:not(:first-child)[type=button],
.btn-group > .btn-group:not(:first-child) {
  margin-left: -3px;
}

/* line 46, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.team-cta-element .col-team-cta .btn-group > .cta:not(:last-child):not(.dropdown-toggle),
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group > input:not(:last-child):not(.dropdown-toggle)[type=button],
.btn-group > .btn-group:not(:last-child) > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:last-child) > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:last-child) > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:last-child) > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:last-child) > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:last-child) > .ninja-forms-field,
.team-cta-element .col-team-cta .btn-group > .btn-group:not(:last-child) > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:last-child) > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:last-child) > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:last-child) > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group > .btn-group:not(:last-child) > input[type=button] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:first-child),
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.team-cta-element .col-team-cta .btn-group > .cta:not(:first-child),
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .ninja-forms-field:not(:first-child),
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group > input:not(:first-child)[type=button],
.btn-group > .btn-group:not(:first-child) > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:first-child) > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:first-child) > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:first-child) > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:first-child) > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:first-child) > .ninja-forms-field,
.team-cta-element .col-team-cta .btn-group > .btn-group:not(:first-child) > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:first-child) > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:first-child) > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group > .btn-group:not(:first-child) > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group > .btn-group:not(:first-child) > input[type=button] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split {
  padding-right: 18.75px;
  padding-left: 18.75px;
}

/* line 73, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, node_modules/bootstrap/scss/_button-group.scss */

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field + .dropdown-toggle-split,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field + .dropdown-toggle-split,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field + .dropdown-toggle-split,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field + .dropdown-toggle-split,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field + .dropdown-toggle-split,
.team-cta-element .col-team-cta .btn-group-sm > .cta + .dropdown-toggle-split,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field + .dropdown-toggle-split,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field + .dropdown-toggle-split,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-sm > .ninja-forms-field + .dropdown-toggle-split,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-sm > input[type=button] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, node_modules/bootstrap/scss/_button-group.scss */

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field + .dropdown-toggle-split,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field + .dropdown-toggle-split,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field + .dropdown-toggle-split,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field + .dropdown-toggle-split,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field + .dropdown-toggle-split,
.team-cta-element .col-team-cta .btn-group-lg > .cta + .dropdown-toggle-split,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field + .dropdown-toggle-split,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field + .dropdown-toggle-split,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-lg > .ninja-forms-field + .dropdown-toggle-split,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-lg > input[type=button] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, node_modules/bootstrap/scss/_button-group.scss */

.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;
}

/* line 116, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.team-cta-element .col-team-cta .btn-group-vertical > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-vertical > input[type=button],
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:first-child),
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.team-cta-element .col-team-cta .btn-group-vertical > .cta:not(:first-child),
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-vertical > input:not(:first-child)[type=button],
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -3px;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.team-cta-element .col-team-cta .btn-group-vertical > .cta:not(:last-child):not(.dropdown-toggle),
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type=button],
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:last-child) > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:last-child) > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:last-child) > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:last-child) > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:last-child) > .ninja-forms-field,
.team-cta-element .col-team-cta .btn-group-vertical > .btn-group:not(:last-child) > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:last-child) > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:last-child) > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:last-child) > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-vertical > .btn-group:not(:last-child) > input[type=button] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:first-child),
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.team-cta-element .col-team-cta .btn-group-vertical > .cta:not(:first-child),
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .ninja-forms-field:not(:first-child),
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-vertical > input:not(:first-child)[type=button],
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:first-child) > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:first-child) > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:first-child) > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:first-child) > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:first-child) > .ninja-forms-field,
.team-cta-element .col-team-cta .btn-group-vertical > .btn-group:not(:first-child) > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:first-child) > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:first-child) > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-vertical > .btn-group:not(:first-child) > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-vertical > .btn-group:not(:first-child) > input[type=button] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field,
.team-cta-element .col-team-cta .btn-group-toggle > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-toggle > input[type=button],
.btn-group-toggle > .btn-group > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field,
.team-cta-element .col-team-cta .btn-group-toggle > .btn-group > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-toggle > .btn-group > input[type=button] {
  margin-bottom: 0;
}

/* line 156, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn input[type="radio"],
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="radio"],
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="radio"],
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="radio"],
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="radio"],
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="radio"],
.team-cta-element .col-team-cta .btn-group-toggle > .cta input[type="radio"],
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="radio"],
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="radio"],
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="radio"],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-toggle > input[type=button] input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="checkbox"],
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="checkbox"],
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="checkbox"],
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="checkbox"],
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="checkbox"],
.team-cta-element .col-team-cta .btn-group-toggle > .cta input[type="checkbox"],
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="checkbox"],
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="checkbox"],
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .ninja-forms-field input[type="checkbox"],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-toggle > input[type=button] input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="radio"],
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="radio"],
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="radio"],
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="radio"],
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="radio"],
.team-cta-element .col-team-cta .btn-group-toggle > .btn-group > .cta input[type="radio"],
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="radio"],
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="radio"],
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="radio"],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-toggle > .btn-group > input[type=button] input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="checkbox"],
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="checkbox"],
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="checkbox"],
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="checkbox"],
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="checkbox"],
.team-cta-element .col-team-cta .btn-group-toggle > .btn-group > .cta input[type="checkbox"],
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="checkbox"],
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="checkbox"],
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn-group-toggle > .btn-group > .ninja-forms-field input[type="checkbox"],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn-group-toggle > .btn-group > input[type=button] input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_input-group.scss */

.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%;
}

/* line 14, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.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;
}

/* line 24, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}

/* line 32, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 54, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, node_modules/bootstrap/scss/_input-group.scss */

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_input-group.scss */

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 92, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn,
.input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field,
.input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field,
.input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field,
.input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field,
.input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field,
.input-group-prepend .team-cta-element .col-team-cta .cta,
.team-cta-element .col-team-cta .input-group-prepend .cta,
.input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field,
.input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field,
.input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend input[type=button],
.input-group-append .btn,
.input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field,
.input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field,
.input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field,
.input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field,
.input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field,
.input-group-append .team-cta-element .col-team-cta .cta,
.team-cta-element .col-team-cta .input-group-append .cta,
.input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field,
.input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field,
.input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append input[type=button] {
  position: relative;
  z-index: 2;
}

/* line 96, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn:focus,
.input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field:focus,
.input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field:focus,
.input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field:focus,
.input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field:focus,
.input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field:focus,
.input-group-prepend .team-cta-element .col-team-cta .cta:focus,
.team-cta-element .col-team-cta .input-group-prepend .cta:focus,
.input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field:focus,
.input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field:focus,
.input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field:focus,
.input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap input:focus[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend input:focus[type=button],
.input-group-append .btn:focus,
.input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field:focus,
.input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field:focus,
.input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field:focus,
.input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field:focus,
.input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field:focus,
.input-group-append .team-cta-element .col-team-cta .cta:focus,
.team-cta-element .col-team-cta .input-group-append .cta:focus,
.input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field:focus,
.input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field:focus,
.input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:focus,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field:focus,
.input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap input:focus[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append input:focus[type=button] {
  z-index: 3;
}

/* line 101, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn + .btn,
.input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .btn,
.input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .btn,
.input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .btn,
.input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .btn,
.input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .btn,
.input-group-prepend .team-cta-element .col-team-cta .cta + .btn,
.team-cta-element .col-team-cta .input-group-prepend .cta + .btn,
.input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .btn,
.input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .btn,
.input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .btn,
.input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] + .btn,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend input[type=button] + .btn,
.input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .btn + .ninja-forms-field,
.input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-post .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .template-rechner .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .matching-ratgeber .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-product .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .team-cta-element .col-team-cta .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-prepend .cta + .ninja-forms-field,
.input-group-prepend footer .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .archive .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .blog .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .btn + .ninja-forms-field,
.input-group-prepend .single-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-post .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .template-rechner .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-post .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .matching-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-post .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-product .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-post .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .team-cta-element .col-team-cta .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-prepend .cta + .ninja-forms-field,
.input-group-prepend footer .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .archive .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .blog .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .btn + .ninja-forms-field,
.input-group-prepend .single-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-post .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .matching-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.template-rechner .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-product .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .team-cta-element .col-team-cta .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-prepend .cta + .ninja-forms-field,
.input-group-prepend footer .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .archive .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .blog .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .btn + .ninja-forms-field,
.input-group-prepend .single-ratgeber .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-post .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .template-rechner .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-product .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .team-cta-element .col-team-cta .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-prepend .cta + .ninja-forms-field,
.input-group-prepend footer .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .archive .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .blog .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .btn + .ninja-forms-field,
.input-group-prepend .single-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-product .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-post .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-product .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .template-rechner .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-product .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .matching-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-product .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .team-cta-element .col-team-cta .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-prepend .cta + .ninja-forms-field,
.input-group-prepend footer .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .archive .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .blog .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.input-group-prepend .team-cta-element .col-team-cta .btn + .cta,
.team-cta-element .col-team-cta .input-group-prepend .btn + .cta,
.input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .cta,
.input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .cta,
.input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .cta,
.input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .cta,
.input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .cta,
.input-group-prepend .team-cta-element .col-team-cta .cta + .cta,
.team-cta-element .col-team-cta .input-group-prepend .cta + .cta,
.input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .cta,
.input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .cta,
.input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .cta,
.input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap .team-cta-element .col-team-cta input[type=button] + .cta,
.team-cta-element .col-team-cta .input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] + .cta,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend .team-cta-element .col-team-cta input[type=button] + .cta,
.team-cta-element .col-team-cta main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend input[type=button] + .cta,
.input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .btn + .ninja-forms-field,
.input-group-prepend .single-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
footer .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-post .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
footer .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .template-rechner .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
footer .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .matching-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
footer .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-product .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
footer .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .team-cta-element .col-team-cta footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-prepend .cta + .ninja-forms-field,
.input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .archive footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
footer .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .blog footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
footer .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .btn + .ninja-forms-field,
.input-group-prepend .single-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.archive .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-post .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.archive .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .template-rechner .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.archive .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .matching-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.archive .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-product .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.archive .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .team-cta-element .col-team-cta .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-prepend .cta + .ninja-forms-field,
.input-group-prepend footer .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.archive footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .blog .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.archive .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .btn + .ninja-forms-field,
.input-group-prepend .single-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.blog .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-post .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.blog .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .template-rechner .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.blog .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .matching-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.blog .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .single-product .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.blog .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .team-cta-element .col-team-cta .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-prepend .cta + .ninja-forms-field,
.input-group-prepend footer .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.blog footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .archive .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.blog .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .input-group-prepend main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-prepend input[type=button] + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn + input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend .btn + input[type=button],
.input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
.input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
.single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
.input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
.input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
.input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
.single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
.input-group-prepend .team-cta-element .col-team-cta main.main .block .nf-form-layout .nf-form-content .submit-wrap .cta + input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend .team-cta-element .col-team-cta .cta + input[type=button],
.team-cta-element .col-team-cta .input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap .cta + input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .team-cta-element .col-team-cta .input-group-prepend .cta + input[type=button],
.input-group-prepend footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-prepend footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
.input-group-prepend .archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-prepend .archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
.archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
.input-group-prepend .blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-prepend .blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .submit-wrap .ninja-forms-field + input[type=button],
.blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + input[type=button],
.input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] + input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend input[type=button] + input[type=button],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .input-group-text,
.input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .input-group-text,
.input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .input-group-text,
.input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .input-group-text,
.input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .input-group-text,
.input-group-prepend .team-cta-element .col-team-cta .cta + .input-group-text,
.team-cta-element .col-team-cta .input-group-prepend .cta + .input-group-text,
.input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .input-group-text,
.input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .input-group-text,
.input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .ninja-forms-field + .input-group-text,
.input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] + .input-group-text,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend input[type=button] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .input-group-text + .ninja-forms-field,
.input-group-prepend .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .input-group-text + .ninja-forms-field,
.input-group-prepend .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .input-group-text + .ninja-forms-field,
.input-group-prepend .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .input-group-text + .ninja-forms-field,
.input-group-prepend .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .input-group-text + .ninja-forms-field,
.input-group-prepend .team-cta-element .col-team-cta .input-group-text + .cta,
.team-cta-element .col-team-cta .input-group-prepend .input-group-text + .cta,
.input-group-prepend footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .input-group-text + .ninja-forms-field,
.input-group-prepend .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .input-group-text + .ninja-forms-field,
.input-group-prepend .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-prepend .input-group-text + .ninja-forms-field,
.input-group-prepend main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-text + input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-prepend .input-group-text + input[type=button],
.input-group-append .btn + .btn,
.input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .btn,
.input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .btn,
.input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .btn,
.input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .btn,
.input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .btn,
.input-group-append .team-cta-element .col-team-cta .cta + .btn,
.team-cta-element .col-team-cta .input-group-append .cta + .btn,
.input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .btn,
.input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .btn,
.input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .btn,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .btn,
.input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] + .btn,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append input[type=button] + .btn,
.input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .btn + .ninja-forms-field,
.input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-post .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .template-rechner .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .matching-ratgeber .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-product .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .team-cta-element .col-team-cta .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-append .cta + .ninja-forms-field,
.input-group-append footer .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .archive .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .blog .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .btn + .ninja-forms-field,
.input-group-append .single-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-post .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .template-rechner .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-post .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .matching-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-post .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-product .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-post .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .team-cta-element .col-team-cta .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-append .cta + .ninja-forms-field,
.input-group-append footer .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .archive .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .blog .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .btn + .ninja-forms-field,
.input-group-append .single-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-post .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .matching-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.template-rechner .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-product .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .team-cta-element .col-team-cta .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-append .cta + .ninja-forms-field,
.input-group-append footer .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .archive .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .blog .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .btn + .ninja-forms-field,
.input-group-append .single-ratgeber .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-post .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .template-rechner .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-product .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .team-cta-element .col-team-cta .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-append .cta + .ninja-forms-field,
.input-group-append footer .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .archive .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .blog .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .btn + .ninja-forms-field,
.input-group-append .single-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-product .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-post .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-product .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .template-rechner .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-product .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .matching-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-product .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .team-cta-element .col-team-cta .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-append .cta + .ninja-forms-field,
.input-group-append footer .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .archive .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .blog .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.input-group-append .team-cta-element .col-team-cta .btn + .cta,
.team-cta-element .col-team-cta .input-group-append .btn + .cta,
.input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .cta,
.input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .cta,
.input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .cta,
.input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .cta,
.input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .cta,
.input-group-append .team-cta-element .col-team-cta .cta + .cta,
.team-cta-element .col-team-cta .input-group-append .cta + .cta,
.input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .cta,
.input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .cta,
.input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .cta,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .ninja-forms-field + .cta,
.team-cta-element .col-team-cta .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .cta,
.input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap .team-cta-element .col-team-cta input[type=button] + .cta,
.team-cta-element .col-team-cta .input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] + .cta,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append .team-cta-element .col-team-cta input[type=button] + .cta,
.team-cta-element .col-team-cta main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append input[type=button] + .cta,
.input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .btn + .ninja-forms-field,
.input-group-append .single-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
footer .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-post .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
footer .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .template-rechner .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
footer .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .matching-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
footer .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-product .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
footer .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .team-cta-element .col-team-cta footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-append .cta + .ninja-forms-field,
.input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .archive footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
footer .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .blog footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
footer .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .btn + .ninja-forms-field,
.input-group-append .single-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.archive .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-post .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.archive .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .template-rechner .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.archive .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .matching-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.archive .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-product .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.archive .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .team-cta-element .col-team-cta .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-append .cta + .ninja-forms-field,
.input-group-append footer .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.archive footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .blog .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.archive .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .btn + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .btn + .ninja-forms-field,
.input-group-append .single-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.blog .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-post .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-post .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.blog .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .template-rechner .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.template-rechner .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.blog .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .matching-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.matching-ratgeber .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.blog .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .single-product .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.single-product .newsletter-page .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.blog .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .team-cta-element .col-team-cta .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .team-cta-element .col-team-cta .cta + .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .team-cta-element .col-team-cta .input-group-append .cta + .ninja-forms-field,
.input-group-append footer .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
footer .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.blog footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .archive .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.archive .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.blog .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .input-group-append main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append nf-fields-wrap .newsletter-send input[type=button] + .ninja-forms-field,
main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .input-group-append input[type=button] + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap .btn + input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append .btn + input[type=button],
.input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
.input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
.single-post .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
.input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
.input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
.input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
.single-product .newsletter-page .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
.input-group-append .team-cta-element .col-team-cta main.main .block .nf-form-layout .nf-form-content .submit-wrap .cta + input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append .team-cta-element .col-team-cta .cta + input[type=button],
.team-cta-element .col-team-cta .input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap .cta + input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .team-cta-element .col-team-cta .input-group-append .cta + input[type=button],
.input-group-append footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-append footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
footer .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout footer .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
.input-group-append .archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-append .archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
.archive .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .archive .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
.input-group-append .blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .submit-wrap .ninja-forms-field + input[type=button],
.input-group-append .blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .ninja-forms-field + input[type=button],
.blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .submit-wrap .ninja-forms-field + input[type=button],
.blog .newsletter-footer .container .newsletter-form main.main .block .nf-form-layout .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
main.main .block .nf-form-layout .blog .newsletter-footer .container .newsletter-form .nf-form-content .submit-wrap nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + input[type=button],
.input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] + input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append input[type=button] + input[type=button],
.input-group-append .btn + .input-group-text,
.input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .input-group-text,
.input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .input-group-text,
.input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .input-group-text,
.input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .input-group-text,
.input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .input-group-text,
.input-group-append .team-cta-element .col-team-cta .cta + .input-group-text,
.team-cta-element .col-team-cta .input-group-append .cta + .input-group-text,
.input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .input-group-text,
.input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .input-group-text,
.input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .input-group-text,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .ninja-forms-field + .input-group-text,
.input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] + .input-group-text,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append input[type=button] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .input-group-text + .ninja-forms-field,
.input-group-append .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .input-group-text + .ninja-forms-field,
.input-group-append .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .input-group-text + .ninja-forms-field,
.input-group-append .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .input-group-text + .ninja-forms-field,
.input-group-append .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .input-group-text + .ninja-forms-field,
.input-group-append .team-cta-element .col-team-cta .input-group-text + .cta,
.team-cta-element .col-team-cta .input-group-append .input-group-text + .cta,
.input-group-append footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .input-group-text + .ninja-forms-field,
.input-group-append .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .input-group-text + .ninja-forms-field,
.input-group-append .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-text + .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-append .input-group-text + .ninja-forms-field,
.input-group-append main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-text + input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-append .input-group-text + input[type=button] {
  margin-left: -2px;
}

/* line 109, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend {
  margin-right: -2px;
}

/* line 110, node_modules/bootstrap/scss/_input-group.scss */

.input-group-append {
  margin-left: -2px;
}

/* line 118, node_modules/bootstrap/scss/_input-group.scss */

.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.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #ced4da;
  border-radius: 20px;
}

/* line 134, node_modules/bootstrap/scss/_input-group.scss */

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 4px);
}

/* line 151, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-prepend > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-prepend > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-prepend > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-prepend > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-prepend > .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-lg > .input-group-prepend > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-prepend > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-prepend > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-prepend > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-lg > .input-group-prepend > input[type=button],
.input-group-lg > .input-group-append > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-append > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-append > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-append > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-append > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-append > .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-lg > .input-group-append > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-append > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-append > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-lg > .input-group-append > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-lg > .input-group-append > input[type=button] {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 163, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 4px);
}

/* line 168, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-prepend > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-prepend > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-prepend > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-prepend > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-prepend > .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-sm > .input-group-prepend > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-prepend > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-prepend > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-prepend > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-sm > .input-group-prepend > input[type=button],
.input-group-sm > .input-group-append > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-append > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-append > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-append > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-append > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-append > .ninja-forms-field,
.team-cta-element .col-team-cta .input-group-sm > .input-group-append > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-append > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-append > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group-sm > .input-group-append > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group-sm > .input-group-append > input[type=button] {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 180, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 193, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-prepend > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend > .ninja-forms-field,
.team-cta-element .col-team-cta .input-group > .input-group-prepend > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group > .input-group-prepend > input[type=button],
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .ninja-forms-field,
.team-cta-element .col-team-cta .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=button],
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .ninja-forms-field,
.team-cta-element .col-team-cta .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > input[type=button],
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append:last-child > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append:last-child > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append:last-child > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append:last-child > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append:last-child > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.team-cta-element .col-team-cta .input-group > .input-group-append:last-child > .cta:not(:last-child):not(.dropdown-toggle),
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append:last-child > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append:last-child > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append:last-child > .ninja-forms-field:not(:last-child):not(.dropdown-toggle),
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type=button],
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 204, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-append > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append > .ninja-forms-field,
.team-cta-element .col-team-cta .input-group > .input-group-append > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-append > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group > .input-group-append > input[type=button],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:not(:first-child) > .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:not(:first-child) > .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:not(:first-child) > .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:not(:first-child) > .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:not(:first-child) > .ninja-forms-field,
.team-cta-element .col-team-cta .input-group > .input-group-prepend:not(:first-child) > .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:not(:first-child) > .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:not(:first-child) > .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:not(:first-child) > .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group > .input-group-prepend:not(:first-child) > input[type=button],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:first-child > .ninja-forms-field:not(:first-child),
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:first-child > .ninja-forms-field:not(:first-child),
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:first-child > .ninja-forms-field:not(:first-child),
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:first-child > .ninja-forms-field:not(:first-child),
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:first-child > .ninja-forms-field:not(:first-child),
.team-cta-element .col-team-cta .input-group > .input-group-prepend:first-child > .cta:not(:first-child),
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:first-child > .ninja-forms-field:not(:first-child),
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:first-child > .ninja-forms-field:not(:first-child),
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .input-group > .input-group-prepend:first-child > .ninja-forms-field:not(:first-child),
main.main .block .nf-form-layout .nf-form-content .submit-wrap .input-group > .input-group-prepend:first-child > input:not(:first-child)[type=button],
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.9125rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

/* line 19, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.45625rem;
  opacity: 0;
}

/* line 32, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #6DC1AE;
  background-color: #6DC1AE;
}

/* line 39, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
}

/* line 48, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c6e7e0;
}

/* line 52, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #eaf6f4;
  border-color: #eaf6f4;
}

/* line 62, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before {
  position: absolute;
  top: 0.45625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 2px solid #adb5bd;
}

/* line 99, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::after {
  position: absolute;
  top: 0.45625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-label::before {
  border-radius: 20px;
}

/* line 122, node_modules/bootstrap/scss/_custom-forms.scss */

.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");
}

/* line 128, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #6DC1AE;
  background-color: #6DC1AE;
}

/* line 133, node_modules/bootstrap/scss/_custom-forms.scss */

.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");
}

/* line 139, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(109, 193, 174, 0.5);
}

/* line 142, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(109, 193, 174, 0.5);
}

/* line 153, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, node_modules/bootstrap/scss/_custom-forms.scss */

.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");
}

/* line 165, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(109, 193, 174, 0.5);
}

/* line 176, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-label::after {
  top: calc(0.45625rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  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;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 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, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 188, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 201, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

/* line 208, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(109, 193, 174, 0.5);
}

/* line 221, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 2px solid #ced4da;
  border-radius: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 238, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus {
  border-color: #c6e7e0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
}

/* line 248, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 259, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select::-ms-expand {
  display: none;
}

/* line 277, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem;
}

/* line 291, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-lg {
  height: calc(1.5em + 1rem + 4px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
}

/* line 304, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.7em + 0.75rem + 4px);
  margin-bottom: 0;
}

/* line 312, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.7em + 0.75rem + 4px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:focus ~ .custom-file-label {
  border-color: #c6e7e0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
}

/* line 327, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.7em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 20px;
}

/* line 361, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.7em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.7;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 20px 20px 0;
}

/* line 385, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 392, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus {
  outline: 0;
}

/* line 397, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #F7FBFC, 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
          box-shadow: 0 0 0 1px #F7FBFC, 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
}

/* line 398, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F7FBFC, 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
}

/* line 399, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #F7FBFC, 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
}

/* line 402, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #6DC1AE;
  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;
  -o-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;
  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) {
  /* line 406, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 417, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb:active {
  background-color: #eaf6f4;
}

/* line 422, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #6DC1AE;
  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;
  -o-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;
  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) {
  /* line 433, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 443, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb:active {
  background-color: #eaf6f4;
}

/* line 448, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #6DC1AE;
  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;
  -o-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;
  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) {
  /* line 459, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 472, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb:active {
  background-color: #eaf6f4;
}

/* line 477, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before,
.custom-file-label,
.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;
  -o-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;
  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) {
  /* line 522, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */

.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;
}

/* line 14, node_modules/bootstrap/scss/_nav.scss */

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 24, node_modules/bootstrap/scss/_nav.scss */

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}

/* line 38, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link {
  margin-bottom: -2px;
  background-color: transparent;
  border: 2px solid transparent;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #F7FBFC;
  border-color: #dee2e6 #dee2e6 #F7FBFC;
}

/* line 64, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 20px;
}

/* line 84, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6DC1AE;
}

/* line 97, node_modules/bootstrap/scss/_nav.scss */

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

/* line 105, node_modules/bootstrap/scss/_nav.scss */

.nav-justified > .nav-link,
.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;
}

/* line 119, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .tab-pane {
  display: none;
}

/* line 122, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .active {
  display: block;
}

/* line 18, node_modules/bootstrap/scss/_navbar.scss */

.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 0;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-full {
  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;
}

/* line 52, node_modules/bootstrap/scss/_navbar.scss */

.navbar-brand {
  display: inline-block;
  padding-top: 0.60625rem;
  padding-bottom: 0.60625rem;
  margin-right: 0;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 71, node_modules/bootstrap/scss/_navbar.scss */

.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;
}

/* line 78, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, node_modules/bootstrap/scss/_navbar.scss */

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, node_modules/bootstrap/scss/_navbar.scss */

.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;
}

/* line 118, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler {
  padding: 0 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-full {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .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;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-full {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-full {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .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;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-full {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-full {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .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;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-full {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-full {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .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;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-full {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1329.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-full > .container,
  .navbar-expand-full > .container-fluid,
  .navbar-expand-full > .container-sm,
  .navbar-expand-full > .container-md,
  .navbar-expand-full > .container-lg,
  .navbar-expand-full > .container-xl,
  .navbar-expand-full > .container-full {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1330px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-full {
    -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;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-full .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-full .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-full .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-full > .container,
  .navbar-expand-full > .container-fluid,
  .navbar-expand-full > .container-sm,
  .navbar-expand-full > .container-md,
  .navbar-expand-full > .container-lg,
  .navbar-expand-full > .container-xl,
  .navbar-expand-full > .container-full {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-full .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-full .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-full .navbar-toggler {
    display: none;
  }
}

/* line 154, node_modules/bootstrap/scss/_navbar.scss */

.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;
}

/* line 156, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-full {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 180, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 191, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-full {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 206, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 217, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-brand {
  color: #EC6552;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #EC6552;
}

/* line 241, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link {
  color: #002825;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #EC6552;
}

/* line 248, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #EC6552;
}

/* line 261, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler {
  color: #002825;
  border-color: none;
}

/* line 266, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler-icon {
  background-image: "";
}

/* line 270, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text {
  color: #002825;
}

/* line 272, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text a {
  color: #EC6552;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #EC6552;
}

/* line 284, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 293, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 313, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

/* line 322, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, node_modules/bootstrap/scss/_card.scss */

.card,
.single-ratgeber .social-box,
.single-post .social-box,
.template-rechner .social-box,
.matching-ratgeber .social-box,
.single-product .social-box {
  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: #EAF3E5;
  background-clip: border-box;
  border: 2px solid #EAF3E5;
  border-radius: 20px;
}

/* line 17, node_modules/bootstrap/scss/_card.scss */

.card > hr,
.single-ratgeber .social-box > hr,
.single-post .social-box > hr,
.template-rechner .social-box > hr,
.matching-ratgeber .social-box > hr,
.single-product .social-box > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */

.card > .list-group,
.single-ratgeber .social-box > .list-group,
.single-post .social-box > .list-group,
.template-rechner .social-box > .list-group,
.matching-ratgeber .social-box > .list-group,
.single-product .social-box > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:first-child,
.single-ratgeber .social-box > .list-group:first-child,
.single-post .social-box > .list-group:first-child,
.template-rechner .social-box > .list-group:first-child,
.matching-ratgeber .social-box > .list-group:first-child,
.single-product .social-box > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

/* line 31, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:last-child,
.single-ratgeber .social-box > .list-group:last-child,
.single-post .social-box > .list-group:last-child,
.template-rechner .social-box > .list-group:last-child,
.matching-ratgeber .social-box > .list-group:last-child,
.single-product .social-box > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

/* line 39, node_modules/bootstrap/scss/_card.scss */

.card > .card-header + .list-group,
.single-ratgeber .social-box > .card-header + .list-group,
.single-post .social-box > .card-header + .list-group,
.template-rechner .social-box > .card-header + .list-group,
.matching-ratgeber .social-box > .card-header + .list-group,
.single-product .social-box > .card-header + .list-group,
.card > .list-group + .card-footer,
.single-ratgeber .social-box > .list-group + .card-footer,
.single-post .social-box > .list-group + .card-footer,
.template-rechner .social-box > .list-group + .card-footer,
.matching-ratgeber .social-box > .list-group + .card-footer,
.single-product .social-box > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, node_modules/bootstrap/scss/_card.scss */

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 25px;
}

/* line 56, node_modules/bootstrap/scss/_card.scss */

.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, node_modules/bootstrap/scss/_card.scss */

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, node_modules/bootstrap/scss/_card.scss */

.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.card-link:hover {
  text-decoration: none;
}

/* line 74, node_modules/bootstrap/scss/_card.scss */

.card-link + .card-link {
  margin-left: 25px;
}

/* line 83, node_modules/bootstrap/scss/_card.scss */

.card-header {
  padding: 0.75rem 25px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid #EAF3E5;
}

/* line 90, node_modules/bootstrap/scss/_card.scss */

.card-header:first-child {
  border-radius: 18px 18px 0 0;
}

/* line 95, node_modules/bootstrap/scss/_card.scss */

.card-footer {
  padding: 0.75rem 25px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 2px solid #EAF3E5;
}

/* line 101, node_modules/bootstrap/scss/_card.scss */

.card-footer:last-child {
  border-radius: 0 0 18px 18px;
}

/* line 111, node_modules/bootstrap/scss/_card.scss */

.card-header-tabs {
  margin-right: -12.5px;
  margin-bottom: -0.75rem;
  margin-left: -12.5px;
  border-bottom: 0;
}

/* line 118, node_modules/bootstrap/scss/_card.scss */

.card-header-pills {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

/* line 124, node_modules/bootstrap/scss/_card.scss */

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 18px;
}

/* line 134, node_modules/bootstrap/scss/_card.scss */

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

/* line 141, node_modules/bootstrap/scss/_card.scss */

.card-img,
.card-img-top {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

/* line 146, node_modules/bootstrap/scss/_card.scss */

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

/* line 155, node_modules/bootstrap/scss/_card.scss */

.card-deck .card,
.card-deck .single-ratgeber .social-box,
.single-ratgeber .card-deck .social-box,
.card-deck .single-post .social-box,
.single-post .card-deck .social-box,
.card-deck .template-rechner .social-box,
.template-rechner .card-deck .social-box,
.card-deck .matching-ratgeber .social-box,
.matching-ratgeber .card-deck .social-box,
.card-deck .single-product .social-box,
.single-product .card-deck .social-box {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, node_modules/bootstrap/scss/_card.scss */

  .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;
  }

  /* line 165, node_modules/bootstrap/scss/_card.scss */

  .card-deck .card,
  .card-deck .single-ratgeber .social-box,
  .single-ratgeber .card-deck .social-box,
  .card-deck .single-post .social-box,
  .single-post .card-deck .social-box,
  .card-deck .template-rechner .social-box,
  .template-rechner .card-deck .social-box,
  .card-deck .matching-ratgeber .social-box,
  .matching-ratgeber .card-deck .social-box,
  .card-deck .single-product .social-box,
  .single-product .card-deck .social-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, node_modules/bootstrap/scss/_card.scss */

.card-group > .card,
.single-ratgeber .card-group > .social-box,
.single-post .card-group > .social-box,
.template-rechner .card-group > .social-box,
.matching-ratgeber .card-group > .social-box,
.single-product .card-group > .social-box {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, node_modules/bootstrap/scss/_card.scss */

  .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;
  }

  /* line 192, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card,
  .single-ratgeber .card-group > .social-box,
  .single-post .card-group > .social-box,
  .template-rechner .card-group > .social-box,
  .matching-ratgeber .card-group > .social-box,
  .single-product .card-group > .social-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 197, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card + .card,
  .single-ratgeber .card-group > .social-box + .card,
  .single-post .card-group > .social-box + .card,
  .template-rechner .card-group > .social-box + .card,
  .matching-ratgeber .card-group > .social-box + .card,
  .single-product .card-group > .social-box + .card,
  .single-ratgeber .card-group > .card + .social-box,
  .single-ratgeber .card-group > .social-box + .social-box,
  .single-post .card-group > .card + .social-box,
  .single-post .card-group > .social-box + .social-box,
  .template-rechner .card-group > .card + .social-box,
  .template-rechner .card-group > .social-box + .social-box,
  .matching-ratgeber .card-group > .card + .social-box,
  .matching-ratgeber .card-group > .social-box + .social-box,
  .single-product .card-group > .card + .social-box,
  .single-product .card-group > .social-box + .social-box {
    margin-left: 0;
    border-left: 0;
  }

  /* line 204, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child),
  .single-ratgeber .card-group > .social-box:not(:last-child),
  .single-post .card-group > .social-box:not(:last-child),
  .template-rechner .card-group > .social-box:not(:last-child),
  .matching-ratgeber .card-group > .social-box:not(:last-child),
  .single-product .card-group > .social-box:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 207, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) .card-img-top,
  .single-ratgeber .card-group > .social-box:not(:last-child) .card-img-top,
  .single-post .card-group > .social-box:not(:last-child) .card-img-top,
  .template-rechner .card-group > .social-box:not(:last-child) .card-img-top,
  .matching-ratgeber .card-group > .social-box:not(:last-child) .card-img-top,
  .single-product .card-group > .social-box:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header,
  .single-ratgeber .card-group > .social-box:not(:last-child) .card-header,
  .single-post .card-group > .social-box:not(:last-child) .card-header,
  .template-rechner .card-group > .social-box:not(:last-child) .card-header,
  .matching-ratgeber .card-group > .social-box:not(:last-child) .card-header,
  .single-product .card-group > .social-box:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  /* line 212, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) .card-img-bottom,
  .single-ratgeber .card-group > .social-box:not(:last-child) .card-img-bottom,
  .single-post .card-group > .social-box:not(:last-child) .card-img-bottom,
  .template-rechner .card-group > .social-box:not(:last-child) .card-img-bottom,
  .matching-ratgeber .card-group > .social-box:not(:last-child) .card-img-bottom,
  .single-product .card-group > .social-box:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer,
  .single-ratgeber .card-group > .social-box:not(:last-child) .card-footer,
  .single-post .card-group > .social-box:not(:last-child) .card-footer,
  .template-rechner .card-group > .social-box:not(:last-child) .card-footer,
  .matching-ratgeber .card-group > .social-box:not(:last-child) .card-footer,
  .single-product .card-group > .social-box:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 219, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child),
  .single-ratgeber .card-group > .social-box:not(:first-child),
  .single-post .card-group > .social-box:not(:first-child),
  .template-rechner .card-group > .social-box:not(:first-child),
  .matching-ratgeber .card-group > .social-box:not(:first-child),
  .single-product .card-group > .social-box:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 222, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) .card-img-top,
  .single-ratgeber .card-group > .social-box:not(:first-child) .card-img-top,
  .single-post .card-group > .social-box:not(:first-child) .card-img-top,
  .template-rechner .card-group > .social-box:not(:first-child) .card-img-top,
  .matching-ratgeber .card-group > .social-box:not(:first-child) .card-img-top,
  .single-product .card-group > .social-box:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header,
  .single-ratgeber .card-group > .social-box:not(:first-child) .card-header,
  .single-post .card-group > .social-box:not(:first-child) .card-header,
  .template-rechner .card-group > .social-box:not(:first-child) .card-header,
  .matching-ratgeber .card-group > .social-box:not(:first-child) .card-header,
  .single-product .card-group > .social-box:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  /* line 227, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) .card-img-bottom,
  .single-ratgeber .card-group > .social-box:not(:first-child) .card-img-bottom,
  .single-post .card-group > .social-box:not(:first-child) .card-img-bottom,
  .template-rechner .card-group > .social-box:not(:first-child) .card-img-bottom,
  .matching-ratgeber .card-group > .social-box:not(:first-child) .card-img-bottom,
  .single-product .card-group > .social-box:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer,
  .single-ratgeber .card-group > .social-box:not(:first-child) .card-footer,
  .single-post .card-group > .social-box:not(:first-child) .card-footer,
  .template-rechner .card-group > .social-box:not(:first-child) .card-footer,
  .matching-ratgeber .card-group > .social-box:not(:first-child) .card-footer,
  .single-product .card-group > .social-box:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, node_modules/bootstrap/scss/_card.scss */

.card-columns .card,
.card-columns .single-ratgeber .social-box,
.single-ratgeber .card-columns .social-box,
.card-columns .single-post .social-box,
.single-post .card-columns .social-box,
.card-columns .template-rechner .social-box,
.template-rechner .card-columns .social-box,
.card-columns .matching-ratgeber .social-box,
.matching-ratgeber .card-columns .social-box,
.card-columns .single-product .social-box,
.single-product .card-columns .social-box {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, node_modules/bootstrap/scss/_card.scss */

  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 254, node_modules/bootstrap/scss/_card.scss */

  .card-columns .card,
  .card-columns .single-ratgeber .social-box,
  .single-ratgeber .card-columns .social-box,
  .card-columns .single-post .social-box,
  .single-post .card-columns .social-box,
  .card-columns .template-rechner .social-box,
  .template-rechner .card-columns .social-box,
  .card-columns .matching-ratgeber .social-box,
  .matching-ratgeber .card-columns .social-box,
  .card-columns .single-product .social-box,
  .single-product .card-columns .social-box {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, node_modules/bootstrap/scss/_card.scss */

.accordion {
  overflow-anchor: none;
}

/* line 269, node_modules/bootstrap/scss/_card.scss */

.accordion > .card,
.single-ratgeber .accordion > .social-box,
.single-post .accordion > .social-box,
.template-rechner .accordion > .social-box,
.matching-ratgeber .accordion > .social-box,
.single-product .accordion > .social-box {
  overflow: hidden;
}

/* line 272, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:not(:last-of-type),
.single-ratgeber .accordion > .social-box:not(:last-of-type),
.single-post .accordion > .social-box:not(:last-of-type),
.template-rechner .accordion > .social-box:not(:last-of-type),
.matching-ratgeber .accordion > .social-box:not(:last-of-type),
.single-product .accordion > .social-box:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:not(:first-of-type),
.single-ratgeber .accordion > .social-box:not(:first-of-type),
.single-post .accordion > .social-box:not(:first-of-type),
.template-rechner .accordion > .social-box:not(:first-of-type),
.matching-ratgeber .accordion > .social-box:not(:first-of-type),
.single-product .accordion > .social-box:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, node_modules/bootstrap/scss/_card.scss */

.accordion > .card > .card-header,
.single-ratgeber .accordion > .social-box > .card-header,
.single-post .accordion > .social-box > .card-header,
.template-rechner .accordion > .social-box > .card-header,
.matching-ratgeber .accordion > .social-box > .card-header,
.single-product .accordion > .social-box > .card-header {
  border-radius: 0;
  margin-bottom: -2px;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

/* line 14, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}

/* line 17, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 1rem;
  color: #336B62;
  content: "\E907";
}

/* line 31, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item.active {
  color: #336B62;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 20px;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #336B62;
  background-color: #fff;
  border: 2px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_pagination.scss */

.page-link:hover {
  z-index: 2;
  color: #1a3733;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, node_modules/bootstrap/scss/_pagination.scss */

.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.25);
}

/* line 35, node_modules/bootstrap/scss/_pagination.scss */

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* line 41, node_modules/bootstrap/scss/_pagination.scss */

.page-item:last-child .page-link {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* line 46, node_modules/bootstrap/scss/_pagination.scss */

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #6DC1AE;
  border-color: #6DC1AE;
}

/* line 53, node_modules/bootstrap/scss/_pagination.scss */

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 20px;
  -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;
  -o-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;
  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) {
  /* line 6, node_modules/bootstrap/scss/_badge.scss */

  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_badge.scss */

.badge:empty {
  display: none;
}

/* line 31, node_modules/bootstrap/scss/_badge.scss */

.btn .badge,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .badge,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .badge,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .badge,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .badge,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .badge,
.team-cta-element .col-team-cta .cta .badge,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .badge,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .badge,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .badge,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] .badge {
  position: relative;
  top: -1px;
}

/* line 40, node_modules/bootstrap/scss/_badge.scss */

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-primary {
  color: #212529;
  background-color: #6DC1AE;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-primary:hover,
a.badge-primary:focus {
  color: #212529;
  background-color: #4bb099;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(109, 193, 174, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-secondary {
  color: #fff;
  background-color: #EC6552;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #e73c24;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(236, 101, 82, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(236, 101, 82, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-primary-light {
  color: #212529;
  background-color: #EAF3E5;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-primary-light:hover,
a.badge-primary-light:focus {
  color: #212529;
  background-color: #cee3c2;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-primary-light:focus,
a.badge-primary-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 243, 229, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 243, 229, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-primary-dark {
  color: #fff;
  background-color: #336B62;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-primary-dark:hover,
a.badge-primary-dark:focus {
  color: #fff;
  background-color: #234842;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-primary-dark:focus,
a.badge-primary-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 107, 98, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 107, 98, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-primary-darkest {
  color: #fff;
  background-color: #002825;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-primary-darkest:hover,
a.badge-primary-darkest:focus {
  color: #fff;
  background-color: black;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-primary-darkest:focus,
a.badge-primary-darkest.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 40, 37, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 40, 37, 0.5);
}

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 20px;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */

.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */

.alert-link {
  font-weight: 700;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible {
  padding-right: 4.1875rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-primary {
  color: #39645a;
  background-color: #e2f3ef;
  border-color: #d6eee8;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary hr {
  border-top-color: #c4e7de;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary .alert-link {
  color: #26443d;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-secondary {
  color: #7b352b;
  background-color: #fbe0dc;
  border-color: #fad4cf;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary hr {
  border-top-color: #f8bfb8;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary .alert-link {
  color: #55251e;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info .alert-link {
  color: #062c33;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning .alert-link {
  color: #533f03;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger .alert-link {
  color: #491217;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light .alert-link {
  color: #686868;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark .alert-link {
  color: #040505;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-primary-light {
  color: #7a7e77;
  background-color: #fbfdfa;
  border-color: #f9fcf8;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary-light hr {
  border-top-color: #eaf4e6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary-light .alert-link {
  color: #61645e;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-primary-dark {
  color: #1b3833;
  background-color: #d6e1e0;
  border-color: #c6d6d3;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary-dark hr {
  border-top-color: #b7cbc8;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary-dark .alert-link {
  color: #0a1614;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-primary-darkest {
  color: #001513;
  background-color: #ccd4d3;
  border-color: #b8c3c2;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary-darkest hr {
  border-top-color: #aab7b6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary-darkest .alert-link {
  color: black;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-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;
  }
}

/* line 9, node_modules/bootstrap/scss/_progress.scss */

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.84375rem;
  background-color: #e9ecef;
  border-radius: 20px;
}

/* line 20, node_modules/bootstrap/scss/_progress.scss */

.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: #6DC1AE;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 32, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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;
}

/* line 38, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
       -o-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar-animated {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

/* line 1, node_modules/bootstrap/scss/_media.scss */

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */

.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: 20px;
}

/* line 21, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action:active {
  color: #336B62;
  background-color: #e9ecef;
}

/* line 45, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.125);
}

/* line 54, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #6DC1AE;
  border-color: #6DC1AE;
}

/* line 77, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item + .list-group-item.active {
  margin-top: -2px;
  border-top-width: 2px;
}

/* line 96, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
}

/* line 110, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 2px;
  border-left-width: 0;
}

/* line 118, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -2px;
  border-left-width: 2px;
}

@media (min-width: 576px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 768px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 992px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 1200px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 1330px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-full > .list-group-item:first-child {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-full > .list-group-item:last-child {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-full > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-full > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-full > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

/* line 134, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush {
  border-radius: 0;
}

/* line 137, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush > .list-group-item {
  border-width: 0 0 2px;
}

/* line 140, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary {
  color: #39645a;
  background-color: #d6eee8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #39645a;
  background-color: #c4e7de;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #39645a;
  border-color: #39645a;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary {
  color: #7b352b;
  background-color: #fad4cf;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #7b352b;
  background-color: #f8bfb8;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #7b352b;
  border-color: #7b352b;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary-light {
  color: #7a7e77;
  background-color: #f9fcf8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-primary-light.list-group-item-action:hover,
.list-group-item-primary-light.list-group-item-action:focus {
  color: #7a7e77;
  background-color: #eaf4e6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: #7a7e77;
  border-color: #7a7e77;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary-dark {
  color: #1b3833;
  background-color: #c6d6d3;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-primary-dark.list-group-item-action:hover,
.list-group-item-primary-dark.list-group-item-action:focus {
  color: #1b3833;
  background-color: #b7cbc8;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b3833;
  border-color: #1b3833;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary-darkest {
  color: #001513;
  background-color: #b8c3c2;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-primary-darkest.list-group-item-action:hover,
.list-group-item-primary-darkest.list-group-item-action:focus {
  color: #001513;
  background-color: #aab7b6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary-darkest.list-group-item-action.active {
  color: #fff;
  background-color: #001513;
  border-color: #001513;
}

/* line 1, node_modules/bootstrap/scss/_close.scss */

.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, node_modules/bootstrap/scss/_close.scss */

a.close.disabled {
  pointer-events: none;
}

/* line 1, node_modules/bootstrap/scss/_toasts.scss */

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  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);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, node_modules/bootstrap/scss/_toasts.scss */

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, node_modules/bootstrap/scss/_toasts.scss */

.toast.showing {
  opacity: 1;
}

/* line 23, node_modules/bootstrap/scss/_toasts.scss */

.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, node_modules/bootstrap/scss/_toasts.scss */

.toast.hide {
  display: none;
}

/* line 33, node_modules/bootstrap/scss/_toasts.scss */

.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: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, node_modules/bootstrap/scss/_toasts.scss */

.toast-body {
  padding: 0.75rem;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */

.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */

  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */

.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}

/* line 58, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 72, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, node_modules/bootstrap/scss/_modal.scss */

.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);
}

/* line 83, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, node_modules/bootstrap/scss/_modal.scss */

.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%;
}

/* line 96, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, node_modules/bootstrap/scss/_modal.scss */

.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: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 125, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, node_modules/bootstrap/scss/_modal.scss */

.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: 2px solid #D9E8EB;
  border-top-left-radius: calc(0.3rem - 2px);
  border-top-right-radius: calc(0.3rem - 2px);
}

/* line 149, node_modules/bootstrap/scss/_modal.scss */

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, node_modules/bootstrap/scss/_modal.scss */

.modal-title {
  margin-bottom: 0;
  line-height: 1.7;
}

/* line 164, node_modules/bootstrap/scss/_modal.scss */

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, node_modules/bootstrap/scss/_modal.scss */

.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: 2px solid #D9E8EB;
  border-bottom-right-radius: calc(0.3rem - 2px);
  border-bottom-left-radius: calc(0.3rem - 2px);
}

/* line 185, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, node_modules/bootstrap/scss/_modal.scss */

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 207, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  /* line 210, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 215, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  /* line 218, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  /* line 228, node_modules/bootstrap/scss/_modal.scss */

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, node_modules/bootstrap/scss/_modal.scss */

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, node_modules/bootstrap/scss/_modal.scss */

  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip.show {
  opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 2px);
}

/* line 44, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow::before,
.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);
}

/* line 50, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 2px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow::before,
.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);
}

/* line 73, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 2px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 2px);
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow::before,
.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);
}

/* line 93, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 2px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .popover-header::before,
.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: 2px solid #f7f7f7;
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow::before,
.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);
}

/* line 128, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 2px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, node_modules/bootstrap/scss/_popover.scss */

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: #f7f7f7;
  border-bottom: 2px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 2px);
  border-top-right-radius: calc(0.3rem - 2px);
}

/* line 162, node_modules/bootstrap/scss/_popover.scss */

.popover-header:empty {
  display: none;
}

/* line 167, node_modules/bootstrap/scss/_popover.scss */

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #336B62;
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */

.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */

.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;
  -o-transition: -o-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, -o-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev,
.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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 114, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev {
  left: 0;
}

/* line 120, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next {
  right: 0;
}

/* line 128, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */

.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");
}

/* line 138, node_modules/bootstrap/scss/_carousel.scss */

.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");
}

/* line 148, node_modules/bootstrap/scss/_carousel.scss */

.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;
}

/* line 162, node_modules/bootstrap/scss/_carousel.scss */

.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;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 180, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators .active {
  opacity: 1;
}

/* line 190, node_modules/bootstrap/scss/_carousel.scss */

.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);
  }
}

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 9, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
       -o-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

/* line 21, node_modules/bootstrap/scss/_spinners.scss */

.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;
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }

  50% {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

/* line 41, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
       -o-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

/* line 53, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, node_modules/bootstrap/scss/_spinners.scss */

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
         -o-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */

.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */

.align-top {
  vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */

.align-middle {
  vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */

.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary {
  background-color: #6DC1AE !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4bb099 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-secondary {
  background-color: #EC6552 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e73c24 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-success {
  background-color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary-light {
  background-color: #EAF3E5 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary-light:hover,
a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #cee3c2 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary-dark {
  background-color: #336B62 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary-dark:hover,
a.bg-primary-dark:focus,
button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
  background-color: #234842 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary-darkest {
  background-color: #002825 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary-darkest:hover,
a.bg-primary-darkest:focus,
button.bg-primary-darkest:hover,
button.bg-primary-darkest:focus {
  background-color: black !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-white {
  background-color: #fff !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-transparent {
  background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */

.border {
  border: 2px solid #D9E8EB !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top {
  border-top: 2px solid #D9E8EB !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right {
  border-right: 2px solid #D9E8EB !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom {
  border-bottom: 2px solid #D9E8EB !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left {
  border-left: 2px solid #D9E8EB !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-0 {
  border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top-0 {
  border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right-0 {
  border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left-0 {
  border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary {
  border-color: #6DC1AE !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-secondary {
  border-color: #EC6552 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-success {
  border-color: #28a745 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-dark {
  border-color: #343a40 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary-light {
  border-color: #EAF3E5 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary-dark {
  border-color: #336B62 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary-darkest {
  border-color: #002825 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-white {
  border-color: #fff !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded {
  border-radius: 20px !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-top {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-right {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-bottom {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-left {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-none {
  display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline {
  display: inline !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-block {
  display: inline-block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-block {
  display: block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table {
  display: table !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-row {
  display: table-row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-cell {
  display: table-cell !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1330px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-full-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-full-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-full-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-full-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-full-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-full-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-full-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-full-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-full-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-none {
    display: none !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline {
    display: inline !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-block {
    display: block !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table {
    display: table !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-row {
    display: table-row !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .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;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .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;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .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;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .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;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .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;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .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;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .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;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .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;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1330px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-full-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-full-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-full-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-full-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-full-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-full-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-full-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-full-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-full-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-full-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-full-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-full-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-full-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-full-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-full-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-full-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-full-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-full-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-full-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-full-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-full-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-full-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-full-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

.float-left {
  float: left !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

.float-right {
  float: right !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1330px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-full-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-full-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-full-none {
    float: none !important;
  }
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-auto {
  overflow: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-static {
  position: static !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-relative {
  position: relative !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-absolute {
  position: absolute !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-fixed {
  position: fixed !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-sticky {
  position: sticky !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */

  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */

.sr-only,
.screen-reader-text,
.single-ratgeber .social-box .social-list a span,
.single-post .social-box .social-list a span,
.template-rechner .social-box .social-list a span,
.matching-ratgeber .social-box .social-list a span,
.single-product .social-box .social-list a span,
main.main .block .nf-form-layout .nf-before-form-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, node_modules/bootstrap/scss/mixins/_screen-reader.scss */

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */

.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;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */

.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;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */

.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;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-25 {
  width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-50 {
  width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-75 {
  width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-100 {
  width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-100 {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mh-100 {
  max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vw-100 {
  width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vh-100 {
  height: 100vh !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-0 {
  margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-1 {
  margin: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-2 {
  margin: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-3 {
  margin: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-4 {
  margin: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-5 {
  margin: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-0 {
  padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-1 {
  padding: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-2 {
  padding: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-3 {
  padding: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-4 {
  padding: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-5 {
  padding: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n3 {
  margin: -1rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n5 {
  margin: -3rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-auto {
  margin: auto !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1330px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-0,
  .my-full-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-0,
  .mx-full-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-0,
  .my-full-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-0,
  .mx-full-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-1,
  .my-full-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-1,
  .mx-full-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-1,
  .my-full-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-1,
  .mx-full-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-2,
  .my-full-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-2,
  .mx-full-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-2,
  .my-full-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-2,
  .mx-full-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-3,
  .my-full-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-3,
  .mx-full-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-3,
  .my-full-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-3,
  .mx-full-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-4,
  .my-full-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-4,
  .mx-full-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-4,
  .my-full-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-4,
  .mx-full-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-5,
  .my-full-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-5,
  .mx-full-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-5,
  .my-full-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-5,
  .mx-full-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-full-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-full-0,
  .py-full-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-full-0,
  .px-full-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-full-0,
  .py-full-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-full-0,
  .px-full-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-full-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-full-1,
  .py-full-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-full-1,
  .px-full-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-full-1,
  .py-full-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-full-1,
  .px-full-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-full-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-full-2,
  .py-full-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-full-2,
  .px-full-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-full-2,
  .py-full-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-full-2,
  .px-full-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-full-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-full-3,
  .py-full-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-full-3,
  .px-full-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-full-3,
  .py-full-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-full-3,
  .px-full-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-full-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-full-4,
  .py-full-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-full-4,
  .px-full-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-full-4,
  .py-full-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-full-4,
  .px-full-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-full-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-full-5,
  .py-full-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-full-5,
  .px-full-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-full-5,
  .py-full-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-full-5,
  .px-full-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-n1,
  .my-full-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-n1,
  .mx-full-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-n1,
  .my-full-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-n1,
  .mx-full-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-n2,
  .my-full-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-n2,
  .mx-full-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-n2,
  .my-full-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-n2,
  .mx-full-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-n3,
  .my-full-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-n3,
  .mx-full-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-n3,
  .my-full-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-n3,
  .mx-full-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-n4,
  .my-full-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-n4,
  .mx-full-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-n4,
  .my-full-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-n4,
  .mx-full-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-n5,
  .my-full-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-n5,
  .mx-full-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-n5,
  .my-full-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-n5,
  .mx-full-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-full-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-full-auto,
  .my-full-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-full-auto,
  .mx-full-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-full-auto,
  .my-full-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-full-auto,
  .mx-full-auto {
    margin-left: auto !important;
  }
}

/* line 6, node_modules/bootstrap/scss/utilities/_stretched-link.scss */

.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);
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */

.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */

.text-wrap {
  white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */

.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

.text-left {
  text-align: left !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

.text-right {
  text-align: right !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1330px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-full-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-full-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-full-center {
    text-align: center !important;
  }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */

.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */

.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */

.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */

.font-italic {
  font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white {
  color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-primary {
  color: #6DC1AE !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-primary:hover,
a.text-primary:focus {
  color: #439e8a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-secondary {
  color: #EC6552 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-secondary:hover,
a.text-secondary:focus {
  color: #da3018 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-success {
  color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-info {
  color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-warning {
  color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-danger {
  color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-light {
  color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-dark {
  color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-primary-light {
  color: #EAF3E5 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-primary-light:hover,
a.text-primary-light:focus {
  color: #c0dbb1 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-primary-dark {
  color: #336B62 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-primary-dark:hover,
a.text-primary-dark:focus {
  color: #1a3733 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-primary-darkest {
  color: #002825 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-primary-darkest:hover,
a.text-primary-darkest:focus {
  color: black !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */

.text-body {
  color: #336B62 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */

.text-muted {
  color: #6c757d !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */

.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_text.scss */

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, node_modules/bootstrap/scss/utilities/_text.scss */

.text-reset {
  color: inherit !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_visibility.scss */

.visible {
  visibility: visible !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_visibility.scss */

.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, node_modules/bootstrap/scss/_print.scss */

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  /* line 24, node_modules/bootstrap/scss/_print.scss */

  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, node_modules/bootstrap/scss/_print.scss */

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, node_modules/bootstrap/scss/_print.scss */

  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, node_modules/bootstrap/scss/_print.scss */

  pre,
  blockquote {
    border: 2px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 58, node_modules/bootstrap/scss/_print.scss */

  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 63, node_modules/bootstrap/scss/_print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, node_modules/bootstrap/scss/_print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  /* line 83, node_modules/bootstrap/scss/_print.scss */

  body {
    min-width: 992px !important;
  }

  /* line 86, node_modules/bootstrap/scss/_print.scss */

  .container {
    min-width: 992px !important;
  }

  /* line 91, node_modules/bootstrap/scss/_print.scss */

  .navbar {
    display: none;
  }

  /* line 94, node_modules/bootstrap/scss/_print.scss */

  .badge {
    border: 2px solid #000;
  }

  /* line 98, node_modules/bootstrap/scss/_print.scss */

  .table {
    border-collapse: collapse !important;
  }

  /* line 101, node_modules/bootstrap/scss/_print.scss */

  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 108, node_modules/bootstrap/scss/_print.scss */

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 114, node_modules/bootstrap/scss/_print.scss */

  .table-dark {
    color: inherit;
  }

  /* line 117, node_modules/bootstrap/scss/_print.scss */

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #D9E8EB;
  }

  /* line 125, node_modules/bootstrap/scss/_print.scss */

  .table .thead-dark th {
    color: inherit;
    border-color: #D9E8EB;
  }
}

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* line 45, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/rightmart-group/resources/assets/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

/* line 63, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 81, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 85, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 89, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

/* line 92, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:before,
.slick-next:before {
  font-family: "rigtmart";
  font-size: 20px;
  line-height: 1;
  color: #336B62;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev {
  left: -25px;
}

/* line 105, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 109, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-prev:before {
  content: "\E915";
}

/* line 111, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-prev:before {
  content: "\E906";
}

/* line 117, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-next {
  right: -25px;
}

/* line 119, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 123, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-next:before {
  content: "\E906";
}

/* line 125, node_modules/slick-carousel/slick/slick-theme.scss */

[dir="rtl"] .slick-next:before {
  content: "\E915";
}

/* Dots */

/* line 133, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 146, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 154, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 166, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 168, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 172, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "rigtmart";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 189, node_modules/slick-carousel/slick/slick-theme.scss */

.slick-dots li.slick-active button:before {
  color: #336B62;
  opacity: 1;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

body {
  overflow-x: hidden;
}

/* line 6, resources/assets/styles/common/_global.scss */

.bg-primary .dotted-line {
  color: #336B62;
}

/* line 12, resources/assets/styles/common/_global.scss */

.bg-primary-dark {
  background-color: #336B62;
  color: #fff;
}

/* line 16, resources/assets/styles/common/_global.scss */

.bg-primary-dark .dotted-line {
  color: #6DC1AE;
}

/* line 22, resources/assets/styles/common/_global.scss */

.bg-primary-light .dotted-line {
  color: #6DC1AE;
}

/* line 27, resources/assets/styles/common/_global.scss */

.bg-grey {
  background-color: #E1DEE1;
}

/* line 31, resources/assets/styles/common/_global.scss */

.bg-grey-light {
  background-color: #D9E8EB;
}

/* line 34, resources/assets/styles/common/_global.scss */

.bg-grey-light .dotted-line {
  color: #fff;
}

/* line 39, resources/assets/styles/common/_global.scss */

.bg-blue-light {
  background-color: #E6F0FF;
}

/* line 43, resources/assets/styles/common/_global.scss */

.text-highlighted,
.text-highlighted-secondary {
  background-color: #6DC1AE;
  color: #EC6552;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 1rem 1.5625rem;
  display: inline-block;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

/* line 53, resources/assets/styles/common/_global.scss */

.text-inverted {
  background-color: #336B62;
  color: #fff;
  font-size: 2.375rem;
  padding: 0.3125rem 1.875rem;
  display: inline-block;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

/* line 62, resources/assets/styles/common/_global.scss */

.text-highlighted-secondary {
  background-color: #EC6552;
  color: #336B62;
}

/* line 69, resources/assets/styles/common/_global.scss */

.link-decoration,
body.wp-admin a {
  border-bottom: 2px solid #EC6552;
  padding-bottom: 0.1875rem;
  -webkit-transition: border-color 0.5s ease-in-out;
  -o-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 69, resources/assets/styles/common/_global.scss */

  .link-decoration,
  body.wp-admin a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 74, resources/assets/styles/common/_global.scss */

.link-decoration:hover,
body.wp-admin a:hover {
  text-decoration: none;
  border-color: #336B62;
}

/* line 80, resources/assets/styles/common/_global.scss */

.more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 84, resources/assets/styles/common/_global.scss */

.more-link [class^="icon-rm-"] {
  font-size: 1.625rem;
  margin-left: 1.875rem;
}

/* line 90, resources/assets/styles/common/_global.scss */

.btn-more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EC6552;
  position: relative;
}

/* line 96, resources/assets/styles/common/_global.scss */

.btn-more-link:before {
  width: calc(100% - 40px);
  background-color: #EC6552;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* line 105, resources/assets/styles/common/_global.scss */

.btn-more-link:hover {
  text-decoration: none;
  color: #EC6552;
}

/* line 109, resources/assets/styles/common/_global.scss */

.btn-more-link:hover:before {
  content: '';
}

/* line 95, resources/assets/styles/_mixins.scss */

.btn-more-link:after {
  content: "\E906";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.9375rem;
}

/* line 119, resources/assets/styles/common/_global.scss */

.comments {
  display: none;
}

/* line 123, resources/assets/styles/common/_global.scss */

.hidden {
  display: none;
}

/* line 127, resources/assets/styles/common/_global.scss */

.kununu {
  display: none;
}

/* line 131, resources/assets/styles/common/_global.scss */

.word-break-hyphens,
.page-header,
main.main h1,
main.main h2,
main.main h3,
main.main h4,
main.main h5,
main.main h6,
main.main p,
main.main strong,
main.main span,
main.main a,
main.main table,
main.main ul,
main.main ol,
main.main blockquote,
main.main cite,
main.main address,
main.main .block .nf-form-layout .nf-field-label label,
.block.marken .slide-content {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 143, resources/assets/styles/common/_global.scss */

.no-word-break-hyphens,
.block.icon-slider .slider .col p,
.block.icon-slider .slider .horizontal-list.icon-list > li p,
.block.icon-slider .slider .gallery .gallery-item p,
.gallery .block.icon-slider .slider .gallery-item p {
  -ms-word-break: normal;
  word-break: normal;
  word-wrap: normal;
  -ms-hyphens: none;
  -webkit-hyphens: none;
          hyphens: none;
}

/* line 151, resources/assets/styles/common/_global.scss */

.styled-ol {
  counter-reset: styled-counter;
}

/* line 155, resources/assets/styles/common/_global.scss */

.styled-ol li {
  counter-increment: styled-counter;
  padding-left: 2.5rem;
  position: relative;
}

/* line 161, resources/assets/styles/common/_global.scss */

.styled-ol li:not(:last-child) {
  margin-bottom: 0.9375rem;
}

/* line 165, resources/assets/styles/common/_global.scss */

.styled-ol li:before {
  content: counter(styled-counter);
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  border-radius: 50%;
  background-color: #6DC1AE;
  font-size: 1rem;
  text-align: center;
}

/* line 182, resources/assets/styles/common/_global.scss */

.icon-list {
  margin-top: 2.1875rem;
}

/* line 186, resources/assets/styles/common/_global.scss */

.icon-list > li {
  position: relative;
  padding-left: 110px;
  font-size: 1.125rem;
}

/* line 191, resources/assets/styles/common/_global.scss */

.icon-list > li h3 {
  margin-bottom: 0.9375rem;
  font-size: 1.5625rem;
}

/* line 196, resources/assets/styles/common/_global.scss */

.icon-list > li img {
  position: absolute;
  left: 0;
  width: 70px;
  height: auto;
  border-radius: 0;
}

/* line 204, resources/assets/styles/common/_global.scss */

.icon-list > li br:first-of-type {
  display: none;
}

/* line 208, resources/assets/styles/common/_global.scss */

.icon-list > li:not(:last-child) {
  margin-bottom: 3.4375rem;
}

@media (max-width: 767.98px) {
  /* line 214, resources/assets/styles/common/_global.scss */

  .icon-list > li {
    padding-left: 55px;
    font-size: 1rem;
  }

  /* line 218, resources/assets/styles/common/_global.scss */

  .icon-list > li h3 {
    font-size: 1.25rem;
  }

  /* line 222, resources/assets/styles/common/_global.scss */

  .icon-list > li img {
    width: 30px;
  }

  /* line 226, resources/assets/styles/common/_global.scss */

  .icon-list > li:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  /* line 232, resources/assets/styles/common/_global.scss */

  .icon-list.horizontal-list {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 238, resources/assets/styles/common/_global.scss */

  .icon-list.horizontal-list > li {
    min-width: calc((100% / 4) - 30px);
    padding-left: 0;
    margin: 0 0.9375rem 0.9375rem;
  }
}

/* line 254, resources/assets/styles/common/_global.scss */

.horizontal-list.icon-list > li img {
  position: static;
  margin: 0 auto 0.9375rem;
}

@media (max-width: 767.98px) {
  /* line 247, resources/assets/styles/common/_global.scss */

  .horizontal-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 264, resources/assets/styles/common/_global.scss */

  .horizontal-list.icon-list > li {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 272, resources/assets/styles/common/_global.scss */

  .horizontal-list.three-col-list > li {
    min-width: calc((100% / 3) - 30px);
  }
}

/* line 280, resources/assets/styles/common/_global.scss */

.check-do-list,
.block .card-slider .card ul,
.block .card-slider .single-ratgeber .social-box ul,
.single-ratgeber .block .card-slider .social-box ul,
.block .card-slider .single-post .social-box ul,
.single-post .block .card-slider .social-box ul,
.block .card-slider .template-rechner .social-box ul,
.template-rechner .block .card-slider .social-box ul,
.block .card-slider .matching-ratgeber .social-box ul,
.matching-ratgeber .block .card-slider .social-box ul,
.block .card-slider .single-product .social-box ul,
.single-product .block .card-slider .social-box ul,
.block .card-slider .card ol,
.block .card-slider .single-ratgeber .social-box ol,
.single-ratgeber .block .card-slider .social-box ol,
.block .card-slider .single-post .social-box ol,
.single-post .block .card-slider .social-box ol,
.block .card-slider .template-rechner .social-box ol,
.template-rechner .block .card-slider .social-box ol,
.block .card-slider .matching-ratgeber .social-box ol,
.matching-ratgeber .block .card-slider .social-box ol,
.block .card-slider .single-product .social-box ol,
.single-product .block .card-slider .social-box ol,
.check-dont-list {
  margin-top: 2rem;
  margin-bottom: 2.0625rem;
}

/* line 285, resources/assets/styles/common/_global.scss */

.check-do-list li,
.block .card-slider .card ul li,
.block .card-slider .single-ratgeber .social-box ul li,
.single-ratgeber .block .card-slider .social-box ul li,
.block .card-slider .single-post .social-box ul li,
.single-post .block .card-slider .social-box ul li,
.block .card-slider .template-rechner .social-box ul li,
.template-rechner .block .card-slider .social-box ul li,
.block .card-slider .matching-ratgeber .social-box ul li,
.matching-ratgeber .block .card-slider .social-box ul li,
.block .card-slider .single-product .social-box ul li,
.single-product .block .card-slider .social-box ul li,
.block .card-slider .card ol li,
.block .card-slider .single-ratgeber .social-box ol li,
.single-ratgeber .block .card-slider .social-box ol li,
.block .card-slider .single-post .social-box ol li,
.single-post .block .card-slider .social-box ol li,
.block .card-slider .template-rechner .social-box ol li,
.template-rechner .block .card-slider .social-box ol li,
.block .card-slider .matching-ratgeber .social-box ol li,
.matching-ratgeber .block .card-slider .social-box ol li,
.block .card-slider .single-product .social-box ol li,
.single-product .block .card-slider .social-box ol li,
.check-dont-list li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.8125rem;
}

/* line 290, resources/assets/styles/common/_global.scss */

.check-do-list li:before,
.block .card-slider .card ul li:before,
.block .card-slider .single-ratgeber .social-box ul li:before,
.single-ratgeber .block .card-slider .social-box ul li:before,
.block .card-slider .single-post .social-box ul li:before,
.single-post .block .card-slider .social-box ul li:before,
.block .card-slider .template-rechner .social-box ul li:before,
.template-rechner .block .card-slider .social-box ul li:before,
.block .card-slider .matching-ratgeber .social-box ul li:before,
.matching-ratgeber .block .card-slider .social-box ul li:before,
.block .card-slider .single-product .social-box ul li:before,
.single-product .block .card-slider .social-box ul li:before,
.block .card-slider .card ol li:before,
.block .card-slider .single-ratgeber .social-box ol li:before,
.single-ratgeber .block .card-slider .social-box ol li:before,
.block .card-slider .single-post .social-box ol li:before,
.single-post .block .card-slider .social-box ol li:before,
.block .card-slider .template-rechner .social-box ol li:before,
.template-rechner .block .card-slider .social-box ol li:before,
.block .card-slider .matching-ratgeber .social-box ol li:before,
.matching-ratgeber .block .card-slider .social-box ol li:before,
.block .card-slider .single-product .social-box ol li:before,
.single-product .block .card-slider .social-box ol li:before,
.check-dont-list li:before {
  font-size: 0.75rem;
  line-height: 1;
  position: absolute;
  left: 0;
  padding: 0.375rem;
  margin-top: 0.125rem;
}

/* line 95, resources/assets/styles/_mixins.scss */

.check-do-list li:before,
.block .card-slider .card ul li:before,
.block .card-slider .single-ratgeber .social-box ul li:before,
.single-ratgeber .block .card-slider .social-box ul li:before,
.block .card-slider .single-post .social-box ul li:before,
.single-post .block .card-slider .social-box ul li:before,
.block .card-slider .template-rechner .social-box ul li:before,
.template-rechner .block .card-slider .social-box ul li:before,
.block .card-slider .matching-ratgeber .social-box ul li:before,
.matching-ratgeber .block .card-slider .social-box ul li:before,
.block .card-slider .single-product .social-box ul li:before,
.single-product .block .card-slider .social-box ul li:before,
.block .card-slider .card ol li:before,
.block .card-slider .single-ratgeber .social-box ol li:before,
.single-ratgeber .block .card-slider .social-box ol li:before,
.block .card-slider .single-post .social-box ol li:before,
.single-post .block .card-slider .social-box ol li:before,
.block .card-slider .template-rechner .social-box ol li:before,
.template-rechner .block .card-slider .social-box ol li:before,
.block .card-slider .matching-ratgeber .social-box ol li:before,
.matching-ratgeber .block .card-slider .social-box ol li:before,
.block .card-slider .single-product .social-box ol li:before,
.single-product .block .card-slider .social-box ol li:before {
  content: "\E90A";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #6DC1AE;
  color: #2E6B62;
  border-radius: 0.3125rem;
}

/* line 95, resources/assets/styles/_mixins.scss */

.check-dont-list li:before {
  content: "\E917";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #EC6552;
  color: #9F3426;
  border-radius: 0.3125rem;
}

/* line 324, resources/assets/styles/common/_global.scss */

.dotted-list li,
.arrow-list li {
  position: relative;
  padding-left: 1.5625rem;
}

/* line 328, resources/assets/styles/common/_global.scss */

.dotted-list li:before,
.arrow-list li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #6DC1AE;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (min-width: 992px) {
  /* line 341, resources/assets/styles/common/_global.scss */

  .two-column-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

/* line 350, resources/assets/styles/common/_global.scss */

.post-content ul li,
.post-content ol li {
  line-height: 1.875rem;
  margin-bottom: 0.9375rem;
}

/* line 356, resources/assets/styles/common/_global.scss */

.post-content figure {
  max-width: 100%;
}

/* line 361, resources/assets/styles/common/_global.scss */

.img-rounded {
  border-radius: 0.625rem;
}

/* line 365, resources/assets/styles/common/_global.scss */

img[class*="wp-image-"] {
  border-radius: 20px;
  max-width: 100%;
}

/* line 370, resources/assets/styles/common/_global.scss */

.object-fit-cover {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 375, resources/assets/styles/common/_global.scss */

.tag-badge {
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0.625rem;
  background-color: #6DC1AE;
  color: #336B62;
  padding: 0.3125rem 0.9375rem;
  margin-right: 0.3125rem;
  font-size: 0.875rem;
}

/* line 387, resources/assets/styles/common/_global.scss */

body.wp-admin a {
  padding-bottom: 0;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 394, resources/assets/styles/common/_global.scss */

  body:not(.wp-admin) {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

@media (max-width: 767.98px) {
  /* line 401, resources/assets/styles/common/_global.scss */

  .text-highlighted,
  .text-highlighted-secondary {
    padding: 0.625rem 0.9375rem;
  }

  /* line 405, resources/assets/styles/common/_global.scss */

  .text-inverted {
    padding: 0.625rem 0.9375rem;
  }
}

/* line 411, resources/assets/styles/common/_global.scss */

.btn:hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.team-cta-element .col-team-cta .cta:hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:hover[type=button] {
  text-decoration: none;
}

/* line 416, resources/assets/styles/common/_global.scss */

.infobox,
.infobox.infobox-download,
.infobox-tipp,
.infobox-alert-red,
.infobox-alert-green {
  position: relative;
  background-color: #D9E8EB;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 0;
}

/* line 424, resources/assets/styles/common/_global.scss */

.infobox:not(.infobox-download) a,
.infobox-tipp:not(.infobox-download) a,
.infobox-alert-red:not(.infobox-download) a,
.infobox-alert-green:not(.infobox-download) a {
  position: relative;
  z-index: 1;
  word-break: break-word;
  display: inline-block;
  border-bottom: 2px solid #6DC1AE;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* line 434, resources/assets/styles/common/_global.scss */

.infobox:not(.infobox-download) a::after,
.infobox-tipp:not(.infobox-download) a::after,
.infobox-alert-red:not(.infobox-download) a::after,
.infobox-alert-green:not(.infobox-download) a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -2px;
  left: -0.25em;
  right: -0.25em;
  background-color: transparent;
  -webkit-transform-origin: bottom center;
       -o-transform-origin: bottom center;
          transform-origin: bottom center;
  transform: scaleY(0.1);
  -webkit-transform: scaleY(0.1);
  -moz-transform: scaleY(0.1);
  -ms-transform: scaleY(0.1);
  -o-transform: scaleY(0.1);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 434, resources/assets/styles/common/_global.scss */

  .infobox:not(.infobox-download) a::after,
  .infobox-tipp:not(.infobox-download) a::after,
  .infobox-alert-red:not(.infobox-download) a::after,
  .infobox-alert-green:not(.infobox-download) a::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 450, resources/assets/styles/common/_global.scss */

.infobox:not(.infobox-download) a:hover,
.infobox-tipp:not(.infobox-download) a:hover,
.infobox-alert-red:not(.infobox-download) a:hover,
.infobox-alert-green:not(.infobox-download) a:hover {
  text-decoration: none;
  color: #336B62;
}

/* line 454, resources/assets/styles/common/_global.scss */

.infobox:not(.infobox-download) a:hover::after,
.infobox-tipp:not(.infobox-download) a:hover::after,
.infobox-alert-red:not(.infobox-download) a:hover::after,
.infobox-alert-green:not(.infobox-download) a:hover::after {
  background-color: #6DC1AE;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

/* line 463, resources/assets/styles/common/_global.scss */

.infobox-download.infobox,
.infobox-download.infobox-tipp,
.infobox-download.infobox-alert-red,
.infobox-download.infobox-alert-green {
  border-radius: 20px;
  border: none;
  padding-left: 100px;
  background-color: #EAF3E5;
}

/* line 470, resources/assets/styles/common/_global.scss */

.infobox-download.infobox p,
.infobox-download.infobox-tipp p,
.infobox-download.infobox-alert-red p,
.infobox-download.infobox-alert-green p {
  margin-bottom: 0.5rem !important;
}

/* line 473, resources/assets/styles/common/_global.scss */

.infobox-download.infobox p:first-of-type,
.infobox-download.infobox-tipp p:first-of-type,
.infobox-download.infobox-alert-red p:first-of-type,
.infobox-download.infobox-alert-green p:first-of-type {
  font-size: 0.875rem !important;
  background-color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.625rem;
}

/* line 482, resources/assets/styles/common/_global.scss */

.infobox-download.infobox p:last-child,
.infobox-download.infobox-tipp p:last-child,
.infobox-download.infobox-alert-red p:last-child,
.infobox-download.infobox-alert-green p:last-child {
  margin-bottom: 0 !important;
}

/* line 491, resources/assets/styles/common/_global.scss */

.infobox-download.infobox h3,
.infobox-download.infobox-tipp h3,
.infobox-download.infobox-alert-red h3,
.infobox-download.infobox-alert-green h3,
.infobox-download.infobox h4,
.infobox-download.infobox-tipp h4,
.infobox-download.infobox-alert-red h4,
.infobox-download.infobox-alert-green h4 {
  color: #2FE49B;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
  line-height: 2.125rem;
}

/* line 499, resources/assets/styles/common/_global.scss */

.infobox-download.infobox:before,
.infobox-download.infobox-tipp:before,
.infobox-download.infobox-alert-red:before,
.infobox-download.infobox-alert-green:before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/icons/icon_c_document-download.svg");
  top: 30px;
  margin-top: 2px;
  font-size: 2.5rem;
  display: inline-block;
  position: absolute;
  left: 35px;
  line-height: 1.75rem;
}

@media (max-width: 575.98px) {
  /* line 463, resources/assets/styles/common/_global.scss */

  .infobox-download.infobox,
  .infobox-download.infobox-tipp,
  .infobox-download.infobox-alert-red,
  .infobox-download.infobox-alert-green {
    padding-left: 70px;
  }

  /* line 512, resources/assets/styles/common/_global.scss */

  .infobox-download.infobox:before,
  .infobox-download.infobox-tipp:before,
  .infobox-download.infobox-alert-red:before,
  .infobox-download.infobox-alert-green:before {
    left: 18px;
  }
}

/* line 521, resources/assets/styles/common/_global.scss */

.infobox:not(.infobox-download) p:last-child,
.infobox-tipp:not(.infobox-download) p:last-child,
.infobox-alert-red:not(.infobox-download) p:last-child,
.infobox-alert-green:not(.infobox-download) p:last-child {
  margin-bottom: 0 !important;
}

/* line 527, resources/assets/styles/common/_global.scss */

.infobox-tipp,
.infobox-alert-red,
.infobox-alert-green {
  border: 2px solid #6DC1AE;
  padding-left: 100px;
  background-color: #F7FBFC;
}

/* line 534, resources/assets/styles/common/_global.scss */

.infobox-tipp p:last-child,
.infobox-alert-red p:last-child,
.infobox-alert-green p:last-child {
  margin-bottom: 0 !important;
}

/* line 539, resources/assets/styles/common/_global.scss */

.infobox-tipp h3,
.infobox-alert-red h3,
.infobox-alert-green h3,
.infobox-tipp h4,
.infobox-alert-red h4,
.infobox-alert-green h4 {
  color: #2FE49B;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
  line-height: 2.125rem;
}

/* line 547, resources/assets/styles/common/_global.scss */

.infobox-tipp:before,
.infobox-alert-red:before,
.infobox-alert-green:before {
  top: 30px;
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/icons/icon_c_light-bulb.svg");
  margin-top: 2px;
  font-size: 2.5rem;
  display: inline-block;
  position: absolute;
  left: 35px;
  line-height: 1.75rem;
}

@media (max-width: 575.98px) {
  /* line 527, resources/assets/styles/common/_global.scss */

  .infobox-tipp,
  .infobox-alert-red,
  .infobox-alert-green {
    padding-left: 70px;
  }

  /* line 560, resources/assets/styles/common/_global.scss */

  .infobox-tipp:before,
  .infobox-alert-red:before,
  .infobox-alert-green:before {
    left: 18px;
  }
}

/* line 566, resources/assets/styles/common/_global.scss */

.infobox-alert-red {
  border: 3px solid #EC6552;
}

/* line 571, resources/assets/styles/common/_global.scss */

.infobox-alert-red:before {
  top: 30px;
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/alert-warning-triangle_140x140.svg");
}

/* line 577, resources/assets/styles/common/_global.scss */

.infobox-alert-green {
  border: 0 none;
  background-color: #EAF3E5;
}

/* line 584, resources/assets/styles/common/_global.scss */

.infobox-alert-green:before {
  top: 30px;
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/icons//icon_c_light-bulb.svg");
}

/* line 590, resources/assets/styles/common/_global.scss */

.accordion {
  margin-bottom: 1.875rem;
}

/* line 593, resources/assets/styles/common/_global.scss */

.accordion p {
  border: 2px solid #D9E8EB;
  background-color: #F7FBFC;
  border-radius: 20px;
  padding: 2.1875rem 1.875rem;
  margin-bottom: 0 !important;
  position: relative;
}

/* line 601, resources/assets/styles/common/_global.scss */

.accordion p.open {
  border-radius: 0.5rem 0.5rem 0 0;
}

/* line 604, resources/assets/styles/common/_global.scss */

.accordion p.open::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 95, resources/assets/styles/_mixins.scss */

.accordion p:after {
  content: "\E905";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EC6552;
  font-size: 1.625rem;
  position: absolute;
  right: 1.875rem;
}

/* line 617, resources/assets/styles/common/_global.scss */

.accordion ul {
  background: #E5EEFA;
  border-radius: 0 0 20px 20px;
  padding: 0.75rem 1.875rem;
  line-height: 1.8125rem;
}

/* line 625, resources/assets/styles/common/_global.scss */

.order-99 {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

/* line 629, resources/assets/styles/common/_global.scss */

.lable {
  color: #2E6B62;
  background-color: #E7F8F1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5625rem 0.625rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
  border-radius: 0.625rem;
}

/* line 638, resources/assets/styles/common/_global.scss */

.lable.blue {
  color: #628ABF;
  background-color: #E5EEFA;
}

/* line 644, resources/assets/styles/common/_global.scss */

.dotted-line {
  display: block;
  font-size: 0.625rem;
  word-spacing: 0.25rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  color: #6DC1AE;
}

/* line 652, resources/assets/styles/common/_global.scss */

.dotted-line:after {
  content: '\2B24   \2B24   \2B24   \2B24   \2B24';
}

/* line 657, resources/assets/styles/common/_global.scss */

.stellar-card {
  padding: 0 1.5625rem 1.5625rem;
  margin: 0 auto;
}

/* line 661, resources/assets/styles/common/_global.scss */

.stellar-card:hover {
  background-color: #fff !important;
  border-color: #EAF3E5 !important;
}

/* line 667, resources/assets/styles/common/_global.scss */

.stellar-card .mdp-stellar .mdp-stellar-description {
  margin-bottom: 0 !important;
}

/* line 670, resources/assets/styles/common/_global.scss */

.stellar-card .mdp-stellar .mdp-stellar-description p {
  margin-bottom: 0;
  text-align: left !important;
}

/* line 675, resources/assets/styles/common/_global.scss */

.stellar-card .mdp-stellar .mdp-stellar-description strong {
  font-weight: 400;
  font-size: 1.125rem;
}

/* line 681, resources/assets/styles/common/_global.scss */

.stellar-card .mdp-stellar .mdp-stellar-results-before {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.5rem;
}

/* line 688, resources/assets/styles/common/_global.scss */

.target-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

/* line 696, resources/assets/styles/common/_global.scss */

.target-box figure {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50% !important;
  position: relative;
}

/* line 703, resources/assets/styles/common/_global.scss */

.target-box figure img {
  border-radius: 0;
}

/* line 707, resources/assets/styles/common/_global.scss */

.target-box figure:after,
.target-box figure:before {
  content: '';
  background-color: #6DC1AE;
}

/* line 713, resources/assets/styles/common/_global.scss */

.target-box figure:not(:last-child):after {
  height: 40px;
  width: 2px;
  margin-top: 1.5625rem;
}

/* line 719, resources/assets/styles/common/_global.scss */

.target-box figure:not(:last-child):before {
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 0;
}

/* line 727, resources/assets/styles/common/_global.scss */

.target-box figure:first-child:before {
  right: 0;
}

/* line 731, resources/assets/styles/common/_global.scss */

.target-box figure:nth-child(2):before {
  left: 0;
}

/* line 735, resources/assets/styles/common/_global.scss */

.target-box figure:last-child {
  width: 100% !important;
  margin-top: 42px;
}

/* line 739, resources/assets/styles/common/_global.scss */

.target-box figure:last-child:before {
  height: 40px;
  width: 2px;
  top: -60px;
}

/* line 745, resources/assets/styles/common/_global.scss */

.target-box figure:last-child:before,
.target-box figure:last-child:after {
  position: absolute;
}

/* line 95, resources/assets/styles/_mixins.scss */

.target-box figure:last-child:after {
  content: "\E921";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  color: #6DC1AE;
  font-size: 0.6875rem;
  top: -25px;
  margin-right: 0.25rem;
}

/* line 759, resources/assets/styles/common/_global.scss */

.target-box figure figcaption {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  background-color: #fff;
  border-radius: 20px;
  width: 215px;
  padding: 0.9375rem;
  text-align: center;
}

/* line 772, resources/assets/styles/common/_global.scss */

.bg-primary .target-box figure:before,
.bg-primary .target-box figure:after {
  background-color: #336B62;
}

/* line 777, resources/assets/styles/common/_global.scss */

.bg-primary .target-box figure:last-child:after {
  background-color: transparent;
  color: #336B62;
}

/* line 786, resources/assets/styles/common/_global.scss */

.bordered-iframe {
  border-radius: 20px;
}

/* line 790, resources/assets/styles/common/_global.scss */

.spotify-element {
  margin-top: 6.25rem;
}

/* line 793, resources/assets/styles/common/_global.scss */

.spotify-element iframe {
  max-width: 100%;
}

/* line 798, resources/assets/styles/common/_global.scss */

.wp-video {
  margin-bottom: 3.125rem;
}

/* line 801, resources/assets/styles/common/_global.scss */

.wp-video > .mejs-container {
  border-radius: 20px;
  overflow: hidden;
}

/* line 806, resources/assets/styles/common/_global.scss */

.wp-video .mejs-overlay-play {
  background-color: rgba(51, 107, 98, 0.5);
}

/* line 813, resources/assets/styles/common/_global.scss */

.product-hero .page-hero .legal-badge img,
.page-footer .legal-badge img {
  width: auto;
  max-height: 185px;
}

/* line 820, resources/assets/styles/common/_global.scss */

.follow-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.9375rem 0;
}

/* line 826, resources/assets/styles/common/_global.scss */

.follow-us a {
  font-size: 1.75rem;
}

/* line 829, resources/assets/styles/common/_global.scss */

.follow-us a:not(:last-child) {
  margin-right: 0.625rem;
}

/* line 833, resources/assets/styles/common/_global.scss */

.follow-us a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 840, resources/assets/styles/common/_global.scss */

  .text-large {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1330px) {
  /* line 846, resources/assets/styles/common/_global.scss */

  main.main {
    max-width: 1850px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

@font-face {
  font-family: "proxima-nova", sans-serif;
  src: url(/wp-content/themes/rightmart-group/dist/fonts/proximanova-bold-webfont.woff2) format("woff2"), url(/wp-content/themes/rightmart-group/dist/fonts/proximanova-bold-webfont.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova", sans-serif;
  src: url(/wp-content/themes/rightmart-group/dist/fonts/proximanova-regular-webfont.woff2) format("woff2"), url(/wp-content/themes/rightmart-group/dist/fonts/proximanova-regular.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

/* lato-regular - latin */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-regular.eot) format("embedded-opentype"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-regular.woff2) format("woff2"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-regular.woff) format("woff"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-regular.ttf) format("truetype"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-regular.svg) format("svg");
  /* Legacy iOS */
}

/* lato-italic - latin */

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-italic.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-italic.eot) format("embedded-opentype"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-italic.woff2) format("woff2"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-italic.woff) format("woff"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-italic.ttf) format("truetype"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-italic.svg) format("svg");
  /* Legacy iOS */
}

/* lato-700 - latin */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700.eot) format("embedded-opentype"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700.woff2) format("woff2"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700.woff) format("woff"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700.ttf) format("truetype"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700.svg) format("svg");
  /* Legacy iOS */
}

/* lato-700italic - latin */

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700italic.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700italic.eot) format("embedded-opentype"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700italic.woff2) format("woff2"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700italic.woff) format("woff"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700italic.ttf) format("truetype"), url(/wp-content/themes/rightmart-group/dist/fonts/Lato/lato-v23-latin-700italic.svg) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "rigtmart";
  src: url(/wp-content/themes/rightmart-group/dist/fonts/rigtmart.eot);
  src: url(/wp-content/themes/rightmart-group/dist/fonts/rigtmart.eot) format("embedded-opentype"), url(/wp-content/themes/rightmart-group/dist/fonts/rigtmart.ttf) format("truetype"), url(/wp-content/themes/rightmart-group/dist/fonts/rigtmart.woff) format("woff"), url(/wp-content/themes/rightmart-group/dist/fonts/rigtmart.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "icomoon";
  src: url(data:application/vnd.ms-fontobject;base64,NA4AAJANAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAApVvqfAAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIGGAAAALwAAABgY21hcBdW0pUAAAEcAAAAVGdhc3AAAAAQAAABcAAAAAhnbHlmLXlZ9AAAAXgAAAmAaGVhZBnsZYEAAAr4AAAANmhoZWEHyQPMAAALMAAAACRobXR4QfkEuwAAC1QAAABMbG9jYQ+wEXoAAAugAAAAKG1heHAAGADvAAALyAAAACBuYW1lmUoJ+wAAC+gAAAGGcG9zdAADAAAAAA1wAAAAIAADA+ABkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkOA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABAA4AAAACgAIAAIAAgABACDpDv/9//8AAAAAACDpAP/9//8AAf/jFwQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEA8f/OAwEDwAAeAAAFNzY0JyYiDwERNCYjIgYVEScmIgcOARUUFh8BFjI3AjDRERESMhFoIxkZI3QSMhEJCQkJ2BIyETLQEjISERFoAvgZIyMZ/QR0EREJFgwLFwjZEhIAAAABABIAvwQEAs8AHgAAExcWMjc2NC8BITI2NTQmIyE3NjQnLgEjIgYPAQYUFxLQEjIREhJnAvcZJCQZ/QR0EhIIFwsMFgnYEhIBkNERERIyEWgjGRkjdBIyEQkJCQnYEjIRAAAAAQED/7wDEgOuAB4AAAEHBhQXFjI/AREUFjMyNjURFxYyNz4BNTQmLwEmIgcB09ASEhEyEmcjGRkjdREyEgkICAnZEjESA67QEjIREhJn/QkZJCQZAvx0EhIIFwsMFgnYEhIAAAIAAP/ABAADwAAbADUAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYTAw4BIzAiMSImLwEuATc2Mh8BNz4BFx4BBwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1i9AYPCQEIEAZ5DAEMDSMNWdYMJA0NAQwDwCgoi15dampdXosoKCgoi15dampdXosoKP5j/voHBwYGdgwkDA0MV+YNAQwMIw0AAAEAAACuA/ICvQAeAAABJyYiBwYUHwEhIgYVFBYzIQcGFBceATMyNj8BNjQnA/LQEjISERFo/QgZIyMZAvx0EREJFgwLFwjZEhIB7dASEhEyEmcjGRkjdREyEgkICAnZEjESAAAEAIz/wANvA8AAMgA2AGYAdAAAATYnLgEnJicGBw4BBwYVFBceARcWFxUUFjsBFRQWOwEyNj0BMzI2Nz4BNSc2Nz4BNzY1ASM1MzcOAR0BIzUzMjY1NCYrASIGFRQWOwEVIzU0JicuATcmNz4BNzY3FhceARcWFRQGBwMjIgYVFBY7ATI2NTQmA28BHR1kRERNTUNEZB0cCQggGBgeGxMfGhPxEhsgCREGBwcBHxcYIAkI/tmVlV4ICWo8ExsbE9MTGxsTPGoJCDQ6AQEWFUwzMjo6MzNMFhU5NU23EhsbErcTGhoCSE1ERGYeHgEBHh5mRERMKSgnSCAgG24TGkETGxsTQQcGBhEJbhsgIEgnJyn+NxTUBxILVcIaExMbGxMTGsJVCxIHKXZDOjM0TRcWAQEWF000MztCdin+tBsSExsbExIbAAAAAQCrAAADAgOhABcAABMxNDY3ATYWFxYGBwkBHgEHDgEnAS4BNasSEQGUIl4gIQMi/sQBPCIDISBeIv5sERIB0BgrEAF+IAIjIl4g/tT+1SFeIiIDIQF+ECsXAAABAB8AvgPAAxUAFwAAATEyFhcBFgYHBiYnCQEOAScuATcBPgEzAfAXKxABfiEDIiJfIP7V/tQgXiIjAiABfhArGAMVEhH+bCJeICEDIgE8/sQiAyEgXiIBlBESAAEAygAAAyIDoQAWAAABMRQGBwEGJicmNjcJAS4BNz4BFwEeAQMiExH+bSNeICEDIgE8/sQiAyEgXiMBkxETAdAXKxD+giEDIiJfIAErASwgXiIjAiD+ghArAAAAAQAfAJ4DwAL2ABcAACUxIiYnASY2NzYWFwkBPgEXHgEHAQ4BIwHwGCsQ/oIgAiMiXiABLAErIV4iIgMh/oIQKxeeExEBkyNeICEDIv7EATwiAyEgXiP+bRETAAABABgAGQQIAykAGQAAJSImJwEmNDc+AR8BAT4BFx4BBwEOASMwIiMBexEfC/7aGhgZRxnnAhMYRxoaAxn9sgwgEQEBGQwMAR4ZRhoZARnhAj0aAhgYRxn9gw0OAAEAYP/zA2YDjQAZAAABHgEVFAYHIwEOASMiJjUROAExNDYzMhYXMQNHDhERDQH9ewgRCRomJRsJEQgB9wkdEREdCP5yBAUlGwMaGyUFBAAAA//+/+oEAgOrABAAIQAwAAATITIWFRQGIzEhIiY1NDYzMREhMhYVFAYjMSEiJjU0NjMxEyEyFhUUBiMhIiY1NDYzKQOuEhkZEvxSEhkZEgOuEhkZEvxSEhkZEhADjhghIRj8chghIRgB9RkREhkZEhEZAbYZEhIZGRISGfyVGRISGRkSEhkAAAMAAP/AA/gDwAA8AGkA7AAAASYnLgEnJiMwIjkBMCIxIgcOAQcGFTAUFTEUFhcnAyUeATM6ATkBNjc+ATc2NTA0OQEwNDU0Jy4BJyYnMQExKgExIiYnFycHNycuATU0Nz4BNzYzMhceARcWFRQHDgEHBg8BDgEjMCI5ARMnMCYnIiYjIgYHNTAGBw4BIzgBMSMuAScxJy4BJzEuAScuAS8CLgEnMDQ1NDY3MTA2Nz4BNz4BNTwBNTEuAScXLgEnNSMiBiMHDgEHDgEHDgEVMRQWFzUXHgEXFRceARcVHgEfAR4BFzMyNjcjPgE/AT4BNz4BNzU+ATc9AS4BJzEDZSIoKFsxMTUBAWlcXIkoJyQfAUgBDDR5QQECaVxdiSgoCgsmGxsi/psBATtrLwIRoCkLHSIhIXJNTFdXTUxyISEODjQkJC0BL249AfQfMxUCBAIGCQUMHQIHBQMDBQMNGCgRBAsEDxoLAQICAgIBAg0GBAYEAwMMFw0DAwoGHwQIBAMECAUEBQQOEQgGAxM0HwsGCwUqYzcEBg8GHAsWCQEHCQQFBQgEBAcDAwYCAgQCAysiHBwmCwooJ4pcXGkCAUaAOQP++UUdIAEoKIpdXGkBAQE0MTFaKCki/PMfHAEJKp4QMHA+V0xNciEhISFyTUxXODU0WyYmHAEeIgEzDhcKAwMDAQ4hBAUBAwIFChsQBAgFDiESAQYCBAUCAQMFAhAHBAsEBAoGAgQCIDYZBgUHAQEDAwIHAgQIBREsGBIgDwEIKkYdAQsFCwUBJDUPAQIBAgYFBAIFBQQGBAQIBAEIEwoBFAEDAQABAAD/wAQAA8AAOwAAAS4BIyIGDwEmJy4BJyYvATc+ATU0Ji8BLgEjIgYPAQ4BFRQWFycWFx4BFxYfAR4BMzI2PwE+ATU0JicxA24RLxobLhITKSYnSSMiIgITEhQUEmwSLhsaLxE8GBwQDgFES0ynWlthCRUyGyVCGDwRFBQRAVERFBQRFCIkI0kmJicDFBEvGhsvEW0RFBQRPBhCJRszFQFlXF2nSktCBQ4PHBg7Ei4bGi8RAAAAAQAAAAAAAHzqW6VfDzz1AAsEAAAAAADbZBCEAAAAANtkEIT//v+8BAgDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/+//gECAABAAAAAAAAAAAAAAAAAAAAEwQAAAAAAAAAAAAAAAIAAAAEAADxBAAAEgQAAQMEAAAABAAAAAQAAIwEAACrBAAAHwQAAMoEAAAfBAAAGAQAAGAEAP/+A/gAAAQAAAAAAAAAAAoAFAAeAFAAggC0AQgBOgHeAgwCOgJoApYCxALsAzAEZATAAAEAAAATAO0ABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA);
  src: url(data:application/vnd.ms-fontobject;base64,NA4AAJANAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAApVvqfAAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIGGAAAALwAAABgY21hcBdW0pUAAAEcAAAAVGdhc3AAAAAQAAABcAAAAAhnbHlmLXlZ9AAAAXgAAAmAaGVhZBnsZYEAAAr4AAAANmhoZWEHyQPMAAALMAAAACRobXR4QfkEuwAAC1QAAABMbG9jYQ+wEXoAAAugAAAAKG1heHAAGADvAAALyAAAACBuYW1lmUoJ+wAAC+gAAAGGcG9zdAADAAAAAA1wAAAAIAADA+ABkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkOA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABAA4AAAACgAIAAIAAgABACDpDv/9//8AAAAAACDpAP/9//8AAf/jFwQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEA8f/OAwEDwAAeAAAFNzY0JyYiDwERNCYjIgYVEScmIgcOARUUFh8BFjI3AjDRERESMhFoIxkZI3QSMhEJCQkJ2BIyETLQEjISERFoAvgZIyMZ/QR0EREJFgwLFwjZEhIAAAABABIAvwQEAs8AHgAAExcWMjc2NC8BITI2NTQmIyE3NjQnLgEjIgYPAQYUFxLQEjIREhJnAvcZJCQZ/QR0EhIIFwsMFgnYEhIBkNERERIyEWgjGRkjdBIyEQkJCQnYEjIRAAAAAQED/7wDEgOuAB4AAAEHBhQXFjI/AREUFjMyNjURFxYyNz4BNTQmLwEmIgcB09ASEhEyEmcjGRkjdREyEgkICAnZEjESA67QEjIREhJn/QkZJCQZAvx0EhIIFwsMFgnYEhIAAAIAAP/ABAADwAAbADUAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYTAw4BIzAiMSImLwEuATc2Mh8BNz4BFx4BBwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1i9AYPCQEIEAZ5DAEMDSMNWdYMJA0NAQwDwCgoi15dampdXosoKCgoi15dampdXosoKP5j/voHBwYGdgwkDA0MV+YNAQwMIw0AAAEAAACuA/ICvQAeAAABJyYiBwYUHwEhIgYVFBYzIQcGFBceATMyNj8BNjQnA/LQEjISERFo/QgZIyMZAvx0EREJFgwLFwjZEhIB7dASEhEyEmcjGRkjdREyEgkICAnZEjESAAAEAIz/wANvA8AAMgA2AGYAdAAAATYnLgEnJicGBw4BBwYVFBceARcWFxUUFjsBFRQWOwEyNj0BMzI2Nz4BNSc2Nz4BNzY1ASM1MzcOAR0BIzUzMjY1NCYrASIGFRQWOwEVIzU0JicuATcmNz4BNzY3FhceARcWFRQGBwMjIgYVFBY7ATI2NTQmA28BHR1kRERNTUNEZB0cCQggGBgeGxMfGhPxEhsgCREGBwcBHxcYIAkI/tmVlV4ICWo8ExsbE9MTGxsTPGoJCDQ6AQEWFUwzMjo6MzNMFhU5NU23EhsbErcTGhoCSE1ERGYeHgEBHh5mRERMKSgnSCAgG24TGkETGxsTQQcGBhEJbhsgIEgnJyn+NxTUBxILVcIaExMbGxMTGsJVCxIHKXZDOjM0TRcWAQEWF000MztCdin+tBsSExsbExIbAAAAAQCrAAADAgOhABcAABMxNDY3ATYWFxYGBwkBHgEHDgEnAS4BNasSEQGUIl4gIQMi/sQBPCIDISBeIv5sERIB0BgrEAF+IAIjIl4g/tT+1SFeIiIDIQF+ECsXAAABAB8AvgPAAxUAFwAAATEyFhcBFgYHBiYnCQEOAScuATcBPgEzAfAXKxABfiEDIiJfIP7V/tQgXiIjAiABfhArGAMVEhH+bCJeICEDIgE8/sQiAyEgXiIBlBESAAEAygAAAyIDoQAWAAABMRQGBwEGJicmNjcJAS4BNz4BFwEeAQMiExH+bSNeICEDIgE8/sQiAyEgXiMBkxETAdAXKxD+giEDIiJfIAErASwgXiIjAiD+ghArAAAAAQAfAJ4DwAL2ABcAACUxIiYnASY2NzYWFwkBPgEXHgEHAQ4BIwHwGCsQ/oIgAiMiXiABLAErIV4iIgMh/oIQKxeeExEBkyNeICEDIv7EATwiAyEgXiP+bRETAAABABgAGQQIAykAGQAAJSImJwEmNDc+AR8BAT4BFx4BBwEOASMwIiMBexEfC/7aGhgZRxnnAhMYRxoaAxn9sgwgEQEBGQwMAR4ZRhoZARnhAj0aAhgYRxn9gw0OAAEAYP/zA2YDjQAZAAABHgEVFAYHIwEOASMiJjUROAExNDYzMhYXMQNHDhERDQH9ewgRCRomJRsJEQgB9wkdEREdCP5yBAUlGwMaGyUFBAAAA//+/+oEAgOrABAAIQAwAAATITIWFRQGIzEhIiY1NDYzMREhMhYVFAYjMSEiJjU0NjMxEyEyFhUUBiMhIiY1NDYzKQOuEhkZEvxSEhkZEgOuEhkZEvxSEhkZEhADjhghIRj8chghIRgB9RkREhkZEhEZAbYZEhIZGRISGfyVGRISGRkSEhkAAAMAAP/AA/gDwAA8AGkA7AAAASYnLgEnJiMwIjkBMCIxIgcOAQcGFTAUFTEUFhcnAyUeATM6ATkBNjc+ATc2NTA0OQEwNDU0Jy4BJyYnMQExKgExIiYnFycHNycuATU0Nz4BNzYzMhceARcWFRQHDgEHBg8BDgEjMCI5ARMnMCYnIiYjIgYHNTAGBw4BIzgBMSMuAScxJy4BJzEuAScuAS8CLgEnMDQ1NDY3MTA2Nz4BNz4BNTwBNTEuAScXLgEnNSMiBiMHDgEHDgEHDgEVMRQWFzUXHgEXFRceARcVHgEfAR4BFzMyNjcjPgE/AT4BNz4BNzU+ATc9AS4BJzEDZSIoKFsxMTUBAWlcXIkoJyQfAUgBDDR5QQECaVxdiSgoCgsmGxsi/psBATtrLwIRoCkLHSIhIXJNTFdXTUxyISEODjQkJC0BL249AfQfMxUCBAIGCQUMHQIHBQMDBQMNGCgRBAsEDxoLAQICAgIBAg0GBAYEAwMMFw0DAwoGHwQIBAMECAUEBQQOEQgGAxM0HwsGCwUqYzcEBg8GHAsWCQEHCQQFBQgEBAcDAwYCAgQCAysiHBwmCwooJ4pcXGkCAUaAOQP++UUdIAEoKIpdXGkBAQE0MTFaKCki/PMfHAEJKp4QMHA+V0xNciEhISFyTUxXODU0WyYmHAEeIgEzDhcKAwMDAQ4hBAUBAwIFChsQBAgFDiESAQYCBAUCAQMFAhAHBAsEBAoGAgQCIDYZBgUHAQEDAwIHAgQIBREsGBIgDwEIKkYdAQsFCwUBJDUPAQIBAgYFBAIFBQQGBAQIBAEIEwoBFAEDAQABAAD/wAQAA8AAOwAAAS4BIyIGDwEmJy4BJyYvATc+ATU0Ji8BLgEjIgYPAQ4BFRQWFycWFx4BFxYfAR4BMzI2PwE+ATU0JicxA24RLxobLhITKSYnSSMiIgITEhQUEmwSLhsaLxE8GBwQDgFES0ynWlthCRUyGyVCGDwRFBQRAVERFBQRFCIkI0kmJicDFBEvGhsvEW0RFBQRPBhCJRszFQFlXF2nSktCBQ4PHBg7Ei4bGi8RAAAAAQAAAAAAAHzqW6VfDzz1AAsEAAAAAADbZBCEAAAAANtkEIT//v+8BAgDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/+//gECAABAAAAAAAAAAAAAAAAAAAAEwQAAAAAAAAAAAAAAAIAAAAEAADxBAAAEgQAAQMEAAAABAAAAAQAAIwEAACrBAAAHwQAAMoEAAAfBAAAGAQAAGAEAP/+A/gAAAQAAAAAAAAAAAoAFAAeAFAAggC0AQgBOgHeAgwCOgJoApYCxALsAzAEZATAAAEAAAATAO0ABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("embedded-opentype"), url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg8SBhgAAAC8AAAAYGNtYXAXVtKVAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zi15WfQAAAF4AAAJgGhlYWQZ7GWBAAAK+AAAADZoaGVhB8kDzAAACzAAAAAkaG10eEH5BLsAAAtUAAAATGxvY2EPsBF6AAALoAAAAChtYXhwABgA7wAAC8gAAAAgbmFtZZlKCfsAAAvoAAABhnBvc3QAAwAAAAANcAAAACAAAwPgAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpDgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Q7//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAPH/zgMBA8AAHgAABTc2NCcmIg8BETQmIyIGFREnJiIHDgEVFBYfARYyNwIw0REREjIRaCMZGSN0EjIRCQkJCdgSMhEy0BIyEhERaAL4GSMjGf0EdBERCRYMCxcI2RISAAAAAQASAL8EBALPAB4AABMXFjI3NjQvASEyNjU0JiMhNzY0Jy4BIyIGDwEGFBcS0BIyERISZwL3GSQkGf0EdBISCBcLDBYJ2BISAZDRERESMhFoIxkZI3QSMhEJCQkJ2BIyEQAAAAEBA/+8AxIDrgAeAAABBwYUFxYyPwERFBYzMjY1ERcWMjc+ATU0Ji8BJiIHAdPQEhIRMhJnIxkZI3URMhIJCAgJ2RIxEgOu0BIyERISZ/0JGSQkGQL8dBISCBcLDBYJ2BISAAACAAD/wAQAA8AAGwA1AAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmEwMOASMwIjEiJi8BLgE3NjIfATc+ARceAQcCAGpdXosoKCgoi15dampdXosoKCgoi15dYvQGDwkBCBAGeQwBDA0jDVnWDCQNDQEMA8AoKIteXWpqXV6LKCgoKIteXWpqXV6LKCj+Y/76BwcGBnYMJAwNDFfmDQEMDCMNAAABAAAArgPyAr0AHgAAAScmIgcGFB8BISIGFRQWMyEHBhQXHgEzMjY/ATY0JwPy0BIyEhERaP0IGSMjGQL8dBERCRYMCxcI2RISAe3QEhIRMhJnIxkZI3URMhIJCAgJ2RIxEgAABACM/8ADbwPAADIANgBmAHQAAAE2Jy4BJyYnBgcOAQcGFRQXHgEXFhcVFBY7ARUUFjsBMjY9ATMyNjc+ATUnNjc+ATc2NQEjNTM3DgEdASM1MzI2NTQmKwEiBhUUFjsBFSM1NCYnLgE3Jjc+ATc2NxYXHgEXFhUUBgcDIyIGFRQWOwEyNjU0JgNvAR0dZERETU1DRGQdHAkIIBgYHhsTHxoT8RIbIAkRBgcHAR8XGCAJCP7ZlZVeCAlqPBMbGxPTExsbEzxqCQg0OgEBFhVMMzI6OjMzTBYVOTVNtxIbGxK3ExoaAkhNRERmHh4BAR4eZkRETCkoJ0ggIBtuExpBExsbE0EHBgYRCW4bICBIJycp/jcU1AcSC1XCGhMTGxsTExrCVQsSByl2QzozNE0XFgEBFhdNNDM7QnYp/rQbEhMbGxMSGwAAAAEAqwAAAwIDoQAXAAATMTQ2NwE2FhcWBgcJAR4BBw4BJwEuATWrEhEBlCJeICEDIv7EATwiAyEgXiL+bBESAdAYKxABfiACIyJeIP7U/tUhXiIiAyEBfhArFwAAAQAfAL4DwAMVABcAAAExMhYXARYGBwYmJwkBDgEnLgE3AT4BMwHwFysQAX4hAyIiXyD+1f7UIF4iIwIgAX4QKxgDFRIR/mwiXiAhAyIBPP7EIgMhIF4iAZQREgABAMoAAAMiA6EAFgAAATEUBgcBBiYnJjY3CQEuATc+ARcBHgEDIhMR/m0jXiAhAyIBPP7EIgMhIF4jAZMREwHQFysQ/oIhAyIiXyABKwEsIF4iIwIg/oIQKwAAAAEAHwCeA8AC9gAXAAAlMSImJwEmNjc2FhcJAT4BFx4BBwEOASMB8BgrEP6CIAIjIl4gASwBKyFeIiIDIf6CECsXnhMRAZMjXiAhAyL+xAE8IgMhIF4j/m0REwAAAQAYABkECAMpABkAACUiJicBJjQ3PgEfAQE+ARceAQcBDgEjMCIjAXsRHwv+2hoYGUcZ5wITGEcaGgMZ/bIMIBEBARkMDAEeGUYaGQEZ4QI9GgIYGEcZ/YMNDgABAGD/8wNmA40AGQAAAR4BFRQGByMBDgEjIiY1ETgBMTQ2MzIWFzEDRw4REQ0B/XsIEQkaJiUbCREIAfcJHRERHQj+cgQFJRsDGhslBQQAAAP//v/qBAIDqwAQACEAMAAAEyEyFhUUBiMxISImNTQ2MzERITIWFRQGIzEhIiY1NDYzMRMhMhYVFAYjISImNTQ2MykDrhIZGRL8UhIZGRIDrhIZGRL8UhIZGRIQA44YISEY/HIYISEYAfUZERIZGRIRGQG2GRISGRkSEhn8lRkSEhkZEhIZAAADAAD/wAP4A8AAPABpAOwAAAEmJy4BJyYjMCI5ATAiMSIHDgEHBhUwFBUxFBYXJwMlHgEzOgE5ATY3PgE3NjUwNDkBMDQ1NCcuAScmJzEBMSoBMSImJxcnBzcnLgE1NDc+ATc2MzIXHgEXFhUUBw4BBwYPAQ4BIzAiOQETJzAmJyImIyIGBzUwBgcOASM4ATEjLgEnMScuAScxLgEnLgEvAi4BJzA0NTQ2NzEwNjc+ATc+ATU8ATUxLgEnFy4BJzUjIgYjBw4BBw4BBw4BFTEUFhc1Fx4BFxUXHgEXFR4BHwEeARczMjY3Iz4BPwE+ATc+ATc1PgE3PQEuAScxA2UiKChbMTE1AQFpXFyJKCckHwFIAQw0eUEBAmlcXYkoKAoLJhsbIv6bAQE7ay8CEaApCx0iISFyTUxXV01MciEhDg40JCQtAS9uPQH0HzMVAgQCBgkFDB0CBwUDAwUDDRgoEQQLBA8aCwECAgICAQINBgQGBAMDDBcNAwMKBh8ECAQDBAgFBAUEDhEIBgMTNB8LBgsFKmM3BAYPBhwLFgkBBwkEBQUIBAQHAwMGAgIEAgMrIhwcJgsKKCeKXFxpAgFGgDkD/vlFHSABKCiKXVxpAQEBNDExWigpIvzzHxwBCSqeEDBwPldMTXIhISEhck1MVzg1NFsmJhwBHiIBMw4XCgMDAwEOIQQFAQMCBQobEAQIBQ4hEgEGAgQFAgEDBQIQBwQLBAQKBgIEAiA2GQYFBwEBAwMCBwIECAURLBgSIA8BCCpGHQELBQsFASQ1DwECAQIGBQQCBQUEBgQECAQBCBMKARQBAwEAAQAA/8AEAAPAADsAAAEuASMiBg8BJicuAScmLwE3PgE1NCYvAS4BIyIGDwEOARUUFhcnFhceARcWHwEeATMyNj8BPgE1NCYnMQNuES8aGy4SEykmJ0kjIiICExIUFBJsEi4bGi8RPBgcEA4BREtMp1pbYQkVMhslQhg8ERQUEQFRERQUERQiJCNJJiYnAxQRLxobLxFtERQUETwYQiUbMxUBZVxdp0pLQgUODxwYOxIuGxovEQAAAAEAAAAAAAB86lulXw889QALBAAAAAAA22QQhAAAAADbZBCE//7/vAQIA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAD//v/4BAgAAQAAAAAAAAAAAAAAAAAAABMEAAAAAAAAAAAAAAACAAAABAAA8QQAABIEAAEDBAAAAAQAAAAEAACMBAAAqwQAAB8EAADKBAAAHwQAABgEAABgBAD//gP4AAAEAAAAAAAAAAAKABQAHgBQAIIAtAEIAToB3gIMAjoCaAKWAsQC7AMwBGQEwAABAAAAEwDtAAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype"), url(data:application/font-woff;base64,d09GRgABAAAAAA3cAAsAAAAADZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGGGNtYXAAAAFoAAAAVAAAAFQXVtKVZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAACYAAAAmALXlZ9GhlYWQAAAtEAAAANgAAADYZ7GWBaGhlYQAAC3wAAAAkAAAAJAfJA8xobXR4AAALoAAAAEwAAABMQfkEu2xvY2EAAAvsAAAAKAAAACgPsBF6bWF4cAAADBQAAAAgAAAAIAAYAO9uYW1lAAAMNAAAAYYAAAGGmUoJ+3Bvc3QAAA28AAAAIAAAACAAAwAAAAMD4AGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6Q4DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkO//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQDx/84DAQPAAB4AAAU3NjQnJiIPARE0JiMiBhURJyYiBw4BFRQWHwEWMjcCMNERERIyEWgjGRkjdBIyEQkJCQnYEjIRMtASMhIREWgC+BkjIxn9BHQREQkWDAsXCNkSEgAAAAEAEgC/BAQCzwAeAAATFxYyNzY0LwEhMjY1NCYjITc2NCcuASMiBg8BBhQXEtASMhESEmcC9xkkJBn9BHQSEggXCwwWCdgSEgGQ0REREjIRaCMZGSN0EjIRCQkJCdgSMhEAAAABAQP/vAMSA64AHgAAAQcGFBcWMj8BERQWMzI2NREXFjI3PgE1NCYvASYiBwHT0BISETISZyMZGSN1ETISCQgICdkSMRIDrtASMhESEmf9CRkkJBkC/HQSEggXCwwWCdgSEgAAAgAA/8AEAAPAABsANQAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJhMDDgEjMCIxIiYvAS4BNzYyHwE3PgEXHgEHAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWL0Bg8JAQgQBnkMAQwNIw1Z1gwkDQ0BDAPAKCiLXl1qal1eiygoKCiLXl1qal1eiygo/mP++gcHBgZ2DCQMDQxX5g0BDAwjDQAAAQAAAK4D8gK9AB4AAAEnJiIHBhQfASEiBhUUFjMhBwYUFx4BMzI2PwE2NCcD8tASMhIREWj9CBkjIxkC/HQREQkWDAsXCNkSEgHt0BISETISZyMZGSN1ETISCQgICdkSMRIAAAQAjP/AA28DwAAyADYAZgB0AAABNicuAScmJwYHDgEHBhUUFx4BFxYXFRQWOwEVFBY7ATI2PQEzMjY3PgE1JzY3PgE3NjUBIzUzNw4BHQEjNTMyNjU0JisBIgYVFBY7ARUjNTQmJy4BNyY3PgE3NjcWFx4BFxYVFAYHAyMiBhUUFjsBMjY1NCYDbwEdHWRERE1NQ0RkHRwJCCAYGB4bEx8aE/ESGyAJEQYHBwEfFxggCQj+2ZWVXggJajwTGxsT0xMbGxM8agkINDoBARYVTDMyOjozM0wWFTk1TbcSGxsStxMaGgJITUREZh4eAQEeHmZEREwpKCdIICAbbhMaQRMbGxNBBwYGEQluGyAgSCcnKf43FNQHEgtVwhoTExsbExMawlULEgcpdkM6MzRNFxYBARYXTTQzO0J2Kf60GxITGxsTEhsAAAABAKsAAAMCA6EAFwAAEzE0NjcBNhYXFgYHCQEeAQcOAScBLgE1qxIRAZQiXiAhAyL+xAE8IgMhIF4i/mwREgHQGCsQAX4gAiMiXiD+1P7VIV4iIgMhAX4QKxcAAAEAHwC+A8ADFQAXAAABMTIWFwEWBgcGJicJAQ4BJy4BNwE+ATMB8BcrEAF+IQMiIl8g/tX+1CBeIiMCIAF+ECsYAxUSEf5sIl4gIQMiATz+xCIDISBeIgGUERIAAQDKAAADIgOhABYAAAExFAYHAQYmJyY2NwkBLgE3PgEXAR4BAyITEf5tI14gIQMiATz+xCIDISBeIwGTERMB0BcrEP6CIQMiIl8gASsBLCBeIiMCIP6CECsAAAABAB8AngPAAvYAFwAAJTEiJicBJjY3NhYXCQE+ARceAQcBDgEjAfAYKxD+giACIyJeIAEsASshXiIiAyH+ghArF54TEQGTI14gIQMi/sQBPCIDISBeI/5tERMAAAEAGAAZBAgDKQAZAAAlIiYnASY0Nz4BHwEBPgEXHgEHAQ4BIzAiIwF7ER8L/toaGBlHGecCExhHGhoDGf2yDCARAQEZDAwBHhlGGhkBGeECPRoCGBhHGf2DDQ4AAQBg//MDZgONABkAAAEeARUUBgcjAQ4BIyImNRE4ATE0NjMyFhcxA0cOERENAf17CBEJGiYlGwkRCAH3CR0RER0I/nIEBSUbAxobJQUEAAAD//7/6gQCA6sAEAAhADAAABMhMhYVFAYjMSEiJjU0NjMxESEyFhUUBiMxISImNTQ2MzETITIWFRQGIyEiJjU0NjMpA64SGRkS/FISGRkSA64SGRkS/FISGRkSEAOOGCEhGPxyGCEhGAH1GRESGRkSERkBthkSEhkZEhIZ/JUZEhIZGRISGQAAAwAA/8AD+APAADwAaQDsAAABJicuAScmIzAiOQEwIjEiBw4BBwYVMBQVMRQWFycDJR4BMzoBOQE2Nz4BNzY1MDQ5ATA0NTQnLgEnJicxATEqATEiJicXJwc3Jy4BNTQ3PgE3NjMyFx4BFxYVFAcOAQcGDwEOASMwIjkBEycwJiciJiMiBgc1MAYHDgEjOAExIy4BJzEnLgEnMS4BJy4BLwIuAScwNDU0NjcxMDY3PgE3PgE1PAE1MS4BJxcuASc1IyIGIwcOAQcOAQcOARUxFBYXNRceARcVFx4BFxUeAR8BHgEXMzI2NyM+AT8BPgE3PgE3NT4BNz0BLgEnMQNlIigoWzExNQEBaVxciSgnJB8BSAEMNHlBAQJpXF2JKCgKCyYbGyL+mwEBO2svAhGgKQsdIiEhck1MV1dNTHIhIQ4ONCQkLQEvbj0B9B8zFQIEAgYJBQwdAgcFAwMFAw0YKBEECwQPGgsBAgICAgECDQYEBgQDAwwXDQMDCgYfBAgEAwQIBQQFBA4RCAYDEzQfCwYLBSpjNwQGDwYcCxYJAQcJBAUFCAQEBwMDBgICBAIDKyIcHCYLCignilxcaQIBRoA5A/75RR0gASgoil1caQEBATQxMVooKSL88x8cAQkqnhAwcD5XTE1yISEhIXJNTFc4NTRbJiYcAR4iATMOFwoDAwMBDiEEBQEDAgUKGxAECAUOIRIBBgIEBQIBAwUCEAcECwQECgYCBAIgNhkGBQcBAQMDAgcCBAgFESwYEiAPAQgqRh0BCwULBQEkNQ8BAgECBgUEAgUFBAYEBAgEAQgTCgEUAQMBAAEAAP/ABAADwAA7AAABLgEjIgYPASYnLgEnJi8BNz4BNTQmLwEuASMiBg8BDgEVFBYXJxYXHgEXFh8BHgEzMjY/AT4BNTQmJzEDbhEvGhsuEhMpJidJIyIiAhMSFBQSbBIuGxovETwYHBAOAURLTKdaW2EJFTIbJUIYPBEUFBEBUREUFBEUIiQjSSYmJwMUES8aGy8RbREUFBE8GEIlGzMVAWVcXadKS0IFDg8cGDsSLhsaLxEAAAABAAAAAAAAfOpbpV8PPPUACwQAAAAAANtkEIQAAAAA22QQhP/+/7wECAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQA//7/+AQIAAEAAAAAAAAAAAAAAAAAAAATBAAAAAAAAAAAAAAAAgAAAAQAAPEEAAASBAABAwQAAAAEAAAABAAAjAQAAKsEAAAfBAAAygQAAB8EAAAYBAAAYAQA//4D+AAABAAAAAAAAAAACgAUAB4AUACCALQBCAE6Ad4CDAI6AmgClgLEAuwDMARkBMAAAQAAABMA7QAEAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff"), url(/wp-content/themes/rightmart-group/dist/fonts/icomoon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* line 105, resources/assets/styles/common/_fonts.scss */

.tk-proxima-nova {
  font-family: "proxima-nova", sans-serif, sans-serif;
}

/* line 109, resources/assets/styles/common/_fonts.scss */

.icon-rm,
.breadcrumb-item + .breadcrumb-item:before,
.actions-element .col-actions-text .textarea li:before,
.actions-element .col-affected-text .textarea li:before,
[class^="icon-rm-"],
[class*=" icon-rm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 122, resources/assets/styles/common/_fonts.scss */

.icon-rm.color-primary:before,
.breadcrumb-item + .color-primary.breadcrumb-item:before,
.actions-element .col-actions-text .textarea li.color-primary:before,
.actions-element .col-affected-text .textarea li.color-primary:before,
[class^="icon-rm-"].color-primary:before,
[class*=" icon-rm-"].color-primary:before {
  color: #6DC1AE;
}

/* line 128, resources/assets/styles/common/_fonts.scss */

.icon-rm.color-primary-dark:before,
.breadcrumb-item + .color-primary-dark.breadcrumb-item:before,
.actions-element .col-actions-text .textarea li.color-primary-dark:before,
.actions-element .col-affected-text .textarea li.color-primary-dark:before,
[class^="icon-rm-"].color-primary-dark:before,
[class*=" icon-rm-"].color-primary-dark:before {
  color: #336B62;
}

/* line 134, resources/assets/styles/common/_fonts.scss */

.icon-rm.color-secondary:before,
.breadcrumb-item + .color-secondary.breadcrumb-item:before,
.actions-element .col-actions-text .textarea li.color-secondary:before,
.actions-element .col-affected-text .textarea li.color-secondary:before,
[class^="icon-rm-"].color-secondary:before,
[class*=" icon-rm-"].color-secondary:before {
  color: #EC6552;
}

/* line 140, resources/assets/styles/common/_fonts.scss */

.icon-icomoon,
[class^="icon-icomoon-"],
[class*=" icon-icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 153, resources/assets/styles/common/_fonts.scss */

[class^="icon-rm-"],
[class*=" icon-rm-"] {
  line-height: 1;
}

/* line 159, resources/assets/styles/common/_fonts.scss */

.icon-rm-social-tiktok:before {
  content: "\E928";
}

/* line 165, resources/assets/styles/common/_fonts.scss */

.icon-rm-social-youtube:before {
  content: "\E929";
}

/* line 171, resources/assets/styles/common/_fonts.scss */

.icon-rm-simple-pin:before {
  content: "\E927";
}

/* line 177, resources/assets/styles/common/_fonts.scss */

.icon-rm-arrow-down:before {
  content: "\E900";
}

/* line 183, resources/assets/styles/common/_fonts.scss */

.icon-rm-arrow-right:before {
  content: "\E918";
}

/* line 189, resources/assets/styles/common/_fonts.scss */

.icon-rm-bullet-cv:before {
  content: "\E919";
}

/* line 195, resources/assets/styles/common/_fonts.scss */

.icon-rm-burger:before {
  content: "\E901";
}

/* line 201, resources/assets/styles/common/_fonts.scss */

.icon-rm-calendar:before {
  content: "\E91B";
}

/* line 207, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-circle-alt-down:before {
  content: "\E905";
}

/* line 213, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-circle-alt-left:before {
  content: "\E915";
}

/* line 219, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-circle-alt-right:before {
  content: "\E906";
}

/* line 225, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-circle-alt-up:before {
  content: "\E916";
}

/* line 231, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-circle-down:before {
  content: "\E91A";
}

/* line 237, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-circle-left:before {
  content: "\E922";
}

/* line 243, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-circle-right:before {
  content: "\E923";
}

/* line 249, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-circle-up:before {
  content: "\E904";
}

/* line 255, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-down:before {
  content: "\E902";
}

/* line 261, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-left:before {
  content: "\E903";
}

/* line 267, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-right:before {
  content: "\E907";
}

/* line 273, resources/assets/styles/common/_fonts.scss */

.icon-rm-chevron-up:before {
  content: "\E914";
}

/* line 279, resources/assets/styles/common/_fonts.scss */

.icon-rm-clock:before {
  content: "\E908";
}

/* line 285, resources/assets/styles/common/_fonts.scss */

.icon-rm-envelope:before {
  content: "\E909";
}

/* line 291, resources/assets/styles/common/_fonts.scss */

.icon-rm-exclamation-mark-circle:before {
  content: "\E90A";
}

/* line 297, resources/assets/styles/common/_fonts.scss */

.icon-rm-home:before {
  content: "\E90B";
}

/* line 303, resources/assets/styles/common/_fonts.scss */

.icon-rm-minus:before {
  content: "\E91C";
}

/* line 309, resources/assets/styles/common/_fonts.scss */

.icon-rm-phone:before {
  content: "\E90C";
}

/* line 315, resources/assets/styles/common/_fonts.scss */

.icon-rm-pin:before {
  content: "\E91D";
}

/* line 321, resources/assets/styles/common/_fonts.scss */

.icon-rm-plus:before {
  content: "\E91E";
}

/* line 327, resources/assets/styles/common/_fonts.scss */

.icon-rm-profile:before {
  content: "\E920";
}

/* line 333, resources/assets/styles/common/_fonts.scss */

.icon-rm-profile-outline:before {
  content: "\E91F";
}

/* line 339, resources/assets/styles/common/_fonts.scss */

.icon-rm-social-facebook:before {
  content: "\E90D";
}

/* line 345, resources/assets/styles/common/_fonts.scss */

.icon-rm-social-instagram:before {
  content: "\E90F";
}

/* line 351, resources/assets/styles/common/_fonts.scss */

.icon-rm-social-linkedin:before {
  content: "\E910";
}

/* line 357, resources/assets/styles/common/_fonts.scss */

.icon-rm-social-twitter:before {
  content: "\E911";
}

/* line 363, resources/assets/styles/common/_fonts.scss */

.icon-rm-social-whatsapp:before {
  content: "\E912";
}

/* line 369, resources/assets/styles/common/_fonts.scss */

.icon-rm-social-xing:before {
  content: "\E913";
}

/* line 375, resources/assets/styles/common/_fonts.scss */

.icon-rm-star-empty:before {
  content: "\E90E";
}

/* line 381, resources/assets/styles/common/_fonts.scss */

.icon-rm-star-full:before {
  content: "\E924";
}

/* line 387, resources/assets/styles/common/_fonts.scss */

.icon-rm-star-half:before {
  content: "\E925";
}

/* line 393, resources/assets/styles/common/_fonts.scss */

.icon-rm-triangle-right:before {
  content: "\E921";
}

/* line 399, resources/assets/styles/common/_fonts.scss */

.icon-rm-x:before {
  content: "\E917";
}

/* line 405, resources/assets/styles/common/_fonts.scss */

.icon-rm-paperplane::before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/rightmart-newsletter.svg");
}

/* line 411, resources/assets/styles/common/_fonts.scss */

.icon-share-mail::before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/share_email.svg");
}

/* line 417, resources/assets/styles/common/_fonts.scss */

.icon-share-whatsapp::before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/share_whatsapp.svg");
}

/* line 423, resources/assets/styles/common/_fonts.scss */

.icon-share-linkedin::before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/LinkedIn_icon.svg");
}

/* line 429, resources/assets/styles/common/_fonts.scss */

.icon-share-facebook::before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/share_facebook.svg");
}

/* line 435, resources/assets/styles/common/_fonts.scss */

.icon-share-twitter::before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/share_twitter.svg");
}

/* line 441, resources/assets/styles/common/_fonts.scss */

.icon-footer-facebook::before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/footer-icon-facebook.svg");
}

/* line 447, resources/assets/styles/common/_fonts.scss */

.icon-footer-instagram::before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/footer-icon-insta.svg");
}

/* line 454, resources/assets/styles/common/_fonts.scss */

.icon-footer-twitter::before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/footer-icon-twitter.svg");
}

/* line 460, resources/assets/styles/common/_fonts.scss */

.icon-menu-whatsapp::before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/whatsapp_1.svg");
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

/* line 5, resources/assets/styles/common/_flickity.scss */

.flickity-enabled {
  position: relative;
}

/* line 9, resources/assets/styles/common/_flickity.scss */

.flickity-enabled:focus {
  outline: none;
}

/* line 11, resources/assets/styles/common/_flickity.scss */

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* line 17, resources/assets/styles/common/_flickity.scss */

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

/* line 25, resources/assets/styles/common/_flickity.scss */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 33, resources/assets/styles/common/_flickity.scss */

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 39, resources/assets/styles/common/_flickity.scss */

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

/* line 46, resources/assets/styles/common/_flickity.scss */

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

/* line 53, resources/assets/styles/common/_flickity.scss */

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

/* line 58, resources/assets/styles/common/_flickity.scss */

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

/* line 63, resources/assets/styles/common/_flickity.scss */

.flickity-button:active {
  opacity: 0.6;
}

/* line 67, resources/assets/styles/common/_flickity.scss */

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

/* line 74, resources/assets/styles/common/_flickity.scss */

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

/* line 80, resources/assets/styles/common/_flickity.scss */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 89, resources/assets/styles/common/_flickity.scss */

.flickity-prev-next-button.previous {
  left: 10px;
}

/* line 90, resources/assets/styles/common/_flickity.scss */

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

/* line 92, resources/assets/styles/common/_flickity.scss */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

/* line 96, resources/assets/styles/common/_flickity.scss */

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* line 101, resources/assets/styles/common/_flickity.scss */

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

/* line 111, resources/assets/styles/common/_flickity.scss */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

/* line 122, resources/assets/styles/common/_flickity.scss */

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/* line 124, resources/assets/styles/common/_flickity.scss */

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

/* line 135, resources/assets/styles/common/_flickity.scss */

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* line 2, resources/assets/styles/components/_navigation.scss */

header .navbar-toggler {
  color: #EC6552;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

/* line 10, resources/assets/styles/components/_navigation.scss */

header nav.navbar-light .nav-icon {
  display: none;
}

/* line 16, resources/assets/styles/components/_navigation.scss */

header nav.navbar-light .nav-item.dropdown.open > a {
  color: #EC6552;
}

/* line 23, resources/assets/styles/components/_navigation.scss */

header nav.navbar-light a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 29, resources/assets/styles/components/_navigation.scss */

header nav.navbar-light .toggle-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 95, resources/assets/styles/_mixins.scss */

header nav.navbar-light .toggle-submenu:after {
  content: "\E905";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EC6552;
  font-size: 1.625rem;
}

/* line 37, resources/assets/styles/components/_navigation.scss */

header nav.navbar-light .dropdown-menu {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

@media (max-width: 991.98px) {
  /* line 44, resources/assets/styles/components/_navigation.scss */

  header {
    position: relative;
  }

  /* line 47, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
  }

  /* line 53, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light > .primary-navigation {
    background-color: #F7FBFC;
    padding: 0.9375rem 1.5625rem;
    border-radius: 20px;
  }

  /* line 59, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light .nav-icon {
    display: block;
  }

  /* line 66, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light li.open .toggle-submenu:after {
    content: "\E916";
  }

  /* line 73, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light li:not(:last-child) a {
    border-bottom: 2px solid #D9E8EB;
  }

  /* line 79, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light a {
    font-size: 1.125rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
  }

  /* line 85, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light a:not(:hover) {
    color: #336B62 !important;
  }

  /* line 89, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light a .nav-icon,
  header nav.navbar-light a .toggle-submenu {
    position: absolute;
  }

  /* line 93, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light a .nav-icon {
    left: 0;
  }

  /* line 97, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light a .toggle-submenu {
    right: 0;
  }

  /* line 101, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light a > span {
    padding-left: 35px;
    padding-right: 30px;
  }

  /* line 107, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light .dropdown-menu {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
  }

  /* line 112, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light .dropdown-menu a {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 120, resources/assets/styles/components/_navigation.scss */

  body:after {
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
  }

  /* line 126, resources/assets/styles/components/_navigation.scss */

  body.open:after {
    content: '';
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: rgba(0, 40, 37, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
  }

  /* line 138, resources/assets/styles/components/_navigation.scss */

  body.open .navbar-toggler {
    background-color: #fff;
  }

  /* line 142, resources/assets/styles/components/_navigation.scss */

  body.open .navbar-toggler > span:before {
    content: "\E917";
  }

  /* line 148, resources/assets/styles/components/_navigation.scss */

  body.open .header-main {
    z-index: 100;
    background-color: transparent;
  }

  /* line 153, resources/assets/styles/components/_navigation.scss */

  body.open .header-main .brand-desktop {
    display: none;
  }

  /* line 157, resources/assets/styles/components/_navigation.scss */

  body.open .header-main .brand-overlay {
    display: block;
  }
}

@media (max-width: 767.98px) {
  /* line 168, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light {
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 176, resources/assets/styles/components/_navigation.scss */

  header .navbar-toggler {
    display: none;
  }

  /* line 181, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light a {
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.98px;
  }

  /* line 187, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light .toggle-submenu {
    margin-left: 0.625rem;
  }

  /* line 190, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light .toggle-submenu:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -2px;
  }

  /* line 202, resources/assets/styles/components/_navigation.scss */

  header nav.navbar-light .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  /* line 206, resources/assets/styles/components/_navigation.scss */

  .fixed header nav.navbar-light .dropdown-menu {
    background-color: #EAF3E5;
  }
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.team-cta-element .col-team-cta .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, resources/assets/styles/components/_buttons.scss */

  .btn,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .team-cta-element .col-team-cta .cta,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 5, resources/assets/styles/components/_buttons.scss */

.btn-transparent {
  background-color: transparent;
}

/* line 9, resources/assets/styles/components/_buttons.scss */

.btn-shadow {
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.2);
}

/* line 13, resources/assets/styles/components/_buttons.scss */

.btn-secondary,
.infobox-download.infobox .btn-download,
.infobox-download.infobox-tipp .btn-download,
.infobox-download.infobox-alert-red .btn-download,
.infobox-download.infobox-alert-green .btn-download,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.team-cta-element .col-team-cta .cta,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
.btn-primary {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 95, resources/assets/styles/_mixins.scss */

.btn-secondary:after,
.infobox-download.infobox .btn-download:after,
.infobox-download.infobox-tipp .btn-download:after,
.infobox-download.infobox-alert-red .btn-download:after,
.infobox-download.infobox-alert-green .btn-download:after,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.team-cta-element .col-team-cta .cta:after,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button]:after,
.btn-primary:after {
  content: "\E907";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  margin-left: 1.875rem;
}

/* line 23, resources/assets/styles/components/_buttons.scss */

.btn-secondary:hover,
.infobox-download.infobox .btn-download:hover,
.infobox-download.infobox-tipp .btn-download:hover,
.infobox-download.infobox-alert-red .btn-download:hover,
.infobox-download.infobox-alert-green .btn-download:hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.team-cta-element .col-team-cta .cta:hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
main.main .block .nf-form-layout .nf-form-content .submit-wrap input:hover[type=button],
.btn-primary:hover {
  background-color: #fff;
  color: #002825;
}

@media (max-width: 767.98px) {
  /* line 30, resources/assets/styles/components/_buttons.scss */

  .btn-secondary,
  .infobox-download.infobox .btn-download,
  .infobox-download.infobox-tipp .btn-download,
  .infobox-download.infobox-alert-red .btn-download,
  .infobox-download.infobox-alert-green .btn-download,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .team-cta-element .col-team-cta .cta,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  .btn-primary {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  /* line 34, resources/assets/styles/components/_buttons.scss */

  .btn-secondary:after,
  .infobox-download.infobox .btn-download:after,
  .infobox-download.infobox-tipp .btn-download:after,
  .infobox-download.infobox-alert-red .btn-download:after,
  .infobox-download.infobox-alert-green .btn-download:after,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .team-cta-element .col-team-cta .cta:after,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button]:after,
  .btn-primary:after {
    margin-left: 0.9375rem;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

/* GALLERIES */

/* line 27, resources/assets/styles/components/_wp-classes.scss */

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 31, resources/assets/styles/components/_wp-classes.scss */

.gallery .gallery-item {
  width: 100%;
  max-width: 100%;
}

/* line 36, resources/assets/styles/components/_wp-classes.scss */

.gallery .gallery-item img {
  max-width: 100%;
  height: auto;
}

/* line 42, resources/assets/styles/components/_wp-classes.scss */

.gallery .gallery-caption {
  display: block;
  margin-top: 0.8em;
}

/* VANILLA GALLERIES */

/* line 51, resources/assets/styles/components/_wp-classes.scss */

.gallery-columns:not(.slick-initialized)-2 .gallery-item {
  max-width: calc(100% / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
}

/* line 58, resources/assets/styles/components/_wp-classes.scss */

.gallery-columns:not(.slick-initialized)-3 .gallery-item {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
}

/* line 65, resources/assets/styles/components/_wp-classes.scss */

.gallery-columns:not(.slick-initialized)-4 .gallery-item {
  max-width: calc(100% / 4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4);
}

/* line 72, resources/assets/styles/components/_wp-classes.scss */

.gallery-columns:not(.slick-initialized)-5 .gallery-item {
  max-width: calc(100% / 5);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 5);
          flex: 0 0 calc(100% / 5);
}

/* line 79, resources/assets/styles/components/_wp-classes.scss */

.gallery-columns:not(.slick-initialized)-6 .gallery-item {
  max-width: calc(100% / 6);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6);
          flex: 0 0 calc(100% / 6);
}

/* line 86, resources/assets/styles/components/_wp-classes.scss */

.gallery-columns:not(.slick-initialized)-7 .gallery-item {
  max-width: calc(100% / 7);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 7);
          flex: 0 0 calc(100% / 7);
}

/* line 93, resources/assets/styles/components/_wp-classes.scss */

.gallery-columns:not(.slick-initialized)-8 .gallery-item {
  max-width: calc(100% / 8);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 8);
          flex: 0 0 calc(100% / 8);
}

/* line 100, resources/assets/styles/components/_wp-classes.scss */

.gallery-columns:not(.slick-initialized)-9 .gallery-item {
  max-width: calc(100% / 9);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 9);
          flex: 0 0 calc(100% / 9);
}

@media (max-width: 767.98px) {
  /* line 110, resources/assets/styles/components/_wp-classes.scss */

  .gallery[class*="gallery-columns-"]:not(.gallery-columns-1):not(.slick-initialized) .gallery-item {
    max-width: calc(100% / 2);
  }
}

@media (min-width: 576px) {
  /* line 118, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  /* line 123, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 2, resources/assets/styles/components/_elements.scss */

.element .sub-headline {
  font-size: 1.375rem;
}

/* line 6, resources/assets/styles/components/_elements.scss */

.element .text-highlighted,
.element .text-highlighted-secondary {
  margin-bottom: 1.5625rem;
}

/* line 10, resources/assets/styles/components/_elements.scss */

.element .description {
  margin-bottom: 1.5rem;
  max-width: 850px;
}

/* line 15, resources/assets/styles/components/_elements.scss */

.element hr {
  border-color: #E6F0FF;
}

/* line 18, resources/assets/styles/components/_elements.scss */

.element hr.mt {
  margin: 3.125rem 0 0 0;
}

/* line 24, resources/assets/styles/components/_elements.scss */

.element .title-content .number {
  font-size: 1rem;
  line-height: 1.3;
  margin-right: 1.25rem;
  position: relative;
  top: -2px;
}

/* line 31, resources/assets/styles/components/_elements.scss */

.element .title-content .number:after {
  content: ' ';
  position: absolute;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  background-color: #EC6552;
  left: -0.3125rem;
  top: 0;
  z-index: -1;
}

/* line 47, resources/assets/styles/components/_elements.scss */

.element .btn,
.element .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .element .ninja-forms-field,
.element .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .element .ninja-forms-field,
.element .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .element .ninja-forms-field,
.element .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .element .ninja-forms-field,
.element .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .element .ninja-forms-field,
.element .team-cta-element .col-team-cta .cta,
.team-cta-element .col-team-cta .element .cta,
.element footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .element .ninja-forms-field,
.element .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .element .ninja-forms-field,
.element .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .element .ninja-forms-field,
.element main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .element input[type=button],
.quote-banner .btn,
.quote-banner .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .quote-banner .ninja-forms-field,
.quote-banner .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .quote-banner .ninja-forms-field,
.quote-banner .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .quote-banner .ninja-forms-field,
.quote-banner .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .quote-banner .ninja-forms-field,
.quote-banner .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .quote-banner .ninja-forms-field,
.quote-banner .team-cta-element .col-team-cta .cta,
.team-cta-element .col-team-cta .quote-banner .cta,
.quote-banner footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .quote-banner .ninja-forms-field,
.quote-banner .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .quote-banner .ninja-forms-field,
.quote-banner .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .quote-banner .ninja-forms-field,
.quote-banner main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .quote-banner input[type=button],
.cta-banner .btn,
.cta-banner .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner .ninja-forms-field,
.cta-banner .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner .ninja-forms-field,
.cta-banner .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner .ninja-forms-field,
.cta-banner .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner .ninja-forms-field,
.cta-banner .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner .ninja-forms-field,
.cta-banner .team-cta-element .col-team-cta .cta,
.team-cta-element .col-team-cta .cta-banner .cta,
.cta-banner footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner .ninja-forms-field,
.cta-banner .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner .ninja-forms-field,
.cta-banner .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner .ninja-forms-field,
.cta-banner main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .cta-banner input[type=button] {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 1.12px;
}

/* line 54, resources/assets/styles/components/_elements.scss */

.quote-banner,
.cta-banner {
  overflow: hidden;
}

/* line 57, resources/assets/styles/components/_elements.scss */

.quote-banner > .d-flex,
.cta-banner > .d-flex {
  background: #9f9ca3;
  background: -webkit-linear-gradient(180deg, #9f9ca3 0%, #C8C7CB 50%, #cdcbd0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9F9CA3', endColorstr='#CDCBD0', GradientType=1);
}

/* line 61, resources/assets/styles/components/_elements.scss */

.quote-banner > .d-flex .quote-content,
.cta-banner > .d-flex .quote-content {
  font-size: 1.375rem;
  padding: 3.125rem 0 3.125rem 2.8125rem;
}

/* line 65, resources/assets/styles/components/_elements.scss */

.quote-banner > .d-flex .quote-content .text-highlighted,
.quote-banner > .d-flex .quote-content .text-highlighted-secondary,
.cta-banner > .d-flex .quote-content .text-highlighted,
.cta-banner > .d-flex .quote-content .text-highlighted-secondary {
  font-size: 1.375rem;
  line-height: 3.0625rem;
  padding: 0.5rem 0.9375rem;
}

/* line 71, resources/assets/styles/components/_elements.scss */

.quote-banner > .d-flex .quote-content .spacer,
.cta-banner > .d-flex .quote-content .spacer {
  display: block;
  height: 35px;
  width: 0;
}

/* line 77, resources/assets/styles/components/_elements.scss */

.quote-banner > .d-flex .quote-content .btn-transparent:hover,
.cta-banner > .d-flex .quote-content .btn-transparent:hover {
  background-color: #fff;
}

/* line 82, resources/assets/styles/components/_elements.scss */

.quote-banner > .d-flex img,
.cta-banner > .d-flex img {
  max-height: 280px;
}

/* line 90, resources/assets/styles/components/_elements.scss */

.quote-banner > .d-flex .quote-content {
  padding: 3.125rem 0 3.125rem 2.8125rem;
}

/* line 98, resources/assets/styles/components/_elements.scss */

.cta-banner > .d-flex .quote-content {
  padding: 3.125rem 2.8125rem 3.125rem 0;
}

@media (max-width: 991.98px) {
  /* line 106, resources/assets/styles/components/_elements.scss */

  .element .text-highlighted,
  .element .text-highlighted-secondary {
    font-size: 1.5625rem;
  }

  /* line 110, resources/assets/styles/components/_elements.scss */

  .quote-banner,
  .cta-banner {
    max-width: 100% !important;
    padding: 0;
  }

  /* line 116, resources/assets/styles/components/_elements.scss */

  .quote-banner > .d-flex .quote-content .spacer,
  .cta-banner > .d-flex .quote-content .spacer {
    height: 20px;
  }

  /* line 122, resources/assets/styles/components/_elements.scss */

  .cta-banner {
    position: relative;
  }

  /* line 125, resources/assets/styles/components/_elements.scss */

  .cta-banner img {
    position: absolute;
    bottom: -75px;
  }

  /* line 130, resources/assets/styles/components/_elements.scss */

  .cta-banner > .d-flex {
    min-height: 415px;
  }

  /* line 133, resources/assets/styles/components/_elements.scss */

  .cta-banner > .d-flex .quote-content {
    padding: 3.75rem;
    line-height: 1.9375rem;
  }

  /* line 138, resources/assets/styles/components/_elements.scss */

  .cta-banner > .d-flex .button-list {
    max-width: 315px;
  }

  /* line 141, resources/assets/styles/components/_elements.scss */

  .cta-banner > .d-flex .button-list .btn,
  .cta-banner > .d-flex .button-list .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner > .d-flex .button-list .ninja-forms-field,
  .cta-banner > .d-flex .button-list .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner > .d-flex .button-list .ninja-forms-field,
  .cta-banner > .d-flex .button-list .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner > .d-flex .button-list .ninja-forms-field,
  .cta-banner > .d-flex .button-list .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner > .d-flex .button-list .ninja-forms-field,
  .cta-banner > .d-flex .button-list .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner > .d-flex .button-list .ninja-forms-field,
  .cta-banner > .d-flex .button-list .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .cta-banner > .d-flex .button-list .cta,
  .cta-banner > .d-flex .button-list footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner > .d-flex .button-list .ninja-forms-field,
  .cta-banner > .d-flex .button-list .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner > .d-flex .button-list .ninja-forms-field,
  .cta-banner > .d-flex .button-list .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta-banner > .d-flex .button-list .ninja-forms-field,
  .cta-banner > .d-flex .button-list main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .cta-banner > .d-flex .button-list input[type=button] {
    width: 100%;
  }

  /* line 145, resources/assets/styles/components/_elements.scss */

  .cta-banner > .d-flex .button-list .btn-phone {
    margin-top: 1.25rem;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, resources/assets/styles/components/_elements.scss */

  .quote-banner .button-list .btn-phone,
  .cta-banner .button-list .btn-phone {
    margin-top: 0.625rem;
  }
}

@media (max-width: 767.98px) {
  /* line 167, resources/assets/styles/components/_elements.scss */

  .quote-banner > .d-flex .quote-content,
  .cta-banner > .d-flex .quote-content {
    padding: 1.875rem 2.1875rem 1.25rem;
  }

  /* line 171, resources/assets/styles/components/_elements.scss */

  .quote-banner > .d-flex img,
  .cta-banner > .d-flex img {
    max-height: 305px;
  }

  /* line 177, resources/assets/styles/components/_elements.scss */

  .cta-banner > .d-flex {
    padding-bottom: 14.375rem;
  }

  /* line 180, resources/assets/styles/components/_elements.scss */

  .cta-banner > .d-flex .description {
    margin: 0.625rem 0 1.5625rem;
  }
}

@media (min-width: 992px) {
  /* line 189, resources/assets/styles/components/_elements.scss */

  .element .sub-headline {
    font-size: 1.875rem;
  }

  /* line 195, resources/assets/styles/components/_elements.scss */

  .quote-banner > .d-flex,
  .cta-banner > .d-flex {
    border-radius: 0.625rem;
  }

  /* line 198, resources/assets/styles/components/_elements.scss */

  .quote-banner > .d-flex .quote-content,
  .cta-banner > .d-flex .quote-content {
    max-width: 970px;
    font-size: 1.875rem;
  }

  /* line 202, resources/assets/styles/components/_elements.scss */

  .quote-banner > .d-flex .quote-content .text-highlighted,
  .quote-banner > .d-flex .quote-content .text-highlighted-secondary,
  .cta-banner > .d-flex .quote-content .text-highlighted,
  .cta-banner > .d-flex .quote-content .text-highlighted-secondary {
    font-size: 1.9375rem;
    line-height: 4.3125rem;
    padding: 0.8125rem 1.5625rem;
  }

  /* line 209, resources/assets/styles/components/_elements.scss */

  .quote-banner > .d-flex img,
  .cta-banner > .d-flex img {
    max-height: 375px;
  }
}

@media (min-width: 1200px) {
  /* line 219, resources/assets/styles/components/_elements.scss */

  .quote-banner .button-list .btn-phone,
  .cta-banner .button-list .btn-phone {
    margin-left: 0.3125rem;
  }
}

/* line 1, resources/assets/styles/components/_ninjatables.scss */

.ninja_table_wrapper.semantic_ui {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  margin: 2.5rem 0;
}

/* line 7, resources/assets/styles/components/_ninjatables.scss */

.ninja_table_wrapper.semantic_ui table thead th[class*="ninja_column"] {
  background-color: #6DC1AE !important;
  color: #fff !important;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.625rem 2.375rem;
}

/* line 18, resources/assets/styles/components/_ninjatables.scss */

.ninja_table_wrapper.semantic_ui table tbody td[class*="ninja_column"] {
  color: #6DC1AE;
  padding: 0.625rem 2.375rem;
}

@media (min-width: 992px) {
  /* line 5, resources/assets/styles/components/_ninjatables.scss */

  .ninja_table_wrapper.semantic_ui table {
    width: calc(100% + 160px);
    margin-left: -5rem;
  }
}

/* line 30, resources/assets/styles/components/_ninjatables.scss */

.ninja_table_wrapper.semantic_ui caption {
  display: none;
}

/* line 2, resources/assets/styles/components/_pagination.scss */

.posts-navigation .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.75rem;
}

/* line 9, resources/assets/styles/components/_pagination.scss */

.posts-navigation .pagination .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 40px;
  text-align: center;
  border: 2px solid #336B62;
  font-size: 1.125rem;
  display: inline-block;
  margin: 0 0.1875rem;
}

/* line 20, resources/assets/styles/components/_pagination.scss */

.posts-navigation .pagination .page-numbers.dots {
  display: none;
}

/* line 24, resources/assets/styles/components/_pagination.scss */

.posts-navigation .pagination .page-numbers:hover,
.posts-navigation .pagination .page-numbers.current,
.posts-navigation .pagination .page-numbers.prev,
.posts-navigation .pagination .page-numbers.next {
  background-color: #336B62;
  color: #fff;
  text-decoration: none;
}

/* line 30, resources/assets/styles/components/_pagination.scss */

.posts-navigation .pagination .page-numbers.prev,
.posts-navigation .pagination .page-numbers.next {
  width: 26px;
  height: 26px;
  line-height: 2;
  font-size: 0.75rem;
}

/* line 36, resources/assets/styles/components/_pagination.scss */

.posts-navigation .pagination .page-numbers.prev.disabled,
.posts-navigation .pagination .page-numbers.next.disabled {
  background-color: #D9E8EB;
  border-color: #D9E8EB;
}

/* line 2, resources/assets/styles/components/_slider.scss */

.slick-controls {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 11, resources/assets/styles/components/_slider.scss */

.slick-arrow {
  display: block;
  left: auto;
  right: auto;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 18, resources/assets/styles/components/_slider.scss */

.slick-arrow.slick-disabled:before {
  color: #D9E8EB;
}

/* line 24, resources/assets/styles/components/_slider.scss */

.slick-arrow,
.slick-dots {
  position: relative;
  top: auto;
  bottom: 0;
}

/* line 30, resources/assets/styles/components/_slider.scss */

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

/* line 38, resources/assets/styles/components/_slider.scss */

.slick-dots li {
  height: 15px;
  width: 15px;
  margin: 0.3125rem;
}

/* line 43, resources/assets/styles/components/_slider.scss */

.slick-dots li button {
  height: 15px;
  width: 15px;
}

/* line 47, resources/assets/styles/components/_slider.scss */

.slick-dots li button:before {
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 15px;
  border: 2px solid #336B62;
  background-color: #fff;
}

/* line 59, resources/assets/styles/components/_slider.scss */

.slick-dots li.slick-active button:before {
  background-color: #336B62;
}

@media (min-width: 768px) {
  /* line 70, resources/assets/styles/components/_slider.scss */

  .slick-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 76, resources/assets/styles/components/_slider.scss */

.bekannt,
.partner,
.other-brands {
  margin-bottom: 5.625rem;
}

/* line 80, resources/assets/styles/components/_slider.scss */

.bekannt .wrapper:not(.slick-initialized),
.partner .wrapper:not(.slick-initialized),
.other-brands .wrapper:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 86, resources/assets/styles/components/_slider.scss */

.bekannt .wrapper .img-wrapper img,
.partner .wrapper .img-wrapper img,
.other-brands .wrapper .img-wrapper img {
  width: auto;
}

/* line 91, resources/assets/styles/components/_slider.scss */

.bekannt .wrapper:not(.slick-initialized),
.partner .wrapper:not(.slick-initialized),
.other-brands .wrapper:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
}

/* line 96, resources/assets/styles/components/_slider.scss */

.bekannt .wrapper:not(.slick-initialized)::-webkit-scrollbar,
.partner .wrapper:not(.slick-initialized)::-webkit-scrollbar,
.other-brands .wrapper:not(.slick-initialized)::-webkit-scrollbar {
  display: none;
}

/* line 100, resources/assets/styles/components/_slider.scss */

.bekannt .wrapper:not(.slick-initialized) .img-wrapper,
.partner .wrapper:not(.slick-initialized) .img-wrapper,
.other-brands .wrapper:not(.slick-initialized) .img-wrapper {
  margin-right: 2rem;
}

@media (max-width: 1329.98px) {
  /* line 107, resources/assets/styles/components/_slider.scss */

  .bekannt .headline,
  .partner .headline,
  .other-brands .headline {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}

@media (max-width: 767.98px) {
  /* line 76, resources/assets/styles/components/_slider.scss */

  .bekannt,
  .partner,
  .other-brands {
    margin-bottom: 3.75rem;
  }

  /* line 116, resources/assets/styles/components/_slider.scss */

  .bekannt .headline,
  .partner .headline,
  .other-brands .headline {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  /* line 122, resources/assets/styles/components/_slider.scss */

  .bekannt .headline span,
  .partner .headline span,
  .other-brands .headline span {
    padding: 0 0.5rem;
  }
}

@media (max-width: 575.98px) {
  /* line 129, resources/assets/styles/components/_slider.scss */

  .bekannt .headline,
  .partner .headline,
  .other-brands .headline {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

/* line 138, resources/assets/styles/components/_slider.scss */

.bekannt .wrapper .img-wrapper,
.partner .wrapper .img-wrapper {
  background-color: #fff;
  border-radius: 20px;
  height: 9.875rem;
  width: 18.75rem;
}

/* line 144, resources/assets/styles/components/_slider.scss */

.bekannt .wrapper .img-wrapper img,
.partner .wrapper .img-wrapper img {
  width: auto;
}

@media (max-width: 767.98px) {
  /* line 152, resources/assets/styles/components/_slider.scss */

  .bekannt .wrapper .img-wrapper,
  .partner .wrapper .img-wrapper {
    width: 18.125rem;
  }
}

/* line 159, resources/assets/styles/components/_slider.scss */

.other-brands {
  margin-top: 7.5rem;
}

/* line 162, resources/assets/styles/components/_slider.scss */

.other-brands .headline {
  margin-bottom: 2.8125rem;
}

/* line 167, resources/assets/styles/components/_slider.scss */

.other-brands .wrapper .img-wrapper {
  border-radius: 20px;
  background-color: #EAF3E5;
  width: 300px;
  height: 200px;
}

/* line 173, resources/assets/styles/components/_slider.scss */

.other-brands .wrapper .img-wrapper img {
  height: auto;
}

/* line 180, resources/assets/styles/components/_slider.scss */

.count-slider {
  padding-bottom: 1.875rem;
}

/* line 184, resources/assets/styles/components/_slider.scss */

.count-slider .col > div,
.count-slider .horizontal-list.icon-list > li > div,
.count-slider .gallery .gallery-item > div,
.gallery .count-slider .gallery-item > div {
  border-radius: 20px;
  padding: 1.875rem;
}

/* line 188, resources/assets/styles/components/_slider.scss */

.count-slider .col > div p,
.count-slider .horizontal-list.icon-list > li > div p,
.count-slider .gallery .gallery-item > div p,
.gallery .count-slider .gallery-item > div p {
  margin-bottom: 0;
  display: block;
}

/* line 193, resources/assets/styles/components/_slider.scss */

.count-slider .col > div .count,
.count-slider .horizontal-list.icon-list > li > div .count,
.count-slider .gallery .gallery-item > div .count,
.gallery .count-slider .gallery-item > div .count {
  font-size: 3.25rem;
  line-height: 3.875rem;
}

/* line 197, resources/assets/styles/components/_slider.scss */

.count-slider .col > div .count-label,
.count-slider .horizontal-list.icon-list > li > div .count-label,
.count-slider .gallery .gallery-item > div .count-label,
.gallery .count-slider .gallery-item > div .count-label {
  font-size: 1rem;
  line-height: 1.5625rem;
}

/* line 206, resources/assets/styles/components/_slider.scss */

.partner {
  margin-top: 8.75rem;
}

@media (max-width: 767.98px) {
  /* line 206, resources/assets/styles/components/_slider.scss */

  .partner {
    margin-top: 0;
  }
}

/* line 214, resources/assets/styles/components/_slider.scss */

.bekannt {
  margin-top: 3.75rem;
}

/* line 219, resources/assets/styles/components/_slider.scss */

.single-product .bekannt,
.single-ratgeber .bekannt,
.template-frontpage .bekannt,
.template-presse .bekannt {
  display: block;
}

/* line 225, resources/assets/styles/components/_slider.scss */

.product .partner,
.product .bekannt {
  margin-bottom: 0;
}

/* line 231, resources/assets/styles/components/_slider.scss */

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 235, resources/assets/styles/components/_slider.scss */

.slick-slide {
  height: inherit;
}

/* line 239, resources/assets/styles/components/_slider.scss */

.slick-prev,
.slick-next {
  width: calc(26px + 1px);
  height: calc(26px + 1px);
}

/* line 243, resources/assets/styles/components/_slider.scss */

.slick-prev:before,
.slick-next:before {
  font-size: 26px;
}

/* line 248, resources/assets/styles/components/_slider.scss */

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #6DC1AE;
}

/* line 258, resources/assets/styles/components/_slider.scss */

.slick-dots li button:hover:before {
  background-color: #6DC1AE;
  border-color: #6DC1AE;
}

/* line 272, resources/assets/styles/components/_slider.scss */

.bg-primary-dark .slick-prev:not(.slick-disabled):before,
.bg-primary-dark .slick-next:not(.slick-disabled):before {
  color: #6DC1AE;
}

/* line 281, resources/assets/styles/components/_slider.scss */

.bg-primary-dark .slick-dots li button:before {
  background-color: transparent;
  border-color: #6DC1AE;
}

/* line 289, resources/assets/styles/components/_slider.scss */

.bg-primary-dark .slick-dots li.slick-active button:before {
  background-color: #6DC1AE;
}

/* line 303, resources/assets/styles/components/_slider.scss */

.bg-primary-light .slick-prev.slick-disabled:before,
.bg-primary-light .slick-next.slick-disabled:before {
  color: #fff;
}

/* line 312, resources/assets/styles/components/_slider.scss */

.bg-primary-light .slick-dots li button:before {
  background-color: transparent;
}

/* line 319, resources/assets/styles/components/_slider.scss */

.bg-primary-light .slick-dots li.slick-active button:before {
  background-color: #336B62;
}

@media (max-width: 1199.98px) {
  /* line 331, resources/assets/styles/components/_slider.scss */

  .count-slider .col,
  .count-slider .horizontal-list.icon-list > li,
  .count-slider .gallery .gallery-item,
  .gallery .count-slider .gallery-item {
    height: 100%;
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 991.98px) {
  /* line 339, resources/assets/styles/components/_slider.scss */

  .block .slick-list {
    padding: 0 20% 0 0 !important;
    margin-left: -15px;
  }

  /* line 344, resources/assets/styles/components/_slider.scss */

  .slick-controls {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 352, resources/assets/styles/components/_slider.scss */

  .count-slider .slick-slide .col > div,
  .count-slider .slick-slide .horizontal-list.icon-list > li > div,
  .count-slider .slick-slide .gallery .gallery-item > div,
  .gallery .count-slider .slick-slide .gallery-item > div {
    height: 100%;
    padding: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  /* line 362, resources/assets/styles/components/_slider.scss */

  .bekannt {
    overflow: hidden;
  }

  /* line 365, resources/assets/styles/components/_slider.scss */

  .bekannt .headline {
    text-align: left;
    font-size: 1.75rem;
    margin-bottom: 0.9375rem;
  }

  /* line 371, resources/assets/styles/components/_slider.scss */

  .bekannt .dotted-line {
    display: none;
  }

  /* line 375, resources/assets/styles/components/_slider.scss */

  .bekannt,
  .other-brands {
    overflow: hidden;
  }

  /* line 378, resources/assets/styles/components/_slider.scss */

  .bekannt .slick-list,
  .other-brands .slick-list {
    overflow: visible;
  }
}

@media (max-width: 575.98px) {
  /* line 386, resources/assets/styles/components/_slider.scss */

  .slick-list {
    padding: 0 20% 0 0 !important;
    margin-left: -15px;
  }

  /* line 392, resources/assets/styles/components/_slider.scss */

  .slick-slide .col,
  .slick-slide .horizontal-list.icon-list > li,
  .slick-slide .gallery .gallery-item,
  .gallery .slick-slide .gallery-item {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 397, resources/assets/styles/components/_slider.scss */

  .slick-slide > div {
    height: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  /* line 402, resources/assets/styles/components/_slider.scss */

  .slick-slide > div > .card,
  .single-ratgeber .slick-slide > div > .social-box,
  .single-post .slick-slide > div > .social-box,
  .template-rechner .slick-slide > div > .social-box,
  .matching-ratgeber .slick-slide > div > .social-box,
  .single-product .slick-slide > div > .social-box {
    height: inherit;
  }

  /* line 410, resources/assets/styles/components/_slider.scss */

  .bekannt .wrapper .img-wrapper,
  .partner .wrapper .img-wrapper,
  .other-brands .wrapper .img-wrapper {
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  /* line 415, resources/assets/styles/components/_slider.scss */

  .bekannt .wrapper .img-wrapper img,
  .partner .wrapper .img-wrapper img,
  .other-brands .wrapper .img-wrapper img {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 426, resources/assets/styles/components/_slider.scss */

  .product-hero-wrapper + .bekannt .row {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 1, resources/assets/styles/layouts/_header.scss */

.breadcrumb-item {
  font-size: 0.875rem;
  margin-top: 1.5625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 7, resources/assets/styles/layouts/_header.scss */

.breadcrumb-item .icon-rm-house {
  font-size: 0.8125rem;
}

/* line 11, resources/assets/styles/layouts/_header.scss */

.breadcrumb-item + .breadcrumb-item:before {
  font-size: 0.75rem;
}

/* line 16, resources/assets/styles/layouts/_header.scss */

.breadcrumb-item a:not(.home):hover {
  text-decoration: none;
}

/* line 20, resources/assets/styles/layouts/_header.scss */

.breadcrumb-item a.home:hover {
  color: #EC6552;
}

/* line 25, resources/assets/styles/layouts/_header.scss */

.page-header {
  margin-bottom: 1.25rem;
}

/* line 28, resources/assets/styles/layouts/_header.scss */

.page-header .page-subtitle {
  font-size: 1.375rem;
}

/* line 32, resources/assets/styles/layouts/_header.scss */

.page-header .page-hero {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

/* line 38, resources/assets/styles/layouts/_header.scss */

.page-header .page-hero img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 45, resources/assets/styles/layouts/_header.scss */

.header-main {
  background-color: #fff;
  top: 0;
  position: sticky;
  z-index: 2;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  padding: 1.5rem 0 1rem;
}

/* line 53, resources/assets/styles/layouts/_header.scss */

.header-main .brand-overlay {
  display: none;
}

/* line 59, resources/assets/styles/layouts/_header.scss */

.fixed .header-main {
  background-color: #EAF3E5;
}

@media (max-width: 991.98px) {
  /* line 66, resources/assets/styles/layouts/_header.scss */

  .page-header .page-title {
    font-size: 1.875rem;
  }

  /* line 71, resources/assets/styles/layouts/_header.scss */

  .header-main .header-content {
    max-width: calc(100% - 64px);
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 77, resources/assets/styles/layouts/_header.scss */

  .header-main .header-content .header-cta {
    display: none;
    font-size: 1rem;
    padding: 0.3125rem 0.9375rem;
    margin: 0;
  }

  /* line 88, resources/assets/styles/layouts/_header.scss */

  .fixed:not(.open) .header-main .brand {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}

@media (max-width: 575.98px) {
  /* line 99, resources/assets/styles/layouts/_header.scss */

  .header-main .header-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 102, resources/assets/styles/layouts/_header.scss */

  .header-main .header-content .header-cta {
    padding: 0.3125rem 0.75rem;
  }

  /* line 105, resources/assets/styles/layouts/_header.scss */

  .header-main .header-content .header-cta:after {
    content: none;
  }
}

@media (min-width: 992px) {
  /* line 115, resources/assets/styles/layouts/_header.scss */

  .page-header .page-subtitle {
    font-size: 1.875rem;
  }
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.page-footer {
  margin-top: 3.125rem;
}

/* line 5, resources/assets/styles/layouts/_footer.scss */

.page-footer .footer-top img {
  height: auto;
}

/* line 10, resources/assets/styles/layouts/_footer.scss */

.page-footer .footer-content {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  font-size: 1.125rem;
}

/* line 16, resources/assets/styles/layouts/_footer.scss */

.page-footer .nav-title {
  color: #6DC1AE;
}

/* line 21, resources/assets/styles/layouts/_footer.scss */

.page-footer .nav li {
  margin-bottom: 0.625rem;
}

/* line 24, resources/assets/styles/layouts/_footer.scss */

.page-footer .nav li a {
  color: #fff;
}

/* line 29, resources/assets/styles/layouts/_footer.scss */

.page-footer .nav li:hover a {
  text-decoration: none;
  color: #6DC1AE;
}

/* line 37, resources/assets/styles/layouts/_footer.scss */

.page-footer .footer-col-last {
  padding-top: 2.5rem;
}

/* line 43, resources/assets/styles/layouts/_footer.scss */

.page-footer .footer-col.footer-contact .info {
  border-radius: 20px;
  padding: 1.25rem;
}

/* line 47, resources/assets/styles/layouts/_footer.scss */

.page-footer .footer-col.footer-contact .info a {
  color: #fff;
}

/* line 51, resources/assets/styles/layouts/_footer.scss */

.page-footer .footer-col.footer-contact .info hr {
  width: 38px;
  border-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

/* line 58, resources/assets/styles/layouts/_footer.scss */

.page-footer .footer-col.footer-contact .info > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 0.9375rem;
}

/* line 64, resources/assets/styles/layouts/_footer.scss */

.page-footer .footer-col.footer-contact .info > span:last-child {
  margin-bottom: 0;
}

/* line 69, resources/assets/styles/layouts/_footer.scss */

.page-footer .footer-col.footer-contact .info [class^="icon-rm-"] {
  font-size: 1.25rem;
  width: 25px;
  margin-right: 0.5rem;
}

/* line 75, resources/assets/styles/layouts/_footer.scss */

.page-footer .footer-col.footer-contact .info .icon-rm-envelope {
  font-size: 1.0625rem;
}

/* line 83, resources/assets/styles/layouts/_footer.scss */

.page-footer .social-list [class^="icon-rm-"] {
  color: #fff;
  font-size: 2.3125rem;
}

/* line 88, resources/assets/styles/layouts/_footer.scss */

.page-footer .social-list a:hover {
  text-decoration: none;
}

/* line 91, resources/assets/styles/layouts/_footer.scss */

.page-footer .social-list a:hover [class^="icon-rm-"] {
  color: #EAF3E5;
}

/* line 97, resources/assets/styles/layouts/_footer.scss */

.page-footer .legal {
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
}

/* line 101, resources/assets/styles/layouts/_footer.scss */

.page-footer .legal > .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 105, resources/assets/styles/layouts/_footer.scss */

.page-footer .legal a {
  color: #fff;
  margin-right: 1.5rem;
  font-size: 1rem;
}

/* line 110, resources/assets/styles/layouts/_footer.scss */

.page-footer .legal a:hover {
  text-decoration: none;
  color: #EC6552;
}

/* line 117, resources/assets/styles/layouts/_footer.scss */

.page-footer .nav-legal {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

/* line 120, resources/assets/styles/layouts/_footer.scss */

.page-footer .nav-legal li:not(:last-child) {
  margin-right: 2.1875rem;
}

/* line 124, resources/assets/styles/layouts/_footer.scss */

.page-footer .nav-legal a {
  color: #fff;
}

/* line 128, resources/assets/styles/layouts/_footer.scss */

.page-footer .nav-legal a:not(:last-of-type)[class^="icon-footer-"],
.page-footer .nav-legal a:not(:last-of-type)[class*=" icon-footer-"] {
  margin-right: 1.5625rem;
  height: 2.0625rem;
}

/* line 135, resources/assets/styles/layouts/_footer.scss */

.page-footer .nav-legal a:last-of-type {
  margin-right: 0;
}

/* line 139, resources/assets/styles/layouts/_footer.scss */

.page-footer .nav-legal a.icon-footer-facebook {
  border-radius: 0.625rem;
  overflow: hidden;
}

/* line 147, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .nf-form-content {
  padding: 0;
}

/* line 151, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .nf-form-title,
.page-footer .newsletter-form .nf-form-fields-required {
  display: none;
}

/* line 155, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form p {
  color: #fff;
  font-size: 1rem;
}

/* line 160, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .newsletter-heading {
  margin-bottom: 0;
}

/* line 163, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .newsletter-heading p {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  font-weight: 700;
}

/* line 170, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .newsletter-text {
  margin-bottom: 0.5rem;
}

/* line 174, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form input[type=button] {
  background-color: transparent;
  border-radius: 3.75rem;
  border: 2px solid #EC6552;
  padding: 0.8125rem 1.5625rem;
  height: unset;
  text-align: left;
  width: 100%;
}

/* line 185, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .textbox-wrap .nf-field-label {
  position: relative;
}

/* line 95, resources/assets/styles/_mixins.scss */

.page-footer .newsletter-form .textbox-wrap .nf-field-label + .nf-field-element:after {
  content: "\E907";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EC6552;
  position: absolute;
  right: 1.5625rem;
  top: 1rem;
  font-size: 1rem;
}

/* line 200, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .newsletter-email {
  margin-bottom: 1.25rem;
}

/* line 203, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .newsletter-email .nf-field-label {
  height: unset;
  visibility: visible;
}

/* line 207, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .newsletter-email .nf-field-label label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #fff;
}

/* line 214, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .newsletter-email input[type=email] {
  border-radius: 0.625rem;
  background-color: #fff;
  border: none;
  height: 3.75rem;
}

/* line 223, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .nf-field-label label {
  font-weight: 400;
}

/* line 230, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .checkbox-wrap .nf-field-label label {
  margin-left: 2.1875rem;
  color: #fff;
  font-size: 0.875rem;
}

/* line 235, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .checkbox-wrap .nf-field-label label:after {
  content: '';
  background-color: #fff;
  width: 25px;
  height: 25px;
  border: 0 none;
  border-radius: 0.3125rem;
  left: -35px;
}

/* line 247, resources/assets/styles/layouts/_footer.scss */

.page-footer .newsletter-form .checkbox-wrap .ninja-forms-req-symbol {
  display: none;
}

/* line 253, resources/assets/styles/layouts/_footer.scss */

.page-footer .legal-badge {
  border: 2px solid #D9E8EB;
  border-radius: 20px;
  padding: 0.9375rem;
  margin-top: 0.9375rem;
  display: inline-block;
}

/* line 260, resources/assets/styles/layouts/_footer.scss */

.page-footer .legal-badge img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  /* line 269, resources/assets/styles/layouts/_footer.scss */

  .page-footer .footer-col {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 767.98px) {
  /* line 277, resources/assets/styles/layouts/_footer.scss */

  .page-footer .footer-content {
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }

  /* line 282, resources/assets/styles/layouts/_footer.scss */

  .page-footer .footer-logo,
  .page-footer .made-with-love {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 287, resources/assets/styles/layouts/_footer.scss */

  .page-footer .footer-logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 2.5rem;
  }

  /* line 292, resources/assets/styles/layouts/_footer.scss */

  .page-footer .made-with-love {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    margin-top: 4.375rem;
  }

  /* line 298, resources/assets/styles/layouts/_footer.scss */

  .page-footer .social-list a {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 304, resources/assets/styles/layouts/_footer.scss */

  .legal-badge {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  /* line 311, resources/assets/styles/layouts/_footer.scss */

  .page-footer .made-with-love {
    margin-top: 3.75rem;
  }

  /* line 315, resources/assets/styles/layouts/_footer.scss */

  .page-footer .footer-col {
    border: 2px solid #D9E8EB;
    border-radius: 20px;
    padding: 1.25rem 1.5625rem 0.3125rem;
  }

  /* line 320, resources/assets/styles/layouts/_footer.scss */

  .page-footer .footer-col .nav-title {
    margin-bottom: 0.9375rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25rem;
  }

  /* line 95, resources/assets/styles/_mixins.scss */

  .page-footer .footer-col .nav-title:after {
    content: "\E905";
    font-family: "rigtmart" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #EC6552;
    font-size: 1.625rem;
  }

  /* line 95, resources/assets/styles/_mixins.scss */

  .page-footer .footer-col .nav-title[aria-expanded="true"]:after {
    content: "\E904";
  }

  /* line 337, resources/assets/styles/layouts/_footer.scss */

  .page-footer .footer-col .collapse {
    padding-bottom: 0.9375rem;
  }

  /* line 343, resources/assets/styles/layouts/_footer.scss */

  .page-footer .social-list a {
    padding: 0.625rem;
  }

  /* line 348, resources/assets/styles/layouts/_footer.scss */

  .page-footer .legal {
    text-align: center;
  }

  /* line 351, resources/assets/styles/layouts/_footer.scss */

  .page-footer .legal .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 354, resources/assets/styles/layouts/_footer.scss */

  .page-footer .legal .container .legal-links {
    margin-bottom: 1.5625rem;
  }

  /* line 359, resources/assets/styles/layouts/_footer.scss */

  .page-footer .legal .copy {
    width: 100%;
  }

  /* line 362, resources/assets/styles/layouts/_footer.scss */

  .page-footer .legal .copy > span {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 372, resources/assets/styles/layouts/_footer.scss */

  .page-footer .nav-title {
    margin-bottom: 1rem;
  }

  /* line 375, resources/assets/styles/layouts/_footer.scss */

  .page-footer .nav-title + .collapse {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 384, resources/assets/styles/layouts/_footer.scss */

  .page-footer .row {
    margin-top: 4.375rem;
  }

  /* line 388, resources/assets/styles/layouts/_footer.scss */

  .page-footer .footer-top {
    margin-bottom: 4.375rem;
  }

  /* line 392, resources/assets/styles/layouts/_footer.scss */

  .page-footer .nav-title {
    font-size: 1.5625rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 400, resources/assets/styles/layouts/_footer.scss */

  .single-ratgeber .page-footer,
  .single-post .page-footer {
    margin-bottom: 3.3125rem;
  }
}

/* line 13, resources/assets/styles/layouts/_pages.scss */

main.main a[href^="mailto:"]:not(.btn) {
  text-decoration: underline;
}

/* line 17, resources/assets/styles/layouts/_pages.scss */

main.main [id] {
  scroll-margin-top: 90px;
}

/* line 23, resources/assets/styles/layouts/_pages.scss */

.page-content .content {
  max-width: 850px;
}

/* line 26, resources/assets/styles/layouts/_pages.scss */

.page-content .content a {
  padding-bottom: 0;
}

/* line 32, resources/assets/styles/layouts/_pages.scss */

.page-footer {
  margin-top: 5.625rem;
}

/* line 39, resources/assets/styles/layouts/_pages.scss */

.block.icon-slider .slider .col > div,
.block.icon-slider .slider .horizontal-list.icon-list > li > div,
.block.icon-slider .slider .gallery .gallery-item > div,
.gallery .block.icon-slider .slider .gallery-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EAF3E5;
  border-radius: 20px;
  padding: 1.5625rem;
  height: 100%;
}

/* line 49, resources/assets/styles/layouts/_pages.scss */

.block.icon-slider .slider .col p,
.block.icon-slider .slider .horizontal-list.icon-list > li p,
.block.icon-slider .slider .gallery .gallery-item p,
.gallery .block.icon-slider .slider .gallery-item p {
  margin-bottom: 0;
  display: block;
}

/* line 56, resources/assets/styles/layouts/_pages.scss */

.block.icon-slider .slider .col .slide-title,
.block.icon-slider .slider .horizontal-list.icon-list > li .slide-title,
.block.icon-slider .slider .gallery .gallery-item .slide-title,
.gallery .block.icon-slider .slider .gallery-item .slide-title {
  font-size: 2.9375rem;
  line-height: 3.5rem;
}

/* line 61, resources/assets/styles/layouts/_pages.scss */

.block.icon-slider .slider .col .slide-content,
.block.icon-slider .slider .horizontal-list.icon-list > li .slide-content,
.block.icon-slider .slider .gallery .gallery-item .slide-content,
.gallery .block.icon-slider .slider .gallery-item .slide-content {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #6DC1AE;
}

/* line 68, resources/assets/styles/layouts/_pages.scss */

.block.icon-slider .slider .col .image-wrapper,
.block.icon-slider .slider .horizontal-list.icon-list > li .image-wrapper,
.block.icon-slider .slider .gallery .gallery-item .image-wrapper,
.gallery .block.icon-slider .slider .gallery-item .image-wrapper {
  padding-right: 1rem;
}

/* line 71, resources/assets/styles/layouts/_pages.scss */

.block.icon-slider .slider .col .image-wrapper img,
.block.icon-slider .slider .horizontal-list.icon-list > li .image-wrapper img,
.block.icon-slider .slider .gallery .gallery-item .image-wrapper img,
.gallery .block.icon-slider .slider .gallery-item .image-wrapper img {
  height: 70px;
  -o-object-fit: none;
     object-fit: none;
  width: auto;
  max-width: none;
}

@media (max-width: 767.98px) {
  /* line 84, resources/assets/styles/layouts/_pages.scss */

  .block.icon-slider .block:not(.icon-slider) .slider .col,
  .block.icon-slider .block:not(.icon-slider) .slider .horizontal-list.icon-list > li,
  .block.icon-slider .block:not(.icon-slider) .slider .gallery .gallery-item,
  .gallery .block.icon-slider .block:not(.icon-slider) .slider .gallery-item {
    height: 100%;
    margin-bottom: 0.9375rem;
  }

  /* line 88, resources/assets/styles/layouts/_pages.scss */

  .block.icon-slider .block:not(.icon-slider) .slider .col > div,
  .block.icon-slider .block:not(.icon-slider) .slider .horizontal-list.icon-list > li > div,
  .block.icon-slider .block:not(.icon-slider) .slider .gallery .gallery-item > div,
  .gallery .block.icon-slider .block:not(.icon-slider) .slider .gallery-item > div {
    background-color: #D9E8EB;
    border-radius: 20px;
    padding: 1.5625rem;
  }
}

@media (max-width: 1329.98px) {
  /* line 100, resources/assets/styles/layouts/_pages.scss */

  .container {
    max-width: calc(100% - 90px);
  }
}

@media (max-width: 991.98px) {
  /* line 107, resources/assets/styles/layouts/_pages.scss */

  .product-hero-wrapper .container,
  main.main .container,
  .page-footer .container {
    max-width: calc(100% - 64px);
  }

  /* line 113, resources/assets/styles/layouts/_pages.scss */

  .page-content .content h2,
  .page-content .content .h2 {
    font-size: 1.5rem;
  }

  /* line 120, resources/assets/styles/layouts/_pages.scss */

  .block.icon-slider .slider .col,
  .block.icon-slider .slider .horizontal-list.icon-list > li,
  .block.icon-slider .slider .gallery .gallery-item,
  .gallery .block.icon-slider .slider .gallery-item {
    margin-bottom: 0.9375rem;
  }

  /* line 123, resources/assets/styles/layouts/_pages.scss */

  .block.icon-slider .slider .col > div,
  .block.icon-slider .slider .horizontal-list.icon-list > li > div,
  .block.icon-slider .slider .gallery .gallery-item > div,
  .gallery .block.icon-slider .slider .gallery-item > div {
    height: 100%;
    padding: 1.25rem;
  }
}

@media (min-width: 992px) {
  /* line 134, resources/assets/styles/layouts/_pages.scss */

  main.main [id] {
    scroll-margin-top: 110px;
  }

  /* line 139, resources/assets/styles/layouts/_pages.scss */

  .page-template-default.page .page-header {
    margin-top: 4.375rem;
    margin-bottom: 0.9375rem;
  }
}

/* line 2, resources/assets/styles/layouts/_front-page.scss */

.home .product-hero {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 7, resources/assets/styles/layouts/_front-page.scss */

.home .product-hero .page-hero {
  width: 100%;
  max-width: 1850px;
  margin: 0 auto;
  max-height: none;
}

@media (max-width: 835px) {
  /* line 18, resources/assets/styles/layouts/_front-page.scss */

  .home .product-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 22, resources/assets/styles/layouts/_front-page.scss */

  .home .product-hero .page-hero {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 1.875rem;
  }

  /* line 27, resources/assets/styles/layouts/_front-page.scss */

  .home .product-hero .content {
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 835px) {
  /* line 38, resources/assets/styles/layouts/_front-page.scss */

  .home .product-hero .page-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-bottom: 1.875rem;
  }

  /* line 44, resources/assets/styles/layouts/_front-page.scss */

  .home .product-hero .content {
    position: absolute;
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 1;
    color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto;
    padding: 0;
  }

  /* line 58, resources/assets/styles/layouts/_front-page.scss */

  .home .product-hero .content > * {
    width: 50%;
    max-width: 650px;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 992px) {
  /* line 71, resources/assets/styles/layouts/_front-page.scss */

  .home .product-hero .page-hero {
    max-height: 740px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}

/* line 2, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .page-title {
  font-size: 3.125rem;
  line-height: 3.4375rem;
}

/* line 7, resources/assets/styles/layouts/_jobs.scss */

.template-jobs h1,
.template-jobs h2,
.template-jobs p,
.template-jobs .position {
  color: #336B62;
}

/* line 11, resources/assets/styles/layouts/_jobs.scss */

.template-jobs h2 {
  text-align: center;
}

/* line 15, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .content {
  font-weight: 700;
  line-height: 2.1875rem;
  font-size: 1.5625rem;
  margin-bottom: 5.5625rem;
}

/* line 22, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list {
  margin-top: 2.8125rem;
}

/* line 25, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .card-item {
  margin-bottom: 0.9375rem;
}

/* line 28, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .card-item .position {
  font-size: 1.5625rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 0.8125rem;
  display: block;
  position: relative;
}

/* line 36, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .card-item .position::after {
  content: "\E908";
  font-family: "icomoon";
  color: #336B62;
  font-size: 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  position: absolute;
  right: -5.875rem;
  top: -0.75rem;
  padding-left: 0.75rem;
  height: 1.875rem;
  width: 1.875rem;
}

@media (max-width: 575.98px) {
  /* line 36, resources/assets/styles/layouts/_jobs.scss */

  .template-jobs .jobs-list .card-item .position::after {
    right: -2.1875rem;
  }
}

/* line 56, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .card-item .term-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 59, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .card-item .term-list span {
  background-color: #fff;
  color: #63718A;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  margin-right: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

/* line 71, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .jobs-link-initiativ {
  background-color: #336B62;
  border-radius: 0.625rem;
  color: #fff;
}

/* line 76, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .jobs-link-initiativ .position {
  color: #fff;
}

/* line 81, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .jobs-link-initiativ .term-list span {
  background-color: #6DC1AE;
  color: #63718A;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  margin-right: 0.75rem;
}

/* line 90, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .jobs-link-initiativ:hover {
  background-color: #6DC1AE;
}

/* line 95, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .jobs-link,
.template-jobs .jobs-list .jobs-link-initiativ {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/* line 98, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .jobs-link:hover,
.template-jobs .jobs-list .jobs-link-initiativ:hover {
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/* line 102, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .jobs-link:hover .position,
.template-jobs .jobs-list .jobs-link-initiativ:hover .position {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/* line 105, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .jobs-link:hover .position::after,
.template-jobs .jobs-list .jobs-link-initiativ:hover .position::after {
  border-radius: 50%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/* line 113, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .jobs-link {
  background-color: #E5EEFA;
  border-radius: 0.625rem;
}

/* line 117, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .jobs-link:hover {
  background-color: #336B62;
}

/* line 120, resources/assets/styles/layouts/_jobs.scss */

.template-jobs .jobs-list .jobs-link:hover .position {
  color: #fff;
}

/* line 129, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-header {
  margin-top: 5rem;
}

/* line 132, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-header .page-title {
  font-size: 3.125rem;
  margin-bottom: 2.1875rem;
  color: #336B62;
}

/* line 138, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-header .term-list {
  color: #63718A;
  margin-bottom: 1.5625rem;
  font-size: 1.125rem;
}

/* line 143, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-header .term-list span {
  margin-right: 0.6875rem;
  border-radius: 0.625rem;
  padding: 0.3125rem 0.625rem;
  background-color: #E5EEFA;
}

/* line 152, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .job-intro {
  margin-bottom: 3.3125rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

/* line 158, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .back-to {
  position: relative;
  padding-left: 2.125rem;
  display: block;
  padding-top: 2rem;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border-bottom: 2px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 167, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .back-to:hover {
  text-decoration: none;
}

/* line 170, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .back-to:hover::before {
  left: 0.25rem;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

/* line 175, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .back-to:hover::after {
  width: 100%;
}

/* line 180, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .back-to::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #EC6552;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

/* line 189, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .back-to::before {
  content: "\E904";
  font-family: "icomoon";
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  left: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

/* line 199, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content {
  margin-bottom: 5rem;
}

/* line 202, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content {
  max-width: 840px;
  margin: auto;
}

/* line 206, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content h2 {
  font-size: 1.875rem;
  line-height: 3.4375rem;
  font-weight: 700;
  margin-bottom: 1.4375rem;
}

/* line 213, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content ul {
  margin-bottom: 0;
}

/* line 217, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content > .arrow-list {
  margin-bottom: 4.0625rem;
}

/* line 220, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content > .arrow-list li {
  padding-left: 2.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

/* line 228, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content .img-overlay img {
  max-width: 20.625rem;
}

/* line 233, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content .team-cta-container {
  padding: 0;
  max-width: none;
}

/* line 238, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content .col-team-cta {
  padding: 2.5625rem 4.8125rem 1.9375rem 4.8125rem;
}

/* line 242, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content .team-cta-element {
  margin-bottom: 5.625rem;
}

/* line 245, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content .team-cta-element .headline-desk {
  font-size: 1.125rem;
}

/* line 249, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content .team-cta-element .team-desc {
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
}

/* line 256, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content .team-cta-element .team-sub {
  color: #6DC1AE;
}

/* line 260, resources/assets/styles/layouts/_jobs.scss */

.single-jobs .page-content .content .team-cta-element .cta {
  width: 21.1875rem;
  padding: 1.1875rem 0;
}

@media (max-width: calc(835px - 1px)) {
  /* line 269, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .back-to {
    display: none;
  }

  /* line 274, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-header .page-title {
    margin-bottom: 3.125rem;
  }

  /* line 278, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-header .term-list {
    margin-bottom: 3.75rem;
  }

  /* line 285, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  /* line 289, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .headline-mob {
    display: none;
  }

  /* line 293, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .headline-desk {
    display: block;
    margin-top: 0.625rem;
  }

  /* line 298, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .col-team-cta {
    max-width: 27.75rem;
    margin: auto;
  }

  /* line 302, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .col-team-cta .col-contents {
    background-color: #E5EEFA;
    border-radius: 0;
    margin-top: -10rem;
  }

  /* line 308, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .col-team-cta .col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* line 312, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .col-team-cta .img-overlay {
    position: relative;
    margin-top: -5.625rem;
  }

  /* line 316, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .col-team-cta .img-overlay::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 328, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-header .page-title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }

  /* line 333, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-header .term-list {
    margin-bottom: 1.875rem;
  }

  /* line 336, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-header .term-list span {
    margin-bottom: 0.6875rem;
  }

  /* line 344, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content h2 {
    line-height: 2rem;
  }

  /* line 348, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element {
    margin-bottom: 4.875rem;
    margin-top: 6.25rem;
  }

  /* line 352, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .col-team-cta {
    padding: 2.875rem 1.875rem;
  }

  /* line 355, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .col-team-cta .col-content {
    width: 100%;
  }

  /* line 359, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .col-team-cta .img-overlay {
    top: unset;
  }

  /* line 363, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .col-team-cta .headline-desk {
    padding: 0;
    margin-left: 0;
    margin-top: 1.5625rem;
  }

  /* line 369, resources/assets/styles/layouts/_jobs.scss */

  .single-jobs .page-content .content .team-cta-element .col-team-cta .cta {
    width: 100%;
  }
}

/* line 3, resources/assets/styles/layouts/_office.scss */

.template-office .page-content .content {
  max-width: 52.5rem;
  margin: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 5rem;
}

/* line 12, resources/assets/styles/layouts/_office.scss */

.template-office .stage + .stage {
  margin-top: 5rem;
}

/* line 17, resources/assets/styles/layouts/_office.scss */

.template-office .stage-partner .stage-headline {
  margin-bottom: 3.75rem;
}

/* line 22, resources/assets/styles/layouts/_office.scss */

.template-office .stage-headline {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 4.25rem;
  text-align: center;
  color: #336B62;
}

/* line 30, resources/assets/styles/layouts/_office.scss */

.template-office .card-item {
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

/* line 34, resources/assets/styles/layouts/_office.scss */

.template-office .card-item .position {
  color: #336B62;
}

/* line 40, resources/assets/styles/layouts/_office.scss */

.template-office .card:hover,
.template-office .single-ratgeber .social-box:hover,
.single-ratgeber .template-office .social-box:hover,
.template-office .single-post .social-box:hover,
.single-post .template-office .social-box:hover,
.template-office .template-rechner .social-box:hover,
.template-rechner .template-office .social-box:hover,
.template-office .matching-ratgeber .social-box:hover,
.matching-ratgeber .template-office .social-box:hover,
.template-office .single-product .social-box:hover,
.single-product .template-office .social-box:hover {
  text-decoration: none;
}

/* line 44, resources/assets/styles/layouts/_office.scss */

.template-office .card .card-bottom,
.template-office .single-ratgeber .social-box .card-bottom,
.single-ratgeber .template-office .social-box .card-bottom,
.template-office .single-post .social-box .card-bottom,
.single-post .template-office .social-box .card-bottom,
.template-office .template-rechner .social-box .card-bottom,
.template-rechner .template-office .social-box .card-bottom,
.template-office .matching-ratgeber .social-box .card-bottom,
.matching-ratgeber .template-office .social-box .card-bottom,
.template-office .single-product .social-box .card-bottom,
.single-product .template-office .social-box .card-bottom {
  padding: 0;
}

/* line 47, resources/assets/styles/layouts/_office.scss */

.template-office .card .card-bottom .more-link,
.template-office .single-ratgeber .social-box .card-bottom .more-link,
.single-ratgeber .template-office .social-box .card-bottom .more-link,
.template-office .single-post .social-box .card-bottom .more-link,
.single-post .template-office .social-box .card-bottom .more-link,
.template-office .template-rechner .social-box .card-bottom .more-link,
.template-rechner .template-office .social-box .card-bottom .more-link,
.template-office .matching-ratgeber .social-box .card-bottom .more-link,
.matching-ratgeber .template-office .social-box .card-bottom .more-link,
.template-office .single-product .social-box .card-bottom .more-link,
.single-product .template-office .social-box .card-bottom .more-link {
  position: relative;
  color: #EC6552;
}

/* line 95, resources/assets/styles/_mixins.scss */

.template-office .card .card-bottom .more-link:after,
.template-office .single-ratgeber .social-box .card-bottom .more-link:after,
.single-ratgeber .template-office .social-box .card-bottom .more-link:after,
.template-office .single-post .social-box .card-bottom .more-link:after,
.single-post .template-office .social-box .card-bottom .more-link:after,
.template-office .template-rechner .social-box .card-bottom .more-link:after,
.template-rechner .template-office .social-box .card-bottom .more-link:after,
.template-office .matching-ratgeber .social-box .card-bottom .more-link:after,
.matching-ratgeber .template-office .social-box .card-bottom .more-link:after,
.template-office .single-product .social-box .card-bottom .more-link:after,
.single-product .template-office .social-box .card-bottom .more-link:after {
  content: "\E906";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EC6552;
  position: absolute;
  right: 0;
  font-size: 1.125rem;
}

/* line 60, resources/assets/styles/layouts/_office.scss */

.template-office .team-title {
  display: none;
}

/* line 66, resources/assets/styles/layouts/_office.scss */

.single-office .back-to {
  position: relative;
  padding-left: 1.1875rem;
  display: block;
  padding-top: 2rem;
}

/* line 72, resources/assets/styles/layouts/_office.scss */

.single-office .back-to:hover {
  text-decoration: none;
  color: #6DC1AE;
}

/* line 77, resources/assets/styles/layouts/_office.scss */

.single-office .back-to::before {
  content: "\E904";
  font-family: "icomoon";
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  left: -0.9375rem;
}

/* line 86, resources/assets/styles/layouts/_office.scss */

.single-office .col-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  background-color: rgba(217, 232, 235, 0.7);
  border-radius: 0.625rem;
  z-index: 2;
  padding: 0.125rem;
  padding-right: 5rem;
}

/* line 94, resources/assets/styles/layouts/_office.scss */

.single-office .col-text > p {
  line-height: 1.875rem;
  font-size: 1.125rem;
}

/* line 100, resources/assets/styles/layouts/_office.scss */

.single-office .col-picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

/* line 103, resources/assets/styles/layouts/_office.scss */

.single-office .col-picture img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 110, resources/assets/styles/layouts/_office.scss */

.single-office .lawyer-row {
  background-color: #D9E8EB;
  border-radius: 0.625rem;
  padding: 3.3125rem 4rem 4.5rem 4rem;
  position: relative;
  margin-top: 10rem;
  margin-bottom: 6.25rem;
}

/* line 118, resources/assets/styles/layouts/_office.scss */

.single-office .lawyer-row .page-title {
  font-size: 3.125rem;
  line-height: 3.4375rem;
  color: #336B62;
}

/* line 124, resources/assets/styles/layouts/_office.scss */

.single-office .lawyer-row .page-subtitle {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.9375rem;
}

/* line 131, resources/assets/styles/layouts/_office.scss */

.single-office .col-timeline,
.single-office .col-interview {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

/* line 135, resources/assets/styles/layouts/_office.scss */

.single-office .col-timeline {
  padding-right: 2rem;
}

/* line 139, resources/assets/styles/layouts/_office.scss */

.single-office .row-timeline {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 144, resources/assets/styles/layouts/_office.scss */

.single-office .col-interview h2 {
  font-size: 1.5625rem;
  margin-bottom: 3.125rem;
}

/* line 149, resources/assets/styles/layouts/_office.scss */

.single-office .col-interview .interview-item {
  background-color: #D9E8EB;
  border-radius: 0.625rem;
  padding: 2.25rem 2rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

/* line 156, resources/assets/styles/layouts/_office.scss */

.single-office .col-interview .interview-item .interview-question {
  font-weight: 700;
  margin-bottom: 1.75rem;
}

/* line 161, resources/assets/styles/layouts/_office.scss */

.single-office .col-interview .interview-item .interview-answer {
  line-height: 1.875rem;
}

/* line 168, resources/assets/styles/layouts/_office.scss */

.single-office .timeline h2 {
  font-size: 1.5625rem;
  color: #336B62;
  margin-bottom: 3.125rem;
}

/* line 174, resources/assets/styles/layouts/_office.scss */

.single-office .timeline ul {
  margin-top: 0.3125rem;
  margin-bottom: 2.5rem;
  margin-left: 0.625rem;
  padding-left: 2.5625rem;
  list-style: none;
  position: relative;
}

/* line 182, resources/assets/styles/layouts/_office.scss */

.single-office .timeline ul:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 2.1875rem;
  height: calc(100% - 17px);
  width: 2px;
  background-color: #EC6552;
}

/* line 192, resources/assets/styles/layouts/_office.scss */

.single-office .timeline ul:after {
  content: ' ';
  height: 0.125rem;
  width: 1.5rem;
  background-color: #EC6552;
  bottom: -1.25rem;
  position: absolute;
  left: -0.625rem;
}

/* line 202, resources/assets/styles/layouts/_office.scss */

.single-office .timeline ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 3.4375rem;
  font-size: 1.125rem;
}

/* line 209, resources/assets/styles/layouts/_office.scss */

.single-office .timeline ul li .dot {
  width: 100%;
  height: 0.8125rem;
  max-width: 0.8125rem;
  min-width: 0.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EC6552;
  border-radius: 50%;
  margin-right: 4.8125rem;
}

/* line 220, resources/assets/styles/layouts/_office.scss */

.single-office .timeline ul li .dot:before {
  content: '';
  position: absolute;
  left: -2.5625rem;
  top: 0.875rem;
  height: 1.375rem;
  width: 2.5625rem;
  border: 2px solid #EC6552;
  border-radius: 6.25rem 0 0 0;
  border-bottom: none;
  border-right: none;
}

/* line 234, resources/assets/styles/layouts/_office.scss */

.single-office .timeline ul li .year {
  min-width: 9.6875rem;
  white-space: nowrap;
  line-height: 1.875rem;
  font-weight: 700;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  /* line 251, resources/assets/styles/layouts/_office.scss */

  .single-office .timeline ul li .dot {
    margin-right: 1.4375rem;
  }

  /* line 255, resources/assets/styles/layouts/_office.scss */

  .single-office .timeline ul li .year {
    min-width: 6.5625rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 266, resources/assets/styles/layouts/_office.scss */

  .template-office .stage-headline {
    margin-bottom: 6.25rem;
  }

  /* line 271, resources/assets/styles/layouts/_office.scss */

  .template-office .stage-partner .stage-headline {
    margin-bottom: 6.25rem;
  }

  /* line 276, resources/assets/styles/layouts/_office.scss */

  .template-office .card-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  /* line 282, resources/assets/styles/layouts/_office.scss */

  .single-office .back-to {
    display: none;
  }

  /* line 286, resources/assets/styles/layouts/_office.scss */

  .single-office .lawyer-row {
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    margin-top: 5.3125rem;
    margin-bottom: 3.75rem;
  }

  /* line 294, resources/assets/styles/layouts/_office.scss */

  .single-office .col-picture {
    background-color: #D9E8EB;
    border-radius: 0.625rem;
    text-align: center;
    margin-top: 3.875rem;
  }

  /* line 300, resources/assets/styles/layouts/_office.scss */

  .single-office .col-picture img {
    position: unset;
    margin-top: -3.125rem;
  }

  /* line 306, resources/assets/styles/layouts/_office.scss */

  .single-office .col-text {
    padding: 0;
    background-color: #fff;
  }

  /* line 312, resources/assets/styles/layouts/_office.scss */

  .single-office .col-text,
  .single-office .col-timeline,
  .single-office .col-interview {
    max-width: 36.4375rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 318, resources/assets/styles/layouts/_office.scss */

  .single-office .col-timeline,
  .single-office .col-interview,
  .single-office .col-text,
  .single-office .col-picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  /* line 322, resources/assets/styles/layouts/_office.scss */

  .single-office .col-interview {
    margin-top: 3.75rem;
  }

  /* line 326, resources/assets/styles/layouts/_office.scss */

  .single-office .col-timeline {
    padding-right: 0;
  }

  /* line 331, resources/assets/styles/layouts/_office.scss */

  .single-office .timeline h2,
  .single-office .col-interview h2 {
    margin-bottom: 2.875rem;
  }

  /* line 336, resources/assets/styles/layouts/_office.scss */

  .single-office .row-timeline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  /* line 344, resources/assets/styles/layouts/_office.scss */

  .template-office .page-content {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 349, resources/assets/styles/layouts/_office.scss */

  .template-office .card-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  /* line 355, resources/assets/styles/layouts/_office.scss */

  .single-office .col-text,
  .single-office .col-timeline,
  .single-office .col-interview {
    max-width: 19.1875rem;
  }

  /* line 359, resources/assets/styles/layouts/_office.scss */

  .single-office .lawyer-row {
    margin-bottom: 2.75rem;
  }

  /* line 362, resources/assets/styles/layouts/_office.scss */

  .single-office .lawyer-row .page-subtitle {
    margin-bottom: 3.125rem;
  }

  /* line 368, resources/assets/styles/layouts/_office.scss */

  .single-office .timeline ul {
    padding-left: 1.125rem;
  }

  /* line 372, resources/assets/styles/layouts/_office.scss */

  .single-office .timeline ul li .dot {
    margin-right: 0.625rem;
  }

  /* line 375, resources/assets/styles/layouts/_office.scss */

  .single-office .timeline ul li .dot::before {
    width: 1.125rem;
    left: -1.125rem;
  }
}

/* line 2, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .page-content {
  margin-bottom: 3.4375rem;
}

/* line 6, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .page-footer {
  margin-top: 0;
}

/* line 10, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .quote-banner {
  margin-bottom: 2.8125rem;
}

/* line 15, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element h2,
.template-kooperation .element .h2 {
  margin-bottom: 2.5rem;
}

/* line 19, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element h3,
.template-kooperation .element .step-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

/* line 27, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.benefits .item h3,
.template-kooperation .element.benefits .item .step-title,
.template-kooperation .element.blocks .item h3,
.template-kooperation .element.blocks .item .step-title {
  margin-bottom: 0.875rem;
}

/* line 31, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.benefits .item .img-wrapper,
.template-kooperation .element.blocks .item .img-wrapper {
  height: 140px;
  width: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 37, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.benefits .item .img-wrapper img,
.template-kooperation .element.blocks .item .img-wrapper img {
  max-height: 140px;
}

/* line 42, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.benefits .item .item-content,
.template-kooperation .element.blocks .item .item-content {
  margin-top: 0.9375rem;
  max-width: 470px;
}

/* line 50, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.blocks .description,
.template-kooperation .element.experience .description {
  font-size: 1.375rem;
  text-align: center;
  padding: 1.5625rem 1.5625rem 0.25rem;
  margin: 0 auto;
}

/* line 58, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.blocks {
  padding-top: 5rem;
  margin: 2.8125rem 0;
}

/* line 62, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.blocks h2,
.template-kooperation .element.blocks .h2 {
  margin-bottom: 2.5rem;
}

/* line 67, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.experience {
  padding-bottom: 1.875rem;
}

/* line 70, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.experience .number {
  font-size: 1.375rem;
  line-height: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  margin: 0 auto;
}

/* line 83, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.experience .card-body {
  padding: 2.1875rem 1.25rem;
}

/* line 87, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.experience .arrow-text {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
}

/* line 95, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.experience .arrow-text p {
  padding: 0.625rem 1.375rem;
  margin: 0;
}

/* line 100, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.experience .arrow-text .icon-rm-triangle-right {
  position: absolute;
  right: 0;
  top: 1.0625rem;
  font-size: 1.0625rem;
  color: #E6F0FF;
}

/* line 108, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.experience .arrow-text:before {
  content: ' ';
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #E6F0FF;
}

/* line 122, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.logos {
  padding: 2.8125rem 0 3.4375rem 0;
}

/* line 126, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.logos .row h2 {
  font-size: 1.5rem;
}

/* line 131, resources/assets/styles/layouts/_kooperation.scss */

.template-kooperation .element.logos .row .col-item .card,
.template-kooperation .element.logos .row .col-item .single-ratgeber .social-box,
.single-ratgeber .template-kooperation .element.logos .row .col-item .social-box,
.template-kooperation .element.logos .row .col-item .single-post .social-box,
.single-post .template-kooperation .element.logos .row .col-item .social-box,
.template-kooperation .element.logos .row .col-item .template-rechner .social-box,
.template-rechner .template-kooperation .element.logos .row .col-item .social-box,
.template-kooperation .element.logos .row .col-item .matching-ratgeber .social-box,
.matching-ratgeber .template-kooperation .element.logos .row .col-item .social-box,
.template-kooperation .element.logos .row .col-item .single-product .social-box,
.single-product .template-kooperation .element.logos .row .col-item .social-box {
  height: 160px;
}

@media (max-width: 991.98px) {
  /* line 149, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element h2,
  .template-kooperation .element .h2 {
    font-size: 1.5rem;
  }

  /* line 153, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element h3,
  .template-kooperation .element .step-title {
    font-size: 1.25rem;
  }

  /* line 158, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.benefits .item,
  .template-kooperation .element.blocks .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 161, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.benefits .item .img-wrapper,
  .template-kooperation .element.blocks .item .img-wrapper {
    margin-bottom: 0.9375rem;
  }

  /* line 167, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.benefits .title-content .number,
  .template-kooperation .element.blocks .title-content .number {
    top: -1px;
  }

  /* line 174, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.blocks .description-container,
  .template-kooperation .element.experience .description-container {
    max-width: 100%;
    padding: 0;
  }

  /* line 181, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.benefits .title-content {
    min-height: 3.875rem;
    margin-bottom: 0.3125rem;
  }

  /* line 187, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.blocks {
    margin-top: 0;
  }

  /* line 194, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.logos .row .col-item .card,
  .template-kooperation .element.logos .row .col-item .single-ratgeber .social-box,
  .single-ratgeber .template-kooperation .element.logos .row .col-item .social-box,
  .template-kooperation .element.logos .row .col-item .single-post .social-box,
  .single-post .template-kooperation .element.logos .row .col-item .social-box,
  .template-kooperation .element.logos .row .col-item .template-rechner .social-box,
  .template-rechner .template-kooperation .element.logos .row .col-item .social-box,
  .template-kooperation .element.logos .row .col-item .matching-ratgeber .social-box,
  .matching-ratgeber .template-kooperation .element.logos .row .col-item .social-box,
  .template-kooperation .element.logos .row .col-item .single-product .social-box,
  .single-product .template-kooperation .element.logos .row .col-item .social-box {
    height: 120px;
  }

  /* line 197, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.logos .row .col-item .card img,
  .template-kooperation .element.logos .row .col-item .single-ratgeber .social-box img,
  .single-ratgeber .template-kooperation .element.logos .row .col-item .social-box img,
  .template-kooperation .element.logos .row .col-item .single-post .social-box img,
  .single-post .template-kooperation .element.logos .row .col-item .social-box img,
  .template-kooperation .element.logos .row .col-item .template-rechner .social-box img,
  .template-rechner .template-kooperation .element.logos .row .col-item .social-box img,
  .template-kooperation .element.logos .row .col-item .matching-ratgeber .social-box img,
  .matching-ratgeber .template-kooperation .element.logos .row .col-item .social-box img,
  .template-kooperation .element.logos .row .col-item .single-product .social-box img,
  .single-product .template-kooperation .element.logos .row .col-item .social-box img {
    max-height: 35px;
  }

  /* line 206, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .quote-banner {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  /* line 215, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.logos {
    padding: 2.8125rem 0 3.4375rem 0;
  }

  /* line 218, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.logos .row {
    margin-left: -0.6875rem;
    margin-right: -0.6875rem;
  }

  /* line 222, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.logos .row h2 {
    font-size: 1.5rem;
  }

  /* line 226, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.logos .row .col-item {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
  }

  /* line 230, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.logos .row .col-item .card,
  .template-kooperation .element.logos .row .col-item .single-ratgeber .social-box,
  .single-ratgeber .template-kooperation .element.logos .row .col-item .social-box,
  .template-kooperation .element.logos .row .col-item .single-post .social-box,
  .single-post .template-kooperation .element.logos .row .col-item .social-box,
  .template-kooperation .element.logos .row .col-item .template-rechner .social-box,
  .template-rechner .template-kooperation .element.logos .row .col-item .social-box,
  .template-kooperation .element.logos .row .col-item .matching-ratgeber .social-box,
  .matching-ratgeber .template-kooperation .element.logos .row .col-item .social-box,
  .template-kooperation .element.logos .row .col-item .single-product .social-box,
  .single-product .template-kooperation .element.logos .row .col-item .social-box {
    height: 160px;
  }

  /* line 238, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.experience .description-container {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 249, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element h3,
  .template-kooperation .element .step-title {
    font-size: 1.125rem;
  }

  /* line 254, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.benefits .description,
  .template-kooperation .element.blocks .description {
    font-size: 1rem;
  }

  /* line 259, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.experience {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* line 263, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.experience .col-item {
    margin-bottom: 0.9375rem;
  }

  /* line 267, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.experience .description-container {
    margin-top: 1.25rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }

  /* line 275, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.logos {
    padding-bottom: 2.5rem;
  }

  /* line 279, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.logos .row .col-item {
    margin-bottom: 1.25rem;
  }

  /* line 283, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.logos .row .col-item .card img,
  .template-kooperation .element.logos .row .col-item .single-ratgeber .social-box img,
  .single-ratgeber .template-kooperation .element.logos .row .col-item .social-box img,
  .template-kooperation .element.logos .row .col-item .single-post .social-box img,
  .single-post .template-kooperation .element.logos .row .col-item .social-box img,
  .template-kooperation .element.logos .row .col-item .template-rechner .social-box img,
  .template-rechner .template-kooperation .element.logos .row .col-item .social-box img,
  .template-kooperation .element.logos .row .col-item .matching-ratgeber .social-box img,
  .matching-ratgeber .template-kooperation .element.logos .row .col-item .social-box img,
  .template-kooperation .element.logos .row .col-item .single-product .social-box img,
  .single-product .template-kooperation .element.logos .row .col-item .social-box img {
    max-height: 40px;
  }
}

@media (min-width: 992px) {
  /* line 305, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.benefits .item,
  .template-kooperation .element.blocks .item {
    margin-bottom: 4.375rem;
  }

  /* line 309, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation .element.benefits .number,
  .template-kooperation .element.blocks .number {
    display: none;
  }

  /* line 316, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation.blocks h2,
  .template-kooperation.blocks .h2 {
    margin-bottom: 4.6875rem;
  }

  /* line 321, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation.experience {
    padding-bottom: 2.8125rem;
  }

  /* line 325, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation.logos {
    padding: 5.625rem 0 7.8125rem 0;
  }

  /* line 328, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation.logos .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  /* line 332, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation.logos .row h2 {
    font-size: 1.875rem;
  }

  /* line 336, resources/assets/styles/layouts/_kooperation.scss */

  .template-kooperation.logos .row .col-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 4, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce a {
  text-decoration: underline;
}

/* line 8, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce .btn-download {
  text-decoration: none;
}

/* line 2, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .breadcrumbs,
.single-post .breadcrumbs,
.template-rechner .breadcrumbs,
.matching-ratgeber .breadcrumbs,
.single-product .breadcrumbs {
  padding-left: 0;
  padding-right: 0;
  max-width: none !important;
}

/* line 11, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .breadcrumb .breadcrumb-item .category-link:hover,
.single-post .breadcrumb .breadcrumb-item .category-link:hover,
.template-rechner .breadcrumb .breadcrumb-item .category-link:hover,
.matching-ratgeber .breadcrumb .breadcrumb-item .category-link:hover,
.single-product .breadcrumb .breadcrumb-item .category-link:hover {
  border-bottom: none;
  color: #6DC1AE;
}

/* line 20, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .accordion ul,
.single-post .accordion ul,
.template-rechner .accordion ul,
.matching-ratgeber .accordion ul,
.single-product .accordion ul {
  display: none;
}

/* line 25, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-title,
.single-post .post-title,
.template-rechner .post-title,
.matching-ratgeber .post-title,
.single-product .post-title {
  font-size: 3.125rem;
  line-height: 3.8125rem;
  margin-bottom: 4.375rem;
}

/* line 32, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .card-box-inner > p,
.single-post .card-box-inner > p,
.template-rechner .card-box-inner > p,
.matching-ratgeber .card-box-inner > p,
.single-product .card-box-inner > p {
  font-size: 1.5625rem;
  line-height: 2.125rem;
}

/* line 37, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .card-box-inner li,
.single-post .card-box-inner li,
.template-rechner .card-box-inner li,
.matching-ratgeber .card-box-inner li,
.single-product .card-box-inner li {
  line-height: 1.875rem;
  margin-bottom: 1.625rem;
}

/* line 43, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .card-boxes,
.single-post .card-boxes,
.template-rechner .card-boxes,
.matching-ratgeber .card-boxes,
.single-product .card-boxes {
  margin: 0 1.25rem 5.375rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 47, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .card-boxes > .col,
.single-ratgeber .horizontal-list.icon-list.card-boxes > li,
.single-ratgeber .gallery .card-boxes > .gallery-item,
.gallery .single-ratgeber .card-boxes > .gallery-item,
.single-post .card-boxes > .col,
.single-post .horizontal-list.icon-list.card-boxes > li,
.single-post .gallery .card-boxes > .gallery-item,
.gallery .single-post .card-boxes > .gallery-item,
.template-rechner .card-boxes > .col,
.template-rechner .horizontal-list.icon-list.card-boxes > li,
.template-rechner .gallery .card-boxes > .gallery-item,
.gallery .template-rechner .card-boxes > .gallery-item,
.matching-ratgeber .card-boxes > .col,
.matching-ratgeber .horizontal-list.icon-list.card-boxes > li,
.matching-ratgeber .gallery .card-boxes > .gallery-item,
.gallery .matching-ratgeber .card-boxes > .gallery-item,
.single-product .card-boxes > .col,
.single-product .horizontal-list.icon-list.card-boxes > li,
.single-product .gallery .card-boxes > .gallery-item,
.gallery .single-product .card-boxes > .gallery-item {
  padding: 2.5rem 2.8125rem;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid #D9E8EB;
}

/* line 53, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .card-boxes > .col:first-of-type,
.single-ratgeber .horizontal-list.icon-list.card-boxes > li:first-of-type,
.single-ratgeber .gallery .card-boxes > .gallery-item:first-of-type,
.gallery .single-ratgeber .card-boxes > .gallery-item:first-of-type,
.single-post .card-boxes > .col:first-of-type,
.single-post .horizontal-list.icon-list.card-boxes > li:first-of-type,
.single-post .gallery .card-boxes > .gallery-item:first-of-type,
.gallery .single-post .card-boxes > .gallery-item:first-of-type,
.template-rechner .card-boxes > .col:first-of-type,
.template-rechner .horizontal-list.icon-list.card-boxes > li:first-of-type,
.template-rechner .gallery .card-boxes > .gallery-item:first-of-type,
.gallery .template-rechner .card-boxes > .gallery-item:first-of-type,
.matching-ratgeber .card-boxes > .col:first-of-type,
.matching-ratgeber .horizontal-list.icon-list.card-boxes > li:first-of-type,
.matching-ratgeber .gallery .card-boxes > .gallery-item:first-of-type,
.gallery .matching-ratgeber .card-boxes > .gallery-item:first-of-type,
.single-product .card-boxes > .col:first-of-type,
.single-product .horizontal-list.icon-list.card-boxes > li:first-of-type,
.single-product .gallery .card-boxes > .gallery-item:first-of-type,
.gallery .single-product .card-boxes > .gallery-item:first-of-type {
  margin-right: 1.625rem;
}

/* line 57, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .card-boxes > .col:last-of-type,
.single-ratgeber .horizontal-list.icon-list.card-boxes > li:last-of-type,
.single-ratgeber .gallery .card-boxes > .gallery-item:last-of-type,
.gallery .single-ratgeber .card-boxes > .gallery-item:last-of-type,
.single-post .card-boxes > .col:last-of-type,
.single-post .horizontal-list.icon-list.card-boxes > li:last-of-type,
.single-post .gallery .card-boxes > .gallery-item:last-of-type,
.gallery .single-post .card-boxes > .gallery-item:last-of-type,
.template-rechner .card-boxes > .col:last-of-type,
.template-rechner .horizontal-list.icon-list.card-boxes > li:last-of-type,
.template-rechner .gallery .card-boxes > .gallery-item:last-of-type,
.gallery .template-rechner .card-boxes > .gallery-item:last-of-type,
.matching-ratgeber .card-boxes > .col:last-of-type,
.matching-ratgeber .horizontal-list.icon-list.card-boxes > li:last-of-type,
.matching-ratgeber .gallery .card-boxes > .gallery-item:last-of-type,
.gallery .matching-ratgeber .card-boxes > .gallery-item:last-of-type,
.single-product .card-boxes > .col:last-of-type,
.single-product .horizontal-list.icon-list.card-boxes > li:last-of-type,
.single-product .gallery .card-boxes > .gallery-item:last-of-type,
.gallery .single-product .card-boxes > .gallery-item:last-of-type {
  margin-left: 1.625rem;
}

/* line 63, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .col-left,
.single-post .col-left,
.template-rechner .col-left,
.matching-ratgeber .col-left,
.single-product .col-left {
  margin-right: 6.25rem;
}

@media (max-width: 1329.98px) {
  /* line 63, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .col-left,
  .single-post .col-left,
  .template-rechner .col-left,
  .matching-ratgeber .col-left,
  .single-product .col-left {
    margin-right: 0;
  }
}

/* line 71, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .col-headline,
.single-post .col-headline,
.template-rechner .col-headline,
.matching-ratgeber .col-headline,
.single-product .col-headline {
  font-size: 1.5625rem;
  margin-bottom: 1.25rem;
}

/* line 76, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber hr,
.single-post hr,
.template-rechner hr,
.matching-ratgeber hr,
.single-product hr {
  border-top: 1px solid #EAF3E5;
  margin-top: 2.3125rem;
  margin-bottom: 2.9375rem;
}

/* line 82, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber a.card:not(.social-box):not(.trust-element),
.single-ratgeber a.social-box:not(.social-box):not(.trust-element),
.single-post a.card:not(.social-box):not(.trust-element),
.single-post a.social-box:not(.social-box):not(.trust-element),
.template-rechner a.card:not(.social-box):not(.trust-element),
.template-rechner a.social-box:not(.social-box):not(.trust-element),
.matching-ratgeber a.card:not(.social-box):not(.trust-element),
.matching-ratgeber a.social-box:not(.social-box):not(.trust-element),
.single-product a.card:not(.social-box):not(.trust-element),
.single-product a.social-box:not(.social-box):not(.trust-element) {
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* line 85, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber a.card:not(.social-box):not(.trust-element):hover,
.single-ratgeber a.social-box:not(.social-box):not(.trust-element):hover,
.single-post a.card:not(.social-box):not(.trust-element):hover,
.single-post a.social-box:not(.social-box):not(.trust-element):hover,
.template-rechner a.card:not(.social-box):not(.trust-element):hover,
.template-rechner a.social-box:not(.social-box):not(.trust-element):hover,
.matching-ratgeber a.card:not(.social-box):not(.trust-element):hover,
.matching-ratgeber a.social-box:not(.social-box):not(.trust-element):hover,
.single-product a.card:not(.social-box):not(.trust-element):hover,
.single-product a.social-box:not(.social-box):not(.trust-element):hover {
  background-color: #EAF3E5;
  border-color: #EAF3E5;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

/* line 90, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber a.card:not(.social-box):not(.trust-element):hover .category-link,
.single-ratgeber a.social-box:not(.social-box):not(.trust-element):hover .category-link,
.single-post a.card:not(.social-box):not(.trust-element):hover .category-link,
.single-post a.social-box:not(.social-box):not(.trust-element):hover .category-link,
.template-rechner a.card:not(.social-box):not(.trust-element):hover .category-link,
.template-rechner a.social-box:not(.social-box):not(.trust-element):hover .category-link,
.matching-ratgeber a.card:not(.social-box):not(.trust-element):hover .category-link,
.matching-ratgeber a.social-box:not(.social-box):not(.trust-element):hover .category-link,
.single-product a.card:not(.social-box):not(.trust-element):hover .category-link,
.single-product a.social-box:not(.social-box):not(.trust-element):hover .category-link {
  background-color: #fff;
}

/* line 96, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .lwptoc,
.single-post .lwptoc,
.template-rechner .lwptoc,
.matching-ratgeber .lwptoc,
.single-product .lwptoc {
  margin-bottom: 1.5625rem;
}

/* line 100, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .lwptoc-light .lwptoc_i,
.single-post .lwptoc-light .lwptoc_i,
.template-rechner .lwptoc-light .lwptoc_i,
.matching-ratgeber .lwptoc-light .lwptoc_i,
.single-product .lwptoc-light .lwptoc_i {
  list-style: none;
  background: none;
  padding: 0;
  width: 100%;
}

/* line 106, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .lwptoc-light .lwptoc_i .lwptoc_item,
.single-post .lwptoc-light .lwptoc_i .lwptoc_item,
.template-rechner .lwptoc-light .lwptoc_i .lwptoc_item,
.matching-ratgeber .lwptoc-light .lwptoc_i .lwptoc_item,
.single-product .lwptoc-light .lwptoc_i .lwptoc_item {
  margin-bottom: 0.625rem;
}

/* line 109, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .lwptoc-light .lwptoc_i .lwptoc_item a,
.single-post .lwptoc-light .lwptoc_i .lwptoc_item a,
.template-rechner .lwptoc-light .lwptoc_i .lwptoc_item a,
.matching-ratgeber .lwptoc-light .lwptoc_i .lwptoc_item a,
.single-product .lwptoc-light .lwptoc_i .lwptoc_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0.875rem;
  border-radius: 20px;
  background-color: #EAF3E5;
  border: 3px solid #EAF3E5 !important;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  color: #336B62;
}

/* line 120, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .lwptoc-light .lwptoc_i .lwptoc_item a:hover,
.single-post .lwptoc-light .lwptoc_i .lwptoc_item a:hover,
.template-rechner .lwptoc-light .lwptoc_i .lwptoc_item a:hover,
.matching-ratgeber .lwptoc-light .lwptoc_i .lwptoc_item a:hover,
.single-product .lwptoc-light .lwptoc_i .lwptoc_item a:hover {
  text-decoration: none;
  background-color: #fff;
}

/* line 125, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .lwptoc-light .lwptoc_i .lwptoc_item a .lwptoc_item_number,
.single-post .lwptoc-light .lwptoc_i .lwptoc_item a .lwptoc_item_number,
.template-rechner .lwptoc-light .lwptoc_i .lwptoc_item a .lwptoc_item_number,
.matching-ratgeber .lwptoc-light .lwptoc_i .lwptoc_item a .lwptoc_item_number,
.single-product .lwptoc-light .lwptoc_i .lwptoc_item a .lwptoc_item_number {
  margin-right: 1.375rem;
  white-space: nowrap;
}

/* line 129, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .lwptoc-light .lwptoc_i .lwptoc_item a .lwptoc_item_number:after,
.single-post .lwptoc-light .lwptoc_i .lwptoc_item a .lwptoc_item_number:after,
.template-rechner .lwptoc-light .lwptoc_i .lwptoc_item a .lwptoc_item_number:after,
.matching-ratgeber .lwptoc-light .lwptoc_i .lwptoc_item a .lwptoc_item_number:after,
.single-product .lwptoc-light .lwptoc_i .lwptoc_item a .lwptoc_item_number:after {
  content: '.';
}

/* line 139, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber ol li::marker,
.single-post ol li::marker,
.template-rechner ol li::marker,
.matching-ratgeber ol li::marker,
.single-product ol li::marker {
  background-color: #6DC1AE;
}

/* line 145, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-tipp,
.single-post .post-tipp,
.template-rechner .post-tipp,
.matching-ratgeber .post-tipp,
.single-product .post-tipp {
  margin-bottom: 5.375rem;
  margin-top: 3.3125rem;
}

/* line 149, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-tipp .h5,
.single-post .post-tipp .h5,
.template-rechner .post-tipp .h5,
.matching-ratgeber .post-tipp .h5,
.single-product .post-tipp .h5 {
  margin-bottom: 2.0625rem;
}

/* line 153, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-tipp .category-links,
.single-post .post-tipp .category-links,
.template-rechner .post-tipp .category-links,
.matching-ratgeber .post-tipp .category-links,
.single-product .post-tipp .category-links {
  margin-bottom: 1.3125rem;
}

/* line 158, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-tipp a.card,
.single-ratgeber .post-tipp a.social-box,
.single-post .post-tipp a.card,
.single-post .post-tipp a.social-box,
.template-rechner .post-tipp a.card,
.template-rechner .post-tipp a.social-box,
.matching-ratgeber .post-tipp a.card,
.matching-ratgeber .post-tipp a.social-box,
.single-product .post-tipp a.card,
.single-product .post-tipp a.social-box {
  padding: 1.8125rem;
}

/* line 161, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-tipp a.card .h3,
.single-ratgeber .post-tipp a.social-box .h3,
.single-post .post-tipp a.card .h3,
.single-post .post-tipp a.social-box .h3,
.template-rechner .post-tipp a.card .h3,
.template-rechner .post-tipp a.social-box .h3,
.matching-ratgeber .post-tipp a.card .h3,
.matching-ratgeber .post-tipp a.social-box .h3,
.single-product .post-tipp a.card .h3,
.single-product .post-tipp a.social-box .h3 {
  font-size: 1.875rem;
  line-height: 2.3125rem;
}

/* line 170, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .similar-post .category-links,
.single-ratgeber .popular-posts .category-links,
.single-ratgeber .post-tipp .category-links,
.single-post .similar-post .category-links,
.single-post .popular-posts .category-links,
.single-post .post-tipp .category-links,
.template-rechner .similar-post .category-links,
.template-rechner .popular-posts .category-links,
.template-rechner .post-tipp .category-links,
.matching-ratgeber .similar-post .category-links,
.matching-ratgeber .popular-posts .category-links,
.matching-ratgeber .post-tipp .category-links,
.single-product .similar-post .category-links,
.single-product .popular-posts .category-links,
.single-product .post-tipp .category-links {
  margin-bottom: 0.9375rem;
}

/* line 177, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .similar-post .card .btn-more,
.single-ratgeber .similar-post .social-box .btn-more,
.single-ratgeber .post-tipp .card .btn-more,
.single-ratgeber .post-tipp .social-box .btn-more,
.single-ratgeber .popular-posts .card .btn-more,
.single-ratgeber .popular-posts .social-box .btn-more,
.single-post .similar-post .card .btn-more,
.single-post .similar-post .social-box .btn-more,
.single-post .post-tipp .card .btn-more,
.single-post .post-tipp .social-box .btn-more,
.single-post .popular-posts .card .btn-more,
.single-post .popular-posts .social-box .btn-more,
.template-rechner .similar-post .card .btn-more,
.template-rechner .similar-post .social-box .btn-more,
.template-rechner .post-tipp .card .btn-more,
.template-rechner .post-tipp .social-box .btn-more,
.template-rechner .popular-posts .card .btn-more,
.template-rechner .popular-posts .social-box .btn-more,
.matching-ratgeber .similar-post .card .btn-more,
.matching-ratgeber .similar-post .social-box .btn-more,
.matching-ratgeber .post-tipp .card .btn-more,
.matching-ratgeber .post-tipp .social-box .btn-more,
.matching-ratgeber .popular-posts .card .btn-more,
.matching-ratgeber .popular-posts .social-box .btn-more,
.single-product .similar-post .card .btn-more,
.single-product .similar-post .social-box .btn-more,
.single-product .post-tipp .card .btn-more,
.single-product .post-tipp .social-box .btn-more,
.single-product .popular-posts .card .btn-more,
.single-product .popular-posts .social-box .btn-more {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.13125rem;
  line-height: 1.0625rem;
}

/* line 187, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .similar-post .card,
.single-ratgeber .similar-post .social-box,
.single-ratgeber .similar-post .single-post .social-box,
.single-post .single-ratgeber .similar-post .social-box,
.single-ratgeber .similar-post .template-rechner .social-box,
.template-rechner .single-ratgeber .similar-post .social-box,
.single-ratgeber .similar-post .matching-ratgeber .social-box,
.matching-ratgeber .single-ratgeber .similar-post .social-box,
.single-ratgeber .similar-post .single-product .social-box,
.single-product .single-ratgeber .similar-post .social-box,
.single-ratgeber .post-tipp .card,
.single-ratgeber .post-tipp .social-box,
.single-ratgeber .post-tipp .single-post .social-box,
.single-post .single-ratgeber .post-tipp .social-box,
.single-ratgeber .post-tipp .template-rechner .social-box,
.template-rechner .single-ratgeber .post-tipp .social-box,
.single-ratgeber .post-tipp .matching-ratgeber .social-box,
.matching-ratgeber .single-ratgeber .post-tipp .social-box,
.single-ratgeber .post-tipp .single-product .social-box,
.single-product .single-ratgeber .post-tipp .social-box,
.single-post .similar-post .card,
.single-post .similar-post .single-ratgeber .social-box,
.single-ratgeber .single-post .similar-post .social-box,
.single-post .similar-post .social-box,
.single-post .similar-post .template-rechner .social-box,
.template-rechner .single-post .similar-post .social-box,
.single-post .similar-post .matching-ratgeber .social-box,
.matching-ratgeber .single-post .similar-post .social-box,
.single-post .similar-post .single-product .social-box,
.single-product .single-post .similar-post .social-box,
.single-post .post-tipp .card,
.single-post .post-tipp .single-ratgeber .social-box,
.single-ratgeber .single-post .post-tipp .social-box,
.single-post .post-tipp .social-box,
.single-post .post-tipp .template-rechner .social-box,
.template-rechner .single-post .post-tipp .social-box,
.single-post .post-tipp .matching-ratgeber .social-box,
.matching-ratgeber .single-post .post-tipp .social-box,
.single-post .post-tipp .single-product .social-box,
.single-product .single-post .post-tipp .social-box,
.template-rechner .similar-post .card,
.template-rechner .similar-post .single-ratgeber .social-box,
.single-ratgeber .template-rechner .similar-post .social-box,
.template-rechner .similar-post .single-post .social-box,
.single-post .template-rechner .similar-post .social-box,
.template-rechner .similar-post .social-box,
.template-rechner .similar-post .matching-ratgeber .social-box,
.matching-ratgeber .template-rechner .similar-post .social-box,
.template-rechner .similar-post .single-product .social-box,
.single-product .template-rechner .similar-post .social-box,
.template-rechner .post-tipp .card,
.template-rechner .post-tipp .single-ratgeber .social-box,
.single-ratgeber .template-rechner .post-tipp .social-box,
.template-rechner .post-tipp .single-post .social-box,
.single-post .template-rechner .post-tipp .social-box,
.template-rechner .post-tipp .social-box,
.template-rechner .post-tipp .matching-ratgeber .social-box,
.matching-ratgeber .template-rechner .post-tipp .social-box,
.template-rechner .post-tipp .single-product .social-box,
.single-product .template-rechner .post-tipp .social-box,
.matching-ratgeber .similar-post .card,
.matching-ratgeber .similar-post .single-ratgeber .social-box,
.single-ratgeber .matching-ratgeber .similar-post .social-box,
.matching-ratgeber .similar-post .single-post .social-box,
.single-post .matching-ratgeber .similar-post .social-box,
.matching-ratgeber .similar-post .template-rechner .social-box,
.template-rechner .matching-ratgeber .similar-post .social-box,
.matching-ratgeber .similar-post .social-box,
.matching-ratgeber .similar-post .single-product .social-box,
.single-product .matching-ratgeber .similar-post .social-box,
.matching-ratgeber .post-tipp .card,
.matching-ratgeber .post-tipp .single-ratgeber .social-box,
.single-ratgeber .matching-ratgeber .post-tipp .social-box,
.matching-ratgeber .post-tipp .single-post .social-box,
.single-post .matching-ratgeber .post-tipp .social-box,
.matching-ratgeber .post-tipp .template-rechner .social-box,
.template-rechner .matching-ratgeber .post-tipp .social-box,
.matching-ratgeber .post-tipp .social-box,
.matching-ratgeber .post-tipp .single-product .social-box,
.single-product .matching-ratgeber .post-tipp .social-box,
.single-product .similar-post .card,
.single-product .similar-post .single-ratgeber .social-box,
.single-ratgeber .single-product .similar-post .social-box,
.single-product .similar-post .single-post .social-box,
.single-post .single-product .similar-post .social-box,
.single-product .similar-post .template-rechner .social-box,
.template-rechner .single-product .similar-post .social-box,
.single-product .similar-post .matching-ratgeber .social-box,
.matching-ratgeber .single-product .similar-post .social-box,
.single-product .similar-post .social-box,
.single-product .post-tipp .card,
.single-product .post-tipp .single-ratgeber .social-box,
.single-ratgeber .single-product .post-tipp .social-box,
.single-product .post-tipp .single-post .social-box,
.single-post .single-product .post-tipp .social-box,
.single-product .post-tipp .template-rechner .social-box,
.template-rechner .single-product .post-tipp .social-box,
.single-product .post-tipp .matching-ratgeber .social-box,
.matching-ratgeber .single-product .post-tipp .social-box,
.single-product .post-tipp .social-box {
  padding: 1.5rem;
  margin-bottom: 0.875rem;
  color: #336B62;
}

/* line 192, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .similar-post .card:hover,
.single-ratgeber .similar-post .social-box:hover,
.single-ratgeber .post-tipp .card:hover,
.single-ratgeber .post-tipp .social-box:hover,
.single-post .similar-post .card:hover,
.single-post .similar-post .social-box:hover,
.single-post .post-tipp .card:hover,
.single-post .post-tipp .social-box:hover,
.template-rechner .similar-post .card:hover,
.template-rechner .similar-post .social-box:hover,
.template-rechner .post-tipp .card:hover,
.template-rechner .post-tipp .social-box:hover,
.matching-ratgeber .similar-post .card:hover,
.matching-ratgeber .similar-post .social-box:hover,
.matching-ratgeber .post-tipp .card:hover,
.matching-ratgeber .post-tipp .social-box:hover,
.single-product .similar-post .card:hover,
.single-product .similar-post .social-box:hover,
.single-product .post-tipp .card:hover,
.single-product .post-tipp .social-box:hover {
  text-decoration: none;
  background-color: #D9E8EB !important;
  border-color: #D9E8EB !important;
}

/* line 197, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .similar-post .card:hover .category-link,
.single-ratgeber .similar-post .social-box:hover .category-link,
.single-ratgeber .post-tipp .card:hover .category-link,
.single-ratgeber .post-tipp .social-box:hover .category-link,
.single-post .similar-post .card:hover .category-link,
.single-post .similar-post .social-box:hover .category-link,
.single-post .post-tipp .card:hover .category-link,
.single-post .post-tipp .social-box:hover .category-link,
.template-rechner .similar-post .card:hover .category-link,
.template-rechner .similar-post .social-box:hover .category-link,
.template-rechner .post-tipp .card:hover .category-link,
.template-rechner .post-tipp .social-box:hover .category-link,
.matching-ratgeber .similar-post .card:hover .category-link,
.matching-ratgeber .similar-post .social-box:hover .category-link,
.matching-ratgeber .post-tipp .card:hover .category-link,
.matching-ratgeber .post-tipp .social-box:hover .category-link,
.single-product .similar-post .card:hover .category-link,
.single-product .similar-post .social-box:hover .category-link,
.single-product .post-tipp .card:hover .category-link,
.single-product .post-tipp .social-box:hover .category-link {
  background-color: #EAF3E5 !important;
}

/* line 202, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .similar-post .card .h3,
.single-ratgeber .similar-post .social-box .h3,
.single-ratgeber .post-tipp .card .h3,
.single-ratgeber .post-tipp .social-box .h3,
.single-post .similar-post .card .h3,
.single-post .similar-post .social-box .h3,
.single-post .post-tipp .card .h3,
.single-post .post-tipp .social-box .h3,
.template-rechner .similar-post .card .h3,
.template-rechner .similar-post .social-box .h3,
.template-rechner .post-tipp .card .h3,
.template-rechner .post-tipp .social-box .h3,
.matching-ratgeber .similar-post .card .h3,
.matching-ratgeber .similar-post .social-box .h3,
.matching-ratgeber .post-tipp .card .h3,
.matching-ratgeber .post-tipp .social-box .h3,
.single-product .similar-post .card .h3,
.single-product .similar-post .social-box .h3,
.single-product .post-tipp .card .h3,
.single-product .post-tipp .social-box .h3 {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}

/* line 209, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page,
.single-post .newsletter-page,
.template-rechner .newsletter-page,
.matching-ratgeber .newsletter-page,
.single-product .newsletter-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 212, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer,
.single-post .newsletter-page .newsletter-footer,
.template-rechner .newsletter-page .newsletter-footer,
.matching-ratgeber .newsletter-page .newsletter-footer,
.single-product .newsletter-page .newsletter-footer {
  border-radius: 20px;
  margin-top: 1.25rem;
}

/* line 216, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container,
.single-post .newsletter-page .newsletter-footer .container,
.template-rechner .newsletter-page .newsletter-footer .container,
.matching-ratgeber .newsletter-page .newsletter-footer .container,
.single-product .newsletter-page .newsletter-footer .container {
  padding: 1.875rem;
  max-width: none;
}

/* line 220, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .disclaimer,
.single-post .newsletter-page .newsletter-footer .container .disclaimer,
.template-rechner .newsletter-page .newsletter-footer .container .disclaimer,
.matching-ratgeber .newsletter-page .newsletter-footer .container .disclaimer,
.single-product .newsletter-page .newsletter-footer .container .disclaimer {
  font-size: 0.75rem;
}

/* line 223, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .disclaimer a,
.single-post .newsletter-page .newsletter-footer .container .disclaimer a,
.template-rechner .newsletter-page .newsletter-footer .container .disclaimer a,
.matching-ratgeber .newsletter-page .newsletter-footer .container .disclaimer a,
.single-product .newsletter-page .newsletter-footer .container .disclaimer a {
  color: #336B62;
}

/* line 227, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .disclaimer p,
.single-post .newsletter-page .newsletter-footer .container .disclaimer p,
.template-rechner .newsletter-page .newsletter-footer .container .disclaimer p,
.matching-ratgeber .newsletter-page .newsletter-footer .container .disclaimer p,
.single-product .newsletter-page .newsletter-footer .container .disclaimer p {
  margin-bottom: 0;
}

/* line 232, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .heading,
.single-post .newsletter-page .newsletter-footer .container .heading,
.template-rechner .newsletter-page .newsletter-footer .container .heading,
.matching-ratgeber .newsletter-page .newsletter-footer .container .heading,
.single-product .newsletter-page .newsletter-footer .container .heading {
  position: relative;
  padding-top: 0.625rem;
}

/* line 236, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .heading [class^="icon-rm-"],
.single-ratgeber .newsletter-page .newsletter-footer .container .heading [class*=" icon-rm-"],
.single-post .newsletter-page .newsletter-footer .container .heading [class^="icon-rm-"],
.single-post .newsletter-page .newsletter-footer .container .heading [class*=" icon-rm-"],
.template-rechner .newsletter-page .newsletter-footer .container .heading [class^="icon-rm-"],
.template-rechner .newsletter-page .newsletter-footer .container .heading [class*=" icon-rm-"],
.matching-ratgeber .newsletter-page .newsletter-footer .container .heading [class^="icon-rm-"],
.matching-ratgeber .newsletter-page .newsletter-footer .container .heading [class*=" icon-rm-"],
.single-product .newsletter-page .newsletter-footer .container .heading [class^="icon-rm-"],
.single-product .newsletter-page .newsletter-footer .container .heading [class*=" icon-rm-"] {
  background-color: #EC6552;
  position: absolute;
  bottom: 0.625rem;
  z-index: 2;
  padding-right: 1.25rem;
  color: #336B62;
}

/* line 246, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .heading p,
.single-post .newsletter-page .newsletter-footer .container .heading p,
.template-rechner .newsletter-page .newsletter-footer .container .heading p,
.matching-ratgeber .newsletter-page .newsletter-footer .container .heading p,
.single-product .newsletter-page .newsletter-footer .container .heading p {
  font-size: 0.875rem;
  line-height: 2.375rem;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.625rem;
}

/* line 255, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .heading p::before,
.single-post .newsletter-page .newsletter-footer .container .heading p::before,
.template-rechner .newsletter-page .newsletter-footer .container .heading p::before,
.matching-ratgeber .newsletter-page .newsletter-footer .container .heading p::before,
.single-product .newsletter-page .newsletter-footer .container .heading p::before {
  content: '';
  width: calc(100% - 110px);
  border-bottom: solid 2px #121e31;
  position: absolute;
  left: 0;
  top: 47%;
  z-index: 1;
}

/* line 268, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-title,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-fields-required,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-title,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-fields-required,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-title,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-fields-required,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-title,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-fields-required,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-title,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-fields-required {
  display: none;
}

/* line 272, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content {
  max-width: none;
  margin: 0;
  padding: 0;
  color: #336B62;
}

/* line 279, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .checkbox-wrap h,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .checkbox-wrap h,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .checkbox-wrap h,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .checkbox-wrap h,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content .checkbox-wrap h {
  font-weight: 400;
}

/* line 285, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading {
  font-size: 1.5625rem;
  line-height: 2.125rem;
  margin-bottom: 0;
}

/* line 290, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading p,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading p,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading p,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading p,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading p {
  margin-bottom: 1.25rem;
}

/* line 295, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 300, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text p,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text p,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text p,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text p,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text p {
  margin-bottom: 0;
}

/* line 306, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field {
  border-radius: 0.3125rem;
  border-color: #fff;
  background-color: #fff;
}

/* line 314, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element {
  position: relative;
}

/* line 95, resources/assets/styles/_mixins.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after {
  content: "\E907";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  margin-left: 1.875rem;
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 70px;
  bottom: 0;
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, resources/assets/styles/_mixins.scss */

  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 328, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:hover:after,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:hover:after,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:hover:after,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:hover:after,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:hover:after {
  color: #EC6552;
}

/* line 333, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field {
  width: 100%;
  height: 70px;
}

/* line 339, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after {
  content: none;
}

/* line 351, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .table-contents-mobile,
.single-post .table-contents-mobile,
.template-rechner .table-contents-mobile,
.matching-ratgeber .table-contents-mobile,
.single-product .table-contents-mobile {
  display: none;
}

/* line 355, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .date,
.single-post .date,
.template-rechner .date,
.matching-ratgeber .date,
.single-product .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 359, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .date .updated,
.single-post .date .updated,
.template-rechner .date .updated,
.matching-ratgeber .date .updated,
.single-product .date .updated {
  position: relative;
  padding-left: 3.25rem;
}

/* line 95, resources/assets/styles/_mixins.scss */

.single-ratgeber .date .updated:before,
.single-post .date .updated:before,
.template-rechner .date .updated:before,
.matching-ratgeber .date .updated:before,
.single-product .date .updated:before {
  content: "\E908";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5rem;
}

/* line 368, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .headline-anchor-wrapper,
.single-post .headline-anchor-wrapper,
.template-rechner .headline-anchor-wrapper,
.matching-ratgeber .headline-anchor-wrapper,
.single-product .headline-anchor-wrapper {
  margin-bottom: 1.875rem;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 375, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber span.headline-num,
.single-post span.headline-num,
.template-rechner span.headline-num,
.matching-ratgeber span.headline-num,
.single-product span.headline-num {
  background-color: #6DC1AE;
  margin-right: 1.75rem;
  display: block;
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  color: #336B62;
  font-weight: 400;
}

@media (max-width: calc(835px - 1px)) {
  /* line 389, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-content,
  .single-post .post-content,
  .template-rechner .post-content,
  .matching-ratgeber .post-content,
  .single-product .post-content {
    overflow-x: hidden;
  }
}

/* line 394, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-content p:not(.post-excerpt),
.single-post .post-content p:not(.post-excerpt),
.template-rechner .post-content p:not(.post-excerpt),
.matching-ratgeber .post-content p:not(.post-excerpt),
.single-product .post-content p:not(.post-excerpt) {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 394, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-content p:not(.post-excerpt),
  .single-post .post-content p:not(.post-excerpt),
  .template-rechner .post-content p:not(.post-excerpt),
  .matching-ratgeber .post-content p:not(.post-excerpt),
  .single-product .post-content p:not(.post-excerpt) {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

/* line 405, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-content h3,
.single-post .post-content h3,
.template-rechner .post-content h3,
.matching-ratgeber .post-content h3,
.single-product .post-content h3 {
  padding-top: 0.625rem;
  margin-bottom: 1.25rem;
}

/* line 412, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-content p .btn-secondary:not(.btn-download):hover,
.single-ratgeber .post-content p .infobox-download.infobox .btn-download:not(.btn-download):hover,
.infobox-download.infobox .single-ratgeber .post-content p .btn-download:not(.btn-download):hover,
.single-ratgeber .post-content p .infobox-download.infobox-tipp .btn-download:not(.btn-download):hover,
.infobox-download.infobox-tipp .single-ratgeber .post-content p .btn-download:not(.btn-download):hover,
.single-ratgeber .post-content p .infobox-download.infobox-alert-red .btn-download:not(.btn-download):hover,
.infobox-download.infobox-alert-red .single-ratgeber .post-content p .btn-download:not(.btn-download):hover,
.single-ratgeber .post-content p .infobox-download.infobox-alert-green .btn-download:not(.btn-download):hover,
.infobox-download.infobox-alert-green .single-ratgeber .post-content p .btn-download:not(.btn-download):hover,
.single-ratgeber .post-content p .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-ratgeber .post-content p .team-cta-element .col-team-cta .cta:not(.btn-download):hover,
.team-cta-element .col-team-cta .single-ratgeber .post-content p .cta:not(.btn-download):hover,
.single-ratgeber .post-content p footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-ratgeber .post-content p .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-ratgeber .post-content p .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-ratgeber .post-content p main.main .block .nf-form-layout .nf-form-content .submit-wrap input:not(.btn-download):hover[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .single-ratgeber .post-content p input:not(.btn-download):hover[type=button],
.single-post .post-content p .btn-secondary:not(.btn-download):hover,
.single-post .post-content p .infobox-download.infobox .btn-download:not(.btn-download):hover,
.infobox-download.infobox .single-post .post-content p .btn-download:not(.btn-download):hover,
.single-post .post-content p .infobox-download.infobox-tipp .btn-download:not(.btn-download):hover,
.infobox-download.infobox-tipp .single-post .post-content p .btn-download:not(.btn-download):hover,
.single-post .post-content p .infobox-download.infobox-alert-red .btn-download:not(.btn-download):hover,
.infobox-download.infobox-alert-red .single-post .post-content p .btn-download:not(.btn-download):hover,
.single-post .post-content p .infobox-download.infobox-alert-green .btn-download:not(.btn-download):hover,
.infobox-download.infobox-alert-green .single-post .post-content p .btn-download:not(.btn-download):hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-post .post-content p .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .post-content p .ninja-forms-field:not(.btn-download):hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .post-content p .ninja-forms-field:not(.btn-download):hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-post .post-content p .team-cta-element .col-team-cta .cta:not(.btn-download):hover,
.team-cta-element .col-team-cta .single-post .post-content p .cta:not(.btn-download):hover,
.single-post .post-content p footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-post .post-content p .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-post .post-content p .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-post .post-content p main.main .block .nf-form-layout .nf-form-content .submit-wrap input:not(.btn-download):hover[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .single-post .post-content p input:not(.btn-download):hover[type=button],
.template-rechner .post-content p .btn-secondary:not(.btn-download):hover,
.template-rechner .post-content p .infobox-download.infobox .btn-download:not(.btn-download):hover,
.infobox-download.infobox .template-rechner .post-content p .btn-download:not(.btn-download):hover,
.template-rechner .post-content p .infobox-download.infobox-tipp .btn-download:not(.btn-download):hover,
.infobox-download.infobox-tipp .template-rechner .post-content p .btn-download:not(.btn-download):hover,
.template-rechner .post-content p .infobox-download.infobox-alert-red .btn-download:not(.btn-download):hover,
.infobox-download.infobox-alert-red .template-rechner .post-content p .btn-download:not(.btn-download):hover,
.template-rechner .post-content p .infobox-download.infobox-alert-green .btn-download:not(.btn-download):hover,
.infobox-download.infobox-alert-green .template-rechner .post-content p .btn-download:not(.btn-download):hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .post-content p .ninja-forms-field:not(.btn-download):hover,
.template-rechner .post-content p .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .post-content p .ninja-forms-field:not(.btn-download):hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .post-content p .ninja-forms-field:not(.btn-download):hover,
.template-rechner .post-content p .team-cta-element .col-team-cta .cta:not(.btn-download):hover,
.team-cta-element .col-team-cta .template-rechner .post-content p .cta:not(.btn-download):hover,
.template-rechner .post-content p footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .post-content p .ninja-forms-field:not(.btn-download):hover,
.template-rechner .post-content p .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .post-content p .ninja-forms-field:not(.btn-download):hover,
.template-rechner .post-content p .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .post-content p .ninja-forms-field:not(.btn-download):hover,
.template-rechner .post-content p main.main .block .nf-form-layout .nf-form-content .submit-wrap input:not(.btn-download):hover[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .template-rechner .post-content p input:not(.btn-download):hover[type=button],
.matching-ratgeber .post-content p .btn-secondary:not(.btn-download):hover,
.matching-ratgeber .post-content p .infobox-download.infobox .btn-download:not(.btn-download):hover,
.infobox-download.infobox .matching-ratgeber .post-content p .btn-download:not(.btn-download):hover,
.matching-ratgeber .post-content p .infobox-download.infobox-tipp .btn-download:not(.btn-download):hover,
.infobox-download.infobox-tipp .matching-ratgeber .post-content p .btn-download:not(.btn-download):hover,
.matching-ratgeber .post-content p .infobox-download.infobox-alert-red .btn-download:not(.btn-download):hover,
.infobox-download.infobox-alert-red .matching-ratgeber .post-content p .btn-download:not(.btn-download):hover,
.matching-ratgeber .post-content p .infobox-download.infobox-alert-green .btn-download:not(.btn-download):hover,
.infobox-download.infobox-alert-green .matching-ratgeber .post-content p .btn-download:not(.btn-download):hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.matching-ratgeber .post-content p .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.matching-ratgeber .post-content p .team-cta-element .col-team-cta .cta:not(.btn-download):hover,
.team-cta-element .col-team-cta .matching-ratgeber .post-content p .cta:not(.btn-download):hover,
.matching-ratgeber .post-content p footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.matching-ratgeber .post-content p .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.matching-ratgeber .post-content p .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .post-content p .ninja-forms-field:not(.btn-download):hover,
.matching-ratgeber .post-content p main.main .block .nf-form-layout .nf-form-content .submit-wrap input:not(.btn-download):hover[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .matching-ratgeber .post-content p input:not(.btn-download):hover[type=button],
.single-product .post-content p .btn-secondary:not(.btn-download):hover,
.single-product .post-content p .infobox-download.infobox .btn-download:not(.btn-download):hover,
.infobox-download.infobox .single-product .post-content p .btn-download:not(.btn-download):hover,
.single-product .post-content p .infobox-download.infobox-tipp .btn-download:not(.btn-download):hover,
.infobox-download.infobox-tipp .single-product .post-content p .btn-download:not(.btn-download):hover,
.single-product .post-content p .infobox-download.infobox-alert-red .btn-download:not(.btn-download):hover,
.infobox-download.infobox-alert-red .single-product .post-content p .btn-download:not(.btn-download):hover,
.single-product .post-content p .infobox-download.infobox-alert-green .btn-download:not(.btn-download):hover,
.infobox-download.infobox-alert-green .single-product .post-content p .btn-download:not(.btn-download):hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .post-content p .ninja-forms-field:not(.btn-download):hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .post-content p .ninja-forms-field:not(.btn-download):hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-product .post-content p .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-product .post-content p .team-cta-element .col-team-cta .cta:not(.btn-download):hover,
.team-cta-element .col-team-cta .single-product .post-content p .cta:not(.btn-download):hover,
.single-product .post-content p footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-product .post-content p .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-product .post-content p .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:not(.btn-download):hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .post-content p .ninja-forms-field:not(.btn-download):hover,
.single-product .post-content p main.main .block .nf-form-layout .nf-form-content .submit-wrap input:not(.btn-download):hover[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .single-product .post-content p input:not(.btn-download):hover[type=button] {
  color: #EC6552;
}

/* line 419, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-content p a:not(.btn),
.single-ratgeber .post-content .arrow-list a:not(.btn),
.single-post .post-content p a:not(.btn),
.single-post .post-content .arrow-list a:not(.btn),
.template-rechner .post-content p a:not(.btn),
.template-rechner .post-content .arrow-list a:not(.btn),
.matching-ratgeber .post-content p a:not(.btn),
.matching-ratgeber .post-content .arrow-list a:not(.btn),
.single-product .post-content p a:not(.btn),
.single-product .post-content .arrow-list a:not(.btn) {
  position: relative;
  z-index: 1;
  word-break: break-word;
  display: inline-block;
  border-bottom: 2px solid #6DC1AE;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* line 429, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-content p a:not(.btn)::after,
.single-ratgeber .post-content .arrow-list a:not(.btn)::after,
.single-post .post-content p a:not(.btn)::after,
.single-post .post-content .arrow-list a:not(.btn)::after,
.template-rechner .post-content p a:not(.btn)::after,
.template-rechner .post-content .arrow-list a:not(.btn)::after,
.matching-ratgeber .post-content p a:not(.btn)::after,
.matching-ratgeber .post-content .arrow-list a:not(.btn)::after,
.single-product .post-content p a:not(.btn)::after,
.single-product .post-content .arrow-list a:not(.btn)::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -2px;
  left: -0.25em;
  right: -0.25em;
  background-color: transparent;
  -webkit-transform-origin: bottom center;
       -o-transform-origin: bottom center;
          transform-origin: bottom center;
  transform: scaleY(0.1);
  -webkit-transform: scaleY(0.1);
  -moz-transform: scaleY(0.1);
  -ms-transform: scaleY(0.1);
  -o-transform: scaleY(0.1);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 429, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-content p a:not(.btn)::after,
  .single-ratgeber .post-content .arrow-list a:not(.btn)::after,
  .single-post .post-content p a:not(.btn)::after,
  .single-post .post-content .arrow-list a:not(.btn)::after,
  .template-rechner .post-content p a:not(.btn)::after,
  .template-rechner .post-content .arrow-list a:not(.btn)::after,
  .matching-ratgeber .post-content p a:not(.btn)::after,
  .matching-ratgeber .post-content .arrow-list a:not(.btn)::after,
  .single-product .post-content p a:not(.btn)::after,
  .single-product .post-content .arrow-list a:not(.btn)::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 445, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-content p a:not(.btn):hover,
.single-ratgeber .post-content .arrow-list a:not(.btn):hover,
.single-post .post-content p a:not(.btn):hover,
.single-post .post-content .arrow-list a:not(.btn):hover,
.template-rechner .post-content p a:not(.btn):hover,
.template-rechner .post-content .arrow-list a:not(.btn):hover,
.matching-ratgeber .post-content p a:not(.btn):hover,
.matching-ratgeber .post-content .arrow-list a:not(.btn):hover,
.single-product .post-content p a:not(.btn):hover,
.single-product .post-content .arrow-list a:not(.btn):hover {
  text-decoration: none;
  color: #336B62;
}

/* line 449, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-content p a:not(.btn):hover::after,
.single-ratgeber .post-content .arrow-list a:not(.btn):hover::after,
.single-post .post-content p a:not(.btn):hover::after,
.single-post .post-content .arrow-list a:not(.btn):hover::after,
.template-rechner .post-content p a:not(.btn):hover::after,
.template-rechner .post-content .arrow-list a:not(.btn):hover::after,
.matching-ratgeber .post-content p a:not(.btn):hover::after,
.matching-ratgeber .post-content .arrow-list a:not(.btn):hover::after,
.single-product .post-content p a:not(.btn):hover::after,
.single-product .post-content .arrow-list a:not(.btn):hover::after {
  background-color: #6DC1AE;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

/* line 457, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-content p img,
.single-ratgeber .post-content .arrow-list img,
.single-post .post-content p img,
.single-post .post-content .arrow-list img,
.template-rechner .post-content p img,
.template-rechner .post-content .arrow-list img,
.matching-ratgeber .post-content p img,
.matching-ratgeber .post-content .arrow-list img,
.single-product .post-content p img,
.single-product .post-content .arrow-list img {
  width: 100%;
}

/* line 462, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-content .post-excerpt,
.single-ratgeber .post-content .headline-anchor-wrapper,
.single-ratgeber .post-content .headline-anchor-wrapper h2,
.single-post .post-content .post-excerpt,
.single-post .post-content .headline-anchor-wrapper,
.single-post .post-content .headline-anchor-wrapper h2,
.template-rechner .post-content .post-excerpt,
.template-rechner .post-content .headline-anchor-wrapper,
.template-rechner .post-content .headline-anchor-wrapper h2,
.matching-ratgeber .post-content .post-excerpt,
.matching-ratgeber .post-content .headline-anchor-wrapper,
.matching-ratgeber .post-content .headline-anchor-wrapper h2,
.single-product .post-content .post-excerpt,
.single-product .post-content .headline-anchor-wrapper,
.single-product .post-content .headline-anchor-wrapper h2 {
  font-size: 1.5625rem;
  line-height: 2.375rem;
}

/* line 467, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-content .headline-anchor-wrapper h2,
.single-post .post-content .headline-anchor-wrapper h2,
.template-rechner .post-content .headline-anchor-wrapper h2,
.matching-ratgeber .post-content .headline-anchor-wrapper h2,
.single-product .post-content .headline-anchor-wrapper h2 {
  margin-bottom: 0;
}

/* line 473, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .arrow-list li,
.single-post .arrow-list li,
.template-rechner .arrow-list li,
.matching-ratgeber .arrow-list li,
.single-product .arrow-list li {
  font-size: 1.125rem;
}

/* line 478, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .popular-posts,
.single-post .popular-posts,
.template-rechner .popular-posts,
.matching-ratgeber .popular-posts,
.single-product .popular-posts {
  background-color: #336B62;
  padding-top: 4.1875rem;
  padding-bottom: 4.375rem;
}

/* line 483, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .popular-posts .section-headline,
.single-post .popular-posts .section-headline,
.template-rechner .popular-posts .section-headline,
.matching-ratgeber .popular-posts .section-headline,
.single-product .popular-posts .section-headline {
  color: #fff;
  font-size: 2.1875rem;
  line-height: 2.125rem;
  margin-bottom: 3.8125rem;
}

/* line 490, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .popular-posts article,
.single-post .popular-posts article,
.template-rechner .popular-posts article,
.matching-ratgeber .popular-posts article,
.single-product .popular-posts article {
  margin-bottom: 1.875rem;
}

/* line 494, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .popular-posts .card,
.single-ratgeber .popular-posts .social-box,
.single-ratgeber .popular-posts .single-post .social-box,
.single-post .single-ratgeber .popular-posts .social-box,
.single-ratgeber .popular-posts .template-rechner .social-box,
.template-rechner .single-ratgeber .popular-posts .social-box,
.single-ratgeber .popular-posts .matching-ratgeber .social-box,
.matching-ratgeber .single-ratgeber .popular-posts .social-box,
.single-ratgeber .popular-posts .single-product .social-box,
.single-product .single-ratgeber .popular-posts .social-box,
.single-post .popular-posts .card,
.single-post .popular-posts .single-ratgeber .social-box,
.single-ratgeber .single-post .popular-posts .social-box,
.single-post .popular-posts .social-box,
.single-post .popular-posts .template-rechner .social-box,
.template-rechner .single-post .popular-posts .social-box,
.single-post .popular-posts .matching-ratgeber .social-box,
.matching-ratgeber .single-post .popular-posts .social-box,
.single-post .popular-posts .single-product .social-box,
.single-product .single-post .popular-posts .social-box,
.template-rechner .popular-posts .card,
.template-rechner .popular-posts .single-ratgeber .social-box,
.single-ratgeber .template-rechner .popular-posts .social-box,
.template-rechner .popular-posts .single-post .social-box,
.single-post .template-rechner .popular-posts .social-box,
.template-rechner .popular-posts .social-box,
.template-rechner .popular-posts .matching-ratgeber .social-box,
.matching-ratgeber .template-rechner .popular-posts .social-box,
.template-rechner .popular-posts .single-product .social-box,
.single-product .template-rechner .popular-posts .social-box,
.matching-ratgeber .popular-posts .card,
.matching-ratgeber .popular-posts .single-ratgeber .social-box,
.single-ratgeber .matching-ratgeber .popular-posts .social-box,
.matching-ratgeber .popular-posts .single-post .social-box,
.single-post .matching-ratgeber .popular-posts .social-box,
.matching-ratgeber .popular-posts .template-rechner .social-box,
.template-rechner .matching-ratgeber .popular-posts .social-box,
.matching-ratgeber .popular-posts .social-box,
.matching-ratgeber .popular-posts .single-product .social-box,
.single-product .matching-ratgeber .popular-posts .social-box,
.single-product .popular-posts .card,
.single-product .popular-posts .single-ratgeber .social-box,
.single-ratgeber .single-product .popular-posts .social-box,
.single-product .popular-posts .single-post .social-box,
.single-post .single-product .popular-posts .social-box,
.single-product .popular-posts .template-rechner .social-box,
.template-rechner .single-product .popular-posts .social-box,
.single-product .popular-posts .matching-ratgeber .social-box,
.matching-ratgeber .single-product .popular-posts .social-box,
.single-product .popular-posts .social-box {
  color: #336B62;
  padding: 2.3125rem 2rem;
}

/* line 498, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .popular-posts .card:hover,
.single-ratgeber .popular-posts .social-box:hover,
.single-post .popular-posts .card:hover,
.single-post .popular-posts .social-box:hover,
.template-rechner .popular-posts .card:hover,
.template-rechner .popular-posts .social-box:hover,
.matching-ratgeber .popular-posts .card:hover,
.matching-ratgeber .popular-posts .social-box:hover,
.single-product .popular-posts .card:hover,
.single-product .popular-posts .social-box:hover {
  text-decoration: none;
}

/* line 502, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .popular-posts .card .category-links,
.single-ratgeber .popular-posts .social-box .category-links,
.single-post .popular-posts .card .category-links,
.single-post .popular-posts .social-box .category-links,
.template-rechner .popular-posts .card .category-links,
.template-rechner .popular-posts .social-box .category-links,
.matching-ratgeber .popular-posts .card .category-links,
.matching-ratgeber .popular-posts .social-box .category-links,
.single-product .popular-posts .card .category-links,
.single-product .popular-posts .social-box .category-links {
  margin-bottom: 1.6875rem;
}

/* line 506, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .popular-posts .card .h3,
.single-ratgeber .popular-posts .social-box .h3,
.single-post .popular-posts .card .h3,
.single-post .popular-posts .social-box .h3,
.template-rechner .popular-posts .card .h3,
.template-rechner .popular-posts .social-box .h3,
.matching-ratgeber .popular-posts .card .h3,
.matching-ratgeber .popular-posts .social-box .h3,
.single-product .popular-posts .card .h3,
.single-product .popular-posts .social-box .h3 {
  font-size: 1.875rem;
  line-height: 2.3125rem;
  padding-top: 0;
  margin-bottom: 2rem;
}

/* line 513, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .popular-posts .card .btn-more,
.single-ratgeber .popular-posts .social-box .btn-more,
.single-post .popular-posts .card .btn-more,
.single-post .popular-posts .social-box .btn-more,
.template-rechner .popular-posts .card .btn-more,
.template-rechner .popular-posts .social-box .btn-more,
.matching-ratgeber .popular-posts .card .btn-more,
.matching-ratgeber .popular-posts .social-box .btn-more,
.single-product .popular-posts .card .btn-more,
.single-product .popular-posts .social-box .btn-more {
  color: #6DC1AE;
  opacity: 0.3;
}

/* line 520, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-share-container,
.single-post .social-share-container,
.template-rechner .social-share-container,
.matching-ratgeber .social-share-container,
.single-product .social-share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 523, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-share-container .card,
.single-ratgeber .social-share-container .social-box,
.single-ratgeber .social-share-container .single-post .social-box,
.single-post .single-ratgeber .social-share-container .social-box,
.single-ratgeber .social-share-container .template-rechner .social-box,
.template-rechner .single-ratgeber .social-share-container .social-box,
.single-ratgeber .social-share-container .matching-ratgeber .social-box,
.matching-ratgeber .single-ratgeber .social-share-container .social-box,
.single-ratgeber .social-share-container .single-product .social-box,
.single-product .single-ratgeber .social-share-container .social-box,
.single-post .social-share-container .card,
.single-post .social-share-container .single-ratgeber .social-box,
.single-ratgeber .single-post .social-share-container .social-box,
.single-post .social-share-container .social-box,
.single-post .social-share-container .template-rechner .social-box,
.template-rechner .single-post .social-share-container .social-box,
.single-post .social-share-container .matching-ratgeber .social-box,
.matching-ratgeber .single-post .social-share-container .social-box,
.single-post .social-share-container .single-product .social-box,
.single-product .single-post .social-share-container .social-box,
.template-rechner .social-share-container .card,
.template-rechner .social-share-container .single-ratgeber .social-box,
.single-ratgeber .template-rechner .social-share-container .social-box,
.template-rechner .social-share-container .single-post .social-box,
.single-post .template-rechner .social-share-container .social-box,
.template-rechner .social-share-container .social-box,
.template-rechner .social-share-container .matching-ratgeber .social-box,
.matching-ratgeber .template-rechner .social-share-container .social-box,
.template-rechner .social-share-container .single-product .social-box,
.single-product .template-rechner .social-share-container .social-box,
.matching-ratgeber .social-share-container .card,
.matching-ratgeber .social-share-container .single-ratgeber .social-box,
.single-ratgeber .matching-ratgeber .social-share-container .social-box,
.matching-ratgeber .social-share-container .single-post .social-box,
.single-post .matching-ratgeber .social-share-container .social-box,
.matching-ratgeber .social-share-container .template-rechner .social-box,
.template-rechner .matching-ratgeber .social-share-container .social-box,
.matching-ratgeber .social-share-container .social-box,
.matching-ratgeber .social-share-container .single-product .social-box,
.single-product .matching-ratgeber .social-share-container .social-box,
.single-product .social-share-container .card,
.single-product .social-share-container .single-ratgeber .social-box,
.single-ratgeber .single-product .social-share-container .social-box,
.single-product .social-share-container .single-post .social-box,
.single-post .single-product .social-share-container .social-box,
.single-product .social-share-container .template-rechner .social-box,
.template-rechner .single-product .social-share-container .social-box,
.single-product .social-share-container .matching-ratgeber .social-box,
.matching-ratgeber .single-product .social-share-container .social-box,
.single-product .social-share-container .social-box {
  margin: 0 auto;
  padding: 1.5rem;
}

/* line 527, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-share-container .card:hover,
.single-ratgeber .social-share-container .social-box:hover,
.single-post .social-share-container .card:hover,
.single-post .social-share-container .social-box:hover,
.template-rechner .social-share-container .card:hover,
.template-rechner .social-share-container .social-box:hover,
.matching-ratgeber .social-share-container .card:hover,
.matching-ratgeber .social-share-container .social-box:hover,
.single-product .social-share-container .card:hover,
.single-product .social-share-container .social-box:hover {
  background-color: #fff !important;
  border-color: #EAF3E5 !important;
}

/* line 534, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-share-container .social-list a,
.single-post .social-share-container .social-list a,
.template-rechner .social-share-container .social-list a,
.matching-ratgeber .social-share-container .social-list a,
.single-product .social-share-container .social-list a {
  padding: 0.75rem 1.25rem;
  border-radius: 3.75rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 540, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-share-container .social-list a span,
.single-post .social-share-container .social-list a span,
.template-rechner .social-share-container .social-list a span,
.matching-ratgeber .social-share-container .social-list a span,
.single-product .social-share-container .social-list a span {
  margin-right: 0.9375rem;
}

/* line 547, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-box,
.single-post .social-box,
.template-rechner .social-box,
.matching-ratgeber .social-box,
.single-product .social-box {
  margin-top: 1.5rem;
  padding: 1.5rem;
}

/* line 552, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-box p,
.single-post .social-box p,
.template-rechner .social-box p,
.matching-ratgeber .social-box p,
.single-product .social-box p {
  margin-bottom: 1.125rem;
  font-size: 1.125rem;
  text-align: center;
}

/* line 559, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-box .social-list a,
.single-post .social-box .social-list a,
.template-rechner .social-box .social-list a,
.matching-ratgeber .social-box .social-list a,
.single-product .social-box .social-list a {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
}

/* line 574, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-box p,
.single-ratgeber .social-share-container p,
.single-post .social-box p,
.single-post .social-share-container p,
.template-rechner .social-box p,
.template-rechner .social-share-container p,
.matching-ratgeber .social-box p,
.matching-ratgeber .social-share-container p,
.single-product .social-box p,
.single-product .social-share-container p {
  font-size: 1.125rem;
  color: #336B62;
}

/* line 579, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-box .social-list,
.single-ratgeber .social-share-container .social-list,
.single-post .social-box .social-list,
.single-post .social-share-container .social-list,
.template-rechner .social-box .social-list,
.template-rechner .social-share-container .social-list,
.matching-ratgeber .social-box .social-list,
.matching-ratgeber .social-share-container .social-list,
.single-product .social-box .social-list,
.single-product .social-share-container .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 584, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-box .social-list a,
.single-ratgeber .social-share-container .social-list a,
.single-post .social-box .social-list a,
.single-post .social-share-container .social-list a,
.template-rechner .social-box .social-list a,
.template-rechner .social-share-container .social-list a,
.matching-ratgeber .social-box .social-list a,
.matching-ratgeber .social-share-container .social-list a,
.single-product .social-box .social-list a,
.single-product .social-share-container .social-list a {
  background-color: #EC6552;
  color: #fff;
  border: 2px solid #EC6552;
  text-decoration: none !important;
}

/* line 590, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-box .social-list a:hover,
.single-ratgeber .social-share-container .social-list a:hover,
.single-post .social-box .social-list a:hover,
.single-post .social-share-container .social-list a:hover,
.template-rechner .social-box .social-list a:hover,
.template-rechner .social-share-container .social-list a:hover,
.matching-ratgeber .social-box .social-list a:hover,
.matching-ratgeber .social-share-container .social-list a:hover,
.single-product .social-box .social-list a:hover,
.single-product .social-share-container .social-list a:hover {
  background-color: #fff;
  color: #EC6552;
}

/* line 595, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-box .social-list a i,
.single-ratgeber .social-share-container .social-list a i,
.single-post .social-box .social-list a i,
.single-post .social-share-container .social-list a i,
.template-rechner .social-box .social-list a i,
.template-rechner .social-share-container .social-list a i,
.matching-ratgeber .social-box .social-list a i,
.matching-ratgeber .social-share-container .social-list a i,
.single-product .social-box .social-list a i,
.single-product .social-share-container .social-list a i {
  font-size: 1.125rem;
}

/* line 599, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .social-box .social-list a:hover,
.single-ratgeber .social-share-container .social-list a:hover,
.single-post .social-box .social-list a:hover,
.single-post .social-share-container .social-list a:hover,
.template-rechner .social-box .social-list a:hover,
.template-rechner .social-share-container .social-list a:hover,
.matching-ratgeber .social-box .social-list a:hover,
.matching-ratgeber .social-share-container .social-list a:hover,
.single-product .social-box .social-list a:hover,
.single-product .social-share-container .social-list a:hover {
  text-decoration: none;
}

/* line 606, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .messenger,
.single-post .messenger,
.template-rechner .messenger,
.matching-ratgeber .messenger,
.single-product .messenger {
  display: none;
}

/* line 610, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-meta,
.single-post .post-meta,
.template-rechner .post-meta,
.matching-ratgeber .post-meta,
.single-product .post-meta {
  margin-bottom: 2.5rem;
  color: #336B62;
}

/* line 614, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-meta:hover,
.single-post .post-meta:hover,
.template-rechner .post-meta:hover,
.matching-ratgeber .post-meta:hover,
.single-product .post-meta:hover {
  text-decoration: none;
}

/* line 618, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .post-meta .author-image,
.single-post .post-meta .author-image,
.template-rechner .post-meta .author-image,
.matching-ratgeber .post-meta .author-image,
.single-product .post-meta .author-image {
  border-radius: 20px;
}

@media (min-width: 835px) {
  /* line 610, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-meta,
  .single-post .post-meta,
  .template-rechner .post-meta,
  .matching-ratgeber .post-meta,
  .single-product .post-meta {
    background-color: #EAF3E5;
    padding: 1.5625rem;
    border-radius: 20px;
  }
}

@media (max-width: calc(1367px - 1px)) {
  /* line 630, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .btn,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .ninja-forms-field,
  .single-ratgeber .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .single-ratgeber .cta,
  .single-ratgeber footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .ninja-forms-field,
  .single-ratgeber .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .ninja-forms-field,
  .single-ratgeber .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-ratgeber .ninja-forms-field,
  .single-ratgeber main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .single-ratgeber input[type=button],
  .single-post .btn,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .ninja-forms-field,
  .single-post .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .single-post .cta,
  .single-post footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .ninja-forms-field,
  .single-post .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .ninja-forms-field,
  .single-post .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-post .ninja-forms-field,
  .single-post main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .single-post input[type=button],
  .template-rechner .btn,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .ninja-forms-field,
  .template-rechner .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .template-rechner .cta,
  .template-rechner footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .ninja-forms-field,
  .template-rechner .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .ninja-forms-field,
  .template-rechner .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-rechner .ninja-forms-field,
  .template-rechner main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .template-rechner input[type=button],
  .matching-ratgeber .btn,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .ninja-forms-field,
  .matching-ratgeber .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .matching-ratgeber .cta,
  .matching-ratgeber footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .ninja-forms-field,
  .matching-ratgeber .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .ninja-forms-field,
  .matching-ratgeber .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .matching-ratgeber .ninja-forms-field,
  .matching-ratgeber main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .matching-ratgeber input[type=button],
  .single-product .btn,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .single-product .cta,
  .single-product footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .ninja-forms-field,
  .single-product .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .ninja-forms-field,
  .single-product .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .single-product .ninja-forms-field,
  .single-product main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .single-product input[type=button] {
    font-size: 1rem;
  }

  /* line 634, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .lwptoc_i .lwptoc_item a,
  .single-post .lwptoc_i .lwptoc_item a,
  .template-rechner .lwptoc_i .lwptoc_item a,
  .matching-ratgeber .lwptoc_i .lwptoc_item a,
  .single-product .lwptoc_i .lwptoc_item a {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

@media (max-width: 991.98px) {
  /* line 644, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .social-share-container .social-list a span,
  .single-post .social-share-container .social-list a span,
  .template-rechner .social-share-container .social-list a span,
  .matching-ratgeber .social-share-container .social-list a span,
  .single-product .social-share-container .social-list a span {
    display: none;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 653, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber hr,
  .single-post hr,
  .template-rechner hr,
  .matching-ratgeber hr,
  .single-product hr {
    display: none;
  }

  /* line 657, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-meta,
  .single-post .post-meta,
  .template-rechner .post-meta,
  .matching-ratgeber .post-meta,
  .single-product .post-meta {
    margin-top: 2.1875rem;
  }

  /* line 661, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-title,
  .single-post .post-title,
  .template-rechner .post-title,
  .matching-ratgeber .post-title,
  .single-product .post-title {
    margin-top: 4.1875rem;
    margin-bottom: 3.875rem;
  }

  /* line 667, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .popular-posts article:nth-child(3),
  .single-ratgeber .popular-posts article:nth-child(4),
  .single-post .popular-posts article:nth-child(3),
  .single-post .popular-posts article:nth-child(4),
  .template-rechner .popular-posts article:nth-child(3),
  .template-rechner .popular-posts article:nth-child(4),
  .matching-ratgeber .popular-posts article:nth-child(3),
  .matching-ratgeber .popular-posts article:nth-child(4),
  .single-product .popular-posts article:nth-child(3),
  .single-product .popular-posts article:nth-child(4) {
    display: none;
  }

  /* line 672, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .card-boxes,
  .single-post .card-boxes,
  .template-rechner .card-boxes,
  .matching-ratgeber .card-boxes,
  .single-product .card-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 677, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .card-boxes > .col:first-of-type,
  .single-ratgeber .horizontal-list.icon-list.card-boxes > li:first-of-type,
  .single-ratgeber .gallery .card-boxes > .gallery-item:first-of-type,
  .gallery .single-ratgeber .card-boxes > .gallery-item:first-of-type,
  .single-post .card-boxes > .col:first-of-type,
  .single-post .horizontal-list.icon-list.card-boxes > li:first-of-type,
  .single-post .gallery .card-boxes > .gallery-item:first-of-type,
  .gallery .single-post .card-boxes > .gallery-item:first-of-type,
  .template-rechner .card-boxes > .col:first-of-type,
  .template-rechner .horizontal-list.icon-list.card-boxes > li:first-of-type,
  .template-rechner .gallery .card-boxes > .gallery-item:first-of-type,
  .gallery .template-rechner .card-boxes > .gallery-item:first-of-type,
  .matching-ratgeber .card-boxes > .col:first-of-type,
  .matching-ratgeber .horizontal-list.icon-list.card-boxes > li:first-of-type,
  .matching-ratgeber .gallery .card-boxes > .gallery-item:first-of-type,
  .gallery .matching-ratgeber .card-boxes > .gallery-item:first-of-type,
  .single-product .card-boxes > .col:first-of-type,
  .single-product .horizontal-list.icon-list.card-boxes > li:first-of-type,
  .single-product .gallery .card-boxes > .gallery-item:first-of-type,
  .gallery .single-product .card-boxes > .gallery-item:first-of-type {
    margin-right: 0;
    margin-bottom: 3.4375rem;
  }

  /* line 682, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .card-boxes > .col:last-of-type,
  .single-ratgeber .horizontal-list.icon-list.card-boxes > li:last-of-type,
  .single-ratgeber .gallery .card-boxes > .gallery-item:last-of-type,
  .gallery .single-ratgeber .card-boxes > .gallery-item:last-of-type,
  .single-post .card-boxes > .col:last-of-type,
  .single-post .horizontal-list.icon-list.card-boxes > li:last-of-type,
  .single-post .gallery .card-boxes > .gallery-item:last-of-type,
  .gallery .single-post .card-boxes > .gallery-item:last-of-type,
  .template-rechner .card-boxes > .col:last-of-type,
  .template-rechner .horizontal-list.icon-list.card-boxes > li:last-of-type,
  .template-rechner .gallery .card-boxes > .gallery-item:last-of-type,
  .gallery .template-rechner .card-boxes > .gallery-item:last-of-type,
  .matching-ratgeber .card-boxes > .col:last-of-type,
  .matching-ratgeber .horizontal-list.icon-list.card-boxes > li:last-of-type,
  .matching-ratgeber .gallery .card-boxes > .gallery-item:last-of-type,
  .gallery .matching-ratgeber .card-boxes > .gallery-item:last-of-type,
  .single-product .card-boxes > .col:last-of-type,
  .single-product .horizontal-list.icon-list.card-boxes > li:last-of-type,
  .single-product .gallery .card-boxes > .gallery-item:last-of-type,
  .gallery .single-product .card-boxes > .gallery-item:last-of-type {
    margin-left: 0;
  }

  /* line 688, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .row-content,
  .single-post .row-content,
  .template-rechner .row-content,
  .matching-ratgeber .row-content,
  .single-product .row-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 692, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .table-contents-mobile,
  .single-post .table-contents-mobile,
  .template-rechner .table-contents-mobile,
  .matching-ratgeber .table-contents-mobile,
  .single-product .table-contents-mobile {
    display: block;
  }

  /* line 697, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .col-right .social-box,
  .single-post .col-right .social-box,
  .template-rechner .col-right .social-box,
  .matching-ratgeber .col-right .social-box,
  .single-product .col-right .social-box {
    display: none;
  }

  /* line 701, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .col-right .table-contents,
  .single-post .col-right .table-contents,
  .template-rechner .col-right .table-contents,
  .matching-ratgeber .col-right .table-contents,
  .single-product .col-right .table-contents {
    display: none;
  }

  /* line 706, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .col-left,
  .single-post .col-left,
  .template-rechner .col-left,
  .matching-ratgeber .col-left,
  .single-product .col-left {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1;
            flex: 0 0 1;
  }

  /* line 711, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .social-share-container,
  .single-post .social-share-container,
  .template-rechner .social-share-container,
  .matching-ratgeber .social-share-container,
  .single-product .social-share-container {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }

  /* line 716, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .social-share-container .social-list,
  .single-post .social-share-container .social-list,
  .template-rechner .social-share-container .social-list,
  .matching-ratgeber .social-share-container .social-list,
  .single-product .social-share-container .social-list {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  /* line 720, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .social-share-container .social-list a,
  .single-post .social-share-container .social-list a,
  .template-rechner .social-share-container .social-list a,
  .matching-ratgeber .social-share-container .social-list a,
  .single-product .social-share-container .social-list a {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin: 0.25rem;
    padding: 0;
  }

  /* line 728, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .social-share-container .social-list a i,
  .single-post .social-share-container .social-list a i,
  .template-rechner .social-share-container .social-list a i,
  .matching-ratgeber .social-share-container .social-list a i,
  .single-product .social-share-container .social-list a i {
    display: block;
    line-height: 48px;
  }

  /* line 736, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .newsletter-page,
  .single-post .newsletter-page,
  .template-rechner .newsletter-page,
  .matching-ratgeber .newsletter-page,
  .single-product .newsletter-page {
    display: none;
  }

  /* line 740, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .messenger,
  .single-post .messenger,
  .template-rechner .messenger,
  .matching-ratgeber .messenger,
  .single-product .messenger {
    display: block;
  }
}

@media (max-width: 575.98px) {
  /* line 746, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .card-boxes,
  .single-post .card-boxes,
  .template-rechner .card-boxes,
  .matching-ratgeber .card-boxes,
  .single-product .card-boxes {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  /* line 750, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .card-boxes > .col,
  .single-ratgeber .horizontal-list.icon-list.card-boxes > li,
  .single-ratgeber .gallery .card-boxes > .gallery-item,
  .gallery .single-ratgeber .card-boxes > .gallery-item,
  .single-post .card-boxes > .col,
  .single-post .horizontal-list.icon-list.card-boxes > li,
  .single-post .gallery .card-boxes > .gallery-item,
  .gallery .single-post .card-boxes > .gallery-item,
  .template-rechner .card-boxes > .col,
  .template-rechner .horizontal-list.icon-list.card-boxes > li,
  .template-rechner .gallery .card-boxes > .gallery-item,
  .gallery .template-rechner .card-boxes > .gallery-item,
  .matching-ratgeber .card-boxes > .col,
  .matching-ratgeber .horizontal-list.icon-list.card-boxes > li,
  .matching-ratgeber .gallery .card-boxes > .gallery-item,
  .gallery .matching-ratgeber .card-boxes > .gallery-item,
  .single-product .card-boxes > .col,
  .single-product .horizontal-list.icon-list.card-boxes > li,
  .single-product .gallery .card-boxes > .gallery-item,
  .gallery .single-product .card-boxes > .gallery-item {
    padding: 2.3125rem 1.375rem 0 2.25rem;
  }

  /* line 756, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .arrow-list li,
  .single-post .arrow-list li,
  .template-rechner .arrow-list li,
  .matching-ratgeber .arrow-list li,
  .single-product .arrow-list li {
    padding-left: 2.25rem;
  }

  /* line 761, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .col-left,
  .single-ratgeber .col-right,
  .single-ratgeber .col-top,
  .single-ratgeber .popular-posts article,
  .single-post .col-left,
  .single-post .col-right,
  .single-post .col-top,
  .single-post .popular-posts article,
  .template-rechner .col-left,
  .template-rechner .col-right,
  .template-rechner .col-top,
  .template-rechner .popular-posts article,
  .matching-ratgeber .col-left,
  .matching-ratgeber .col-right,
  .matching-ratgeber .col-top,
  .matching-ratgeber .popular-posts article,
  .single-product .col-left,
  .single-product .col-right,
  .single-product .col-top,
  .single-product .popular-posts article {
    padding: 0;
  }

  /* line 765, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-title,
  .single-post .post-title,
  .template-rechner .post-title,
  .matching-ratgeber .post-title,
  .single-product .post-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-top: 1.4375rem;
    margin-bottom: 2.0625rem;
  }

  /* line 772, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-meta,
  .single-post .post-meta,
  .template-rechner .post-meta,
  .matching-ratgeber .post-meta,
  .single-product .post-meta {
    margin-bottom: 0.9375rem;
    margin-top: 0;
  }

  /* line 776, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-meta .author-wrapper,
  .single-post .post-meta .author-wrapper,
  .template-rechner .post-meta .author-wrapper,
  .matching-ratgeber .post-meta .author-wrapper,
  .single-product .post-meta .author-wrapper {
    position: relative;
    margin-bottom: 4.0625rem;
    border-bottom: 2px solid #D9E8EB;
    padding-bottom: 1.5625rem;
  }

  /* line 783, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-meta .date,
  .single-post .post-meta .date,
  .template-rechner .post-meta .date,
  .matching-ratgeber .post-meta .date,
  .single-product .post-meta .date {
    display: block;
    margin-top: 0;
    position: absolute;
    bottom: -3.75rem;
    right: 0;
  }

  /* line 790, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-meta .date .updated,
  .single-post .post-meta .date .updated,
  .template-rechner .post-meta .date .updated,
  .matching-ratgeber .post-meta .date .updated,
  .single-product .post-meta .date .updated {
    padding: 1rem 0 1rem 2.4375rem;
  }

  /* line 793, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .post-meta .date .updated::before,
  .single-post .post-meta .date .updated::before,
  .template-rechner .post-meta .date .updated::before,
  .matching-ratgeber .post-meta .date .updated::before,
  .single-product .post-meta .date .updated::before {
    left: 1.25rem;
  }

  /* line 799, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .matching-ratgeber .card-box-inner > p,
  .single-ratgeber .card-box-inner > p,
  .single-post .matching-ratgeber .card-box-inner > p,
  .single-post .card-box-inner > p,
  .template-rechner .matching-ratgeber .card-box-inner > p,
  .template-rechner .card-box-inner > p,
  .matching-ratgeber .matching-ratgeber .card-box-inner > p,
  .matching-ratgeber .card-box-inner > p,
  .single-product .matching-ratgeber .card-box-inner > p,
  .single-product .card-box-inner > p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  /* line 803, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber .headline-anchor-wrapper,
  .single-post .headline-anchor-wrapper,
  .template-rechner .headline-anchor-wrapper,
  .matching-ratgeber .headline-anchor-wrapper,
  .single-product .headline-anchor-wrapper {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 2.1875rem 0 1.25rem;
  }

  /* line 807, resources/assets/styles/layouts/_ratgeber.scss */

  .single-ratgeber span.headline-num,
  .single-post span.headline-num,
  .template-rechner span.headline-num,
  .matching-ratgeber span.headline-num,
  .single-product span.headline-num {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 1.125rem;
    margin-top: 0.3125rem;
  }
}

/* line 819, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .breadcrumbs {
  margin-bottom: 6.25rem;
}

/* line 823, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .block + .block {
  margin-top: 1.875rem;
}

/* line 830, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .breadcrumbs .breadcrumb,
.single-post .breadcrumbs .breadcrumb,
.single-product .breadcrumbs .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 837, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .author-card,
.single-post .author-card,
.interview-element .author-card,
.single-product .author-card {
  line-height: 1.75rem;
  margin-left: 0.8125rem;
}

/* line 841, resources/assets/styles/layouts/_ratgeber.scss */

.single-ratgeber .author-card .author-name,
.single-ratgeber .author-card .updated-date,
.single-post .author-card .author-name,
.single-post .author-card .updated-date,
.interview-element .author-card .author-name,
.interview-element .author-card .updated-date,
.single-product .author-card .author-name,
.single-product .author-card .updated-date {
  font-weight: 700;
}

/* line 5, resources/assets/styles/layouts/_category.scss */

.category .product-hero-wrapper .product-hero .title-content .page-title,
.single-city .product-hero-wrapper .product-hero .title-content .page-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

@media (max-width: 575.98px) {
  /* line 5, resources/assets/styles/layouts/_category.scss */

  .category .product-hero-wrapper .product-hero .title-content .page-title,
  .single-city .product-hero-wrapper .product-hero .title-content .page-title {
    color: #2E6B62;
  }
}

@media (max-width: 991.98px) {
  /* line 17, resources/assets/styles/layouts/_category.scss */

  .category .product-hero-wrapper .product-hero .content,
  .single-city .product-hero-wrapper .product-hero .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 28, resources/assets/styles/layouts/_category.scss */

.category .team-cta-element.small-cta-element .col-team-cta {
  border-radius: 0;
}

@media (max-width: 991.98px) {
  /* line 36, resources/assets/styles/layouts/_category.scss */

  .single-product main.main .product-hero-wrapper,
  .single-ratgeber main.main .product-hero-wrapper,
  .template-allrechtsgebiete main.main .product-hero-wrapper,
  .template-frontpage main.main .product-hero-wrapper,
  .template-office main.main .product-hero-wrapper,
  .template-presse main.main .product-hero-wrapper,
  .template-karriere main.main .product-hero-wrapper {
    max-width: 100%;
  }
}

/* line 54, resources/assets/styles/layouts/_category.scss */

.category .page-footer,
.single-product .page-footer,
.single-ratgeber .page-footer,
.template-allrechtsgebiete .page-footer,
.single-city .page-footer {
  margin-top: 0;
}

/* line 58, resources/assets/styles/layouts/_category.scss */

.category .fsBody .fsForm,
.single-product .fsBody .fsForm,
.single-ratgeber .fsBody .fsForm,
.template-allrechtsgebiete .fsBody .fsForm,
.single-city .fsBody .fsForm {
  margin: 0;
  padding: 5rem 1.25rem 7.5rem 1.25rem;
  border-radius: 0.625rem 0.625rem 0 0 !important;
}

@media (max-width: calc(835px - 1px)) {
  /* line 58, resources/assets/styles/layouts/_category.scss */

  .category .fsBody .fsForm,
  .single-product .fsBody .fsForm,
  .single-ratgeber .fsBody .fsForm,
  .template-allrechtsgebiete .fsBody .fsForm,
  .single-city .fsBody .fsForm {
    padding-top: 5rem;
    padding-bottom: 5.625rem;
  }
}

@media (max-width: 575.98px) {
  /* line 58, resources/assets/styles/layouts/_category.scss */

  .category .fsBody .fsForm,
  .single-product .fsBody .fsForm,
  .single-ratgeber .fsBody .fsForm,
  .template-allrechtsgebiete .fsBody .fsForm,
  .single-city .fsBody .fsForm {
    padding-top: 3rem;
    padding-bottom: 7.5rem;
  }
}

/* line 74, resources/assets/styles/layouts/_category.scss */

.category .headline,
.category .section-headline,
.single-product .headline,
.single-product .section-headline,
.single-ratgeber .headline,
.single-ratgeber .section-headline,
.template-allrechtsgebiete .headline,
.template-allrechtsgebiete .section-headline,
.single-city .headline,
.single-city .section-headline {
  font-size: 3.125rem;
  line-height: 3.4375rem;
  margin-bottom: 1.5625rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 74, resources/assets/styles/layouts/_category.scss */

  .category .headline,
  .category .section-headline,
  .single-product .headline,
  .single-product .section-headline,
  .single-ratgeber .headline,
  .single-ratgeber .section-headline,
  .template-allrechtsgebiete .headline,
  .template-allrechtsgebiete .section-headline,
  .single-city .headline,
  .single-city .section-headline {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}

@media (max-width: calc(1367px - 1px)) {
  /* line 86, resources/assets/styles/layouts/_category.scss */

  .category p,
  .category .subtext,
  .single-product p,
  .single-product .subtext,
  .single-ratgeber p,
  .single-ratgeber .subtext,
  .template-allrechtsgebiete p,
  .template-allrechtsgebiete .subtext,
  .single-city p,
  .single-city .subtext {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

/* line 92, resources/assets/styles/layouts/_category.scss */

.category .additional,
.single-product .additional,
.single-ratgeber .additional,
.template-allrechtsgebiete .additional,
.single-city .additional {
  line-height: 1.8125rem;
  margin-bottom: 2.125rem;
}

/* line 97, resources/assets/styles/layouts/_category.scss */

.category .faq-element,
.single-product .faq-element,
.single-ratgeber .faq-element,
.template-allrechtsgebiete .faq-element,
.single-city .faq-element {
  margin-bottom: 4.6875rem;
  margin-top: 4.6875rem;
}

/* line 102, resources/assets/styles/layouts/_category.scss */

.category .category-page-element,
.single-product .category-page-element,
.single-ratgeber .category-page-element,
.template-allrechtsgebiete .category-page-element,
.single-city .category-page-element {
  margin-top: 4.375rem;
  margin-bottom: 4.6875rem;
}

/* line 106, resources/assets/styles/layouts/_category.scss */

.category .category-page-element .product-card-wrapper-new,
.single-product .category-page-element .product-card-wrapper-new,
.single-ratgeber .category-page-element .product-card-wrapper-new,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new,
.single-city .category-page-element .product-card-wrapper-new {
  position: relative;
}

/* line 109, resources/assets/styles/layouts/_category.scss */

.category .category-page-element .product-card-wrapper-new .pagination,
.single-product .category-page-element .product-card-wrapper-new .pagination,
.single-ratgeber .category-page-element .product-card-wrapper-new .pagination,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .pagination,
.single-city .category-page-element .product-card-wrapper-new .pagination {
  position: absolute;
  bottom: -2.1875rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 123, resources/assets/styles/layouts/_category.scss */

.category .category-page-element .product-card-wrapper-new .scroll-arrow,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  border: none;
}

/* line 130, resources/assets/styles/layouts/_category.scss */

.category .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .icon-rm,
.category .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .breadcrumb-item + .breadcrumb-item:before,
.category .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .category .category-page-element .product-card-wrapper-new .scroll-arrow.not-active li:before,
.category .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .category .category-page-element .product-card-wrapper-new .scroll-arrow.not-active li:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .icon-rm,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .breadcrumb-item + .breadcrumb-item:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-product .category-page-element .product-card-wrapper-new .scroll-arrow.not-active li:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-product .category-page-element .product-card-wrapper-new .scroll-arrow.not-active li:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .icon-rm,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .breadcrumb-item + .breadcrumb-item:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow.not-active li:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow.not-active li:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .icon-rm,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .breadcrumb-item + .breadcrumb-item:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow.not-active li:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow.not-active li:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .icon-rm,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .breadcrumb-item + .breadcrumb-item:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-city .category-page-element .product-card-wrapper-new .scroll-arrow.not-active li:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow.not-active .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-city .category-page-element .product-card-wrapper-new .scroll-arrow.not-active li:before {
  color: #2E6B62;
}

/* line 135, resources/assets/styles/layouts/_category.scss */

.category .category-page-element .product-card-wrapper-new .scroll-arrow .icon-rm,
.category .category-page-element .product-card-wrapper-new .scroll-arrow .breadcrumb-item + .breadcrumb-item:before,
.category .category-page-element .product-card-wrapper-new .scroll-arrow .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .category .category-page-element .product-card-wrapper-new .scroll-arrow li:before,
.category .category-page-element .product-card-wrapper-new .scroll-arrow .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .category .category-page-element .product-card-wrapper-new .scroll-arrow li:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow .icon-rm,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow .breadcrumb-item + .breadcrumb-item:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-product .category-page-element .product-card-wrapper-new .scroll-arrow li:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-product .category-page-element .product-card-wrapper-new .scroll-arrow li:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow .icon-rm,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow .breadcrumb-item + .breadcrumb-item:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow li:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow li:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow .icon-rm,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow .breadcrumb-item + .breadcrumb-item:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow li:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow li:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow .icon-rm,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow .breadcrumb-item + .breadcrumb-item:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-city .category-page-element .product-card-wrapper-new .scroll-arrow li:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-city .category-page-element .product-card-wrapper-new .scroll-arrow li:before {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #E5EEFA;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.625rem;
}

/* line 147, resources/assets/styles/layouts/_category.scss */

.category .category-page-element .product-card-wrapper-new .scroll-arrow:focus,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow:focus,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow:focus,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow:focus,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow:focus {
  outline: none;
}

/* line 152, resources/assets/styles/layouts/_category.scss */

.category .category-page-element .product-card-wrapper-new .scroll-arrow-next,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow-next,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-next,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-next,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow-next {
  left: 56%;
}

/* line 155, resources/assets/styles/layouts/_category.scss */

.category .category-page-element .product-card-wrapper-new .scroll-arrow-next .icon-rm,
.category .category-page-element .product-card-wrapper-new .scroll-arrow-next .breadcrumb-item + .breadcrumb-item:before,
.category .category-page-element .product-card-wrapper-new .scroll-arrow-next .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .category .category-page-element .product-card-wrapper-new .scroll-arrow-next li:before,
.category .category-page-element .product-card-wrapper-new .scroll-arrow-next .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .category .category-page-element .product-card-wrapper-new .scroll-arrow-next li:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow-next .icon-rm,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow-next .breadcrumb-item + .breadcrumb-item:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow-next .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-product .category-page-element .product-card-wrapper-new .scroll-arrow-next li:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow-next .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-product .category-page-element .product-card-wrapper-new .scroll-arrow-next li:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-next .icon-rm,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-next .breadcrumb-item + .breadcrumb-item:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-next .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-next li:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-next .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-next li:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-next .icon-rm,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-next .breadcrumb-item + .breadcrumb-item:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-next .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-next li:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-next .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-next li:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow-next .icon-rm,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow-next .breadcrumb-item + .breadcrumb-item:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow-next .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-city .category-page-element .product-card-wrapper-new .scroll-arrow-next li:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow-next .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-city .category-page-element .product-card-wrapper-new .scroll-arrow-next li:before {
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

/* line 160, resources/assets/styles/layouts/_category.scss */

.category .category-page-element .product-card-wrapper-new .scroll-arrow-prev,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow-prev,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-prev,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-prev,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow-prev {
  left: 40%;
}

/* line 163, resources/assets/styles/layouts/_category.scss */

.category .category-page-element .product-card-wrapper-new .scroll-arrow-prev .icon-rm,
.category .category-page-element .product-card-wrapper-new .scroll-arrow-prev .breadcrumb-item + .breadcrumb-item:before,
.category .category-page-element .product-card-wrapper-new .scroll-arrow-prev .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .category .category-page-element .product-card-wrapper-new .scroll-arrow-prev li:before,
.category .category-page-element .product-card-wrapper-new .scroll-arrow-prev .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .category .category-page-element .product-card-wrapper-new .scroll-arrow-prev li:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow-prev .icon-rm,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow-prev .breadcrumb-item + .breadcrumb-item:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow-prev .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-product .category-page-element .product-card-wrapper-new .scroll-arrow-prev li:before,
.single-product .category-page-element .product-card-wrapper-new .scroll-arrow-prev .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-product .category-page-element .product-card-wrapper-new .scroll-arrow-prev li:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-prev .icon-rm,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-prev .breadcrumb-item + .breadcrumb-item:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-prev .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-prev li:before,
.single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-prev .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow-prev li:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-prev .icon-rm,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-prev .breadcrumb-item + .breadcrumb-item:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-prev .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-prev li:before,
.template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-prev .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow-prev li:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow-prev .icon-rm,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow-prev .breadcrumb-item + .breadcrumb-item:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow-prev .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .single-city .category-page-element .product-card-wrapper-new .scroll-arrow-prev li:before,
.single-city .category-page-element .product-card-wrapper-new .scroll-arrow-prev .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .single-city .category-page-element .product-card-wrapper-new .scroll-arrow-prev li:before {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 170, resources/assets/styles/layouts/_category.scss */

.category .product-list,
.single-product .product-list,
.single-ratgeber .product-list,
.template-allrechtsgebiete .product-list,
.single-city .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  padding: 2.1875rem 0 4.4375rem 0;
  scrollbar-width: none;
}

/* line 177, resources/assets/styles/layouts/_category.scss */

.category .product-list::-webkit-scrollbar,
.single-product .product-list::-webkit-scrollbar,
.single-ratgeber .product-list::-webkit-scrollbar,
.template-allrechtsgebiete .product-list::-webkit-scrollbar,
.single-city .product-list::-webkit-scrollbar {
  display: none;
}

/* line 181, resources/assets/styles/layouts/_category.scss */

.category .product-list a,
.single-product .product-list a,
.single-ratgeber .product-list a,
.template-allrechtsgebiete .product-list a,
.single-city .product-list a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3% - 32px);
          flex: 0 0 calc(33.3% - 32px);
  max-width: calc(33.3% - 32px);
  border-radius: 0.625rem;
  padding: 5.375rem 2.3125rem 5.75rem 2.3125rem;
  margin-left: 1rem;
  margin-right: 1rem;
  height: 100%;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-shadow: 0 1rem 1.25rem #2E374629;
          box-shadow: 0 1rem 1.25rem #2E374629;
}

/* line 193, resources/assets/styles/layouts/_category.scss */

.category .product-list a::after,
.single-product .product-list a::after,
.single-ratgeber .product-list a::after,
.template-allrechtsgebiete .product-list a::after,
.single-city .product-list a::after {
  content: "\E900";
  font-family: "rigtmart";
  position: absolute;
  color: #fff;
  background-color: #2E6B62;
  font-size: 0.375rem;
  right: 2rem;
  bottom: 1.25rem;
  padding: 0.75rem 0.6875rem;
  border-radius: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(270deg);
       -o-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  width: 1.875rem;
}

/* line 213, resources/assets/styles/layouts/_category.scss */

.category .product-list a::before,
.single-product .product-list a::before,
.single-ratgeber .product-list a::before,
.template-allrechtsgebiete .product-list a::before,
.single-city .product-list a::before {
  content: '';
  height: 0.5625rem;
  width: 2rem;
  position: absolute;
  background-color: #2E6B62;
  top: 2.9375rem;
}

/* line 222, resources/assets/styles/layouts/_category.scss */

.category .product-list a:hover,
.single-product .product-list a:hover,
.single-ratgeber .product-list a:hover,
.template-allrechtsgebiete .product-list a:hover,
.single-city .product-list a:hover {
  text-decoration: none;
  background-color: #6DC1AE;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/* line 227, resources/assets/styles/layouts/_category.scss */

.category .product-list a:hover .product-title,
.category .product-list a:hover .product-price,
.category .product-list a:hover .product-more,
.single-product .product-list a:hover .product-title,
.single-product .product-list a:hover .product-price,
.single-product .product-list a:hover .product-more,
.single-ratgeber .product-list a:hover .product-title,
.single-ratgeber .product-list a:hover .product-price,
.single-ratgeber .product-list a:hover .product-more,
.template-allrechtsgebiete .product-list a:hover .product-title,
.template-allrechtsgebiete .product-list a:hover .product-price,
.template-allrechtsgebiete .product-list a:hover .product-more,
.single-city .product-list a:hover .product-title,
.single-city .product-list a:hover .product-price,
.single-city .product-list a:hover .product-more {
  color: #fff;
}

/* line 232, resources/assets/styles/layouts/_category.scss */

.category .product-list a span,
.single-product .product-list a span,
.single-ratgeber .product-list a span,
.template-allrechtsgebiete .product-list a span,
.single-city .product-list a span {
  display: block;
}

/* line 236, resources/assets/styles/layouts/_category.scss */

.category .product-list a .cat-name,
.single-product .product-list a .cat-name,
.single-ratgeber .product-list a .cat-name,
.template-allrechtsgebiete .product-list a .cat-name,
.single-city .product-list a .cat-name {
  display: none;
}

/* line 240, resources/assets/styles/layouts/_category.scss */

.category .product-list a .product-title,
.single-product .product-list a .product-title,
.single-ratgeber .product-list a .product-title,
.template-allrechtsgebiete .product-list a .product-title,
.single-city .product-list a .product-title {
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #336B62;
  margin-bottom: 1.5rem;
}

/* line 249, resources/assets/styles/layouts/_category.scss */

.category .product-list a .product-price,
.single-product .product-list a .product-price,
.single-ratgeber .product-list a .product-price,
.template-allrechtsgebiete .product-list a .product-price,
.single-city .product-list a .product-price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #6DC1AE;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 249, resources/assets/styles/layouts/_category.scss */

  .category .product-list a .product-price,
  .single-product .product-list a .product-price,
  .single-ratgeber .product-list a .product-price,
  .template-allrechtsgebiete .product-list a .product-price,
  .single-city .product-list a .product-price {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

/* line 260, resources/assets/styles/layouts/_category.scss */

.category .product-list a .product-more,
.single-product .product-list a .product-more,
.single-ratgeber .product-list a .product-more,
.template-allrechtsgebiete .product-list a .product-more,
.single-city .product-list a .product-more {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 1rem;
  position: absolute;
  bottom: 2.5rem;
}

@media (min-width: 835px) {
  /* line 170, resources/assets/styles/layouts/_category.scss */

  .category .product-list,
  .single-product .product-list,
  .single-ratgeber .product-list,
  .template-allrechtsgebiete .product-list,
  .single-city .product-list {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

/* line 275, resources/assets/styles/layouts/_category.scss */

.category .product-card-wrapper-new,
.single-product .product-card-wrapper-new,
.single-ratgeber .product-card-wrapper-new,
.template-allrechtsgebiete .product-card-wrapper-new,
.single-city .product-card-wrapper-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 280, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element,
.single-product .category-highlight-element,
.single-ratgeber .category-highlight-element,
.template-allrechtsgebiete .category-highlight-element,
.single-city .category-highlight-element {
  margin-bottom: 4.6875rem;
  margin-top: 5.625rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 280, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element,
  .single-product .category-highlight-element,
  .single-ratgeber .category-highlight-element,
  .template-allrechtsgebiete .category-highlight-element,
  .single-city .category-highlight-element {
    margin-bottom: 1.25rem;
  }
}

/* line 288, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper,
.single-product .category-highlight-element .wrapper,
.single-ratgeber .category-highlight-element .wrapper,
.template-allrechtsgebiete .category-highlight-element .wrapper,
.single-city .category-highlight-element .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 292, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .green-box-wrapper,
.category .category-highlight-element .wrapper .product-card-wrapper,
.single-product .category-highlight-element .wrapper .green-box-wrapper,
.single-product .category-highlight-element .wrapper .product-card-wrapper,
.single-ratgeber .category-highlight-element .wrapper .green-box-wrapper,
.single-ratgeber .category-highlight-element .wrapper .product-card-wrapper,
.template-allrechtsgebiete .category-highlight-element .wrapper .green-box-wrapper,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper,
.single-city .category-highlight-element .wrapper .green-box-wrapper,
.single-city .category-highlight-element .wrapper .product-card-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 297, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .green-box-wrapper,
.single-product .category-highlight-element .wrapper .green-box-wrapper,
.single-ratgeber .category-highlight-element .wrapper .green-box-wrapper,
.template-allrechtsgebiete .category-highlight-element .wrapper .green-box-wrapper,
.single-city .category-highlight-element .wrapper .green-box-wrapper {
  padding-left: 1rem;
}

/* line 301, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-card-wrapper,
.single-product .category-highlight-element .wrapper .product-card-wrapper,
.single-ratgeber .category-highlight-element .wrapper .product-card-wrapper,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper,
.single-city .category-highlight-element .wrapper .product-card-wrapper {
  padding-right: 1rem;
}

/* line 305, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .green-box,
.category .category-highlight-element .wrapper .product-cards,
.single-product .category-highlight-element .wrapper .green-box,
.single-product .category-highlight-element .wrapper .product-cards,
.single-ratgeber .category-highlight-element .wrapper .green-box,
.single-ratgeber .category-highlight-element .wrapper .product-cards,
.template-allrechtsgebiete .category-highlight-element .wrapper .green-box,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards,
.single-city .category-highlight-element .wrapper .green-box,
.single-city .category-highlight-element .wrapper .product-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 309, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .green-box,
.single-product .category-highlight-element .wrapper .green-box,
.single-ratgeber .category-highlight-element .wrapper .green-box,
.template-allrechtsgebiete .category-highlight-element .wrapper .green-box,
.single-city .category-highlight-element .wrapper .green-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #2E6B62;
  border-radius: 0.625rem;
  padding: 4.25rem 4.875rem 5.0625rem 4.875rem;
  color: #fff;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 309, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .green-box,
  .single-product .category-highlight-element .wrapper .green-box,
  .single-ratgeber .category-highlight-element .wrapper .green-box,
  .template-allrechtsgebiete .category-highlight-element .wrapper .green-box,
  .single-city .category-highlight-element .wrapper .green-box {
    padding: 3.25rem 4.0625rem 3.75rem 3.6875rem;
  }
}

/* line 322, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .green-box .subtext,
.single-product .category-highlight-element .wrapper .green-box .subtext,
.single-ratgeber .category-highlight-element .wrapper .green-box .subtext,
.template-allrechtsgebiete .category-highlight-element .wrapper .green-box .subtext,
.single-city .category-highlight-element .wrapper .green-box .subtext {
  line-height: 1.8125rem;
}

/* line 327, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .all-anchor-mobile,
.single-product .category-highlight-element .wrapper .all-anchor-mobile,
.single-ratgeber .category-highlight-element .wrapper .all-anchor-mobile,
.template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor-mobile,
.single-city .category-highlight-element .wrapper .all-anchor-mobile {
  display: none;
}

/* line 331, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .all-anchor,
.single-product .category-highlight-element .wrapper .all-anchor,
.single-ratgeber .category-highlight-element .wrapper .all-anchor,
.template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor,
.single-city .category-highlight-element .wrapper .all-anchor {
  margin-top: 3.125rem;
  font-size: 1.125rem;
}

/* line 336, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .all-anchor-mobile,
.single-product .category-highlight-element .wrapper .all-anchor-mobile,
.single-ratgeber .category-highlight-element .wrapper .all-anchor-mobile,
.template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor-mobile,
.single-city .category-highlight-element .wrapper .all-anchor-mobile {
  font-size: 1rem;
}

/* line 340, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .all-anchor,
.category .category-highlight-element .wrapper .all-anchor-mobile,
.single-product .category-highlight-element .wrapper .all-anchor,
.single-product .category-highlight-element .wrapper .all-anchor-mobile,
.single-ratgeber .category-highlight-element .wrapper .all-anchor,
.single-ratgeber .category-highlight-element .wrapper .all-anchor-mobile,
.template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor,
.template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor-mobile,
.single-city .category-highlight-element .wrapper .all-anchor,
.single-city .category-highlight-element .wrapper .all-anchor-mobile {
  color: #fff;
  padding: 0.9375rem 2.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border-radius: 2.6875rem;
  border: 3px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 350, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .all-anchor:hover,
.category .category-highlight-element .wrapper .all-anchor-mobile:hover,
.single-product .category-highlight-element .wrapper .all-anchor:hover,
.single-product .category-highlight-element .wrapper .all-anchor-mobile:hover,
.single-ratgeber .category-highlight-element .wrapper .all-anchor:hover,
.single-ratgeber .category-highlight-element .wrapper .all-anchor-mobile:hover,
.template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor:hover,
.template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor-mobile:hover,
.single-city .category-highlight-element .wrapper .all-anchor:hover,
.single-city .category-highlight-element .wrapper .all-anchor-mobile:hover {
  background-color: #fff;
  color: #2E6B62;
  text-decoration: none;
}

/* line 357, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards,
.single-product .category-highlight-element .wrapper .product-cards,
.single-ratgeber .category-highlight-element .wrapper .product-cards,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards,
.single-city .category-highlight-element .wrapper .product-cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 360, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards .item-wrapper,
.single-product .category-highlight-element .wrapper .product-cards .item-wrapper,
.single-ratgeber .category-highlight-element .wrapper .product-cards .item-wrapper,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards .item-wrapper,
.single-city .category-highlight-element .wrapper .product-cards .item-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 365, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(1),
.category .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(2),
.single-product .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(1),
.single-product .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(2),
.single-ratgeber .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(1),
.single-ratgeber .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(2),
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(1),
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(2),
.single-city .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(1),
.single-city .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(2) {
  padding-bottom: 2rem;
}

/* line 369, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(odd),
.single-product .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(odd),
.single-ratgeber .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(odd),
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(odd),
.single-city .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(odd) {
  padding-right: 1rem;
}

/* line 373, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(even),
.single-product .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(even),
.single-ratgeber .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(even),
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(even),
.single-city .category-highlight-element .wrapper .product-cards .item-wrapper:nth-child(even) {
  padding-left: 1rem;
}

/* line 377, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards a,
.single-product .category-highlight-element .wrapper .product-cards a,
.single-ratgeber .category-highlight-element .wrapper .product-cards a,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards a,
.single-city .category-highlight-element .wrapper .product-cards a {
  display: block;
  background-color: #E5EEFA;
  border-radius: 0.625rem;
  padding: 1.3125rem;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  height: 100%;
}

/* line 386, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards a:hover,
.single-product .category-highlight-element .wrapper .product-cards a:hover,
.single-ratgeber .category-highlight-element .wrapper .product-cards a:hover,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards a:hover,
.single-city .category-highlight-element .wrapper .product-cards a:hover {
  text-decoration: none;
  background-color: #6DC1AE;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/* line 391, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards a:hover .product-title,
.category .category-highlight-element .wrapper .product-cards a:hover .product-price,
.single-product .category-highlight-element .wrapper .product-cards a:hover .product-title,
.single-product .category-highlight-element .wrapper .product-cards a:hover .product-price,
.single-ratgeber .category-highlight-element .wrapper .product-cards a:hover .product-title,
.single-ratgeber .category-highlight-element .wrapper .product-cards a:hover .product-price,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards a:hover .product-title,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards a:hover .product-price,
.single-city .category-highlight-element .wrapper .product-cards a:hover .product-title,
.single-city .category-highlight-element .wrapper .product-cards a:hover .product-price {
  color: #fff;
}

/* line 395, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards a:hover .cat-name,
.single-product .category-highlight-element .wrapper .product-cards a:hover .cat-name,
.single-ratgeber .category-highlight-element .wrapper .product-cards a:hover .cat-name,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards a:hover .cat-name,
.single-city .category-highlight-element .wrapper .product-cards a:hover .cat-name {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* line 398, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards a:hover .cat-name::after,
.single-product .category-highlight-element .wrapper .product-cards a:hover .cat-name::after,
.single-ratgeber .category-highlight-element .wrapper .product-cards a:hover .cat-name::after,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards a:hover .cat-name::after,
.single-city .category-highlight-element .wrapper .product-cards a:hover .cat-name::after {
  border-radius: 50%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/* line 405, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards a span,
.single-product .category-highlight-element .wrapper .product-cards a span,
.single-ratgeber .category-highlight-element .wrapper .product-cards a span,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards a span,
.single-city .category-highlight-element .wrapper .product-cards a span {
  display: block;
}

/* line 409, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards a .cat-name,
.single-product .category-highlight-element .wrapper .product-cards a .cat-name,
.single-ratgeber .category-highlight-element .wrapper .product-cards a .cat-name,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards a .cat-name,
.single-city .category-highlight-element .wrapper .product-cards a .cat-name {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1125rem;
  color: #63718A;
  margin-bottom: 0.9375rem;
  padding-right: 1.875rem;
}

/* line 418, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards a .cat-name::after,
.single-product .category-highlight-element .wrapper .product-cards a .cat-name::after,
.single-ratgeber .category-highlight-element .wrapper .product-cards a .cat-name::after,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards a .cat-name::after,
.single-city .category-highlight-element .wrapper .product-cards a .cat-name::after {
  content: "\E908";
  font-family: "icomoon";
  color: #336B62;
  font-size: 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 0.6875rem;
  position: absolute;
  right: 0.8125rem;
  top: 0.8125rem;
}

/* line 432, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards a .product-title,
.single-product .category-highlight-element .wrapper .product-cards a .product-title,
.single-ratgeber .category-highlight-element .wrapper .product-cards a .product-title,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards a .product-title,
.single-city .category-highlight-element .wrapper .product-cards a .product-title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 2.1875rem;
  font-weight: 700;
  color: #336B62;
}

/* line 441, resources/assets/styles/layouts/_category.scss */

.category .category-highlight-element .wrapper .product-cards a .product-price,
.single-product .category-highlight-element .wrapper .product-cards a .product-price,
.single-ratgeber .category-highlight-element .wrapper .product-cards a .product-price,
.template-allrechtsgebiete .category-highlight-element .wrapper .product-cards a .product-price,
.single-city .category-highlight-element .wrapper .product-cards a .product-price {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #6DC1AE;
}

/* line 451, resources/assets/styles/layouts/_category.scss */

.category .benefits-element,
.single-product .benefits-element,
.single-ratgeber .benefits-element,
.template-allrechtsgebiete .benefits-element,
.single-city .benefits-element {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

/* line 456, resources/assets/styles/layouts/_category.scss */

.category .anchor-links,
.single-product .anchor-links,
.single-ratgeber .anchor-links,
.template-allrechtsgebiete .anchor-links,
.single-city .anchor-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 461, resources/assets/styles/layouts/_category.scss */

.category .anchor-links::after,
.single-product .anchor-links::after,
.single-ratgeber .anchor-links::after,
.template-allrechtsgebiete .anchor-links::after,
.single-city .anchor-links::after {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(rgba(229, 238, 250, 0)), color-stop(60%, #E5EEFA));
  background: -webkit-linear-gradient(left, rgba(229, 238, 250, 0) 0%, #E5EEFA 60%);
  background: -o-linear-gradient(left, rgba(229, 238, 250, 0) 0%, #E5EEFA 60%);
  background: linear-gradient(90deg, rgba(229, 238, 250, 0) 0%, #E5EEFA 60%);
  position: absolute;
  width: 6.25rem;
  height: 3.625rem;
  border-radius: 0 0.5rem 0.5rem 0;
  right: 0;
}

/* line 471, resources/assets/styles/layouts/_category.scss */

.category .anchor-links .title,
.category .anchor-links a,
.single-product .anchor-links .title,
.single-product .anchor-links a,
.single-ratgeber .anchor-links .title,
.single-ratgeber .anchor-links a,
.template-allrechtsgebiete .anchor-links .title,
.template-allrechtsgebiete .anchor-links a,
.single-city .anchor-links .title,
.single-city .anchor-links a {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #336B62;
}

/* line 477, resources/assets/styles/layouts/_category.scss */

.category .anchor-links .title,
.single-product .anchor-links .title,
.single-ratgeber .anchor-links .title,
.template-allrechtsgebiete .anchor-links .title,
.single-city .anchor-links .title {
  position: relative;
  padding: 1.0625rem 1.25rem;
  background-color: #E5EEFA;
  border-radius: 0.5rem 0 0 0.5rem;
  white-space: nowrap;
}

/* line 484, resources/assets/styles/layouts/_category.scss */

.category .anchor-links .title::after,
.single-product .anchor-links .title::after,
.single-ratgeber .anchor-links .title::after,
.template-allrechtsgebiete .anchor-links .title::after,
.single-city .anchor-links .title::after {
  content: "\E908";
  font-family: "icomoon";
  color: #336B62;
  font-size: 0.5rem;
  padding-left: 0.9375rem;
}

/* line 492, resources/assets/styles/layouts/_category.scss */

.category .anchor-links .title::before,
.single-product .anchor-links .title::before,
.single-ratgeber .anchor-links .title::before,
.template-allrechtsgebiete .anchor-links .title::before,
.single-city .anchor-links .title::before {
  position: absolute;
  right: -0.5625rem;
  top: 0;
  height: 3.625rem;
  width: 0.5625rem;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(rgba(83, 96, 119, 0.15)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(83, 96, 119, 0.15), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, rgba(83, 96, 119, 0.15), rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(83, 96, 119, 0.15), rgba(255, 255, 255, 0));
}

/* line 503, resources/assets/styles/layouts/_category.scss */

.category .anchor-links .mobile,
.single-product .anchor-links .mobile,
.single-ratgeber .anchor-links .mobile,
.template-allrechtsgebiete .anchor-links .mobile,
.single-city .anchor-links .mobile {
  display: none;
}

/* line 507, resources/assets/styles/layouts/_category.scss */

.category .anchor-links a,
.single-product .anchor-links a,
.single-ratgeber .anchor-links a,
.template-allrechtsgebiete .anchor-links a,
.single-city .anchor-links a {
  margin: 0.6875rem 0.5rem;
  background-color: #fff;
  padding: 0.375rem 1rem;
  border-radius: 1.0625rem;
}

/* line 513, resources/assets/styles/layouts/_category.scss */

.category .anchor-links a:hover,
.single-product .anchor-links a:hover,
.single-ratgeber .anchor-links a:hover,
.template-allrechtsgebiete .anchor-links a:hover,
.single-city .anchor-links a:hover {
  text-decoration: none;
}

/* line 517, resources/assets/styles/layouts/_category.scss */

.category .anchor-links a:last-of-type,
.single-product .anchor-links a:last-of-type,
.single-ratgeber .anchor-links a:last-of-type,
.template-allrechtsgebiete .anchor-links a:last-of-type,
.single-city .anchor-links a:last-of-type {
  padding-right: 2.625rem;
}

/* line 521, resources/assets/styles/layouts/_category.scss */

.category .anchor-links a.ratgeber-anchor,
.single-product .anchor-links a.ratgeber-anchor,
.single-ratgeber .anchor-links a.ratgeber-anchor,
.template-allrechtsgebiete .anchor-links a.ratgeber-anchor,
.single-city .anchor-links a.ratgeber-anchor {
  color: #fff;
  background: #6DC1AE;
}

/* line 527, resources/assets/styles/layouts/_category.scss */

.category .anchor-links .wrapper,
.single-product .anchor-links .wrapper,
.single-ratgeber .anchor-links .wrapper,
.template-allrechtsgebiete .anchor-links .wrapper,
.single-city .anchor-links .wrapper {
  overflow-x: scroll;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scrollbar-width: none;
  background-color: #E5EEFA;
  border-radius: 0 0.5rem 0.5rem 0;
  width: 100%;
}

/* line 536, resources/assets/styles/layouts/_category.scss */

.category .anchor-links .wrapper::-webkit-scrollbar,
.single-product .anchor-links .wrapper::-webkit-scrollbar,
.single-ratgeber .anchor-links .wrapper::-webkit-scrollbar,
.template-allrechtsgebiete .anchor-links .wrapper::-webkit-scrollbar,
.single-city .anchor-links .wrapper::-webkit-scrollbar {
  display: none;
}

@media (max-width: calc(835px - 1px)) {
  /* line 543, resources/assets/styles/layouts/_category.scss */

  .category .headline,
  .category .section-headline,
  .single-product .headline,
  .single-product .section-headline,
  .single-ratgeber .headline,
  .single-ratgeber .section-headline,
  .template-allrechtsgebiete .headline,
  .template-allrechtsgebiete .section-headline,
  .single-city .headline,
  .single-city .section-headline {
    font-size: 2.625rem;
    line-height: 2.875rem;
  }

  /* line 548, resources/assets/styles/layouts/_category.scss */

  .category .headline,
  .single-product .headline,
  .single-ratgeber .headline,
  .template-allrechtsgebiete .headline,
  .single-city .headline {
    margin-bottom: 2.125rem;
  }

  /* line 552, resources/assets/styles/layouts/_category.scss */

  .category .additional,
  .single-product .additional,
  .single-ratgeber .additional,
  .template-allrechtsgebiete .additional,
  .single-city .additional {
    margin-bottom: 2.3125rem;
  }

  /* line 557, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper,
  .single-product .category-highlight-element .wrapper,
  .single-ratgeber .category-highlight-element .wrapper,
  .template-allrechtsgebiete .category-highlight-element .wrapper,
  .single-city .category-highlight-element .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    padding: 0;
  }

  /* line 562, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .green-box-wrapper,
  .category .category-highlight-element .wrapper .product-card-wrapper,
  .single-product .category-highlight-element .wrapper .green-box-wrapper,
  .single-product .category-highlight-element .wrapper .product-card-wrapper,
  .single-ratgeber .category-highlight-element .wrapper .green-box-wrapper,
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper,
  .template-allrechtsgebiete .category-highlight-element .wrapper .green-box-wrapper,
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper,
  .single-city .category-highlight-element .wrapper .green-box-wrapper,
  .single-city .category-highlight-element .wrapper .product-card-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 567, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .green-box-wrapper,
  .single-product .category-highlight-element .wrapper .green-box-wrapper,
  .single-ratgeber .category-highlight-element .wrapper .green-box-wrapper,
  .template-allrechtsgebiete .category-highlight-element .wrapper .green-box-wrapper,
  .single-city .category-highlight-element .wrapper .green-box-wrapper {
    padding-left: 0;
    max-width: calc(100% - 90px);
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin: auto;
  }

  /* line 574, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .green-box-wrapper .green-box,
  .single-product .category-highlight-element .wrapper .green-box-wrapper .green-box,
  .single-ratgeber .category-highlight-element .wrapper .green-box-wrapper .green-box,
  .template-allrechtsgebiete .category-highlight-element .wrapper .green-box-wrapper .green-box,
  .single-city .category-highlight-element .wrapper .green-box-wrapper .green-box {
    background-color: transparent;
    padding: 0;
    color: #336B62;
  }

  /* line 579, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .green-box-wrapper .green-box .subtext,
  .single-product .category-highlight-element .wrapper .green-box-wrapper .green-box .subtext,
  .single-ratgeber .category-highlight-element .wrapper .green-box-wrapper .green-box .subtext,
  .template-allrechtsgebiete .category-highlight-element .wrapper .green-box-wrapper .green-box .subtext,
  .single-city .category-highlight-element .wrapper .green-box-wrapper .green-box .subtext {
    color: #6DC1AE;
    line-height: 1.625rem;
    margin-bottom: 3.125rem;
  }
}

@media (max-width: calc(835px - 1px)) and (max-width: 767.98px) {
  /* line 567, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .green-box-wrapper,
  .single-product .category-highlight-element .wrapper .green-box-wrapper,
  .single-ratgeber .category-highlight-element .wrapper .green-box-wrapper,
  .template-allrechtsgebiete .category-highlight-element .wrapper .green-box-wrapper,
  .single-city .category-highlight-element .wrapper .green-box-wrapper {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: calc(835px - 1px)) and (max-width: 575.98px) {
  /* line 567, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .green-box-wrapper,
  .single-product .category-highlight-element .wrapper .green-box-wrapper,
  .single-ratgeber .category-highlight-element .wrapper .green-box-wrapper,
  .template-allrechtsgebiete .category-highlight-element .wrapper .green-box-wrapper,
  .single-city .category-highlight-element .wrapper .green-box-wrapper {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 596, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .all-anchor,
  .single-product .category-highlight-element .wrapper .all-anchor,
  .single-ratgeber .category-highlight-element .wrapper .all-anchor,
  .template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor,
  .single-city .category-highlight-element .wrapper .all-anchor {
    display: none;
  }

  /* line 600, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .all-anchor-mobile,
  .single-product .category-highlight-element .wrapper .all-anchor-mobile,
  .single-ratgeber .category-highlight-element .wrapper .all-anchor-mobile,
  .template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor-mobile,
  .single-city .category-highlight-element .wrapper .all-anchor-mobile {
    display: block;
    color: #336B62;
    border-color: #336B62;
    margin-left: 3.75rem;
    margin-right: 3.75rem;
    margin-top: 3.125rem;
    text-align: center;
  }

  /* line 609, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .all-anchor-mobile:hover,
  .single-product .category-highlight-element .wrapper .all-anchor-mobile:hover,
  .single-ratgeber .category-highlight-element .wrapper .all-anchor-mobile:hover,
  .template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor-mobile:hover,
  .single-city .category-highlight-element .wrapper .all-anchor-mobile:hover {
    background-color: #336B62;
    color: #fff;
  }
}

@media (max-width: calc(835px - 1px)) and (max-width: 767.98px) {
  /* line 600, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .all-anchor-mobile,
  .single-product .category-highlight-element .wrapper .all-anchor-mobile,
  .single-ratgeber .category-highlight-element .wrapper .all-anchor-mobile,
  .template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor-mobile,
  .single-city .category-highlight-element .wrapper .all-anchor-mobile {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}

@media (max-width: calc(835px - 1px)) and (max-width: 575.98px) {
  /* line 600, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .all-anchor-mobile,
  .single-product .category-highlight-element .wrapper .all-anchor-mobile,
  .single-ratgeber .category-highlight-element .wrapper .all-anchor-mobile,
  .template-allrechtsgebiete .category-highlight-element .wrapper .all-anchor-mobile,
  .single-city .category-highlight-element .wrapper .all-anchor-mobile {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 625, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .section-headline,
  .single-product .category-highlight-element .wrapper .section-headline,
  .single-ratgeber .category-highlight-element .wrapper .section-headline,
  .template-allrechtsgebiete .category-highlight-element .wrapper .section-headline,
  .single-city .category-highlight-element .wrapper .section-headline {
    margin-bottom: 2.125rem;
  }

  /* line 629, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .product-card-wrapper,
  .single-product .category-highlight-element .wrapper .product-card-wrapper,
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper,
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper,
  .single-city .category-highlight-element .wrapper .product-card-wrapper {
    padding-right: 0;
    overflow-x: scroll;
  }

  /* line 633, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .product-card-wrapper::-webkit-scrollbar,
  .single-product .category-highlight-element .wrapper .product-card-wrapper::-webkit-scrollbar,
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper::-webkit-scrollbar,
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper::-webkit-scrollbar,
  .single-city .category-highlight-element .wrapper .product-card-wrapper::-webkit-scrollbar {
    display: none;
  }

  /* line 637, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .single-product .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .single-city .category-highlight-element .wrapper .product-card-wrapper .product-cards {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 2.8125rem;
  }

  /* line 641, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper,
  .single-product .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper,
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper,
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper,
  .single-city .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.0625rem;
            flex: 0 0 19.0625rem;
    max-width: 19.0625rem;
  }

  /* line 645, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(1),
  .category .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(2),
  .single-product .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(1),
  .single-product .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(2),
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(1),
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(2),
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(1),
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(2),
  .single-city .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(1),
  .single-city .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(2) {
    padding-bottom: 0;
  }

  /* line 649, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(odd),
  .category .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(even),
  .single-product .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(odd),
  .single-product .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(even),
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(odd),
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(even),
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(odd),
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(even),
  .single-city .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(odd),
  .single-city .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(even) {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media (max-width: calc(835px - 1px)) and (max-width: 767.98px) {
  /* line 637, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .single-product .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .single-city .category-highlight-element .wrapper .product-card-wrapper .product-cards {
    margin-left: 0.9375rem;
  }
}

@media (max-width: calc(835px - 1px)) and (max-width: 575.98px) {
  /* line 637, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .single-product .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper .product-cards,
  .single-city .category-highlight-element .wrapper .product-card-wrapper .product-cards {
    margin-left: 0.8125rem;
  }

  /* line 663, resources/assets/styles/layouts/_category.scss */

  .category .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(odd),
  .category .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(even),
  .single-product .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(odd),
  .single-product .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(even),
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(odd),
  .single-ratgeber .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(even),
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(odd),
  .template-allrechtsgebiete .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(even),
  .single-city .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(odd),
  .single-city .category-highlight-element .wrapper .product-card-wrapper .product-cards .item-wrapper:nth-child(even) {
    padding-right: 0.4375rem;
    padding-left: 0.4375rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 674, resources/assets/styles/layouts/_category.scss */

  .category .benefits-element,
  .single-product .benefits-element,
  .single-ratgeber .benefits-element,
  .template-allrechtsgebiete .benefits-element,
  .single-city .benefits-element {
    margin-bottom: 3.4375rem;
  }

  /* line 678, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element,
  .single-product .category-page-element,
  .single-ratgeber .category-page-element,
  .template-allrechtsgebiete .category-page-element,
  .single-city .category-page-element {
    margin-bottom: 3.125rem;
  }

  /* line 681, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .section-headline,
  .single-product .category-page-element .section-headline,
  .single-ratgeber .category-page-element .section-headline,
  .template-allrechtsgebiete .category-page-element .section-headline,
  .single-city .category-page-element .section-headline {
    text-align: center;
  }

  /* line 686, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .product-card-wrapper-new .scroll-arrow,
  .category .category-page-element .product-card-wrapper-new .pagination,
  .single-product .category-page-element .product-card-wrapper-new .scroll-arrow,
  .single-product .category-page-element .product-card-wrapper-new .pagination,
  .single-ratgeber .category-page-element .product-card-wrapper-new .scroll-arrow,
  .single-ratgeber .category-page-element .product-card-wrapper-new .pagination,
  .template-allrechtsgebiete .category-page-element .product-card-wrapper-new .scroll-arrow,
  .template-allrechtsgebiete .category-page-element .product-card-wrapper-new .pagination,
  .single-city .category-page-element .product-card-wrapper-new .scroll-arrow,
  .single-city .category-page-element .product-card-wrapper-new .pagination {
    display: none;
  }

  /* line 691, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .product-list,
  .single-product .category-page-element .product-list,
  .single-ratgeber .category-page-element .product-list,
  .template-allrechtsgebiete .category-page-element .product-list,
  .single-city .category-page-element .product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: visible;
    border-left: 9px solid #E5EEFA;
    padding: 0;
    margin-top: 3.4375rem;
  }

  /* line 698, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .product-list a,
  .single-product .category-page-element .product-list a,
  .single-ratgeber .category-page-element .product-list a,
  .template-allrechtsgebiete .category-page-element .product-list a,
  .single-city .category-page-element .product-list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.875rem;
  }

  /* line 710, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .product-list a::before,
  .single-product .category-page-element .product-list a::before,
  .single-ratgeber .category-page-element .product-list a::before,
  .template-allrechtsgebiete .category-page-element .product-list a::before,
  .single-city .category-page-element .product-list a::before {
    height: 2rem;
    width: 0.5625rem;
    left: -0.5625rem;
    top: 0;
  }

  /* line 717, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .product-list a::after,
  .single-product .category-page-element .product-list a::after,
  .single-ratgeber .category-page-element .product-list a::after,
  .template-allrechtsgebiete .category-page-element .product-list a::after,
  .single-city .category-page-element .product-list a::after {
    left: 14.375rem;
    bottom: 1.3125rem;
  }

  /* line 722, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .product-list a .product-title,
  .single-product .category-page-element .product-list a .product-title,
  .single-ratgeber .category-page-element .product-list a .product-title,
  .template-allrechtsgebiete .category-page-element .product-list a .product-title,
  .single-city .category-page-element .product-list a .product-title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }

  /* line 728, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .product-list a:not(:last-of-type),
  .single-product .category-page-element .product-list a:not(:last-of-type),
  .single-ratgeber .category-page-element .product-list a:not(:last-of-type),
  .template-allrechtsgebiete .category-page-element .product-list a:not(:last-of-type),
  .single-city .category-page-element .product-list a:not(:last-of-type) {
    margin-bottom: 3.75rem;
  }

  /* line 732, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .product-list a:hover,
  .single-product .category-page-element .product-list a:hover,
  .single-ratgeber .category-page-element .product-list a:hover,
  .template-allrechtsgebiete .category-page-element .product-list a:hover,
  .single-city .category-page-element .product-list a:hover {
    background-color: #fff;
  }

  /* line 735, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .product-list a:hover .product-title,
  .category .category-page-element .product-list a:hover .product-price,
  .single-product .category-page-element .product-list a:hover .product-title,
  .single-product .category-page-element .product-list a:hover .product-price,
  .single-ratgeber .category-page-element .product-list a:hover .product-title,
  .single-ratgeber .category-page-element .product-list a:hover .product-price,
  .template-allrechtsgebiete .category-page-element .product-list a:hover .product-title,
  .template-allrechtsgebiete .category-page-element .product-list a:hover .product-price,
  .single-city .category-page-element .product-list a:hover .product-title,
  .single-city .category-page-element .product-list a:hover .product-price {
    color: #336B62;
  }
}

@media (max-width: 575.98px) {
  /* line 745, resources/assets/styles/layouts/_category.scss */

  .category .team-cta-outer,
  .single-product .team-cta-outer,
  .single-ratgeber .team-cta-outer,
  .template-allrechtsgebiete .team-cta-outer,
  .single-city .team-cta-outer {
    max-width: unset !important;
    padding: 0;
  }

  /* line 750, resources/assets/styles/layouts/_category.scss */

  .category .header-main,
  .single-product .header-main,
  .single-ratgeber .header-main,
  .template-allrechtsgebiete .header-main,
  .single-city .header-main {
    background-color: #fff;
  }

  /* line 754, resources/assets/styles/layouts/_category.scss */

  .category .headline,
  .category .section-headline,
  .single-product .headline,
  .single-product .section-headline,
  .single-ratgeber .headline,
  .single-ratgeber .section-headline,
  .template-allrechtsgebiete .headline,
  .template-allrechtsgebiete .section-headline,
  .single-city .headline,
  .single-city .section-headline {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }

  /* line 759, resources/assets/styles/layouts/_category.scss */

  .category .headline,
  .single-product .headline,
  .single-ratgeber .headline,
  .template-allrechtsgebiete .headline,
  .single-city .headline {
    margin-bottom: 2rem;
  }

  /* line 764, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .section-headline,
  .single-product .category-page-element .section-headline,
  .single-ratgeber .category-page-element .section-headline,
  .template-allrechtsgebiete .category-page-element .section-headline,
  .single-city .category-page-element .section-headline {
    text-align: left;
    margin-bottom: 0.25rem;
  }

  /* line 770, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .cat-list-wrapper > .container,
  .single-product .category-page-element .cat-list-wrapper > .container,
  .single-ratgeber .category-page-element .cat-list-wrapper > .container,
  .template-allrechtsgebiete .category-page-element .cat-list-wrapper > .container,
  .single-city .category-page-element .cat-list-wrapper > .container {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }

  /* line 778, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .product-list a:not(:last-of-type),
  .single-product .category-page-element .product-list a:not(:last-of-type),
  .single-ratgeber .category-page-element .product-list a:not(:last-of-type),
  .template-allrechtsgebiete .category-page-element .product-list a:not(:last-of-type),
  .single-city .category-page-element .product-list a:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }

  /* line 782, resources/assets/styles/layouts/_category.scss */

  .category .category-page-element .product-list a .product-title,
  .single-product .category-page-element .product-list a .product-title,
  .single-ratgeber .category-page-element .product-list a .product-title,
  .template-allrechtsgebiete .category-page-element .product-list a .product-title,
  .single-city .category-page-element .product-list a .product-title {
    margin-bottom: 0.875rem;
  }

  /* line 789, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links,
  .single-product .anchor-links,
  .single-ratgeber .anchor-links,
  .template-allrechtsgebiete .anchor-links,
  .single-city .anchor-links {
    -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;
    background-color: #E5EEFA;
    border-radius: 0.625rem;
    position: relative;
  }

  /* line 796, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links.container,
  .single-product .anchor-links.container,
  .single-ratgeber .anchor-links.container,
  .template-allrechtsgebiete .anchor-links.container,
  .single-city .anchor-links.container {
    padding: 1.875rem 0.8125rem 3.5625rem;
    max-width: calc(100% - 14px);
  }

  /* line 801, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links .title,
  .single-product .anchor-links .title,
  .single-ratgeber .anchor-links .title,
  .template-allrechtsgebiete .anchor-links .title,
  .single-city .anchor-links .title {
    padding: 1.1875rem 1.5rem;
    border-radius: 0.625rem;
    width: 100%;
    background-color: #fff;
  }

  /* line 807, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links .title::after,
  .single-product .anchor-links .title::after,
  .single-ratgeber .anchor-links .title::after,
  .template-allrechtsgebiete .anchor-links .title::after,
  .single-city .anchor-links .title::after {
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    background: none;
    position: absolute;
    right: 1.875rem;
    bottom: 1.25rem;
    font-size: 0.625rem;
    padding: 0;
  }

  /* line 817, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links .title::before,
  .single-product .anchor-links .title::before,
  .single-ratgeber .anchor-links .title::before,
  .template-allrechtsgebiete .anchor-links .title::before,
  .single-city .anchor-links .title::before {
    display: none;
  }

  /* line 821, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links .title.open,
  .single-product .anchor-links .title.open,
  .single-ratgeber .anchor-links .title.open,
  .template-allrechtsgebiete .anchor-links .title.open,
  .single-city .anchor-links .title.open {
    border-radius: 0.625rem 0.625rem 0 0;
  }

  /* line 824, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links .title.open::after,
  .single-product .anchor-links .title.open::after,
  .single-ratgeber .anchor-links .title.open::after,
  .template-allrechtsgebiete .anchor-links .title.open::after,
  .single-city .anchor-links .title.open::after {
    -webkit-transform: rotate(270deg);
         -o-transform: rotate(270deg);
            transform: rotate(270deg);
  }

  /* line 830, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links .mobile-title,
  .single-product .anchor-links .mobile-title,
  .single-ratgeber .anchor-links .mobile-title,
  .template-allrechtsgebiete .anchor-links .mobile-title,
  .single-city .anchor-links .mobile-title {
    font-weight: 700;
    margin-bottom: 0.625rem;
  }

  /* line 835, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links .mobile,
  .single-product .anchor-links .mobile,
  .single-ratgeber .anchor-links .mobile,
  .template-allrechtsgebiete .anchor-links .mobile,
  .single-city .anchor-links .mobile {
    display: inline-block;
  }

  /* line 839, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links .desktop,
  .single-product .anchor-links .desktop,
  .single-ratgeber .anchor-links .desktop,
  .template-allrechtsgebiete .anchor-links .desktop,
  .single-city .anchor-links .desktop {
    display: none;
  }

  /* line 843, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links .wrapper,
  .single-product .anchor-links .wrapper,
  .single-ratgeber .anchor-links .wrapper,
  .template-allrechtsgebiete .anchor-links .wrapper,
  .single-city .anchor-links .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.5rem 1.1875rem 1.5rem;
    border-radius: 0 0 0.625rem 0.625rem;
    width: 100%;
    background-color: #fff;
  }

  /* line 851, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links::after,
  .single-product .anchor-links::after,
  .single-ratgeber .anchor-links::after,
  .template-allrechtsgebiete .anchor-links::after,
  .single-city .anchor-links::after {
    display: none;
  }

  /* line 855, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links a,
  .single-product .anchor-links a,
  .single-ratgeber .anchor-links a,
  .template-allrechtsgebiete .anchor-links a,
  .single-city .anchor-links a {
    margin: 0;
    line-height: 3.4375rem;
    padding-left: 0;
  }

  /* line 860, resources/assets/styles/layouts/_category.scss */

  .category .anchor-links a.ratgeber-anchor,
  .single-product .anchor-links a.ratgeber-anchor,
  .single-ratgeber .anchor-links a.ratgeber-anchor,
  .template-allrechtsgebiete .anchor-links a.ratgeber-anchor,
  .single-city .anchor-links a.ratgeber-anchor {
    border-radius: 3.125rem;
    padding: 1rem 1.875rem;
    border: 8px solid #fff;
    position: absolute;
    line-height: 1.625rem;
    bottom: -2.3125rem;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* line 3, resources/assets/styles/layouts/_news.scss */

.single-post .content-header .post-meta,
.template-rechner .content-header .post-meta {
  margin-bottom: 4.4375rem;
}

/* line 6, resources/assets/styles/layouts/_news.scss */

.single-post .content-header .post-meta .date,
.template-rechner .content-header .post-meta .date {
  display: none;
}

/* line 10, resources/assets/styles/layouts/_news.scss */

.single-post .content-header .post-meta:hover,
.template-rechner .content-header .post-meta:hover {
  text-decoration: none;
}

@media (max-width: calc(835px - 1px)) {
  /* line 3, resources/assets/styles/layouts/_news.scss */

  .single-post .content-header .post-meta,
  .template-rechner .content-header .post-meta {
    margin-bottom: 2.25rem;
    margin-top: 2.25rem;
  }
}

/* line 21, resources/assets/styles/layouts/_news.scss */

.single-post h2,
.single-post .h2,
.template-rechner h2,
.template-rechner .h2 {
  font-size: 1.375rem;
  line-height: 2rem;
}

/* line 26, resources/assets/styles/layouts/_news.scss */

.single-post article:not(.similar-post),
.template-rechner article:not(.similar-post) {
  margin-bottom: 3.1875rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 29, resources/assets/styles/layouts/_news.scss */

  .single-post article:not(.similar-post) .post-content,
  .template-rechner article:not(.similar-post) .post-content {
    overflow-x: hidden;
  }
}

/* line 34, resources/assets/styles/layouts/_news.scss */

.single-post article:not(.similar-post) .post-content .post-excerpt,
.template-rechner article:not(.similar-post) .post-content .post-excerpt {
  margin-bottom: 3.125rem;
}

/* line 38, resources/assets/styles/layouts/_news.scss */

.single-post article:not(.similar-post) .post-content .h3,
.template-rechner article:not(.similar-post) .post-content .h3 {
  margin-bottom: 0.375rem;
  margin-top: 2rem;
}

/* line 44, resources/assets/styles/layouts/_news.scss */

.single-post article:not(.similar-post) .post-content .arrow-list a,
.template-rechner article:not(.similar-post) .post-content .arrow-list a {
  position: relative;
  z-index: 1;
  word-break: normal;
  display: inline-block;
  color: #EC6552;
  border-bottom-color: #EC6552;
}

/* line 52, resources/assets/styles/layouts/_news.scss */

.single-post article:not(.similar-post) .post-content .arrow-list a:after,
.template-rechner article:not(.similar-post) .post-content .arrow-list a:after {
  content: none;
}

/* line 56, resources/assets/styles/layouts/_news.scss */

.single-post article:not(.similar-post) .post-content .arrow-list a:hover,
.template-rechner article:not(.similar-post) .post-content .arrow-list a:hover {
  color: #EC6552;
  border-bottom-color: #EC6552;
  text-decoration: none;
}

@media (max-width: calc(835px - 1px)) {
  /* line 67, resources/assets/styles/layouts/_news.scss */

  .single-post .similar-posts,
  .template-rechner .similar-posts {
    margin-top: 2.25rem;
    margin-bottom: 0;
  }

  /* line 72, resources/assets/styles/layouts/_news.scss */

  .single-post article:not(.similar-post),
  .template-rechner article:not(.similar-post) {
    margin-bottom: 2.25rem;
  }

  /* line 76, resources/assets/styles/layouts/_news.scss */

  .single-post article:not(.similar-post) .post-content .post-excerpt,
  .template-rechner article:not(.similar-post) .post-content .post-excerpt {
    margin-bottom: 1.875rem;
  }
}

/* line 85, resources/assets/styles/layouts/_news.scss */

.filter-list {
  margin-bottom: 2.5rem;
}

/* line 88, resources/assets/styles/layouts/_news.scss */

.filter-list .filter-label {
  white-space: nowrap;
}

/* line 93, resources/assets/styles/layouts/_news.scss */

.filter-list .filter-items .filter-item {
  position: relative;
  overflow: hidden;
  margin: 0 0.625rem 0.625rem 0;
  font-size: 0.875rem;
}

/* line 99, resources/assets/styles/layouts/_news.scss */

.filter-list .filter-items .filter-item input[type="checkbox"] {
  position: absolute;
  left: -50px;
}

/* line 103, resources/assets/styles/layouts/_news.scss */

.filter-list .filter-items .filter-item input[type="checkbox"] + span {
  border-radius: 0.625rem;
  background-color: #fff;
  border: 2px solid #6DC1AE;
  padding: 0.3125rem 0.9375rem;
  text-transform: uppercase;
  display: block;
}

/* line 113, resources/assets/styles/layouts/_news.scss */

.filter-list .filter-items .filter-item:hover input[type="checkbox"] + span,
.filter-list .filter-items .filter-item input[type="checkbox"]:checked + span {
  background-color: #6DC1AE;
  color: #336B62;
}

/* line 122, resources/assets/styles/layouts/_news.scss */

.block-latest-news .news-card,
.blog-posts .news-card {
  padding: 1.5625rem;
  color: #336B62;
}

/* line 126, resources/assets/styles/layouts/_news.scss */

.block-latest-news .news-card img,
.blog-posts .news-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5625rem;
  border-radius: 20px;
}

/* line 133, resources/assets/styles/layouts/_news.scss */

.block-latest-news .news-card .news-meta,
.blog-posts .news-card .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

/* line 139, resources/assets/styles/layouts/_news.scss */

.block-latest-news .news-card .news-meta .tags,
.blog-posts .news-card .news-meta .tags {
  margin-right: 0.3125rem;
}

/* line 142, resources/assets/styles/layouts/_news.scss */

.block-latest-news .news-card .news-meta .tags span,
.blog-posts .news-card .news-meta .tags span {
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0.625rem;
  background-color: #6DC1AE;
  color: #336B62;
  padding: 0.3125rem 0.9375rem;
  margin-right: 0.3125rem;
}

/* line 153, resources/assets/styles/layouts/_news.scss */

.block-latest-news .news-card .news-meta time,
.blog-posts .news-card .news-meta time {
  font-size: 0.875rem;
}

/* line 158, resources/assets/styles/layouts/_news.scss */

.block-latest-news .news-card .more-link,
.blog-posts .news-card .more-link {
  margin-top: 1.875rem;
}

/* line 163, resources/assets/styles/layouts/_news.scss */

.block-latest-news .news-card:hover,
.block-latest-news .news-card:focus,
.blog-posts .news-card:hover,
.blog-posts .news-card:focus {
  background-color: #EAF3E5;
  border-color: #EAF3E5;
}

/* line 167, resources/assets/styles/layouts/_news.scss */

.block-latest-news .news-card:hover a,
.block-latest-news .news-card:focus a,
.blog-posts .news-card:hover a,
.blog-posts .news-card:focus a {
  text-decoration: none;
}

/* line 173, resources/assets/styles/layouts/_news.scss */

.block-latest-news .news-card:hover .news-meta .tags span,
.block-latest-news .news-card:focus .news-meta .tags span,
.blog-posts .news-card:hover .news-meta .tags span,
.blog-posts .news-card:focus .news-meta .tags span {
  background-color: #fff;
}

/* line 183, resources/assets/styles/layouts/_news.scss */

.block-latest-news .articles {
  margin-bottom: 2.1875rem;
}

/* line 187, resources/assets/styles/layouts/_news.scss */

.block-latest-news .block-bottom {
  margin-bottom: 4.6875rem;
}

/* line 193, resources/assets/styles/layouts/_news.scss */

.blog-posts .col,
.blog-posts .horizontal-list.icon-list > li,
.blog-posts .gallery .gallery-item,
.gallery .blog-posts .gallery-item {
  margin-bottom: 1.875rem;
}

/* line 196, resources/assets/styles/layouts/_news.scss */

.blog-posts .col .card,
.blog-posts .horizontal-list.icon-list > li .card,
.blog-posts .gallery .gallery-item .card,
.gallery .blog-posts .gallery-item .card,
.blog-posts .col .single-ratgeber .social-box,
.single-ratgeber .blog-posts .col .social-box,
.blog-posts .horizontal-list.icon-list > li .single-ratgeber .social-box,
.single-ratgeber .blog-posts .horizontal-list.icon-list > li .social-box,
.blog-posts .gallery .gallery-item .single-ratgeber .social-box,
.single-ratgeber .blog-posts .gallery .gallery-item .social-box,
.gallery .blog-posts .gallery-item .single-ratgeber .social-box,
.single-ratgeber .gallery .blog-posts .gallery-item .social-box,
.blog-posts .col .single-post .social-box,
.single-post .blog-posts .col .social-box,
.blog-posts .horizontal-list.icon-list > li .single-post .social-box,
.single-post .blog-posts .horizontal-list.icon-list > li .social-box,
.blog-posts .gallery .gallery-item .single-post .social-box,
.single-post .blog-posts .gallery .gallery-item .social-box,
.gallery .blog-posts .gallery-item .single-post .social-box,
.single-post .gallery .blog-posts .gallery-item .social-box,
.blog-posts .col .template-rechner .social-box,
.template-rechner .blog-posts .col .social-box,
.blog-posts .horizontal-list.icon-list > li .template-rechner .social-box,
.template-rechner .blog-posts .horizontal-list.icon-list > li .social-box,
.blog-posts .gallery .gallery-item .template-rechner .social-box,
.template-rechner .blog-posts .gallery .gallery-item .social-box,
.gallery .blog-posts .gallery-item .template-rechner .social-box,
.template-rechner .gallery .blog-posts .gallery-item .social-box,
.blog-posts .col .matching-ratgeber .social-box,
.matching-ratgeber .blog-posts .col .social-box,
.blog-posts .horizontal-list.icon-list > li .matching-ratgeber .social-box,
.matching-ratgeber .blog-posts .horizontal-list.icon-list > li .social-box,
.blog-posts .gallery .gallery-item .matching-ratgeber .social-box,
.matching-ratgeber .blog-posts .gallery .gallery-item .social-box,
.gallery .blog-posts .gallery-item .matching-ratgeber .social-box,
.matching-ratgeber .gallery .blog-posts .gallery-item .social-box,
.blog-posts .col .single-product .social-box,
.single-product .blog-posts .col .social-box,
.blog-posts .horizontal-list.icon-list > li .single-product .social-box,
.single-product .blog-posts .horizontal-list.icon-list > li .social-box,
.blog-posts .gallery .gallery-item .single-product .social-box,
.single-product .blog-posts .gallery .gallery-item .social-box,
.gallery .blog-posts .gallery-item .single-product .social-box,
.single-product .gallery .blog-posts .gallery-item .social-box {
  height: 100%;
}

/* line 203, resources/assets/styles/layouts/_news.scss */

.news-container .dotted-line {
  color: #D9E8EB;
}

@media (max-width: 1199.98px) {
  /* line 211, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.first,
  .block-latest-news .horizontal-list.icon-list > li.first,
  .block-latest-news .gallery .first.gallery-item,
  .gallery .block-latest-news .first.gallery-item,
  .blog-posts .col.first,
  .blog-posts .horizontal-list.icon-list > li.first,
  .blog-posts .gallery .first.gallery-item,
  .gallery .blog-posts .first.gallery-item {
    margin-bottom: 0.9375rem;
  }

  /* line 217, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.col-posts .slick-slide > div,
  .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div,
  .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div,
  .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div,
  .blog-posts .col.col-posts .slick-slide > div,
  .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div,
  .blog-posts .gallery .col-posts.gallery-item .slick-slide > div,
  .gallery .blog-posts .col-posts.gallery-item .slick-slide > div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 100%;
  }

  /* line 222, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.col-posts .slick-slide > div .card,
  .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div .card,
  .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div .card,
  .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div .card,
  .block-latest-news .col.col-posts .slick-slide > div .single-ratgeber .social-box,
  .single-ratgeber .block-latest-news .col.col-posts .slick-slide > div .social-box,
  .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div .single-ratgeber .social-box,
  .single-ratgeber .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div .social-box,
  .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div .single-ratgeber .social-box,
  .single-ratgeber .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div .social-box,
  .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div .single-ratgeber .social-box,
  .single-ratgeber .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div .social-box,
  .block-latest-news .col.col-posts .slick-slide > div .single-post .social-box,
  .single-post .block-latest-news .col.col-posts .slick-slide > div .social-box,
  .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div .single-post .social-box,
  .single-post .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div .social-box,
  .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div .single-post .social-box,
  .single-post .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div .social-box,
  .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div .single-post .social-box,
  .single-post .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div .social-box,
  .block-latest-news .col.col-posts .slick-slide > div .template-rechner .social-box,
  .template-rechner .block-latest-news .col.col-posts .slick-slide > div .social-box,
  .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div .template-rechner .social-box,
  .template-rechner .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div .social-box,
  .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div .template-rechner .social-box,
  .template-rechner .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div .social-box,
  .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div .template-rechner .social-box,
  .template-rechner .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div .social-box,
  .block-latest-news .col.col-posts .slick-slide > div .matching-ratgeber .social-box,
  .matching-ratgeber .block-latest-news .col.col-posts .slick-slide > div .social-box,
  .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div .matching-ratgeber .social-box,
  .matching-ratgeber .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div .social-box,
  .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div .matching-ratgeber .social-box,
  .matching-ratgeber .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div .social-box,
  .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div .matching-ratgeber .social-box,
  .matching-ratgeber .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div .social-box,
  .block-latest-news .col.col-posts .slick-slide > div .single-product .social-box,
  .single-product .block-latest-news .col.col-posts .slick-slide > div .social-box,
  .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div .single-product .social-box,
  .single-product .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide > div .social-box,
  .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div .single-product .social-box,
  .single-product .block-latest-news .gallery .col-posts.gallery-item .slick-slide > div .social-box,
  .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div .single-product .social-box,
  .single-product .gallery .block-latest-news .col-posts.gallery-item .slick-slide > div .social-box,
  .blog-posts .col.col-posts .slick-slide > div .card,
  .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div .card,
  .blog-posts .gallery .col-posts.gallery-item .slick-slide > div .card,
  .gallery .blog-posts .col-posts.gallery-item .slick-slide > div .card,
  .blog-posts .col.col-posts .slick-slide > div .single-ratgeber .social-box,
  .single-ratgeber .blog-posts .col.col-posts .slick-slide > div .social-box,
  .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div .single-ratgeber .social-box,
  .single-ratgeber .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div .social-box,
  .blog-posts .gallery .col-posts.gallery-item .slick-slide > div .single-ratgeber .social-box,
  .single-ratgeber .blog-posts .gallery .col-posts.gallery-item .slick-slide > div .social-box,
  .gallery .blog-posts .col-posts.gallery-item .slick-slide > div .single-ratgeber .social-box,
  .single-ratgeber .gallery .blog-posts .col-posts.gallery-item .slick-slide > div .social-box,
  .blog-posts .col.col-posts .slick-slide > div .single-post .social-box,
  .single-post .blog-posts .col.col-posts .slick-slide > div .social-box,
  .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div .single-post .social-box,
  .single-post .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div .social-box,
  .blog-posts .gallery .col-posts.gallery-item .slick-slide > div .single-post .social-box,
  .single-post .blog-posts .gallery .col-posts.gallery-item .slick-slide > div .social-box,
  .gallery .blog-posts .col-posts.gallery-item .slick-slide > div .single-post .social-box,
  .single-post .gallery .blog-posts .col-posts.gallery-item .slick-slide > div .social-box,
  .blog-posts .col.col-posts .slick-slide > div .template-rechner .social-box,
  .template-rechner .blog-posts .col.col-posts .slick-slide > div .social-box,
  .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div .template-rechner .social-box,
  .template-rechner .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div .social-box,
  .blog-posts .gallery .col-posts.gallery-item .slick-slide > div .template-rechner .social-box,
  .template-rechner .blog-posts .gallery .col-posts.gallery-item .slick-slide > div .social-box,
  .gallery .blog-posts .col-posts.gallery-item .slick-slide > div .template-rechner .social-box,
  .template-rechner .gallery .blog-posts .col-posts.gallery-item .slick-slide > div .social-box,
  .blog-posts .col.col-posts .slick-slide > div .matching-ratgeber .social-box,
  .matching-ratgeber .blog-posts .col.col-posts .slick-slide > div .social-box,
  .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div .matching-ratgeber .social-box,
  .matching-ratgeber .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div .social-box,
  .blog-posts .gallery .col-posts.gallery-item .slick-slide > div .matching-ratgeber .social-box,
  .matching-ratgeber .blog-posts .gallery .col-posts.gallery-item .slick-slide > div .social-box,
  .gallery .blog-posts .col-posts.gallery-item .slick-slide > div .matching-ratgeber .social-box,
  .matching-ratgeber .gallery .blog-posts .col-posts.gallery-item .slick-slide > div .social-box,
  .blog-posts .col.col-posts .slick-slide > div .single-product .social-box,
  .single-product .blog-posts .col.col-posts .slick-slide > div .social-box,
  .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div .single-product .social-box,
  .single-product .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide > div .social-box,
  .blog-posts .gallery .col-posts.gallery-item .slick-slide > div .single-product .social-box,
  .single-product .blog-posts .gallery .col-posts.gallery-item .slick-slide > div .social-box,
  .gallery .blog-posts .col-posts.gallery-item .slick-slide > div .single-product .social-box,
  .single-product .gallery .blog-posts .col-posts.gallery-item .slick-slide > div .social-box {
    height: 100%;
  }

  /* line 228, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.col-posts .slick-slide:first-child > div,
  .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-slide:first-child > div,
  .block-latest-news .gallery .col-posts.gallery-item .slick-slide:first-child > div,
  .gallery .block-latest-news .col-posts.gallery-item .slick-slide:first-child > div,
  .blog-posts .col.col-posts .slick-slide:first-child > div,
  .blog-posts .horizontal-list.icon-list > li.col-posts .slick-slide:first-child > div,
  .blog-posts .gallery .col-posts.gallery-item .slick-slide:first-child > div,
  .gallery .blog-posts .col-posts.gallery-item .slick-slide:first-child > div {
    padding-left: 0;
  }
}

@media (max-width: 1025px) {
  /* line 240, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col,
  .block-latest-news .horizontal-list.icon-list > li,
  .block-latest-news .gallery .gallery-item,
  .gallery .block-latest-news .gallery-item,
  .blog-posts .col,
  .blog-posts .horizontal-list.icon-list > li,
  .blog-posts .gallery .gallery-item,
  .gallery .blog-posts .gallery-item {
    max-width: 100%;
    min-width: 100%;
  }

  /* line 244, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.first,
  .block-latest-news .horizontal-list.icon-list > li.first,
  .block-latest-news .gallery .first.gallery-item,
  .gallery .block-latest-news .first.gallery-item,
  .blog-posts .col.first,
  .blog-posts .horizontal-list.icon-list > li.first,
  .blog-posts .gallery .first.gallery-item,
  .gallery .blog-posts .first.gallery-item {
    margin-bottom: 1.875rem;
  }

  /* line 247, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.first img,
  .block-latest-news .horizontal-list.icon-list > li.first img,
  .block-latest-news .gallery .first.gallery-item img,
  .gallery .block-latest-news .first.gallery-item img,
  .blog-posts .col.first img,
  .blog-posts .horizontal-list.icon-list > li.first img,
  .blog-posts .gallery .first.gallery-item img,
  .gallery .blog-posts .first.gallery-item img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991.98px) {
  /* line 260, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.col-posts .slick-list,
  .block-latest-news .horizontal-list.icon-list > li.col-posts .slick-list,
  .block-latest-news .gallery .col-posts.gallery-item .slick-list,
  .gallery .block-latest-news .col-posts.gallery-item .slick-list,
  .blog-posts .col.col-posts .slick-list,
  .blog-posts .horizontal-list.icon-list > li.col-posts .slick-list,
  .blog-posts .gallery .col-posts.gallery-item .slick-list,
  .gallery .blog-posts .col-posts.gallery-item .slick-list {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 272, resources/assets/styles/layouts/_news.scss */

  .blog-posts .col-posts .card,
  .blog-posts .col-posts .single-ratgeber .social-box,
  .single-ratgeber .blog-posts .col-posts .social-box,
  .blog-posts .col-posts .single-post .social-box,
  .single-post .blog-posts .col-posts .social-box,
  .blog-posts .col-posts .template-rechner .social-box,
  .template-rechner .blog-posts .col-posts .social-box,
  .blog-posts .col-posts .matching-ratgeber .social-box,
  .matching-ratgeber .blog-posts .col-posts .social-box,
  .blog-posts .col-posts .single-product .social-box,
  .single-product .blog-posts .col-posts .social-box,
  .blog-posts .first .card,
  .blog-posts .first .single-ratgeber .social-box,
  .single-ratgeber .blog-posts .first .social-box,
  .blog-posts .first .single-post .social-box,
  .single-post .blog-posts .first .social-box,
  .blog-posts .first .template-rechner .social-box,
  .template-rechner .blog-posts .first .social-box,
  .blog-posts .first .matching-ratgeber .social-box,
  .matching-ratgeber .blog-posts .first .social-box,
  .blog-posts .first .single-product .social-box,
  .single-product .blog-posts .first .social-box {
    margin-bottom: 1.875rem;
  }

  /* line 277, resources/assets/styles/layouts/_news.scss */

  .blog-posts .newsletter-footer {
    margin-top: 0 !important;
  }
}

@media (max-width: 575.98px) {
  /* line 285, resources/assets/styles/layouts/_news.scss */

  main.main .news-container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 289, resources/assets/styles/layouts/_news.scss */

  main.main .news-container .dotted-line {
    display: none;
  }

  /* line 294, resources/assets/styles/layouts/_news.scss */

  .filter-list {
    margin-top: 1.25rem;
  }

  /* line 297, resources/assets/styles/layouts/_news.scss */

  .filter-list .filter-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.625rem;
    background-color: #fff;
    border: 2px solid #D9E8EB;
    padding: 0.9375rem;
    font-size: 1.125rem;
  }

  /* line 95, resources/assets/styles/_mixins.scss */

  .filter-list .filter-label:after {
    content: "\E905";
    font-family: "rigtmart" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #EC6552;
    font-size: 1rem;
  }

  /* line 95, resources/assets/styles/_mixins.scss */

  .filter-list .filter-label[aria-expanded="true"]:after {
    content: "\E904";
  }

  /* line 318, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .container {
    padding: 0;
  }

  /* line 323, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.first,
  .block-latest-news .horizontal-list.icon-list > li.first,
  .block-latest-news .gallery .first.gallery-item,
  .gallery .block-latest-news .first.gallery-item {
    margin-bottom: 1.6875rem;
  }

  /* line 328, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .card,
  .block-latest-news .single-ratgeber .social-box,
  .single-ratgeber .block-latest-news .social-box,
  .block-latest-news .single-post .social-box,
  .single-post .block-latest-news .social-box,
  .block-latest-news .template-rechner .social-box,
  .template-rechner .block-latest-news .social-box,
  .block-latest-news .matching-ratgeber .social-box,
  .matching-ratgeber .block-latest-news .social-box,
  .block-latest-news .single-product .social-box,
  .single-product .block-latest-news .social-box {
    background-color: transparent;
  }
}

@media (min-width: 576px) {
  /* line 336, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .collapse {
    display: block !important;
  }
}

@media (min-width: 768px) {
  /* line 343, resources/assets/styles/layouts/_news.scss */

  .news-container {
    margin-top: 6.25rem;
  }
}

@media (min-width: 992px) {
  /* line 350, resources/assets/styles/layouts/_news.scss */

  .single-post .page-title {
    max-width: 700px;
  }

  /* line 355, resources/assets/styles/layouts/_news.scss */

  .filter-list .filter-label {
    margin-right: 1.25rem;
  }

  /* line 362, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.first .card,
  .block-latest-news .horizontal-list.icon-list > li.first .card,
  .block-latest-news .gallery .first.gallery-item .card,
  .gallery .block-latest-news .first.gallery-item .card,
  .block-latest-news .col.first .single-ratgeber .social-box,
  .single-ratgeber .block-latest-news .col.first .social-box,
  .block-latest-news .horizontal-list.icon-list > li.first .single-ratgeber .social-box,
  .single-ratgeber .block-latest-news .horizontal-list.icon-list > li.first .social-box,
  .block-latest-news .gallery .first.gallery-item .single-ratgeber .social-box,
  .single-ratgeber .block-latest-news .gallery .first.gallery-item .social-box,
  .gallery .block-latest-news .first.gallery-item .single-ratgeber .social-box,
  .single-ratgeber .gallery .block-latest-news .first.gallery-item .social-box,
  .block-latest-news .col.first .single-post .social-box,
  .single-post .block-latest-news .col.first .social-box,
  .block-latest-news .horizontal-list.icon-list > li.first .single-post .social-box,
  .single-post .block-latest-news .horizontal-list.icon-list > li.first .social-box,
  .block-latest-news .gallery .first.gallery-item .single-post .social-box,
  .single-post .block-latest-news .gallery .first.gallery-item .social-box,
  .gallery .block-latest-news .first.gallery-item .single-post .social-box,
  .single-post .gallery .block-latest-news .first.gallery-item .social-box,
  .block-latest-news .col.first .template-rechner .social-box,
  .template-rechner .block-latest-news .col.first .social-box,
  .block-latest-news .horizontal-list.icon-list > li.first .template-rechner .social-box,
  .template-rechner .block-latest-news .horizontal-list.icon-list > li.first .social-box,
  .block-latest-news .gallery .first.gallery-item .template-rechner .social-box,
  .template-rechner .block-latest-news .gallery .first.gallery-item .social-box,
  .gallery .block-latest-news .first.gallery-item .template-rechner .social-box,
  .template-rechner .gallery .block-latest-news .first.gallery-item .social-box,
  .block-latest-news .col.first .matching-ratgeber .social-box,
  .matching-ratgeber .block-latest-news .col.first .social-box,
  .block-latest-news .horizontal-list.icon-list > li.first .matching-ratgeber .social-box,
  .matching-ratgeber .block-latest-news .horizontal-list.icon-list > li.first .social-box,
  .block-latest-news .gallery .first.gallery-item .matching-ratgeber .social-box,
  .matching-ratgeber .block-latest-news .gallery .first.gallery-item .social-box,
  .gallery .block-latest-news .first.gallery-item .matching-ratgeber .social-box,
  .matching-ratgeber .gallery .block-latest-news .first.gallery-item .social-box,
  .block-latest-news .col.first .single-product .social-box,
  .single-product .block-latest-news .col.first .social-box,
  .block-latest-news .horizontal-list.icon-list > li.first .single-product .social-box,
  .single-product .block-latest-news .horizontal-list.icon-list > li.first .social-box,
  .block-latest-news .gallery .first.gallery-item .single-product .social-box,
  .single-product .block-latest-news .gallery .first.gallery-item .social-box,
  .gallery .block-latest-news .first.gallery-item .single-product .social-box,
  .single-product .gallery .block-latest-news .first.gallery-item .social-box,
  .blog-posts .col.first .card,
  .blog-posts .horizontal-list.icon-list > li.first .card,
  .blog-posts .gallery .first.gallery-item .card,
  .gallery .blog-posts .first.gallery-item .card,
  .blog-posts .col.first .single-ratgeber .social-box,
  .single-ratgeber .blog-posts .col.first .social-box,
  .blog-posts .horizontal-list.icon-list > li.first .single-ratgeber .social-box,
  .single-ratgeber .blog-posts .horizontal-list.icon-list > li.first .social-box,
  .blog-posts .gallery .first.gallery-item .single-ratgeber .social-box,
  .single-ratgeber .blog-posts .gallery .first.gallery-item .social-box,
  .gallery .blog-posts .first.gallery-item .single-ratgeber .social-box,
  .single-ratgeber .gallery .blog-posts .first.gallery-item .social-box,
  .blog-posts .col.first .single-post .social-box,
  .single-post .blog-posts .col.first .social-box,
  .blog-posts .horizontal-list.icon-list > li.first .single-post .social-box,
  .single-post .blog-posts .horizontal-list.icon-list > li.first .social-box,
  .blog-posts .gallery .first.gallery-item .single-post .social-box,
  .single-post .blog-posts .gallery .first.gallery-item .social-box,
  .gallery .blog-posts .first.gallery-item .single-post .social-box,
  .single-post .gallery .blog-posts .first.gallery-item .social-box,
  .blog-posts .col.first .template-rechner .social-box,
  .template-rechner .blog-posts .col.first .social-box,
  .blog-posts .horizontal-list.icon-list > li.first .template-rechner .social-box,
  .template-rechner .blog-posts .horizontal-list.icon-list > li.first .social-box,
  .blog-posts .gallery .first.gallery-item .template-rechner .social-box,
  .template-rechner .blog-posts .gallery .first.gallery-item .social-box,
  .gallery .blog-posts .first.gallery-item .template-rechner .social-box,
  .template-rechner .gallery .blog-posts .first.gallery-item .social-box,
  .blog-posts .col.first .matching-ratgeber .social-box,
  .matching-ratgeber .blog-posts .col.first .social-box,
  .blog-posts .horizontal-list.icon-list > li.first .matching-ratgeber .social-box,
  .matching-ratgeber .blog-posts .horizontal-list.icon-list > li.first .social-box,
  .blog-posts .gallery .first.gallery-item .matching-ratgeber .social-box,
  .matching-ratgeber .blog-posts .gallery .first.gallery-item .social-box,
  .gallery .blog-posts .first.gallery-item .matching-ratgeber .social-box,
  .matching-ratgeber .gallery .blog-posts .first.gallery-item .social-box,
  .blog-posts .col.first .single-product .social-box,
  .single-product .blog-posts .col.first .social-box,
  .blog-posts .horizontal-list.icon-list > li.first .single-product .social-box,
  .single-product .blog-posts .horizontal-list.icon-list > li.first .social-box,
  .blog-posts .gallery .first.gallery-item .single-product .social-box,
  .single-product .blog-posts .gallery .first.gallery-item .social-box,
  .gallery .blog-posts .first.gallery-item .single-product .social-box,
  .single-product .gallery .blog-posts .first.gallery-item .social-box {
    height: 100%;
  }

  /* line 366, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.first .h3,
  .block-latest-news .horizontal-list.icon-list > li.first .h3,
  .block-latest-news .gallery .first.gallery-item .h3,
  .gallery .block-latest-news .first.gallery-item .h3,
  .blog-posts .col.first .h3,
  .blog-posts .horizontal-list.icon-list > li.first .h3,
  .blog-posts .gallery .first.gallery-item .h3,
  .gallery .blog-posts .first.gallery-item .h3 {
    font-size: 2.1875rem;
  }

  /* line 373, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.col-posts .card:not(:last-child),
  .block-latest-news .horizontal-list.icon-list > li.col-posts .card:not(:last-child),
  .block-latest-news .gallery .col-posts.gallery-item .card:not(:last-child),
  .gallery .block-latest-news .col-posts.gallery-item .card:not(:last-child),
  .block-latest-news .col.col-posts .single-ratgeber .social-box:not(:last-child),
  .single-ratgeber .block-latest-news .col.col-posts .social-box:not(:last-child),
  .block-latest-news .horizontal-list.icon-list > li.col-posts .single-ratgeber .social-box:not(:last-child),
  .single-ratgeber .block-latest-news .horizontal-list.icon-list > li.col-posts .social-box:not(:last-child),
  .block-latest-news .gallery .col-posts.gallery-item .single-ratgeber .social-box:not(:last-child),
  .single-ratgeber .block-latest-news .gallery .col-posts.gallery-item .social-box:not(:last-child),
  .gallery .block-latest-news .col-posts.gallery-item .single-ratgeber .social-box:not(:last-child),
  .single-ratgeber .gallery .block-latest-news .col-posts.gallery-item .social-box:not(:last-child),
  .block-latest-news .col.col-posts .single-post .social-box:not(:last-child),
  .single-post .block-latest-news .col.col-posts .social-box:not(:last-child),
  .block-latest-news .horizontal-list.icon-list > li.col-posts .single-post .social-box:not(:last-child),
  .single-post .block-latest-news .horizontal-list.icon-list > li.col-posts .social-box:not(:last-child),
  .block-latest-news .gallery .col-posts.gallery-item .single-post .social-box:not(:last-child),
  .single-post .block-latest-news .gallery .col-posts.gallery-item .social-box:not(:last-child),
  .gallery .block-latest-news .col-posts.gallery-item .single-post .social-box:not(:last-child),
  .single-post .gallery .block-latest-news .col-posts.gallery-item .social-box:not(:last-child),
  .block-latest-news .col.col-posts .template-rechner .social-box:not(:last-child),
  .template-rechner .block-latest-news .col.col-posts .social-box:not(:last-child),
  .block-latest-news .horizontal-list.icon-list > li.col-posts .template-rechner .social-box:not(:last-child),
  .template-rechner .block-latest-news .horizontal-list.icon-list > li.col-posts .social-box:not(:last-child),
  .block-latest-news .gallery .col-posts.gallery-item .template-rechner .social-box:not(:last-child),
  .template-rechner .block-latest-news .gallery .col-posts.gallery-item .social-box:not(:last-child),
  .gallery .block-latest-news .col-posts.gallery-item .template-rechner .social-box:not(:last-child),
  .template-rechner .gallery .block-latest-news .col-posts.gallery-item .social-box:not(:last-child),
  .block-latest-news .col.col-posts .matching-ratgeber .social-box:not(:last-child),
  .matching-ratgeber .block-latest-news .col.col-posts .social-box:not(:last-child),
  .block-latest-news .horizontal-list.icon-list > li.col-posts .matching-ratgeber .social-box:not(:last-child),
  .matching-ratgeber .block-latest-news .horizontal-list.icon-list > li.col-posts .social-box:not(:last-child),
  .block-latest-news .gallery .col-posts.gallery-item .matching-ratgeber .social-box:not(:last-child),
  .matching-ratgeber .block-latest-news .gallery .col-posts.gallery-item .social-box:not(:last-child),
  .gallery .block-latest-news .col-posts.gallery-item .matching-ratgeber .social-box:not(:last-child),
  .matching-ratgeber .gallery .block-latest-news .col-posts.gallery-item .social-box:not(:last-child),
  .block-latest-news .col.col-posts .single-product .social-box:not(:last-child),
  .single-product .block-latest-news .col.col-posts .social-box:not(:last-child),
  .block-latest-news .horizontal-list.icon-list > li.col-posts .single-product .social-box:not(:last-child),
  .single-product .block-latest-news .horizontal-list.icon-list > li.col-posts .social-box:not(:last-child),
  .block-latest-news .gallery .col-posts.gallery-item .single-product .social-box:not(:last-child),
  .single-product .block-latest-news .gallery .col-posts.gallery-item .social-box:not(:last-child),
  .gallery .block-latest-news .col-posts.gallery-item .single-product .social-box:not(:last-child),
  .single-product .gallery .block-latest-news .col-posts.gallery-item .social-box:not(:last-child),
  .blog-posts .col.col-posts .card:not(:last-child),
  .blog-posts .horizontal-list.icon-list > li.col-posts .card:not(:last-child),
  .blog-posts .gallery .col-posts.gallery-item .card:not(:last-child),
  .gallery .blog-posts .col-posts.gallery-item .card:not(:last-child),
  .blog-posts .col.col-posts .single-ratgeber .social-box:not(:last-child),
  .single-ratgeber .blog-posts .col.col-posts .social-box:not(:last-child),
  .blog-posts .horizontal-list.icon-list > li.col-posts .single-ratgeber .social-box:not(:last-child),
  .single-ratgeber .blog-posts .horizontal-list.icon-list > li.col-posts .social-box:not(:last-child),
  .blog-posts .gallery .col-posts.gallery-item .single-ratgeber .social-box:not(:last-child),
  .single-ratgeber .blog-posts .gallery .col-posts.gallery-item .social-box:not(:last-child),
  .gallery .blog-posts .col-posts.gallery-item .single-ratgeber .social-box:not(:last-child),
  .single-ratgeber .gallery .blog-posts .col-posts.gallery-item .social-box:not(:last-child),
  .blog-posts .col.col-posts .single-post .social-box:not(:last-child),
  .single-post .blog-posts .col.col-posts .social-box:not(:last-child),
  .blog-posts .horizontal-list.icon-list > li.col-posts .single-post .social-box:not(:last-child),
  .single-post .blog-posts .horizontal-list.icon-list > li.col-posts .social-box:not(:last-child),
  .blog-posts .gallery .col-posts.gallery-item .single-post .social-box:not(:last-child),
  .single-post .blog-posts .gallery .col-posts.gallery-item .social-box:not(:last-child),
  .gallery .blog-posts .col-posts.gallery-item .single-post .social-box:not(:last-child),
  .single-post .gallery .blog-posts .col-posts.gallery-item .social-box:not(:last-child),
  .blog-posts .col.col-posts .template-rechner .social-box:not(:last-child),
  .template-rechner .blog-posts .col.col-posts .social-box:not(:last-child),
  .blog-posts .horizontal-list.icon-list > li.col-posts .template-rechner .social-box:not(:last-child),
  .template-rechner .blog-posts .horizontal-list.icon-list > li.col-posts .social-box:not(:last-child),
  .blog-posts .gallery .col-posts.gallery-item .template-rechner .social-box:not(:last-child),
  .template-rechner .blog-posts .gallery .col-posts.gallery-item .social-box:not(:last-child),
  .gallery .blog-posts .col-posts.gallery-item .template-rechner .social-box:not(:last-child),
  .template-rechner .gallery .blog-posts .col-posts.gallery-item .social-box:not(:last-child),
  .blog-posts .col.col-posts .matching-ratgeber .social-box:not(:last-child),
  .matching-ratgeber .blog-posts .col.col-posts .social-box:not(:last-child),
  .blog-posts .horizontal-list.icon-list > li.col-posts .matching-ratgeber .social-box:not(:last-child),
  .matching-ratgeber .blog-posts .horizontal-list.icon-list > li.col-posts .social-box:not(:last-child),
  .blog-posts .gallery .col-posts.gallery-item .matching-ratgeber .social-box:not(:last-child),
  .matching-ratgeber .blog-posts .gallery .col-posts.gallery-item .social-box:not(:last-child),
  .gallery .blog-posts .col-posts.gallery-item .matching-ratgeber .social-box:not(:last-child),
  .matching-ratgeber .gallery .blog-posts .col-posts.gallery-item .social-box:not(:last-child),
  .blog-posts .col.col-posts .single-product .social-box:not(:last-child),
  .single-product .blog-posts .col.col-posts .social-box:not(:last-child),
  .blog-posts .horizontal-list.icon-list > li.col-posts .single-product .social-box:not(:last-child),
  .single-product .blog-posts .horizontal-list.icon-list > li.col-posts .social-box:not(:last-child),
  .blog-posts .gallery .col-posts.gallery-item .single-product .social-box:not(:last-child),
  .single-product .blog-posts .gallery .col-posts.gallery-item .social-box:not(:last-child),
  .gallery .blog-posts .col-posts.gallery-item .single-product .social-box:not(:last-child),
  .single-product .gallery .blog-posts .col-posts.gallery-item .social-box:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1200px) {
  /* line 386, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.first a,
  .block-latest-news .horizontal-list.icon-list > li.first a,
  .block-latest-news .gallery .first.gallery-item a,
  .gallery .block-latest-news .first.gallery-item a,
  .blog-posts .col.first a,
  .blog-posts .horizontal-list.icon-list > li.first a,
  .blog-posts .gallery .first.gallery-item a,
  .gallery .blog-posts .first.gallery-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 389, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.first a .img-wrapper,
  .block-latest-news .horizontal-list.icon-list > li.first a .img-wrapper,
  .block-latest-news .gallery .first.gallery-item a .img-wrapper,
  .gallery .block-latest-news .first.gallery-item a .img-wrapper,
  .blog-posts .col.first a .img-wrapper,
  .blog-posts .horizontal-list.icon-list > li.first a .img-wrapper,
  .blog-posts .gallery .first.gallery-item a .img-wrapper,
  .gallery .blog-posts .first.gallery-item a .img-wrapper {
    max-width: 610px;
    margin-right: 1.875rem;
  }

  /* line 393, resources/assets/styles/layouts/_news.scss */

  .block-latest-news .col.first a .img-wrapper img,
  .block-latest-news .horizontal-list.icon-list > li.first a .img-wrapper img,
  .block-latest-news .gallery .first.gallery-item a .img-wrapper img,
  .gallery .block-latest-news .first.gallery-item a .img-wrapper img,
  .blog-posts .col.first a .img-wrapper img,
  .blog-posts .horizontal-list.icon-list > li.first a .img-wrapper img,
  .blog-posts .gallery .first.gallery-item a .img-wrapper img,
  .gallery .blog-posts .first.gallery-item a .img-wrapper img {
    margin-bottom: 0;
  }
}

/* line 2, resources/assets/styles/layouts/_themehub.scss */

.single-themehub .product-hero {
  height: 30.3125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 6, resources/assets/styles/layouts/_themehub.scss */

.single-themehub .product-hero .title-content {
  margin-top: 4.0625rem;
}

/* line 9, resources/assets/styles/layouts/_themehub.scss */

.single-themehub .product-hero .title-content .page-title {
  margin-bottom: 3.75rem;
}

/* line 13, resources/assets/styles/layouts/_themehub.scss */

.single-themehub .product-hero .title-content .theme-desc {
  line-height: 1.875rem;
  font-size: 1.125rem;
}

/* line 18, resources/assets/styles/layouts/_themehub.scss */

.single-themehub .product-hero .title-content .theme-cat {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #E5EEFA;
}

/* line 30, resources/assets/styles/layouts/_themehub.scss */

.single-themehub .container.themehub-content {
  margin-top: 6.625rem;
}

@media (min-width: 992px) {
  /* line 30, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .container.themehub-content {
    max-width: 52.375rem;
  }
}

/* line 38, resources/assets/styles/layouts/_themehub.scss */

.single-themehub .ratgeber-element {
  margin-bottom: 7.125rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 43, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper {
    max-width: calc(100% - 70px);
    padding-left: 0;
    padding-right: 0;
  }

  /* line 48, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper .product-hero {
    overflow: hidden;
    margin-top: 6.25rem;
    height: 38.375rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  /* line 54, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper .product-hero .page-hero {
    top: 0;
  }

  /* line 57, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper .product-hero .page-hero img {
    height: 100%;
  }

  /* line 62, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper .product-hero .content {
    padding: 0 0.3125rem;
  }

  /* line 66, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper .product-hero .title-content {
    max-width: none;
    margin-bottom: 5.8125rem;
    padding: 1.875rem 1.5625rem 0.625rem 1.5625rem;
  }

  /* line 71, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper .product-hero .title-content .theme-cat {
    color: #63718A;
  }

  /* line 75, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper .product-hero .title-content .page-title {
    font-size: 2.5rem;
    margin-bottom: 2.125rem;
  }

  /* line 80, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper .product-hero .title-content .theme-desc {
    color: #6DC1AE;
  }

  /* line 92, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .team-cta-element {
    margin-bottom: 6.0625rem;
  }

  /* line 96, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .ratgeber-element {
    margin-bottom: 5rem;
    margin-top: 6.625rem;
  }
}

@media (max-width: 575.98px) {
  /* line 103, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper {
    max-width: calc(100% - 30px);
  }

  /* line 106, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper .product-hero {
    margin-bottom: 2.3125rem;
  }

  /* line 109, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper .product-hero .title-content {
    padding: 1.875rem 1.1875rem 0.3125rem 1.1875rem;
  }

  /* line 112, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .product-hero-wrapper .product-hero .title-content .page-title {
    font-size: 1.875rem;
  }

  /* line 119, resources/assets/styles/layouts/_themehub.scss */

  .single-themehub .team-cta-element {
    margin-top: 6.0625rem;
  }
}

/* line 3, resources/assets/styles/layouts/_overview-cards.scss */

.single-overview-cards .timeline-element .headlines {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 3, resources/assets/styles/layouts/_overview-cards.scss */

  .single-overview-cards .timeline-element .headlines {
    padding: 3.125rem 0.9375rem 0 0.9375rem;
  }
}

/* line 14, resources/assets/styles/layouts/_overview-cards.scss */

.single-overview-cards .col-overview .card,
.single-overview-cards .col-overview .single-ratgeber .social-box,
.single-ratgeber .single-overview-cards .col-overview .social-box,
.single-overview-cards .col-overview .single-post .social-box,
.single-post .single-overview-cards .col-overview .social-box,
.single-overview-cards .col-overview .template-rechner .social-box,
.template-rechner .single-overview-cards .col-overview .social-box,
.single-overview-cards .col-overview .matching-ratgeber .social-box,
.matching-ratgeber .single-overview-cards .col-overview .social-box,
.single-overview-cards .col-overview .single-product .social-box,
.single-product .single-overview-cards .col-overview .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, resources/assets/styles/layouts/_overview-cards.scss */

.single-overview-cards .col-overview .card.card:nth-of-type(5) .connecting-line,
.single-overview-cards .col-overview .single-ratgeber .social-box:nth-of-type(5) .connecting-line,
.single-ratgeber .single-overview-cards .col-overview .social-box:nth-of-type(5) .connecting-line,
.single-overview-cards .col-overview .single-post .social-box:nth-of-type(5) .connecting-line,
.single-post .single-overview-cards .col-overview .social-box:nth-of-type(5) .connecting-line,
.single-overview-cards .col-overview .template-rechner .social-box:nth-of-type(5) .connecting-line,
.template-rechner .single-overview-cards .col-overview .social-box:nth-of-type(5) .connecting-line,
.single-overview-cards .col-overview .matching-ratgeber .social-box:nth-of-type(5) .connecting-line,
.matching-ratgeber .single-overview-cards .col-overview .social-box:nth-of-type(5) .connecting-line,
.single-overview-cards .col-overview .single-product .social-box:nth-of-type(5) .connecting-line,
.single-product .single-overview-cards .col-overview .social-box:nth-of-type(5) .connecting-line {
  display: block;
}

/* line 22, resources/assets/styles/layouts/_overview-cards.scss */

.single-overview-cards .col-overview .card.card:nth-of-type(5) .circle-bottom,
.single-overview-cards .col-overview .single-ratgeber .social-box:nth-of-type(5) .circle-bottom,
.single-ratgeber .single-overview-cards .col-overview .social-box:nth-of-type(5) .circle-bottom,
.single-overview-cards .col-overview .single-post .social-box:nth-of-type(5) .circle-bottom,
.single-post .single-overview-cards .col-overview .social-box:nth-of-type(5) .circle-bottom,
.single-overview-cards .col-overview .template-rechner .social-box:nth-of-type(5) .circle-bottom,
.template-rechner .single-overview-cards .col-overview .social-box:nth-of-type(5) .circle-bottom,
.single-overview-cards .col-overview .matching-ratgeber .social-box:nth-of-type(5) .circle-bottom,
.matching-ratgeber .single-overview-cards .col-overview .social-box:nth-of-type(5) .circle-bottom,
.single-overview-cards .col-overview .single-product .social-box:nth-of-type(5) .circle-bottom,
.single-product .single-overview-cards .col-overview .social-box:nth-of-type(5) .circle-bottom {
  background: #6DC1AE;
  border: 3px solid #fff;
}

/* line 31, resources/assets/styles/layouts/_overview-cards.scss */

.single-overview-cards .col-overview .element-wrapper > div:nth-last-child(2) .circle-bottom {
  background: #E5EEFA;
  border: 3px solid #E5EEFA;
}

/* line 36, resources/assets/styles/layouts/_overview-cards.scss */

.single-overview-cards .col-overview .element-wrapper > div:nth-last-child(2) .connecting-line {
  display: none;
}

/* line 2, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .trustbox {
  display: none;
}

/* line 6, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .product-hero {
  margin-bottom: 0;
}

/* line 9, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .product-hero .page-hero {
  height: 21.8125rem;
}

/* line 12, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .product-hero .page-hero::before {
  background-image: none;
  background: #336B62;
}

/* line 18, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .product-hero .title-content {
  margin-top: 7.5rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 25, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .product-hero-wrapper .product-hero {
    margin-top: 0;
    background-color: #fff;
  }

  /* line 29, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .product-hero-wrapper .product-hero .page-hero {
    display: none;
  }

  /* line 33, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .product-hero-wrapper .product-hero .title-content {
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin-top: 4.125rem;
  }

  /* line 39, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .product-hero-wrapper .product-hero .title-content h1 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}

@media (max-width: 575.98px) {
  /* line 49, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .product-hero-wrapper {
    margin-bottom: 0;
  }

  /* line 53, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .product-hero-wrapper .product-hero .title-content {
    margin-top: 2.25rem;
  }
}

/* line 62, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .category-page-element,
.ratgeber-overview .category-page-element {
  display: none;
  margin-bottom: 1.875rem;
}

/* line 67, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .seperator,
.ratgeber-overview .seperator {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin-bottom: 1.625rem;
}

/* line 73, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .category-nav,
.ratgeber-overview .category-nav {
  list-style: none;
  padding: 0;
  margin-bottom: 0.125rem;
}

/* line 78, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .category-nav li,
.ratgeber-overview .category-nav li {
  padding: 0 0.9375rem;
  margin-bottom: 0.9375rem;
}

/* line 82, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .category-nav li .ratgeber-btn,
.ratgeber-overview .category-nav li .ratgeber-btn {
  background-color: #D9E8EB;
  border-radius: 0.625rem;
  width: 100%;
  text-align: left;
  height: 100%;
}

/* line 89, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .category-nav li .ratgeber-btn:hover,
.ratgeber-overview .category-nav li .ratgeber-btn:hover {
  background-color: #336B62;
  color: #fff;
  -webkit-transition: all .05s, ease-in-out;
  -o-transition: all .05s, ease-in-out;
  transition: all .05s, ease-in-out;
}

/* line 99, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .posts-list-wrapper h2,
.ratgeber-overview .posts-list-wrapper h2 {
  padding: 3.1875rem;
}

/* line 104, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .posts-list-wrapper.highlight .card,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-ratgeber .social-box,
.single-ratgeber .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-post .social-box,
.single-post .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box,
.page-template-template-allratgeber .posts-list-wrapper.highlight .template-rechner .social-box,
.template-rechner .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box,
.page-template-template-allratgeber .posts-list-wrapper.highlight .matching-ratgeber .social-box,
.matching-ratgeber .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-product .social-box,
.single-product .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box,
.ratgeber-overview .posts-list-wrapper.highlight .card,
.ratgeber-overview .posts-list-wrapper.highlight .single-ratgeber .social-box,
.single-ratgeber .ratgeber-overview .posts-list-wrapper.highlight .social-box,
.ratgeber-overview .posts-list-wrapper.highlight .single-post .social-box,
.single-post .ratgeber-overview .posts-list-wrapper.highlight .social-box,
.ratgeber-overview .posts-list-wrapper.highlight .template-rechner .social-box,
.template-rechner .ratgeber-overview .posts-list-wrapper.highlight .social-box,
.ratgeber-overview .posts-list-wrapper.highlight .matching-ratgeber .social-box,
.matching-ratgeber .ratgeber-overview .posts-list-wrapper.highlight .social-box,
.ratgeber-overview .posts-list-wrapper.highlight .single-product .social-box,
.single-product .ratgeber-overview .posts-list-wrapper.highlight .social-box {
  height: 100%;
  min-height: 12.625rem;
  padding: 1.5rem;
  background-color: #D9E8EB;
  border-radius: 0.625rem;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

/* line 112, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .posts-list-wrapper.highlight .card h3,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-ratgeber .social-box h3,
.single-ratgeber .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box h3,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-post .social-box h3,
.single-post .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box h3,
.page-template-template-allratgeber .posts-list-wrapper.highlight .template-rechner .social-box h3,
.template-rechner .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box h3,
.page-template-template-allratgeber .posts-list-wrapper.highlight .matching-ratgeber .social-box h3,
.matching-ratgeber .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box h3,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-product .social-box h3,
.single-product .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box h3,
.ratgeber-overview .posts-list-wrapper.highlight .card h3,
.ratgeber-overview .posts-list-wrapper.highlight .single-ratgeber .social-box h3,
.single-ratgeber .ratgeber-overview .posts-list-wrapper.highlight .social-box h3,
.ratgeber-overview .posts-list-wrapper.highlight .single-post .social-box h3,
.single-post .ratgeber-overview .posts-list-wrapper.highlight .social-box h3,
.ratgeber-overview .posts-list-wrapper.highlight .template-rechner .social-box h3,
.template-rechner .ratgeber-overview .posts-list-wrapper.highlight .social-box h3,
.ratgeber-overview .posts-list-wrapper.highlight .matching-ratgeber .social-box h3,
.matching-ratgeber .ratgeber-overview .posts-list-wrapper.highlight .social-box h3,
.ratgeber-overview .posts-list-wrapper.highlight .single-product .social-box h3,
.single-product .ratgeber-overview .posts-list-wrapper.highlight .social-box h3 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

/* line 117, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .posts-list-wrapper.highlight .card .btn-more,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-ratgeber .social-box .btn-more,
.single-ratgeber .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box .btn-more,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-post .social-box .btn-more,
.single-post .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box .btn-more,
.page-template-template-allratgeber .posts-list-wrapper.highlight .template-rechner .social-box .btn-more,
.template-rechner .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box .btn-more,
.page-template-template-allratgeber .posts-list-wrapper.highlight .matching-ratgeber .social-box .btn-more,
.matching-ratgeber .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box .btn-more,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-product .social-box .btn-more,
.single-product .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box .btn-more,
.ratgeber-overview .posts-list-wrapper.highlight .card .btn-more,
.ratgeber-overview .posts-list-wrapper.highlight .single-ratgeber .social-box .btn-more,
.single-ratgeber .ratgeber-overview .posts-list-wrapper.highlight .social-box .btn-more,
.ratgeber-overview .posts-list-wrapper.highlight .single-post .social-box .btn-more,
.single-post .ratgeber-overview .posts-list-wrapper.highlight .social-box .btn-more,
.ratgeber-overview .posts-list-wrapper.highlight .template-rechner .social-box .btn-more,
.template-rechner .ratgeber-overview .posts-list-wrapper.highlight .social-box .btn-more,
.ratgeber-overview .posts-list-wrapper.highlight .matching-ratgeber .social-box .btn-more,
.matching-ratgeber .ratgeber-overview .posts-list-wrapper.highlight .social-box .btn-more,
.ratgeber-overview .posts-list-wrapper.highlight .single-product .social-box .btn-more,
.single-product .ratgeber-overview .posts-list-wrapper.highlight .social-box .btn-more {
  font-weight: 400;
  font-size: 0.875rem;
}

/* line 122, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .posts-list-wrapper.highlight .card:hover,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-ratgeber .social-box:hover,
.single-ratgeber .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box:hover,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-post .social-box:hover,
.single-post .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box:hover,
.page-template-template-allratgeber .posts-list-wrapper.highlight .template-rechner .social-box:hover,
.template-rechner .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box:hover,
.page-template-template-allratgeber .posts-list-wrapper.highlight .matching-ratgeber .social-box:hover,
.matching-ratgeber .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box:hover,
.page-template-template-allratgeber .posts-list-wrapper.highlight .single-product .social-box:hover,
.single-product .page-template-template-allratgeber .posts-list-wrapper.highlight .social-box:hover,
.ratgeber-overview .posts-list-wrapper.highlight .card:hover,
.ratgeber-overview .posts-list-wrapper.highlight .single-ratgeber .social-box:hover,
.single-ratgeber .ratgeber-overview .posts-list-wrapper.highlight .social-box:hover,
.ratgeber-overview .posts-list-wrapper.highlight .single-post .social-box:hover,
.single-post .ratgeber-overview .posts-list-wrapper.highlight .social-box:hover,
.ratgeber-overview .posts-list-wrapper.highlight .template-rechner .social-box:hover,
.template-rechner .ratgeber-overview .posts-list-wrapper.highlight .social-box:hover,
.ratgeber-overview .posts-list-wrapper.highlight .matching-ratgeber .social-box:hover,
.matching-ratgeber .ratgeber-overview .posts-list-wrapper.highlight .social-box:hover,
.ratgeber-overview .posts-list-wrapper.highlight .single-product .social-box:hover,
.single-product .ratgeber-overview .posts-list-wrapper.highlight .social-box:hover {
  text-decoration: none;
  background-color: #EAF3E5;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border-color: #EAF3E5;
}

/* line 130, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .posts-list-wrapper.highlight article,
.ratgeber-overview .posts-list-wrapper.highlight article {
  margin-bottom: 0;
}

/* line 134, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .posts-list-wrapper.highlight .section-headline:not(h2),
.ratgeber-overview .posts-list-wrapper.highlight .section-headline:not(h2) {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #EAF3E5;
  z-index: 1;
}

/* line 141, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .posts-list-wrapper.highlight .headline-wrapper,
.ratgeber-overview .posts-list-wrapper.highlight .headline-wrapper {
  position: relative;
  padding: 1.125rem 1.8125rem;
  background-color: #336B62;
  border-radius: 0.625rem;
}

/* line 148, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .posts-list-wrapper.highlight .posts-list,
.ratgeber-overview .posts-list-wrapper.highlight .posts-list {
  margin-top: 2.8125rem;
}

/* line 153, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .posts-list-wrapper .posts-list,
.ratgeber-overview .posts-list-wrapper .posts-list {
  padding-bottom: 2.8125rem;
}

/* line 157, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .posts-list-wrapper .category-links,
.ratgeber-overview .posts-list-wrapper .category-links {
  margin-bottom: 0.8125rem;
}

/* line 162, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .ratgeber-toggle,
.ratgeber-overview .ratgeber-toggle {
  margin-bottom: 7.1875rem;
}

/* line 165, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .ratgeber-toggle .section-headline,
.ratgeber-overview .ratgeber-toggle .section-headline {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  padding: 1.1875rem 1.25rem;
  position: relative;
  font-weight: 400;
}

/* line 174, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .ratgeber-toggle span.icon-rm,
.page-template-template-allratgeber .ratgeber-toggle .breadcrumb-item + span.breadcrumb-item:before,
.ratgeber-overview .ratgeber-toggle span.icon-rm,
.ratgeber-overview .ratgeber-toggle .breadcrumb-item + span.breadcrumb-item:before {
  position: absolute;
  top: 45%;
  font-size: 0.4375rem;
  right: 0;
}

/* line 180, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .ratgeber-toggle span.icon-rm.up,
.page-template-template-allratgeber .ratgeber-toggle .breadcrumb-item + span.up.breadcrumb-item:before,
.ratgeber-overview .ratgeber-toggle span.icon-rm.up,
.ratgeber-overview .ratgeber-toggle .breadcrumb-item + span.up.breadcrumb-item:before {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 186, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .ratgeber-toggle .headline-wrapper,
.ratgeber-overview .ratgeber-toggle .headline-wrapper {
  background-color: #D9E8EB;
  border-radius: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 191, resources/assets/styles/layouts/_allratgeber.scss */

.page-template-template-allratgeber .ratgeber-toggle .headline-wrapper:hover,
.ratgeber-overview .ratgeber-toggle .headline-wrapper:hover {
  background-color: #336B62;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  /* line 191, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .ratgeber-toggle .headline-wrapper:hover,
  .ratgeber-overview .ratgeber-toggle .headline-wrapper:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 203, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .posts-list-wrapper.highlight article,
  .ratgeber-overview .posts-list-wrapper.highlight article {
    margin-bottom: 1.4375rem;
  }

  /* line 207, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .posts-list-wrapper.highlight .posts-list,
  .ratgeber-overview .posts-list-wrapper.highlight .posts-list {
    padding-bottom: 0;
    margin-top: 1.4375rem;
  }

  /* line 214, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .category-page-element,
  .ratgeber-overview .category-page-element {
    margin-top: 1.25rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 221, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber article:nth-of-type(odd),
  .page-template-template-allratgeber .category-nav > li:nth-of-type(odd),
  .ratgeber-overview article:nth-of-type(odd),
  .ratgeber-overview .category-nav > li:nth-of-type(odd) {
    padding-right: 0.5rem;
  }

  /* line 225, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber article:nth-of-type(even),
  .page-template-template-allratgeber .category-nav > li:nth-of-type(even),
  .ratgeber-overview article:nth-of-type(even),
  .ratgeber-overview .category-nav > li:nth-of-type(even) {
    padding-left: 0.5rem;
  }

  /* line 230, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .ratgeber-toggle,
  .ratgeber-overview .ratgeber-toggle {
    margin-bottom: 4.5rem;
  }

  /* line 233, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .ratgeber-toggle .section-headline,
  .ratgeber-overview .ratgeber-toggle .section-headline {
    padding: 1.1875rem;
  }

  /* line 237, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .ratgeber-toggle .headline-wrapper,
  .ratgeber-overview .ratgeber-toggle .headline-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  /* line 241, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .ratgeber-toggle.container,
  .ratgeber-overview .ratgeber-toggle.container {
    width: calc(100% - 30px);
  }

  /* line 247, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .posts-list-wrapper h2,
  .ratgeber-overview .posts-list-wrapper h2 {
    padding: 2.1875rem 0.9375rem 0.5625rem 0.9375rem;
    font-size: 1.875rem;
  }

  /* line 253, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .h3,
  .ratgeber-overview .h3 {
    padding: 0;
  }

  /* line 257, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .headline-mobile,
  .ratgeber-overview .headline-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }

  /* line 263, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .headline-mobile h2,
  .ratgeber-overview .headline-mobile h2 {
    font-size: 1.875rem;
    padding-top: 0.625rem;
  }

  /* line 269, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .desktop-headline,
  .ratgeber-overview .desktop-headline {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 275, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .category-page-element,
  .ratgeber-overview .category-page-element {
    margin-bottom: 1rem;
  }

  /* line 279, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .category-page-element .category-nav li,
  .ratgeber-overview .category-page-element .category-nav li {
    margin-bottom: 1.25rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 287, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .ratgeber-toggle,
  .ratgeber-overview .ratgeber-toggle {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 293, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .posts-list-wrapper > .container,
  .ratgeber-overview .posts-list-wrapper > .container {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 299, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .posts-list-wrapper.highlight article,
  .ratgeber-overview .posts-list-wrapper.highlight article {
    margin-bottom: 1.1875rem;
  }

  /* line 303, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .posts-list-wrapper.highlight .posts-list,
  .ratgeber-overview .posts-list-wrapper.highlight .posts-list {
    margin-top: 1.75rem;
    margin-bottom: 1.1875rem;
  }

  /* line 311, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .category-nav > li:nth-of-type(odd),
  .ratgeber-overview .category-nav > li:nth-of-type(odd) {
    padding-right: 0.3125rem;
  }

  /* line 315, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber .category-nav > li:nth-of-type(even),
  .ratgeber-overview .category-nav > li:nth-of-type(even) {
    padding-left: 0.3125rem;
  }

  /* line 321, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber article:nth-of-type(odd),
  .ratgeber-overview article:nth-of-type(odd) {
    padding-right: 0.9375rem;
  }

  /* line 325, resources/assets/styles/layouts/_allratgeber.scss */

  .page-template-template-allratgeber article:nth-of-type(even),
  .ratgeber-overview article:nth-of-type(even) {
    padding-left: 0.9375rem;
  }
}

/* line 2, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .hero-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 8, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .kununu {
  display: block;
  margin-left: 0.9375rem;
}

/* line 15, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .karriere-block .row:not(.slick-initialized) {
  margin-top: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 22, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .karriere-block .col .image-wrapper,
.template-karriere .karriere-block .horizontal-list.icon-list > li .image-wrapper,
.template-karriere .karriere-block .gallery .gallery-item .image-wrapper,
.gallery .template-karriere .karriere-block .gallery-item .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 26, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .karriere-block .col .image-wrapper img,
.template-karriere .karriere-block .horizontal-list.icon-list > li .image-wrapper img,
.template-karriere .karriere-block .gallery .gallery-item .image-wrapper img,
.gallery .template-karriere .karriere-block .gallery-item .image-wrapper img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  min-width: 70px;
}

/* line 31, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .karriere-block .col .image-wrapper:after,
.template-karriere .karriere-block .horizontal-list.icon-list > li .image-wrapper:after,
.template-karriere .karriere-block .gallery .gallery-item .image-wrapper:after,
.gallery .template-karriere .karriere-block .gallery-item .image-wrapper:after,
.template-karriere .karriere-block .col .image-wrapper:before,
.template-karriere .karriere-block .horizontal-list.icon-list > li .image-wrapper:before,
.template-karriere .karriere-block .gallery .gallery-item .image-wrapper:before,
.gallery .template-karriere .karriere-block .gallery-item .image-wrapper:before {
  content: '';
}

/* line 35, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .karriere-block .col .image-wrapper:before,
.template-karriere .karriere-block .horizontal-list.icon-list > li .image-wrapper:before,
.template-karriere .karriere-block .gallery .gallery-item .image-wrapper:before,
.gallery .template-karriere .karriere-block .gallery-item .image-wrapper:before {
  height: 2px;
  width: 100%;
  background-color: #6DC1AE;
  margin-left: 1.5625rem;
}

/* line 95, resources/assets/styles/_mixins.scss */

.template-karriere .karriere-block .col .image-wrapper:after,
.template-karriere .karriere-block .horizontal-list.icon-list > li .image-wrapper:after,
.template-karriere .karriere-block .gallery .gallery-item .image-wrapper:after,
.gallery .template-karriere .karriere-block .gallery-item .image-wrapper:after {
  content: "\E921";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6DC1AE;
  font-size: 0.6875rem;
}

/* line 50, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .karriere-block .col:last-child .image-wrapper:after,
.template-karriere .karriere-block .horizontal-list.icon-list > li:last-child .image-wrapper:after,
.template-karriere .karriere-block .gallery .gallery-item:last-child .image-wrapper:after,
.gallery .template-karriere .karriere-block .gallery-item:last-child .image-wrapper:after,
.template-karriere .karriere-block .col:last-child .image-wrapper:before,
.template-karriere .karriere-block .horizontal-list.icon-list > li:last-child .image-wrapper:before,
.template-karriere .karriere-block .gallery .gallery-item:last-child .image-wrapper:before,
.gallery .template-karriere .karriere-block .gallery-item:last-child .image-wrapper:before {
  content: none;
}

/* line 60, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .block-workmates .slick-slide > div,
.template-karriere .block-workmates .slick-slide .col,
.template-karriere .block-workmates .slick-slide .horizontal-list.icon-list > li,
.template-karriere .block-workmates .slick-slide .gallery .gallery-item,
.gallery .template-karriere .block-workmates .slick-slide .gallery-item {
  height: 100%;
}

/* line 65, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .block-workmates .card,
.template-karriere .block-workmates .single-ratgeber .social-box,
.single-ratgeber .template-karriere .block-workmates .social-box,
.template-karriere .block-workmates .single-post .social-box,
.single-post .template-karriere .block-workmates .social-box,
.template-karriere .block-workmates .template-rechner .social-box,
.template-rechner .template-karriere .block-workmates .social-box,
.template-karriere .block-workmates .matching-ratgeber .social-box,
.matching-ratgeber .template-karriere .block-workmates .social-box,
.template-karriere .block-workmates .single-product .social-box,
.single-product .template-karriere .block-workmates .social-box {
  height: 100%;
}

/* line 68, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .block-workmates .card .card-body,
.template-karriere .block-workmates .single-ratgeber .social-box .card-body,
.single-ratgeber .template-karriere .block-workmates .social-box .card-body,
.template-karriere .block-workmates .single-post .social-box .card-body,
.single-post .template-karriere .block-workmates .social-box .card-body,
.template-karriere .block-workmates .template-rechner .social-box .card-body,
.template-rechner .template-karriere .block-workmates .social-box .card-body,
.template-karriere .block-workmates .matching-ratgeber .social-box .card-body,
.matching-ratgeber .template-karriere .block-workmates .social-box .card-body,
.template-karriere .block-workmates .single-product .social-box .card-body,
.single-product .template-karriere .block-workmates .social-box .card-body {
  padding: 1.875rem;
}

/* line 72, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .block-workmates .card img,
.template-karriere .block-workmates .single-ratgeber .social-box img,
.single-ratgeber .template-karriere .block-workmates .social-box img,
.template-karriere .block-workmates .single-post .social-box img,
.single-post .template-karriere .block-workmates .social-box img,
.template-karriere .block-workmates .template-rechner .social-box img,
.template-rechner .template-karriere .block-workmates .social-box img,
.template-karriere .block-workmates .matching-ratgeber .social-box img,
.matching-ratgeber .template-karriere .block-workmates .social-box img,
.template-karriere .block-workmates .single-product .social-box img,
.single-product .template-karriere .block-workmates .social-box img {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.9375rem;
}

/* line 79, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .block-workmates .card .card-title,
.template-karriere .block-workmates .single-ratgeber .social-box .card-title,
.single-ratgeber .template-karriere .block-workmates .social-box .card-title,
.template-karriere .block-workmates .single-post .social-box .card-title,
.single-post .template-karriere .block-workmates .social-box .card-title,
.template-karriere .block-workmates .template-rechner .social-box .card-title,
.template-rechner .template-karriere .block-workmates .social-box .card-title,
.template-karriere .block-workmates .matching-ratgeber .social-box .card-title,
.matching-ratgeber .template-karriere .block-workmates .social-box .card-title,
.template-karriere .block-workmates .single-product .social-box .card-title,
.single-product .template-karriere .block-workmates .social-box .card-title {
  font-weight: 700;
  font-size: 1.5625rem;
  margin-bottom: 0.3125rem;
}

/* line 85, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .block-workmates .card hr,
.template-karriere .block-workmates .single-ratgeber .social-box hr,
.single-ratgeber .template-karriere .block-workmates .social-box hr,
.template-karriere .block-workmates .single-post .social-box hr,
.single-post .template-karriere .block-workmates .social-box hr,
.template-karriere .block-workmates .template-rechner .social-box hr,
.template-rechner .template-karriere .block-workmates .social-box hr,
.template-karriere .block-workmates .matching-ratgeber .social-box hr,
.matching-ratgeber .template-karriere .block-workmates .social-box hr,
.template-karriere .block-workmates .single-product .social-box hr,
.single-product .template-karriere .block-workmates .social-box hr {
  border-color: #D9E8EB;
}

/* line 91, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .container-personio {
  background: transparent;
}

/* line 94, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .container-personio #personio-iframe-rm {
  height: 237.5rem;
  margin-bottom: 6.25rem;
}

/* line 99, resources/assets/styles/layouts/_karriere.scss */

.template-karriere .container-personio #personio-iframe-ax {
  height: 212.5rem;
}

@media (max-width: 575.98px) {
  /* line 106, resources/assets/styles/layouts/_karriere.scss */

  .template-karriere .hero-content-bottom .btn + .kununu,
  .template-karriere .hero-content-bottom .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .kununu,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-karriere .hero-content-bottom .ninja-forms-field + .kununu,
  .template-karriere .hero-content-bottom .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .kununu,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-karriere .hero-content-bottom .ninja-forms-field + .kununu,
  .template-karriere .hero-content-bottom .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .kununu,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-karriere .hero-content-bottom .ninja-forms-field + .kununu,
  .template-karriere .hero-content-bottom .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .kununu,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-karriere .hero-content-bottom .ninja-forms-field + .kununu,
  .template-karriere .hero-content-bottom .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .kununu,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-karriere .hero-content-bottom .ninja-forms-field + .kununu,
  .template-karriere .hero-content-bottom .team-cta-element .col-team-cta .cta + .kununu,
  .team-cta-element .col-team-cta .template-karriere .hero-content-bottom .cta + .kununu,
  .template-karriere .hero-content-bottom footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .kununu,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-karriere .hero-content-bottom .ninja-forms-field + .kununu,
  .template-karriere .hero-content-bottom .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .kununu,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-karriere .hero-content-bottom .ninja-forms-field + .kununu,
  .template-karriere .hero-content-bottom .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field + .kununu,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .template-karriere .hero-content-bottom .ninja-forms-field + .kununu,
  .template-karriere .hero-content-bottom main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] + .kununu,
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .template-karriere .hero-content-bottom input[type=button] + .kununu {
    display: none;
  }
}

/* line 2, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .header-date,
.template-rechner .social-share-container,
.template-rechner .content-header {
  display: none !important;
}

/* line 6, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .similar-posts,
.template-rechner .post-content {
  margin-top: 4.375rem;
}

/* line 11, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont {
  background-color: #fff;
  padding: 2.9375rem 2.625rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 1rem 2rem #2E374629;
          box-shadow: 0 1rem 2rem #2E374629;
  margin-bottom: 4.25rem;
  margin-top: -12.5rem;
}

/* line 19, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .nf-form-content {
  padding: 0;
}

/* line 23, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .nf-form-fields-required {
  display: none;
}

/* line 27, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .form-headline {
  margin-bottom: 0;
}

/* line 30, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .form-headline p {
  margin-bottom: 2.1875rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

/* line 38, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .number-container {
  margin-bottom: 1.875rem;
}

/* line 42, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .number-container .nf-field-element .ninja-forms-field {
  background-color: #E5EEFA;
  border-radius: 0.3125rem;
  border: none;
}

/* line 48, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .number-container .nf-field-element::after {
  border-radius: 0 0.3125rem 0.3125rem 0;
}

/* line 54, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .submit-container {
  margin-bottom: 0;
}

/* line 57, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .submit-container .nf-field-element {
  text-align: center;
}

/* line 60, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .submit-container .nf-field-element .ninja-forms-field {
  background-color: #EC6552;
  border-radius: 2.6875rem;
  max-width: 29.3125rem;
  width: 100%;
  padding: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #336B62;
  height: unset;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

/* line 73, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .submit-container .nf-field-element .ninja-forms-field:hover {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transform: scale(1.06, 1.03);
       -o-transform: scale(1.06, 1.03);
          transform: scale(1.06, 1.03);
}

/* line 82, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .nf-response-message p {
  margin-bottom: 0;
}

/* line 88, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .nf-response-msg > p {
  text-align: center;
}

/* line 93, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .sum-wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.875rem 0.625rem 4.5rem 0.625rem;
  background-color: #336B62;
  border-radius: 0.625rem;
  margin-bottom: 1.625rem;
}

/* line 103, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .sum-wrapper p {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2rem;
}

/* line 109, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .sum-wrapper p:nth-of-type(2) {
  font-size: 3.125rem;
  line-height: 3.8125rem;
  font-weight: 700;
}

/* line 117, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .calc-cta {
  border: none;
  background-color: #EC6552;
  border-radius: 2.6875rem;
  max-width: 29.3125rem;
  width: 100%;
  padding: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #336B62;
  margin: auto;
  text-align: center;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

/* line 132, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .calc-cta:hover {
  color: #336B62;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transform: scale(1.06, 1.03);
       -o-transform: scale(1.06, 1.03);
          transform: scale(1.06, 1.03);
}

/* line 137, resources/assets/styles/layouts/_rechner.scss */

.template-rechner .calculator-form .nf-form-cont .calc-cta:hover::after {
  display: none;
}

@media (max-width: calc(835px - 1px)) {
  /* line 146, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .news-hero {
    height: 28.5625rem;
  }

  /* line 149, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .news-hero .content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 152, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .news-hero .content .title-content {
    margin-top: 4.0625rem;
  }

  /* line 159, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .calculator-form .nf-form-cont {
    margin-top: 0;
  }

  /* line 164, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .post-content {
    margin-top: -12.5rem;
  }

  /* line 171, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .main article:not(.similar-post) .post-content {
    overflow-x: visible;
  }
}

@media (max-width: 575.98px) {
  /* line 181, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .calculator-form .nf-form-cont {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 2.0625rem 0.4375rem 3.4375rem 0.4375rem;
    position: relative;
    margin-bottom: 3.5625rem;
  }

  /* line 187, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .calculator-form .nf-form-cont::after {
    content: '';
    background-color: #E5EEFA;
    height: 0.3125rem;
    width: 200%;
    position: absolute;
    bottom: 0;
    left: -6.25rem;
  }

  /* line 199, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .news-hero {
    height: 16.0625rem;
  }

  /* line 202, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .news-hero .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 205, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .news-hero .content .title-content {
    margin-top: 0;
  }

  /* line 208, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .news-hero .content .title-content h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin-bottom: 0;
  }

  /* line 217, resources/assets/styles/layouts/_rechner.scss */

  .template-rechner .post-content {
    margin-top: 0;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 4, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .category .team-cta-element.small-cta-element .col-team-cta,
  .single-product .team-cta-element.small-cta-element .col-team-cta {
    padding-top: 4.9375rem;
    padding-bottom: 4.25rem;
  }

  /* line 9, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .category .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col,
  .single-product .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  /* line 17, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .category .team-cta-element.small-cta-element .col-team-cta,
  .single-product .team-cta-element.small-cta-element .col-team-cta {
    margin: 0 1.25rem;
  }
}

/* line 25, resources/assets/styles/layouts/_allrechtsgebiete.scss */

.template-allrechtsgebiete .team-cta-element.small-cta-element,
.category .team-cta-element.small-cta-element,
.single-product .team-cta-element.small-cta-element,
.single-city .team-cta-element.small-cta-element,
.home .team-cta-element.small-cta-element {
  margin-top: 0;
  margin-bottom: 4.6875rem;
}

/* line 29, resources/assets/styles/layouts/_allrechtsgebiete.scss */

.template-allrechtsgebiete .team-cta-element.small-cta-element .col-team-cta,
.category .team-cta-element.small-cta-element .col-team-cta,
.single-product .team-cta-element.small-cta-element .col-team-cta,
.single-city .team-cta-element.small-cta-element .col-team-cta,
.home .team-cta-element.small-cta-element .col-team-cta {
  border-color: #6DC1AE;
  background-color: #6DC1AE;
  padding: 2.1875rem 1.25rem;
}

/* line 34, resources/assets/styles/layouts/_allrechtsgebiete.scss */

.template-allrechtsgebiete .team-cta-element.small-cta-element .col-team-cta .text-col,
.category .team-cta-element.small-cta-element .col-team-cta .text-col,
.single-product .team-cta-element.small-cta-element .col-team-cta .text-col,
.single-city .team-cta-element.small-cta-element .col-team-cta .text-col,
.home .team-cta-element.small-cta-element .col-team-cta .text-col {
  color: #fff;
  max-width: 50%;
}

/* line 38, resources/assets/styles/layouts/_allrechtsgebiete.scss */

.template-allrechtsgebiete .team-cta-element.small-cta-element .col-team-cta .text-col .headline,
.category .team-cta-element.small-cta-element .col-team-cta .text-col .headline,
.single-product .team-cta-element.small-cta-element .col-team-cta .text-col .headline,
.single-city .team-cta-element.small-cta-element .col-team-cta .text-col .headline,
.home .team-cta-element.small-cta-element .col-team-cta .text-col .headline {
  font-size: 1.875rem;
  line-height: 2.1875rem;
  margin-bottom: 0;
}

/* line 45, resources/assets/styles/layouts/_allrechtsgebiete.scss */

.template-allrechtsgebiete .team-cta-element.small-cta-element .col-team-cta .col-contents,
.category .team-cta-element.small-cta-element .col-team-cta .col-contents,
.single-product .team-cta-element.small-cta-element .col-team-cta .col-contents,
.single-city .team-cta-element.small-cta-element .col-team-cta .col-contents,
.home .team-cta-element.small-cta-element .col-team-cta .col-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 1330px) {
  /* line 50, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .team-cta-element.small-cta-element .col-content,
  .category .team-cta-element.small-cta-element .col-content,
  .single-product .team-cta-element.small-cta-element .col-content,
  .single-city .team-cta-element.small-cta-element .col-content,
  .home .team-cta-element.small-cta-element .col-content {
    max-width: 81.875rem;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 25, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .team-cta-element.small-cta-element,
  .category .team-cta-element.small-cta-element,
  .single-product .team-cta-element.small-cta-element,
  .single-city .team-cta-element.small-cta-element,
  .home .team-cta-element.small-cta-element {
    margin-bottom: 3.75rem;
  }

  /* line 65, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .team-cta-element.small-cta-element .col-team-cta .col-contents,
  .category .team-cta-element.small-cta-element .col-team-cta .col-contents,
  .single-product .team-cta-element.small-cta-element .col-team-cta .col-contents,
  .single-city .team-cta-element.small-cta-element .col-team-cta .col-contents,
  .home .team-cta-element.small-cta-element .col-team-cta .col-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 68, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col,
  .category .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col,
  .single-product .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col,
  .single-city .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col,
  .home .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col {
    max-width: none;
    max-width: 32.0625rem;
    margin-bottom: 3.1875rem;
  }
}

@media (max-width: 575.98px) {
  /* line 25, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .team-cta-element.small-cta-element,
  .category .team-cta-element.small-cta-element,
  .single-product .team-cta-element.small-cta-element,
  .single-city .team-cta-element.small-cta-element,
  .home .team-cta-element.small-cta-element {
    margin-bottom: 2.3125rem;
  }

  /* line 80, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .team-cta-element.small-cta-element .col-team-cta,
  .category .team-cta-element.small-cta-element .col-team-cta,
  .single-product .team-cta-element.small-cta-element .col-team-cta,
  .single-city .team-cta-element.small-cta-element .col-team-cta,
  .home .team-cta-element.small-cta-element .col-team-cta {
    border-radius: 0.625rem;
    padding: 1.5625rem 1.25rem;
  }

  /* line 85, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col,
  .category .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col,
  .single-product .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col,
  .single-city .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col,
  .home .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col {
    margin-bottom: 1.625rem;
  }

  /* line 88, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col .headline,
  .category .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col .headline,
  .single-product .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col .headline,
  .single-city .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col .headline,
  .home .team-cta-element.small-cta-element .col-team-cta .col-contents .text-col .headline {
    text-align: left;
    font-size: 1.375rem;
    line-height: 1.5625rem;
  }
}

/* line 100, resources/assets/styles/layouts/_allrechtsgebiete.scss */

.template-allrechtsgebiete .news-element .section-headline,
.category .news-element .section-headline,
.single-product .news-element .section-headline,
.single-city .news-element .section-headline,
.home .news-element .section-headline {
  font-size: 3.125rem;
  line-height: 3.4375rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 100, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .news-element .section-headline,
  .category .news-element .section-headline,
  .single-product .news-element .section-headline,
  .single-city .news-element .section-headline,
  .home .news-element .section-headline {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 100, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .news-element .section-headline,
  .category .news-element .section-headline,
  .single-product .news-element .section-headline,
  .single-city .news-element .section-headline,
  .home .news-element .section-headline {
    font-size: 2rem;
    line-height: 2.875rem;
  }
}

/* line 119, resources/assets/styles/layouts/_allrechtsgebiete.scss */

.template-allrechtsgebiete .product-hero .title-content {
  max-width: 47rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 126, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .team-cta-element.small-cta-element .col-team-cta {
    padding: 3.4375rem 4.125rem;
  }
}

@media (max-width: 575.98px) {
  /* line 132, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .team-cta-element.small-cta-element .col-team-cta {
    padding: 1.5625rem 1.25rem;
  }
}

@media (max-width: 575.98px) {
  /* line 139, resources/assets/styles/layouts/_allrechtsgebiete.scss */

  .template-allrechtsgebiete .team-cta-outer {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

/* line 2, resources/assets/styles/layouts/_failed-verification.scss */

.template-failed-verification body:not(.wp-admin) {
  background-color: #fff;
  margin-top: 0;
}

/* line 7, resources/assets/styles/layouts/_failed-verification.scss */

.template-failed-verification body {
  margin-top: 0 !important;
}

/* line 11, resources/assets/styles/layouts/_failed-verification.scss */

.template-failed-verification .danke-box {
  border-radius: 8px;
  padding: 30px 30px 18px;
  margin: 80px 0 30px;
}

/* line 17, resources/assets/styles/layouts/_failed-verification.scss */

.template-failed-verification .danke-box p {
  color: #fff;
}

/* line 21, resources/assets/styles/layouts/_failed-verification.scss */

.template-failed-verification .danke-box h1 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

/* line 27, resources/assets/styles/layouts/_failed-verification.scss */

.template-failed-verification .negativ {
  background-color: #FFAE51;
}

/* line 31, resources/assets/styles/layouts/_failed-verification.scss */

.template-failed-verification .verification-failed-wrapper {
  width: 100%;
  height: calc(100vh - 400px);
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 39, resources/assets/styles/layouts/_failed-verification.scss */

.template-failed-verification .verification-failed {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 46px;
}

@media (min-width: 992px) {
  /* line 46, resources/assets/styles/layouts/_failed-verification.scss */

  .template-failed-verification .post-content {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 52, resources/assets/styles/layouts/_failed-verification.scss */

  .template-failed-verification .container {
    width: 100% !important;
  }

  /* line 56, resources/assets/styles/layouts/_failed-verification.scss */

  .template-failed-verification .danke-box {
    margin: 30px;
  }
}

/* line 3, resources/assets/styles/layouts/_presse.scss */

.template-presse .block-press-cta img {
  height: auto;
  border-radius: 20px;
}

/* line 8, resources/assets/styles/layouts/_presse.scss */

.template-presse .block-press-cta .press-content {
  border-radius: 20px;
  height: 100%;
  background-color: #EAF3E5;
  padding: 2.1875rem 1.875rem;
}

/* line 15, resources/assets/styles/layouts/_presse.scss */

.template-presse .block-press-cta .box-title {
  font-size: 1.25rem;
}

/* line 21, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .col-12 {
  margin-bottom: 1.875rem;
}

/* line 25, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .card,
.template-presse .press-posts .single-ratgeber .social-box,
.single-ratgeber .template-presse .press-posts .social-box,
.template-presse .press-posts .single-post .social-box,
.single-post .template-presse .press-posts .social-box,
.template-presse .press-posts .template-rechner .social-box,
.template-rechner .template-presse .press-posts .social-box,
.template-presse .press-posts .matching-ratgeber .social-box,
.matching-ratgeber .template-presse .press-posts .social-box,
.template-presse .press-posts .single-product .social-box,
.single-product .template-presse .press-posts .social-box {
  padding: 1.5625rem;
  height: 100%;
  color: #336B62;
}

/* line 30, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .card .news-meta,
.template-presse .press-posts .single-ratgeber .social-box .news-meta,
.single-ratgeber .template-presse .press-posts .social-box .news-meta,
.template-presse .press-posts .single-post .social-box .news-meta,
.single-post .template-presse .press-posts .social-box .news-meta,
.template-presse .press-posts .template-rechner .social-box .news-meta,
.template-rechner .template-presse .press-posts .social-box .news-meta,
.template-presse .press-posts .matching-ratgeber .social-box .news-meta,
.matching-ratgeber .template-presse .press-posts .social-box .news-meta,
.template-presse .press-posts .single-product .social-box .news-meta,
.single-product .template-presse .press-posts .social-box .news-meta {
  font-size: 0.875rem;
}

/* line 33, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .card .news-meta .updated,
.template-presse .press-posts .single-ratgeber .social-box .news-meta .updated,
.single-ratgeber .template-presse .press-posts .social-box .news-meta .updated,
.template-presse .press-posts .single-post .social-box .news-meta .updated,
.single-post .template-presse .press-posts .social-box .news-meta .updated,
.template-presse .press-posts .template-rechner .social-box .news-meta .updated,
.template-rechner .template-presse .press-posts .social-box .news-meta .updated,
.template-presse .press-posts .matching-ratgeber .social-box .news-meta .updated,
.matching-ratgeber .template-presse .press-posts .social-box .news-meta .updated,
.template-presse .press-posts .single-product .social-box .news-meta .updated,
.single-product .template-presse .press-posts .social-box .news-meta .updated {
  margin-bottom: 0;
}

/* line 37, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .card .news-meta [class^="icon-rm-"],
.template-presse .press-posts .single-ratgeber .social-box .news-meta [class^="icon-rm-"],
.single-ratgeber .template-presse .press-posts .social-box .news-meta [class^="icon-rm-"],
.template-presse .press-posts .single-post .social-box .news-meta [class^="icon-rm-"],
.single-post .template-presse .press-posts .social-box .news-meta [class^="icon-rm-"],
.template-presse .press-posts .template-rechner .social-box .news-meta [class^="icon-rm-"],
.template-rechner .template-presse .press-posts .social-box .news-meta [class^="icon-rm-"],
.template-presse .press-posts .matching-ratgeber .social-box .news-meta [class^="icon-rm-"],
.matching-ratgeber .template-presse .press-posts .social-box .news-meta [class^="icon-rm-"],
.template-presse .press-posts .single-product .social-box .news-meta [class^="icon-rm-"],
.single-product .template-presse .press-posts .social-box .news-meta [class^="icon-rm-"] {
  font-size: 1.625rem;
}

/* line 42, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .card .card-title,
.template-presse .press-posts .single-ratgeber .social-box .card-title,
.single-ratgeber .template-presse .press-posts .social-box .card-title,
.template-presse .press-posts .single-post .social-box .card-title,
.single-post .template-presse .press-posts .social-box .card-title,
.template-presse .press-posts .template-rechner .social-box .card-title,
.template-rechner .template-presse .press-posts .social-box .card-title,
.template-presse .press-posts .matching-ratgeber .social-box .card-title,
.matching-ratgeber .template-presse .press-posts .social-box .card-title,
.template-presse .press-posts .single-product .social-box .card-title,
.single-product .template-presse .press-posts .social-box .card-title {
  font-size: 1.25rem;
}

/* line 47, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .card .content .more-link,
.template-presse .press-posts .single-ratgeber .social-box .content .more-link,
.single-ratgeber .template-presse .press-posts .social-box .content .more-link,
.template-presse .press-posts .single-post .social-box .content .more-link,
.single-post .template-presse .press-posts .social-box .content .more-link,
.template-presse .press-posts .template-rechner .social-box .content .more-link,
.template-rechner .template-presse .press-posts .social-box .content .more-link,
.template-presse .press-posts .matching-ratgeber .social-box .content .more-link,
.matching-ratgeber .template-presse .press-posts .social-box .content .more-link,
.template-presse .press-posts .single-product .social-box .content .more-link,
.single-product .template-presse .press-posts .social-box .content .more-link {
  margin-top: 0.9375rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 54, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .card:hover,
.template-presse .press-posts .single-ratgeber .social-box:hover,
.single-ratgeber .template-presse .press-posts .social-box:hover,
.template-presse .press-posts .single-post .social-box:hover,
.single-post .template-presse .press-posts .social-box:hover,
.template-presse .press-posts .template-rechner .social-box:hover,
.template-rechner .template-presse .press-posts .social-box:hover,
.template-presse .press-posts .matching-ratgeber .social-box:hover,
.matching-ratgeber .template-presse .press-posts .social-box:hover,
.template-presse .press-posts .single-product .social-box:hover,
.single-product .template-presse .press-posts .social-box:hover {
  text-decoration: none;
  background-color: #EAF3E5;
  border-color: #EAF3E5;
}

/* line 61, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .hide {
  display: none;
}

/* line 65, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .block-bottom {
  margin-top: 1.875rem;
}

/* line 68, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .block-bottom .load-more {
  margin: 0 auto;
  display: block;
}

/* line 72, resources/assets/styles/layouts/_presse.scss */

.template-presse .press-posts .block-bottom .load-more:after {
  content: "\E902";
}

/* line 82, resources/assets/styles/layouts/_presse.scss */

.template-presse .pressespiegel .card .news-meta .tags,
.template-presse .pressespiegel .single-ratgeber .social-box .news-meta .tags,
.single-ratgeber .template-presse .pressespiegel .social-box .news-meta .tags,
.template-presse .pressespiegel .single-post .social-box .news-meta .tags,
.single-post .template-presse .pressespiegel .social-box .news-meta .tags,
.template-presse .pressespiegel .template-rechner .social-box .news-meta .tags,
.template-rechner .template-presse .pressespiegel .social-box .news-meta .tags,
.template-presse .pressespiegel .matching-ratgeber .social-box .news-meta .tags,
.matching-ratgeber .template-presse .pressespiegel .social-box .news-meta .tags,
.template-presse .pressespiegel .single-product .social-box .news-meta .tags,
.single-product .template-presse .pressespiegel .social-box .news-meta .tags {
  margin: 0.9375rem 0 1.5625rem;
}

/* line 85, resources/assets/styles/layouts/_presse.scss */

.template-presse .pressespiegel .card .news-meta .tags span,
.template-presse .pressespiegel .single-ratgeber .social-box .news-meta .tags span,
.single-ratgeber .template-presse .pressespiegel .social-box .news-meta .tags span,
.template-presse .pressespiegel .single-post .social-box .news-meta .tags span,
.single-post .template-presse .pressespiegel .social-box .news-meta .tags span,
.template-presse .pressespiegel .template-rechner .social-box .news-meta .tags span,
.template-rechner .template-presse .pressespiegel .social-box .news-meta .tags span,
.template-presse .pressespiegel .matching-ratgeber .social-box .news-meta .tags span,
.matching-ratgeber .template-presse .pressespiegel .social-box .news-meta .tags span,
.template-presse .pressespiegel .single-product .social-box .news-meta .tags span,
.single-product .template-presse .pressespiegel .social-box .news-meta .tags span {
  display: inline-block;
  border-radius: 0.625rem;
  background-color: #6DC1AE;
  color: #336B62;
  padding: 0.3125rem 0.9375rem;
  margin-right: 0.3125rem;
  letter-spacing: 1.4px;
}

/* line 97, resources/assets/styles/layouts/_presse.scss */

.template-presse .pressespiegel .card:hover,
.template-presse .pressespiegel .single-ratgeber .social-box:hover,
.single-ratgeber .template-presse .pressespiegel .social-box:hover,
.template-presse .pressespiegel .single-post .social-box:hover,
.single-post .template-presse .pressespiegel .social-box:hover,
.template-presse .pressespiegel .template-rechner .social-box:hover,
.template-rechner .template-presse .pressespiegel .social-box:hover,
.template-presse .pressespiegel .matching-ratgeber .social-box:hover,
.matching-ratgeber .template-presse .pressespiegel .social-box:hover,
.template-presse .pressespiegel .single-product .social-box:hover,
.single-product .template-presse .pressespiegel .social-box:hover {
  border-color: #336B62;
}

/* line 102, resources/assets/styles/layouts/_presse.scss */

.template-presse .pressespiegel .card:hover .news-meta .tags span,
.template-presse .pressespiegel .single-ratgeber .social-box:hover .news-meta .tags span,
.single-ratgeber .template-presse .pressespiegel .social-box:hover .news-meta .tags span,
.template-presse .pressespiegel .single-post .social-box:hover .news-meta .tags span,
.single-post .template-presse .pressespiegel .social-box:hover .news-meta .tags span,
.template-presse .pressespiegel .template-rechner .social-box:hover .news-meta .tags span,
.template-rechner .template-presse .pressespiegel .social-box:hover .news-meta .tags span,
.template-presse .pressespiegel .matching-ratgeber .social-box:hover .news-meta .tags span,
.matching-ratgeber .template-presse .pressespiegel .social-box:hover .news-meta .tags span,
.template-presse .pressespiegel .single-product .social-box:hover .news-meta .tags span,
.single-product .template-presse .pressespiegel .social-box:hover .news-meta .tags span {
  background-color: #fff;
}

/* line 113, resources/assets/styles/layouts/_presse.scss */

.template-presse .pressemitteilung .card .post-title,
.template-presse .pressemitteilung .single-ratgeber .social-box .post-title,
.single-ratgeber .template-presse .pressemitteilung .social-box .post-title,
.template-presse .pressemitteilung .single-post .social-box .post-title,
.single-post .template-presse .pressemitteilung .social-box .post-title,
.template-presse .pressemitteilung .template-rechner .social-box .post-title,
.template-rechner .template-presse .pressemitteilung .social-box .post-title,
.template-presse .pressemitteilung .matching-ratgeber .social-box .post-title,
.matching-ratgeber .template-presse .pressemitteilung .social-box .post-title,
.template-presse .pressemitteilung .single-product .social-box .post-title,
.single-product .template-presse .pressemitteilung .social-box .post-title {
  margin-bottom: 0;
}

/* line 120, resources/assets/styles/layouts/_presse.scss */

.template-presse .block-form .col-content {
  max-width: 765px;
}

/* line 124, resources/assets/styles/layouts/_presse.scss */

.template-presse .block-form .nf-form-cont {
  margin-top: 1.5625rem;
}

/* line 128, resources/assets/styles/layouts/_presse.scss */

.template-presse .block-form .ninja-forms-req-symbol {
  display: none;
}

/* line 133, resources/assets/styles/layouts/_presse.scss */

.template-presse .page-footer {
  margin-top: 2.8125rem;
}

@media (max-width: 991.98px) {
  /* line 138, resources/assets/styles/layouts/_presse.scss */

  .template-presse .block-press-cta {
    margin: 0 auto;
  }

  /* line 141, resources/assets/styles/layouts/_presse.scss */

  .template-presse .block-press-cta .col-12 {
    padding: 0;
  }

  /* line 145, resources/assets/styles/layouts/_presse.scss */

  .template-presse .block-press-cta .press-col-left {
    margin-bottom: 1.875rem;
  }

  /* line 149, resources/assets/styles/layouts/_presse.scss */

  .template-presse .block-press-cta .left {
    width: 100%;
    margin-bottom: 1.875rem;
  }

  /* line 153, resources/assets/styles/layouts/_presse.scss */

  .template-presse .block-press-cta .left img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  /* line 163, resources/assets/styles/layouts/_presse.scss */

  .template-presse .press-posts .card,
  .template-presse .press-posts .single-ratgeber .social-box,
  .single-ratgeber .template-presse .press-posts .social-box,
  .template-presse .press-posts .single-post .social-box,
  .single-post .template-presse .press-posts .social-box,
  .template-presse .press-posts .template-rechner .social-box,
  .template-rechner .template-presse .press-posts .social-box,
  .template-presse .press-posts .matching-ratgeber .social-box,
  .matching-ratgeber .template-presse .press-posts .social-box,
  .template-presse .press-posts .single-product .social-box,
  .single-product .template-presse .press-posts .social-box {
    padding: 1.875rem;
  }

  /* line 166, resources/assets/styles/layouts/_presse.scss */

  .template-presse .press-posts .card .card-title,
  .template-presse .press-posts .single-ratgeber .social-box .card-title,
  .single-ratgeber .template-presse .press-posts .social-box .card-title,
  .template-presse .press-posts .single-post .social-box .card-title,
  .single-post .template-presse .press-posts .social-box .card-title,
  .template-presse .press-posts .template-rechner .social-box .card-title,
  .template-rechner .template-presse .press-posts .social-box .card-title,
  .template-presse .press-posts .matching-ratgeber .social-box .card-title,
  .matching-ratgeber .template-presse .press-posts .social-box .card-title,
  .template-presse .press-posts .single-product .social-box .card-title,
  .single-product .template-presse .press-posts .social-box .card-title {
    font-size: 1.5625rem;
  }

  /* line 172, resources/assets/styles/layouts/_presse.scss */

  .template-presse .press-posts .block-bottom .load-more {
    padding: 1.875rem 1.5625rem;
  }

  /* line 178, resources/assets/styles/layouts/_presse.scss */

  .template-presse .pressespiegel .card,
  .template-presse .pressespiegel .single-ratgeber .social-box,
  .single-ratgeber .template-presse .pressespiegel .social-box,
  .template-presse .pressespiegel .single-post .social-box,
  .single-post .template-presse .pressespiegel .social-box,
  .template-presse .pressespiegel .template-rechner .social-box,
  .template-rechner .template-presse .pressespiegel .social-box,
  .template-presse .pressespiegel .matching-ratgeber .social-box,
  .matching-ratgeber .template-presse .pressespiegel .social-box,
  .template-presse .pressespiegel .single-product .social-box,
  .single-product .template-presse .pressespiegel .social-box {
    border-color: #EAF3E5;
  }

  /* line 183, resources/assets/styles/layouts/_presse.scss */

  .template-presse .block-press-cta .press-content {
    padding: 2.1875rem;
  }

  /* line 186, resources/assets/styles/layouts/_presse.scss */

  .template-presse .block-press-cta .press-content .left {
    margin-right: 2.1875rem;
  }

  /* line 191, resources/assets/styles/layouts/_presse.scss */

  .template-presse .block-press-cta .box-title {
    font-size: 1.5625rem;
  }
}

/* line 199, resources/assets/styles/layouts/_presse.scss */

.single-pressemitteilung .news-hero {
  height: auto;
}

/* line 202, resources/assets/styles/layouts/_presse.scss */

.single-pressemitteilung .news-hero .page-title {
  margin-top: 1.875rem;
}

@media (max-width: 767.98px) {
  /* line 209, resources/assets/styles/layouts/_presse.scss */

  .single-pressemitteilung .news-hero .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 3, resources/assets/styles/layouts/_about-us.scss */

.template-about-us .block-team-group .team-label {
  margin-bottom: 1.875rem;
}

/* line 7, resources/assets/styles/layouts/_about-us.scss */

.template-about-us .block-team-group .row {
  margin-bottom: 3.75rem;
}

/* line 12, resources/assets/styles/layouts/_about-us.scss */

.template-about-us .timeline-element {
  margin-bottom: 0;
  padding-bottom: 50px;
}

/* line 18, resources/assets/styles/layouts/_about-us.scss */

.template-about-us .block + .block-timeline,
.template-about-us .block + .block-team-group {
  margin-top: 2.1875rem;
}

/* line 25, resources/assets/styles/layouts/_about-us.scss */

.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 28, resources/assets/styles/layouts/_about-us.scss */

.timeline-item img {
  padding: 1.25rem;
  max-width: 250px;
  background-color: #fff;
  border-radius: 20px;
}

/* line 35, resources/assets/styles/layouts/_about-us.scss */

.timeline-item:not(:last-child) {
  padding-bottom: 2.5rem;
}

/* line 38, resources/assets/styles/layouts/_about-us.scss */

.timeline-item:not(:last-child):before {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #6DC1AE;
  position: absolute;
  top: 0;
  left: 45px;
}

/* line 49, resources/assets/styles/layouts/_about-us.scss */

.timeline-item .col,
.timeline-item .horizontal-list.icon-list > li,
.timeline-item .gallery .gallery-item,
.gallery .timeline-item .gallery-item {
  padding: 0 1.5625rem;
}

/* line 53, resources/assets/styles/layouts/_about-us.scss */

.timeline-item .dot {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  background-color: #6DC1AE;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}

/* line 61, resources/assets/styles/layouts/_about-us.scss */

.timeline-item .dot:before {
  content: '';
  background-color: #336B62;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 7px;
}

/* line 75, resources/assets/styles/layouts/_about-us.scss */

.timeline-item-date {
  font-size: 1.25rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

/* line 79, resources/assets/styles/layouts/_about-us.scss */

.timeline-item-date p {
  margin-bottom: 0;
}

/* line 84, resources/assets/styles/layouts/_about-us.scss */

.timeline-item-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 87, resources/assets/styles/layouts/_about-us.scss */

.timeline-item-text > div {
  max-width: 450px;
}

/* line 92, resources/assets/styles/layouts/_about-us.scss */

.timeline-item-text p:last-of-type {
  margin-bottom: 0;
}

/* line 100, resources/assets/styles/layouts/_about-us.scss */

.card-item-team {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 103, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team {
  width: 300px;
  background-color: transparent;
  border: 0 none;
  margin-bottom: 1.875rem;
}

/* line 109, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .locations {
  top: 9px;
  right: 13px;
}

/* line 113, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .locations .location {
  border-radius: 20px;
  padding: 0.3125rem 0.625rem;
  font-weight: 700;
  font-size: 0.75rem;
}

/* line 119, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .locations .location > span {
  margin-right: 0.375rem;
}

/* line 123, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .locations .location + .location {
  margin-left: 0.9375rem;
}

/* line 129, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .label {
  display: inline-block;
  border-radius: 0.625rem;
  background-color: #EAF3E5;
  color: #336B62;
  padding: 0.3125rem 0.9375rem;
  margin-top: 0.9375rem;
  margin-right: 0.3125rem;
}

/* line 138, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .label p {
  margin-bottom: 0;
}

/* line 142, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .label + .card-title {
  margin-top: 0.9375rem;
}

/* line 147, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .card-body {
  padding: 0;
}

/* line 151, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .card-title {
  font-weight: 700;
  margin-top: 1.5625rem;
  margin-bottom: 0.3125rem;
}

/* line 157, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .card-img {
  border-radius: 20px;
  overflow: hidden;
  background-color: #D9E8EB;
}

/* line 163, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team img {
  width: 300px;
  height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 169, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .position {
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 174, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .position li {
  position: relative;
  padding-left: 1.25rem;
  font-style: italic;
}

/* line 95, resources/assets/styles/_mixins.scss */

.card-item-team .card-team .position li:before {
  content: "\E907";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EC6552;
  position: absolute;
  left: -5px;
  top: 5px;
  font-size: 0.75rem;
}

/* line 186, resources/assets/styles/layouts/_about-us.scss */

.card-item-team .card-team .position li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  /* line 197, resources/assets/styles/layouts/_about-us.scss */

  main.main .block-timeline .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  /* line 206, resources/assets/styles/layouts/_about-us.scss */

  .timeline-wrapper {
    background-color: #EAF3E5;
    border-radius: 20px;
    padding-top: 2.5rem;
  }

  /* line 211, resources/assets/styles/layouts/_about-us.scss */

  .timeline-wrapper .dotted-line {
    display: none;
  }

  /* line 215, resources/assets/styles/layouts/_about-us.scss */

  .timeline-wrapper .block + .block {
    margin-top: 2.5rem;
  }

  /* line 220, resources/assets/styles/layouts/_about-us.scss */

  .timeline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3.125rem;
  }

  /* line 224, resources/assets/styles/layouts/_about-us.scss */

  .timeline-item-date {
    margin-bottom: 0.625rem;
  }

  /* line 228, resources/assets/styles/layouts/_about-us.scss */

  .timeline-item .dot {
    position: absolute;
    left: 30px;
  }
}

@media (min-width: 768px) {
  /* line 238, resources/assets/styles/layouts/_about-us.scss */

  .template-about-us .timeline-element {
    padding-bottom: 100px;
  }

  /* line 244, resources/assets/styles/layouts/_about-us.scss */

  .timeline-element {
    background-color: #EAF3E5;
    border-radius: 20px;
    padding-top: 6.25rem;
  }

  /* line 252, resources/assets/styles/layouts/_about-us.scss */

  .timeline-item:not(:last-child):before {
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /* line 260, resources/assets/styles/layouts/_about-us.scss */

  .timeline-item .dot {
    width: 43px;
    height: 43px;
  }

  /* line 264, resources/assets/styles/layouts/_about-us.scss */

  .timeline-item .dot:before {
    width: 22px;
    height: 22px;
    top: 10px;
  }

  /* line 271, resources/assets/styles/layouts/_about-us.scss */

  .timeline-item-date {
    font-size: 1.5625rem;
  }

  /* line 276, resources/assets/styles/layouts/_about-us.scss */

  .timeline-item:nth-child(even) .timeline-item-date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 280, resources/assets/styles/layouts/_about-us.scss */

  .timeline-item:nth-child(even) .timeline-item-text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 288, resources/assets/styles/layouts/_about-us.scss */

  .timeline-item:nth-child(odd) .timeline-item-date {
    text-align: right;
  }
}

/* line 2, resources/assets/styles/layouts/_legal-tech.scss */

.template-legal-tech .page-footer {
  margin-top: 2.8125rem;
}

/* line 8, resources/assets/styles/layouts/_legal-tech.scss */

.block-process .col,
.block-process .horizontal-list.icon-list > li,
.block-process .gallery .gallery-item,
.gallery .block-process .gallery-item {
  margin-bottom: 1.875rem;
}

/* line 12, resources/assets/styles/layouts/_legal-tech.scss */

.block-process .card,
.block-process .single-ratgeber .social-box,
.single-ratgeber .block-process .social-box,
.block-process .single-post .social-box,
.single-post .block-process .social-box,
.block-process .template-rechner .social-box,
.template-rechner .block-process .social-box,
.block-process .matching-ratgeber .social-box,
.matching-ratgeber .block-process .social-box,
.block-process .single-product .social-box,
.single-product .block-process .social-box {
  border: 0 none;
  height: 100%;
}

/* line 16, resources/assets/styles/layouts/_legal-tech.scss */

.block-process .card img,
.block-process .single-ratgeber .social-box img,
.single-ratgeber .block-process .social-box img,
.block-process .single-post .social-box img,
.single-post .block-process .social-box img,
.block-process .template-rechner .social-box img,
.template-rechner .block-process .social-box img,
.block-process .matching-ratgeber .social-box img,
.matching-ratgeber .block-process .social-box img,
.block-process .single-product .social-box img,
.single-product .block-process .social-box img {
  margin-bottom: 1.875rem;
}

/* line 23, resources/assets/styles/layouts/_legal-tech.scss */

.block-benefits .col,
.block-benefits .horizontal-list.icon-list > li,
.block-benefits .gallery .gallery-item,
.gallery .block-benefits .gallery-item {
  margin-bottom: 1.875rem;
}

/* line 27, resources/assets/styles/layouts/_legal-tech.scss */

.block-benefits .content {
  margin-top: 1.875rem;
}

/* line 31, resources/assets/styles/layouts/_legal-tech.scss */

.block-benefits .card,
.block-benefits .single-ratgeber .social-box,
.single-ratgeber .block-benefits .social-box,
.block-benefits .single-post .social-box,
.single-post .block-benefits .social-box,
.block-benefits .template-rechner .social-box,
.template-rechner .block-benefits .social-box,
.block-benefits .matching-ratgeber .social-box,
.matching-ratgeber .block-benefits .social-box,
.block-benefits .single-product .social-box,
.single-product .block-benefits .social-box {
  border: 0 none;
  overflow: hidden;
  color: #336B62;
  height: 100%;
}

/* line 37, resources/assets/styles/layouts/_legal-tech.scss */

.block-benefits .card .card-head,
.block-benefits .single-ratgeber .social-box .card-head,
.single-ratgeber .block-benefits .social-box .card-head,
.block-benefits .single-post .social-box .card-head,
.single-post .block-benefits .social-box .card-head,
.block-benefits .template-rechner .social-box .card-head,
.template-rechner .block-benefits .social-box .card-head,
.block-benefits .matching-ratgeber .social-box .card-head,
.matching-ratgeber .block-benefits .social-box .card-head,
.block-benefits .single-product .social-box .card-head,
.single-product .block-benefits .social-box .card-head {
  text-align: center;
  padding: 1.875rem 1.25rem;
}

/* line 42, resources/assets/styles/layouts/_legal-tech.scss */

.block-benefits .card img,
.block-benefits .single-ratgeber .social-box img,
.single-ratgeber .block-benefits .social-box img,
.block-benefits .single-post .social-box img,
.single-post .block-benefits .social-box img,
.block-benefits .template-rechner .social-box img,
.template-rechner .block-benefits .social-box img,
.block-benefits .matching-ratgeber .social-box img,
.matching-ratgeber .block-benefits .social-box img,
.block-benefits .single-product .social-box img,
.single-product .block-benefits .social-box img {
  margin-bottom: 1.875rem;
}

/* line 46, resources/assets/styles/layouts/_legal-tech.scss */

.block-benefits .card .card-title,
.block-benefits .single-ratgeber .social-box .card-title,
.single-ratgeber .block-benefits .social-box .card-title,
.block-benefits .single-post .social-box .card-title,
.single-post .block-benefits .social-box .card-title,
.block-benefits .template-rechner .social-box .card-title,
.template-rechner .block-benefits .social-box .card-title,
.block-benefits .matching-ratgeber .social-box .card-title,
.matching-ratgeber .block-benefits .social-box .card-title,
.block-benefits .single-product .social-box .card-title,
.single-product .block-benefits .social-box .card-title {
  font-size: 1.25rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 55, resources/assets/styles/layouts/_legal-tech.scss */

  .block-process .card,
  .block-process .single-ratgeber .social-box,
  .single-ratgeber .block-process .social-box,
  .block-process .single-post .social-box,
  .single-post .block-process .social-box,
  .block-process .template-rechner .social-box,
  .template-rechner .block-process .social-box,
  .block-process .matching-ratgeber .social-box,
  .matching-ratgeber .block-process .social-box,
  .block-process .single-product .social-box,
  .single-product .block-process .social-box {
    min-width: 410px;
    font-size: 1.5625rem;
  }

  /* line 60, resources/assets/styles/layouts/_legal-tech.scss */

  .block-process + .block {
    margin-top: 1.875rem !important;
  }

  /* line 65, resources/assets/styles/layouts/_legal-tech.scss */

  .block-benefits .content {
    margin-top: 3.75rem;
  }

  /* line 70, resources/assets/styles/layouts/_legal-tech.scss */

  .block-benefits .card .card-title,
  .block-benefits .single-ratgeber .social-box .card-title,
  .single-ratgeber .block-benefits .social-box .card-title,
  .block-benefits .single-post .social-box .card-title,
  .single-post .block-benefits .social-box .card-title,
  .block-benefits .template-rechner .social-box .card-title,
  .template-rechner .block-benefits .social-box .card-title,
  .block-benefits .matching-ratgeber .social-box .card-title,
  .matching-ratgeber .block-benefits .social-box .card-title,
  .block-benefits .single-product .social-box .card-title,
  .single-product .block-benefits .social-box .card-title {
    font-size: 1.5625rem;
  }
}

/* line 1, resources/assets/styles/layouts/_locations.scss */

.location-address {
  border-radius: 20px;
  padding: 1.875rem;
  margin-top: 1.5625rem;
  margin-bottom: 0.9375rem;
}

/* line 7, resources/assets/styles/layouts/_locations.scss */

.location-address-item {
  display: block;
  color: #336B62;
}

/* line 11, resources/assets/styles/layouts/_locations.scss */

.location-address-item [class^="icon-rm-"] {
  display: inline-block;
  background-color: #6DC1AE;
  font-size: 1.25rem;
  border-radius: 0.3125rem;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  margin-right: 0.75rem;
}

/* line 23, resources/assets/styles/layouts/_locations.scss */

.location-address-item .icon-rm-envelope {
  font-size: 0.9375rem;
}

/* line 27, resources/assets/styles/layouts/_locations.scss */

.location-address-item:not(:last-child) {
  margin-bottom: 0.3125rem;
}

/* line 33, resources/assets/styles/layouts/_locations.scss */

.location-address a:hover {
  text-decoration: none;
  color: #6DC1AE;
}

/* line 37, resources/assets/styles/layouts/_locations.scss */

.location-address a:hover [class^="icon-rm-"] {
  color: #336B62;
}

/* line 1, resources/assets/styles/elements/_hero.scss */

.product-hero-wrapper {
  margin-bottom: 5rem;
  padding-top: 0;
}

/* line 5, resources/assets/styles/elements/_hero.scss */

.product-hero-wrapper .hero-bottom {
  padding-bottom: 2.5rem;
}

/* line 10, resources/assets/styles/elements/_hero.scss */

.product-hero,
.category-hero {
  margin-bottom: 1.875rem;
}

/* line 13, resources/assets/styles/elements/_hero.scss */

.product-hero .page-hero,
.category-hero .page-hero {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

/* line 18, resources/assets/styles/elements/_hero.scss */

.product-hero .page-hero img,
.category-hero .page-hero img {
  max-width: 100%;
}

/* line 22, resources/assets/styles/elements/_hero.scss */

.product-hero .page-hero .legal-badge,
.category-hero .page-hero .legal-badge {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 0.9375rem;
  background-color: #fff;
  border-radius: 0.9375rem;
  display: inline-block;
  width: auto;
}

/* line 34, resources/assets/styles/elements/_hero.scss */

.product-hero .cta,
.category-hero .cta {
  margin-top: 0.9375rem;
  padding: 1.25rem 1.875rem;
}

/* line 40, resources/assets/styles/elements/_hero.scss */

.news-hero,
.category .product-hero {
  position: relative;
  height: 485px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 47, resources/assets/styles/elements/_hero.scss */

.news-hero .page-hero,
.category .product-hero .page-hero {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* line 59, resources/assets/styles/elements/_hero.scss */

.news-hero .page-hero:before,
.category .product-hero .page-hero:before {
  content: '';
  background-color: rgba(234, 243, 229, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

/* line 68, resources/assets/styles/elements/_hero.scss */

.news-hero .page-hero img,
.category .product-hero .page-hero img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
  width: 100%;
}

/* line 76, resources/assets/styles/elements/_hero.scss */

.news-hero .content,
.category .product-hero .content {
  padding-bottom: 2.1875rem;
}

/* line 81, resources/assets/styles/elements/_hero.scss */

.news-hero {
  margin-bottom: 1.875rem;
}

/* line 84, resources/assets/styles/elements/_hero.scss */

.news-hero.no-img {
  background-color: #336B62;
  color: #fff;
}

@media (max-width: 1329.98px) {
  /* line 92, resources/assets/styles/elements/_hero.scss */

  .product-hero img,
  .category-hero img,
  .news-hero img {
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  /* line 100, resources/assets/styles/elements/_hero.scss */

  .product-hero .page-hero,
  .category-hero .page-hero,
  .news-hero .page-hero {
    margin-bottom: 1.875rem;
    max-height: 300px;
  }

  /* line 104, resources/assets/styles/elements/_hero.scss */

  .product-hero .page-hero img,
  .category-hero .page-hero img,
  .news-hero .page-hero img {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 112, resources/assets/styles/elements/_hero.scss */

  .product-hero,
  .category-hero,
  .news-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 115, resources/assets/styles/elements/_hero.scss */

  .product-hero h1,
  .category-hero h1,
  .news-hero h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  /* line 120, resources/assets/styles/elements/_hero.scss */

  .product-hero .dotted-line,
  .category-hero .dotted-line,
  .news-hero .dotted-line {
    display: none;
  }

  /* line 124, resources/assets/styles/elements/_hero.scss */

  .product-hero,
  .category-hero,
  .news-hero {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 129, resources/assets/styles/elements/_hero.scss */

  .product-hero .page-hero .legal-badge {
    padding: 0.625rem;
  }

  /* line 132, resources/assets/styles/elements/_hero.scss */

  .product-hero .page-hero .legal-badge img {
    max-height: 80px;
  }
}

@media (max-width: 575.98px) {
  /* line 141, resources/assets/styles/elements/_hero.scss */

  .product-hero .page-hero,
  .category-hero .page-hero,
  .news-hero .page-hero {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
  }

  /* line 147, resources/assets/styles/elements/_hero.scss */

  .product-hero .cta,
  .category-hero .cta,
  .news-hero .cta {
    width: 100%;
  }

  /* line 151, resources/assets/styles/elements/_hero.scss */

  .news-hero,
  .category .product-hero {
    height: 355px;
  }

  /* line 154, resources/assets/styles/elements/_hero.scss */

  .news-hero .tags,
  .category .product-hero .tags {
    margin-bottom: 0.9375rem;
  }

  /* line 158, resources/assets/styles/elements/_hero.scss */

  .news-hero h1,
  .category .product-hero h1 {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  /* line 163, resources/assets/styles/elements/_hero.scss */

  .news-hero .page-hero,
  .category .product-hero .page-hero {
    max-height: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 172, resources/assets/styles/elements/_hero.scss */

  .category-hero,
  .news-hero {
    margin-bottom: 4.6875rem;
  }

  /* line 176, resources/assets/styles/elements/_hero.scss */

  .product-hero .page-hero,
  .category-hero .page-hero,
  .news-hero .page-hero {
    min-width: 600px;
  }

  /* line 180, resources/assets/styles/elements/_hero.scss */

  .product-hero .title-content,
  .category-hero .title-content,
  .news-hero .title-content {
    margin-left: 4.375rem;
  }

  /* line 184, resources/assets/styles/elements/_hero.scss */

  .product-hero h1,
  .category-hero h1,
  .news-hero h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  /* line 191, resources/assets/styles/elements/_hero.scss */

  .no-hero .product-hero .title-content,
  .no-hero .category-hero .title-content,
  .no-hero .news-hero .title-content {
    max-width: 60%;
  }

  /* line 194, resources/assets/styles/elements/_hero.scss */

  .no-hero .product-hero .title-content p:last-of-type,
  .no-hero .category-hero .title-content p:last-of-type,
  .no-hero .news-hero .title-content p:last-of-type {
    margin-bottom: 0;
  }

  /* line 202, resources/assets/styles/elements/_hero.scss */

  .category .product-hero .content {
    margin-top: 3.75rem;
  }

  /* line 207, resources/assets/styles/elements/_hero.scss */

  .news-hero .title-content,
  .category .product-hero .title-content {
    margin-left: 0;
  }

  /* line 212, resources/assets/styles/elements/_hero.scss */

  .news-hero .content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1330px) {
  /* line 221, resources/assets/styles/elements/_hero.scss */

  .product-hero .page-hero,
  .category-hero .page-hero,
  .news-hero .page-hero {
    min-width: 635px;
  }
}

/* line 1, resources/assets/styles/elements/_proceed.scss */

.proceed-element {
  margin-bottom: 4.375rem;
  margin-top: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 8, resources/assets/styles/elements/_proceed.scss */

.proceed-element .red-box .red-wrapper {
  max-width: 52.5rem;
}

/* line 11, resources/assets/styles/elements/_proceed.scss */

.proceed-element .red-box .red-wrapper .text {
  line-height: 1.8125rem;
}

/* line 16, resources/assets/styles/elements/_proceed.scss */

.proceed-element .red-box .red-wrapper .section-headline {
  color: #6DC1AE;
  margin-bottom: 1.8125rem;
}

/* line 23, resources/assets/styles/elements/_proceed.scss */

.proceed-element .col-proceed {
  padding: 0;
}

/* line 26, resources/assets/styles/elements/_proceed.scss */

.proceed-element .col-proceed .h3 {
  font-size: 1.375rem;
  line-height: 1.6875rem;
  font-weight: 700;
  color: #6DC1AE;
  margin-bottom: 1.875rem;
  margin-top: 3.125rem;
  text-align: left;
}

/* line 37, resources/assets/styles/elements/_proceed.scss */

.proceed-element .col-proceed .proceed-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 40, resources/assets/styles/elements/_proceed.scss */

.proceed-element .col-proceed .proceed-items .proceed-item {
  background-color: #E5EEFA;
  padding: 1.375rem 1.375rem 1.375rem 4.375rem;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: relative;
  margin-right: 1.875rem;
}

/* line 49, resources/assets/styles/elements/_proceed.scss */

.proceed-element .col-proceed .proceed-items .proceed-item::before {
  font-family: "icomoon";
  content: "\E90A";
  position: absolute;
  left: 1.375rem;
  top: 1.375rem;
  color: #fff;
  background-color: #2E6B62;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.625rem;
  width: 1.625rem;
}

/* line 66, resources/assets/styles/elements/_proceed.scss */

.proceed-element .col-proceed .proceed-items .proceed-item:last-of-type {
  margin-right: 0;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 76, resources/assets/styles/elements/_proceed.scss */

  .proceed-element .col-proceed .proceed-items .proceed-item {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 86, resources/assets/styles/elements/_proceed.scss */

  .proceed-element .col-proceed .proceed-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 89, resources/assets/styles/elements/_proceed.scss */

  .proceed-element .col-proceed .proceed-items .proceed-item {
    margin-right: 0;
    margin-bottom: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_proceed.scss */

  .proceed-element {
    margin-bottom: 0;
  }

  /* line 100, resources/assets/styles/elements/_proceed.scss */

  .proceed-element.container {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 106, resources/assets/styles/elements/_proceed.scss */

  .proceed-element .col-proceed .h3 {
    margin-top: 2.8125rem;
    margin-bottom: 1.25rem;
    font-style: 1.25rem;
  }
}

/* line 1, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element {
  margin-bottom: 4.375rem;
  margin-top: 3.75rem;
}

/* line 6, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element .h2.headline-mob {
  display: none;
}

/* line 11, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element .col-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 15, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element .col-team-cta {
  color: #336B62;
  background-color: #EAF3E5;
  border-radius: 20px;
  padding: 2.8125rem 3.875rem;
  position: relative;
}

/* line 22, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element .col-team-cta.col,
.team-cta-element .horizontal-list.icon-list > li.col-team-cta,
.team-cta-element .gallery .col-team-cta.gallery-item,
.gallery .team-cta-element .col-team-cta.gallery-item {
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
}

/* line 26, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element .col-team-cta .col-contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 32, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element .col-team-cta .h2 {
  font-size: 2.8125rem;
  line-height: 3.375rem;
  margin-bottom: 1.125rem;
}

/* line 37, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element .col-team-cta .h2.headline-desk {
  display: block;
}

/* line 42, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element .col-team-cta p {
  line-height: 1.8125rem;
  font-size: 1.125rem;
  margin-bottom: 2.4375rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 42, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .col-team-cta p {
    line-height: 1.625rem;
    font-size: 1rem;
  }
}

/* line 58, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element .col-team-cta .img-overlay {
  border-radius: 20px;
  overflow: hidden;
  margin-right: 2.1875rem;
}

/* line 63, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element .col-team-cta .img-overlay img {
  max-height: 18.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: calc(835px - 1px)) {
  /* line 1, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element {
    margin-top: 0;
  }

  /* line 75, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .h2.headline-mob {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18.75rem;
  }

  /* line 83, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .col-team-cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 86, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .col-team-cta .col-contents {
    background-color: transparent;
  }

  /* line 91, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .col-team-cta .h2.headline-desk {
    display: none;
  }

  /* line 96, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .col-team-cta .img-overlay {
    text-align: center;
    left: 0;
    overflow: hidden;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element {
    margin-top: 3.75rem;
  }

  /* line 112, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .h2.headline-mob {
    text-align: center;
  }

  /* line 117, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 122, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .col-team-cta {
    padding: 2.1875rem 1.25rem;
    padding-top: 12.5rem;
  }

  /* line 126, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .col-team-cta .h2 {
    text-align: left;
    padding: 0.3125rem 0.75rem;
    margin-left: 0.375rem;
    margin-bottom: 7.5rem;
    margin-top: 0;
  }

  /* line 134, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .col-team-cta .img-overlay {
    bottom: unset;
  }

  /* line 137, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element .col-team-cta .img-overlay img {
    max-width: 22.1875rem;
  }
}

/* line 144, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element.small-cta-element {
  margin-right: 0 !important;
}

/* line 148, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element.small-cta-element.small-img-cta img {
  max-height: 18.75rem;
  position: relative;
}

@media (max-width: calc(835px - 1px)) {
  /* line 153, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element.small-img-cta .img-overlay {
    left: unset;
  }

  /* line 158, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element.small-img-cta .img-overlay:before {
    background-image: none;
  }
}

/* line 164, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element.small-cta-element.small-img-cta .col-team-cta {
  border: none;
  background-color: #EAF3E5;
}

/* line 168, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element.small-cta-element.small-img-cta .col-team-cta .col-contents {
  -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: start;
}

/* line 174, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element.small-cta-element.small-img-cta .headline {
  color: #336B62;
  margin-bottom: 1.25rem;
  max-width: 420px;
}

/* line 181, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element.small-cta-element .headline {
  font-size: 1.5625rem;
  line-height: 2.125rem;
}

/* line 186, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element.small-cta-element .col-content {
  max-width: none;
  width: 100%;
}

/* line 191, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element.small-cta-element .col-team-cta {
  background-color: #fff;
  border: 3px solid #E5EEFA;
  border-radius: 0.625rem;
  padding: 2.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 198, resources/assets/styles/elements/_team-cta.scss */

.team-cta-element.small-cta-element .col-team-cta .col-contents {
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (max-width: 575.98px) {
  /* line 144, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element {
    margin-top: 2.1875rem !important;
  }

  /* line 209, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element .headline {
    text-align: center;
  }

  /* line 213, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element .col-team-cta {
    padding: 2.25rem 1.1875rem;
  }

  /* line 216, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element .col-team-cta .cta {
    max-width: none;
  }

  /* line 222, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element.small-img-cta .team-cta-container {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 227, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element.small-img-cta .col-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 231, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element.small-img-cta .col-team-cta {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 235, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element.small-img-cta .col-team-cta .col-contents {
    -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;
    font-size: 1.25rem;
  }

  /* line 242, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element.small-img-cta .headline {
    text-align: left;
    margin-bottom: 1.25rem;
  }

  /* line 247, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element.small-img-cta .img-overlay {
    left: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5625rem;
  }

  /* line 253, resources/assets/styles/elements/_team-cta.scss */

  .team-cta-element.small-cta-element.small-img-cta .img-overlay img {
    max-height: 18.75rem;
  }
}

/* line 263, resources/assets/styles/elements/_team-cta.scss */

.single-ratgeber .team-cta-element,
.single-post .team-cta-element,
.template-rechner .team-cta-element,
.matching-ratgeber .team-cta-element,
.single-product .team-cta-element {
  margin-right: -70%;
  margin-top: 3.75rem;
}

/* line 267, resources/assets/styles/elements/_team-cta.scss */

.single-ratgeber .team-cta-element .team-cta-container,
.single-post .team-cta-element .team-cta-container,
.template-rechner .team-cta-element .team-cta-container,
.matching-ratgeber .team-cta-element .team-cta-container,
.single-product .team-cta-element .team-cta-container {
  padding: 0;
  max-width: none;
}

@media (max-width: calc(835px - 1px)) {
  /* line 263, resources/assets/styles/elements/_team-cta.scss */

  .single-ratgeber .team-cta-element,
  .single-post .team-cta-element,
  .template-rechner .team-cta-element,
  .matching-ratgeber .team-cta-element,
  .single-product .team-cta-element {
    margin-right: 0;
  }
}

/*.single-product .matching-ratgeber .team-cta-element.small-cta-element:not(.small-img-cta) {
    .col-team-cta {
        border-color: $blue-grey-light;
        background-color: transparent;

        .col-contents {
            flex-direction: column;
        }
    }
}

.matching-ratgeber {
    .team-cta-element:not(.small-cta-element) {
        margin-right: -28%;
        margin-left: -28%;
        margin-top: rem(95);

        .team-cta-container {
            padding: 0;
            max-width: none;
        }

        @include media-breakpoint-down(xl) {
            margin-right: -24%;
            margin-left: -24%;
            padding-left: rem(60);
            padding-right: rem(60);
        }

        @include media-breakpoint-down(lg) {
            margin-right: -19%;
            margin-left: -19%;
        }

        @include media-breakpoint-down(md) {
            margin-right: 0;
            margin-left: 0;
            padding-right: 0;
            padding-left: 0;
        }
    }
}*/

@media (max-width: calc(835px - 1px)) {
  /* line 336, resources/assets/styles/elements/_team-cta.scss */

  .single-post .team-cta-element,
  .template-rechner .team-cta-element {
    margin-bottom: 2.25rem;
  }
}

/* line 343, resources/assets/styles/elements/_team-cta.scss */

.home .team-cta-element:not(.small-cta-element) {
  margin-top: 5rem;
  margin-bottom: 6.25rem;
}

/* line 347, resources/assets/styles/elements/_team-cta.scss */

.home .team-cta-element:not(.small-cta-element) .col-content {
  max-width: none;
}

/* line 351, resources/assets/styles/elements/_team-cta.scss */

.home .team-cta-element:not(.small-cta-element) .team-desc {
  margin-bottom: 2.6875rem;
}

/* line 355, resources/assets/styles/elements/_team-cta.scss */

.home .team-cta-element:not(.small-cta-element) .headline-desk {
  margin-bottom: 3.125rem;
  font-size: 2.8125rem;
  line-height: 3.125rem;
}

/* line 361, resources/assets/styles/elements/_team-cta.scss */

.home .team-cta-element:not(.small-cta-element) .col-team-cta {
  background-color: #fff;
  padding: 0;
}

/* line 365, resources/assets/styles/elements/_team-cta.scss */

.home .team-cta-element:not(.small-cta-element) .col-team-cta .col-contents {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  background-color: #fff;
}

/* line 372, resources/assets/styles/elements/_team-cta.scss */

.home .team-cta-element:not(.small-cta-element) .col-team-cta .img-overlay {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  position: unset;
}

/* line 377, resources/assets/styles/elements/_team-cta.scss */

.home .team-cta-element:not(.small-cta-element) .col-team-cta .img-overlay img {
  width: 100%;
  max-width: none;
}

@media (max-width: calc(835px - 1px)) {
  /* line 385, resources/assets/styles/elements/_team-cta.scss */

  .home .team-cta-element:not(.small-cta-element) .headline-desk {
    display: block;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    padding: 0;
    margin-left: 0;
  }

  /* line 393, resources/assets/styles/elements/_team-cta.scss */

  .home .team-cta-element:not(.small-cta-element) .headline-mob {
    display: none;
  }

  /* line 399, resources/assets/styles/elements/_team-cta.scss */

  .home .team-cta-element:not(.small-cta-element) .col-team-cta .img-overlay::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 343, resources/assets/styles/elements/_team-cta.scss */

  .home .team-cta-element:not(.small-cta-element) {
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 412, resources/assets/styles/elements/_team-cta.scss */

  .home .team-cta-element:not(.small-cta-element) .headline-desk {
    margin-bottom: 1.875rem;
  }

  /* line 416, resources/assets/styles/elements/_team-cta.scss */

  .home .team-cta-element:not(.small-cta-element) .team-desc {
    margin-bottom: 2.25rem;
  }

  /* line 420, resources/assets/styles/elements/_team-cta.scss */

  .home .team-cta-element:not(.small-cta-element) .col-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 425, resources/assets/styles/elements/_team-cta.scss */

  .home .team-cta-element:not(.small-cta-element) .col-team-cta .col-contents,
  .home .team-cta-element:not(.small-cta-element) .col-team-cta .img-overlay {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: 100%;
  }

  /* line 430, resources/assets/styles/elements/_team-cta.scss */

  .home .team-cta-element:not(.small-cta-element) .col-team-cta .col-contents {
    margin-bottom: 2.0625rem;
  }
}

/* line 440, resources/assets/styles/elements/_team-cta.scss */

.single-themehub .small-cta-element .container.team-cta-container {
  max-width: none;
  padding: 0;
}

/* line 447, resources/assets/styles/elements/_team-cta.scss */

.is-coop .team-cta-element.small-cta-element.small-img-cta img {
  max-height: 15.625rem;
}

/* line 2, resources/assets/styles/elements/_benefits.scss */

.benefits-element .lable {
  margin-left: auto;
  margin-right: auto;
}

/* line 7, resources/assets/styles/elements/_benefits.scss */

.benefits-element .benefits-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.75rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

/* line 15, resources/assets/styles/elements/_benefits.scss */

.benefits-element .benefit-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  padding-left: 2.8125rem;
  position: relative;
}

/* line 24, resources/assets/styles/elements/_benefits.scss */

.benefits-element .container {
  padding-top: 4.375rem;
  padding-bottom: 6.3125rem;
}

/* line 28, resources/assets/styles/elements/_benefits.scss */

.benefits-element .container h2 {
  font-size: 3.125rem;
  line-height: 3.4375rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 28, resources/assets/styles/elements/_benefits.scss */

  .benefits-element .container h2 {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}

/* line 40, resources/assets/styles/elements/_benefits.scss */

.benefits-element .container h2,
.benefits-element .container .h3 {
  color: #336B62;
}

/* line 44, resources/assets/styles/elements/_benefits.scss */

.benefits-element .container .h3 {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  margin-bottom: 0.5rem;
}

/* line 52, resources/assets/styles/elements/_benefits.scss */

.benefits-element .container .benefit p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  background-color: #fff;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  margin-bottom: 3.8125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 52, resources/assets/styles/elements/_benefits.scss */

  .benefits-element .container .benefit p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

/* line 67, resources/assets/styles/elements/_benefits.scss */

.benefits-element .container .benefit p::before {
  font-family: "icomoon";
  content: "\E90A";
  position: absolute;
  color: #2E6B62;
  background-color: #E7F8F1;
  font-size: 0.625rem;
  left: 0;
  top: 0rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.625rem;
  width: 1.625rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 90, resources/assets/styles/elements/_benefits.scss */

  .benefits-element .benefit-wrapper {
    margin: 0 0 3.25rem 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  /* line 95, resources/assets/styles/elements/_benefits.scss */

  .benefits-element .benefits-wrapper {
    margin: 0;
  }

  /* line 101, resources/assets/styles/elements/_benefits.scss */

  .benefits-element .container .benefit p {
    margin-bottom: 0;
  }

  /* line 104, resources/assets/styles/elements/_benefits.scss */

  .benefits-element .container .benefit p:nth-child(even) {
    margin-left: 0;
  }

  /* line 108, resources/assets/styles/elements/_benefits.scss */

  .benefits-element .container .benefit p:nth-child(odd) {
    margin-right: 0;
  }

  /* line 114, resources/assets/styles/elements/_benefits.scss */

  .benefits-element .container h2 {
    margin-bottom: 3.125rem;
    font-size: 2.625rem;
    line-height: 2.875rem;
  }
}

@media (max-width: 575.98px) {
  /* line 123, resources/assets/styles/elements/_benefits.scss */

  .benefits-element .container {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    padding-bottom: 3.125rem;
  }

  /* line 128, resources/assets/styles/elements/_benefits.scss */

  .benefits-element .container h2 {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }

  /* line 133, resources/assets/styles/elements/_benefits.scss */

  .benefits-element .container .h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

/* line 142, resources/assets/styles/elements/_benefits.scss */

.home .benefits-element {
  margin-top: 4.375rem;
}

/* line 1, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element {
  background-color: #E5EEFA;
  padding: 7.5rem 0 2.625rem 0;
  border-radius: 0.625rem;
  margin: 5rem 1.25rem;
}

/* line 7, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 10, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .container.textblocks {
  margin-top: 2.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 14, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .container.textblocks .textblock {
  margin-left: 1.75rem;
}

/* line 20, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .pricing-desktop {
  padding-left: 0;
  padding-right: 0;
}

/* line 25, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .arrow {
  position: absolute;
  top: -7.5rem;
  right: -6.875rem;
}

/* line 31, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -4.6875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border-radius: 0 0 0.625rem 0.625rem;
}

/* line 39, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .content-wrapper .number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background-color: #FAF0E5;
  font-size: 1.375rem;
  font-weight: 700;
  color: #6DC1AE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -1.25rem;
  left: 2.375rem;
}

/* line 56, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .headline {
  font-size: 1.375rem;
  line-height: 1.6875rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

/* line 63, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .check-do-list,
.pricing-element .block .card-slider .card ul,
.block .card-slider .card .pricing-element ul,
.pricing-element .block .card-slider .single-ratgeber .social-box ul,
.block .card-slider .single-ratgeber .social-box .pricing-element ul,
.pricing-element .single-ratgeber .block .card-slider .social-box ul,
.single-ratgeber .block .card-slider .social-box .pricing-element ul,
.pricing-element .block .card-slider .single-post .social-box ul,
.block .card-slider .single-post .social-box .pricing-element ul,
.pricing-element .single-post .block .card-slider .social-box ul,
.single-post .block .card-slider .social-box .pricing-element ul,
.pricing-element .block .card-slider .template-rechner .social-box ul,
.block .card-slider .template-rechner .social-box .pricing-element ul,
.pricing-element .template-rechner .block .card-slider .social-box ul,
.template-rechner .block .card-slider .social-box .pricing-element ul,
.pricing-element .block .card-slider .matching-ratgeber .social-box ul,
.block .card-slider .matching-ratgeber .social-box .pricing-element ul,
.pricing-element .matching-ratgeber .block .card-slider .social-box ul,
.matching-ratgeber .block .card-slider .social-box .pricing-element ul,
.pricing-element .block .card-slider .single-product .social-box ul,
.block .card-slider .single-product .social-box .pricing-element ul,
.pricing-element .single-product .block .card-slider .social-box ul,
.single-product .block .card-slider .social-box .pricing-element ul,
.pricing-element .block .card-slider .card ol,
.block .card-slider .card .pricing-element ol,
.pricing-element .block .card-slider .single-ratgeber .social-box ol,
.block .card-slider .single-ratgeber .social-box .pricing-element ol,
.pricing-element .single-ratgeber .block .card-slider .social-box ol,
.single-ratgeber .block .card-slider .social-box .pricing-element ol,
.pricing-element .block .card-slider .single-post .social-box ol,
.block .card-slider .single-post .social-box .pricing-element ol,
.pricing-element .single-post .block .card-slider .social-box ol,
.single-post .block .card-slider .social-box .pricing-element ol,
.pricing-element .block .card-slider .template-rechner .social-box ol,
.block .card-slider .template-rechner .social-box .pricing-element ol,
.pricing-element .template-rechner .block .card-slider .social-box ol,
.template-rechner .block .card-slider .social-box .pricing-element ol,
.pricing-element .block .card-slider .matching-ratgeber .social-box ol,
.block .card-slider .matching-ratgeber .social-box .pricing-element ol,
.pricing-element .matching-ratgeber .block .card-slider .social-box ol,
.matching-ratgeber .block .card-slider .social-box .pricing-element ol,
.pricing-element .block .card-slider .single-product .social-box ol,
.block .card-slider .single-product .social-box .pricing-element ol,
.pricing-element .single-product .block .card-slider .social-box ol,
.single-product .block .card-slider .social-box .pricing-element ol {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
  list-style: none;
}

/* line 68, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .check-do-list li,
.pricing-element .block .card-slider .card ul li,
.block .card-slider .card .pricing-element ul li,
.pricing-element .block .card-slider .single-ratgeber .social-box ul li,
.block .card-slider .single-ratgeber .social-box .pricing-element ul li,
.pricing-element .single-ratgeber .block .card-slider .social-box ul li,
.single-ratgeber .block .card-slider .social-box .pricing-element ul li,
.pricing-element .block .card-slider .single-post .social-box ul li,
.block .card-slider .single-post .social-box .pricing-element ul li,
.pricing-element .single-post .block .card-slider .social-box ul li,
.single-post .block .card-slider .social-box .pricing-element ul li,
.pricing-element .block .card-slider .template-rechner .social-box ul li,
.block .card-slider .template-rechner .social-box .pricing-element ul li,
.pricing-element .template-rechner .block .card-slider .social-box ul li,
.template-rechner .block .card-slider .social-box .pricing-element ul li,
.pricing-element .block .card-slider .matching-ratgeber .social-box ul li,
.block .card-slider .matching-ratgeber .social-box .pricing-element ul li,
.pricing-element .matching-ratgeber .block .card-slider .social-box ul li,
.matching-ratgeber .block .card-slider .social-box .pricing-element ul li,
.pricing-element .block .card-slider .single-product .social-box ul li,
.block .card-slider .single-product .social-box .pricing-element ul li,
.pricing-element .single-product .block .card-slider .social-box ul li,
.single-product .block .card-slider .social-box .pricing-element ul li,
.pricing-element .block .card-slider .card ol li,
.block .card-slider .card .pricing-element ol li,
.pricing-element .block .card-slider .single-ratgeber .social-box ol li,
.block .card-slider .single-ratgeber .social-box .pricing-element ol li,
.pricing-element .single-ratgeber .block .card-slider .social-box ol li,
.single-ratgeber .block .card-slider .social-box .pricing-element ol li,
.pricing-element .block .card-slider .single-post .social-box ol li,
.block .card-slider .single-post .social-box .pricing-element ol li,
.pricing-element .single-post .block .card-slider .social-box ol li,
.single-post .block .card-slider .social-box .pricing-element ol li,
.pricing-element .block .card-slider .template-rechner .social-box ol li,
.block .card-slider .template-rechner .social-box .pricing-element ol li,
.pricing-element .template-rechner .block .card-slider .social-box ol li,
.template-rechner .block .card-slider .social-box .pricing-element ol li,
.pricing-element .block .card-slider .matching-ratgeber .social-box ol li,
.block .card-slider .matching-ratgeber .social-box .pricing-element ol li,
.pricing-element .matching-ratgeber .block .card-slider .social-box ol li,
.matching-ratgeber .block .card-slider .social-box .pricing-element ol li,
.pricing-element .block .card-slider .single-product .social-box ol li,
.block .card-slider .single-product .social-box .pricing-element ol li,
.pricing-element .single-product .block .card-slider .social-box ol li,
.single-product .block .card-slider .social-box .pricing-element ol li {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0.625rem;
  position: relative;
}

/* line 74, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .check-do-list li::before,
.pricing-element .block .card-slider .card ul li::before,
.block .card-slider .card .pricing-element ul li::before,
.pricing-element .block .card-slider .single-ratgeber .social-box ul li::before,
.block .card-slider .single-ratgeber .social-box .pricing-element ul li::before,
.pricing-element .single-ratgeber .block .card-slider .social-box ul li::before,
.single-ratgeber .block .card-slider .social-box .pricing-element ul li::before,
.pricing-element .block .card-slider .single-post .social-box ul li::before,
.block .card-slider .single-post .social-box .pricing-element ul li::before,
.pricing-element .single-post .block .card-slider .social-box ul li::before,
.single-post .block .card-slider .social-box .pricing-element ul li::before,
.pricing-element .block .card-slider .template-rechner .social-box ul li::before,
.block .card-slider .template-rechner .social-box .pricing-element ul li::before,
.pricing-element .template-rechner .block .card-slider .social-box ul li::before,
.template-rechner .block .card-slider .social-box .pricing-element ul li::before,
.pricing-element .block .card-slider .matching-ratgeber .social-box ul li::before,
.block .card-slider .matching-ratgeber .social-box .pricing-element ul li::before,
.pricing-element .matching-ratgeber .block .card-slider .social-box ul li::before,
.matching-ratgeber .block .card-slider .social-box .pricing-element ul li::before,
.pricing-element .block .card-slider .single-product .social-box ul li::before,
.block .card-slider .single-product .social-box .pricing-element ul li::before,
.pricing-element .single-product .block .card-slider .social-box ul li::before,
.single-product .block .card-slider .social-box .pricing-element ul li::before,
.pricing-element .block .card-slider .card ol li::before,
.block .card-slider .card .pricing-element ol li::before,
.pricing-element .block .card-slider .single-ratgeber .social-box ol li::before,
.block .card-slider .single-ratgeber .social-box .pricing-element ol li::before,
.pricing-element .single-ratgeber .block .card-slider .social-box ol li::before,
.single-ratgeber .block .card-slider .social-box .pricing-element ol li::before,
.pricing-element .block .card-slider .single-post .social-box ol li::before,
.block .card-slider .single-post .social-box .pricing-element ol li::before,
.pricing-element .single-post .block .card-slider .social-box ol li::before,
.single-post .block .card-slider .social-box .pricing-element ol li::before,
.pricing-element .block .card-slider .template-rechner .social-box ol li::before,
.block .card-slider .template-rechner .social-box .pricing-element ol li::before,
.pricing-element .template-rechner .block .card-slider .social-box ol li::before,
.template-rechner .block .card-slider .social-box .pricing-element ol li::before,
.pricing-element .block .card-slider .matching-ratgeber .social-box ol li::before,
.block .card-slider .matching-ratgeber .social-box .pricing-element ol li::before,
.pricing-element .matching-ratgeber .block .card-slider .social-box ol li::before,
.matching-ratgeber .block .card-slider .social-box .pricing-element ol li::before,
.pricing-element .block .card-slider .single-product .social-box ol li::before,
.block .card-slider .single-product .social-box .pricing-element ol li::before,
.pricing-element .single-product .block .card-slider .social-box ol li::before,
.single-product .block .card-slider .social-box .pricing-element ol li::before {
  font-family: "icomoon";
  content: "\E90A";
  position: absolute;
  color: #fff;
  background-color: #2E6B62;
  font-size: 0.625rem;
  left: -2.6875rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.6875rem;
  width: 1.6875rem;
}

/* line 92, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .card-outer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  min-width: 25.25rem;
  padding: 0 1rem;
  position: relative;
}

/* line 100, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .card-outer:last-of-type > img {
  display: none;
}

/* line 106, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .wrapper {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 1rem 2rem rgba(109, 193, 174, 0.25);
          box-shadow: 0 1rem 2rem rgba(109, 193, 174, 0.25);
  background-color: #fff;
  position: relative;
  padding-top: 3.125rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 116, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .wrapper .image {
  margin-top: -13.4375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 70%;
}

/* line 124, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .first,
.pricing-element .second {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 130, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .first {
  padding: 2.875rem 2.375rem;
  min-height: 18.75rem;
}

/* line 134, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .first .price {
  color: #fff;
  background-color: #2E6B62;
  padding: 0.9375rem 1.25rem;
  font-size: 1.375rem;
  width: 100%;
  line-height: 1.6875rem;
}

/* line 142, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .first .price.no-mwst {
  margin-bottom: 2.1875rem;
  border-radius: 0.625rem;
}

/* line 148, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .first .mwst {
  font-size: 0.75rem;
  color: #63718A;
  background-color: #E5EEFA;
  padding: 0.4375rem 1.3125rem 0.625rem 1.3125rem;
}

/* line 155, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .first .price-wrapper {
  border-radius: 0.625rem;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 162, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .second {
  padding: 0 0.9375rem 0.9375rem 0.9375rem;
  height: 100%;
}

/* line 167, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .info {
  position: relative;
  background-color: #E5EEFA;
  padding: 1.5625rem 1.25rem 1.4375rem 3.75rem;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 177, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .info img {
  position: absolute;
  max-height: 1.75rem;
  left: 1.25rem;
}

/* line 184, resources/assets/styles/elements/_pricing-table.scss */

.pricing-element .btn-more-pricing {
  display: none;
}

@media (max-width: 1329.98px) {
  /* line 190, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .wrapper .image {
    margin-top: -12.5rem;
  }

  /* line 195, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .content-wrapper {
    margin-top: -4.0625rem;
  }
}

@media (max-width: calc(1367px - 1px)) {
  /* line 1, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element {
    padding-top: 12.5rem;
    overflow-x: scroll;
    margin-left: 0;
    margin-right: 0;
    scrollbar-width: none;
  }

  /* line 207, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element {
    padding-top: 5.9375rem;
    border-radius: 0;
    overflow-x: visible;
  }

  /* line 217, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .pricing-desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 221, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .arrow {
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    top: unset;
    bottom: -2.5rem;
    right: -1.25rem;
    height: 2.6875rem;
  }

  /* line 229, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .card-outer {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-width: unset;
  }

  /* line 237, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .card-outer:not(:last-of-type) {
    margin-bottom: 15.25rem;
  }

  /* line 241, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .headline {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }

  /* line 247, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .wrapper .image {
    width: 80%;
    margin-top: -11.5625rem;
    max-width: none;
  }

  /* line 254, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .content-wrapper {
    margin-top: -5rem;
  }

  /* line 258, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .info {
    padding: 1.25rem 1.25rem 1.25rem 3.75rem;
  }

  /* line 262, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .btn-more-pricing {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: 0 2.375rem 1.6875rem 2.375rem;
    position: relative;
  }

  /* line 270, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .btn-more-pricing::before {
    font-family: "rigtmart";
    content: "\E900";
    position: absolute;
    color: #336B62;
    background-color: #E5EEFA;
    font-size: 0.3125rem;
    right: 1.5rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1.875rem;
    width: 1.875rem;
  }

  /* line 287, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .btn-more-pricing.up::before {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  /* line 293, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .second {
    display: none;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
  }

  /* line 299, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .first {
    padding-bottom: 2.1875rem;
    min-height: unset;
  }

  /* line 304, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .check-do-list,
  .pricing-element .block .card-slider .card ul,
  .block .card-slider .card .pricing-element ul,
  .pricing-element .block .card-slider .single-ratgeber .social-box ul,
  .block .card-slider .single-ratgeber .social-box .pricing-element ul,
  .pricing-element .single-ratgeber .block .card-slider .social-box ul,
  .single-ratgeber .block .card-slider .social-box .pricing-element ul,
  .pricing-element .block .card-slider .single-post .social-box ul,
  .block .card-slider .single-post .social-box .pricing-element ul,
  .pricing-element .single-post .block .card-slider .social-box ul,
  .single-post .block .card-slider .social-box .pricing-element ul,
  .pricing-element .block .card-slider .template-rechner .social-box ul,
  .block .card-slider .template-rechner .social-box .pricing-element ul,
  .pricing-element .template-rechner .block .card-slider .social-box ul,
  .template-rechner .block .card-slider .social-box .pricing-element ul,
  .pricing-element .block .card-slider .matching-ratgeber .social-box ul,
  .block .card-slider .matching-ratgeber .social-box .pricing-element ul,
  .pricing-element .matching-ratgeber .block .card-slider .social-box ul,
  .matching-ratgeber .block .card-slider .social-box .pricing-element ul,
  .pricing-element .block .card-slider .single-product .social-box ul,
  .block .card-slider .single-product .social-box .pricing-element ul,
  .pricing-element .single-product .block .card-slider .social-box ul,
  .single-product .block .card-slider .social-box .pricing-element ul,
  .pricing-element .block .card-slider .card ol,
  .block .card-slider .card .pricing-element ol,
  .pricing-element .block .card-slider .single-ratgeber .social-box ol,
  .block .card-slider .single-ratgeber .social-box .pricing-element ol,
  .pricing-element .single-ratgeber .block .card-slider .social-box ol,
  .single-ratgeber .block .card-slider .social-box .pricing-element ol,
  .pricing-element .block .card-slider .single-post .social-box ol,
  .block .card-slider .single-post .social-box .pricing-element ol,
  .pricing-element .single-post .block .card-slider .social-box ol,
  .single-post .block .card-slider .social-box .pricing-element ol,
  .pricing-element .block .card-slider .template-rechner .social-box ol,
  .block .card-slider .template-rechner .social-box .pricing-element ol,
  .pricing-element .template-rechner .block .card-slider .social-box ol,
  .template-rechner .block .card-slider .social-box .pricing-element ol,
  .pricing-element .block .card-slider .matching-ratgeber .social-box ol,
  .block .card-slider .matching-ratgeber .social-box .pricing-element ol,
  .pricing-element .matching-ratgeber .block .card-slider .social-box ol,
  .matching-ratgeber .block .card-slider .social-box .pricing-element ol,
  .pricing-element .block .card-slider .single-product .social-box ol,
  .block .card-slider .single-product .social-box .pricing-element ol,
  .pricing-element .single-product .block .card-slider .social-box ol,
  .single-product .block .card-slider .social-box .pricing-element ol {
    margin-bottom: 2.75rem;
  }

  /* line 307, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .check-do-list li,
  .pricing-element .block .card-slider .card ul li,
  .block .card-slider .card .pricing-element ul li,
  .pricing-element .block .card-slider .single-ratgeber .social-box ul li,
  .block .card-slider .single-ratgeber .social-box .pricing-element ul li,
  .pricing-element .single-ratgeber .block .card-slider .social-box ul li,
  .single-ratgeber .block .card-slider .social-box .pricing-element ul li,
  .pricing-element .block .card-slider .single-post .social-box ul li,
  .block .card-slider .single-post .social-box .pricing-element ul li,
  .pricing-element .single-post .block .card-slider .social-box ul li,
  .single-post .block .card-slider .social-box .pricing-element ul li,
  .pricing-element .block .card-slider .template-rechner .social-box ul li,
  .block .card-slider .template-rechner .social-box .pricing-element ul li,
  .pricing-element .template-rechner .block .card-slider .social-box ul li,
  .template-rechner .block .card-slider .social-box .pricing-element ul li,
  .pricing-element .block .card-slider .matching-ratgeber .social-box ul li,
  .block .card-slider .matching-ratgeber .social-box .pricing-element ul li,
  .pricing-element .matching-ratgeber .block .card-slider .social-box ul li,
  .matching-ratgeber .block .card-slider .social-box .pricing-element ul li,
  .pricing-element .block .card-slider .single-product .social-box ul li,
  .block .card-slider .single-product .social-box .pricing-element ul li,
  .pricing-element .single-product .block .card-slider .social-box ul li,
  .single-product .block .card-slider .social-box .pricing-element ul li,
  .pricing-element .block .card-slider .card ol li,
  .block .card-slider .card .pricing-element ol li,
  .pricing-element .block .card-slider .single-ratgeber .social-box ol li,
  .block .card-slider .single-ratgeber .social-box .pricing-element ol li,
  .pricing-element .single-ratgeber .block .card-slider .social-box ol li,
  .single-ratgeber .block .card-slider .social-box .pricing-element ol li,
  .pricing-element .block .card-slider .single-post .social-box ol li,
  .block .card-slider .single-post .social-box .pricing-element ol li,
  .pricing-element .single-post .block .card-slider .social-box ol li,
  .single-post .block .card-slider .social-box .pricing-element ol li,
  .pricing-element .block .card-slider .template-rechner .social-box ol li,
  .block .card-slider .template-rechner .social-box .pricing-element ol li,
  .pricing-element .template-rechner .block .card-slider .social-box ol li,
  .template-rechner .block .card-slider .social-box .pricing-element ol li,
  .pricing-element .block .card-slider .matching-ratgeber .social-box ol li,
  .block .card-slider .matching-ratgeber .social-box .pricing-element ol li,
  .pricing-element .matching-ratgeber .block .card-slider .social-box ol li,
  .matching-ratgeber .block .card-slider .social-box .pricing-element ol li,
  .pricing-element .block .card-slider .single-product .social-box ol li,
  .block .card-slider .single-product .social-box .pricing-element ol li,
  .pricing-element .single-product .block .card-slider .social-box ol li,
  .single-product .block .card-slider .social-box .pricing-element ol li {
    margin-bottom: 1.125rem;
  }

  /* line 312, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .container.textblocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 315, resources/assets/styles/elements/_pricing-table.scss */

  .pricing-element .container.textblocks .textblock {
    margin-left: 0;
  }
}

/* line 1, resources/assets/styles/elements/_trustbox.scss */

.trustbox {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  color: #002825;
}

/* line 6, resources/assets/styles/elements/_trustbox.scss */

.trustbox .card,
.trustbox .single-ratgeber .social-box,
.single-ratgeber .trustbox .social-box,
.trustbox .single-post .social-box,
.single-post .trustbox .social-box,
.trustbox .template-rechner .social-box,
.template-rechner .trustbox .social-box,
.trustbox .matching-ratgeber .social-box,
.matching-ratgeber .trustbox .social-box,
.trustbox .single-product .social-box,
.single-product .trustbox .social-box {
  background-color: transparent;
}

/* line 10, resources/assets/styles/elements/_trustbox.scss */

.trustbox .rating-text {
  font-size: 0.875rem;
}

/* line 14, resources/assets/styles/elements/_trustbox.scss */

.trustbox a {
  color: #002825;
}

/* line 17, resources/assets/styles/elements/_trustbox.scss */

.trustbox a:hover {
  text-decoration: none;
}

/* line 22, resources/assets/styles/elements/_trustbox.scss */

.trustbox img {
  width: auto;
}

@media (max-width: 1199.98px) {
  /* line 29, resources/assets/styles/elements/_trustbox.scss */

  main.main .trustbox {
    max-width: 100%;
  }

  /* line 33, resources/assets/styles/elements/_trustbox.scss */

  .trustbox {
    margin-bottom: 4.375rem;
  }

  /* line 36, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .card,
  .trustbox .single-ratgeber .social-box,
  .single-ratgeber .trustbox .social-box,
  .trustbox .single-post .social-box,
  .single-post .trustbox .social-box,
  .trustbox .template-rechner .social-box,
  .template-rechner .trustbox .social-box,
  .trustbox .matching-ratgeber .social-box,
  .matching-ratgeber .trustbox .social-box,
  .trustbox .single-product .social-box,
  .single-product .trustbox .social-box {
    padding: 1.25rem;
  }

  /* line 39, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .card:first-of-type,
  .trustbox .single-ratgeber .social-box:first-of-type,
  .single-ratgeber .trustbox .social-box:first-of-type,
  .trustbox .single-post .social-box:first-of-type,
  .single-post .trustbox .social-box:first-of-type,
  .trustbox .template-rechner .social-box:first-of-type,
  .template-rechner .trustbox .social-box:first-of-type,
  .trustbox .matching-ratgeber .social-box:first-of-type,
  .matching-ratgeber .trustbox .social-box:first-of-type,
  .trustbox .single-product .social-box:first-of-type,
  .single-product .trustbox .social-box:first-of-type {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 none;
    position: relative;
    border-right: 2px solid #D9E8EB;
  }

  /* line 47, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .card:first-of-type:after,
  .trustbox .single-ratgeber .social-box:first-of-type:after,
  .single-ratgeber .trustbox .social-box:first-of-type:after,
  .trustbox .single-post .social-box:first-of-type:after,
  .single-post .trustbox .social-box:first-of-type:after,
  .trustbox .template-rechner .social-box:first-of-type:after,
  .template-rechner .trustbox .social-box:first-of-type:after,
  .trustbox .matching-ratgeber .social-box:first-of-type:after,
  .matching-ratgeber .trustbox .social-box:first-of-type:after,
  .trustbox .single-product .social-box:first-of-type:after,
  .single-product .trustbox .social-box:first-of-type:after {
    content: '';
    width: 2px;
    height: calc(100% - 40px);
    background-color: #D9E8EB;
    position: absolute;
    top: 20px;
    left: -1px;
  }

  /* line 58, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .card:last-of-type,
  .trustbox .single-ratgeber .social-box:last-of-type,
  .single-ratgeber .trustbox .social-box:last-of-type,
  .trustbox .single-post .social-box:last-of-type,
  .single-post .trustbox .social-box:last-of-type,
  .trustbox .template-rechner .social-box:last-of-type,
  .template-rechner .trustbox .social-box:last-of-type,
  .trustbox .matching-ratgeber .social-box:last-of-type,
  .matching-ratgeber .trustbox .social-box:last-of-type,
  .trustbox .single-product .social-box:last-of-type,
  .single-product .trustbox .social-box:last-of-type {
    border-radius: 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 none;
    border-left: 2px solid #D9E8EB;
  }

  /* line 66, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .card:last-of-type:after,
  .trustbox .single-ratgeber .social-box:last-of-type:after,
  .single-ratgeber .trustbox .social-box:last-of-type:after,
  .trustbox .single-post .social-box:last-of-type:after,
  .single-post .trustbox .social-box:last-of-type:after,
  .trustbox .template-rechner .social-box:last-of-type:after,
  .template-rechner .trustbox .social-box:last-of-type:after,
  .trustbox .matching-ratgeber .social-box:last-of-type:after,
  .matching-ratgeber .trustbox .social-box:last-of-type:after,
  .trustbox .single-product .social-box:last-of-type:after,
  .single-product .trustbox .social-box:last-of-type:after {
    content: none;
  }

  /* line 72, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .rating-logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 76, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .stars {
    margin: 0.3125rem 0;
  }

  /* line 80, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .rating-text {
    font-size: 0.5625rem;
    white-space: nowrap;
  }

  /* line 85, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .rating-text span:not(.rating-text-mobile) {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 94, resources/assets/styles/elements/_trustbox.scss */

  .trustbox {
    padding: 0;
  }

  /* line 97, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .card,
  .trustbox .single-ratgeber .social-box,
  .single-ratgeber .trustbox .social-box,
  .trustbox .single-post .social-box,
  .single-post .trustbox .social-box,
  .trustbox .template-rechner .social-box,
  .template-rechner .trustbox .social-box,
  .trustbox .matching-ratgeber .social-box,
  .matching-ratgeber .trustbox .social-box,
  .trustbox .single-product .social-box,
  .single-product .trustbox .social-box {
    padding: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  /* line 104, resources/assets/styles/elements/_trustbox.scss */

  .trustbox {
    margin-top: 4.6875rem;
    margin-bottom: 6.25rem;
  }

  /* line 108, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .rating-label,
  .trustbox .stars,
  .trustbox .rating-text {
    margin-right: 1.125rem;
  }

  /* line 114, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .rating-text span .rating-text-mobile {
    display: none;
  }

  /* line 120, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .card,
  .trustbox .single-ratgeber .social-box,
  .single-ratgeber .trustbox .social-box,
  .trustbox .single-post .social-box,
  .single-post .trustbox .social-box,
  .trustbox .template-rechner .social-box,
  .template-rechner .trustbox .social-box,
  .trustbox .matching-ratgeber .social-box,
  .matching-ratgeber .trustbox .social-box,
  .trustbox .single-product .social-box,
  .single-product .trustbox .social-box {
    background: none;
    border: 0 none;
    border-radius: 0;
  }

  /* line 126, resources/assets/styles/elements/_trustbox.scss */

  .trustbox .trust-element {
    white-space: nowrap;
  }
}

/* line 1, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-element {
  margin-top: 8.125rem;
  margin-bottom: 12.5rem;
}

/* line 5, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-element h2 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  max-width: 20.0625rem;
  text-align: center;
  margin-bottom: 2.3125rem;
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_ratgeber-element.scss */

  .ratgeber-element {
    margin-top: 4.6875rem;
    margin-bottom: 4.3125rem;
  }

  /* line 17, resources/assets/styles/elements/_ratgeber-element.scss */

  .ratgeber-element .container {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 24, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-col {
  background-color: #E5EEFA;
  padding: 1.5rem;
  border-radius: 0.625rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 17.25rem;
}

/* line 31, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-col:hover {
  text-decoration: none;
  background-color: #336B62;
}

/* line 35, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-col:hover .ratgeber-title-section,
.ratgeber-col:hover .btn-more {
  color: #fff;
}

/* line 39, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-col:hover .category-label {
  color: #63718A;
}

/* line 44, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-col:not(:last-of-type) {
  margin-right: 2rem;
}

@media (max-width: 991.98px) {
  /* line 44, resources/assets/styles/elements/_ratgeber-element.scss */

  .ratgeber-col:not(:last-of-type) {
    margin-right: 1rem;
  }
}

/* line 52, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-col .category-label {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #6DC1AE;
  text-transform: uppercase;
  letter-spacing: 0.1125rem;
}

/* line 60, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-col .ratgeber-title-section {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

/* line 67, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-col h3 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700;
  margin-top: 0.8125rem;
  margin-bottom: 1.5625rem;
}

/* line 75, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-col .btn-more {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
  margin-top: 2.25rem;
  position: relative;
  text-transform: uppercase;
  color: #6DC1AE;
  letter-spacing: 2.1px;
}

/* line 86, resources/assets/styles/elements/_ratgeber-element.scss */

.ratgeber-col .btn-more::after {
  content: "\E900";
  font-family: "rigtmart";
  position: absolute;
  color: #6DC1AE;
  background-color: #fff;
  font-size: 0.375rem;
  right: 0;
  padding: 0.75rem 0.6875rem;
  border-radius: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(270deg);
       -o-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  width: 1.875rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 24, resources/assets/styles/elements/_ratgeber-element.scss */

  .ratgeber-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 1.125rem;
    max-width: none;
  }

  /* line 111, resources/assets/styles/elements/_ratgeber-element.scss */

  .ratgeber-col:nth-of-type(odd) {
    margin-right: 0.5rem;
  }

  /* line 115, resources/assets/styles/elements/_ratgeber-element.scss */

  .ratgeber-col:nth-of-type(even) {
    margin-left: 0.5rem;
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 24, resources/assets/styles/elements/_ratgeber-element.scss */

  .ratgeber-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  /* line 124, resources/assets/styles/elements/_ratgeber-element.scss */

  .ratgeber-col:nth-of-type(odd),
  .ratgeber-col:nth-of-type(even) {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.625rem;
  }
}

/* line 1, resources/assets/styles/elements/_competence.scss */

.competence-element,
.city-element {
  margin-bottom: 8.75rem;
}

/* line 4, resources/assets/styles/elements/_competence.scss */

.competence-element.order-1,
.city-element.order-1 {
  margin-bottom: 4.375rem;
}

/* line 8, resources/assets/styles/elements/_competence.scss */

.competence-element h2,
.city-element h2 {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  margin-bottom: 0.9375rem;
  text-align: center;
}

/* line 15, resources/assets/styles/elements/_competence.scss */

.competence-element .subtext,
.city-element .subtext {
  text-align: center;
  max-width: 52.5rem;
  margin: 0 auto;
}

/* line 21, resources/assets/styles/elements/_competence.scss */

.competence-element .lable,
.city-element .lable {
  margin-left: auto;
  margin-right: auto;
}

/* line 26, resources/assets/styles/elements/_competence.scss */

.competence-element .competence-wrapper,
.city-element .competence-wrapper {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 31, resources/assets/styles/elements/_competence.scss */

.competence-element .more-rgb,
.city-element .more-rgb {
  text-align: center;
  margin-top: 2.625rem;
  position: relative;
}

/* line 37, resources/assets/styles/elements/_competence.scss */

.competence-element .more-rgb:hover,
.city-element .more-rgb:hover {
  cursor: pointer;
}

/* line 42, resources/assets/styles/elements/_competence.scss */

.competence-element .more-rgb .icon-rm::before,
.city-element .more-rgb .icon-rm::before {
  color: #336B62;
  background-color: #E5EEFA;
  font-size: 0.375rem;
  border-radius: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  width: 1.875rem;
  margin-left: 1.5625rem;
}

/* line 58, resources/assets/styles/elements/_competence.scss */

.competence-element .more-rgb.up .icon-rm::before,
.city-element .more-rgb.up .icon-rm::before {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 65, resources/assets/styles/elements/_competence.scss */

.competence-element .special,
.city-element .special {
  margin-bottom: 5.25rem;
  margin-top: 2.25rem;
}

/* line 69, resources/assets/styles/elements/_competence.scss */

.competence-element .special .content-wrapper,
.city-element .special .content-wrapper {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

/* line 74, resources/assets/styles/elements/_competence.scss */

.competence-element .special .element-content,
.city-element .special .element-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  padding: 0 1.25rem;
}

/* line 80, resources/assets/styles/elements/_competence.scss */

.competence-element .special .element-content .img-wrapper,
.city-element .special .element-content .img-wrapper {
  width: 100%;
}

/* line 83, resources/assets/styles/elements/_competence.scss */

.competence-element .special .element-content .img-wrapper img,
.city-element .special .element-content .img-wrapper img {
  width: 100%;
}

/* line 88, resources/assets/styles/elements/_competence.scss */

.competence-element .special .element-content .text-wrapper,
.city-element .special .element-content .text-wrapper {
  padding: 2rem 1rem 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

/* line 95, resources/assets/styles/elements/_competence.scss */

.competence-element .special .element-content .text-wrapper .h3,
.city-element .special .element-content .text-wrapper .h3 {
  margin-bottom: 1.1875rem;
}

/* line 100, resources/assets/styles/elements/_competence.scss */

.competence-element .special .element-content .info-text-wrapper,
.city-element .special .element-content .info-text-wrapper {
  padding: 0 1rem;
}

/* line 103, resources/assets/styles/elements/_competence.scss */

.competence-element .special .element-content .info-text-wrapper p,
.city-element .special .element-content .info-text-wrapper p {
  margin-bottom: 2rem;
}

/* line 108, resources/assets/styles/elements/_competence.scss */

.competence-element .special .element-content a,
.city-element .special .element-content a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  border-radius: 2rem;
  border: 3px solid #6DC1AE;
  padding: 1.25rem 2.25rem;
  display: block;
  line-height: 1.125rem;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}

/* line 118, resources/assets/styles/elements/_competence.scss */

.competence-element .special .element-content a:hover,
.city-element .special .element-content a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #6DC1AE;
}

@media (max-width: calc(835px - 1px)) {
  /* line 1, resources/assets/styles/elements/_competence.scss */

  .competence-element,
  .city-element {
    margin-bottom: 4.375rem;
    margin-top: 2.25rem;
  }

  /* line 131, resources/assets/styles/elements/_competence.scss */

  .competence-element.order-1,
  .city-element.order-1 {
    margin-top: 0rem;
  }

  /* line 135, resources/assets/styles/elements/_competence.scss */

  .competence-element .container.element,
  .city-element .container.element {
    max-width: 100%;
    padding: 0;
  }

  /* line 140, resources/assets/styles/elements/_competence.scss */

  .competence-element h2,
  .competence-element .claim,
  .city-element h2,
  .city-element .claim {
    margin: 0 3.75rem;
  }

  /* line 144, resources/assets/styles/elements/_competence.scss */

  .competence-element h2,
  .city-element h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }

  /* line 149, resources/assets/styles/elements/_competence.scss */

  .competence-element .subtext,
  .city-element .subtext {
    text-align: left;
  }

  /* line 153, resources/assets/styles/elements/_competence.scss */

  .competence-element .competence-scroll,
  .city-element .competence-scroll {
    overflow-x: scroll;
    scrollbar-width: none;
  }

  /* line 157, resources/assets/styles/elements/_competence.scss */

  .competence-element .competence-scroll::-webkit-scrollbar,
  .city-element .competence-scroll::-webkit-scrollbar {
    display: none;
  }

  /* line 162, resources/assets/styles/elements/_competence.scss */

  .competence-element .competence-col,
  .city-element .competence-col {
    width: 18.4375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  /* line 170, resources/assets/styles/elements/_competence.scss */

  .competence-element .competence-wrapper,
  .city-element .competence-wrapper {
    margin-left: 3.125rem;
    margin-right: 0rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-1,
  .city-element .number-cols-1 {
    width: 18.4375rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-2,
  .city-element .number-cols-2 {
    width: 36.875rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-3,
  .city-element .number-cols-3 {
    width: 55.3125rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-4,
  .city-element .number-cols-4 {
    width: 73.75rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-5,
  .city-element .number-cols-5 {
    width: 92.1875rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-6,
  .city-element .number-cols-6 {
    width: 110.625rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-7,
  .city-element .number-cols-7 {
    width: 129.0625rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-8,
  .city-element .number-cols-8 {
    width: 147.5rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-9,
  .city-element .number-cols-9 {
    width: 165.9375rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-10,
  .city-element .number-cols-10 {
    width: 184.375rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-11,
  .city-element .number-cols-11 {
    width: 202.8125rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-12,
  .city-element .number-cols-12 {
    width: 221.25rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-13,
  .city-element .number-cols-13 {
    width: 239.6875rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-14,
  .city-element .number-cols-14 {
    width: 258.125rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-15,
  .city-element .number-cols-15 {
    width: 276.5625rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-16,
  .city-element .number-cols-16 {
    width: 295rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-17,
  .city-element .number-cols-17 {
    width: 313.4375rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-18,
  .city-element .number-cols-18 {
    width: 331.875rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-19,
  .city-element .number-cols-19 {
    width: 350.3125rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-20,
  .city-element .number-cols-20 {
    width: 368.75rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-21,
  .city-element .number-cols-21 {
    width: 387.1875rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-22,
  .city-element .number-cols-22 {
    width: 405.625rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-23,
  .city-element .number-cols-23 {
    width: 424.0625rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-24,
  .city-element .number-cols-24 {
    width: 442.5rem;
  }

  /* line 176, resources/assets/styles/elements/_competence.scss */

  .competence-element .number-cols-25,
  .city-element .number-cols-25 {
    width: 460.9375rem;
  }

  /* line 181, resources/assets/styles/elements/_competence.scss */

  .competence-element .more-rgb,
  .city-element .more-rgb {
    display: none;
  }

  /* line 185, resources/assets/styles/elements/_competence.scss */

  .competence-element .special,
  .city-element .special {
    margin-bottom: 3.5rem;
    margin-top: 2.25rem;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  /* line 191, resources/assets/styles/elements/_competence.scss */

  .competence-element .special::-webkit-scrollbar,
  .city-element .special::-webkit-scrollbar {
    display: none;
  }

  /* line 195, resources/assets/styles/elements/_competence.scss */

  .competence-element .special .content-wrapper,
  .city-element .special .content-wrapper {
    margin-left: 2.5rem;
    margin-right: 0;
  }

  /* line 200, resources/assets/styles/elements/_competence.scss */

  .competence-element .special .element-content,
  .city-element .special .element-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.9375rem;
            flex: 0 0 20.9375rem;
    max-width: 20.9375rem;
  }

  /* line 204, resources/assets/styles/elements/_competence.scss */

  .competence-element .special .element-content a,
  .city-element .special .element-content a {
    padding: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  /* line 213, resources/assets/styles/elements/_competence.scss */

  .competence-element h2,
  .competence-element .claim,
  .city-element h2,
  .city-element .claim {
    margin: 0 1.875rem;
  }

  /* line 217, resources/assets/styles/elements/_competence.scss */

  .competence-element .competence-wrapper,
  .city-element .competence-wrapper {
    margin-left: 1.25rem;
  }

  /* line 222, resources/assets/styles/elements/_competence.scss */

  .competence-element .special .content-wrapper,
  .city-element .special .content-wrapper {
    margin-left: 0.375rem;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_competence.scss */

  .competence-element,
  .city-element {
    margin-top: 4.6875rem;
    margin-bottom: 4.3125rem;
  }

  /* line 232, resources/assets/styles/elements/_competence.scss */

  .competence-element h2,
  .competence-element .claim,
  .city-element h2,
  .city-element .claim {
    margin: 0 1.25rem;
  }

  /* line 236, resources/assets/styles/elements/_competence.scss */

  .competence-element .competence-wrapper,
  .city-element .competence-wrapper {
    margin-left: 0.625rem;
  }

  /* line 240, resources/assets/styles/elements/_competence.scss */

  .competence-element .subtext,
  .city-element .subtext {
    padding: 0 0.3125rem;
  }

  /* line 245, resources/assets/styles/elements/_competence.scss */

  .competence-element .special .content-wrapper,
  .city-element .special .content-wrapper {
    margin-left: 0;
  }
}

/* line 252, resources/assets/styles/elements/_competence.scss */

.city-element {
  margin-top: 7.5rem;
}

/* line 255, resources/assets/styles/elements/_competence.scss */

.city-element h2 {
  text-align: left;
  font-size: 3.125rem;
  line-height: 3.4375rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 262, resources/assets/styles/elements/_competence.scss */

  .city-element h2 {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }

  /* line 267, resources/assets/styles/elements/_competence.scss */

  .city-element .more-rgb {
    font-size: 1rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 273, resources/assets/styles/elements/_competence.scss */

  .city-element h2 {
    margin-bottom: 2rem;
  }

  /* line 277, resources/assets/styles/elements/_competence.scss */

  .city-element .claim {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  /* line 283, resources/assets/styles/elements/_competence.scss */

  .city-element h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  /* line 288, resources/assets/styles/elements/_competence.scss */

  .city-element .claim {
    margin-bottom: 0.5rem;
  }
}

/* line 294, resources/assets/styles/elements/_competence.scss */

.competence-col {
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 302, resources/assets/styles/elements/_competence.scss */

.competence-col:hover {
  text-decoration: none;
  color: #fff;
}

/* line 306, resources/assets/styles/elements/_competence.scss */

.competence-col:hover .cat-title-section {
  background-color: #6DC1AE;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  color: #fff;
}

/* line 312, resources/assets/styles/elements/_competence.scss */

.competence-col:hover .cat-title-section::after {
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 319, resources/assets/styles/elements/_competence.scss */

.competence-col .cat-title-section {
  background-color: #E5EEFA;
  padding: 1.1875rem 3.75rem 1.125rem 1.1875rem;
  border-radius: 0.625rem;
  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;
  height: 100%;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 330, resources/assets/styles/elements/_competence.scss */

.competence-col .cat-title-section::after {
  content: "\E900";
  font-family: "rigtmart";
  position: absolute;
  color: #336B62;
  background-color: #fff;
  font-size: 0.4375rem;
  right: 1.125rem;
  padding: 0.75rem 0.6875rem;
  border-radius: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(270deg);
       -o-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1329.98px) {
  /* line 330, resources/assets/styles/elements/_competence.scss */

  .competence-col .cat-title-section::after {
    padding: 0.3125rem 0.6875rem;
  }
}

/* line 350, resources/assets/styles/elements/_competence.scss */

.competence-col .h3 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media (min-width: 835px) {
  /* line 359, resources/assets/styles/elements/_competence.scss */

  .competence-col.too-much {
    display: none;
  }
}

@media (max-width: calc(1367px - 1px)) {
  /* line 365, resources/assets/styles/elements/_competence.scss */

  .competence-col .h3 {
    font-size: 1rem;
  }
}

/* line 372, resources/assets/styles/elements/_competence.scss */

.single-city .competence-element {
  margin-top: 3.125rem;
}

/* line 375, resources/assets/styles/elements/_competence.scss */

.single-city .competence-element .headline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.625rem;
}

/* line 380, resources/assets/styles/elements/_competence.scss */

.single-city .competence-element .headline-wrapper .sigil {
  width: 11.625rem;
  height: 11.625rem;
}

/* line 385, resources/assets/styles/elements/_competence.scss */

.single-city .competence-element .headline-wrapper .sigil-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 393, resources/assets/styles/elements/_competence.scss */

.single-city .competence-element .headline-wrapper h2 {
  margin-bottom: 0;
  margin-left: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 372, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element {
    margin-top: 1.875rem;
  }

  /* line 406, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element .headline-wrapper h2 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 372, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element {
    margin-top: 2.5rem;
  }

  /* line 416, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element .headline-wrapper {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  /* line 420, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element .headline-wrapper .sigil {
    width: 8.25rem;
    height: 8.25rem;
  }

  /* line 425, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element .headline-wrapper h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }

  /* line 430, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element .headline-wrapper .sigil,
  .single-city .competence-element .headline-wrapper h2 {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  /* line 438, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element .headline-wrapper {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}

@media (max-width: 575.98px) {
  /* line 372, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element {
    margin-top: 0.625rem;
  }

  /* line 447, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element .headline-wrapper {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 452, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element .headline-wrapper .sigil {
    margin-bottom: 2.9375rem;
    width: 10.75rem;
    height: 10.75rem;
  }

  /* line 458, resources/assets/styles/elements/_competence.scss */

  .single-city .competence-element .headline-wrapper h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin: 0;
  }
}

/* line 469, resources/assets/styles/elements/_competence.scss */

.template-allrechtsgebiete .competence-element {
  margin-top: 6.25rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 469, resources/assets/styles/elements/_competence.scss */

  .template-allrechtsgebiete .competence-element {
    margin-top: 5rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 469, resources/assets/styles/elements/_competence.scss */

  .template-allrechtsgebiete .competence-element {
    margin-top: 3.125rem;
  }
}

@media (max-width: 575.98px) {
  /* line 469, resources/assets/styles/elements/_competence.scss */

  .template-allrechtsgebiete .competence-element {
    margin-top: 1.875rem;
  }
}

/* line 488, resources/assets/styles/elements/_competence.scss */

.template-allrechtsgebiete .competence-element h2,
.single-city .competence-element h2 {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  margin-bottom: 2.375rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 496, resources/assets/styles/elements/_competence.scss */

  .template-allrechtsgebiete .competence-element,
  .single-city .competence-element {
    margin-bottom: 3.125rem;
  }

  /* line 501, resources/assets/styles/elements/_competence.scss */

  .template-allrechtsgebiete .competence-element .more-rgb,
  .single-city .competence-element .more-rgb {
    font-size: 1rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 509, resources/assets/styles/elements/_competence.scss */

  .template-allrechtsgebiete .competence-element h2,
  .single-city .competence-element h2 {
    font-size: 2.625rem;
    line-height: 2.875rem;
  }
}

@media (max-width: 575.98px) {
  /* line 518, resources/assets/styles/elements/_competence.scss */

  .template-allrechtsgebiete .competence-element h2,
  .single-city .competence-element h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 529, resources/assets/styles/elements/_competence.scss */

  .home .competence-element h2 {
    margin-bottom: 2rem;
    text-align: left;
  }

  /* line 534, resources/assets/styles/elements/_competence.scss */

  .home .competence-element .lable {
    margin-left: 3.75rem;
  }
}

@media (max-width: 767.98px) {
  /* line 540, resources/assets/styles/elements/_competence.scss */

  .home .competence-element .lable {
    margin-left: 1.875rem;
  }
}

@media (max-width: 575.98px) {
  /* line 546, resources/assets/styles/elements/_competence.scss */

  .home .competence-element .lable {
    margin-left: 1.25rem;
  }
}

/* line 1, resources/assets/styles/elements/_promise.scss */

.promise-element {
  margin-top: 4.6875rem;
  margin-bottom: 7.5rem;
}

/* line 5, resources/assets/styles/elements/_promise.scss */

.promise-element img {
  width: 100%;
  border-radius: 0.625rem;
  height: 17.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 12, resources/assets/styles/elements/_promise.scss */

.promise-element h2,
.promise-element .h3 {
  color: #336B62;
}

/* line 16, resources/assets/styles/elements/_promise.scss */

.promise-element .content-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* line 21, resources/assets/styles/elements/_promise.scss */

.promise-element .mobile-headline {
  display: none;
}

/* line 25, resources/assets/styles/elements/_promise.scss */

.promise-element .img-wrapper {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

/* line 30, resources/assets/styles/elements/_promise.scss */

.promise-element .img-wrapper img {
  height: 100%;
}

/* line 35, resources/assets/styles/elements/_promise.scss */

.promise-element .element-content {
  margin-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* line 47, resources/assets/styles/elements/_promise.scss */

.promise-element .element-content:nth-of-type(3) .img-overlay::after {
  display: none;
}

/* line 53, resources/assets/styles/elements/_promise.scss */

.promise-element .element-content h3,
.promise-element .element-content .h3 {
  color: #336B62;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  margin-bottom: 1.9375rem;
  margin-top: 3.75rem;
}

/* line 63, resources/assets/styles/elements/_promise.scss */

.promise-element .section-headline {
  font-size: 3.125rem;
  line-height: 3.4375rem;
  margin-bottom: 3.75rem;
  text-align: center;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 63, resources/assets/styles/elements/_promise.scss */

  .promise-element .section-headline {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}

/* line 77, resources/assets/styles/elements/_promise.scss */

.promise-element .container .cta.btn,
.promise-element .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.promise-element .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.promise-element .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.promise-element .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.promise-element .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.promise-element .container .team-cta-element .col-team-cta .cta,
.team-cta-element .col-team-cta .promise-element .container .cta,
.promise-element footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
footer .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.promise-element .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.archive .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.promise-element .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.blog .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
.promise-element .container main.main .block .nf-form-layout .nf-form-content .submit-wrap input.cta[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .promise-element .container input.cta[type=button] {
  padding: 0.9375rem 2.25rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  background-color: #EC6552;
  border-color: #EC6552;
  color: #336B62;
  letter-spacing: 0;
  margin-top: 1.25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 89, resources/assets/styles/elements/_promise.scss */

.promise-element .container .cta.btn:hover,
.promise-element .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.single-ratgeber .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.promise-element .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.single-post .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.promise-element .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.template-rechner .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.promise-element .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.matching-ratgeber .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.promise-element .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.single-product .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.promise-element .container .team-cta-element .col-team-cta .cta:hover,
.team-cta-element .col-team-cta .promise-element .container .cta:hover,
.promise-element footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
footer .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.promise-element .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.archive .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.promise-element .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.blog .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field:hover,
.promise-element .container main.main .block .nf-form-layout .nf-form-content .submit-wrap input.cta:hover[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .promise-element .container input.cta:hover[type=button] {
  color: #EC6552;
  background-color: #6DC1AE;
}

@media (max-width: calc(835px - 1px)) {
  /* line 77, resources/assets/styles/elements/_promise.scss */

  .promise-element .container .cta.btn,
  .promise-element .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .single-ratgeber .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .container .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .promise-element .container .cta,
  .promise-element footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  footer .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .archive .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .blog .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .container main.main .block .nf-form-layout .nf-form-content .submit-wrap input.cta[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .promise-element .container input.cta[type=button] {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  /* line 77, resources/assets/styles/elements/_promise.scss */

  .promise-element .container .cta.btn,
  .promise-element .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .single-ratgeber .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .container .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .promise-element .container .cta,
  .promise-element footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  footer .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .archive .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .blog .newsletter-footer .promise-element .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cta.ninja-forms-field,
  .promise-element .container main.main .block .nf-form-layout .nf-form-content .submit-wrap input.cta[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .promise-element .container input.cta[type=button] {
    margin-bottom: 5.625rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }
}

@media (min-width: 835px) {
  /* line 110, resources/assets/styles/elements/_promise.scss */

  .promise-element .content-wrapper {
    margin-right: -2.8125rem;
    margin-left: -2.8125rem;
  }

  /* line 115, resources/assets/styles/elements/_promise.scss */

  .promise-element .element-content {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 1, resources/assets/styles/elements/_promise.scss */

  .promise-element {
    margin-top: 3.4375rem;
    margin-bottom: 4.5rem;
  }

  /* line 125, resources/assets/styles/elements/_promise.scss */

  .promise-element .section-headline {
    font-size: 2.8125rem;
    line-height: 3.125rem;
    max-width: none;
    margin-bottom: 3.75rem;
    text-align: left;
  }

  /* line 133, resources/assets/styles/elements/_promise.scss */

  .promise-element .img-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin-right: 1.875rem;
    margin-bottom: 1.3125rem;
  }

  /* line 139, resources/assets/styles/elements/_promise.scss */

  .promise-element .text-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
  }

  /* line 142, resources/assets/styles/elements/_promise.scss */

  .promise-element .text-wrapper p {
    margin-bottom: 0;
  }

  /* line 147, resources/assets/styles/elements/_promise.scss */

  .promise-element .element-content {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    padding: 1.875rem 0;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  /* line 155, resources/assets/styles/elements/_promise.scss */

  .promise-element .element-content:nth-of-type(3) {
    margin-bottom: 0;
    padding-bottom: 1.25rem;
  }

  /* line 160, resources/assets/styles/elements/_promise.scss */

  .promise-element .element-content .h3 {
    margin-top: 0;
  }

  /* line 165, resources/assets/styles/elements/_promise.scss */

  .promise-element img {
    max-width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_promise.scss */

  .promise-element {
    margin-top: 2.3125rem;
    margin-bottom: 0;
  }

  /* line 175, resources/assets/styles/elements/_promise.scss */

  .promise-element > .container {
    padding: 0;
    max-width: none !important;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
  }

  /* line 181, resources/assets/styles/elements/_promise.scss */

  .promise-element .lable {
    margin-left: 1.25rem;
  }

  /* line 185, resources/assets/styles/elements/_promise.scss */

  .promise-element .section-headline {
    font-size: 2rem;
    line-height: 2.25rem;
    text-align: left;
    margin: 0 1.25rem;
  }

  /* line 192, resources/assets/styles/elements/_promise.scss */

  .promise-element .content-wrapper {
    margin-left: 0.3125rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  /* line 200, resources/assets/styles/elements/_promise.scss */

  .promise-element .content-wrapper::-webkit-scrollbar {
    display: none;
  }

  /* line 205, resources/assets/styles/elements/_promise.scss */

  .promise-element .text-wrapper {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  /* line 209, resources/assets/styles/elements/_promise.scss */

  .promise-element .element-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.875rem;
            flex: 0 0 18.875rem;
    max-width: 18.875rem;
    scroll-snap-align: start;
  }

  /* line 217, resources/assets/styles/elements/_promise.scss */

  .promise-element .element-content h3,
  .promise-element .element-content .h3 {
    margin-bottom: 1.1875rem;
    margin-top: 1.1875rem;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: #336B62;
  }

  /* line 224, resources/assets/styles/elements/_promise.scss */

  .promise-element .element-content h3.mobile-headline,
  .promise-element .element-content .h3.mobile-headline {
    display: block;
  }

  /* line 230, resources/assets/styles/elements/_promise.scss */

  .promise-element .img-wrapper {
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}

/* line 238, resources/assets/styles/elements/_promise.scss */

.single-product .promise-element {
  margin-bottom: 2rem;
}

/* line 246, resources/assets/styles/elements/_promise.scss */

.is-coop .promise-element .img-wrapper img {
  max-width: 4.25rem;
}

@media (max-width: 575.98px) {
  /* line 245, resources/assets/styles/elements/_promise.scss */

  .is-coop .promise-element .img-wrapper {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-bottom: 0;
  }
}

/* line 257, resources/assets/styles/elements/_promise.scss */

.is-coop .promise-element .element-content .h3 {
  margin-top: 2.8125rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 263, resources/assets/styles/elements/_promise.scss */

  .is-coop .promise-element .img-wrapper {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  /* line 267, resources/assets/styles/elements/_promise.scss */

  .is-coop .promise-element .text-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

/* line 2, resources/assets/styles/elements/_news-element.scss */

.news-element .section-headline,
.news-card .section-headline {
  font-size: 1.875rem;
  line-height: 3.0625rem;
  margin-bottom: 3.125rem;
  text-align: center;
  color: #336B62;
}

/* line 10, resources/assets/styles/elements/_news-element.scss */

.news-element .more-news,
.news-card .more-news {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.9375rem 2.25rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  letter-spacing: 0;
  -webkit-transition: .2s ease-in-out all;
  -o-transition: .2s ease-in-out all;
  transition: .2s ease-in-out all;
  border: 3px solid #336B62;
  font-weight: 700;
}

/* line 21, resources/assets/styles/elements/_news-element.scss */

.news-element .more-news:hover,
.news-card .more-news:hover {
  background-color: #336B62;
  color: #fff;
}

/* line 27, resources/assets/styles/elements/_news-element.scss */

.news-element header,
.news-card header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-preferred-size: 15.375rem;
      flex-basis: 15.375rem;
  width: 100%;
}

/* line 37, resources/assets/styles/elements/_news-element.scss */

.news-element .news-title-section,
.news-card .news-title-section {
  position: relative;
}

/* line 40, resources/assets/styles/elements/_news-element.scss */

.news-element .news-title-section h3,
.news-element .news-title-section .news-date,
.news-element .news-title-section .excerpt,
.news-element .news-title-section .btn-more,
.news-card .news-title-section h3,
.news-card .news-title-section .news-date,
.news-card .news-title-section .excerpt,
.news-card .news-title-section .btn-more {
  padding: 0 1.375rem;
}

/* line 44, resources/assets/styles/elements/_news-element.scss */

.news-element .news-title-section h3,
.news-element .news-title-section .news-date,
.news-card .news-title-section h3,
.news-card .news-title-section .news-date {
  color: #fff;
}

/* line 48, resources/assets/styles/elements/_news-element.scss */

.news-element .news-title-section h3,
.news-card .news-title-section h3 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-bottom: 1.625rem;
}

/* line 54, resources/assets/styles/elements/_news-element.scss */

.news-element .news-title-section .news-date,
.news-card .news-title-section .news-date {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 1.875rem;
}

/* line 60, resources/assets/styles/elements/_news-element.scss */

.news-element .news-title-section .btn-more,
.news-card .news-title-section .btn-more {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 2.5625rem;
  margin-top: 2.25rem;
  position: relative;
  color: #6DC1AE;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

/* line 71, resources/assets/styles/elements/_news-element.scss */

.news-element .news-title-section .btn-more::after,
.news-card .news-title-section .btn-more::after {
  content: "\E900";
  font-family: "rigtmart";
  position: absolute;
  color: #6DC1AE;
  background-color: #E5EEFA;
  font-size: 0.375rem;
  right: 1.375rem;
  padding: 0.75rem 0.6875rem;
  border-radius: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(270deg);
       -o-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  width: 1.875rem;
}

/* line 92, resources/assets/styles/elements/_news-element.scss */

.news-element .news-col,
.news-card .news-col {
  -webkit-box-shadow: 0 1rem 2rem #2E374629;
          box-shadow: 0 1rem 2rem #2E374629;
  border-radius: 0.625rem;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: .2s ease-in-out all;
  -o-transition: .2s ease-in-out all;
  transition: .2s ease-in-out all;
}

/* line 99, resources/assets/styles/elements/_news-element.scss */

.news-element .news-col:hover,
.news-card .news-col:hover {
  text-decoration: none;
  color: #6DC1AE;
  -webkit-box-shadow: 0 0.5rem 1rem #2E374629;
          box-shadow: 0 0.5rem 1rem #2E374629;
}

/* line 104, resources/assets/styles/elements/_news-element.scss */

.news-element .news-col:hover img,
.news-card .news-col:hover img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 110, resources/assets/styles/elements/_news-element.scss */

.news-element .img-overlay,
.news-card .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

/* line 119, resources/assets/styles/elements/_news-element.scss */

.news-element .img-overlay img,
.news-card .img-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .2s ease-in-out all;
  -o-transition: .2s ease-in-out all;
  transition: .2s ease-in-out all;
}

/* line 126, resources/assets/styles/elements/_news-element.scss */

.news-element .img-overlay::before,
.news-card .img-overlay::before {
  content: '';
  background-color: #336B62;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

@media (max-width: 575.98px) {
  /* line 138, resources/assets/styles/elements/_news-element.scss */

  .news-element .element,
  .news-card .element {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 144, resources/assets/styles/elements/_news-element.scss */

  .news-element .news-element-wrapper .more-news,
  .news-card .news-element-wrapper .more-news {
    margin-top: 0;
  }
}

/* line 151, resources/assets/styles/elements/_news-element.scss */

.news-element {
  margin-bottom: 4.6875rem;
  margin-top: 4.6875rem;
}

/* line 155, resources/assets/styles/elements/_news-element.scss */

.news-element .news-element-wrapper {
  padding-bottom: 3.25rem;
}

/* line 160, resources/assets/styles/elements/_news-element.scss */

.news-element .news-col .excerpt {
  margin-top: 1.5625rem;
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  padding: 0;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 160, resources/assets/styles/elements/_news-element.scss */

  .news-element .news-col .excerpt {
    font-size: 1rem;
  }
}

/* line 171, resources/assets/styles/elements/_news-element.scss */

.news-element .news-col:nth-of-type(1),
.news-element .news-col:nth-of-type(2),
.news-element .news-col:nth-of-type(3) {
  margin-right: 2rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 151, resources/assets/styles/elements/_news-element.scss */

  .news-element {
    margin-bottom: 3.125rem;
    margin-top: 3.125rem;
  }

  /* line 181, resources/assets/styles/elements/_news-element.scss */

  .news-element .news-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 276px;
            flex: 0 0 276px;
    max-width: 17.25rem;
  }

  /* line 186, resources/assets/styles/elements/_news-element.scss */

  .news-element .news-col .news-title-section h3,
  .news-element .news-col .news-title-section .news-date,
  .news-element .news-col .news-title-section .excerpt,
  .news-element .news-col .news-title-section .btn-more {
    padding: 0 2.375rem;
  }

  /* line 192, resources/assets/styles/elements/_news-element.scss */

  .news-element .container.element {
    max-width: none;
    padding: 0;
  }

  /* line 197, resources/assets/styles/elements/_news-element.scss */

  .news-element .news-element-wrapper {
    overflow-x: scroll;
    padding-left: 3.75rem;
    scrollbar-width: none;
  }

  /* line 202, resources/assets/styles/elements/_news-element.scss */

  .news-element .news-element-wrapper::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 209, resources/assets/styles/elements/_news-element.scss */

  .news-element .news-element-wrapper {
    padding-left: 1.875rem;
  }
}

@media (max-width: 575.98px) {
  /* line 151, resources/assets/styles/elements/_news-element.scss */

  .news-element {
    margin-bottom: 2.1875rem;
    margin-top: 2.1875rem;
  }

  /* line 218, resources/assets/styles/elements/_news-element.scss */

  .news-element .news-element-wrapper {
    padding-left: 1.25rem;
  }

  /* line 222, resources/assets/styles/elements/_news-element.scss */

  .news-element .section-headline,
  .news-element .more-news {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    font-size: 1rem;
  }

  /* line 228, resources/assets/styles/elements/_news-element.scss */

  .news-element .section-headline {
    max-width: none;
  }
}

/* line 1, resources/assets/styles/elements/_marquee.scss */

.marquee-wrapper {
  padding: 0;
}

/* line 4, resources/assets/styles/elements/_marquee.scss */

.marquee-wrapper .wrapper {
  background-color: #E5EEFA;
  border-radius: 0 0 0.625rem 0.625rem;
  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%;
  text-align: center;
  position: relative;
}

/* line 14, resources/assets/styles/elements/_marquee.scss */

.marquee-wrapper .marquee-tag {
  position: absolute;
  color: #fff;
  background-color: #F90741;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 0 0.625rem;
}

/* line 23, resources/assets/styles/elements/_marquee.scss */

.marquee-wrapper .marquee-tag p {
  padding-left: 2.1875rem;
  padding-right: 0.9375rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}

/* line 31, resources/assets/styles/elements/_marquee.scss */

.marquee-wrapper .marquee-tag:before {
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0.8125rem;
}

/* line 41, resources/assets/styles/elements/_marquee.scss */

.marquee-wrapper .marquee-tag:after {
  content: '';
  height: 100%;
  width: 1.3125rem;
  position: absolute;
  left: 4.865rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(103, 122, 159, 0.4)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(103, 122, 159, 0.4), transparent);
  background: -o-linear-gradient(left, rgba(103, 122, 159, 0.4), transparent);
  background: linear-gradient(90deg, rgba(103, 122, 159, 0.4), transparent);
}

/* line 51, resources/assets/styles/elements/_marquee.scss */

.marquee-wrapper .marquee {
  max-width: 100vw;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1rem;
}

/* line 57, resources/assets/styles/elements/_marquee.scss */

.marquee-wrapper .marquee span {
  display: inline-block;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  -webkit-animation: marquee linear infinite;
       -o-animation: marquee linear infinite;
          animation: marquee linear infinite;
  -webkit-animation-duration: 30s;
       -o-animation-duration: 30s;
          animation-duration: 30s;
}

/* line 64, resources/assets/styles/elements/_marquee.scss */

.marquee-wrapper .marquee span.stopped {
  -webkit-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-o-keyframes marquee {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }

  100% {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 1, resources/assets/styles/elements/_marquee.scss */

  .marquee-wrapper {
    position: absolute;
    top: 0;
  }

  /* line 79, resources/assets/styles/elements/_marquee.scss */

  .marquee-wrapper > .container {
    max-width: none !important;
    padding: 0;
    margin: 0;
  }

  /* line 84, resources/assets/styles/elements/_marquee.scss */

  .marquee-wrapper > .container .wrapper {
    border-radius: 0.625rem 0.625rem 0 0;
  }

  /* line 88, resources/assets/styles/elements/_marquee.scss */

  .marquee-wrapper > .container .marquee-tag {
    border-radius: 0.625rem 0 0 0;
  }
}

/* line 2, resources/assets/styles/elements/_actions.scss */

.actions-element .col-actions-text,
.actions-element .col-affected-text {
  padding: 1.8125rem;
  border-radius: 0.625rem;
  border: 10px solid #E5EEFA;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 10, resources/assets/styles/elements/_actions.scss */

.actions-element .col-actions-text .textarea,
.actions-element .col-affected-text .textarea {
  color: #6DC1AE;
  font-size: 1.125rem;
  line-height: 2rem;
}

/* line 15, resources/assets/styles/elements/_actions.scss */

.actions-element .col-actions-text .textarea ul,
.actions-element .col-affected-text .textarea ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

/* line 21, resources/assets/styles/elements/_actions.scss */

.actions-element .col-actions-text .textarea li,
.actions-element .col-affected-text .textarea li {
  position: relative;
  padding-left: 2.5625rem;
}

/* line 25, resources/assets/styles/elements/_actions.scss */

.actions-element .col-actions-text .textarea li a,
.actions-element .col-affected-text .textarea li a {
  position: relative;
  z-index: 1;
  word-break: break-word;
  display: inline-block;
  border-bottom: 2px solid #EC6552;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* line 35, resources/assets/styles/elements/_actions.scss */

.actions-element .col-actions-text .textarea li a::after,
.actions-element .col-affected-text .textarea li a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -2px;
  left: -0.25em;
  right: -0.25em;
  background-color: transparent;
  -webkit-transform-origin: bottom center;
       -o-transform-origin: bottom center;
          transform-origin: bottom center;
  transform: scaleY(0.1);
  -webkit-transform: scaleY(0.1);
  -moz-transform: scaleY(0.1);
  -ms-transform: scaleY(0.1);
  -o-transform: scaleY(0.1);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 35, resources/assets/styles/elements/_actions.scss */

  .actions-element .col-actions-text .textarea li a::after,
  .actions-element .col-affected-text .textarea li a::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 51, resources/assets/styles/elements/_actions.scss */

.actions-element .col-actions-text .textarea li a:hover,
.actions-element .col-affected-text .textarea li a:hover {
  text-decoration: none;
  color: #6DC1AE;
}

/* line 55, resources/assets/styles/elements/_actions.scss */

.actions-element .col-actions-text .textarea li a:hover::after,
.actions-element .col-affected-text .textarea li a:hover::after {
  background-color: #EC6552;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

/* line 63, resources/assets/styles/elements/_actions.scss */

.actions-element .col-actions-text .textarea li:before,
.actions-element .col-affected-text .textarea li:before {
  content: "\E921";
  color: #EC6552;
  display: inline-block;
  font-size: 0.75rem;
  line-height: inherit;
  position: absolute;
  left: 0;
}

/* line 74, resources/assets/styles/elements/_actions.scss */

.actions-element .col-actions-text .textarea li:not(:last-child),
.actions-element .col-affected-text .textarea li:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 81, resources/assets/styles/elements/_actions.scss */

.actions-element .col-affected-text {
  margin-right: 2rem;
}

/* line 85, resources/assets/styles/elements/_actions.scss */

.actions-element .headline,
.actions-element .headline-mobile {
  color: #336B62;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin-bottom: 1.8125rem;
}

/* line 92, resources/assets/styles/elements/_actions.scss */

.actions-element .col-trigger {
  display: none;
}

@media (max-width: calc(835px - 1px)) {
  /* line 1, resources/assets/styles/elements/_actions.scss */

  .actions-element {
    margin-bottom: 4.375rem;
  }

  /* line 100, resources/assets/styles/elements/_actions.scss */

  .actions-element .col-affected-text,
  .actions-element .col-actions-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 105, resources/assets/styles/elements/_actions.scss */

  .actions-element .col-affected-text {
    margin-bottom: 1.875rem;
  }

  /* line 108, resources/assets/styles/elements/_actions.scss */

  .actions-element .col-affected-text .btn-border {
    margin-top: 5rem;
  }
}

/* line 116, resources/assets/styles/elements/_actions.scss */

.block-action-cards .action-slider {
  margin-top: 1.25rem;
}

/* line 119, resources/assets/styles/elements/_actions.scss */

.block-action-cards .action-slider .slick-slide > div,
.block-action-cards .action-slider .action,
.block-action-cards .action-slider .card,
.block-action-cards .action-slider .single-ratgeber .social-box,
.single-ratgeber .block-action-cards .action-slider .social-box,
.block-action-cards .action-slider .single-post .social-box,
.single-post .block-action-cards .action-slider .social-box,
.block-action-cards .action-slider .template-rechner .social-box,
.template-rechner .block-action-cards .action-slider .social-box,
.block-action-cards .action-slider .matching-ratgeber .social-box,
.matching-ratgeber .block-action-cards .action-slider .social-box,
.block-action-cards .action-slider .single-product .social-box,
.single-product .block-action-cards .action-slider .social-box {
  height: 100%;
}

/* line 124, resources/assets/styles/elements/_actions.scss */

.block-action-cards .action-slider .action .number {
  display: block;
  width: 60px;
  height: 60px;
  background: #6DC1AE;
  color: #336B62;
  border-radius: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  margin: 0.9375rem auto 1.5625rem auto;
}

/* line 137, resources/assets/styles/elements/_actions.scss */

.block-action-cards .action-slider .action img {
  margin-bottom: 1.5625rem;
}

@media (min-width: 992px) {
  /* line 147, resources/assets/styles/elements/_actions.scss */

  .block-action-cards .action-slider {
    margin-top: 3.4375rem;
  }

  /* line 151, resources/assets/styles/elements/_actions.scss */

  .block-action-cards .action-slider .action .card-title {
    -ms-word-break: normal;
    word-break: normal;
    word-wrap: normal;
    -ms-hyphens: none;
    -webkit-hyphens: none;
            hyphens: none;
  }
}

/* line 1, resources/assets/styles/elements/_timeline.scss */

.timeline-element {
  margin-top: 4.375rem;
  margin-bottom: 8.125rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 1, resources/assets/styles/elements/_timeline.scss */

  .timeline-element {
    margin-top: 1.6875rem;
    margin-bottom: 4.6875rem;
  }

  /* line 9, resources/assets/styles/elements/_timeline.scss */

  .timeline-element > .container {
    max-width: none !important;
    padding: 0;
    margin: 0;
  }
}

/* line 17, resources/assets/styles/elements/_timeline.scss */

.col-overview {
  padding: 0;
}

/* line 20, resources/assets/styles/elements/_timeline.scss */

.col-overview .headline {
  text-align: center;
  padding-bottom: 2.5rem;
  max-width: 300px;
  margin: auto;
}

/* line 27, resources/assets/styles/elements/_timeline.scss */

.col-overview > .element-wrapper {
  padding-top: 3.0625rem;
  padding-bottom: 4.3125rem;
  background-color: #E5EEFA;
  border-radius: 0.625rem;
}

/* line 34, resources/assets/styles/elements/_timeline.scss */

.col-overview > .element-wrapper > div:nth-last-child(2) .circle-bottom {
  background: #E5EEFA;
  border: 3px solid #E5EEFA;
}

/* line 39, resources/assets/styles/elements/_timeline.scss */

.col-overview > .element-wrapper > div:nth-last-child(2) .connecting-line {
  display: none;
}

/* line 45, resources/assets/styles/elements/_timeline.scss */

.col-overview .card:nth-of-type(1),
.col-overview .single-ratgeber .social-box:nth-of-type(1),
.single-ratgeber .col-overview .social-box:nth-of-type(1),
.col-overview .single-post .social-box:nth-of-type(1),
.single-post .col-overview .social-box:nth-of-type(1),
.col-overview .template-rechner .social-box:nth-of-type(1),
.template-rechner .col-overview .social-box:nth-of-type(1),
.col-overview .matching-ratgeber .social-box:nth-of-type(1),
.matching-ratgeber .col-overview .social-box:nth-of-type(1),
.col-overview .single-product .social-box:nth-of-type(1),
.single-product .col-overview .social-box:nth-of-type(1),
.col-overview .card:nth-of-type(2),
.col-overview .single-ratgeber .social-box:nth-of-type(2),
.single-ratgeber .col-overview .social-box:nth-of-type(2),
.col-overview .single-post .social-box:nth-of-type(2),
.single-post .col-overview .social-box:nth-of-type(2),
.col-overview .template-rechner .social-box:nth-of-type(2),
.template-rechner .col-overview .social-box:nth-of-type(2),
.col-overview .matching-ratgeber .social-box:nth-of-type(2),
.matching-ratgeber .col-overview .social-box:nth-of-type(2),
.col-overview .single-product .social-box:nth-of-type(2),
.single-product .col-overview .social-box:nth-of-type(2),
.col-overview .card:nth-of-type(3),
.col-overview .single-ratgeber .social-box:nth-of-type(3),
.single-ratgeber .col-overview .social-box:nth-of-type(3),
.col-overview .single-post .social-box:nth-of-type(3),
.single-post .col-overview .social-box:nth-of-type(3),
.col-overview .template-rechner .social-box:nth-of-type(3),
.template-rechner .col-overview .social-box:nth-of-type(3),
.col-overview .matching-ratgeber .social-box:nth-of-type(3),
.matching-ratgeber .col-overview .social-box:nth-of-type(3),
.col-overview .single-product .social-box:nth-of-type(3),
.single-product .col-overview .social-box:nth-of-type(3),
.col-overview .card:nth-of-type(4),
.col-overview .single-ratgeber .social-box:nth-of-type(4),
.single-ratgeber .col-overview .social-box:nth-of-type(4),
.col-overview .single-post .social-box:nth-of-type(4),
.single-post .col-overview .social-box:nth-of-type(4),
.col-overview .template-rechner .social-box:nth-of-type(4),
.template-rechner .col-overview .social-box:nth-of-type(4),
.col-overview .matching-ratgeber .social-box:nth-of-type(4),
.matching-ratgeber .col-overview .social-box:nth-of-type(4),
.col-overview .single-product .social-box:nth-of-type(4),
.single-product .col-overview .social-box:nth-of-type(4),
.col-overview .card:nth-of-type(5),
.col-overview .single-ratgeber .social-box:nth-of-type(5),
.single-ratgeber .col-overview .social-box:nth-of-type(5),
.col-overview .single-post .social-box:nth-of-type(5),
.single-post .col-overview .social-box:nth-of-type(5),
.col-overview .template-rechner .social-box:nth-of-type(5),
.template-rechner .col-overview .social-box:nth-of-type(5),
.col-overview .matching-ratgeber .social-box:nth-of-type(5),
.matching-ratgeber .col-overview .social-box:nth-of-type(5),
.col-overview .single-product .social-box:nth-of-type(5),
.single-product .col-overview .social-box:nth-of-type(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 50, resources/assets/styles/elements/_timeline.scss */

.col-overview .card:nth-of-type(5) .connecting-line,
.col-overview .single-ratgeber .social-box:nth-of-type(5) .connecting-line,
.single-ratgeber .col-overview .social-box:nth-of-type(5) .connecting-line,
.col-overview .single-post .social-box:nth-of-type(5) .connecting-line,
.single-post .col-overview .social-box:nth-of-type(5) .connecting-line,
.col-overview .template-rechner .social-box:nth-of-type(5) .connecting-line,
.template-rechner .col-overview .social-box:nth-of-type(5) .connecting-line,
.col-overview .matching-ratgeber .social-box:nth-of-type(5) .connecting-line,
.matching-ratgeber .col-overview .social-box:nth-of-type(5) .connecting-line,
.col-overview .single-product .social-box:nth-of-type(5) .connecting-line,
.single-product .col-overview .social-box:nth-of-type(5) .connecting-line {
  display: none;
}

/* line 54, resources/assets/styles/elements/_timeline.scss */

.col-overview .card:nth-of-type(5) .circle-bottom,
.col-overview .single-ratgeber .social-box:nth-of-type(5) .circle-bottom,
.single-ratgeber .col-overview .social-box:nth-of-type(5) .circle-bottom,
.col-overview .single-post .social-box:nth-of-type(5) .circle-bottom,
.single-post .col-overview .social-box:nth-of-type(5) .circle-bottom,
.col-overview .template-rechner .social-box:nth-of-type(5) .circle-bottom,
.template-rechner .col-overview .social-box:nth-of-type(5) .circle-bottom,
.col-overview .matching-ratgeber .social-box:nth-of-type(5) .circle-bottom,
.matching-ratgeber .col-overview .social-box:nth-of-type(5) .circle-bottom,
.col-overview .single-product .social-box:nth-of-type(5) .circle-bottom,
.single-product .col-overview .social-box:nth-of-type(5) .circle-bottom {
  background: #E5EEFA;
  border: 3px solid #E5EEFA;
}

/* line 60, resources/assets/styles/elements/_timeline.scss */

.col-overview .card,
.col-overview .single-ratgeber .social-box,
.single-ratgeber .col-overview .social-box,
.col-overview .single-post .social-box,
.single-post .col-overview .social-box,
.col-overview .template-rechner .social-box,
.template-rechner .col-overview .social-box,
.col-overview .matching-ratgeber .social-box,
.matching-ratgeber .col-overview .social-box,
.col-overview .single-product .social-box,
.single-product .col-overview .social-box {
  display: none;
  border-radius: 0.5rem;
  text-align: left;
  margin: 1.3125rem 25%;
  position: relative;
  border: none;
  overflow: visible;
}

/* line 69, resources/assets/styles/elements/_timeline.scss */

.col-overview .card .img-overlay,
.col-overview .single-ratgeber .social-box .img-overlay,
.single-ratgeber .col-overview .social-box .img-overlay,
.col-overview .single-post .social-box .img-overlay,
.single-post .col-overview .social-box .img-overlay,
.col-overview .template-rechner .social-box .img-overlay,
.template-rechner .col-overview .social-box .img-overlay,
.col-overview .matching-ratgeber .social-box .img-overlay,
.matching-ratgeber .col-overview .social-box .img-overlay,
.col-overview .single-product .social-box .img-overlay,
.single-product .col-overview .social-box .img-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #336B62;
}

/* line 77, resources/assets/styles/elements/_timeline.scss */

.col-overview .card .img-overlay img,
.col-overview .single-ratgeber .social-box .img-overlay img,
.single-ratgeber .col-overview .social-box .img-overlay img,
.col-overview .single-post .social-box .img-overlay img,
.single-post .col-overview .social-box .img-overlay img,
.col-overview .template-rechner .social-box .img-overlay img,
.template-rechner .col-overview .social-box .img-overlay img,
.col-overview .matching-ratgeber .social-box .img-overlay img,
.matching-ratgeber .col-overview .social-box .img-overlay img,
.col-overview .single-product .social-box .img-overlay img,
.single-product .col-overview .social-box .img-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}

/* line 86, resources/assets/styles/elements/_timeline.scss */

.col-overview .card.has-img .card-date,
.col-overview .single-ratgeber .has-img.social-box .card-date,
.single-ratgeber .col-overview .has-img.social-box .card-date,
.col-overview .single-post .has-img.social-box .card-date,
.single-post .col-overview .has-img.social-box .card-date,
.col-overview .template-rechner .has-img.social-box .card-date,
.template-rechner .col-overview .has-img.social-box .card-date,
.col-overview .matching-ratgeber .has-img.social-box .card-date,
.matching-ratgeber .col-overview .has-img.social-box .card-date,
.col-overview .single-product .has-img.social-box .card-date,
.single-product .col-overview .has-img.social-box .card-date {
  color: #EC6552;
}

/* line 91, resources/assets/styles/elements/_timeline.scss */

.col-overview .card .card-content,
.col-overview .single-ratgeber .social-box .card-content,
.single-ratgeber .col-overview .social-box .card-content,
.col-overview .single-post .social-box .card-content,
.single-post .col-overview .social-box .card-content,
.col-overview .template-rechner .social-box .card-content,
.template-rechner .col-overview .social-box .card-content,
.col-overview .matching-ratgeber .social-box .card-content,
.matching-ratgeber .col-overview .social-box .card-content,
.col-overview .single-product .social-box .card-content,
.single-product .col-overview .social-box .card-content {
  padding: 1.875rem 2.5rem;
  z-index: 1;
}

/* line 96, resources/assets/styles/elements/_timeline.scss */

.col-overview .card .circle-top,
.col-overview .single-ratgeber .social-box .circle-top,
.single-ratgeber .col-overview .social-box .circle-top,
.col-overview .single-post .social-box .circle-top,
.single-post .col-overview .social-box .circle-top,
.col-overview .template-rechner .social-box .circle-top,
.template-rechner .col-overview .social-box .circle-top,
.col-overview .matching-ratgeber .social-box .circle-top,
.matching-ratgeber .col-overview .social-box .circle-top,
.col-overview .single-product .social-box .circle-top,
.single-product .col-overview .social-box .circle-top,
.col-overview .card .circle-bottom,
.col-overview .single-ratgeber .social-box .circle-bottom,
.single-ratgeber .col-overview .social-box .circle-bottom,
.col-overview .single-post .social-box .circle-bottom,
.single-post .col-overview .social-box .circle-bottom,
.col-overview .template-rechner .social-box .circle-bottom,
.template-rechner .col-overview .social-box .circle-bottom,
.col-overview .matching-ratgeber .social-box .circle-bottom,
.matching-ratgeber .col-overview .social-box .circle-bottom,
.col-overview .single-product .social-box .circle-bottom,
.single-product .col-overview .social-box .circle-bottom {
  width: 1.1875rem;
  height: 1.1875rem;
  background: #6DC1AE;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0.75rem;
}

/* line 106, resources/assets/styles/elements/_timeline.scss */

.col-overview .card .circle-top,
.col-overview .single-ratgeber .social-box .circle-top,
.single-ratgeber .col-overview .social-box .circle-top,
.col-overview .single-post .social-box .circle-top,
.single-post .col-overview .social-box .circle-top,
.col-overview .template-rechner .social-box .circle-top,
.template-rechner .col-overview .social-box .circle-top,
.col-overview .matching-ratgeber .social-box .circle-top,
.matching-ratgeber .col-overview .social-box .circle-top,
.col-overview .single-product .social-box .circle-top,
.single-product .col-overview .social-box .circle-top {
  top: 0.75rem;
}

/* line 110, resources/assets/styles/elements/_timeline.scss */

.col-overview .card .circle-bottom,
.col-overview .single-ratgeber .social-box .circle-bottom,
.single-ratgeber .col-overview .social-box .circle-bottom,
.col-overview .single-post .social-box .circle-bottom,
.single-post .col-overview .social-box .circle-bottom,
.col-overview .template-rechner .social-box .circle-bottom,
.template-rechner .col-overview .social-box .circle-bottom,
.col-overview .matching-ratgeber .social-box .circle-bottom,
.matching-ratgeber .col-overview .social-box .circle-bottom,
.col-overview .single-product .social-box .circle-bottom,
.single-product .col-overview .social-box .circle-bottom {
  bottom: 0.75rem;
}

/* line 114, resources/assets/styles/elements/_timeline.scss */

.col-overview .card .connecting-line,
.col-overview .single-ratgeber .social-box .connecting-line,
.single-ratgeber .col-overview .social-box .connecting-line,
.col-overview .single-post .social-box .connecting-line,
.single-post .col-overview .social-box .connecting-line,
.col-overview .template-rechner .social-box .connecting-line,
.template-rechner .col-overview .social-box .connecting-line,
.col-overview .matching-ratgeber .social-box .connecting-line,
.matching-ratgeber .col-overview .social-box .connecting-line,
.col-overview .single-product .social-box .connecting-line,
.single-product .col-overview .social-box .connecting-line {
  position: absolute;
  border-left: 1px solid #6DC1AE;
  height: 4.0625rem;
  z-index: 2;
  left: 1.3125rem;
  bottom: -2.8125rem;
}

/* line 123, resources/assets/styles/elements/_timeline.scss */

.col-overview .card .card-date,
.col-overview .single-ratgeber .social-box .card-date,
.single-ratgeber .col-overview .social-box .card-date,
.col-overview .single-post .social-box .card-date,
.single-post .col-overview .social-box .card-date,
.col-overview .template-rechner .social-box .card-date,
.template-rechner .col-overview .social-box .card-date,
.col-overview .matching-ratgeber .social-box .card-date,
.matching-ratgeber .col-overview .social-box .card-date,
.col-overview .single-product .social-box .card-date,
.single-product .col-overview .social-box .card-date {
  font-weight: bold;
  text-transform: uppercase;
  color: #6DC1AE;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.8px;
  margin-bottom: 0.5625rem;
}

/* line 133, resources/assets/styles/elements/_timeline.scss */

.col-overview .card .card-text,
.col-overview .single-ratgeber .social-box .card-text,
.single-ratgeber .col-overview .social-box .card-text,
.col-overview .single-post .social-box .card-text,
.single-post .col-overview .social-box .card-text,
.col-overview .template-rechner .social-box .card-text,
.template-rechner .col-overview .social-box .card-text,
.col-overview .matching-ratgeber .social-box .card-text,
.matching-ratgeber .col-overview .social-box .card-text,
.col-overview .single-product .social-box .card-text,
.single-product .col-overview .social-box .card-text {
  line-height: 1.75rem;
  font-size: 1.125rem;
}

/* line 139, resources/assets/styles/elements/_timeline.scss */

.col-overview .card:first-of-type .circle-top,
.col-overview .single-ratgeber .social-box:first-of-type .circle-top,
.single-ratgeber .col-overview .social-box:first-of-type .circle-top,
.col-overview .single-post .social-box:first-of-type .circle-top,
.single-post .col-overview .social-box:first-of-type .circle-top,
.col-overview .template-rechner .social-box:first-of-type .circle-top,
.template-rechner .col-overview .social-box:first-of-type .circle-top,
.col-overview .matching-ratgeber .social-box:first-of-type .circle-top,
.matching-ratgeber .col-overview .social-box:first-of-type .circle-top,
.col-overview .single-product .social-box:first-of-type .circle-top,
.single-product .col-overview .social-box:first-of-type .circle-top {
  display: none;
}

/* line 145, resources/assets/styles/elements/_timeline.scss */

.col-overview .card:last-of-type .circle-bottom,
.col-overview .single-ratgeber .social-box:last-of-type .circle-bottom,
.single-ratgeber .col-overview .social-box:last-of-type .circle-bottom,
.col-overview .single-post .social-box:last-of-type .circle-bottom,
.single-post .col-overview .social-box:last-of-type .circle-bottom,
.col-overview .template-rechner .social-box:last-of-type .circle-bottom,
.template-rechner .col-overview .social-box:last-of-type .circle-bottom,
.col-overview .matching-ratgeber .social-box:last-of-type .circle-bottom,
.matching-ratgeber .col-overview .social-box:last-of-type .circle-bottom,
.col-overview .single-product .social-box:last-of-type .circle-bottom,
.single-product .col-overview .social-box:last-of-type .circle-bottom,
.col-overview .card:last-of-type .connecting-line,
.col-overview .single-ratgeber .social-box:last-of-type .connecting-line,
.single-ratgeber .col-overview .social-box:last-of-type .connecting-line,
.col-overview .single-post .social-box:last-of-type .connecting-line,
.single-post .col-overview .social-box:last-of-type .connecting-line,
.col-overview .template-rechner .social-box:last-of-type .connecting-line,
.template-rechner .col-overview .social-box:last-of-type .connecting-line,
.col-overview .matching-ratgeber .social-box:last-of-type .connecting-line,
.matching-ratgeber .col-overview .social-box:last-of-type .connecting-line,
.col-overview .single-product .social-box:last-of-type .connecting-line,
.single-product .col-overview .social-box:last-of-type .connecting-line {
  display: none;
}

/* line 151, resources/assets/styles/elements/_timeline.scss */

.col-overview .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 156, resources/assets/styles/elements/_timeline.scss */

.col-overview .btn-border {
  color: #6DC1AE;
  background-color: #fff;
  text-align: left;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 1.0625rem 2.25rem;
  margin-top: 3.125rem;
  border-radius: 1.875rem;
  z-index: 4;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 1.125rem;
  font-weight: 700;
}

/* line 170, resources/assets/styles/elements/_timeline.scss */

.col-overview .btn-border:hover {
  background-color: #6DC1AE;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media (max-width: calc(835px - 1px)) {
  /* line 17, resources/assets/styles/elements/_timeline.scss */

  .col-overview {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 182, resources/assets/styles/elements/_timeline.scss */

  .col-overview .card,
  .col-overview .single-ratgeber .social-box,
  .single-ratgeber .col-overview .social-box,
  .col-overview .single-post .social-box,
  .single-post .col-overview .social-box,
  .col-overview .template-rechner .social-box,
  .template-rechner .col-overview .social-box,
  .col-overview .matching-ratgeber .social-box,
  .matching-ratgeber .col-overview .social-box,
  .col-overview .single-product .social-box,
  .single-product .col-overview .social-box {
    margin: 1.125rem 10%;
  }

  /* line 186, resources/assets/styles/elements/_timeline.scss */

  .col-overview .headline {
    padding-bottom: 1.375rem;
  }
}

@media (max-width: 575.98px) {
  /* line 192, resources/assets/styles/elements/_timeline.scss */

  .col-overview .card,
  .col-overview .single-ratgeber .social-box,
  .single-ratgeber .col-overview .social-box,
  .col-overview .single-post .social-box,
  .single-post .col-overview .social-box,
  .col-overview .template-rechner .social-box,
  .template-rechner .col-overview .social-box,
  .col-overview .matching-ratgeber .social-box,
  .matching-ratgeber .col-overview .social-box,
  .col-overview .single-product .social-box,
  .single-product .col-overview .social-box {
    margin: 1.625rem 1.25rem;
  }

  /* line 197, resources/assets/styles/elements/_timeline.scss */

  .col-overview .link-wrapper .btn-border {
    margin: 0.875rem 1.25rem;
    text-align: center;
    font-size: 1rem;
  }

  /* line 204, resources/assets/styles/elements/_timeline.scss */

  .col-overview > .element-wrapper {
    padding-bottom: 1.625rem;
  }
}

/* line 1, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element {
  padding: 0;
}

/* line 4, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .headline {
  padding-bottom: 1.5625rem;
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 2.4375rem;
  text-align: center;
  color: #336B62;
}

/* line 13, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .element-wrapper {
  background-color: #fff;
  border-radius: 0.5rem;
  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%;
}

/* line 21, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .faq-icon {
  margin-right: 0.75rem;
  width: 2.125rem;
}

/* line 26, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .faq-section-headline {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}

/* line 31, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .faq-item {
  margin: 0 20rem;
  font-size: 1.125rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 31, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element .faq-item {
    margin-left: 15%;
    margin-right: 15%;
  }
}

/* line 41, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .faq-head {
  color: #6DC1AE;
  background-color: #E5EEFA;
  border-radius: 0.5rem;
  position: relative;
  padding: 1.1875rem 1.4375rem;
  margin-top: 0.8125rem;
  font-weight: 700;
}

/* line 50, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .faq-head:hover {
  cursor: pointer;
}

/* line 54, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .faq-head.open {
  border-radius: 0.5rem 0.5rem 0 0;
}

/* line 58, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .faq-head p {
  margin: 0;
  line-height: 1.5rem;
  font-size: 1.125rem;
}

/* line 64, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .faq-head .icon-rm,
.themehub-faq-element .faq-head .breadcrumb-item + .breadcrumb-item:before,
.themehub-faq-element .faq-head .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .themehub-faq-element .faq-head li:before,
.themehub-faq-element .faq-head .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .themehub-faq-element .faq-head li:before {
  position: absolute;
  top: 1.75rem;
  right: 1.4375rem;
  font-weight: 700;
  font-size: 0.375rem;
}

/* line 71, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .faq-head .icon-rm.up,
.themehub-faq-element .faq-head .breadcrumb-item + .up.breadcrumb-item:before,
.themehub-faq-element .faq-head .actions-element .col-actions-text .textarea li.up:before,
.actions-element .col-actions-text .textarea .themehub-faq-element .faq-head li.up:before,
.themehub-faq-element .faq-head .actions-element .col-affected-text .textarea li.up:before,
.actions-element .col-affected-text .textarea .themehub-faq-element .faq-head li.up:before {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 77, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element .faq-content {
  display: none;
  background: #E5EEFA;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.75rem 1.4375rem 1.875rem 1.4375rem;
  color: #6DC1AE;
  line-height: 1.8125rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 87, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element .element-wrapper {
    background-color: #fff;
  }

  /* line 91, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element .faq-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 98, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element > .container {
    padding: 0 0.3125rem;
  }
}

/* line 104, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element {
  background-color: #336B62;
  margin-top: 3.125rem;
  padding-top: 7.5rem;
  padding-bottom: 10.625rem;
}

/* line 110, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element .headline {
  color: #fff;
  text-align: left;
  font-size: 3.125rem;
  line-height: 3.4375rem;
}

/* line 117, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element .faq-item,
.themehub-faq-element.faq-element .headline {
  max-width: 65.625rem;
  width: 100%;
  margin: auto;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 117, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element.faq-element .faq-item,
  .themehub-faq-element.faq-element .headline {
    margin-left: 15%;
    margin-right: 15%;
    max-width: none;
    width: unset;
  }
}

/* line 130, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element .faq-head,
.themehub-faq-element.faq-element .faq-content {
  background-color: #fff;
}

/* line 134, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element .element-wrapper {
  background-color: #336B62;
}

/* line 138, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element .faq-head {
  padding: 1.875rem 1.875rem;
  margin-top: 1.5625rem;
}

/* line 142, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element .faq-head h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}

/* line 148, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element .faq-head .icon-rm,
.themehub-faq-element.faq-element .faq-head .breadcrumb-item + .breadcrumb-item:before,
.themehub-faq-element.faq-element .faq-head .actions-element .col-actions-text .textarea li:before,
.actions-element .col-actions-text .textarea .themehub-faq-element.faq-element .faq-head li:before,
.themehub-faq-element.faq-element .faq-head .actions-element .col-affected-text .textarea li:before,
.actions-element .col-affected-text .textarea .themehub-faq-element.faq-element .faq-head li:before {
  top: 48%;
}

/* line 153, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element .faq-content {
  padding: 0 1.875rem 1.875rem 1.875rem;
}

/* line 157, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element .ratgeber-element {
  margin: 1.6875rem 0 0 0;
}

/* line 160, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element .ratgeber-element .btn-more {
  position: relative;
}

/* line 163, resources/assets/styles/elements/_faqs.scss */

.themehub-faq-element.faq-element .ratgeber-element .btn-more::after {
  content: "\E900";
  font-family: "rigtmart";
  position: absolute;
  color: #fff;
  background-color: #2E6B62;
  font-size: 0.375rem;
  right: 0;
  padding: 0.75rem 0.6875rem;
  border-radius: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(270deg);
       -o-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  width: 1.875rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 186, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element.faq-element .headline {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }

  /* line 191, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element.faq-element .faq-head h3,
  .themehub-faq-element.faq-element .faq-content,
  .themehub-faq-element.faq-element .ratgeber-col h3 {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 104, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element.faq-element {
    padding-bottom: 6rem;
  }

  /* line 200, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element.faq-element .faq-item,
  .themehub-faq-element.faq-element .headline {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 205, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element.faq-element .faq-content {
    padding-bottom: 2.25rem;
  }
}

@media (max-width: 575.98px) {
  /* line 104, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element.faq-element {
    padding-top: 7rem;
    padding-bottom: 2.0625rem;
  }

  /* line 214, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element.faq-element .headline {
    font-size: 2rem;
    line-height: 2.25rem;
    padding-bottom: 0;
  }

  /* line 220, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element.faq-element .faq-head {
    margin-top: 2.1875rem;
    padding: 1.5625rem 1.3125rem;
    padding-right: 3.5625rem;
  }

  /* line 226, resources/assets/styles/elements/_faqs.scss */

  .themehub-faq-element.faq-element .faq-content {
    padding: 0 1.3125rem 1.5625rem 1.3125rem;
  }
}

/* line 233, resources/assets/styles/elements/_faqs.scss */

.block-faq .faq-item {
  border-radius: 20px;
  background-color: #fff;
  padding: 1.5625rem;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 240, resources/assets/styles/elements/_faqs.scss */

.block-faq .faq-item:hover {
  background-color: #EAF3E5;
}

/* line 244, resources/assets/styles/elements/_faqs.scss */

.block-faq .faq-item .faq-head {
  cursor: pointer;
}

/* line 95, resources/assets/styles/_mixins.scss */

.block-faq .faq-item .faq-head:after {
  content: "\E905";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EC6552;
  font-size: 1.625rem;
}

/* line 251, resources/assets/styles/elements/_faqs.scss */

.block-faq .faq-item .faq-head h3 {
  font-size: 1rem;
  margin-bottom: 0;
}

/* line 95, resources/assets/styles/_mixins.scss */

.block-faq .faq-item .faq-head[aria-expanded="true"]:after {
  content: "\E904";
}

/* line 262, resources/assets/styles/elements/_faqs.scss */

.block-faq .faq-item .faq-content {
  padding-top: 1.5625rem;
}

/* line 265, resources/assets/styles/elements/_faqs.scss */

.block-faq .faq-item .faq-content p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  /* line 274, resources/assets/styles/elements/_faqs.scss */

  .block-faq .faq-item {
    padding: 2.1875rem;
    max-width: 765px;
  }

  /* line 279, resources/assets/styles/elements/_faqs.scss */

  .block-faq .faq-item .faq-head h3 {
    font-size: 1.125rem;
  }
}

/* line 1, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element {
  margin-bottom: 4.375rem;
}

/* line 5, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element.one-themehub .scroll-container {
  overflow-x: auto;
}

/* line 8, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element.one-themehub .scroll-container .image-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

/* line 14, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .headline {
  text-align: center;
  font-size: 3.125rem;
  line-height: 3.4375rem;
  margin-bottom: 4.125rem;
}

/* line 21, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .scroll-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}

/* line 26, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .scroll-container::-webkit-scrollbar {
  width: 1.3125rem;
}

/* line 30, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .scroll-container::-webkit-scrollbar-track {
  background-color: #E5EEFA;
  border-radius: 10px;
}

/* line 35, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .scroll-container::-webkit-scrollbar-thumb {
  background: #EC6552;
  border-radius: 0.6875rem;
}

/* line 41, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .image-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52.5rem;
          flex: 0 0 52.5rem;
  border-radius: 0.625rem;
  padding: 2.0625rem;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 2rem;
  margin-bottom: 1.875rem;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

/* line 54, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .image-card:hover {
  text-decoration: none;
  background-size: 103%;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  padding: 1rem;
}

/* line 60, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .image-card:hover .text-card {
  height: 20.25rem;
  width: 20.5625rem;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  padding: 3.375rem;
  padding-bottom: 2.625rem;
}

/* line 69, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .image-card::after {
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(#336B62), to(transparent));
  background: -webkit-linear-gradient(right, #336B62, transparent);
  background: -o-linear-gradient(right, #336B62, transparent);
  background: linear-gradient(270deg, #336B62, transparent);
  opacity: .7;
  left: 0;
  border-radius: 0.625rem;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* line 82, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .text-card {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 18.4375rem;
  height: 18.125rem;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 2.3125rem;
  padding-bottom: 1.5625rem;
  z-index: 1;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

/* line 96, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .text-card img {
  width: 9.6875rem;
}

/* line 100, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .text-card .themehub-text {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  font-weight: 700;
  margin-bottom: 1.625rem;
}

/* line 108, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .text-card .themehub-go {
  font-size: 1rem;
  font-weight: 1.3125rem;
  position: relative;
}

/* line 113, resources/assets/styles/elements/_themehub-element.scss */

.themehub-element .text-card .themehub-go::after {
  font-family: "rigtmart";
  content: "\E900";
  position: absolute;
  font-size: 0.3125rem;
  right: 0;
  top: 35%;
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media (max-width: calc(1367px - 1px)) {
  /* line 126, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .image-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.125rem;
            flex: 0 0 46.125rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 132, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .image-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.9375rem;
            flex: 0 0 34.9375rem;
    margin-right: 1rem;
    background-size: cover;
  }

  /* line 137, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .image-card:hover {
    background-size: cover;
    padding: 2.0625rem;
  }

  /* line 141, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .image-card:hover .text-card {
    height: 18.125rem;
    width: 18.4375rem;
    padding: 2.3125rem;
    padding-bottom: 1.5625rem;
  }

  /* line 150, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .headline {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin-bottom: 2.8125rem;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element {
    margin-bottom: 2.1875rem;
  }

  /* line 160, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .container.element {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 165, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .image-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65vw;
            flex: 0 0 65vw;
    margin-right: 0.625rem;
    margin-bottom: 0;
    padding: 7.5rem 1.25rem 1.25rem 1.25rem;
  }

  /* line 171, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .image-card:hover {
    padding: 7.5rem 1.25rem 1.25rem 1.25rem;
  }

  /* line 174, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .image-card:hover .text-card {
    width: unset;
    padding: 1.625rem;
  }

  /* line 181, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .text-card {
    width: unset;
    padding: 1.625rem;
  }

  /* line 185, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .text-card .themehub-text {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }

  /* line 191, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  /* line 196, resources/assets/styles/elements/_themehub-element.scss */

  .themehub-element .scroll-container::-webkit-scrollbar {
    display: none;
  }
}

/* line 3, resources/assets/styles/elements/_founders.scss */

.founders.team-story .quote {
  background-color: #FAF0E5;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 7.375rem;
}

/* line 9, resources/assets/styles/elements/_founders.scss */

.founders.team-story .quote .img-col img {
  left: 0;
  right: unset;
}

/* line 15, resources/assets/styles/elements/_founders.scss */

.founders.team-story .quote .quote-col {
  background-color: rgba(250, 240, 229, 0.7);
}

/* line 19, resources/assets/styles/elements/_founders.scss */

.founders.team-story .quote.quote-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 23, resources/assets/styles/elements/_founders.scss */

.founders.team-story .quote.quote-2 .img-col img {
  left: unset;
  right: 0;
}

/* line 32, resources/assets/styles/elements/_founders.scss */

.founders .founders-title {
  margin-bottom: 4.3125rem;
  margin-top: 6.875rem;
  font-size: 1.875rem;
  text-align: center;
}

/* line 39, resources/assets/styles/elements/_founders.scss */

.founders .quote {
  background-color: #E5EEFA;
  border-radius: 0.625rem;
  padding: 3.875rem;
  position: relative;
  margin-bottom: 3.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 47, resources/assets/styles/elements/_founders.scss */

.founders .quote.quote-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 51, resources/assets/styles/elements/_founders.scss */

.founders .quote.quote-2 .img-col img {
  right: unset;
  left: 0;
}

/* line 58, resources/assets/styles/elements/_founders.scss */

.founders .quote .quote-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  background-color: rgba(229, 238, 250, 0.7);
  border-radius: 0.625rem;
  z-index: 2;
  padding: 0.125rem;
}

/* line 65, resources/assets/styles/elements/_founders.scss */

.founders .quote .quote-col p {
  font-size: 3.125rem;
  line-height: 3.4375rem;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 73, resources/assets/styles/elements/_founders.scss */

.founders .quote .quote-col .author,
.founders .quote .quote-col .position {
  font-size: 1.125rem;
  color: #336B62;
}

/* line 78, resources/assets/styles/elements/_founders.scss */

.founders .quote .quote-col .author {
  font-weight: 700;
}

/* line 83, resources/assets/styles/elements/_founders.scss */

.founders .quote .img-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

/* line 86, resources/assets/styles/elements/_founders.scss */

.founders .quote .img-col img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 93, resources/assets/styles/elements/_founders.scss */

.founders .quote .spacer {
  display: block;
  height: 3.1875rem;
}

@media (max-width: 991.98px) {
  /* line 39, resources/assets/styles/elements/_founders.scss */

  .founders .quote {
    padding: 3.875rem 1.875rem;
  }
}

/* line 103, resources/assets/styles/elements/_founders.scss */

.founders .description {
  max-width: 52.5rem;
  margin: 0 auto;
  margin-bottom: 10.125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* line 110, resources/assets/styles/elements/_founders.scss */

.founders .description p {
  color: #6DC1AE;
}

@media (max-width: calc(835px - 1px)) {
  /* line 1, resources/assets/styles/elements/_founders.scss */

  .founders {
    margin-top: 5.625rem;
  }

  /* line 119, resources/assets/styles/elements/_founders.scss */

  .founders.team-story .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 122, resources/assets/styles/elements/_founders.scss */

  .founders.team-story .quote.quote-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 128, resources/assets/styles/elements/_founders.scss */

  .founders .founders-title {
    margin-top: 4.6875rem;
    margin-bottom: 4.625rem;
  }

  /* line 133, resources/assets/styles/elements/_founders.scss */

  .founders .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.875rem 1.4375rem;
    max-width: 27.75rem;
    margin-right: auto;
    margin-left: auto;
  }

  /* line 140, resources/assets/styles/elements/_founders.scss */

  .founders .quote.quote-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 144, resources/assets/styles/elements/_founders.scss */

  .founders .quote .img-col {
    margin-top: -6.25rem;
    text-align: center;
  }

  /* line 148, resources/assets/styles/elements/_founders.scss */

  .founders .quote .img-col img {
    position: relative;
    max-width: 80%;
  }

  /* line 154, resources/assets/styles/elements/_founders.scss */

  .founders .quote .quote-col {
    background-color: #E5EEFA;
    padding-top: 2.8125rem;
    z-index: 1;
  }

  /* line 159, resources/assets/styles/elements/_founders.scss */

  .founders .quote .quote-col p {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }

  /* line 165, resources/assets/styles/elements/_founders.scss */

  .founders .quote .spacer {
    height: 2.5rem;
  }

  /* line 170, resources/assets/styles/elements/_founders.scss */

  .founders .description {
    margin-bottom: 7.5rem;
  }
}

@media (max-width: 575.98px) {
  /* line 176, resources/assets/styles/elements/_founders.scss */

  .founders.container {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 181, resources/assets/styles/elements/_founders.scss */

  .founders.team-story {
    margin-top: 0;
  }

  /* line 184, resources/assets/styles/elements/_founders.scss */

  .founders.team-story .founders-title {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
  }

  /* line 190, resources/assets/styles/elements/_founders.scss */

  .founders .founders-title {
    font-size: 1.875rem;
    line-height: 2.3125rem;
    margin-top: 7.5rem;
    margin-bottom: 4.75rem;
  }

  /* line 197, resources/assets/styles/elements/_founders.scss */

  .founders .quote {
    padding: 0;
    position: relative;
    margin-bottom: 0;
  }

  /* line 202, resources/assets/styles/elements/_founders.scss */

  .founders .quote.quote-2 {
    padding: 0;
  }

  /* line 206, resources/assets/styles/elements/_founders.scss */

  .founders .quote .quote-col {
    padding: 1.6875rem;
    padding-bottom: 2.625rem;
  }

  /* line 210, resources/assets/styles/elements/_founders.scss */

  .founders .quote .quote-col p {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }

  /* line 216, resources/assets/styles/elements/_founders.scss */

  .founders .quote .img-col {
    margin-top: -12.5rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  /* line 222, resources/assets/styles/elements/_founders.scss */

  .founders .quote .img-col img {
    max-width: none;
    max-height: 18.75rem;
  }

  /* line 228, resources/assets/styles/elements/_founders.scss */

  .founders .quote .spacer {
    height: 1.875rem;
  }
}

/* line 236, resources/assets/styles/elements/_founders.scss */

.single-city .founders.team-story {
  margin-top: 6.875rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 236, resources/assets/styles/elements/_founders.scss */

  .single-city .founders.team-story {
    margin-top: 5.625rem;
  }
}

@media (max-width: 575.98px) {
  /* line 236, resources/assets/styles/elements/_founders.scss */

  .single-city .founders.team-story {
    margin-top: 3.75rem;
  }
}

/* line 252, resources/assets/styles/elements/_founders.scss */

.single-city .founders.team-story .quote-col > p,
.category .founders.team-story .quote-col > p,
.home .founders.team-story .quote-col > p {
  font-size: 2.8125rem;
  line-height: 3.125rem;
}

/* line 258, resources/assets/styles/elements/_founders.scss */

.single-city .founders.team-story .quote,
.category .founders.team-story .quote,
.home .founders.team-story .quote {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 2.8125rem;
}

/* line 263, resources/assets/styles/elements/_founders.scss */

.single-city .founders.team-story .quote .img-col img,
.category .founders.team-story .quote .img-col img,
.home .founders.team-story .quote .img-col img {
  left: unset;
  right: 0;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 272, resources/assets/styles/elements/_founders.scss */

  .single-city .founders.team-story .quote-col > p,
  .category .founders.team-story .quote-col > p,
  .home .founders.team-story .quote-col > p {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }

  /* line 277, resources/assets/styles/elements/_founders.scss */

  .single-city .founders.team-story .quote-col .author,
  .single-city .founders.team-story .quote-col .position,
  .category .founders.team-story .quote-col .author,
  .category .founders.team-story .quote-col .position,
  .home .founders.team-story .quote-col .author,
  .home .founders.team-story .quote-col .position {
    font-size: 1rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 285, resources/assets/styles/elements/_founders.scss */

  .single-city .founders.team-story .quote-col > p,
  .category .founders.team-story .quote-col > p,
  .home .founders.team-story .quote-col > p {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }

  /* line 291, resources/assets/styles/elements/_founders.scss */

  .single-city .founders.team-story .quote,
  .category .founders.team-story .quote,
  .home .founders.team-story .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    margin-bottom: 3.4375rem;
  }
}

@media (max-width: 575.98px) {
  /* line 299, resources/assets/styles/elements/_founders.scss */

  .single-city .founders-container,
  .category .founders-container,
  .home .founders-container {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}

/* line 310, resources/assets/styles/elements/_founders.scss */

.category .founders.team-story .quote,
.home .founders.team-story .quote {
  background-color: #E5EEFA;
  padding-bottom: 2.9375rem;
  margin-bottom: 3.1875rem;
}

/* line 315, resources/assets/styles/elements/_founders.scss */

.category .founders.team-story .quote .spacer,
.home .founders.team-story .quote .spacer {
  height: 3.1875rem;
}

/* line 319, resources/assets/styles/elements/_founders.scss */

.category .founders.team-story .quote .quote-col,
.home .founders.team-story .quote .quote-col {
  background-color: #E5EEFA;
}

/* line 322, resources/assets/styles/elements/_founders.scss */

.category .founders.team-story .quote .quote-col .author,
.category .founders.team-story .quote .quote-col .position,
.home .founders.team-story .quote .quote-col .author,
.home .founders.team-story .quote .quote-col .position {
  font-size: 1.125rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 333, resources/assets/styles/elements/_founders.scss */

  .category .founders.team-story .quote,
  .home .founders.team-story .quote {
    padding: 3.3125rem 3.0625rem;
  }

  /* line 336, resources/assets/styles/elements/_founders.scss */

  .category .founders.team-story .quote .spacer,
  .home .founders.team-story .quote .spacer {
    height: 2.1875rem;
  }

  /* line 340, resources/assets/styles/elements/_founders.scss */

  .category .founders.team-story .quote .img-col,
  .home .founders.team-story .quote .img-col {
    margin-top: -8.75rem;
  }

  /* line 344, resources/assets/styles/elements/_founders.scss */

  .category .founders.team-story .quote .quote-col,
  .home .founders.team-story .quote .quote-col {
    padding-top: 1.875rem;
  }

  /* line 347, resources/assets/styles/elements/_founders.scss */

  .category .founders.team-story .quote .quote-col > p,
  .home .founders.team-story .quote .quote-col > p {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  /* line 360, resources/assets/styles/elements/_founders.scss */

  .category .founders.team-story .quote,
  .home .founders.team-story .quote {
    padding: 2.875rem 2.4375rem;
  }

  /* line 363, resources/assets/styles/elements/_founders.scss */

  .category .founders.team-story .quote .img-col,
  .home .founders.team-story .quote .img-col {
    margin-top: -6.25rem;
  }

  /* line 367, resources/assets/styles/elements/_founders.scss */

  .category .founders.team-story .quote .quote-col,
  .home .founders.team-story .quote .quote-col {
    padding: 1.875rem 0 0 0;
  }

  /* line 370, resources/assets/styles/elements/_founders.scss */

  .category .founders.team-story .quote .quote-col > p,
  .home .founders.team-story .quote .quote-col > p {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }

  /* line 375, resources/assets/styles/elements/_founders.scss */

  .category .founders.team-story .quote .quote-col .author,
  .category .founders.team-story .quote .quote-col .position,
  .home .founders.team-story .quote .quote-col .author,
  .home .founders.team-story .quote .quote-col .position {
    font-size: 1rem;
  }
}

/* line 2, resources/assets/styles/elements/_values.scss */

.our-values h2 {
  font-size: 1.875rem;
  margin-bottom: 4.3125rem;
  text-align: center;
}

/* line 8, resources/assets/styles/elements/_values.scss */

.our-values .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  margin-bottom: 4.375rem;
  position: relative;
}

/* line 13, resources/assets/styles/elements/_values.scss */

.our-values .item .img-wrapper {
  position: absolute;
  width: 3.5rem;
  left: calc(50% - 28px);
  top: -1.75rem;
}

/* line 20, resources/assets/styles/elements/_values.scss */

.our-values .item .item-content {
  background-color: #6DC1AE;
  color: #fff;
  padding: 2.6875rem;
  padding-top: 3.3125rem;
  border-radius: 0.625rem;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 31, resources/assets/styles/elements/_values.scss */

.our-values .item .item-content h3 {
  margin-bottom: 1.5625rem;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}

/* line 37, resources/assets/styles/elements/_values.scss */

.our-values .item .item-content p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 8, resources/assets/styles/elements/_values.scss */

  .our-values .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 51, resources/assets/styles/elements/_values.scss */

  .our-values h2 {
    margin-bottom: 5.3125rem;
  }

  /* line 55, resources/assets/styles/elements/_values.scss */

  .our-values .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  /* line 60, resources/assets/styles/elements/_values.scss */

  .our-values .item .item-content h3 {
    font-size: 1.1875rem;
  }
}

@media (max-width: 575.98px) {
  /* line 68, resources/assets/styles/elements/_values.scss */

  .our-values h2 {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }

  /* line 73, resources/assets/styles/elements/_values.scss */

  .our-values .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3.3125rem;
  }

  /* line 78, resources/assets/styles/elements/_values.scss */

  .our-values .item .item-content {
    padding: 1.25rem;
    padding-top: 3.3125rem;
  }
}

/* line 1, resources/assets/styles/elements/_experts-element.scss */

.experts-element {
  margin-top: 4.375rem;
  margin-bottom: 4.6875rem;
}

/* line 5, resources/assets/styles/elements/_experts-element.scss */

.experts-element h2 {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  color: #336B62;
  margin-bottom: 3.1875rem;
  max-width: 38.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 5, resources/assets/styles/elements/_experts-element.scss */

  .experts-element h2 {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}

/* line 20, resources/assets/styles/elements/_experts-element.scss */

.experts-element .author-profile-link:hover {
  text-decoration: none;
}

/* line 24, resources/assets/styles/elements/_experts-element.scss */

.experts-element .inner {
  border-radius: 0.625rem;
  position: relative;
  padding: 0.6875rem;
  height: 100%;
  min-height: 14.25rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #2E6B62;
}

/* line 35, resources/assets/styles/elements/_experts-element.scss */

.experts-element .inner img {
  position: absolute;
  height: 15.375rem;
  right: 0;
  bottom: 0;
}

/* line 42, resources/assets/styles/elements/_experts-element.scss */

.experts-element .inner .text {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.0625rem 0.875rem;
  z-index: 2;
}

/* line 48, resources/assets/styles/elements/_experts-element.scss */

.experts-element .inner .text .name {
  font-weight: 700;
}

/* line 52, resources/assets/styles/elements/_experts-element.scss */

.experts-element .inner .text .position {
  font-size: 0.875rem;
  color: #2E6B62;
}

/* line 59, resources/assets/styles/elements/_experts-element.scss */

.experts-element .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.125rem;
  border-radius: 2.6875rem;
  border: 3px solid #336B62;
  color: #336B62;
  max-width: 18.4375rem;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .2s ease-in-out all;
  -o-transition: .2s ease-in-out all;
  transition: .2s ease-in-out all;
}

/* line 72, resources/assets/styles/elements/_experts-element.scss */

.experts-element .btn-more:hover {
  background-color: #336B62;
  color: #fff;
  text-decoration: none;
}

/* line 79, resources/assets/styles/elements/_experts-element.scss */

.experts-element .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 82, resources/assets/styles/elements/_experts-element.scss */

.experts-element .row > .col-3 {
  margin-bottom: 1.875rem;
}

/* line 87, resources/assets/styles/elements/_experts-element.scss */

.experts-element .subtitle {
  margin-bottom: 4.5625rem;
  max-width: 38.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 87, resources/assets/styles/elements/_experts-element.scss */

  .experts-element .subtitle {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 1, resources/assets/styles/elements/_experts-element.scss */

  .experts-element {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  /* line 103, resources/assets/styles/elements/_experts-element.scss */

  .experts-element .container {
    max-width: none !important;
    padding: 0;
  }

  /* line 108, resources/assets/styles/elements/_experts-element.scss */

  .experts-element h2,
  .experts-element .subtitle {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  /* line 113, resources/assets/styles/elements/_experts-element.scss */

  .experts-element .subtitle {
    margin-bottom: 1.25rem;
  }

  /* line 117, resources/assets/styles/elements/_experts-element.scss */

  .experts-element h2 {
    font-size: 2.625rem;
    line-height: 2.875rem;
  }

  /* line 122, resources/assets/styles/elements/_experts-element.scss */

  .experts-element .row {
    overflow-x: scroll;
    margin-left: 2.8125rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 1.25rem;
    margin-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    scrollbar-width: none;
  }

  /* line 131, resources/assets/styles/elements/_experts-element.scss */

  .experts-element .row::-webkit-scrollbar {
    display: none;
  }

  /* line 135, resources/assets/styles/elements/_experts-element.scss */

  .experts-element .row .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.0625rem;
            flex: 0 0 19.0625rem;
    max-width: 19.0625rem;
  }

  /* line 140, resources/assets/styles/elements/_experts-element.scss */

  .experts-element .row > .col-3 {
    margin-bottom: 0;
  }
}

@media (max-width: calc(835px - 1px)) and (max-width: 767.98px) {
  /* line 146, resources/assets/styles/elements/_experts-element.scss */

  .experts-element h2,
  .experts-element .subtitle {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  /* line 151, resources/assets/styles/elements/_experts-element.scss */

  .experts-element .row {
    margin-left: 0.9375rem;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_experts-element.scss */

  .experts-element {
    margin-top: 2.3125rem;
    margin-bottom: 2.3125rem;
  }

  /* line 161, resources/assets/styles/elements/_experts-element.scss */

  .experts-element h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  /* line 166, resources/assets/styles/elements/_experts-element.scss */

  .experts-element h2,
  .experts-element .subtitle {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    text-align: left;
  }

  /* line 172, resources/assets/styles/elements/_experts-element.scss */

  .experts-element .row {
    margin-left: 0.3125rem;
  }
}

/* line 180, resources/assets/styles/elements/_experts-element.scss */

.category .experts-element h2,
.single-product .experts-element h2 {
  margin-bottom: 1.25rem;
}

/* line 3, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container,
.archive .newsletter-footer .container,
.blog .newsletter-footer .container {
  padding-top: 1.375rem;
  padding-bottom: 0.125rem;
}

@media (max-width: 575.98px) {
  /* line 3, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer .container,
  .archive .newsletter-footer .container,
  .blog .newsletter-footer .container {
    max-width: none;
  }
}

/* line 11, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .heading,
.archive .newsletter-footer .container .heading,
.blog .newsletter-footer .container .heading {
  position: relative;
  color: #336B62;
}

/* line 15, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .heading [class^="icon-rm-"],
footer .newsletter-footer .container .heading [class*=" icon-rm-"],
.archive .newsletter-footer .container .heading [class^="icon-rm-"],
.archive .newsletter-footer .container .heading [class*=" icon-rm-"],
.blog .newsletter-footer .container .heading [class^="icon-rm-"],
.blog .newsletter-footer .container .heading [class*=" icon-rm-"] {
  background-color: #EC6552;
  position: absolute;
  bottom: 0.625rem;
  z-index: 2;
  padding-right: 1.25rem;
  color: #336B62;
}

/* line 25, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .heading p,
.archive .newsletter-footer .container .heading p,
.blog .newsletter-footer .container .heading p {
  font-size: 0.875rem;
  line-height: 2.375rem;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}

/* line 33, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .heading p::before,
.archive .newsletter-footer .container .heading p::before,
.blog .newsletter-footer .container .heading p::before {
  content: '';
  width: calc(100% - 110px);
  border-bottom: solid 2px #121e31;
  position: absolute;
  left: 0;
  top: 47%;
  z-index: 1;
}

/* line 45, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .disclaimer,
.archive .newsletter-footer .container .disclaimer,
.blog .newsletter-footer .container .disclaimer {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

/* line 49, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .disclaimer a,
.archive .newsletter-footer .container .disclaimer a,
.blog .newsletter-footer .container .disclaimer a {
  color: inherit;
  font-weight: 400;
}

/* line 53, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .disclaimer a:hover,
.archive .newsletter-footer .container .disclaimer a:hover,
.blog .newsletter-footer .container .disclaimer a:hover {
  text-decoration: none;
}

/* line 60, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .newsletter-form .nf-form-title,
.archive .newsletter-footer .container .newsletter-form .nf-form-title,
.blog .newsletter-footer .container .newsletter-form .nf-form-title {
  display: none;
}

/* line 64, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .newsletter-form .nf-form-content,
.archive .newsletter-footer .container .newsletter-form .nf-form-content,
.blog .newsletter-footer .container .newsletter-form .nf-form-content {
  max-width: none;
  margin: 0;
  padding: 0;
  color: #336B62;
}

/* line 70, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 75, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading p,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading p,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-heading p {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 700;
  margin-right: 1.25rem;
  margin-bottom: 0;
}

/* line 84, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media (max-width: 575.98px) {
  /* line 84, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-text {
    margin-bottom: 0.9375rem;
  }
}

/* line 94, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email {
  min-width: 27.5rem;
}

@media (max-width: 1199.98px) {
  /* line 94, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email {
    min-width: 15.625rem;
  }
}

@media (max-width: 991.98px) {
  /* line 94, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email {
    min-width: unset;
  }
}

@media (max-width: 575.98px) {
  /* line 94, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email {
    margin-bottom: 0.8125rem;
  }
}

/* line 109, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field {
  border-radius: 0.3125rem;
  background-color: #fff;
  margin-left: 1.5625rem;
  border: 0 none;
  color: #336B62;
}

/* line 95, resources/assets/styles/_mixins.scss */

footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after {
  content: "\E907";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  margin-left: 1.875rem;
  position: absolute;
  top: 0;
  line-height: 50px;
  bottom: 0;
  color: #fff;
  right: 30px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, resources/assets/styles/_mixins.scss */

  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 576px) {
  /* line 95, resources/assets/styles/_mixins.scss */

  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:after {
    right: -10px;
  }
}

/* line 135, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:hover:after,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:hover:after,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .nf-field-element:hover:after {
  color: #EC6552;
}

/* line 140, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 140, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field {
    margin-left: 1.875rem;
  }
}

/* line 148, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after {
  content: none;
}

@media (max-width: 575.98px) {
  /* line 118, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send {
    margin-bottom: 2rem;
  }
}

/* line 162, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer.newsletter-archive,
.archive .newsletter-footer.newsletter-archive,
.blog .newsletter-footer.newsletter-archive {
  border-radius: 20px;
  width: 100%;
  margin: 1.875rem 0.9375rem;
}

/* line 167, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer.newsletter-archive .container,
.archive .newsletter-footer.newsletter-archive .container,
.blog .newsletter-footer.newsletter-archive .container {
  max-width: none;
  padding: 1.875rem 2.625rem;
}

/* line 174, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul,
.archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul,
.blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

/* line 182, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li,
.archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li,
.blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.5625rem;
  position: relative;
}

/* line 187, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li::before,
.archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li::before,
.blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li::before {
  font-family: "icomoon";
  content: "\E90A";
  font-size: 0.9375rem;
  position: absolute;
  left: 0;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 182, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li,
  .archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li,
  .blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li {
    font-size: 1rem;
  }

  /* line 198, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li::before,
  .archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li::before,
  .blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li::before {
    font-size: 0.8125rem;
  }
}

/* line 209, resources/assets/styles/elements/_newsletter.scss */

footer .newsletter-footer.newsletter-archive .container .disclaimer p,
.archive .newsletter-footer.newsletter-archive .container .disclaimer p,
.blog .newsletter-footer.newsletter-archive .container .disclaimer p {
  margin-bottom: 0;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 209, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer.newsletter-archive .container .disclaimer p,
  .archive .newsletter-footer.newsletter-archive .container .disclaimer p,
  .blog .newsletter-footer.newsletter-archive .container .disclaimer p {
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
}

@media (max-width: 575.98px) {
  /* line 167, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer.newsletter-archive .container,
  .archive .newsletter-footer.newsletter-archive .container,
  .blog .newsletter-footer.newsletter-archive .container {
    padding: 2.25rem;
  }
}

@media (min-width: 992px) {
  /* line 228, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap,
  .archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap,
  .blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 233, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(1),
  footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(2),
  .archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(1),
  .archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(2),
  .blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(1),
  .blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  /* line 237, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(4),
  .archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(4),
  .blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap nf-field:nth-of-type(4) {
    width: calc(100% - 310px);
  }

  /* line 242, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul,
  .archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul,
  .blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 245, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li,
  .archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li,
  .blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap ul li {
    margin-bottom: 0;
  }

  /* line 251, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field,
  .archive .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field,
  .blog .newsletter-footer.newsletter-archive .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 275, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 279, resources/assets/styles/elements/_newsletter.scss */

  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-email .ninja-forms-field {
    margin-left: 0;
  }
}

/* line 300, resources/assets/styles/elements/_newsletter.scss */

.category footer .newsletter-footer,
.single-product footer .newsletter-footer,
.template-allrechtsgebiete footer .newsletter-footer {
  display: none;
}

/* line 1, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form {
  background-color: #E5EEFA;
  padding: 5rem 3.75rem 8.125rem 3.75rem;
}

/* line 6, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-field-element .ninja-forms-field {
  border-radius: 0.5rem;
  padding: 0.9375rem;
  height: 3.5625rem;
  background-color: #fff;
}

/* line 14, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-form-content textarea.ninja-forms-field {
  height: 12.5rem;
}

/* line 18, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-form-title,
.nf-lead-form .nf-form-wrap {
  max-width: 52.4375rem;
  margin: 0 auto;
  display: block;
}

/* line 24, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .checkbox-wrap .nf-field-element label:before,
.nf-lead-form .checkbox-wrap .nf-field-label label:before,
.nf-lead-form .listcheckbox-wrap .nf-field-element label:before,
.nf-lead-form .listcheckbox-wrap .nf-field-label label:before {
  display: none;
}

/* line 28, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .checkbox-wrap .nf-field-element label.nf-checked-label:after,
.nf-lead-form .checkbox-wrap .nf-field-label label.nf-checked-label:after,
.nf-lead-form .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,
.nf-lead-form .listcheckbox-wrap .nf-field-label label.nf-checked-label:after {
  background-color: #336B62;
  background-size: 65%;
  background-position: 50%;
  background-repeat: no-repeat;
  border-color: #fff;
}

/* line 36, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .checkbox-wrap .nf-field-element label:after,
.nf-lead-form .checkbox-wrap .nf-field-label label:after,
.nf-lead-form .listcheckbox-wrap .nf-field-element label:after,
.nf-lead-form .listcheckbox-wrap .nf-field-label label:after {
  border-radius: 0.5rem;
  width: 1.6875rem;
  height: 1.6875rem;
  border: 5px solid #fff;
  background-color: #fff;
  cursor: pointer;
  left: -3.125rem;
  top: -0.3125rem;
}

/* line 47, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .checkbox-container.label-right label {
  margin-left: 3.125rem;
  font-weight: 400;
}

/* line 52, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .list-radio-wrap .nf-field-element ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 55, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .list-radio-wrap .nf-field-element ul li {
  margin-right: 0;
  width: 50%;
  border: 0;
  background-color: #fff;
  text-align: center;
  padding: 0.9375rem !important;
  cursor: pointer;
}

/* line 64, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .list-radio-wrap .nf-field-element ul li:hover {
  background-color: #F5F8FD !important;
}

/* line 68, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .list-radio-wrap .nf-field-element ul li:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: 3px solid #E5EEFA;
}

/* line 73, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .list-radio-wrap .nf-field-element ul li:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}

/* line 77, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .list-radio-wrap .nf-field-element ul li label {
  margin-bottom: 0;
  line-height: 1.875rem;
}

/* line 81, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .list-radio-wrap .nf-field-element ul li label::after {
  border: 3px solid #E5EEFA;
  background-color: #fff;
  top: 0.3125rem;
}

/* line 88, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .list-radio-wrap .nf-field-element ul li label.nf-checked-label::after {
  border: 7px solid #336B62;
}

/* line 92, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .list-radio-wrap .nf-field-element ul li label.nf-checked-label::before {
  display: none;
}

/* line 100, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form h3 {
  font-size: 3.125rem;
  line-height: 3.4375rem;
  margin-bottom: 3.8125rem;
}

/* line 106, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-form-content button,
.nf-lead-form .nf-form-content input[type=button],
.nf-lead-form .nf-form-content input[type=submit] {
  background-color: #EC6552;
  border-radius: 3.125rem;
  border: 3px solid #EC6552;
  width: 100%;
  color: #6DC1AE;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 1.0625rem 1.25rem;
}

/* line 116, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-form-content button:hover,
.nf-lead-form .nf-form-content input[type=button]:hover,
.nf-lead-form .nf-form-content input[type=submit]:hover {
  background-color: #6DC1AE;
  color: #EC6552;
}

/* line 122, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-form-errors {
  display: none;
}

/* line 126, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-form-fields-required {
  display: none;
}

/* line 130, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-error .nf-error-msg {
  color: #FF1950;
}

/* line 134, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-error.field-wrap .nf-field-element:after {
  background-color: #FF1950;
  border-radius: 0 0.5rem 0.5rem 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 3.5625rem;
  line-height: 3.5625rem;
}

/* line 144, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-form-content .list-select-wrap > div div {
  border-radius: 0.5rem;
  padding: 0.9375rem;
  height: 3.5625rem;
  background-color: #fff;
}

/* line 150, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-form-content .list-select-wrap > div div::after {
  color: #E5EEFA;
  font-size: 0.625rem;
}

/* line 156, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-lead-form .nf-form-content input:not([type=button]),
.nf-lead-form .nf-form-content textarea {
  border: none;
}

/* line 160, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .nf-form-content {
  padding: 0;
  max-width: 52.4375rem;
}

/* line 165, resources/assets/styles/elements/_ninjaforms.scss */

.nf-lead-form .ninja-forms-req-symbol {
  color: #595d64;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 170, resources/assets/styles/elements/_ninjaforms.scss */

  .nf-lead-form h3 {
    font-size: 2.8125rem;
    line-height: 3.125rem;
  }
}

@media (max-width: 767.98px) {
  /* line 1, resources/assets/styles/elements/_ninjaforms.scss */

  .nf-lead-form {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (max-width: 767.98px) {
  /* line 1, resources/assets/styles/elements/_ninjaforms.scss */

  .nf-lead-form {
    padding: 3rem 1.25rem 6.75rem 1.25rem;
  }

  /* line 184, resources/assets/styles/elements/_ninjaforms.scss */

  .nf-lead-form h3 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

/* line 193, resources/assets/styles/elements/_ninjaforms.scss */

main.main .bg-primary-dark .nf-form-content {
  color: #336B62;
}

/* line 200, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .ninja-forms-req-symbol {
  display: none;
}

/* line 208, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-error-msg {
  text-align: center;
  margin-top: 0.625rem;
}

/* line 214, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-field-label label {
  font-weight: 400;
}

/* line 222, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .checkbox-wrap .nf-field-label label {
  margin-left: 2.1875rem;
}

/* line 225, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .checkbox-wrap .nf-field-label label:after {
  content: '';
  background-color: #EAF3E5;
  width: 25px;
  height: 25px;
  border: 0 none;
  border-radius: 0.3125rem;
  left: -35px;
}

/* line 238, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 2.1875rem;
}

/* line 243, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content nf-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 248, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content nf-fields-wrap nf-field {
  width: calc((100% / 2) - 22px);
}

/* line 251, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content nf-fields-wrap nf-field:last-of-type {
  width: 100%;
}

/* line 257, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content .nf-field-container {
  margin-bottom: 0.75rem;
}

/* line 261, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content .list-select-wrap .nf-field-element > div,
main.main .block .nf-form-layout .nf-form-content input:not([type=button]),
main.main .block .nf-form-layout .nf-form-content textarea {
  background-color: #EAF3E5;
  border: 0 none;
  border-radius: 0.3125rem;
}

/* line 115, resources/assets/styles/_mixins.scss */

main.main .block .nf-form-layout .nf-form-content .list-select-wrap .nf-field-element > div::-webkit-input-placeholder,
main.main .block .nf-form-layout .nf-form-content input:not([type=button])::-webkit-input-placeholder,
main.main .block .nf-form-layout .nf-form-content textarea::-webkit-input-placeholder {
  color: #336B62;
}

/* line 118, resources/assets/styles/_mixins.scss */

main.main .block .nf-form-layout .nf-form-content .list-select-wrap .nf-field-element > div:-moz-placeholder,
main.main .block .nf-form-layout .nf-form-content input:not([type=button]):-moz-placeholder,
main.main .block .nf-form-layout .nf-form-content textarea:-moz-placeholder {
  color: #336B62;
}

/* line 121, resources/assets/styles/_mixins.scss */

main.main .block .nf-form-layout .nf-form-content .list-select-wrap .nf-field-element > div::-moz-placeholder,
main.main .block .nf-form-layout .nf-form-content input:not([type=button])::-moz-placeholder,
main.main .block .nf-form-layout .nf-form-content textarea::-moz-placeholder {
  color: #336B62;
}

/* line 124, resources/assets/styles/_mixins.scss */

main.main .block .nf-form-layout .nf-form-content .list-select-wrap .nf-field-element > div:-ms-input-placeholder,
main.main .block .nf-form-layout .nf-form-content input:not([type=button]):-ms-input-placeholder,
main.main .block .nf-form-layout .nf-form-content textarea:-ms-input-placeholder {
  color: #336B62;
}

/* line 272, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content .listselect-wrap .nf-field-element div,
main.main .block .nf-form-layout .nf-form-content input.ninja-forms-field:not([type="checkbox"]),
main.main .block .nf-form-layout .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 60px;
}

/* line 278, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content .nf-error.field-wrap .nf-field-element:after {
  height: 58px;
}

/* line 282, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content .submit-wrap {
  margin-top: 1.5625rem;
}

/* line 285, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content .submit-wrap .nf-field-element {
  position: relative;
  max-width: 230px;
}

/* line 95, resources/assets/styles/_mixins.scss */

main.main .block .nf-form-layout .nf-form-content .submit-wrap .nf-field-element:after {
  content: "\E907";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  margin-left: 1.875rem;
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 70px;
  bottom: 0;
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, resources/assets/styles/_mixins.scss */

  main.main .block .nf-form-layout .nf-form-content .submit-wrap .nf-field-element:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 300, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content .submit-wrap .nf-field-element:hover:after {
  color: #EC6552;
}

/* line 305, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] {
  width: 100%;
  height: 70px;
}

/* line 311, resources/assets/styles/elements/_ninjaforms.scss */

main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button]:after {
  content: none;
}

@media (min-width: 768px) {
  /* line 333, resources/assets/styles/elements/_ninjaforms.scss */

  main.main .block .nf-form-layout .nf-form-content nf-fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 338, resources/assets/styles/elements/_ninjaforms.scss */

  main.main .block .nf-form-layout .nf-form-content nf-fields-wrap nf-field {
    width: calc((100% / 2) - 22px);
  }

  /* line 341, resources/assets/styles/elements/_ninjaforms.scss */

  main.main .block .nf-form-layout .nf-form-content nf-fields-wrap nf-field:last-of-type {
    width: 100%;
  }
}

/* line 1, resources/assets/styles/elements/_facts-numbers.scss */

.facts-numbers {
  margin-top: 5.625rem;
  margin-bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 7, resources/assets/styles/elements/_facts-numbers.scss */

.facts-numbers .fact {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* line 14, resources/assets/styles/elements/_facts-numbers.scss */

.facts-numbers .fact:nth-child(1) {
  padding-left: 0;
}

/* line 18, resources/assets/styles/elements/_facts-numbers.scss */

.facts-numbers .fact:nth-child(4) {
  padding-right: 0;
}

/* line 22, resources/assets/styles/elements/_facts-numbers.scss */

.facts-numbers .fact:nth-child(5) {
  padding: 0;
}

/* line 26, resources/assets/styles/elements/_facts-numbers.scss */

.facts-numbers .fact:nth-of-type(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 31, resources/assets/styles/elements/_facts-numbers.scss */

.facts-numbers .fact .fact-wrapper {
  background-color: #FAF0E5;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5.8125rem 4.1875rem;
  height: 100%;
  text-align: center;
}

/* line 42, resources/assets/styles/elements/_facts-numbers.scss */

.facts-numbers .fact .fact-wrapper .number {
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}

/* line 49, resources/assets/styles/elements/_facts-numbers.scss */

.facts-numbers .fact .fact-wrapper .numbertext {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.16875rem;
  font-weight: 700;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 31, resources/assets/styles/elements/_facts-numbers.scss */

  .facts-numbers .fact .fact-wrapper {
    padding: 5.0625rem 3.5625rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 66, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers {
    margin-top: 3.5625rem;
    margin-bottom: 4.6875rem;
  }

  /* line 70, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers .fact {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 1rem;
  }

  /* line 75, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers .fact:nth-child(1),
  .template-karriere .facts-numbers .fact:nth-child(3) {
    padding-right: 0.5rem;
    padding-left: 0;
  }

  /* line 80, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers .fact:nth-child(2),
  .template-karriere .facts-numbers .fact:nth-child(4) {
    padding-left: 0.5rem;
    padding-right: 0;
  }

  /* line 85, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers .fact:nth-child(5) {
    padding: 0;
  }

  /* line 89, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers .fact:nth-of-type(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  /* line 98, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers {
    margin-top: 3.125rem;
    margin-bottom: 3.75rem;
  }

  /* line 102, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers .fact {
    margin-bottom: 0.625rem;
  }

  /* line 105, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers .fact:nth-child(1),
  .template-karriere .facts-numbers .fact:nth-child(3) {
    padding-right: 0.3125rem;
  }

  /* line 109, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers .fact:nth-child(2),
  .template-karriere .facts-numbers .fact:nth-child(4) {
    padding-left: 0.3125rem;
  }

  /* line 113, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers .fact:nth-child(5) {
    padding: 0;
  }

  /* line 117, resources/assets/styles/elements/_facts-numbers.scss */

  .template-karriere .facts-numbers .fact .fact-wrapper {
    padding: 1.875rem 0.3125rem;
  }
}

/* line 126, resources/assets/styles/elements/_facts-numbers.scss */

.single-city .facts-numbers {
  margin: 2.5rem -0.9375rem 2.1875rem -0.9375rem;
}

/* line 129, resources/assets/styles/elements/_facts-numbers.scss */

.single-city .facts-numbers .fact {
  max-width: 33.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  margin-bottom: 0;
}

/* line 134, resources/assets/styles/elements/_facts-numbers.scss */

.single-city .facts-numbers .fact:nth-child(1) {
  padding-left: 0.9375rem;
}

/* line 138, resources/assets/styles/elements/_facts-numbers.scss */

.single-city .facts-numbers .fact .fact-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.3125rem 2.9375rem;
  text-align: left;
}

/* line 144, resources/assets/styles/elements/_facts-numbers.scss */

.single-city .facts-numbers .fact .fact-wrapper .number {
  font-size: 6.25rem;
  line-height: 6.875rem;
  padding-bottom: 3rem;
  margin-bottom: 1.375rem;
  position: relative;
  text-shadow: 0.625rem 0.625rem #fff;
}

/* line 152, resources/assets/styles/elements/_facts-numbers.scss */

.single-city .facts-numbers .fact .fact-wrapper .number::after {
  content: '';
  position: absolute;
  width: 3.4375rem;
  height: 0.3125rem;
  background-color: #6DC1AE;
  left: 0;
  bottom: 0;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 144, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers .fact .fact-wrapper .number {
    font-size: 5.625rem;
    line-height: 5.9375rem;
  }
}

/* line 168, resources/assets/styles/elements/_facts-numbers.scss */

.single-city .facts-numbers .fact .fact-wrapper .numbertext {
  font-size: 1.375rem;
  line-height: 1.6875rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 126, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 185, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers .fact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.5rem;
            flex: 0 0 20.5rem;
    max-width: 20.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  /* line 191, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers .fact:nth-child(1) {
    margin-left: 3.25rem;
    padding-left: 0.5rem;
  }

  /* line 196, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers .fact .fact-wrapper {
    padding: 2.75rem 1.9375rem;
  }

  /* line 199, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers .fact .fact-wrapper .number {
    font-size: 5rem;
    line-height: 5.3125rem;
  }
}

@media (max-width: 767.98px) {
  /* line 209, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers .fact:nth-child(1) {
    margin-left: 1.375rem;
  }
}

@media (max-width: 575.98px) {
  /* line 126, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers {
    margin-top: 1.25rem;
    margin-bottom: 0.9375rem;
  }

  /* line 219, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers .fact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.5rem;
            flex: 0 0 15.5rem;
    max-width: 15.5rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 225, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers .fact:nth-child(1) {
    margin-left: 0.9375rem;
  }

  /* line 229, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers .fact .fact-wrapper {
    padding: 2.75rem 1.75rem 2.125rem 1.75rem;
  }

  /* line 232, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers .fact .fact-wrapper .number {
    font-size: 3.875rem;
    line-height: 4.0625rem;
  }

  /* line 237, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .facts-numbers .fact .fact-wrapper .numbertext {
    margin-bottom: 0;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 245, resources/assets/styles/elements/_facts-numbers.scss */

  .single-city .container.facts-numbers-container {
    max-width: none;
    margin-left: 0;
    padding: 0;
  }
}

/* line 1, resources/assets/styles/elements/_interview.scss */

.interview-element {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

/* line 6, resources/assets/styles/elements/_interview.scss */

.interview-element .founders-container .section-headline {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  margin-bottom: 2.8125rem;
}

/* line 13, resources/assets/styles/elements/_interview.scss */

.interview-element .question {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.125rem;
}

/* line 19, resources/assets/styles/elements/_interview.scss */

.interview-element .answer {
  margin-bottom: 3.125rem;
  font-size: 1.125rem;
}

/* line 24, resources/assets/styles/elements/_interview.scss */

.interview-element .question-section,
.interview-element .interview-preface,
.interview-element .interviewer {
  max-width: 52.5rem;
  margin: 0 auto;
}

/* line 29, resources/assets/styles/elements/_interview.scss */

.interview-element .interview-preface {
  margin-top: 0.875rem;
  margin-bottom: 1.1875rem;
  font-size: 1.125rem;
}

/* line 36, resources/assets/styles/elements/_interview.scss */

.interview-element .interviewer .author-card {
  margin-left: 1.3125rem;
}

@media (max-width: calc(1367px - 1px)) {
  /* line 42, resources/assets/styles/elements/_interview.scss */

  .interview-element .question,
  .interview-element .answer,
  .interview-element .interview-preface,
  .interview-element .author-card .author-name {
    line-height: 1.625rem;
    font-size: 1rem;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 1, resources/assets/styles/elements/_interview.scss */

  .interview-element {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_interview.scss */

  .interview-element {
    margin-top: 3.125rem;
    margin-bottom: 6.25rem;
  }

  /* line 58, resources/assets/styles/elements/_interview.scss */

  .interview-element .founders-container .section-headline {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin-bottom: 4.3125rem;
  }

  /* line 65, resources/assets/styles/elements/_interview.scss */

  .interview-element .interview-preface {
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
  }
}

/* line 73, resources/assets/styles/elements/_interview.scss */

.home .interview-element {
  margin-top: 7.5rem;
}

/* line 76, resources/assets/styles/elements/_interview.scss */

.home .interview-element img {
  max-height: 31.25rem;
}

/* line 81, resources/assets/styles/elements/_interview.scss */

.home .interview-element .founders-container .section-headline {
  max-width: 65%;
}

@media (max-width: calc(835px - 1px)) {
  /* line 81, resources/assets/styles/elements/_interview.scss */

  .home .interview-element .founders-container .section-headline {
    max-width: none;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 73, resources/assets/styles/elements/_interview.scss */

  .home .interview-element {
    margin-top: 2.5rem;
  }
}

/* line 95, resources/assets/styles/elements/_interview.scss */

.home .border-more {
  border-top: 1px solid #E5EEFA;
  text-align: center;
  margin-top: 6.25rem;
}

/* line 100, resources/assets/styles/elements/_interview.scss */

.home .border-more .btn-more {
  position: relative;
  margin-top: -1.4375rem;
  background-color: #fff;
  padding: 0.625rem 4.8125rem 0.625rem 1.9375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}

/* line 112, resources/assets/styles/elements/_interview.scss */

.home .border-more .btn-more.up::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 117, resources/assets/styles/elements/_interview.scss */

.home .border-more .btn-more::after {
  font-family: "rigtmart";
  content: "\E900";
  position: absolute;
  color: #336B62;
  background-color: #E5EEFA;
  font-size: 0.375rem;
  right: 1.125rem;
  top: 0.5625rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.875rem;
  width: 1.875rem;
}

@media (max-width: 575.98px) {
  /* line 95, resources/assets/styles/elements/_interview.scss */

  .home .border-more {
    border: none;
    margin-top: 4.75rem;
  }

  /* line 139, resources/assets/styles/elements/_interview.scss */

  .home .border-more .btn-more {
    padding-right: 3.5625rem;
    padding-left: 0;
  }

  /* line 143, resources/assets/styles/elements/_interview.scss */

  .home .border-more .btn-more::after {
    right: 0;
  }
}

/* line 1, resources/assets/styles/elements/_trust-element.scss */

.element-trust {
  margin-top: 3.4375rem;
  margin-bottom: 4.0625rem;
}

/* line 5, resources/assets/styles/elements/_trust-element.scss */

.element-trust .h2 {
  font-size: 2.8125rem;
  line-height: 3.125rem;
  margin-bottom: 4rem;
}

/* line 11, resources/assets/styles/elements/_trust-element.scss */

.element-trust .trust-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}

/* line 16, resources/assets/styles/elements/_trust-element.scss */

.element-trust .trust-col {
  max-width: 33.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  padding: 0 1rem;
}

/* line 22, resources/assets/styles/elements/_trust-element.scss */

.element-trust .trust-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border-radius: 0.5rem;
  background-color: #fff;
}

/* line 34, resources/assets/styles/elements/_trust-element.scss */

.element-trust .trust-element:hover {
  background-color: #D9E8EB;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

/* line 40, resources/assets/styles/elements/_trust-element.scss */

.element-trust .trust-element .trustpilot-logo {
  height: 1.375rem;
}

/* line 44, resources/assets/styles/elements/_trust-element.scss */

.element-trust .trust-element .stars {
  height: 1.125rem;
}

/* line 48, resources/assets/styles/elements/_trust-element.scss */

.element-trust .trust-element .column-1,
.element-trust .trust-element .column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 53, resources/assets/styles/elements/_trust-element.scss */

.element-trust .trust-element .rating-text {
  font-size: 0.8125rem;
  line-height: 1rem;
  max-width: 7.1875rem;
  font-weight: 400;
  margin-top: 0.8125rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 62, resources/assets/styles/elements/_trust-element.scss */

.element-trust .trust-element .column-1 {
  margin-right: 1.875rem;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 1.75rem;
}

/* line 68, resources/assets/styles/elements/_trust-element.scss */

.element-trust .trust-element .column-1 .total {
  font-size: 1.125rem;
}

/* line 73, resources/assets/styles/elements/_trust-element.scss */

.element-trust .trust-element .column-2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 78, resources/assets/styles/elements/_trust-element.scss */

.element-trust .quote-wrapper {
  background-color: #D9E8EB;
  border-radius: 0.625rem;
  padding: 4.9375rem 2.0625rem 1.6875rem;
  margin-top: 2.8125rem;
  position: relative;
}

/* line 85, resources/assets/styles/elements/_trust-element.scss */

.element-trust .quote-wrapper::before {
  content: url("/wp-content/themes/rightmart-group/resources/assets/images/zitat.svg");
  position: absolute;
  top: 1.875rem;
  left: 2.0625rem;
  height: 1.5625rem;
}

/* line 93, resources/assets/styles/elements/_trust-element.scss */

.element-trust .quote-wrapper .trust-quote {
  font-style: italic;
  line-height: 1.8125rem;
  margin-bottom: 1.6875rem;
}

/* line 99, resources/assets/styles/elements/_trust-element.scss */

.element-trust .quote-wrapper .trust-customer {
  font-weight: 700;
}

/* line 103, resources/assets/styles/elements/_trust-element.scss */

.element-trust .quote-wrapper .trust-cat {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 109, resources/assets/styles/elements/_trust-element.scss */

.element-trust .tablet {
  display: none;
}

@media (max-width: calc(835px - 1px)) {
  /* line 1, resources/assets/styles/elements/_trust-element.scss */

  .element-trust {
    margin-top: 2.1875rem;
  }

  /* line 116, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .container {
    max-width: none !important;
    padding: 0;
  }

  /* line 121, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .h2 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  /* line 126, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .quote-wrapper {
    padding: 4.9375rem 1.125rem 1.875rem;
  }

  /* line 129, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .quote-wrapper::before {
    left: 1.5625rem;
  }

  /* line 133, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .quote-wrapper .stars {
    position: absolute;
    top: 2.0625rem;
    right: 1.5625rem;
  }

  /* line 140, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .desktop {
    display: none;
  }

  /* line 144, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    scrollbar-width: none;
  }

  /* line 150, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .tablet::-webkit-scrollbar {
    display: none;
  }

  /* line 154, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .tablet .col-quote {
    max-width: 19.6875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.6875rem;
            flex: 0 0 19.6875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
  }

  /* line 161, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .tablet .col-quote:first-of-type {
    margin-left: 1.25rem;
  }

  /* line 165, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .tablet .col-quote:last-of-type {
    margin-right: 1.25rem;
  }

  /* line 171, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .trust-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }

  /* line 176, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .trust-col {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 21.875rem;
  }
}

@media (max-width: 575.98px) {
  /* line 187, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin-bottom: 2.1875rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  /* line 197, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .tablet .col-quote:first-of-type {
    margin-left: 0.625rem;
  }

  /* line 201, resources/assets/styles/elements/_trust-element.scss */

  .element-trust .tablet .col-quote:last-of-type {
    margin-right: 0.625rem;
  }
}

/* line 1, resources/assets/styles/elements/_checklist.scss */

.checklist-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

/* line 6, resources/assets/styles/elements/_checklist.scss */

.checklist-element .section-headline {
  margin-bottom: 3rem;
}

/* line 10, resources/assets/styles/elements/_checklist.scss */

.checklist-element .col-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  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;
}

@media (max-width: calc(835px - 1px)) {
  /* line 10, resources/assets/styles/elements/_checklist.scss */

  .checklist-element .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

/* line 21, resources/assets/styles/elements/_checklist.scss */

.checklist-element .col-right {
  margin-left: 1.875rem;
}

/* line 25, resources/assets/styles/elements/_checklist.scss */

.checklist-element img {
  max-width: 100%;
}

/* line 29, resources/assets/styles/elements/_checklist.scss */

.checklist-element .checklist-list {
  background-color: #E5EEFA;
  border-radius: 0.625rem;
  padding: 2.9375rem 3.9375rem;
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_checklist.scss */

  .checklist-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }

  /* line 40, resources/assets/styles/elements/_checklist.scss */

  .checklist-element.container {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 45, resources/assets/styles/elements/_checklist.scss */

  .checklist-element .section-headline {
    margin-bottom: 2.1875rem;
  }

  /* line 49, resources/assets/styles/elements/_checklist.scss */

  .checklist-element .col-right {
    margin-left: 0;
    margin-top: 3.125rem;
  }

  /* line 54, resources/assets/styles/elements/_checklist.scss */

  .checklist-element .checklist-list {
    padding: 2rem 1.625rem;
  }
}

/* line 61, resources/assets/styles/elements/_checklist.scss */

.checklist-list p {
  font-weight: 700;
  margin-bottom: 21px;
}

/* line 66, resources/assets/styles/elements/_checklist.scss */

.checklist-list div {
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 2.8125rem;
}

/* line 71, resources/assets/styles/elements/_checklist.scss */

.checklist-list div::before {
  font-family: "icomoon";
  content: "\E90A";
  color: #fff;
  background-color: #2E6B62;
  font-size: 0.625rem;
  left: 0;
  position: absolute;
  border-radius: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.625rem;
  width: 1.625rem;
  margin-right: 1rem;
}

/* line 1, resources/assets/styles/elements/_coop-pricing.scss */

.coop-pricing-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.625rem;
  margin-top: 5.625rem;
}

/* line 6, resources/assets/styles/elements/_coop-pricing.scss */

.coop-pricing-element .col-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
}

/* line 13, resources/assets/styles/elements/_coop-pricing.scss */

.coop-pricing-element .col-left img {
  width: 100%;
}

/* line 17, resources/assets/styles/elements/_coop-pricing.scss */

.coop-pricing-element .col-left .price-overlay {
  position: absolute;
  left: 0.75rem;
  bottom: 5rem;
  background-color: #2E6B62;
  border-radius: 0.625rem;
  -webkit-box-shadow: #72A38F80 0 1rem 2rem;
          box-shadow: #72A38F80 0 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 700;
  padding: 1.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 29.6875rem;
}

/* line 31, resources/assets/styles/elements/_coop-pricing.scss */

.coop-pricing-element .col-left .price-overlay img {
  width: 2.4375rem;
  margin-right: 1.5625rem;
}

/* line 36, resources/assets/styles/elements/_coop-pricing.scss */

.coop-pricing-element .col-left .price-overlay .percent {
  font-size: 2.5rem;
  margin-right: 0.9375rem;
}

/* line 43, resources/assets/styles/elements/_coop-pricing.scss */

.coop-pricing-element .col-right {
  padding-left: 1rem;
}

/* line 47, resources/assets/styles/elements/_coop-pricing.scss */

.coop-pricing-element .old-new {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.625rem;
  background-color: #E5EEFA;
  border-radius: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  margin: 2.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 57, resources/assets/styles/elements/_coop-pricing.scss */

.coop-pricing-element .old-new .new {
  font-size: 1.625rem;
  color: #F90741;
  margin-right: 0.625rem;
}

/* line 63, resources/assets/styles/elements/_coop-pricing.scss */

.coop-pricing-element .old-new .old {
  text-decoration: line-through;
  font-size: 1.125rem;
  margin-right: 0.625rem;
}

/* line 69, resources/assets/styles/elements/_coop-pricing.scss */

.coop-pricing-element .old-new .reduced {
  background-color: #F90741;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 0.375rem;
  padding: 0.4375rem 0.3125rem;
  line-height: 1.125rem;
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_coop-pricing.scss */

  .coop-pricing-element {
    margin-top: 3.125rem;
    margin-bottom: 4.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* line 84, resources/assets/styles/elements/_coop-pricing.scss */

  .coop-pricing-element.container {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 89, resources/assets/styles/elements/_coop-pricing.scss */

  .coop-pricing-element .col-left {
    padding-right: 0;
  }

  /* line 92, resources/assets/styles/elements/_coop-pricing.scss */

  .coop-pricing-element .col-left .price-overlay {
    left: 0;
    padding: 0.625rem;
  }

  /* line 96, resources/assets/styles/elements/_coop-pricing.scss */

  .coop-pricing-element .col-left .price-overlay .percent {
    font-size: 2.25rem;
  }

  /* line 100, resources/assets/styles/elements/_coop-pricing.scss */

  .coop-pricing-element .col-left .price-overlay .text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  /* line 105, resources/assets/styles/elements/_coop-pricing.scss */

  .coop-pricing-element .col-left .price-overlay img {
    width: 1.5625rem;
    margin-right: 1.0625rem;
  }

  /* line 112, resources/assets/styles/elements/_coop-pricing.scss */

  .coop-pricing-element .col-right {
    padding-left: 0;
    margin-bottom: 2.625rem;
  }
}

/* line 1, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta {
  margin-top: 7.5rem;
  margin-bottom: 4.375rem;
}

/* line 5, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 9, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta .grey-box,
.presse-cta .blue-box {
  border-radius: 0.625rem;
  padding: 2.375rem 2.625rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 16, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta .grey-box .h2,
.presse-cta .blue-box .h2 {
  margin-bottom: 1.375rem;
}

/* line 21, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta .grey-box {
  background-color: #6DC1AE;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 2rem;
}

/* line 27, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta .grey-box p,
.presse-cta .grey-box .h2 {
  color: #fff;
}

/* line 32, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta .blue-box {
  background-color: #E5EEFA;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 37, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta .blue-box p,
.presse-cta .blue-box .h2 {
  color: #2A64B2;
}

/* line 41, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta .blue-box .cta {
  border-color: #2A64B2;
  background-color: #2A64B2;
  color: #fff;
}

/* line 46, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta .blue-box .cta:hover {
  background-color: #E5EEFA;
  color: #2A64B2;
  border-color: #2A64B2;
}

/* line 54, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta .cta {
  line-height: 1.5rem;
  padding: 0.9375rem 2.25rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  letter-spacing: 0;
  -webkit-transition: .2s ease-in-out all;
  -o-transition: .2s ease-in-out all;
  transition: .2s ease-in-out all;
  border: 3px solid #6DC1AE;
  background-color: #fff;
  font-weight: 700;
}

/* line 65, resources/assets/styles/elements/_presse-cta.scss */

.presse-cta .cta:hover {
  background-color: #6DC1AE;
  color: #fff;
  border-color: #fff;
}

@media (max-width: calc(835px - 1px)) {
  /* line 1, resources/assets/styles/elements/_presse-cta.scss */

  .presse-cta {
    margin-top: 5.625rem;
  }

  /* line 75, resources/assets/styles/elements/_presse-cta.scss */

  .presse-cta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 79, resources/assets/styles/elements/_presse-cta.scss */

  .presse-cta .grey-box,
  .presse-cta .blue-box {
    padding: 2rem;
  }

  /* line 83, resources/assets/styles/elements/_presse-cta.scss */

  .presse-cta .grey-box {
    margin-bottom: 2.625rem;
    margin-right: 0;
  }
}

/* line 1, resources/assets/styles/elements/_downloads.scss */

.downloads {
  margin-top: 5rem;
  margin-bottom: 3.125rem;
}

/* line 5, resources/assets/styles/elements/_downloads.scss */

.downloads h2 {
  text-align: center;
  margin-bottom: 3.0625rem;
}

/* line 10, resources/assets/styles/elements/_downloads.scss */

.downloads .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 15, resources/assets/styles/elements/_downloads.scss */

.downloads .col-left,
.downloads .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0.625rem;
  padding: 0.8125rem;
  -webkit-box-shadow: 0 1rem 2rem #2E37461F;
          box-shadow: 0 1rem 2rem #2E37461F;
  display: flex;
}

/* line 25, resources/assets/styles/elements/_downloads.scss */

.downloads .img-wrapper {
  -ms-flex-preferred-size: 11.3125rem;
      flex-basis: 11.3125rem;
  max-height: 11.3125rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #E5EEFA;
  border-radius: 0.5rem;
}

/* line 32, resources/assets/styles/elements/_downloads.scss */

.downloads .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 39, resources/assets/styles/elements/_downloads.scss */

.downloads .download-wrapper {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1.4375rem 0.4375rem 2.25rem;
}

/* line 45, resources/assets/styles/elements/_downloads.scss */

.downloads .free-download {
  font-size: 0.875rem;
}

/* line 49, resources/assets/styles/elements/_downloads.scss */

.downloads .h3 {
  margin-bottom: 1.5625rem;
}

/* line 53, resources/assets/styles/elements/_downloads.scss */

.downloads .btn,
.downloads .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field,
.downloads .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field,
.downloads .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field,
.downloads .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field,
.downloads .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field,
.downloads .team-cta-element .col-team-cta .cta,
.team-cta-element .col-team-cta .downloads .cta,
.downloads footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field,
.downloads .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field,
.downloads .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field,
.downloads main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .downloads input[type=button] {
  line-height: 1.5rem;
  padding: 0.9375rem 2.25rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  letter-spacing: 0;
  -webkit-transition: .2s ease-in-out all;
  -o-transition: .2s ease-in-out all;
  transition: .2s ease-in-out all;
  border: 3px solid #6DC1AE;
  background-color: #6DC1AE;
  color: #fff;
  font-weight: 700;
}

/* line 65, resources/assets/styles/elements/_downloads.scss */

.downloads .btn:hover,
.downloads .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field:hover,
.downloads .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field:hover,
.downloads .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field:hover,
.downloads .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field:hover,
.downloads .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field:hover,
.downloads .team-cta-element .col-team-cta .cta:hover,
.team-cta-element .col-team-cta .downloads .cta:hover,
.downloads footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field:hover,
.downloads .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field:hover,
.downloads .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:hover,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .downloads .ninja-forms-field:hover,
.downloads main.main .block .nf-form-layout .nf-form-content .submit-wrap input:hover[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .downloads input:hover[type=button] {
  background-color: #fff;
  color: #6DC1AE;
}

/* line 71, resources/assets/styles/elements/_downloads.scss */

.downloads .col-left {
  margin-right: 0.75rem;
}

/* line 75, resources/assets/styles/elements/_downloads.scss */

.downloads .col-right {
  margin-left: 0.75rem;
}

@media (max-width: calc(835px - 1px)) {
  /* line 80, resources/assets/styles/elements/_downloads.scss */

  .downloads .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 84, resources/assets/styles/elements/_downloads.scss */

  .downloads .col-left {
    margin-right: 0;
    margin-bottom: 2.4375rem;
  }

  /* line 89, resources/assets/styles/elements/_downloads.scss */

  .downloads .col-right {
    margin-left: 0;
  }

  /* line 93, resources/assets/styles/elements/_downloads.scss */

  .downloads h2 {
    margin-bottom: 1.4375rem;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_downloads.scss */

  .downloads {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  /* line 102, resources/assets/styles/elements/_downloads.scss */

  .downloads .col-left,
  .downloads .col-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 106, resources/assets/styles/elements/_downloads.scss */

  .downloads .download-wrapper {
    padding: 1.5rem 0.625rem;
  }
}

/* line 1, resources/assets/styles/elements/_events.scss */

.container-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7.5rem;
  margin-bottom: 15rem;
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_events.scss */

  .container-event {
    max-width: none !important;
    padding: 0;
    margin-top: 4.375rem;
    margin-bottom: 7.5rem;
  }
}

/* line 15, resources/assets/styles/elements/_events.scss */

.events-element {
  width: 100%;
  max-width: 78.375rem;
}

/* line 19, resources/assets/styles/elements/_events.scss */

.events-element .gallery-cell {
  width: 22.375rem;
  height: 32.8125rem;
  margin-right: 0.9375rem;
  counter-increment: gallery-cell;
}

/* line 25, resources/assets/styles/elements/_events.scss */

.events-element .gallery-cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

/* line 33, resources/assets/styles/elements/_events.scss */

.events-element h2 {
  margin-bottom: 4.375rem;
  text-align: center;
}

/* line 38, resources/assets/styles/elements/_events.scss */

.events-element .flickity-button-icon {
  fill: #336B62;
  height: 0.625rem;
  position: unset;
}

/* line 44, resources/assets/styles/elements/_events.scss */

.events-element .flickity-button {
  background: rgba(229, 238, 250, 0.6);
  border-radius: 0.5rem;
}

/* line 49, resources/assets/styles/elements/_events.scss */

.events-element .flickity-page-dots {
  display: none;
}

@media (min-width: 1254px) {
  /* line 54, resources/assets/styles/elements/_events.scss */

  .events-element h2 {
    padding: 0;
  }
}

@media (max-width: calc(835px - 1px)) {
  /* line 60, resources/assets/styles/elements/_events.scss */

  .events-element .gallery-cell {
    width: 16.4375rem;
  }

  /* line 64, resources/assets/styles/elements/_events.scss */

  .events-element .flickity-button {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 70, resources/assets/styles/elements/_events.scss */

  .events-element h2 {
    margin-bottom: 3.5rem;
    text-align: left;
  }

  /* line 75, resources/assets/styles/elements/_events.scss */

  .events-element .gallery-cell {
    margin-right: 0.625rem;
  }
}

/* line 1, resources/assets/styles/elements/_steps.scss */

.steps-element {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

/* line 5, resources/assets/styles/elements/_steps.scss */

.steps-element h2 {
  margin-bottom: 4.125rem;
  text-align: center;
}

/* line 10, resources/assets/styles/elements/_steps.scss */

.steps-element .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 14, resources/assets/styles/elements/_steps.scss */

.steps-element .step {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 18, resources/assets/styles/elements/_steps.scss */

.steps-element .step .step-wrapper {
  margin-right: 1.875rem;
  position: relative;
}

/* line 22, resources/assets/styles/elements/_steps.scss */

.steps-element .step .step-wrapper p {
  margin-bottom: 0.625rem;
  margin-top: 0;
}

/* line 27, resources/assets/styles/elements/_steps.scss */

.steps-element .step .step-wrapper .number {
  font-size: 1.125rem;
  background: #E7F8F1;
  color: #4C7E6B;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.625rem;
  margin-bottom: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

/* line 41, resources/assets/styles/elements/_steps.scss */

.steps-element .step .step-wrapper::after {
  content: '';
  position: absolute;
  border-bottom: 2px #C3DCD2 dashed;
  width: 75%;
  top: 1.1875rem;
  left: 3.125rem;
}

/* line 52, resources/assets/styles/elements/_steps.scss */

.steps-element .karriere {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.625rem;
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_steps.scss */

  .steps-element {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  /* line 63, resources/assets/styles/elements/_steps.scss */

  .steps-element h2 {
    padding: 0 2.25rem;
    margin-bottom: 2.6875rem;
  }

  /* line 68, resources/assets/styles/elements/_steps.scss */

  .steps-element .steps {
    overflow-y: scroll;
    padding-left: 1.25rem;
    scrollbar-width: none;
  }

  /* line 73, resources/assets/styles/elements/_steps.scss */

  .steps-element .steps::-webkit-scrollbar {
    display: none;
  }

  /* line 78, resources/assets/styles/elements/_steps.scss */

  .steps-element .step {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.5625rem;
            flex: 0 0 15.5625rem;
    max-width: 15.5625rem;
  }

  /* line 83, resources/assets/styles/elements/_steps.scss */

  .steps-element .karriere {
    margin-top: 3.75rem;
  }
}

@media (max-width: 575.98px) {
  /* line 90, resources/assets/styles/elements/_steps.scss */

  .steps-container {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    max-width: none !important;
  }
}

/* line 1, resources/assets/styles/elements/_benefits-values.scss */

.focus-element {
  margin-bottom: 2.5rem;
  margin-top: 7.5rem;
}

/* line 5, resources/assets/styles/elements/_benefits-values.scss */

.focus-element h2 {
  margin-bottom: 4.375rem;
  text-align: center;
}

/* line 10, resources/assets/styles/elements/_benefits-values.scss */

.focus-element .focus-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.9375rem;
  overflow: hidden;
}

/* line 16, resources/assets/styles/elements/_benefits-values.scss */

.focus-element .focus-points .focus-point {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  margin-bottom: 5.4375rem;
}

/* line 22, resources/assets/styles/elements/_benefits-values.scss */

.focus-element .focus-points .focus-wrapper {
  padding: 0 0.9375rem;
}

/* line 25, resources/assets/styles/elements/_benefits-values.scss */

.focus-element .focus-points .focus-wrapper p {
  margin-bottom: 0;
}

/* line 30, resources/assets/styles/elements/_benefits-values.scss */

.focus-element .focus-points .focus-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 36, resources/assets/styles/elements/_benefits-values.scss */

.focus-element .focus-points img {
  height: 4.1875rem;
  width: 4.1875rem;
  margin-right: 0.9375rem;
}

/* line 42, resources/assets/styles/elements/_benefits-values.scss */

.focus-element .focus-points .img-wrapper {
  line-height: 0;
}

/* line 47, resources/assets/styles/elements/_benefits-values.scss */

.focus-element .number {
  font-size: 1.125rem;
  background: #E5EEFA;
  color: #2A64B2;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.625rem;
  margin-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_benefits-values.scss */

  .focus-element {
    margin-top: 4.375rem;
  }

  /* line 65, resources/assets/styles/elements/_benefits-values.scss */

  .focus-element h2 {
    margin-bottom: 2.1875rem;
  }

  /* line 70, resources/assets/styles/elements/_benefits-values.scss */

  .focus-element .focus-points .focus-point {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3.4375rem;
  }

  /* line 78, resources/assets/styles/elements/_benefits-values.scss */

  .focus-element .focus-wrapper p {
    margin-top: 0.625rem;
  }

  /* line 83, resources/assets/styles/elements/_benefits-values.scss */

  .focus-element.container {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 89, resources/assets/styles/elements/_benefits-values.scss */

  .focus-element.values-element.container {
    max-width: none;
    padding: 0;
  }

  /* line 94, resources/assets/styles/elements/_benefits-values.scss */

  .focus-element.values-element .focus-points {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    padding-left: 1.25rem;
    scrollbar-width: none;
  }

  /* line 100, resources/assets/styles/elements/_benefits-values.scss */

  .focus-element.values-element .focus-points::-webkit-scrollbar {
    display: none;
  }

  /* line 104, resources/assets/styles/elements/_benefits-values.scss */

  .focus-element.values-element .focus-points .focus-point {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.5625rem;
            flex: 0 0 15.5625rem;
    max-width: 15.5625rem;
  }
}

/* line 2, resources/assets/styles/elements/_success.scss */

.success-element .facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.9375rem;
}

/* line 7, resources/assets/styles/elements/_success.scss */

.success-element .facts .fact {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.625rem;
}

/* line 14, resources/assets/styles/elements/_success.scss */

.success-element .facts .fact-1,
.success-element .facts .fact-6 {
  background-color: #E5EEFA;
}

/* line 17, resources/assets/styles/elements/_success.scss */

.success-element .facts .fact-1 .number,
.success-element .facts .fact-1 .text,
.success-element .facts .fact-6 .number,
.success-element .facts .fact-6 .text {
  color: #2A64B2;
}

/* line 22, resources/assets/styles/elements/_success.scss */

.success-element .facts .fact-2,
.success-element .facts .fact-5 {
  background-color: #FAF0E5;
}

/* line 25, resources/assets/styles/elements/_success.scss */

.success-element .facts .fact-2 .number,
.success-element .facts .fact-2 .text,
.success-element .facts .fact-5 .number,
.success-element .facts .fact-5 .text {
  color: #A1784D;
}

/* line 30, resources/assets/styles/elements/_success.scss */

.success-element .facts .fact-3,
.success-element .facts .fact-4 {
  background-color: #E7F8F1;
}

/* line 33, resources/assets/styles/elements/_success.scss */

.success-element .facts .fact-3 .number,
.success-element .facts .fact-3 .text,
.success-element .facts .fact-4 .number,
.success-element .facts .fact-4 .text {
  color: #4C7E6B;
}

/* line 38, resources/assets/styles/elements/_success.scss */

.success-element .facts .number {
  font-size: 5rem;
  line-height: 5.3125rem;
  margin-top: 0;
  font-weight: 700;
}

/* line 45, resources/assets/styles/elements/_success.scss */

.success-element .facts .text {
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 52, resources/assets/styles/elements/_success.scss */

.success-element .facts .fact-wrapper {
  margin: 0 0.9375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.4375rem 3.0625rem;
  border-radius: 0.625rem;
  text-align: center;
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_success.scss */

  .success-element {
    border-radius: 0;
  }

  /* line 67, resources/assets/styles/elements/_success.scss */

  .success-element .facts {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: scroll;
    padding-left: 1.25rem;
    margin: 0;
    scrollbar-width: none;
  }

  /* line 74, resources/assets/styles/elements/_success.scss */

  .success-element .facts::-webkit-scrollbar {
    display: none;
  }

  /* line 78, resources/assets/styles/elements/_success.scss */

  .success-element .facts .fact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.5625rem;
            flex: 0 0 15.5625rem;
    max-width: 15.5625rem;
    margin-right: 0.9375rem;
    margin-bottom: 0.625rem;
  }

  /* line 84, resources/assets/styles/elements/_success.scss */

  .success-element .facts .fact:nth-child(4),
  .success-element .facts .fact:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.5625rem;
            flex: 0 0 15.5625rem;
    max-width: 15.5625rem;
  }

  /* line 90, resources/assets/styles/elements/_success.scss */

  .success-element .facts .fact-wrapper {
    margin: 0;
    padding: 2.5rem 0.3125rem;
  }

  /* line 94, resources/assets/styles/elements/_success.scss */

  .success-element .facts .fact-wrapper .text {
    margin-bottom: 0;
  }

  /* line 99, resources/assets/styles/elements/_success.scss */

  .success-element .facts .text {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  /* line 104, resources/assets/styles/elements/_success.scss */

  .success-element .facts .number {
    font-size: 3.125rem;
    line-height: 3.4375rem;
    margin-bottom: 0;
  }
}

/* line 113, resources/assets/styles/elements/_success.scss */

.success-container {
  margin-bottom: 6.25rem;
  margin-top: 7.5rem;
}

@media (max-width: 575.98px) {
  /* line 113, resources/assets/styles/elements/_success.scss */

  .success-container {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4.375rem;
    margin-bottom: 8.125rem;
    max-width: none !important;
  }
}

/* line 1, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

/* line 7, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .people-cta {
  background-color: #E5EEFA;
  padding: 3.125rem;
  color: #2A64B2;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 14, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .people-cta .h2,
.job-cta-element .people-cta .jobcta-text,
.job-cta-element .people-cta .karriere {
  margin-left: 0;
}

/* line 18, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .people-cta .col-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 1.875rem;
}

/* line 24, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .people-cta .col-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

/* line 29, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .people-cta .col-right img {
  position: absolute;
  right: 0;
  bottom: -3.125rem;
  height: 27.8125rem;
  width: auto;
}

/* line 38, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .people-cta .button.karriere {
  background-color: #2A64B2;
  padding: 0.8125rem 0.9375rem;
  border-color: #2A64B2;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 45, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .people-cta .button.karriere:hover {
  text-decoration: none;
  color: #2A64B2;
  background-color: #fff;
}

/* line 53, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .col-left,
.job-cta-element .col-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

/* line 59, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .h2 {
  margin-bottom: 1.6875rem;
}

/* line 63, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element img {
  width: 100%;
}

/* line 67, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .button.karriere {
  margin-top: 2.6875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #EC6552;
  padding: 0.9375rem 2.25rem;
  border-radius: 2rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 3px solid #EC6552;
  line-height: 1.5rem;
}

/* line 79, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .button.karriere:hover {
  text-decoration: none;
  color: #EC6552;
  background-color: #6DC1AE;
}

/* line 85, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .button.karriere span {
  background-color: #EC6552;
  color: #2A64B2;
  border-radius: 50%;
  width: 2.125rem;
  height: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.9375rem;
}

/* line 98, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .h2,
.job-cta-element .jobcta-text,
.job-cta-element .karriere {
  margin-left: 3.75rem;
}

/* line 102, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .hr {
  position: absolute;
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.3125rem 3.75rem 1.3125rem 2rem;
  right: 11.25rem;
  width: 12.5rem;
  top: 50%;
  -webkit-box-shadow: 0 1rem 2rem #121E3129;
          box-shadow: 0 1rem 2rem #121E3129;
}

/* line 112, resources/assets/styles/elements/_karriere-cta.scss */

.job-cta-element .hr .hr-name {
  font-weight: 700;
}

@media (max-width: calc(835px - 1px)) {
  /* line 118, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .people-cta {
    position: relative;
    margin-top: 6.25rem;
    padding: 1.4375rem 1.9375rem;
    max-width: 27.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 126, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .people-cta .col-right {
    position: absolute;
    z-index: -1;
    right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 133, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .people-cta .col-right img {
    height: 21.4375rem;
  }

  /* line 138, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .people-cta .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  /* line 144, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .people-cta .button.karriere {
    margin-bottom: 1rem;
  }

  /* line 148, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .people-cta .hr {
    top: -8.125rem;
    right: 5rem;
  }
}

@media (max-width: 575.98px) {
  /* line 1, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  /* line 160, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element.container {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  /* line 165, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .col-left,
  .job-cta-element .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 170, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .col-right {
    margin-top: 2.5rem;
  }

  /* line 174, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .h2,
  .job-cta-element .jobcta-text {
    margin-left: 0;
  }

  /* line 178, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .people-cta {
    margin-top: 10.625rem;
  }

  /* line 181, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .people-cta .button.karriere {
    margin-left: 0;
    margin-right: unset;
  }

  /* line 186, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .people-cta .hr {
    top: -10.625rem;
  }

  /* line 191, resources/assets/styles/elements/_karriere-cta.scss */

  .job-cta-element .button.karriere {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 5, resources/assets/styles/elements/_ratings.scss */

.rating-stars {
  display: block;
  margin: 1.25rem auto;
}

/* line 9, resources/assets/styles/elements/_ratings.scss */

.rating-stars [class^="icon-rm-"] {
  font-size: 1.9375rem;
}

/* line 14, resources/assets/styles/elements/_ratings.scss */

.rating-stars.anwalt-de span {
  color: #ff9600;
}

/* line 20, resources/assets/styles/elements/_ratings.scss */

.rating-stars.google span {
  color: #FFBA0A;
}

/* line 26, resources/assets/styles/elements/_ratings.scss */

.rating-stars.trustpilot img {
  width: auto;
}

/* line 34, resources/assets/styles/elements/_ratings.scss */

.rating-slider .slick-slide > div {
  height: 100%;
}

/* line 40, resources/assets/styles/elements/_ratings.scss */

.rating {
  height: 100%;
}

/* line 43, resources/assets/styles/elements/_ratings.scss */

.rating .card,
.rating .single-ratgeber .social-box,
.single-ratgeber .rating .social-box,
.rating .single-post .social-box,
.single-post .rating .social-box,
.rating .template-rechner .social-box,
.template-rechner .rating .social-box,
.rating .matching-ratgeber .social-box,
.matching-ratgeber .rating .social-box,
.rating .single-product .social-box,
.single-product .rating .social-box {
  height: 100%;
  background-color: transparent;
}

/* line 48, resources/assets/styles/elements/_ratings.scss */

.rating hr {
  border-color: #D9E8EB;
  margin: 2.1875rem 0;
}

/* line 53, resources/assets/styles/elements/_ratings.scss */

.rating .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  /* line 61, resources/assets/styles/elements/_ratings.scss */

  .rating-slider {
    margin-top: 1.875rem;
  }

  /* line 65, resources/assets/styles/elements/_ratings.scss */

  .rating-slider .trustpilot img {
    width: 150px;
    height: auto;
  }
}

/* line 2, resources/assets/styles/elements/_blocks.scss */

.block-title {
  font-size: 1.25rem;
}

/* line 6, resources/assets/styles/elements/_blocks.scss */

.block .headline {
  margin-bottom: 0.3125rem;
  color: #6DC1AE;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 1rem;
}

/* line 14, resources/assets/styles/elements/_blocks.scss */

.block .h2 {
  font-weight: 400;
  font-size: 1.75rem;
}

/* line 19, resources/assets/styles/elements/_blocks.scss */

.block[class*="bg-"] {
  border-radius: 20px;
  padding-top: 4.6875rem;
  padding-bottom: 3.4375rem;
}

/* line 25, resources/assets/styles/elements/_blocks.scss */

.block .text {
  max-width: 100%;
}

/* line 28, resources/assets/styles/elements/_blocks.scss */

.block .text p:last-of-type {
  margin-bottom: 0;
}

/* line 34, resources/assets/styles/elements/_blocks.scss */

.block .card-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 39, resources/assets/styles/elements/_blocks.scss */

.block .card-slider .card,
.block .card-slider .single-ratgeber .social-box,
.single-ratgeber .block .card-slider .social-box,
.block .card-slider .single-post .social-box,
.single-post .block .card-slider .social-box,
.block .card-slider .template-rechner .social-box,
.template-rechner .block .card-slider .social-box,
.block .card-slider .matching-ratgeber .social-box,
.matching-ratgeber .block .card-slider .social-box,
.block .card-slider .single-product .social-box,
.single-product .block .card-slider .social-box {
  background-color: transparent;
  border: 0 none;
  height: 100%;
}

/* line 44, resources/assets/styles/elements/_blocks.scss */

.block .card-slider .card .card-title,
.block .card-slider .single-ratgeber .social-box .card-title,
.single-ratgeber .block .card-slider .social-box .card-title,
.block .card-slider .single-post .social-box .card-title,
.single-post .block .card-slider .social-box .card-title,
.block .card-slider .template-rechner .social-box .card-title,
.template-rechner .block .card-slider .social-box .card-title,
.block .card-slider .matching-ratgeber .social-box .card-title,
.matching-ratgeber .block .card-slider .social-box .card-title,
.block .card-slider .single-product .social-box .card-title,
.single-product .block .card-slider .social-box .card-title {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 50, resources/assets/styles/elements/_blocks.scss */

.block .card-slider .card .number,
.block .card-slider .single-ratgeber .social-box .number,
.single-ratgeber .block .card-slider .social-box .number,
.block .card-slider .single-post .social-box .number,
.single-post .block .card-slider .social-box .number,
.block .card-slider .template-rechner .social-box .number,
.template-rechner .block .card-slider .social-box .number,
.block .card-slider .matching-ratgeber .social-box .number,
.matching-ratgeber .block .card-slider .social-box .number,
.block .card-slider .single-product .social-box .number,
.single-product .block .card-slider .social-box .number {
  display: block;
  color: #fff;
  background-color: #336B62;
  border-radius: 50%;
  font-size: 1rem;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-right: 0.625rem;
}

/* line 64, resources/assets/styles/elements/_blocks.scss */

.block .card-slider .card img,
.block .card-slider .single-ratgeber .social-box img,
.single-ratgeber .block .card-slider .social-box img,
.block .card-slider .single-post .social-box img,
.single-post .block .card-slider .social-box img,
.block .card-slider .template-rechner .social-box img,
.template-rechner .block .card-slider .social-box img,
.block .card-slider .matching-ratgeber .social-box img,
.matching-ratgeber .block .card-slider .social-box img,
.block .card-slider .single-product .social-box img,
.single-product .block .card-slider .social-box img {
  border-radius: 20px;
  margin-bottom: 1.5625rem;
  width: 100%;
  height: auto;
  max-width: 410px;
  max-height: 300px;
}

/* line 82, resources/assets/styles/elements/_blocks.scss */

.block.bg-primary-dark .card-slider .card .number,
.block.bg-primary-dark .card-slider .single-ratgeber .social-box .number,
.single-ratgeber .block.bg-primary-dark .card-slider .social-box .number,
.block.bg-primary-dark .card-slider .single-post .social-box .number,
.single-post .block.bg-primary-dark .card-slider .social-box .number,
.block.bg-primary-dark .card-slider .template-rechner .social-box .number,
.template-rechner .block.bg-primary-dark .card-slider .social-box .number,
.block.bg-primary-dark .card-slider .matching-ratgeber .social-box .number,
.matching-ratgeber .block.bg-primary-dark .card-slider .social-box .number,
.block.bg-primary-dark .card-slider .single-product .social-box .number,
.single-product .block.bg-primary-dark .card-slider .social-box .number {
  background-color: #6DC1AE;
}

/* line 89, resources/assets/styles/elements/_blocks.scss */

.block.bg-primary {
  color: #fff;
}

/* line 92, resources/assets/styles/elements/_blocks.scss */

.block.bg-primary .headline {
  color: #336B62;
}

/* line 99, resources/assets/styles/elements/_blocks.scss */

.block.bg-primary .card-slider .card ul li:before,
.block.bg-primary .card-slider .single-ratgeber .social-box ul li:before,
.single-ratgeber .block.bg-primary .card-slider .social-box ul li:before,
.block.bg-primary .card-slider .single-post .social-box ul li:before,
.single-post .block.bg-primary .card-slider .social-box ul li:before,
.block.bg-primary .card-slider .template-rechner .social-box ul li:before,
.template-rechner .block.bg-primary .card-slider .social-box ul li:before,
.block.bg-primary .card-slider .matching-ratgeber .social-box ul li:before,
.matching-ratgeber .block.bg-primary .card-slider .social-box ul li:before,
.block.bg-primary .card-slider .single-product .social-box ul li:before,
.single-product .block.bg-primary .card-slider .social-box ul li:before,
.block.bg-primary .card-slider .card ol li:before,
.block.bg-primary .card-slider .single-ratgeber .social-box ol li:before,
.single-ratgeber .block.bg-primary .card-slider .social-box ol li:before,
.block.bg-primary .card-slider .single-post .social-box ol li:before,
.single-post .block.bg-primary .card-slider .social-box ol li:before,
.block.bg-primary .card-slider .template-rechner .social-box ol li:before,
.template-rechner .block.bg-primary .card-slider .social-box ol li:before,
.block.bg-primary .card-slider .matching-ratgeber .social-box ol li:before,
.matching-ratgeber .block.bg-primary .card-slider .social-box ol li:before,
.block.bg-primary .card-slider .single-product .social-box ol li:before,
.single-product .block.bg-primary .card-slider .social-box ol li:before {
  background-color: #336B62;
  color: #6DC1AE;
}

/* line 109, resources/assets/styles/elements/_blocks.scss */

.block.bg-primary .styled-ol li:before {
  background-color: #336B62;
  color: #6DC1AE;
}

/* line 117, resources/assets/styles/elements/_blocks.scss */

.block .col-img {
  overflow: hidden;
}

/* line 120, resources/assets/styles/elements/_blocks.scss */

.block .col-img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* line 125, resources/assets/styles/elements/_blocks.scss */

.block .col-img img.img-border-radius {
  border-radius: 20px;
  height: auto;
}

/* line 130, resources/assets/styles/elements/_blocks.scss */

.block .col-img img:not(.w-auto) {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 137, resources/assets/styles/elements/_blocks.scss */

.block + .block {
  margin-top: 3.75rem;
}

/* line 154, resources/assets/styles/elements/_blocks.scss */

.block.block-default .col-img {
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 164, resources/assets/styles/elements/_blocks.scss */

.block-slider .row + .row {
  margin-top: 2.5rem;
}

/* line 170, resources/assets/styles/elements/_blocks.scss */

.block-slider .slider .image-wrapper {
  overflow: hidden;
}

/* line 173, resources/assets/styles/elements/_blocks.scss */

.block-slider .slider .image-wrapper.image-border {
  border-radius: 20px;
}

/* line 177, resources/assets/styles/elements/_blocks.scss */

.block-slider .slider .image-wrapper + .slide-title,
.block-slider .slider .image-wrapper + .slide-content {
  margin-top: 1.25rem;
}

/* line 182, resources/assets/styles/elements/_blocks.scss */

.block-slider .slider img:not(.w-auto) {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
}

/* line 188, resources/assets/styles/elements/_blocks.scss */

.block-slider .slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 194, resources/assets/styles/elements/_blocks.scss */

.block-slider .slider .slick-slide > div,
.block-slider .slider .slick-slide .col,
.block-slider .slider .slick-slide .horizontal-list.icon-list > li,
.block-slider .slider .slick-slide .gallery .gallery-item,
.gallery .block-slider .slider .slick-slide .gallery-item,
.block-slider .slider .slick-slide .card,
.block-slider .slider .slick-slide .single-ratgeber .social-box,
.single-ratgeber .block-slider .slider .slick-slide .social-box,
.block-slider .slider .slick-slide .single-post .social-box,
.single-post .block-slider .slider .slick-slide .social-box,
.block-slider .slider .slick-slide .template-rechner .social-box,
.template-rechner .block-slider .slider .slick-slide .social-box,
.block-slider .slider .slick-slide .matching-ratgeber .social-box,
.matching-ratgeber .block-slider .slider .slick-slide .social-box,
.block-slider .slider .slick-slide .single-product .social-box,
.single-product .block-slider .slider .slick-slide .social-box {
  height: 100%;
}

/* line 199, resources/assets/styles/elements/_blocks.scss */

.block-slider .slider .card,
.block-slider .slider .single-ratgeber .social-box,
.single-ratgeber .block-slider .slider .social-box,
.block-slider .slider .single-post .social-box,
.single-post .block-slider .slider .social-box,
.block-slider .slider .template-rechner .social-box,
.template-rechner .block-slider .slider .social-box,
.block-slider .slider .matching-ratgeber .social-box,
.matching-ratgeber .block-slider .slider .social-box,
.block-slider .slider .single-product .social-box,
.single-product .block-slider .slider .social-box {
  color: #336B62;
  height: 100%;
}

/* line 203, resources/assets/styles/elements/_blocks.scss */

.block-slider .slider .card .image-wrapper,
.block-slider .slider .single-ratgeber .social-box .image-wrapper,
.single-ratgeber .block-slider .slider .social-box .image-wrapper,
.block-slider .slider .single-post .social-box .image-wrapper,
.single-post .block-slider .slider .social-box .image-wrapper,
.block-slider .slider .template-rechner .social-box .image-wrapper,
.template-rechner .block-slider .slider .social-box .image-wrapper,
.block-slider .slider .matching-ratgeber .social-box .image-wrapper,
.matching-ratgeber .block-slider .slider .social-box .image-wrapper,
.block-slider .slider .single-product .social-box .image-wrapper,
.single-product .block-slider .slider .social-box .image-wrapper {
  text-align: center;
  min-height: 115px;
  line-height: 115px;
}

/* line 209, resources/assets/styles/elements/_blocks.scss */

.block-slider .slider .card img,
.block-slider .slider .single-ratgeber .social-box img,
.single-ratgeber .block-slider .slider .social-box img,
.block-slider .slider .single-post .social-box img,
.single-post .block-slider .slider .social-box img,
.block-slider .slider .template-rechner .social-box img,
.template-rechner .block-slider .slider .social-box img,
.block-slider .slider .matching-ratgeber .social-box img,
.matching-ratgeber .block-slider .slider .social-box img,
.block-slider .slider .single-product .social-box img,
.single-product .block-slider .slider .social-box img {
  margin-left: auto;
  margin-right: auto;
}

/* line 214, resources/assets/styles/elements/_blocks.scss */

.block-slider .slider .card .slide-title,
.block-slider .slider .single-ratgeber .social-box .slide-title,
.single-ratgeber .block-slider .slider .social-box .slide-title,
.block-slider .slider .single-post .social-box .slide-title,
.single-post .block-slider .slider .social-box .slide-title,
.block-slider .slider .template-rechner .social-box .slide-title,
.template-rechner .block-slider .slider .social-box .slide-title,
.block-slider .slider .matching-ratgeber .social-box .slide-title,
.matching-ratgeber .block-slider .slider .social-box .slide-title,
.block-slider .slider .single-product .social-box .slide-title,
.single-product .block-slider .slider .social-box .slide-title {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

/* line 219, resources/assets/styles/elements/_blocks.scss */

.block-slider .slider .card .btn-more-link,
.block-slider .slider .single-ratgeber .social-box .btn-more-link,
.single-ratgeber .block-slider .slider .social-box .btn-more-link,
.block-slider .slider .single-post .social-box .btn-more-link,
.single-post .block-slider .slider .social-box .btn-more-link,
.block-slider .slider .template-rechner .social-box .btn-more-link,
.template-rechner .block-slider .slider .social-box .btn-more-link,
.block-slider .slider .matching-ratgeber .social-box .btn-more-link,
.matching-ratgeber .block-slider .slider .social-box .btn-more-link,
.block-slider .slider .single-product .social-box .btn-more-link,
.single-product .block-slider .slider .social-box .btn-more-link {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  /* line 229, resources/assets/styles/elements/_blocks.scss */

  .block.cost-modell .icon-list li {
    padding-top: 2.1875rem;
    padding-left: 210px;
    min-height: 180px;
  }

  /* line 234, resources/assets/styles/elements/_blocks.scss */

  .block.cost-modell .icon-list li:before {
    content: '';
    width: 180px;
    height: 180px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
  }

  /* line 246, resources/assets/styles/elements/_blocks.scss */

  .block.cost-modell .icon-list li img {
    left: 55px;
    top: calc(50% - 35px);
  }
}

/* line 259, resources/assets/styles/elements/_blocks.scss */

.block.marken .slide-content .btn-more-link {
  margin-top: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* line 268, resources/assets/styles/elements/_blocks.scss */

.block-brands#block-brands {
  margin-top: 2.25rem;
}

/* line 273, resources/assets/styles/elements/_blocks.scss */

.block-brands .brand-col > div {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 278, resources/assets/styles/elements/_blocks.scss */

.block-brands .brand-col a {
  width: 100%;
  padding: 0 0.625rem;
  border-radius: 20px;
  border: 3px solid #EAF3E5;
  background-color: #fff;
  text-align: center;
  max-width: calc((100% / 2) - 8px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0.25rem;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 291, resources/assets/styles/elements/_blocks.scss */

.block-brands .brand-col a img {
  display: block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  max-height: 30px;
  max-width: 100%;
}

/* line 301, resources/assets/styles/elements/_blocks.scss */

.block-brands .brand-col a:first-child,
.block-brands .brand-col a:nth-child(2) {
  height: 130px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem;
}

/* line 307, resources/assets/styles/elements/_blocks.scss */

.block-brands .brand-col a:first-child img,
.block-brands .brand-col a:nth-child(2) img {
  max-height: 60px;
}

/* line 316, resources/assets/styles/elements/_blocks.scss */

.block-shortcode .block-title {
  margin-bottom: 1.5625rem;
}

/* line 320, resources/assets/styles/elements/_blocks.scss */

.block-shortcode .text {
  max-width: 960px;
}

/* line 324, resources/assets/styles/elements/_blocks.scss */

.block-shortcode + .block-ratings {
  margin-top: 2.8125rem;
}

/* line 330, resources/assets/styles/elements/_blocks.scss */

.cost-table {
  margin-top: 2.5rem;
}

/* line 333, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-spacer,
.cost-table-labels {
  width: 165px;
}

/* line 337, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-spacer {
  width: 175px;
}

/* line 341, resources/assets/styles/elements/_blocks.scss */

.cost-table + .hint {
  text-align: right;
  margin-top: 1.875rem;
}

/* line 346, resources/assets/styles/elements/_blocks.scss */

.cost-table-labels {
  padding: 0.9375rem 0;
  font-size: 1rem;
}

/* line 351, resources/assets/styles/elements/_blocks.scss */

.cost-table-labels-item:not(:first-child) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 357, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-content {
  width: 100%;
  margin-bottom: 1.25rem;
}

/* line 362, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-content .cost-table-header-spacer + .column {
  margin-left: 0;
}

/* line 367, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-content .column {
  position: relative;
  background-color: #EAF3E5;
  padding: 0.9375rem;
  text-align: center;
  border-radius: 20px;
  color: #336B62;
  max-width: 100%;
  margin-left: 0.625rem;
}

/* line 377, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-content .column h3 {
  margin-bottom: 0;
}

/* line 381, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-content .column [class^="icon-rm-"] {
  color: #EAF3E5;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 2.5rem;
}

/* line 387, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-content .column .arrows {
  bottom: -14px;
}

/* line 391, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-content .column-1 {
  width: calc((190px * 1) - 10px);
}

/* line 395, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-content .column-2 {
  width: calc((190px * 2) - 10px);
}

/* line 399, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-content .column-3 {
  width: calc((190px * 3) - 10px);
}

/* line 403, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-content .column-4 {
  width: calc((190px * 4) - 10px);
}

/* line 407, resources/assets/styles/elements/_blocks.scss */

.cost-table-header-content .column-5 {
  width: calc((190px * 5) - 10px);
}

/* line 413, resources/assets/styles/elements/_blocks.scss */

.bg-primary-light .cost-table-header-content .column {
  background-color: #336B62;
  color: #EAF3E5;
}

/* line 417, resources/assets/styles/elements/_blocks.scss */

.bg-primary-light .cost-table-header-content .column [class^="icon-rm-"] {
  color: #336B62;
}

/* line 425, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

/* line 430, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item:not(.cost-table-labels) {
  width: 100%;
  padding: 0.9375rem;
  color: #fff;
  font-size: 0.875rem;
}

/* line 437, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .collapse-header,
.cost-table-content-item .item-body .item-bottom {
  background-color: #6DC1AE;
  padding: 0.9375rem;
}

/* line 442, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item [class^="item-"] {
  position: relative;
}

/* line 445, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item [class^="item-"]:after,
.cost-table-content-item [class^="item-"]:before {
  background: #6DC1AE;
  position: absolute;
}

/* line 451, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-header {
  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;
  height: 145px;
}

/* line 457, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-header:after {
  content: '';
  bottom: 0;
  height: 2px;
  width: 100%;
}

/* line 465, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .collapse-header {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

/* line 472, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .collapse-header:after {
  width: calc(100% + 10px);
  left: -0.3125rem;
}

/* line 477, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .collapse-header img {
  margin-bottom: 1.25rem;
  min-width: 40px;
  max-width: 45px;
  width: auto;
  height: auto;
}

/* line 486, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-body > div,
.cost-table-content-item .label-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 492, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5625rem 0;
}

/* line 496, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-text:after {
  content: '';
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
}

/* line 506, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-text:before,
.cost-table-content-item .item-price:before {
  content: '';
  right: 0;
  width: 2px;
  height: calc(100% - 50px);
}

/* line 514, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-price {
  height: 100px;
  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;
}

/* line 521, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-label {
  text-transform: uppercase;
  color: #6DC1AE;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

/* line 528, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #fff;
}

/* line 536, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-bottom .more-link span {
  font-size: 1.375rem;
}

/* line 541, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-bottom:after {
  content: '';
  top: 0;
  height: 2px;
  width: 100%;
}

/* line 550, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item a.item-bottom:hover {
  text-decoration: none;
}

/* line 557, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-body .item-text:before,
.cost-table-content-item .item-body .item-price:before {
  right: -0.3125rem;
}

/* line 563, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-body .item-text:after {
  width: calc(100% + 10px);
  left: -0.3125rem;
}

/* line 569, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-body .item-price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5625rem;
}

/* line 573, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-body .item-price small {
  font-size: 0.875rem;
}

/* line 579, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item .item-body .item-bottom:after {
  width: calc(100% + 10px);
  left: -0.3125rem;
}

/* line 587, resources/assets/styles/elements/_blocks.scss */

.bg-primary .cost-table-content-item [class^="item-"] {
  color: #336B62;
}

/* line 590, resources/assets/styles/elements/_blocks.scss */

.bg-primary .cost-table-content-item [class^="item-"]:after,
.bg-primary .cost-table-content-item [class^="item-"]:before {
  background-color: #336B62;
}

/* line 595, resources/assets/styles/elements/_blocks.scss */

.bg-primary .cost-table-content-item .collapse-header,
.bg-primary .cost-table-content-item .item-body .item-bottom {
  background-color: #336B62;
  color: #6DC1AE;
}

/* line 600, resources/assets/styles/elements/_blocks.scss */

.bg-primary .cost-table-content-item .item-body .item-bottom {
  color: #fff;
}

/* line 605, resources/assets/styles/elements/_blocks.scss */

.bg-primary-light .cost-table-content-item {
  color: #336B62;
}

/* line 610, resources/assets/styles/elements/_blocks.scss */

.bg-primary-dark .cost-table-content-item .collapse-header {
  color: #336B62;
}

/* line 615, resources/assets/styles/elements/_blocks.scss */

.bg-grey-light .cost-table-content-item {
  color: #336B62;
}

/* line 621, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item:last-child .item-price:before,
.cost-table-content-item:last-child .item-text:before {
  content: none;
}

/* line 627, resources/assets/styles/elements/_blocks.scss */

.cost-table-content-item:last-child .item-header:after,
.cost-table-content-item:last-child .item-bottom:after {
  width: 100%;
}

/* line 635, resources/assets/styles/elements/_blocks.scss */

.cost-table-footer {
  margin-top: 1.25rem;
}

/* line 641, resources/assets/styles/elements/_blocks.scss */

.lokal-zentral .block-title,
.lokal-zentral .text {
  max-width: 725px;
}

/* line 647, resources/assets/styles/elements/_blocks.scss */

.lokal-zentral .slider .card .image-wrapper,
.lokal-zentral .slider .single-ratgeber .social-box .image-wrapper,
.single-ratgeber .lokal-zentral .slider .social-box .image-wrapper,
.lokal-zentral .slider .single-post .social-box .image-wrapper,
.single-post .lokal-zentral .slider .social-box .image-wrapper,
.lokal-zentral .slider .template-rechner .social-box .image-wrapper,
.template-rechner .lokal-zentral .slider .social-box .image-wrapper,
.lokal-zentral .slider .matching-ratgeber .social-box .image-wrapper,
.matching-ratgeber .lokal-zentral .slider .social-box .image-wrapper,
.lokal-zentral .slider .single-product .social-box .image-wrapper,
.single-product .lokal-zentral .slider .social-box .image-wrapper {
  margin-top: 0.625rem;
}

/* line 651, resources/assets/styles/elements/_blocks.scss */

.lokal-zentral .slider .card .slide-title,
.lokal-zentral .slider .single-ratgeber .social-box .slide-title,
.single-ratgeber .lokal-zentral .slider .social-box .slide-title,
.lokal-zentral .slider .single-post .social-box .slide-title,
.single-post .lokal-zentral .slider .social-box .slide-title,
.lokal-zentral .slider .template-rechner .social-box .slide-title,
.template-rechner .lokal-zentral .slider .social-box .slide-title,
.lokal-zentral .slider .matching-ratgeber .social-box .slide-title,
.matching-ratgeber .lokal-zentral .slider .social-box .slide-title,
.lokal-zentral .slider .single-product .social-box .slide-title,
.single-product .lokal-zentral .slider .social-box .slide-title {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 1329.98px) {
  /* line 661, resources/assets/styles/elements/_blocks.scss */

  .cost-table-body {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  /* line 668, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item:not(.cost-table-labels) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  /* line 675, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item[data-head] {
    position: relative;
    margin-top: 2.1875rem;
  }

  /* line 679, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item[data-head]:before {
    content: attr(data-head);
    color: #336B62;
    background-color: #EAF3E5;
    border-radius: 20px;
    padding: 0.75rem;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1.5625rem;
  }

  /* line 95, resources/assets/styles/_mixins.scss */

  .cost-table-content-item[data-head]:after {
    content: "\E921";
    font-family: "rigtmart" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #EAF3E5;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 55px;
    left: calc(50% - 7px);
  }

  /* line 700, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item.cost-table-labels + div {
    margin-top: 0;
  }

  /* line 705, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .collapse-header:after,
  .cost-table-content-item .item-text:before,
  .cost-table-content-item .item-price:before,
  .cost-table-content-item .item-bottom:after {
    content: none;
  }

  /* line 709, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .collapse-header {
    border-radius: 20px;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    font-weight: 400;
  }

  /* line 95, resources/assets/styles/_mixins.scss */

  .cost-table-content-item .collapse-header:before {
    content: "\E905";
    font-family: "rigtmart" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 1.625rem;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  /* line 723, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .collapse-header.open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 95, resources/assets/styles/_mixins.scss */

  .cost-table-content-item .collapse-header.open:before {
    content: "\E904";
  }

  /* line 729, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .collapse-header p:last-of-type {
    margin-bottom: 0;
  }

  /* line 734, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .item-body {
    display: none;
  }

  /* line 737, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .item-body > div {
    position: relative;
    display: block;
  }

  /* line 741, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .item-body > div:before,
  .cost-table-content-item .item-body > div:after {
    content: '';
    background-color: #6DC1AE;
    width: 2px;
    height: calc(100% - 25px);
    position: absolute;
    top: 0;
  }

  /* line 750, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .item-body > div:before {
    left: 0;
  }

  /* line 754, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .item-body > div:after {
    right: 0;
  }

  /* line 759, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .item-body .item-text,
  .cost-table-content-item .item-body .item-price {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 767, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .item-body .item-text:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
  }

  /* line 779, resources/assets/styles/elements/_blocks.scss */

  .block .card-slider {
    margin-top: 1.875rem;
  }

  /* line 782, resources/assets/styles/elements/_blocks.scss */

  .block .card-slider .card img,
  .block .card-slider .single-ratgeber .social-box img,
  .single-ratgeber .block .card-slider .social-box img,
  .block .card-slider .single-post .social-box img,
  .single-post .block .card-slider .social-box img,
  .block .card-slider .template-rechner .social-box img,
  .template-rechner .block .card-slider .social-box img,
  .block .card-slider .matching-ratgeber .social-box img,
  .matching-ratgeber .block .card-slider .social-box img,
  .block .card-slider .single-product .social-box img,
  .single-product .block .card-slider .social-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 767.98px) {
  /* line 793, resources/assets/styles/elements/_blocks.scss */

  .block .col-content,
  .block .col-img {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 798, resources/assets/styles/elements/_blocks.scss */

  .block .col-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 1.875rem;
  }

  /* line 802, resources/assets/styles/elements/_blocks.scss */

  .block .col-img img {
    width: 100% !important;
    height: auto;
  }

  /* line 808, resources/assets/styles/elements/_blocks.scss */

  .block .dotted-line {
    display: none;
  }

  /* line 812, resources/assets/styles/elements/_blocks.scss */

  .block-title {
    margin-bottom: 1.5625rem;
  }

  /* line 816, resources/assets/styles/elements/_blocks.scss */

  .block-cards,
  .block-slider,
  .block-ratings,
  .block-latest-news,
  .block-themehubs {
    overflow: hidden;
  }

  /* line 819, resources/assets/styles/elements/_blocks.scss */

  .block-cards .slick-list,
  .block-slider .slick-list,
  .block-ratings .slick-list,
  .block-latest-news .slick-list,
  .block-themehubs .slick-list {
    overflow: visible;
  }
}

@media (min-width: 768px) {
  /* line 828, resources/assets/styles/elements/_blocks.scss */

  .block + .block {
    margin-top: 6.25rem;
  }

  /* line 833, resources/assets/styles/elements/_blocks.scss */

  .block[class*="bg-primary"] + [class*="bg-primary"] {
    margin-top: 1.875rem;
  }

  /* line 838, resources/assets/styles/elements/_blocks.scss */

  .block .btn-secondary,
  .block .infobox-download.infobox .btn-download,
  .infobox-download.infobox .block .btn-download,
  .block .infobox-download.infobox-tipp .btn-download,
  .infobox-download.infobox-tipp .block .btn-download,
  .block .infobox-download.infobox-alert-red .btn-download,
  .infobox-download.infobox-alert-red .block .btn-download,
  .block .infobox-download.infobox-alert-green .btn-download,
  .infobox-download.infobox-alert-green .block .btn-download,
  .block .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block .ninja-forms-field,
  .block .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block .ninja-forms-field,
  .block .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block .ninja-forms-field,
  .block .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block .ninja-forms-field,
  .block .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block .ninja-forms-field,
  .block .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .block .cta,
  .block footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block .ninja-forms-field,
  .block .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block .ninja-forms-field,
  .block .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block .ninja-forms-field,
  main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] {
    padding: 1.25rem 1.875rem;
    min-width: 230px;
  }

  /* line 844, resources/assets/styles/elements/_blocks.scss */

  .block-default .col-content,
  .block-slider .col-content {
    margin-right: auto;
    margin-left: auto;
  }

  /* line 851, resources/assets/styles/elements/_blocks.scss */

  .block-default .text p + ul,
  .block-default .text p + ol,
  .block-slider .text p + ul,
  .block-slider .text p + ol {
    margin-top: 3.75rem;
  }

  /* line 856, resources/assets/styles/elements/_blocks.scss */

  .block-default .text ul,
  .block-default .text ol,
  .block-slider .text ul,
  .block-slider .text ol {
    text-align: left;
  }

  /* line 862, resources/assets/styles/elements/_blocks.scss */

  .block-title {
    font-size: 1.5625rem;
  }

  /* line 866, resources/assets/styles/elements/_blocks.scss */

  .block .headline {
    font-size: 1.125rem;
  }

  /* line 870, resources/assets/styles/elements/_blocks.scss */

  .block .h2 {
    font-size: 2.8125rem;
  }

  /* line 874, resources/assets/styles/elements/_blocks.scss */

  .block[class*="bg-"] {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  /* line 880, resources/assets/styles/elements/_blocks.scss */

  .block-img_right .col-content {
    padding-right: 2.5rem;
  }

  /* line 886, resources/assets/styles/elements/_blocks.scss */

  .block-img_left .col-content {
    padding-left: 2.5rem;
  }

  /* line 893, resources/assets/styles/elements/_blocks.scss */

  .block-img_left > .container > .row,
  .block-img_right > .container > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 899, resources/assets/styles/elements/_blocks.scss */

  .block .card-slider {
    margin-top: 1.25rem;
  }

  /* line 903, resources/assets/styles/elements/_blocks.scss */

  .block .card-slider .card img,
  .block .card-slider .single-ratgeber .social-box img,
  .single-ratgeber .block .card-slider .social-box img,
  .block .card-slider .single-post .social-box img,
  .single-post .block .card-slider .social-box img,
  .block .card-slider .template-rechner .social-box img,
  .template-rechner .block .card-slider .social-box img,
  .block .card-slider .matching-ratgeber .social-box img,
  .matching-ratgeber .block .card-slider .social-box img,
  .block .card-slider .single-product .social-box img,
  .single-product .block .card-slider .social-box img {
    margin-bottom: 3.125rem;
  }

  /* line 907, resources/assets/styles/elements/_blocks.scss */

  .block .card-slider .card .card-title,
  .block .card-slider .single-ratgeber .social-box .card-title,
  .single-ratgeber .block .card-slider .social-box .card-title,
  .block .card-slider .single-post .social-box .card-title,
  .single-post .block .card-slider .social-box .card-title,
  .block .card-slider .template-rechner .social-box .card-title,
  .template-rechner .block .card-slider .social-box .card-title,
  .block .card-slider .matching-ratgeber .social-box .card-title,
  .matching-ratgeber .block .card-slider .social-box .card-title,
  .block .card-slider .single-product .social-box .card-title,
  .single-product .block .card-slider .social-box .card-title {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  /* line 919, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item:not(.cost-table-labels) {
    padding: 0.9375rem 0.3125rem;
    width: 190px;
  }

  /* line 924, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .item-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 930, resources/assets/styles/elements/_blocks.scss */

  .cost-table-content-item .item-text {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  /* line 937, resources/assets/styles/elements/_blocks.scss */

  .cost-table-footer {
    margin-top: 2.5rem;
  }

  /* line 940, resources/assets/styles/elements/_blocks.scss */

  .cost-table-footer .btn,
  .cost-table-footer .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cost-table-footer .ninja-forms-field,
  .cost-table-footer .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cost-table-footer .ninja-forms-field,
  .cost-table-footer .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cost-table-footer .ninja-forms-field,
  .cost-table-footer .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cost-table-footer .ninja-forms-field,
  .cost-table-footer .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cost-table-footer .ninja-forms-field,
  .cost-table-footer .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .cost-table-footer .cta,
  .cost-table-footer footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cost-table-footer .ninja-forms-field,
  .cost-table-footer .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cost-table-footer .ninja-forms-field,
  .cost-table-footer .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .cost-table-footer .ninja-forms-field,
  .cost-table-footer main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .cost-table-footer input[type=button] {
    padding: 1.0625rem 1.875rem;
  }
}

/* line 1, resources/assets/styles/elements/_category-preview.scss */

.block + .block-themehubs {
  margin-top: 2.1875rem;
}

/* line 5, resources/assets/styles/elements/_category-preview.scss */

.block-themehubs {
  margin-top: 2.1875rem;
  margin-bottom: 3.75rem;
}

/* line 11, resources/assets/styles/elements/_category-preview.scss */

.block-themehubs .themehub-slider .col .image,
.block-themehubs .themehub-slider .horizontal-list.icon-list > li .image,
.block-themehubs .themehub-slider .gallery .gallery-item .image,
.gallery .block-themehubs .themehub-slider .gallery-item .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

/* line 16, resources/assets/styles/elements/_category-preview.scss */

.block-themehubs .themehub-slider .col .image img,
.block-themehubs .themehub-slider .horizontal-list.icon-list > li .image img,
.block-themehubs .themehub-slider .gallery .gallery-item .image img,
.gallery .block-themehubs .themehub-slider .gallery-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 24, resources/assets/styles/elements/_category-preview.scss */

.block-themehubs .themehub-slider .col h3,
.block-themehubs .themehub-slider .horizontal-list.icon-list > li h3,
.block-themehubs .themehub-slider .gallery .gallery-item h3,
.gallery .block-themehubs .themehub-slider .gallery-item h3 {
  margin-bottom: 1.5625rem;
}

/* line 28, resources/assets/styles/elements/_category-preview.scss */

.block-themehubs .themehub-slider .col .text,
.block-themehubs .themehub-slider .horizontal-list.icon-list > li .text,
.block-themehubs .themehub-slider .gallery .gallery-item .text,
.gallery .block-themehubs .themehub-slider .gallery-item .text {
  margin-bottom: 2.1875rem;
}

/* line 35, resources/assets/styles/elements/_category-preview.scss */

.category-preview {
  margin-bottom: 1.875rem;
}

/* line 38, resources/assets/styles/elements/_category-preview.scss */

.category-preview .cat-icon {
  height: auto;
}

/* line 43, resources/assets/styles/elements/_category-preview.scss */

.category-preview .list .mobile-content {
  display: none;
}

/* line 47, resources/assets/styles/elements/_category-preview.scss */

.category-preview .list .item {
  border-radius: 20px;
  margin-bottom: 0.9375rem;
}

/* line 51, resources/assets/styles/elements/_category-preview.scss */

.category-preview .list .item > p {
  margin-bottom: 0;
}

/* line 55, resources/assets/styles/elements/_category-preview.scss */

.category-preview .list .item .btn,
.category-preview .list .item .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
.category-preview .list .item .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
.category-preview .list .item .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
.category-preview .list .item .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
.category-preview .list .item .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
.category-preview .list .item .team-cta-element .col-team-cta .cta,
.team-cta-element .col-team-cta .category-preview .list .item .cta,
.category-preview .list .item footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
.category-preview .list .item .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
.category-preview .list .item .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
.blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
.category-preview .list .item main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
main.main .block .nf-form-layout .nf-form-content .submit-wrap .category-preview .list .item input[type=button] {
  width: 100%;
  padding: 1.25rem 1.5625rem;
  text-align: left;
  white-space: nowrap;
  border: 0 none;
}

/* line 66, resources/assets/styles/elements/_category-preview.scss */

.category-preview .content .hide,
.category-preview .mobile-content .hide {
  display: none;
}

/* line 71, resources/assets/styles/elements/_category-preview.scss */

.category-preview .content .children h4,
.category-preview .content .children p,
.category-preview .mobile-content .children h4,
.category-preview .mobile-content .children p {
  font-size: 1.125rem;
}

/* line 75, resources/assets/styles/elements/_category-preview.scss */

.category-preview .content .children h4,
.category-preview .mobile-content .children h4 {
  font-weight: 700;
}

/* line 79, resources/assets/styles/elements/_category-preview.scss */

.category-preview .content .children p,
.category-preview .mobile-content .children p {
  margin-bottom: 0;
}

/* line 83, resources/assets/styles/elements/_category-preview.scss */

.category-preview .content .children [class^="icon-rm-"],
.category-preview .mobile-content .children [class^="icon-rm-"] {
  color: #EC6552;
  font-size: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 90, resources/assets/styles/elements/_category-preview.scss */

.category-preview .content .children .item-child,
.category-preview .mobile-content .children .item-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 93, resources/assets/styles/elements/_category-preview.scss */

.category-preview .content .children .item-child:hover,
.category-preview .mobile-content .children .item-child:hover {
  text-decoration: none;
  background-color: #EAF3E5;
  border-color: #EAF3E5;
}

/* line 104, resources/assets/styles/elements/_category-preview.scss */

.category-preview .content .content-header .cat-icon {
  margin-right: 1.875rem;
}

/* line 108, resources/assets/styles/elements/_category-preview.scss */

.category-preview .content .content-header h3 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

/* line 115, resources/assets/styles/elements/_category-preview.scss */

.category-preview .content .children .item-child {
  border: 2px solid #D9E8EB;
  padding: 1.25rem 1.875rem;
  border-radius: 20px;
  margin-bottom: 0.9375rem;
}

/* line 125, resources/assets/styles/elements/_category-preview.scss */

.category-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 129, resources/assets/styles/elements/_category-preview.scss */

.category-wrapper > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 134, resources/assets/styles/elements/_category-preview.scss */

.category-wrapper .item {
  border-radius: 20px;
  padding: 1.5625rem 1.875rem;
  background-color: #fff;
  margin-bottom: 0.9375rem;
}

/* line 140, resources/assets/styles/elements/_category-preview.scss */

.category-wrapper .item-head {
  position: relative;
}

/* line 143, resources/assets/styles/elements/_category-preview.scss */

.category-wrapper .item-head h3 {
  margin-bottom: 0;
  font-size: 1.5625rem;
}

/* line 148, resources/assets/styles/elements/_category-preview.scss */

.category-wrapper .item-head img {
  height: auto;
  position: absolute;
  left: 0;
}

/* line 153, resources/assets/styles/elements/_category-preview.scss */

.category-wrapper .item-head img + h3 {
  margin-left: 3.75rem;
}

/* line 158, resources/assets/styles/elements/_category-preview.scss */

.category-wrapper .item-head[data-target] {
  cursor: pointer;
}

/* line 95, resources/assets/styles/_mixins.scss */

.category-wrapper .item-head[data-target]:after {
  content: "\E905";
  font-family: "rigtmart" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #EC6552;
  font-size: 1.625rem;
  position: absolute;
  right: 0;
}

/* line 95, resources/assets/styles/_mixins.scss */

.category-wrapper .item-head[aria-expanded="true"]:after {
  content: "\E916";
}

/* line 173, resources/assets/styles/elements/_category-preview.scss */

.category-wrapper .item-content {
  padding: 1.5625rem 1.875rem 0;
}

/* line 176, resources/assets/styles/elements/_category-preview.scss */

.category-wrapper .item-content ul {
  margin-left: 1.875rem;
  margin-bottom: 0;
}

/* line 180, resources/assets/styles/elements/_category-preview.scss */

.category-wrapper .item-content ul li {
  margin-bottom: 0.3125rem;
}

@media (max-width: 991.98px) {
  /* line 190, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .list {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 194, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .list .item {
    border: 2px solid #D9E8EB;
    padding: 1.5rem 1.375rem;
  }

  /* line 198, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .list .item .btn,
  .category-preview .list .item .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
  .category-preview .list .item .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
  .category-preview .list .item .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
  .category-preview .list .item .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
  .category-preview .list .item .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
  .category-preview .list .item .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .category-preview .list .item .cta,
  .category-preview .list .item footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
  .category-preview .list .item .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
  .category-preview .list .item .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field,
  .category-preview .list .item main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .category-preview .list .item input[type=button] {
    padding: 0;
    position: relative;
  }

  /* line 202, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .list .item .btn .cat-icon,
  .category-preview .list .item .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field .cat-icon,
  .category-preview .list .item .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field .cat-icon,
  .category-preview .list .item .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field .cat-icon,
  .category-preview .list .item .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field .cat-icon,
  .category-preview .list .item .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field .cat-icon,
  .category-preview .list .item .team-cta-element .col-team-cta .cta .cat-icon,
  .team-cta-element .col-team-cta .category-preview .list .item .cta .cat-icon,
  .category-preview .list .item footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field .cat-icon,
  .category-preview .list .item .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field .cat-icon,
  .category-preview .list .item .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .ninja-forms-field .cat-icon,
  .category-preview .list .item main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] .cat-icon,
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .category-preview .list .item input[type=button] .cat-icon {
    margin-right: 1.25rem;
  }

  /* line 207, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .list .item .btn.with-children:before,
  .category-preview .list .item .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:before,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:before,
  .category-preview .list .item .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:before,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:before,
  .category-preview .list .item .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:before,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:before,
  .category-preview .list .item .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:before,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:before,
  .category-preview .list .item .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:before,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:before,
  .category-preview .list .item .team-cta-element .col-team-cta .with-children.cta:before,
  .team-cta-element .col-team-cta .category-preview .list .item .with-children.cta:before,
  .category-preview .list .item footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:before,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:before,
  .category-preview .list .item .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:before,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:before,
  .category-preview .list .item .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:before,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:before,
  .category-preview .list .item main.main .block .nf-form-layout .nf-form-content .submit-wrap input.with-children[type=button]:before,
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .category-preview .list .item input.with-children[type=button]:before {
    content: '';
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(0, 0, 0, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 80%, white 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 80%, white 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 80%, white 100%);
    position: absolute;
    right: 20px;
    top: -3px;
    height: calc(100% + 5px);
    width: 100%;
  }

  /* line 95, resources/assets/styles/_mixins.scss */

  .category-preview .list .item .btn.with-children:after,
  .category-preview .list .item .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:after,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:after,
  .category-preview .list .item .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:after,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:after,
  .category-preview .list .item .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:after,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:after,
  .category-preview .list .item .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:after,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:after,
  .category-preview .list .item .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:after,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:after,
  .category-preview .list .item .team-cta-element .col-team-cta .with-children.cta:after,
  .team-cta-element .col-team-cta .category-preview .list .item .with-children.cta:after,
  .category-preview .list .item footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:after,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:after,
  .category-preview .list .item .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:after,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:after,
  .category-preview .list .item .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .with-children.ninja-forms-field:after,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item .with-children.ninja-forms-field:after,
  .category-preview .list .item main.main .block .nf-form-layout .nf-form-content .submit-wrap input.with-children[type=button]:after,
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .category-preview .list .item input.with-children[type=button]:after {
    content: "\E905";
    font-family: "rigtmart" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #EC6552;
    font-size: 1.625rem;
    position: absolute;
    right: 0;
    top: -4px;
  }

  /* line 95, resources/assets/styles/_mixins.scss */

  .category-preview .list .item.active .btn:after,
  .category-preview .list .item.active .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item.active .ninja-forms-field:after,
  .category-preview .list .item.active .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item.active .ninja-forms-field:after,
  .category-preview .list .item.active .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item.active .ninja-forms-field:after,
  .category-preview .list .item.active .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item.active .ninja-forms-field:after,
  .category-preview .list .item.active .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item.active .ninja-forms-field:after,
  .category-preview .list .item.active .team-cta-element .col-team-cta .cta:after,
  .team-cta-element .col-team-cta .category-preview .list .item.active .cta:after,
  .category-preview .list .item.active footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item.active .ninja-forms-field:after,
  .category-preview .list .item.active .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item.active .ninja-forms-field:after,
  .category-preview .list .item.active .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field:after,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .item.active .ninja-forms-field:after,
  .category-preview .list .item.active main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button]:after,
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .category-preview .list .item.active input[type=button]:after {
    content: "\E904";
  }

  /* line 236, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .mobile-content .text {
    margin-top: 1.5625rem;
  }

  /* line 241, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .mobile-content .children .item-child {
    border-top: 2px solid #D9E8EB;
    padding: 1.25rem 0 0.75rem;
  }
}

@media (max-width: 767.98px) {
  /* line 253, resources/assets/styles/elements/_category-preview.scss */

  main.main .block-themehubs > .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 259, resources/assets/styles/elements/_category-preview.scss */

  main.main .themehub-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  /* line 267, resources/assets/styles/elements/_category-preview.scss */

  .block-themehubs {
    margin-bottom: 5.625rem;
  }

  /* line 272, resources/assets/styles/elements/_category-preview.scss */

  .block-themehubs .themehub-slider:not(.slick-initialized) .col,
  .block-themehubs .themehub-slider:not(.slick-initialized) .horizontal-list.icon-list > li,
  .block-themehubs .themehub-slider:not(.slick-initialized) .gallery .gallery-item,
  .gallery .block-themehubs .themehub-slider:not(.slick-initialized) .gallery-item {
    max-width: calc(100% / 3);
  }

  /* line 278, resources/assets/styles/elements/_category-preview.scss */

  .block-themehubs .themehub-slider .col .image,
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li .image,
  .block-themehubs .themehub-slider .gallery .gallery-item .image,
  .gallery .block-themehubs .themehub-slider .gallery-item .image {
    max-width: 100%;
    width: 410px;
    height: 190px;
  }

  /* line 284, resources/assets/styles/elements/_category-preview.scss */

  .block-themehubs .themehub-slider .col .btn,
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li .btn,
  .block-themehubs .themehub-slider .gallery .gallery-item .btn,
  .gallery .block-themehubs .themehub-slider .gallery-item .btn,
  .block-themehubs .themehub-slider .col .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .col .ninja-forms-field,
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .horizontal-list.icon-list > li .ninja-forms-field,
  .block-themehubs .themehub-slider .gallery .gallery-item .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .gallery .gallery-item .ninja-forms-field,
  .gallery .block-themehubs .themehub-slider .gallery-item .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .gallery .block-themehubs .themehub-slider .gallery-item .ninja-forms-field,
  .block-themehubs .themehub-slider .col .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .col .ninja-forms-field,
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .horizontal-list.icon-list > li .ninja-forms-field,
  .block-themehubs .themehub-slider .gallery .gallery-item .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .gallery .gallery-item .ninja-forms-field,
  .gallery .block-themehubs .themehub-slider .gallery-item .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .gallery .block-themehubs .themehub-slider .gallery-item .ninja-forms-field,
  .block-themehubs .themehub-slider .col .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .col .ninja-forms-field,
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .horizontal-list.icon-list > li .ninja-forms-field,
  .block-themehubs .themehub-slider .gallery .gallery-item .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .gallery .gallery-item .ninja-forms-field,
  .gallery .block-themehubs .themehub-slider .gallery-item .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .gallery .block-themehubs .themehub-slider .gallery-item .ninja-forms-field,
  .block-themehubs .themehub-slider .col .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .col .ninja-forms-field,
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .horizontal-list.icon-list > li .ninja-forms-field,
  .block-themehubs .themehub-slider .gallery .gallery-item .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .gallery .gallery-item .ninja-forms-field,
  .gallery .block-themehubs .themehub-slider .gallery-item .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .gallery .block-themehubs .themehub-slider .gallery-item .ninja-forms-field,
  .block-themehubs .themehub-slider .col .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .col .ninja-forms-field,
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .horizontal-list.icon-list > li .ninja-forms-field,
  .block-themehubs .themehub-slider .gallery .gallery-item .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .gallery .gallery-item .ninja-forms-field,
  .gallery .block-themehubs .themehub-slider .gallery-item .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .gallery .block-themehubs .themehub-slider .gallery-item .ninja-forms-field,
  .block-themehubs .themehub-slider .col .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .block-themehubs .themehub-slider .col .cta,
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .block-themehubs .themehub-slider .horizontal-list.icon-list > li .cta,
  .block-themehubs .themehub-slider .gallery .gallery-item .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .block-themehubs .themehub-slider .gallery .gallery-item .cta,
  .gallery .block-themehubs .themehub-slider .gallery-item .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .gallery .block-themehubs .themehub-slider .gallery-item .cta,
  .block-themehubs .themehub-slider .col footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .col .ninja-forms-field,
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .horizontal-list.icon-list > li .ninja-forms-field,
  .block-themehubs .themehub-slider .gallery .gallery-item footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .gallery .gallery-item .ninja-forms-field,
  .gallery .block-themehubs .themehub-slider .gallery-item footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .gallery .block-themehubs .themehub-slider .gallery-item .ninja-forms-field,
  .block-themehubs .themehub-slider .col .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .col .ninja-forms-field,
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .horizontal-list.icon-list > li .ninja-forms-field,
  .block-themehubs .themehub-slider .gallery .gallery-item .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .gallery .gallery-item .ninja-forms-field,
  .gallery .block-themehubs .themehub-slider .gallery-item .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .gallery .block-themehubs .themehub-slider .gallery-item .ninja-forms-field,
  .block-themehubs .themehub-slider .col .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .col .ninja-forms-field,
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .horizontal-list.icon-list > li .ninja-forms-field,
  .block-themehubs .themehub-slider .gallery .gallery-item .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .block-themehubs .themehub-slider .gallery .gallery-item .ninja-forms-field,
  .gallery .block-themehubs .themehub-slider .gallery-item .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .gallery .block-themehubs .themehub-slider .gallery-item .ninja-forms-field,
  .block-themehubs .themehub-slider .col main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .block-themehubs .themehub-slider .col input[type=button],
  .block-themehubs .themehub-slider .horizontal-list.icon-list > li main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .block-themehubs .themehub-slider .horizontal-list.icon-list > li input[type=button],
  .block-themehubs .themehub-slider .gallery .gallery-item main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .block-themehubs .themehub-slider .gallery .gallery-item input[type=button],
  .gallery .block-themehubs .themehub-slider .gallery-item main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .gallery .block-themehubs .themehub-slider .gallery-item input[type=button] {
    padding: 1.0625rem 1.875rem;
  }

  /* line 290, resources/assets/styles/elements/_category-preview.scss */

  .category-preview {
    margin-bottom: 5.9375rem;
  }

  /* line 293, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .list {
    max-width: 500px;
  }

  /* line 297, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .list .item.active,
  .category-preview .list .item:hover {
    background-color: #EAF3E5;
  }

  /* line 302, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .list .btn,
  .category-preview .list .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field,
  .category-preview .list .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field,
  .category-preview .list .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field,
  .category-preview .list .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field,
  .category-preview .list .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field,
  .category-preview .list .team-cta-element .col-team-cta .cta,
  .team-cta-element .col-team-cta .category-preview .list .cta,
  .category-preview .list footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field,
  .category-preview .list .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field,
  .category-preview .list .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field,
  .category-preview .list main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button],
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .category-preview .list input[type=button] {
    font-size: 1.375rem;
  }

  /* line 305, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .list .btn .cat-icon,
  .category-preview .list .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .single-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field .cat-icon,
  .category-preview .list .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .single-post .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field .cat-icon,
  .category-preview .list .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .template-rechner .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field .cat-icon,
  .category-preview .list .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .matching-ratgeber .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field .cat-icon,
  .category-preview .list .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .single-product .newsletter-page .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field .cat-icon,
  .category-preview .list .team-cta-element .col-team-cta .cta .cat-icon,
  .team-cta-element .col-team-cta .category-preview .list .cta .cat-icon,
  .category-preview .list footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  footer .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field .cat-icon,
  .category-preview .list .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .archive .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field .cat-icon,
  .category-preview .list .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .ninja-forms-field .cat-icon,
  .blog .newsletter-footer .container .newsletter-form .nf-form-content nf-fields-wrap .newsletter-send .category-preview .list .ninja-forms-field .cat-icon,
  .category-preview .list main.main .block .nf-form-layout .nf-form-content .submit-wrap input[type=button] .cat-icon,
  main.main .block .nf-form-layout .nf-form-content .submit-wrap .category-preview .list input[type=button] .cat-icon {
    margin-right: 1.5625rem;
  }

  /* line 312, resources/assets/styles/elements/_category-preview.scss */

  .category-preview .content h4,
  .category-preview .content p {
    font-size: 1.125rem;
  }
}

/* line 2, resources/assets/styles/elements/_team.scss */

.block-team .block-title {
  margin-bottom: 2.1875rem;
}

/* line 7, resources/assets/styles/elements/_team.scss */

.block-team .slider-team .team-image {
  width: 302px;
  height: 210px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.5625rem;
}

/* line 15, resources/assets/styles/elements/_team.scss */

.block-team .slider-team img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}

/* line 22, resources/assets/styles/elements/_team.scss */

.block-team .block-bottom {
  margin-top: 1.5625rem;
}

@media (max-width: 767.98px) {
  /* line 30, resources/assets/styles/elements/_team.scss */

  .block-team .slider-team .team-image {
    width: auto;
    height: auto;
  }
}

/* line 1, resources/assets/styles/elements/_brand-cards.scss */

.brand-card,
.brand-card[class*="bg-"] {
  padding: 1.875rem;
}

/* line 6, resources/assets/styles/elements/_brand-cards.scss */

.brand-card .brand-card-title {
  font-size: 1.5625rem !important;
  margin-bottom: 0 !important;
}

/* line 11, resources/assets/styles/elements/_brand-cards.scss */

.brand-card .brand-name {
  display: block;
  text-align: right;
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  /* line 20, resources/assets/styles/elements/_brand-cards.scss */

  .brand-card .brand-card-title {
    max-width: 50%;
  }
}


/*# sourceMappingURL=main.css.map*/