@charset "UTF-8";
.row > .col,
.row > [class*=col-] {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1600px) {
.edit-post-visual-editor .editor-block-list__block .editor-block-list__block-edit {
    padding-left: 1px !important;
    padding-right: 1px !important;
}
}
.block-editor-block-list__layout {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.block-editor-block-list__layout .block-editor-block-list__layout {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.wp-block {
  max-width: none;
}
.gridlover {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 0;
  height: 100%;
  z-index: 100;
  background: linear-gradient(rgba(0, 119, 179, 0.6) 1px, transparent 1px) left top/25px 2rem;
}
.gridlover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 165, 0, 0.2) 1px, transparent 1px) left top/25px 1rem;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  display: block;
  position: relative;
  overflow-x: visible;
}
body.single-sw_immo_expose, body.post-type-archive-sw_immo_expose {
  overflow-x: hidden;
}
body .has-theme-background-color > div {
  position: relative;
}
* {
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  outline: none !important;
}
*:hover, *:focus, *:active {
  outline: none !important;
}
.list-unstyled {
  list-style: none;
}
b, strong {
  font-weight: bold !important;
}
.v-alert__content b, .v-alert__content strong {
  color: inherit;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.content-area #primary,
.ast-separate-container #primary {
  margin: 0;
  padding: 0;
}
.content-area .ast-article-single,
.ast-separate-container .ast-article-single {
  padding: 0;
}
fieldset {
  border: none;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border: none;
  background-color: transparent;
}
input[type=email]:focus, input[type=password]:focus, input[type=reset]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
  background-color: transparent;
  border: none;
}
input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}
input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}
.secondary a .site-footer a,
.site-header a,
a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.secondary a .site-footer a *,
.site-header a *,
a * {
  -webkit-transition: none !important;
  transition: none !important;
}
.theme--light.v-application {
  color: inherit !important;
}
.v-label {
  font-size: 16px !important;
}
.v-input--selection-controls__ripple {
  left: -12px !important;
}
.v-application ul,
.v-application ol {
  padding-left: 0 !important;
}
.v-dialog > .v-card > .v-card__text {
  padding: 20px 24px 0 !important;
  font-size: 1rem;
  line-height: 2rem;
}
.v-application--wrap {
  min-height: 0 !important;
  width: 100%;
}
.v-snack > .v-snack__wrapper > .v-snack__content > a {
  color: #fff;
}
.v-snack > .v-snack__wrapper > .v-snack__content > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.v-expansion-panel--active {
  border: 1px solid #E2E2E2;
}
.v-expansion-panel:before, .v-expansion-panel:after {
  display: none;
}
.v-input__control > .v-input__slot {
  border-radius: 0 !important;
}
.menuable__content__active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.menuable__content__active .v-list {
  border-radius: 0 !important;
}
.v-text-field__suffix {
  color: rgba(31, 31, 31, 0.87);
}
.v-input .v-input__slot > label.v-label {
  height: auto;
}
.v-alert__icon.v-icon {
  margin-top: 2px;
}
.v-input.v-input--selection-controls {
  color: #273587 !important;
  caret-color: #273587 !important;
}
.v-input.v-input--selection-controls .v-input--selection-controls__input .v-input--selection-controls__ripple {
  color: #273587 !important;
  caret-color: #273587 !important;
}
.v-input.v-input--selection-controls .v-input--selection-controls__input .v-icon {
  color: #273587 !important;
  caret-color: #273587 !important;
}
.v-input.v-input--selection-controls .v-input--selection-controls__input .fa-circle:before {
  content: "";
  font-weight: 900;
  color: #fff;
}
.v-input.v-input--selection-controls .v-input--selection-controls__input .fa-dot-circle:before {
  content: "";
  font-weight: 900;
  color: #273587;
}
.v-input.v-input--selection-controls .v-input--selection-controls__input .fa-check-square:before {
  color: #273587;
}
.theme--light .v-text-field--filled .v-input__control .v-input__slot {
  padding: 0 1.5rem;
}
.theme--light .v-text-field--filled .v-input__control .v-input__slot:before {
  border-color: transparent !important;
}
.theme--light .v-text-field--filled .v-input__control .v-input__slot .v-text-field__suffix {
  margin-top: 0;
}
.theme--light .v-text-field .v-select__slot .v-icon:before {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}
.theme--light .v-text-field .v-select__slot .fa-caret-down:before {
  content: "";
}
.v-overlay--active {
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
}
.v-overlay-nmodal {
  position: absolute !important;
}
.v-overlay__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.theme--light.v-icon:hover, .theme--light.v-icon:focus {
  background-color: transparent;
}
.theme--light.v-icon:hover:before, .theme--light.v-icon:focus:before {
  color: #333333 !important;
}
.ast-container {
  width: 100%;
}
.v-input--selection-controls .v-input__control {
  width: 100%;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.position-relative {
  position: relative;
}
.w-100 {
  width: 100%;
}
.d-block {
  display: block;
}
.mr-0 {
  margin-right: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.mr-n0 {
  margin-right: 0rem !important;
}
.ml-n0 {
  margin-left: 0rem !important;
}
.mx-n0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.mt-n0 {
  margin-top: 0rem !important;
}
.mb-n0 {
  margin-bottom: 0rem !important;
}
.my-n0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.mr-n1 {
  margin-right: -1rem !important;
}
.ml-n1 {
  margin-left: -1rem !important;
}
.mx-n1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.mt-n1 {
  margin-top: -1rem !important;
}
.mb-n1 {
  margin-bottom: -1rem !important;
}
.my-n1 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.mr-n2 {
  margin-right: -2rem !important;
}
.ml-n2 {
  margin-left: -2rem !important;
}
.mx-n2 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.mt-n2 {
  margin-top: -2rem !important;
}
.mb-n2 {
  margin-bottom: -2rem !important;
}
.my-n2 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.mr-n3 {
  margin-right: -3rem !important;
}
.ml-n3 {
  margin-left: -3rem !important;
}
.mx-n3 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.mt-n3 {
  margin-top: -3rem !important;
}
.mb-n3 {
  margin-bottom: -3rem !important;
}
.my-n3 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.mr-n4 {
  margin-right: -4rem !important;
}
.ml-n4 {
  margin-left: -4rem !important;
}
.mx-n4 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}
.mt-n4 {
  margin-top: -4rem !important;
}
.mb-n4 {
  margin-bottom: -4rem !important;
}
.my-n4 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.mr-n5 {
  margin-right: -5rem !important;
}
.ml-n5 {
  margin-left: -5rem !important;
}
.mx-n5 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}
.mt-n5 {
  margin-top: -5rem !important;
}
.mb-n5 {
  margin-bottom: -5rem !important;
}
.my-n5 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.mr-n6 {
  margin-right: -6rem !important;
}
.ml-n6 {
  margin-left: -6rem !important;
}
.mx-n6 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}
.mt-n6 {
  margin-top: -6rem !important;
}
.mb-n6 {
  margin-bottom: -6rem !important;
}
.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.pl-7 {
  padding-left: 7rem !important;
}
.pr-7 {
  padding-right: 7rem !important;
}
.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.mr-n7 {
  margin-right: -7rem !important;
}
.ml-n7 {
  margin-left: -7rem !important;
}
.mx-n7 {
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}
.mt-n7 {
  margin-top: -7rem !important;
}
.mb-n7 {
  margin-bottom: -7rem !important;
}
.my-n7 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}
.mr-8 {
  margin-right: 8rem !important;
}
.ml-8 {
  margin-left: 8rem !important;
}
.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.pl-8 {
  padding-left: 8rem !important;
}
.pr-8 {
  padding-right: 8rem !important;
}
.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.mr-n8 {
  margin-right: -8rem !important;
}
.ml-n8 {
  margin-left: -8rem !important;
}
.mx-n8 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}
.mt-n8 {
  margin-top: -8rem !important;
}
.mb-n8 {
  margin-bottom: -8rem !important;
}
.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}
.mr-9 {
  margin-right: 9rem !important;
}
.ml-9 {
  margin-left: 9rem !important;
}
.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}
.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.pl-9 {
  padding-left: 9rem !important;
}
.pr-9 {
  padding-right: 9rem !important;
}
.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.mr-n9 {
  margin-right: -9rem !important;
}
.ml-n9 {
  margin-left: -9rem !important;
}
.mx-n9 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}
.mt-n9 {
  margin-top: -9rem !important;
}
.mb-n9 {
  margin-bottom: -9rem !important;
}
.my-n9 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}
.mr-10 {
  margin-right: 10rem !important;
}
.ml-10 {
  margin-left: 10rem !important;
}
.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.pt-10 {
  padding-top: 10rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}
.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.pl-10 {
  padding-left: 10rem !important;
}
.pr-10 {
  padding-right: 10rem !important;
}
.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.mr-n10 {
  margin-right: -10rem !important;
}
.ml-n10 {
  margin-left: -10rem !important;
}
.mx-n10 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}
.mt-n10 {
  margin-top: -10rem !important;
}
.mb-n10 {
  margin-bottom: -10rem !important;
}
.my-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
.mr-xs-0 {
  margin-right: 0rem !important;
}
.ml-xs-0 {
  margin-left: 0rem !important;
}
.mx-xs-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.mt-xs-0 {
  margin-top: 0rem !important;
}
.mb-xs-0 {
  margin-bottom: 0rem !important;
}
.my-xs-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.pt-xs-0 {
  padding-top: 0rem !important;
}
.pb-xs-0 {
  padding-bottom: 0rem !important;
}
.py-xs-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.pl-xs-0 {
  padding-left: 0rem !important;
}
.pr-xs-0 {
  padding-right: 0rem !important;
}
.px-xs-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.mr-xs-n0 {
  margin-right: 0rem !important;
}
.ml-xs-n0 {
  margin-left: 0rem !important;
}
.mx-xs-n0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.mt-xs-n0 {
  margin-top: 0rem !important;
}
.mb-xs-n0 {
  margin-bottom: 0rem !important;
}
.my-xs-n0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.mr-xs-1 {
  margin-right: 1rem !important;
}
.ml-xs-1 {
  margin-left: 1rem !important;
}
.mx-xs-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mt-xs-1 {
  margin-top: 1rem !important;
}
.mb-xs-1 {
  margin-bottom: 1rem !important;
}
.my-xs-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.pt-xs-1 {
  padding-top: 1rem !important;
}
.pb-xs-1 {
  padding-bottom: 1rem !important;
}
.py-xs-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pl-xs-1 {
  padding-left: 1rem !important;
}
.pr-xs-1 {
  padding-right: 1rem !important;
}
.px-xs-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.mr-xs-n1 {
  margin-right: -1rem !important;
}
.ml-xs-n1 {
  margin-left: -1rem !important;
}
.mx-xs-n1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.mt-xs-n1 {
  margin-top: -1rem !important;
}
.mb-xs-n1 {
  margin-bottom: -1rem !important;
}
.my-xs-n1 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.mr-xs-2 {
  margin-right: 2rem !important;
}
.ml-xs-2 {
  margin-left: 2rem !important;
}
.mx-xs-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mt-xs-2 {
  margin-top: 2rem !important;
}
.mb-xs-2 {
  margin-bottom: 2rem !important;
}
.my-xs-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.pt-xs-2 {
  padding-top: 2rem !important;
}
.pb-xs-2 {
  padding-bottom: 2rem !important;
}
.py-xs-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pl-xs-2 {
  padding-left: 2rem !important;
}
.pr-xs-2 {
  padding-right: 2rem !important;
}
.px-xs-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.mr-xs-n2 {
  margin-right: -2rem !important;
}
.ml-xs-n2 {
  margin-left: -2rem !important;
}
.mx-xs-n2 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.mt-xs-n2 {
  margin-top: -2rem !important;
}
.mb-xs-n2 {
  margin-bottom: -2rem !important;
}
.my-xs-n2 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.mr-xs-3 {
  margin-right: 3rem !important;
}
.ml-xs-3 {
  margin-left: 3rem !important;
}
.mx-xs-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mt-xs-3 {
  margin-top: 3rem !important;
}
.mb-xs-3 {
  margin-bottom: 3rem !important;
}
.my-xs-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.pt-xs-3 {
  padding-top: 3rem !important;
}
.pb-xs-3 {
  padding-bottom: 3rem !important;
}
.py-xs-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pl-xs-3 {
  padding-left: 3rem !important;
}
.pr-xs-3 {
  padding-right: 3rem !important;
}
.px-xs-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.mr-xs-n3 {
  margin-right: -3rem !important;
}
.ml-xs-n3 {
  margin-left: -3rem !important;
}
.mx-xs-n3 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.mt-xs-n3 {
  margin-top: -3rem !important;
}
.mb-xs-n3 {
  margin-bottom: -3rem !important;
}
.my-xs-n3 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.mr-xs-4 {
  margin-right: 4rem !important;
}
.ml-xs-4 {
  margin-left: 4rem !important;
}
.mx-xs-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mt-xs-4 {
  margin-top: 4rem !important;
}
.mb-xs-4 {
  margin-bottom: 4rem !important;
}
.my-xs-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.pt-xs-4 {
  padding-top: 4rem !important;
}
.pb-xs-4 {
  padding-bottom: 4rem !important;
}
.py-xs-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.pl-xs-4 {
  padding-left: 4rem !important;
}
.pr-xs-4 {
  padding-right: 4rem !important;
}
.px-xs-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.mr-xs-n4 {
  margin-right: -4rem !important;
}
.ml-xs-n4 {
  margin-left: -4rem !important;
}
.mx-xs-n4 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}
.mt-xs-n4 {
  margin-top: -4rem !important;
}
.mb-xs-n4 {
  margin-bottom: -4rem !important;
}
.my-xs-n4 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.mr-xs-5 {
  margin-right: 5rem !important;
}
.ml-xs-5 {
  margin-left: 5rem !important;
}
.mx-xs-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mt-xs-5 {
  margin-top: 5rem !important;
}
.mb-xs-5 {
  margin-bottom: 5rem !important;
}
.my-xs-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.pt-xs-5 {
  padding-top: 5rem !important;
}
.pb-xs-5 {
  padding-bottom: 5rem !important;
}
.py-xs-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.pl-xs-5 {
  padding-left: 5rem !important;
}
.pr-xs-5 {
  padding-right: 5rem !important;
}
.px-xs-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.mr-xs-n5 {
  margin-right: -5rem !important;
}
.ml-xs-n5 {
  margin-left: -5rem !important;
}
.mx-xs-n5 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}
.mt-xs-n5 {
  margin-top: -5rem !important;
}
.mb-xs-n5 {
  margin-bottom: -5rem !important;
}
.my-xs-n5 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.mr-xs-6 {
  margin-right: 6rem !important;
}
.ml-xs-6 {
  margin-left: 6rem !important;
}
.mx-xs-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.mt-xs-6 {
  margin-top: 6rem !important;
}
.mb-xs-6 {
  margin-bottom: 6rem !important;
}
.my-xs-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.pt-xs-6 {
  padding-top: 6rem !important;
}
.pb-xs-6 {
  padding-bottom: 6rem !important;
}
.py-xs-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.pl-xs-6 {
  padding-left: 6rem !important;
}
.pr-xs-6 {
  padding-right: 6rem !important;
}
.px-xs-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.mr-xs-n6 {
  margin-right: -6rem !important;
}
.ml-xs-n6 {
  margin-left: -6rem !important;
}
.mx-xs-n6 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}
.mt-xs-n6 {
  margin-top: -6rem !important;
}
.mb-xs-n6 {
  margin-bottom: -6rem !important;
}
.my-xs-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}
.mr-xs-7 {
  margin-right: 7rem !important;
}
.ml-xs-7 {
  margin-left: 7rem !important;
}
.mx-xs-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}
.mt-xs-7 {
  margin-top: 7rem !important;
}
.mb-xs-7 {
  margin-bottom: 7rem !important;
}
.my-xs-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.pt-xs-7 {
  padding-top: 7rem !important;
}
.pb-xs-7 {
  padding-bottom: 7rem !important;
}
.py-xs-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.pl-xs-7 {
  padding-left: 7rem !important;
}
.pr-xs-7 {
  padding-right: 7rem !important;
}
.px-xs-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.mr-xs-n7 {
  margin-right: -7rem !important;
}
.ml-xs-n7 {
  margin-left: -7rem !important;
}
.mx-xs-n7 {
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}
.mt-xs-n7 {
  margin-top: -7rem !important;
}
.mb-xs-n7 {
  margin-bottom: -7rem !important;
}
.my-xs-n7 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}
.mr-xs-8 {
  margin-right: 8rem !important;
}
.ml-xs-8 {
  margin-left: 8rem !important;
}
.mx-xs-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.mt-xs-8 {
  margin-top: 8rem !important;
}
.mb-xs-8 {
  margin-bottom: 8rem !important;
}
.my-xs-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.pt-xs-8 {
  padding-top: 8rem !important;
}
.pb-xs-8 {
  padding-bottom: 8rem !important;
}
.py-xs-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.pl-xs-8 {
  padding-left: 8rem !important;
}
.pr-xs-8 {
  padding-right: 8rem !important;
}
.px-xs-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.mr-xs-n8 {
  margin-right: -8rem !important;
}
.ml-xs-n8 {
  margin-left: -8rem !important;
}
.mx-xs-n8 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}
.mt-xs-n8 {
  margin-top: -8rem !important;
}
.mb-xs-n8 {
  margin-bottom: -8rem !important;
}
.my-xs-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}
.mr-xs-9 {
  margin-right: 9rem !important;
}
.ml-xs-9 {
  margin-left: 9rem !important;
}
.mx-xs-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}
.mt-xs-9 {
  margin-top: 9rem !important;
}
.mb-xs-9 {
  margin-bottom: 9rem !important;
}
.my-xs-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.pt-xs-9 {
  padding-top: 9rem !important;
}
.pb-xs-9 {
  padding-bottom: 9rem !important;
}
.py-xs-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.pl-xs-9 {
  padding-left: 9rem !important;
}
.pr-xs-9 {
  padding-right: 9rem !important;
}
.px-xs-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.mr-xs-n9 {
  margin-right: -9rem !important;
}
.ml-xs-n9 {
  margin-left: -9rem !important;
}
.mx-xs-n9 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}
.mt-xs-n9 {
  margin-top: -9rem !important;
}
.mb-xs-n9 {
  margin-bottom: -9rem !important;
}
.my-xs-n9 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}
.mr-xs-10 {
  margin-right: 10rem !important;
}
.ml-xs-10 {
  margin-left: 10rem !important;
}
.mx-xs-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.mt-xs-10 {
  margin-top: 10rem !important;
}
.mb-xs-10 {
  margin-bottom: 10rem !important;
}
.my-xs-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.pt-xs-10 {
  padding-top: 10rem !important;
}
.pb-xs-10 {
  padding-bottom: 10rem !important;
}
.py-xs-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.pl-xs-10 {
  padding-left: 10rem !important;
}
.pr-xs-10 {
  padding-right: 10rem !important;
}
.px-xs-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.mr-xs-n10 {
  margin-right: -10rem !important;
}
.ml-xs-n10 {
  margin-left: -10rem !important;
}
.mx-xs-n10 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}
.mt-xs-n10 {
  margin-top: -10rem !important;
}
.mb-xs-n10 {
  margin-bottom: -10rem !important;
}
.my-xs-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
@media (min-width: 576px) {
.mr-sm-0 {
    margin-right: 0rem !important;
}
.ml-sm-0 {
    margin-left: 0rem !important;
}
.mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}
.mt-sm-0 {
    margin-top: 0rem !important;
}
.mb-sm-0 {
    margin-bottom: 0rem !important;
}
.my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.pt-sm-0 {
    padding-top: 0rem !important;
}
.pb-sm-0 {
    padding-bottom: 0rem !important;
}
.py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.pl-sm-0 {
    padding-left: 0rem !important;
}
.pr-sm-0 {
    padding-right: 0rem !important;
}
.px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
.mr-sm-n0 {
    margin-right: 0rem !important;
}
.ml-sm-n0 {
    margin-left: 0rem !important;
}
.mx-sm-n0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}
.mt-sm-n0 {
    margin-top: 0rem !important;
}
.mb-sm-n0 {
    margin-bottom: 0rem !important;
}
.my-sm-n0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.mr-sm-1 {
    margin-right: 1rem !important;
}
.ml-sm-1 {
    margin-left: 1rem !important;
}
.mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mt-sm-1 {
    margin-top: 1rem !important;
}
.mb-sm-1 {
    margin-bottom: 1rem !important;
}
.my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.pt-sm-1 {
    padding-top: 1rem !important;
}
.pb-sm-1 {
    padding-bottom: 1rem !important;
}
.py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.pl-sm-1 {
    padding-left: 1rem !important;
}
.pr-sm-1 {
    padding-right: 1rem !important;
}
.px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.mr-sm-n1 {
    margin-right: -1rem !important;
}
.ml-sm-n1 {
    margin-left: -1rem !important;
}
.mx-sm-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.mt-sm-n1 {
    margin-top: -1rem !important;
}
.mb-sm-n1 {
    margin-bottom: -1rem !important;
}
.my-sm-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.mr-sm-2 {
    margin-right: 2rem !important;
}
.ml-sm-2 {
    margin-left: 2rem !important;
}
.mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.mt-sm-2 {
    margin-top: 2rem !important;
}
.mb-sm-2 {
    margin-bottom: 2rem !important;
}
.my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.pt-sm-2 {
    padding-top: 2rem !important;
}
.pb-sm-2 {
    padding-bottom: 2rem !important;
}
.py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.pl-sm-2 {
    padding-left: 2rem !important;
}
.pr-sm-2 {
    padding-right: 2rem !important;
}
.px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.mr-sm-n2 {
    margin-right: -2rem !important;
}
.ml-sm-n2 {
    margin-left: -2rem !important;
}
.mx-sm-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}
.mt-sm-n2 {
    margin-top: -2rem !important;
}
.mb-sm-n2 {
    margin-bottom: -2rem !important;
}
.my-sm-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}
.mr-sm-3 {
    margin-right: 3rem !important;
}
.ml-sm-3 {
    margin-left: 3rem !important;
}
.mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mt-sm-3 {
    margin-top: 3rem !important;
}
.mb-sm-3 {
    margin-bottom: 3rem !important;
}
.my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.pt-sm-3 {
    padding-top: 3rem !important;
}
.pb-sm-3 {
    padding-bottom: 3rem !important;
}
.py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pl-sm-3 {
    padding-left: 3rem !important;
}
.pr-sm-3 {
    padding-right: 3rem !important;
}
.px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.mr-sm-n3 {
    margin-right: -3rem !important;
}
.ml-sm-n3 {
    margin-left: -3rem !important;
}
.mx-sm-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}
.mt-sm-n3 {
    margin-top: -3rem !important;
}
.mb-sm-n3 {
    margin-bottom: -3rem !important;
}
.my-sm-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}
.mr-sm-4 {
    margin-right: 4rem !important;
}
.ml-sm-4 {
    margin-left: 4rem !important;
}
.mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}
.mt-sm-4 {
    margin-top: 4rem !important;
}
.mb-sm-4 {
    margin-bottom: 4rem !important;
}
.my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.pt-sm-4 {
    padding-top: 4rem !important;
}
.pb-sm-4 {
    padding-bottom: 4rem !important;
}
.py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.pl-sm-4 {
    padding-left: 4rem !important;
}
.pr-sm-4 {
    padding-right: 4rem !important;
}
.px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.mr-sm-n4 {
    margin-right: -4rem !important;
}
.ml-sm-n4 {
    margin-left: -4rem !important;
}
.mx-sm-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
}
.mt-sm-n4 {
    margin-top: -4rem !important;
}
.mb-sm-n4 {
    margin-bottom: -4rem !important;
}
.my-sm-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}
.mr-sm-5 {
    margin-right: 5rem !important;
}
.ml-sm-5 {
    margin-left: 5rem !important;
}
.mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.mt-sm-5 {
    margin-top: 5rem !important;
}
.mb-sm-5 {
    margin-bottom: 5rem !important;
}
.my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.pt-sm-5 {
    padding-top: 5rem !important;
}
.pb-sm-5 {
    padding-bottom: 5rem !important;
}
.py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.pl-sm-5 {
    padding-left: 5rem !important;
}
.pr-sm-5 {
    padding-right: 5rem !important;
}
.px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.mr-sm-n5 {
    margin-right: -5rem !important;
}
.ml-sm-n5 {
    margin-left: -5rem !important;
}
.mx-sm-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
}
.mt-sm-n5 {
    margin-top: -5rem !important;
}
.mb-sm-n5 {
    margin-bottom: -5rem !important;
}
.my-sm-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
}
.mr-sm-6 {
    margin-right: 6rem !important;
}
.ml-sm-6 {
    margin-left: 6rem !important;
}
.mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}
.mt-sm-6 {
    margin-top: 6rem !important;
}
.mb-sm-6 {
    margin-bottom: 6rem !important;
}
.my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.pt-sm-6 {
    padding-top: 6rem !important;
}
.pb-sm-6 {
    padding-bottom: 6rem !important;
}
.py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.pl-sm-6 {
    padding-left: 6rem !important;
}
.pr-sm-6 {
    padding-right: 6rem !important;
}
.px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.mr-sm-n6 {
    margin-right: -6rem !important;
}
.ml-sm-n6 {
    margin-left: -6rem !important;
}
.mx-sm-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
}
.mt-sm-n6 {
    margin-top: -6rem !important;
}
.mb-sm-n6 {
    margin-bottom: -6rem !important;
}
.my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}
.mr-sm-7 {
    margin-right: 7rem !important;
}
.ml-sm-7 {
    margin-left: 7rem !important;
}
.mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}
.mt-sm-7 {
    margin-top: 7rem !important;
}
.mb-sm-7 {
    margin-bottom: 7rem !important;
}
.my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.pt-sm-7 {
    padding-top: 7rem !important;
}
.pb-sm-7 {
    padding-bottom: 7rem !important;
}
.py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.pl-sm-7 {
    padding-left: 7rem !important;
}
.pr-sm-7 {
    padding-right: 7rem !important;
}
.px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}
.mr-sm-n7 {
    margin-right: -7rem !important;
}
.ml-sm-n7 {
    margin-left: -7rem !important;
}
.mx-sm-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
}
.mt-sm-n7 {
    margin-top: -7rem !important;
}
.mb-sm-n7 {
    margin-bottom: -7rem !important;
}
.my-sm-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
}
.mr-sm-8 {
    margin-right: 8rem !important;
}
.ml-sm-8 {
    margin-left: 8rem !important;
}
.mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}
.mt-sm-8 {
    margin-top: 8rem !important;
}
.mb-sm-8 {
    margin-bottom: 8rem !important;
}
.my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}
.pt-sm-8 {
    padding-top: 8rem !important;
}
.pb-sm-8 {
    padding-bottom: 8rem !important;
}
.py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.pl-sm-8 {
    padding-left: 8rem !important;
}
.pr-sm-8 {
    padding-right: 8rem !important;
}
.px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}
.mr-sm-n8 {
    margin-right: -8rem !important;
}
.ml-sm-n8 {
    margin-left: -8rem !important;
}
.mx-sm-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
}
.mt-sm-n8 {
    margin-top: -8rem !important;
}
.mb-sm-n8 {
    margin-bottom: -8rem !important;
}
.my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
}
.mr-sm-9 {
    margin-right: 9rem !important;
}
.ml-sm-9 {
    margin-left: 9rem !important;
}
.mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}
.mt-sm-9 {
    margin-top: 9rem !important;
}
.mb-sm-9 {
    margin-bottom: 9rem !important;
}
.my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}
.pt-sm-9 {
    padding-top: 9rem !important;
}
.pb-sm-9 {
    padding-bottom: 9rem !important;
}
.py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.pl-sm-9 {
    padding-left: 9rem !important;
}
.pr-sm-9 {
    padding-right: 9rem !important;
}
.px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}
.mr-sm-n9 {
    margin-right: -9rem !important;
}
.ml-sm-n9 {
    margin-left: -9rem !important;
}
.mx-sm-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
}
.mt-sm-n9 {
    margin-top: -9rem !important;
}
.mb-sm-n9 {
    margin-bottom: -9rem !important;
}
.my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
}
.mr-sm-10 {
    margin-right: 10rem !important;
}
.ml-sm-10 {
    margin-left: 10rem !important;
}
.mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}
.mt-sm-10 {
    margin-top: 10rem !important;
}
.mb-sm-10 {
    margin-bottom: 10rem !important;
}
.my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}
.pt-sm-10 {
    padding-top: 10rem !important;
}
.pb-sm-10 {
    padding-bottom: 10rem !important;
}
.py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
.pl-sm-10 {
    padding-left: 10rem !important;
}
.pr-sm-10 {
    padding-right: 10rem !important;
}
.px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.mr-sm-n10 {
    margin-right: -10rem !important;
}
.ml-sm-n10 {
    margin-left: -10rem !important;
}
.mx-sm-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
}
.mt-sm-n10 {
    margin-top: -10rem !important;
}
.mb-sm-n10 {
    margin-bottom: -10rem !important;
}
.my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
}
}
@media (min-width: 768px) {
.mr-md-0 {
    margin-right: 0rem !important;
}
.ml-md-0 {
    margin-left: 0rem !important;
}
.mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}
.mt-md-0 {
    margin-top: 0rem !important;
}
.mb-md-0 {
    margin-bottom: 0rem !important;
}
.my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.pt-md-0 {
    padding-top: 0rem !important;
}
.pb-md-0 {
    padding-bottom: 0rem !important;
}
.py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.pl-md-0 {
    padding-left: 0rem !important;
}
.pr-md-0 {
    padding-right: 0rem !important;
}
.px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
.mr-md-n0 {
    margin-right: 0rem !important;
}
.ml-md-n0 {
    margin-left: 0rem !important;
}
.mx-md-n0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}
.mt-md-n0 {
    margin-top: 0rem !important;
}
.mb-md-n0 {
    margin-bottom: 0rem !important;
}
.my-md-n0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.mr-md-1 {
    margin-right: 1rem !important;
}
.ml-md-1 {
    margin-left: 1rem !important;
}
.mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mt-md-1 {
    margin-top: 1rem !important;
}
.mb-md-1 {
    margin-bottom: 1rem !important;
}
.my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.pt-md-1 {
    padding-top: 1rem !important;
}
.pb-md-1 {
    padding-bottom: 1rem !important;
}
.py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.pl-md-1 {
    padding-left: 1rem !important;
}
.pr-md-1 {
    padding-right: 1rem !important;
}
.px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.mr-md-n1 {
    margin-right: -1rem !important;
}
.ml-md-n1 {
    margin-left: -1rem !important;
}
.mx-md-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.mt-md-n1 {
    margin-top: -1rem !important;
}
.mb-md-n1 {
    margin-bottom: -1rem !important;
}
.my-md-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.mr-md-2 {
    margin-right: 2rem !important;
}
.ml-md-2 {
    margin-left: 2rem !important;
}
.mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.mt-md-2 {
    margin-top: 2rem !important;
}
.mb-md-2 {
    margin-bottom: 2rem !important;
}
.my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.pt-md-2 {
    padding-top: 2rem !important;
}
.pb-md-2 {
    padding-bottom: 2rem !important;
}
.py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.pl-md-2 {
    padding-left: 2rem !important;
}
.pr-md-2 {
    padding-right: 2rem !important;
}
.px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.mr-md-n2 {
    margin-right: -2rem !important;
}
.ml-md-n2 {
    margin-left: -2rem !important;
}
.mx-md-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}
.mt-md-n2 {
    margin-top: -2rem !important;
}
.mb-md-n2 {
    margin-bottom: -2rem !important;
}
.my-md-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}
.mr-md-3 {
    margin-right: 3rem !important;
}
.ml-md-3 {
    margin-left: 3rem !important;
}
.mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mt-md-3 {
    margin-top: 3rem !important;
}
.mb-md-3 {
    margin-bottom: 3rem !important;
}
.my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.pt-md-3 {
    padding-top: 3rem !important;
}
.pb-md-3 {
    padding-bottom: 3rem !important;
}
.py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pl-md-3 {
    padding-left: 3rem !important;
}
.pr-md-3 {
    padding-right: 3rem !important;
}
.px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.mr-md-n3 {
    margin-right: -3rem !important;
}
.ml-md-n3 {
    margin-left: -3rem !important;
}
.mx-md-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}
.mt-md-n3 {
    margin-top: -3rem !important;
}
.mb-md-n3 {
    margin-bottom: -3rem !important;
}
.my-md-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}
.mr-md-4 {
    margin-right: 4rem !important;
}
.ml-md-4 {
    margin-left: 4rem !important;
}
.mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}
.mt-md-4 {
    margin-top: 4rem !important;
}
.mb-md-4 {
    margin-bottom: 4rem !important;
}
.my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.pt-md-4 {
    padding-top: 4rem !important;
}
.pb-md-4 {
    padding-bottom: 4rem !important;
}
.py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.pl-md-4 {
    padding-left: 4rem !important;
}
.pr-md-4 {
    padding-right: 4rem !important;
}
.px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.mr-md-n4 {
    margin-right: -4rem !important;
}
.ml-md-n4 {
    margin-left: -4rem !important;
}
.mx-md-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
}
.mt-md-n4 {
    margin-top: -4rem !important;
}
.mb-md-n4 {
    margin-bottom: -4rem !important;
}
.my-md-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}
.mr-md-5 {
    margin-right: 5rem !important;
}
.ml-md-5 {
    margin-left: 5rem !important;
}
.mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.mt-md-5 {
    margin-top: 5rem !important;
}
.mb-md-5 {
    margin-bottom: 5rem !important;
}
.my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.pt-md-5 {
    padding-top: 5rem !important;
}
.pb-md-5 {
    padding-bottom: 5rem !important;
}
.py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.pl-md-5 {
    padding-left: 5rem !important;
}
.pr-md-5 {
    padding-right: 5rem !important;
}
.px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.mr-md-n5 {
    margin-right: -5rem !important;
}
.ml-md-n5 {
    margin-left: -5rem !important;
}
.mx-md-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
}
.mt-md-n5 {
    margin-top: -5rem !important;
}
.mb-md-n5 {
    margin-bottom: -5rem !important;
}
.my-md-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
}
.mr-md-6 {
    margin-right: 6rem !important;
}
.ml-md-6 {
    margin-left: 6rem !important;
}
.mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}
.mt-md-6 {
    margin-top: 6rem !important;
}
.mb-md-6 {
    margin-bottom: 6rem !important;
}
.my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.pt-md-6 {
    padding-top: 6rem !important;
}
.pb-md-6 {
    padding-bottom: 6rem !important;
}
.py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.pl-md-6 {
    padding-left: 6rem !important;
}
.pr-md-6 {
    padding-right: 6rem !important;
}
.px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.mr-md-n6 {
    margin-right: -6rem !important;
}
.ml-md-n6 {
    margin-left: -6rem !important;
}
.mx-md-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
}
.mt-md-n6 {
    margin-top: -6rem !important;
}
.mb-md-n6 {
    margin-bottom: -6rem !important;
}
.my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}
.mr-md-7 {
    margin-right: 7rem !important;
}
.ml-md-7 {
    margin-left: 7rem !important;
}
.mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}
.mt-md-7 {
    margin-top: 7rem !important;
}
.mb-md-7 {
    margin-bottom: 7rem !important;
}
.my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.pt-md-7 {
    padding-top: 7rem !important;
}
.pb-md-7 {
    padding-bottom: 7rem !important;
}
.py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.pl-md-7 {
    padding-left: 7rem !important;
}
.pr-md-7 {
    padding-right: 7rem !important;
}
.px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}
.mr-md-n7 {
    margin-right: -7rem !important;
}
.ml-md-n7 {
    margin-left: -7rem !important;
}
.mx-md-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
}
.mt-md-n7 {
    margin-top: -7rem !important;
}
.mb-md-n7 {
    margin-bottom: -7rem !important;
}
.my-md-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
}
.mr-md-8 {
    margin-right: 8rem !important;
}
.ml-md-8 {
    margin-left: 8rem !important;
}
.mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}
.mt-md-8 {
    margin-top: 8rem !important;
}
.mb-md-8 {
    margin-bottom: 8rem !important;
}
.my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}
.pt-md-8 {
    padding-top: 8rem !important;
}
.pb-md-8 {
    padding-bottom: 8rem !important;
}
.py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.pl-md-8 {
    padding-left: 8rem !important;
}
.pr-md-8 {
    padding-right: 8rem !important;
}
.px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}
.mr-md-n8 {
    margin-right: -8rem !important;
}
.ml-md-n8 {
    margin-left: -8rem !important;
}
.mx-md-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
}
.mt-md-n8 {
    margin-top: -8rem !important;
}
.mb-md-n8 {
    margin-bottom: -8rem !important;
}
.my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
}
.mr-md-9 {
    margin-right: 9rem !important;
}
.ml-md-9 {
    margin-left: 9rem !important;
}
.mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}
.mt-md-9 {
    margin-top: 9rem !important;
}
.mb-md-9 {
    margin-bottom: 9rem !important;
}
.my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}
.pt-md-9 {
    padding-top: 9rem !important;
}
.pb-md-9 {
    padding-bottom: 9rem !important;
}
.py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.pl-md-9 {
    padding-left: 9rem !important;
}
.pr-md-9 {
    padding-right: 9rem !important;
}
.px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}
.mr-md-n9 {
    margin-right: -9rem !important;
}
.ml-md-n9 {
    margin-left: -9rem !important;
}
.mx-md-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
}
.mt-md-n9 {
    margin-top: -9rem !important;
}
.mb-md-n9 {
    margin-bottom: -9rem !important;
}
.my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
}
.mr-md-10 {
    margin-right: 10rem !important;
}
.ml-md-10 {
    margin-left: 10rem !important;
}
.mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}
.mt-md-10 {
    margin-top: 10rem !important;
}
.mb-md-10 {
    margin-bottom: 10rem !important;
}
.my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}
.pt-md-10 {
    padding-top: 10rem !important;
}
.pb-md-10 {
    padding-bottom: 10rem !important;
}
.py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
.pl-md-10 {
    padding-left: 10rem !important;
}
.pr-md-10 {
    padding-right: 10rem !important;
}
.px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.mr-md-n10 {
    margin-right: -10rem !important;
}
.ml-md-n10 {
    margin-left: -10rem !important;
}
.mx-md-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
}
.mt-md-n10 {
    margin-top: -10rem !important;
}
.mb-md-n10 {
    margin-bottom: -10rem !important;
}
.my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
}
}
@media (min-width: 992px) {
.mr-lg-0 {
    margin-right: 0rem !important;
}
.ml-lg-0 {
    margin-left: 0rem !important;
}
.mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}
.mt-lg-0 {
    margin-top: 0rem !important;
}
.mb-lg-0 {
    margin-bottom: 0rem !important;
}
.my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.pt-lg-0 {
    padding-top: 0rem !important;
}
.pb-lg-0 {
    padding-bottom: 0rem !important;
}
.py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.pl-lg-0 {
    padding-left: 0rem !important;
}
.pr-lg-0 {
    padding-right: 0rem !important;
}
.px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
.mr-lg-n0 {
    margin-right: 0rem !important;
}
.ml-lg-n0 {
    margin-left: 0rem !important;
}
.mx-lg-n0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}
.mt-lg-n0 {
    margin-top: 0rem !important;
}
.mb-lg-n0 {
    margin-bottom: 0rem !important;
}
.my-lg-n0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.mr-lg-1 {
    margin-right: 1rem !important;
}
.ml-lg-1 {
    margin-left: 1rem !important;
}
.mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mt-lg-1 {
    margin-top: 1rem !important;
}
.mb-lg-1 {
    margin-bottom: 1rem !important;
}
.my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.pt-lg-1 {
    padding-top: 1rem !important;
}
.pb-lg-1 {
    padding-bottom: 1rem !important;
}
.py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.pl-lg-1 {
    padding-left: 1rem !important;
}
.pr-lg-1 {
    padding-right: 1rem !important;
}
.px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.mr-lg-n1 {
    margin-right: -1rem !important;
}
.ml-lg-n1 {
    margin-left: -1rem !important;
}
.mx-lg-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.mt-lg-n1 {
    margin-top: -1rem !important;
}
.mb-lg-n1 {
    margin-bottom: -1rem !important;
}
.my-lg-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.mr-lg-2 {
    margin-right: 2rem !important;
}
.ml-lg-2 {
    margin-left: 2rem !important;
}
.mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.mt-lg-2 {
    margin-top: 2rem !important;
}
.mb-lg-2 {
    margin-bottom: 2rem !important;
}
.my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.pt-lg-2 {
    padding-top: 2rem !important;
}
.pb-lg-2 {
    padding-bottom: 2rem !important;
}
.py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.pl-lg-2 {
    padding-left: 2rem !important;
}
.pr-lg-2 {
    padding-right: 2rem !important;
}
.px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.mr-lg-n2 {
    margin-right: -2rem !important;
}
.ml-lg-n2 {
    margin-left: -2rem !important;
}
.mx-lg-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}
.mt-lg-n2 {
    margin-top: -2rem !important;
}
.mb-lg-n2 {
    margin-bottom: -2rem !important;
}
.my-lg-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}
.mr-lg-3 {
    margin-right: 3rem !important;
}
.ml-lg-3 {
    margin-left: 3rem !important;
}
.mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mt-lg-3 {
    margin-top: 3rem !important;
}
.mb-lg-3 {
    margin-bottom: 3rem !important;
}
.my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.pt-lg-3 {
    padding-top: 3rem !important;
}
.pb-lg-3 {
    padding-bottom: 3rem !important;
}
.py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pl-lg-3 {
    padding-left: 3rem !important;
}
.pr-lg-3 {
    padding-right: 3rem !important;
}
.px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.mr-lg-n3 {
    margin-right: -3rem !important;
}
.ml-lg-n3 {
    margin-left: -3rem !important;
}
.mx-lg-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}
.mt-lg-n3 {
    margin-top: -3rem !important;
}
.mb-lg-n3 {
    margin-bottom: -3rem !important;
}
.my-lg-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}
.mr-lg-4 {
    margin-right: 4rem !important;
}
.ml-lg-4 {
    margin-left: 4rem !important;
}
.mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}
.mt-lg-4 {
    margin-top: 4rem !important;
}
.mb-lg-4 {
    margin-bottom: 4rem !important;
}
.my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.pt-lg-4 {
    padding-top: 4rem !important;
}
.pb-lg-4 {
    padding-bottom: 4rem !important;
}
.py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.pl-lg-4 {
    padding-left: 4rem !important;
}
.pr-lg-4 {
    padding-right: 4rem !important;
}
.px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.mr-lg-n4 {
    margin-right: -4rem !important;
}
.ml-lg-n4 {
    margin-left: -4rem !important;
}
.mx-lg-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
}
.mt-lg-n4 {
    margin-top: -4rem !important;
}
.mb-lg-n4 {
    margin-bottom: -4rem !important;
}
.my-lg-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}
.mr-lg-5 {
    margin-right: 5rem !important;
}
.ml-lg-5 {
    margin-left: 5rem !important;
}
.mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.mt-lg-5 {
    margin-top: 5rem !important;
}
.mb-lg-5 {
    margin-bottom: 5rem !important;
}
.my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.pt-lg-5 {
    padding-top: 5rem !important;
}
.pb-lg-5 {
    padding-bottom: 5rem !important;
}
.py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.pl-lg-5 {
    padding-left: 5rem !important;
}
.pr-lg-5 {
    padding-right: 5rem !important;
}
.px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.mr-lg-n5 {
    margin-right: -5rem !important;
}
.ml-lg-n5 {
    margin-left: -5rem !important;
}
.mx-lg-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
}
.mt-lg-n5 {
    margin-top: -5rem !important;
}
.mb-lg-n5 {
    margin-bottom: -5rem !important;
}
.my-lg-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
}
.mr-lg-6 {
    margin-right: 6rem !important;
}
.ml-lg-6 {
    margin-left: 6rem !important;
}
.mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}
.mt-lg-6 {
    margin-top: 6rem !important;
}
.mb-lg-6 {
    margin-bottom: 6rem !important;
}
.my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.pt-lg-6 {
    padding-top: 6rem !important;
}
.pb-lg-6 {
    padding-bottom: 6rem !important;
}
.py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.pl-lg-6 {
    padding-left: 6rem !important;
}
.pr-lg-6 {
    padding-right: 6rem !important;
}
.px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.mr-lg-n6 {
    margin-right: -6rem !important;
}
.ml-lg-n6 {
    margin-left: -6rem !important;
}
.mx-lg-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
}
.mt-lg-n6 {
    margin-top: -6rem !important;
}
.mb-lg-n6 {
    margin-bottom: -6rem !important;
}
.my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}
.mr-lg-7 {
    margin-right: 7rem !important;
}
.ml-lg-7 {
    margin-left: 7rem !important;
}
.mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}
.mt-lg-7 {
    margin-top: 7rem !important;
}
.mb-lg-7 {
    margin-bottom: 7rem !important;
}
.my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.pt-lg-7 {
    padding-top: 7rem !important;
}
.pb-lg-7 {
    padding-bottom: 7rem !important;
}
.py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.pl-lg-7 {
    padding-left: 7rem !important;
}
.pr-lg-7 {
    padding-right: 7rem !important;
}
.px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}
.mr-lg-n7 {
    margin-right: -7rem !important;
}
.ml-lg-n7 {
    margin-left: -7rem !important;
}
.mx-lg-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
}
.mt-lg-n7 {
    margin-top: -7rem !important;
}
.mb-lg-n7 {
    margin-bottom: -7rem !important;
}
.my-lg-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
}
.mr-lg-8 {
    margin-right: 8rem !important;
}
.ml-lg-8 {
    margin-left: 8rem !important;
}
.mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}
.mt-lg-8 {
    margin-top: 8rem !important;
}
.mb-lg-8 {
    margin-bottom: 8rem !important;
}
.my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}
.pt-lg-8 {
    padding-top: 8rem !important;
}
.pb-lg-8 {
    padding-bottom: 8rem !important;
}
.py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.pl-lg-8 {
    padding-left: 8rem !important;
}
.pr-lg-8 {
    padding-right: 8rem !important;
}
.px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}
.mr-lg-n8 {
    margin-right: -8rem !important;
}
.ml-lg-n8 {
    margin-left: -8rem !important;
}
.mx-lg-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
}
.mt-lg-n8 {
    margin-top: -8rem !important;
}
.mb-lg-n8 {
    margin-bottom: -8rem !important;
}
.my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
}
.mr-lg-9 {
    margin-right: 9rem !important;
}
.ml-lg-9 {
    margin-left: 9rem !important;
}
.mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}
.mt-lg-9 {
    margin-top: 9rem !important;
}
.mb-lg-9 {
    margin-bottom: 9rem !important;
}
.my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}
.pt-lg-9 {
    padding-top: 9rem !important;
}
.pb-lg-9 {
    padding-bottom: 9rem !important;
}
.py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.pl-lg-9 {
    padding-left: 9rem !important;
}
.pr-lg-9 {
    padding-right: 9rem !important;
}
.px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}
.mr-lg-n9 {
    margin-right: -9rem !important;
}
.ml-lg-n9 {
    margin-left: -9rem !important;
}
.mx-lg-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
}
.mt-lg-n9 {
    margin-top: -9rem !important;
}
.mb-lg-n9 {
    margin-bottom: -9rem !important;
}
.my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
}
.mr-lg-10 {
    margin-right: 10rem !important;
}
.ml-lg-10 {
    margin-left: 10rem !important;
}
.mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}
.mt-lg-10 {
    margin-top: 10rem !important;
}
.mb-lg-10 {
    margin-bottom: 10rem !important;
}
.my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}
.pt-lg-10 {
    padding-top: 10rem !important;
}
.pb-lg-10 {
    padding-bottom: 10rem !important;
}
.py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
.pl-lg-10 {
    padding-left: 10rem !important;
}
.pr-lg-10 {
    padding-right: 10rem !important;
}
.px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.mr-lg-n10 {
    margin-right: -10rem !important;
}
.ml-lg-n10 {
    margin-left: -10rem !important;
}
.mx-lg-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
}
.mt-lg-n10 {
    margin-top: -10rem !important;
}
.mb-lg-n10 {
    margin-bottom: -10rem !important;
}
.my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
}
}
@media (min-width: 1200px) {
.mr-xl-0 {
    margin-right: 0rem !important;
}
.ml-xl-0 {
    margin-left: 0rem !important;
}
.mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}
.mt-xl-0 {
    margin-top: 0rem !important;
}
.mb-xl-0 {
    margin-bottom: 0rem !important;
}
.my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.pt-xl-0 {
    padding-top: 0rem !important;
}
.pb-xl-0 {
    padding-bottom: 0rem !important;
}
.py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.pl-xl-0 {
    padding-left: 0rem !important;
}
.pr-xl-0 {
    padding-right: 0rem !important;
}
.px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
.mr-xl-n0 {
    margin-right: 0rem !important;
}
.ml-xl-n0 {
    margin-left: 0rem !important;
}
.mx-xl-n0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}
.mt-xl-n0 {
    margin-top: 0rem !important;
}
.mb-xl-n0 {
    margin-bottom: 0rem !important;
}
.my-xl-n0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.mr-xl-1 {
    margin-right: 1rem !important;
}
.ml-xl-1 {
    margin-left: 1rem !important;
}
.mx-xl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mt-xl-1 {
    margin-top: 1rem !important;
}
.mb-xl-1 {
    margin-bottom: 1rem !important;
}
.my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.pt-xl-1 {
    padding-top: 1rem !important;
}
.pb-xl-1 {
    padding-bottom: 1rem !important;
}
.py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.pl-xl-1 {
    padding-left: 1rem !important;
}
.pr-xl-1 {
    padding-right: 1rem !important;
}
.px-xl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.mr-xl-n1 {
    margin-right: -1rem !important;
}
.ml-xl-n1 {
    margin-left: -1rem !important;
}
.mx-xl-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.mt-xl-n1 {
    margin-top: -1rem !important;
}
.mb-xl-n1 {
    margin-bottom: -1rem !important;
}
.my-xl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.mr-xl-2 {
    margin-right: 2rem !important;
}
.ml-xl-2 {
    margin-left: 2rem !important;
}
.mx-xl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.mt-xl-2 {
    margin-top: 2rem !important;
}
.mb-xl-2 {
    margin-bottom: 2rem !important;
}
.my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.pt-xl-2 {
    padding-top: 2rem !important;
}
.pb-xl-2 {
    padding-bottom: 2rem !important;
}
.py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.pl-xl-2 {
    padding-left: 2rem !important;
}
.pr-xl-2 {
    padding-right: 2rem !important;
}
.px-xl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.mr-xl-n2 {
    margin-right: -2rem !important;
}
.ml-xl-n2 {
    margin-left: -2rem !important;
}
.mx-xl-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}
.mt-xl-n2 {
    margin-top: -2rem !important;
}
.mb-xl-n2 {
    margin-bottom: -2rem !important;
}
.my-xl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}
.mr-xl-3 {
    margin-right: 3rem !important;
}
.ml-xl-3 {
    margin-left: 3rem !important;
}
.mx-xl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mt-xl-3 {
    margin-top: 3rem !important;
}
.mb-xl-3 {
    margin-bottom: 3rem !important;
}
.my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.pt-xl-3 {
    padding-top: 3rem !important;
}
.pb-xl-3 {
    padding-bottom: 3rem !important;
}
.py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pl-xl-3 {
    padding-left: 3rem !important;
}
.pr-xl-3 {
    padding-right: 3rem !important;
}
.px-xl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.mr-xl-n3 {
    margin-right: -3rem !important;
}
.ml-xl-n3 {
    margin-left: -3rem !important;
}
.mx-xl-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}
.mt-xl-n3 {
    margin-top: -3rem !important;
}
.mb-xl-n3 {
    margin-bottom: -3rem !important;
}
.my-xl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}
.mr-xl-4 {
    margin-right: 4rem !important;
}
.ml-xl-4 {
    margin-left: 4rem !important;
}
.mx-xl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}
.mt-xl-4 {
    margin-top: 4rem !important;
}
.mb-xl-4 {
    margin-bottom: 4rem !important;
}
.my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.pt-xl-4 {
    padding-top: 4rem !important;
}
.pb-xl-4 {
    padding-bottom: 4rem !important;
}
.py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.pl-xl-4 {
    padding-left: 4rem !important;
}
.pr-xl-4 {
    padding-right: 4rem !important;
}
.px-xl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.mr-xl-n4 {
    margin-right: -4rem !important;
}
.ml-xl-n4 {
    margin-left: -4rem !important;
}
.mx-xl-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
}
.mt-xl-n4 {
    margin-top: -4rem !important;
}
.mb-xl-n4 {
    margin-bottom: -4rem !important;
}
.my-xl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}
.mr-xl-5 {
    margin-right: 5rem !important;
}
.ml-xl-5 {
    margin-left: 5rem !important;
}
.mx-xl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.mt-xl-5 {
    margin-top: 5rem !important;
}
.mb-xl-5 {
    margin-bottom: 5rem !important;
}
.my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.pt-xl-5 {
    padding-top: 5rem !important;
}
.pb-xl-5 {
    padding-bottom: 5rem !important;
}
.py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.pl-xl-5 {
    padding-left: 5rem !important;
}
.pr-xl-5 {
    padding-right: 5rem !important;
}
.px-xl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.mr-xl-n5 {
    margin-right: -5rem !important;
}
.ml-xl-n5 {
    margin-left: -5rem !important;
}
.mx-xl-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
}
.mt-xl-n5 {
    margin-top: -5rem !important;
}
.mb-xl-n5 {
    margin-bottom: -5rem !important;
}
.my-xl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
}
.mr-xl-6 {
    margin-right: 6rem !important;
}
.ml-xl-6 {
    margin-left: 6rem !important;
}
.mx-xl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}
.mt-xl-6 {
    margin-top: 6rem !important;
}
.mb-xl-6 {
    margin-bottom: 6rem !important;
}
.my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.pt-xl-6 {
    padding-top: 6rem !important;
}
.pb-xl-6 {
    padding-bottom: 6rem !important;
}
.py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.pl-xl-6 {
    padding-left: 6rem !important;
}
.pr-xl-6 {
    padding-right: 6rem !important;
}
.px-xl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.mr-xl-n6 {
    margin-right: -6rem !important;
}
.ml-xl-n6 {
    margin-left: -6rem !important;
}
.mx-xl-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
}
.mt-xl-n6 {
    margin-top: -6rem !important;
}
.mb-xl-n6 {
    margin-bottom: -6rem !important;
}
.my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}
.mr-xl-7 {
    margin-right: 7rem !important;
}
.ml-xl-7 {
    margin-left: 7rem !important;
}
.mx-xl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}
.mt-xl-7 {
    margin-top: 7rem !important;
}
.mb-xl-7 {
    margin-bottom: 7rem !important;
}
.my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.pt-xl-7 {
    padding-top: 7rem !important;
}
.pb-xl-7 {
    padding-bottom: 7rem !important;
}
.py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.pl-xl-7 {
    padding-left: 7rem !important;
}
.pr-xl-7 {
    padding-right: 7rem !important;
}
.px-xl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}
.mr-xl-n7 {
    margin-right: -7rem !important;
}
.ml-xl-n7 {
    margin-left: -7rem !important;
}
.mx-xl-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
}
.mt-xl-n7 {
    margin-top: -7rem !important;
}
.mb-xl-n7 {
    margin-bottom: -7rem !important;
}
.my-xl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
}
.mr-xl-8 {
    margin-right: 8rem !important;
}
.ml-xl-8 {
    margin-left: 8rem !important;
}
.mx-xl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}
.mt-xl-8 {
    margin-top: 8rem !important;
}
.mb-xl-8 {
    margin-bottom: 8rem !important;
}
.my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}
.pt-xl-8 {
    padding-top: 8rem !important;
}
.pb-xl-8 {
    padding-bottom: 8rem !important;
}
.py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.pl-xl-8 {
    padding-left: 8rem !important;
}
.pr-xl-8 {
    padding-right: 8rem !important;
}
.px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}
.mr-xl-n8 {
    margin-right: -8rem !important;
}
.ml-xl-n8 {
    margin-left: -8rem !important;
}
.mx-xl-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
}
.mt-xl-n8 {
    margin-top: -8rem !important;
}
.mb-xl-n8 {
    margin-bottom: -8rem !important;
}
.my-xl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
}
.mr-xl-9 {
    margin-right: 9rem !important;
}
.ml-xl-9 {
    margin-left: 9rem !important;
}
.mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}
.mt-xl-9 {
    margin-top: 9rem !important;
}
.mb-xl-9 {
    margin-bottom: 9rem !important;
}
.my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}
.pt-xl-9 {
    padding-top: 9rem !important;
}
.pb-xl-9 {
    padding-bottom: 9rem !important;
}
.py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.pl-xl-9 {
    padding-left: 9rem !important;
}
.pr-xl-9 {
    padding-right: 9rem !important;
}
.px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}
.mr-xl-n9 {
    margin-right: -9rem !important;
}
.ml-xl-n9 {
    margin-left: -9rem !important;
}
.mx-xl-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
}
.mt-xl-n9 {
    margin-top: -9rem !important;
}
.mb-xl-n9 {
    margin-bottom: -9rem !important;
}
.my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
}
.mr-xl-10 {
    margin-right: 10rem !important;
}
.ml-xl-10 {
    margin-left: 10rem !important;
}
.mx-xl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}
.mt-xl-10 {
    margin-top: 10rem !important;
}
.mb-xl-10 {
    margin-bottom: 10rem !important;
}
.my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}
.pt-xl-10 {
    padding-top: 10rem !important;
}
.pb-xl-10 {
    padding-bottom: 10rem !important;
}
.py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
.pl-xl-10 {
    padding-left: 10rem !important;
}
.pr-xl-10 {
    padding-right: 10rem !important;
}
.px-xl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.mr-xl-n10 {
    margin-right: -10rem !important;
}
.ml-xl-n10 {
    margin-left: -10rem !important;
}
.mx-xl-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
}
.mt-xl-n10 {
    margin-top: -10rem !important;
}
.mb-xl-n10 {
    margin-bottom: -10rem !important;
}
.my-xl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
}
}
@media (min-width: 1700px) {
.mr-xxl-0 {
    margin-right: 0rem !important;
}
.ml-xxl-0 {
    margin-left: 0rem !important;
}
.mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}
.mt-xxl-0 {
    margin-top: 0rem !important;
}
.mb-xxl-0 {
    margin-bottom: 0rem !important;
}
.my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.pt-xxl-0 {
    padding-top: 0rem !important;
}
.pb-xxl-0 {
    padding-bottom: 0rem !important;
}
.py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.pl-xxl-0 {
    padding-left: 0rem !important;
}
.pr-xxl-0 {
    padding-right: 0rem !important;
}
.px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
.mr-xxl-n0 {
    margin-right: 0rem !important;
}
.ml-xxl-n0 {
    margin-left: 0rem !important;
}
.mx-xxl-n0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}
.mt-xxl-n0 {
    margin-top: 0rem !important;
}
.mb-xxl-n0 {
    margin-bottom: 0rem !important;
}
.my-xxl-n0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.mr-xxl-1 {
    margin-right: 1rem !important;
}
.ml-xxl-1 {
    margin-left: 1rem !important;
}
.mx-xxl-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mt-xxl-1 {
    margin-top: 1rem !important;
}
.mb-xxl-1 {
    margin-bottom: 1rem !important;
}
.my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.pt-xxl-1 {
    padding-top: 1rem !important;
}
.pb-xxl-1 {
    padding-bottom: 1rem !important;
}
.py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.pl-xxl-1 {
    padding-left: 1rem !important;
}
.pr-xxl-1 {
    padding-right: 1rem !important;
}
.px-xxl-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.mr-xxl-n1 {
    margin-right: -1rem !important;
}
.ml-xxl-n1 {
    margin-left: -1rem !important;
}
.mx-xxl-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.mt-xxl-n1 {
    margin-top: -1rem !important;
}
.mb-xxl-n1 {
    margin-bottom: -1rem !important;
}
.my-xxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.mr-xxl-2 {
    margin-right: 2rem !important;
}
.ml-xxl-2 {
    margin-left: 2rem !important;
}
.mx-xxl-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.mt-xxl-2 {
    margin-top: 2rem !important;
}
.mb-xxl-2 {
    margin-bottom: 2rem !important;
}
.my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.pt-xxl-2 {
    padding-top: 2rem !important;
}
.pb-xxl-2 {
    padding-bottom: 2rem !important;
}
.py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.pl-xxl-2 {
    padding-left: 2rem !important;
}
.pr-xxl-2 {
    padding-right: 2rem !important;
}
.px-xxl-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.mr-xxl-n2 {
    margin-right: -2rem !important;
}
.ml-xxl-n2 {
    margin-left: -2rem !important;
}
.mx-xxl-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}
.mt-xxl-n2 {
    margin-top: -2rem !important;
}
.mb-xxl-n2 {
    margin-bottom: -2rem !important;
}
.my-xxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}
.mr-xxl-3 {
    margin-right: 3rem !important;
}
.ml-xxl-3 {
    margin-left: 3rem !important;
}
.mx-xxl-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mt-xxl-3 {
    margin-top: 3rem !important;
}
.mb-xxl-3 {
    margin-bottom: 3rem !important;
}
.my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.pt-xxl-3 {
    padding-top: 3rem !important;
}
.pb-xxl-3 {
    padding-bottom: 3rem !important;
}
.py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pl-xxl-3 {
    padding-left: 3rem !important;
}
.pr-xxl-3 {
    padding-right: 3rem !important;
}
.px-xxl-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.mr-xxl-n3 {
    margin-right: -3rem !important;
}
.ml-xxl-n3 {
    margin-left: -3rem !important;
}
.mx-xxl-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}
.mt-xxl-n3 {
    margin-top: -3rem !important;
}
.mb-xxl-n3 {
    margin-bottom: -3rem !important;
}
.my-xxl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}
.mr-xxl-4 {
    margin-right: 4rem !important;
}
.ml-xxl-4 {
    margin-left: 4rem !important;
}
.mx-xxl-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}
.mt-xxl-4 {
    margin-top: 4rem !important;
}
.mb-xxl-4 {
    margin-bottom: 4rem !important;
}
.my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.pt-xxl-4 {
    padding-top: 4rem !important;
}
.pb-xxl-4 {
    padding-bottom: 4rem !important;
}
.py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.pl-xxl-4 {
    padding-left: 4rem !important;
}
.pr-xxl-4 {
    padding-right: 4rem !important;
}
.px-xxl-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}
.mr-xxl-n4 {
    margin-right: -4rem !important;
}
.ml-xxl-n4 {
    margin-left: -4rem !important;
}
.mx-xxl-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
}
.mt-xxl-n4 {
    margin-top: -4rem !important;
}
.mb-xxl-n4 {
    margin-bottom: -4rem !important;
}
.my-xxl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}
.mr-xxl-5 {
    margin-right: 5rem !important;
}
.ml-xxl-5 {
    margin-left: 5rem !important;
}
.mx-xxl-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.mt-xxl-5 {
    margin-top: 5rem !important;
}
.mb-xxl-5 {
    margin-bottom: 5rem !important;
}
.my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.pt-xxl-5 {
    padding-top: 5rem !important;
}
.pb-xxl-5 {
    padding-bottom: 5rem !important;
}
.py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.pl-xxl-5 {
    padding-left: 5rem !important;
}
.pr-xxl-5 {
    padding-right: 5rem !important;
}
.px-xxl-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.mr-xxl-n5 {
    margin-right: -5rem !important;
}
.ml-xxl-n5 {
    margin-left: -5rem !important;
}
.mx-xxl-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
}
.mt-xxl-n5 {
    margin-top: -5rem !important;
}
.mb-xxl-n5 {
    margin-bottom: -5rem !important;
}
.my-xxl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
}
.mr-xxl-6 {
    margin-right: 6rem !important;
}
.ml-xxl-6 {
    margin-left: 6rem !important;
}
.mx-xxl-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}
.mt-xxl-6 {
    margin-top: 6rem !important;
}
.mb-xxl-6 {
    margin-bottom: 6rem !important;
}
.my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.pt-xxl-6 {
    padding-top: 6rem !important;
}
.pb-xxl-6 {
    padding-bottom: 6rem !important;
}
.py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.pl-xxl-6 {
    padding-left: 6rem !important;
}
.pr-xxl-6 {
    padding-right: 6rem !important;
}
.px-xxl-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.mr-xxl-n6 {
    margin-right: -6rem !important;
}
.ml-xxl-n6 {
    margin-left: -6rem !important;
}
.mx-xxl-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
}
.mt-xxl-n6 {
    margin-top: -6rem !important;
}
.mb-xxl-n6 {
    margin-bottom: -6rem !important;
}
.my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
}
.mr-xxl-7 {
    margin-right: 7rem !important;
}
.ml-xxl-7 {
    margin-left: 7rem !important;
}
.mx-xxl-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
}
.mt-xxl-7 {
    margin-top: 7rem !important;
}
.mb-xxl-7 {
    margin-bottom: 7rem !important;
}
.my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}
.pt-xxl-7 {
    padding-top: 7rem !important;
}
.pb-xxl-7 {
    padding-bottom: 7rem !important;
}
.py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.pl-xxl-7 {
    padding-left: 7rem !important;
}
.pr-xxl-7 {
    padding-right: 7rem !important;
}
.px-xxl-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
}
.mr-xxl-n7 {
    margin-right: -7rem !important;
}
.ml-xxl-n7 {
    margin-left: -7rem !important;
}
.mx-xxl-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
}
.mt-xxl-n7 {
    margin-top: -7rem !important;
}
.mb-xxl-n7 {
    margin-bottom: -7rem !important;
}
.my-xxl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
}
.mr-xxl-8 {
    margin-right: 8rem !important;
}
.ml-xxl-8 {
    margin-left: 8rem !important;
}
.mx-xxl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
}
.mt-xxl-8 {
    margin-top: 8rem !important;
}
.mb-xxl-8 {
    margin-bottom: 8rem !important;
}
.my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}
.pt-xxl-8 {
    padding-top: 8rem !important;
}
.pb-xxl-8 {
    padding-bottom: 8rem !important;
}
.py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.pl-xxl-8 {
    padding-left: 8rem !important;
}
.pr-xxl-8 {
    padding-right: 8rem !important;
}
.px-xxl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
}
.mr-xxl-n8 {
    margin-right: -8rem !important;
}
.ml-xxl-n8 {
    margin-left: -8rem !important;
}
.mx-xxl-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
}
.mt-xxl-n8 {
    margin-top: -8rem !important;
}
.mb-xxl-n8 {
    margin-bottom: -8rem !important;
}
.my-xxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
}
.mr-xxl-9 {
    margin-right: 9rem !important;
}
.ml-xxl-9 {
    margin-left: 9rem !important;
}
.mx-xxl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
}
.mt-xxl-9 {
    margin-top: 9rem !important;
}
.mb-xxl-9 {
    margin-bottom: 9rem !important;
}
.my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}
.pt-xxl-9 {
    padding-top: 9rem !important;
}
.pb-xxl-9 {
    padding-bottom: 9rem !important;
}
.py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.pl-xxl-9 {
    padding-left: 9rem !important;
}
.pr-xxl-9 {
    padding-right: 9rem !important;
}
.px-xxl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}
.mr-xxl-n9 {
    margin-right: -9rem !important;
}
.ml-xxl-n9 {
    margin-left: -9rem !important;
}
.mx-xxl-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
}
.mt-xxl-n9 {
    margin-top: -9rem !important;
}
.mb-xxl-n9 {
    margin-bottom: -9rem !important;
}
.my-xxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
}
.mr-xxl-10 {
    margin-right: 10rem !important;
}
.ml-xxl-10 {
    margin-left: 10rem !important;
}
.mx-xxl-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
}
.mt-xxl-10 {
    margin-top: 10rem !important;
}
.mb-xxl-10 {
    margin-bottom: 10rem !important;
}
.my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}
.pt-xxl-10 {
    padding-top: 10rem !important;
}
.pb-xxl-10 {
    padding-bottom: 10rem !important;
}
.py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
.pl-xxl-10 {
    padding-left: 10rem !important;
}
.pr-xxl-10 {
    padding-right: 10rem !important;
}
.px-xxl-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
}
.mr-xxl-n10 {
    margin-right: -10rem !important;
}
.ml-xxl-n10 {
    margin-left: -10rem !important;
}
.mx-xxl-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
}
.mt-xxl-n10 {
    margin-top: -10rem !important;
}
.mb-xxl-n10 {
    margin-bottom: -10rem !important;
}
.my-xxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
}
}
.d-block {
  display: block;
}
h1,
.h1,
.entry-content h1,
.entry-content .h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0;
  text-transform: none;
}
h1 + .is-style-subline,
.h1 + .is-style-subline,
.entry-content h1 + .is-style-subline,
.entry-content .h1 + .is-style-subline {
  margin-top: -2rem;
  margin-bottom: 3rem;
}
h2,
.h2,
.entry-content h2,
.entry-content .h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.01em;
  text-transform: none;
}
h2 + h3,
h2 + .h3,
.editor-styles-wrapper ul.list--tick-inline > h2 + li,
ul.is-style-list--tick-inline > h2 + li,
ul.list--tick-inline > h2 + li,
.h2 + h3,
.h2 + .h3,
ul.is-style-list--tick-inline > .h2 + li,
ul.list--tick-inline > .h2 + li,
.entry-content h2 + h3,
.entry-content h2 + .h3,
.entry-content ul.is-style-list--tick-inline > h2 + li,
.entry-content ul.list--tick-inline > h2 + li,
.entry-content .h2 + h3,
.entry-content .h2 + .h3 {
  margin-top: -1rem;
}
h3,
.h3,
.editor-styles-wrapper ul.list--tick-inline > li,
ul.is-style-list--tick-inline > li,
ul.list--tick-inline > li,
.entry-content h3,
.entry-content .h3,
.entry-content ul.is-style-list--tick-inline > li,
.entry-content ul.list--tick-inline > li {
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0;
  text-transform: none;
}
h4,
.h4,
.entry-content h4,
.entry-content .h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
  text-transform: none;
}
h5,
.h5,
.entry-content h5,
.entry-content .h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
h5.is-style-underline,
.h5.is-style-underline,
.entry-content h5.is-style-underline,
.entry-content .h5.is-style-underline {
  position: relative;
}
h5.is-style-underline:after,
.h5.is-style-underline:after,
.entry-content h5.is-style-underline:after,
.entry-content .h5.is-style-underline:after {
  content: "";
  display: block;
  border-bottom: 4px solid #E3E3E3;
  width: 60px;
  margin-top: calc(2rem - 4px);
}
.has-text-color.has-theme-color,
.has-inline-color.has-theme-color {
  color: #273587 !important;
}
.has-text-color.has-secondary-color,
.has-inline-color.has-secondary-color {
  color: #949599 !important;
}
.has-text-color.has-dark-color,
.has-inline-color.has-dark-color {
  color: #333333 !important;
}
.has-text-color.has-light-color,
.has-inline-color.has-light-color {
  color: #F4F4F4 !important;
}
.v-application .v-application--wrap p,
p {
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
  text-transform: none;
}
p.has-text-align-center {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.ast-small-footer-wrap,
.ast-small-footer-wrap p,
.is-style-small,
.is-style-small p,
.text-small,
.ratgeber-archive__navigation > li a,
.ratgeber-archive__content,
.news-overview__excerpt,
.text-small p,
.ratgeber-archive__navigation > li a p,
.ratgeber-archive__content p,
.news-overview__excerpt p {
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
  text-transform: none;
  font-size: 14px;
  line-height: 2rem;
}
.lead,
.is-style-lead {
  line-height: 1.69;
  font-size: 1.1875rem;
}
.text-xsmall,
.text-xsmall p {
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
  text-transform: none;
  font-size: 12px;
  line-height: 22px;
}
h1 > small,
.is-style-subline {
  font-weight: 600;
  line-height: 2;
  font-size: 1rem;
  letter-spacing: -0.03em;
  color: #AAAAAA !important;
}
.claim {
  font-size: 55px;
  line-height: 64px;
}
@media (max-width: 767.98px) {
.claim {
    font-size: 26px;
    line-height: 40px;
}
}
.is-style-link-arrow {
  width: auto !important;
}
.is-style-link-arrow > a.wp-block-button__link,
.v-application a.link--arrow,
a.link--arrow {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.03em;
  background: none;
  padding: 0;
  color: #333333;
  display: inline-block !important;
}
.is-style-link-arrow > a.wp-block-button__link:before,
.v-application a.link--arrow:before,
a.link--arrow:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  float: left;
  color: #273587;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 1px;
}
.is-style-link-arrow > a.wp-block-button__link:hover,
.v-application a.link--arrow:hover,
a.link--arrow:hover {
  color: #273587;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.is-style-link-arrow-right > a.wp-block-button__link,
.v-application a.link--arrow-right,
a.link--arrow-right,
span.link--arrow-right {
  font-weight: bold;
  background: none;
  padding: 0;
}
.is-style-link-arrow-right > a.wp-block-button__link:after,
.v-application a.link--arrow-right:after,
a.link--arrow-right:after,
span.link--arrow-right:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #273587;
  margin-left: 7px;
  vertical-align: middle;
}
.is-style-link-arrow-right > a.wp-block-button__link:hover,
.v-application a.link--arrow-right:hover,
a.link--arrow-right:hover,
span.link--arrow-right:hover {
  color: #273587;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
a.text-normal {
  color: #333333;
}
a.text-normal .fas,
a.text-normal .fal,
a.text-normal .far,
a.text-normal .fab {
  color: #273587;
}
a.text-normal:hover {
  color: #273587;
}
.align-icon-text .fal {
  margin-top: 2px;
  margin-right: 10px;
}
.wp-block-buttons {
  width: 100%;
}
.wp-block-buttons .wp-block-button,
.wp-block-button {
  margin: 0;
  margin-bottom: 1rem;
  line-height: 2rem;
}
figure.wp-block-image + p {
  margin-top: 1rem;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: transparent;
  border-color: #273587;
  color: #273587;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  color: #333333;
}
.wp-block-button.is-style-outline .wp-block-button__link.btn-primary, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #273587;
  border-color: #273587;
}
.wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #273587;
  border-color: #273587;
}
.wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #273587;
  border-color: #273587;
}
.wp-block-button.is-style-outline .wp-block-button__link.btn-secondary, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #949599;
  border-color: #949599;
}
.wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #949599;
  border-color: #949599;
}
.wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #949599;
  border-color: #949599;
}
.btn,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link {
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  padding: 0.5rem 25px;
  border-width: 1px;
  border-style: solid;
  line-height: 2.47;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
}
.btn:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:hover {
  text-decoration: none;
}
.btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):not(.btn-primary-inverse),
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):not(.btn-primary-inverse) {
  background-color: #273587;
  border-color: #273587;
}
.btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):not(.btn-primary-inverse):hover, .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):not(.btn-primary-inverse):focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):not(.btn-primary-inverse):hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):not(.btn-primary-inverse):focus {
  background-color: #101638;
  border-color: #101638;
}
.btn.btn-primary, .btn.has-primary-color, .btn.has-primary-background-color,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color {
  color: #fff;
  background-color: #273587;
  border-color: #273587;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.has-primary-color:hover, .btn.has-primary-color:focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:focus {
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.has-primary-background-color:hover, .btn.has-primary-background-color:focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:focus {
  background-color: #101638;
  border-color: #101638;
}
.btn.btn-primary-inverse,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary-inverse {
  color: #666666;
  background-color: transparent;
  border-color: #273587;
}
.btn.btn-primary-inverse:hover, .btn.btn-primary-inverse:focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary-inverse:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary-inverse:focus {
  color: #fff;
  background-color: #273587;
  border-color: #273587;
}
.btn.btn-secondary, .btn.has-secondary-color, .btn.has-secondary-background-color,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color {
  color: #fff;
  background-color: #949599;
  border-color: #949599;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.has-secondary-color:hover, .btn.has-secondary-color:focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:focus {
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.has-secondary-background-color:hover, .btn.has-secondary-background-color:focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:focus {
  background-color: #616266;
  border-color: #616266;
}
.btn.btn-secondary-inverse,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary-inverse {
  color: #666666;
  background-color: transparent;
  border-color: #949599;
}
.btn.btn-secondary-inverse:hover, .btn.btn-secondary-inverse:focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary-inverse:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary-inverse:focus {
  color: #fff;
  background-color: #949599;
  border-color: #949599;
}
.btn.btn-link,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-link {
  color: #273587;
  border: 0;
}
.btn.btn-link:hover, .btn.btn-link:focus,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-link:hover,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-link:focus {
  color: #101638;
  background-color: transparent;
}
.btn .fas, .btn .fal, .btn .far,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link .fas,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link .fal,
.wp-block-button:not(.is-style-link-arrow) .wp-block-button__link .far {
  margin-right: 3px;
}
.wp-block-buttons {
  margin-top: 2rem;
}
.is-vertically-aligned-center h2, .is-vertically-aligned-center .h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.is-vertically-aligned-center .wp-block-buttons {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-buttons.alignright {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  float: none;
}
.btn-lg:not(.is-style-link-arrow):not(.wp-block-button),
.is-style-btn-lg:not(.is-style-link-arrow) > .wp-block-button__link,
.btn-lg:not(.is-style-link-arrow) > .wp-block-button__link {
  padding: calc(1rem - 1px) 35px;
  font-weight: bold;
  font-size: 15px;
  margin-top: 1rem;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.wp-block-button.aligncenter {
  margin-top: 2rem;
}
.wp-block-button.aligncenter .wp-block-button__link {
  padding-left: 50px;
  padding-right: 50px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block > .wp-block-button__link {
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-search {
  border-radius: 0 !important;
}
.wp-block-column .wp-block-image {
  margin-top: 0;
}
.wp-block-image {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
.wp-block-image {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
}
.is-style-container-full .wp-block-image {
  margin-bottom: 0rem !important;
}
.editor-styles-wrapper ul.list--tick,
ul.is-style-list--tick,
ul.list--tick,
.ratgeber-single__content ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.editor-styles-wrapper ul.list--tick > li, .ratgeber-single__content .editor-styles-wrapper ul > li,
ul.is-style-list--tick > li,
ul.list--tick > li,
.ratgeber-single__content ul > li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
  letter-spacing: 0.01em;
}
.editor-styles-wrapper ul.list--tick > li:before, .ratgeber-single__content .editor-styles-wrapper ul > li:before,
ul.is-style-list--tick > li:before,
ul.list--tick > li:before,
.ratgeber-single__content ul > li:before {
  font-family: "Font Awesome 5 Pro";
  color: #273587;
  content: "";
  line-height: 2.14;
  font-size: 0.9375rem;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
}
.editor-styles-wrapper ul.list--tick-inline,
ul.is-style-list--tick-inline,
ul.list--tick-inline {
  list-style: none;
  margin-left: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
.editor-styles-wrapper ul.list--tick-inline,
ul.is-style-list--tick-inline,
ul.list--tick-inline {
    display: block;
    text-align: center;
}
}
.editor-styles-wrapper ul.list--tick-inline > li,
ul.is-style-list--tick-inline > li,
ul.list--tick-inline > li {
  line-height: 1.34;
  font-size: 1.5rem;
  position: relative;
  margin: 0 3rem;
}
.editor-styles-wrapper ul.list--tick-inline > li::before,
ul.is-style-list--tick-inline > li::before,
ul.list--tick-inline > li::before {
  font-family: "Font Awesome 5 Pro";
  vertical-align: text-bottom;
  font-weight: 300;
  margin-right: 5px;
  content: "";
  line-height: 0.87;
  font-size: 2.3125rem;
}
@media (max-width: 767.98px) {
.editor-styles-wrapper ul.list--tick-inline > li::before,
ul.is-style-list--tick-inline > li::before,
ul.list--tick-inline > li::before {
    margin-right: 10px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.editor-styles-wrapper ul.list--tick-inline,
ul.is-style-list--tick-inline,
ul.list--tick-inline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.editor-styles-wrapper ul.list--tick-inline > li,
ul.is-style-list--tick-inline > li,
ul.list--tick-inline > li {
    -ms-flex-wrap: calc(50% - 1rem);
        flex-wrap: calc(50% - 1rem);
    margin: 0 1rem;
}
}
.editor-styles-wrapper ul.list--circle,
ul.list--circle,
.icon_box__content ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.editor-styles-wrapper ul.list--circle > li, .icon_box__content .editor-styles-wrapper ul > li,
ul.list--circle > li,
.icon_box__content ul > li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
  font-size: 14px;
  line-height: 30px;
  /* or 214% */
  letter-spacing: 0.03em;
  /* dark */
  color: #333333;
}
.editor-styles-wrapper ul.list--circle > li::before, .icon_box__content .editor-styles-wrapper ul > li::before,
ul.list--circle > li::before,
.icon_box__content ul > li::before {
  font-family: "Font Awesome 5 Pro";
  color: #999999;
  content: "";
  font-size: 6px;
  line-height: 2rem;
  font-weight: 900;
  position: absolute;
  left: 5px;
}
.list-inline.list-dots {
  list-style: none;
  padding: 0;
  font-weight: bold;
  color: #404040;
}
.list-inline.list-dots > li {
  display: inline-block;
  margin-right: 2rem;
  position: relative;
}
.list-inline.list-dots > li::after {
  font-family: "Font Awesome 5 Pro";
  color: #999999;
  content: "";
  font-size: 5px;
  line-height: 2rem;
  font-weight: 900;
  top: 1px;
  position: absolute;
  right: -2rem;
  width: 2rem;
  text-align: center;
}
.list-inline.list-dots > li:last-child:after {
  display: none;
}
.readmore .readmore__state {
  display: none;
}
.readmore .readmore__wrap {
  display: none;
}
.readmore .readmore__state:checked ~ .readmore__wrap {
  display: block;
}
.readmore .readmore__state ~ .readmore__trigger::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #273587;
  margin-right: 0.5rem;
  float: left;
  margin-top: 9px;
  line-height: 1;
  font-size: 1rem;
}
.readmore .readmore__state:checked ~ .readmore__trigger::before {
  content: "";
}
.readmore .readmore__state ~ .readmore__trigger::after {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #767676;
  content: "weiterlesen";
}
.readmore .readmore__state:checked ~ .readmore__trigger::after {
  content: "weniger";
}
.readmore .readmore__trigger {
  cursor: pointer;
  display: block;
}
.is-style-container > .wp-block-group__inner-container {
  width: 100%;
  padding: 0 11px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.is-style-container > .wp-block-group__inner-container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.is-style-container > .wp-block-group__inner-container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.is-style-container > .wp-block-group__inner-container {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
.is-style-container > .wp-block-group__inner-container {
    max-width: 1178px;
}
}
.is-style-gutter, .has-3-columns,
.is-style-8-8-8, .is-style-footer, .is-style-16-7, .is-style-11-12, .is-style-12-11, .is-style-10-10 {
  margin-left: -11px !important;
  margin-right: -11px !important;
}
.is-style-gutter > .wp-block-column, .has-3-columns > .wp-block-column,
.is-style-8-8-8 > .wp-block-column, .is-style-footer > .wp-block-column, .is-style-16-7 > .wp-block-column, .is-style-11-12 > .wp-block-column, .is-style-12-11 > .wp-block-column, .is-style-10-10 > .wp-block-column {
  padding-left: 11px;
  padding-right: 11px;
}
#content > .ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.is-style-space-big > .wp-block-group__inner-container {
  width: 100%;
  padding: 0 11px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 576px) {
.is-style-space-big > .wp-block-group__inner-container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.is-style-space-big > .wp-block-group__inner-container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.is-style-space-big > .wp-block-group__inner-container {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
.is-style-space-big > .wp-block-group__inner-container {
    max-width: 1178px;
}
}
@media (max-width: 767.98px) {
.is-style-space-big > .wp-block-group__inner-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
}
.is-style-space-xsmall > .wp-block-group__inner-container {
  width: 100%;
  padding: 0 11px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
.is-style-space-xsmall > .wp-block-group__inner-container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.is-style-space-xsmall > .wp-block-group__inner-container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.is-style-space-xsmall > .wp-block-group__inner-container {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
.is-style-space-xsmall > .wp-block-group__inner-container {
    max-width: 1178px;
}
}
@media (max-width: 767.98px) {
.is-style-space-xsmall > .wp-block-group__inner-container {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
}
.is-style-space-small > .wp-block-group__inner-container {
  width: 100%;
  padding: 0 11px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 576px) {
.is-style-space-small > .wp-block-group__inner-container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.is-style-space-small > .wp-block-group__inner-container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.is-style-space-small > .wp-block-group__inner-container {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
.is-style-space-small > .wp-block-group__inner-container {
    max-width: 1178px;
}
}
@media (max-width: 767.98px) {
.is-style-space-small > .wp-block-group__inner-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
}
.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns > .wp-block-column {
  margin-left: 0% !important;
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 992px) {
.wp-block-columns > .wp-block-column {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
}
}
.is-style-10-10 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
.is-style-10-10 > .wp-block-column {
    -ms-flex-preferred-size: 41.6666666667% !important;
        flex-basis: 41.6666666667% !important;
    max-width: 41.6666666667% !important;
}
.is-style-10-10 > .wp-block-column {
    margin-left: 8.3333333333% !important;
}
}
@media (max-width: 991.98px) {
.is-style-12-11 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}
@media (min-width: 992px) {
.is-style-12-11 > .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
}
.is-style-12-11 > .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 45.8333333333% !important;
        flex-basis: 45.8333333333% !important;
    max-width: 45.8333333333% !important;
    margin-left: 4.1666666667% !important;
}
}
@media (max-width: 991.98px) {
.is-style-11-12 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.is-style-11-12 > .wp-block-column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.is-style-11-12 > .wp-block-column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
}
@media (min-width: 992px) {
.is-style-11-12 > .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 45.8333333333% !important;
        flex-basis: 45.8333333333% !important;
    max-width: 45.8333333333% !important;
}
.is-style-11-12 > .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
    margin-left: 4.1666666667% !important;
}
}
@media (max-width: 767.98px) {
.is-style-16-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}
.is-style-16-7 > .wp-block-column:nth-child(1) {
  -ms-flex-preferred-size: 66.6666666667% !important;
      flex-basis: 66.6666666667% !important;
  max-width: 66.6666666667% !important;
}
.is-style-16-7 > .wp-block-column:nth-child(2) {
  -ms-flex-preferred-size: 29.1666666667% !important;
      flex-basis: 29.1666666667% !important;
  max-width: 29.1666666667% !important;
  margin-left: 4.1666666667% !important;
}
@media (max-width: 991.98px) {
.is-style-16-7 > .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
}
.is-style-16-7 > .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
    margin-left: 0% !important;
}
}
@media (max-width: 768px) {
.is-style-16-7 {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.is-style-16-7 > .wp-block-column:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
}
.is-style-16-7 > .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.is-style-16-7 .wp-block-buttons.alignright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
}
@media (max-width: 991.98px) {
.is-style-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}
.is-style-footer img {
  height: 135px !important;
  margin-top: 3px;
}
.is-style-footer > .wp-block-column:nth-child(1) {
  -ms-flex-preferred-size: 29.1666666667% !important;
      flex-basis: 29.1666666667% !important;
  max-width: 29.1666666667% !important;
}
.is-style-footer > .wp-block-column:nth-child(2) {
  -ms-flex-preferred-size: 33.3333333333% !important;
      flex-basis: 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}
.is-style-footer > .wp-block-column:nth-child(3) {
  -ms-flex-preferred-size: 20.8333333333% !important;
      flex-basis: 20.8333333333% !important;
  max-width: 20.8333333333% !important;
}
.is-style-footer > .wp-block-column:nth-child(4) {
  -ms-flex-preferred-size: 16.6666666667% !important;
      flex-basis: 16.6666666667% !important;
  max-width: 16.6666666667% !important;
}
@media (max-width: 1199.98px) {
.is-style-footer > .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 29.1666666667% !important;
        flex-basis: 29.1666666667% !important;
    max-width: 29.1666666667% !important;
}
.is-style-footer > .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 29.1666666667% !important;
        flex-basis: 29.1666666667% !important;
    max-width: 29.1666666667% !important;
}
.is-style-footer > .wp-block-column:nth-child(3) {
    -ms-flex-preferred-size: 20.8333333333% !important;
        flex-basis: 20.8333333333% !important;
    max-width: 20.8333333333% !important;
}
.is-style-footer > .wp-block-column:nth-child(4) {
    -ms-flex-preferred-size: 20.8333333333% !important;
        flex-basis: 20.8333333333% !important;
    max-width: 20.8333333333% !important;
}
}
@media (max-width: 991.98px) {
.is-style-footer > .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 33.3333333333% !important;
        flex-basis: 33.3333333333% !important;
    max-width: 33.3333333333% !important;
}
.is-style-footer > .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 66.6666666667% !important;
        flex-basis: 66.6666666667% !important;
    max-width: 66.6666666667% !important;
}
.is-style-footer > .wp-block-column:nth-child(3) {
    display: none;
}
.is-style-footer > .wp-block-column:nth-child(4) {
    display: none;
}
}
@media (max-width: 767.98px) {
.is-style-footer > .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
}
.is-style-footer > .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
}
.is-style-footer > .wp-block-column:nth-child(3) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
    display: block;
}
.is-style-footer > .wp-block-column:nth-child(4) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
    display: block;
}
}
.has-3-columns,
.is-style-8-8-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
.has-3-columns > .wp-block-column,
.is-style-8-8-8 > .wp-block-column {
    -ms-flex-preferred-size: 33.3333333333% !important;
        flex-basis: 33.3333333333% !important;
    max-width: 33.3333333333% !important;
}
}
.is-style-space-big:not(.has-background) + .is-style-space-big:not(.has-background) > .wp-block-group__inner-container {
  padding-top: 0;
}
.is-style-space-small:not(.has-background) + .is-style-space-small:not(.has-background) > .wp-block-group__inner-container {
  padding-top: 0;
}
.ast-no-sidebar .entry-content .alignwide {
  margin-left: 0;
  margin-right: 0;
}
.is-style-image-border img {
  border: 1px solid #AAAAAA;
  -webkit-box-shadow: 1px 1px 5px 0px #AAAAAA;
          box-shadow: 1px 1px 5px 0px #AAAAAA;
}
body {
  --swiper-theme-color: #273587;
  color: #333333;
}
body p,
body .wp-block-cover p {
  color: #333333;
}
body p:not(.has-text-color),
body .wp-block-cover p:not(.has-text-color) {
  color: #333333;
}
body .text-small, body .ratgeber-archive__navigation > li a, .ratgeber-archive__navigation > li body a, body .ratgeber-archive__content, body .news-overview__excerpt,
body p.text-small {
  color: #666666;
}
body .text-small:not(.has-text-color), body .ratgeber-archive__navigation > li a:not(.has-text-color), .ratgeber-archive__navigation > li body a:not(.has-text-color), body .ratgeber-archive__content:not(.has-text-color), body .news-overview__excerpt:not(.has-text-color),
body p.text-small:not(.has-text-color) {
  color: #666666;
}
body h1,
body .h1,
body .entry-content h1 {
  color: #333333;
}
body h1:not(.has-text-color),
body .h1:not(.has-text-color),
body .entry-content h1:not(.has-text-color) {
  color: #333333;
}
body h2,
body .h2,
body .entry-content h2 {
  color: #949599;
}
body h2:not(.has-text-color),
body .h2:not(.has-text-color),
body .entry-content h2:not(.has-text-color) {
  color: #949599;
}
body h3,
body .h3,
body .editor-styles-wrapper ul.list--tick-inline > li,
.editor-styles-wrapper body ul.list--tick-inline > li,
body ul.is-style-list--tick-inline > li,
body ul.list--tick-inline > li,
body .lead,
body .entry-content h3 {
  color: #333333;
}
body h3:not(.has-text-color),
body .h3:not(.has-text-color),
body .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body ul.is-style-list--tick-inline > li:not(.has-text-color),
body ul.list--tick-inline > li:not(.has-text-color),
body .lead:not(.has-text-color),
body .entry-content h3:not(.has-text-color) {
  color: #333333;
}
body h4,
body .h4,
body .entry-content h4 {
  color: #333333;
}
body h4:not(.has-text-color),
body .h4:not(.has-text-color),
body .entry-content h4:not(.has-text-color) {
  color: #333333;
}
body h5,
body .h5,
body .entry-content h5 {
  color: #333333;
}
body h5:not(.has-text-color),
body .h5:not(.has-text-color),
body .entry-content h5:not(.has-text-color) {
  color: #333333;
}
body .h6,
body h6,
body .entry-content h6 {
  color: #333333;
}
body .h6:not(.has-text-color),
body h6:not(.has-text-color),
body .entry-content h6:not(.has-text-color) {
  color: #333333;
}
body .fg-light {
  color: #fff;
}
body .fg-light p,
body .fg-light .text-small,
body .fg-light .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .fg-light a,
body .fg-light .ratgeber-archive__content,
body .fg-light .news-overview__excerpt,
body .fg-light .text-small p,
body .fg-light .text-mini,
body .fg-light .psmall,
body .fg-light h1, body .fg-light h2, body .fg-light h3, body .fg-light h4, body .fg-light h5, body .fg-light h6,
body .fg-light .h1, body .fg-light .h2, body .fg-light .h3, body .fg-light .editor-styles-wrapper ul.list--tick-inline > li,
body .fg-light ul.is-style-list--tick-inline > li,
body .fg-light ul.list--tick-inline > li, body .fg-light .h4, body .fg-light .h5, body .fg-light .h6 {
  color: #fff;
}
body .fg-light p > small,
body .fg-light .text-small > small,
body .fg-light .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .fg-light a > small,
body .fg-light .ratgeber-archive__content > small,
body .fg-light .news-overview__excerpt > small,
body .fg-light .text-small p > small,
body .fg-light .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .fg-light a p > small,
body .fg-light .ratgeber-archive__content p > small,
body .fg-light .news-overview__excerpt p > small,
body .fg-light .text-mini > small,
body .fg-light .psmall > small,
body .fg-light h1 > small, body .fg-light h2 > small, body .fg-light h3 > small, body .fg-light h4 > small, body .fg-light h5 > small, body .fg-light h6 > small,
body .fg-light .h1 > small, body .fg-light .h2 > small, body .fg-light .h3 > small,
body .fg-light ul.is-style-list--tick-inline > li > small,
body .fg-light ul.list--tick-inline > li > small, body .fg-light .h4 > small, body .fg-light .h5 > small, body .fg-light .h6 > small {
  color: #fff;
}
body .fg-light p:not(.has-text-color),
body .fg-light .text-small:not(.has-text-color),
body .fg-light .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .fg-light a:not(.has-text-color),
body .fg-light .ratgeber-archive__content:not(.has-text-color),
body .fg-light .news-overview__excerpt:not(.has-text-color),
body .fg-light .text-small p:not(.has-text-color),
body .fg-light .text-mini:not(.has-text-color),
body .fg-light .psmall:not(.has-text-color),
body .fg-light h1:not(.has-text-color), body .fg-light h2:not(.has-text-color), body .fg-light h3:not(.has-text-color), body .fg-light h4:not(.has-text-color), body .fg-light h5:not(.has-text-color), body .fg-light h6:not(.has-text-color),
body .fg-light .h1:not(.has-text-color), body .fg-light .h2:not(.has-text-color), body .fg-light .h3:not(.has-text-color), body .fg-light .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .fg-light ul.is-style-list--tick-inline > li:not(.has-text-color),
body .fg-light ul.list--tick-inline > li:not(.has-text-color), body .fg-light .h4:not(.has-text-color), body .fg-light .h5:not(.has-text-color), body .fg-light .h6:not(.has-text-color) {
  color: #fff;
}
body .fg-light .claim {
  color: #666666;
}
body .fg-light .claim:not(.has-text-color) {
  color: #666666;
}
@media (min-width: 992px) {
body .fg-light h1:after {
    position: absolute;
    top: -10rem;
    bottom: -10rem;
    content: "";
    background-image: url(../img/bildmarke.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 0.07;
    width: 390px;
    z-index: 0;
    right: 0;
}
}
@media (min-width: 992px) and (min-width: 1200px) {
body .fg-light h1:after {
    right: -80px;
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
}
}
body .fg-light .entry-content p,
body .fg-light .entry-content .text-small,
body .fg-light .entry-content .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .fg-light .entry-content a,
body .fg-light .entry-content .ratgeber-archive__content,
body .fg-light .entry-content .news-overview__excerpt,
body .fg-light .entry-content .text-small p,
body .fg-light .entry-content .text-mini,
body .fg-light .entry-content .psmall,
body .fg-light .entry-content h1, body .fg-light .entry-content h2, body .fg-light .entry-content h3, body .fg-light .entry-content h4, body .fg-light .entry-content h5, body .fg-light .entry-content h6,
body .fg-light .entry-content .h1, body .fg-light .entry-content .h2, body .fg-light .entry-content .h3, body .fg-light .entry-content .editor-styles-wrapper ul.list--tick-inline > li,
body .fg-light .entry-content ul.is-style-list--tick-inline > li,
body .fg-light .entry-content ul.list--tick-inline > li, body .fg-light .entry-content .h4, body .fg-light .entry-content .h5, body .fg-light .entry-content .h6 {
  color: #fff;
}
body .fg-light .entry-content p:not(.has-text-color),
body .fg-light .entry-content .text-small:not(.has-text-color),
body .fg-light .entry-content .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .fg-light .entry-content a:not(.has-text-color),
body .fg-light .entry-content .ratgeber-archive__content:not(.has-text-color),
body .fg-light .entry-content .news-overview__excerpt:not(.has-text-color),
body .fg-light .entry-content .text-small p:not(.has-text-color),
body .fg-light .entry-content .text-mini:not(.has-text-color),
body .fg-light .entry-content .psmall:not(.has-text-color),
body .fg-light .entry-content h1:not(.has-text-color), body .fg-light .entry-content h2:not(.has-text-color), body .fg-light .entry-content h3:not(.has-text-color), body .fg-light .entry-content h4:not(.has-text-color), body .fg-light .entry-content h5:not(.has-text-color), body .fg-light .entry-content h6:not(.has-text-color),
body .fg-light .entry-content .h1:not(.has-text-color), body .fg-light .entry-content .h2:not(.has-text-color), body .fg-light .entry-content .h3:not(.has-text-color), body .fg-light .entry-content .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .fg-light .entry-content ul.is-style-list--tick-inline > li:not(.has-text-color),
body .fg-light .entry-content ul.list--tick-inline > li:not(.has-text-color), body .fg-light .entry-content .h4:not(.has-text-color), body .fg-light .entry-content .h5:not(.has-text-color), body .fg-light .entry-content .h6:not(.has-text-color) {
  color: #fff;
}
body .fg-light .entry-content p > small,
body .fg-light .entry-content .text-small > small,
body .fg-light .entry-content .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .fg-light .entry-content a > small,
body .fg-light .entry-content .ratgeber-archive__content > small,
body .fg-light .entry-content .news-overview__excerpt > small,
body .fg-light .entry-content .text-small p > small,
body .fg-light .entry-content .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .fg-light .entry-content a p > small,
body .fg-light .entry-content .ratgeber-archive__content p > small,
body .fg-light .entry-content .news-overview__excerpt p > small,
body .fg-light .entry-content .text-mini > small,
body .fg-light .entry-content .psmall > small,
body .fg-light .entry-content h1 > small, body .fg-light .entry-content h2 > small, body .fg-light .entry-content h3 > small, body .fg-light .entry-content h4 > small, body .fg-light .entry-content h5 > small, body .fg-light .entry-content h6 > small,
body .fg-light .entry-content .h1 > small, body .fg-light .entry-content .h2 > small, body .fg-light .entry-content .h3 > small,
body .fg-light .entry-content ul.is-style-list--tick-inline > li > small,
body .fg-light .entry-content ul.list--tick-inline > li > small, body .fg-light .entry-content .h4 > small, body .fg-light .entry-content .h5 > small, body .fg-light .entry-content .h6 > small {
  color: #fff;
}
body .fg-light a:not(.btn) {
  color: #fff;
}
body .fg-light a:not(.btn):hover {
  color: #999999;
}
body .fg-light .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: #fff;
  border-color: #fff;
  color: #273587;
}
body .fg-light .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .fg-light .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .btn.btn-primary, body .fg-light .btn.has-primary-color,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .btn.btn-primary:hover, body .fg-light .btn.btn-primary:focus, body .fg-light .btn.has-primary-color:hover, body .fg-light .btn.has-primary-color:focus,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:hover,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .btn.btn-primary:hover, body .fg-light .btn.btn-primary:focus, body .fg-light .btn.has-primary-background-color:hover, body .fg-light .btn.has-primary-background-color:focus,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:hover,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .btn.btn-secondary, body .fg-light .btn.has-secondary-color,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .btn.btn-secondary:hover, body .fg-light .btn.btn-secondary:focus, body .fg-light .btn.has-secondary-color:hover, body .fg-light .btn.has-secondary-color:focus,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:hover,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .btn.btn-secondary:hover, body .fg-light .btn.btn-secondary:focus, body .fg-light .btn.has-secondary-background-color:hover, body .fg-light .btn.has-secondary-background-color:focus,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:hover,
body .fg-light .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body .fg-light .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  color: #333333;
}
body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.btn-primary, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:hover, body .fg-light .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .fg-light .wp-block-button__link.has-background.has-black-background-color {
  border-color: #1F1F1F;
}
body .fg-dark {
  color: #333333;
}
body .fg-dark p,
body .fg-dark .wp-block-cover p {
  color: #333333;
}
body .fg-dark p:not(.has-text-color),
body .fg-dark .wp-block-cover p:not(.has-text-color) {
  color: #333333;
}
body .fg-dark .text-small, body .fg-dark .ratgeber-archive__navigation > li a, .ratgeber-archive__navigation > li body .fg-dark a, body .fg-dark .ratgeber-archive__content, body .fg-dark .news-overview__excerpt,
body .fg-dark p.text-small {
  color: #666666;
}
body .fg-dark .text-small:not(.has-text-color), body .fg-dark .ratgeber-archive__navigation > li a:not(.has-text-color), .ratgeber-archive__navigation > li body .fg-dark a:not(.has-text-color), body .fg-dark .ratgeber-archive__content:not(.has-text-color), body .fg-dark .news-overview__excerpt:not(.has-text-color),
body .fg-dark p.text-small:not(.has-text-color) {
  color: #666666;
}
body .fg-dark h1,
body .fg-dark .h1,
body .fg-dark .entry-content h1 {
  color: #333333;
}
body .fg-dark h1:not(.has-text-color),
body .fg-dark .h1:not(.has-text-color),
body .fg-dark .entry-content h1:not(.has-text-color) {
  color: #333333;
}
body .fg-dark h2,
body .fg-dark .h2,
body .fg-dark .entry-content h2 {
  color: #949599;
}
body .fg-dark h2:not(.has-text-color),
body .fg-dark .h2:not(.has-text-color),
body .fg-dark .entry-content h2:not(.has-text-color) {
  color: #949599;
}
body .fg-dark h3,
body .fg-dark .h3,
body .fg-dark .editor-styles-wrapper ul.list--tick-inline > li,
body .fg-dark ul.is-style-list--tick-inline > li,
body .fg-dark ul.list--tick-inline > li,
body .fg-dark .lead,
body .fg-dark .entry-content h3 {
  color: #333333;
}
body .fg-dark h3:not(.has-text-color),
body .fg-dark .h3:not(.has-text-color),
body .fg-dark .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .fg-dark ul.is-style-list--tick-inline > li:not(.has-text-color),
body .fg-dark ul.list--tick-inline > li:not(.has-text-color),
body .fg-dark .lead:not(.has-text-color),
body .fg-dark .entry-content h3:not(.has-text-color) {
  color: #333333;
}
body .fg-dark h4,
body .fg-dark .h4,
body .fg-dark .entry-content h4 {
  color: #333333;
}
body .fg-dark h4:not(.has-text-color),
body .fg-dark .h4:not(.has-text-color),
body .fg-dark .entry-content h4:not(.has-text-color) {
  color: #333333;
}
body .fg-dark h5,
body .fg-dark .h5,
body .fg-dark .entry-content h5 {
  color: #333333;
}
body .fg-dark h5:not(.has-text-color),
body .fg-dark .h5:not(.has-text-color),
body .fg-dark .entry-content h5:not(.has-text-color) {
  color: #333333;
}
body .fg-dark .h6,
body .fg-dark h6,
body .fg-dark .entry-content h6 {
  color: #333333;
}
body .fg-dark .h6:not(.has-text-color),
body .fg-dark h6:not(.has-text-color),
body .fg-dark .entry-content h6:not(.has-text-color) {
  color: #333333;
}
body .has-white-background-color {
  background-color: #fff;
}
body .has-theme-background-color {
  background-color: #273587;
  color: #fff;
}
body .has-theme-background-color p,
body .has-theme-background-color .text-small,
body .has-theme-background-color .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .has-theme-background-color a,
body .has-theme-background-color .ratgeber-archive__content,
body .has-theme-background-color .news-overview__excerpt,
body .has-theme-background-color .text-small p,
body .has-theme-background-color .text-mini,
body .has-theme-background-color .psmall,
body .has-theme-background-color h1, body .has-theme-background-color h2, body .has-theme-background-color h3, body .has-theme-background-color h4, body .has-theme-background-color h5, body .has-theme-background-color h6,
body .has-theme-background-color .h1, body .has-theme-background-color .h2, body .has-theme-background-color .h3, body .has-theme-background-color .editor-styles-wrapper ul.list--tick-inline > li,
body .has-theme-background-color ul.is-style-list--tick-inline > li,
body .has-theme-background-color ul.list--tick-inline > li, body .has-theme-background-color .h4, body .has-theme-background-color .h5, body .has-theme-background-color .h6 {
  color: #fff;
}
body .has-theme-background-color p > small,
body .has-theme-background-color .text-small > small,
body .has-theme-background-color .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .has-theme-background-color a > small,
body .has-theme-background-color .ratgeber-archive__content > small,
body .has-theme-background-color .news-overview__excerpt > small,
body .has-theme-background-color .text-small p > small,
body .has-theme-background-color .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .has-theme-background-color a p > small,
body .has-theme-background-color .ratgeber-archive__content p > small,
body .has-theme-background-color .news-overview__excerpt p > small,
body .has-theme-background-color .text-mini > small,
body .has-theme-background-color .psmall > small,
body .has-theme-background-color h1 > small, body .has-theme-background-color h2 > small, body .has-theme-background-color h3 > small, body .has-theme-background-color h4 > small, body .has-theme-background-color h5 > small, body .has-theme-background-color h6 > small,
body .has-theme-background-color .h1 > small, body .has-theme-background-color .h2 > small, body .has-theme-background-color .h3 > small,
body .has-theme-background-color ul.is-style-list--tick-inline > li > small,
body .has-theme-background-color ul.list--tick-inline > li > small, body .has-theme-background-color .h4 > small, body .has-theme-background-color .h5 > small, body .has-theme-background-color .h6 > small {
  color: #fff;
}
body .has-theme-background-color p:not(.has-text-color),
body .has-theme-background-color .text-small:not(.has-text-color),
body .has-theme-background-color .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .has-theme-background-color a:not(.has-text-color),
body .has-theme-background-color .ratgeber-archive__content:not(.has-text-color),
body .has-theme-background-color .news-overview__excerpt:not(.has-text-color),
body .has-theme-background-color .text-small p:not(.has-text-color),
body .has-theme-background-color .text-mini:not(.has-text-color),
body .has-theme-background-color .psmall:not(.has-text-color),
body .has-theme-background-color h1:not(.has-text-color), body .has-theme-background-color h2:not(.has-text-color), body .has-theme-background-color h3:not(.has-text-color), body .has-theme-background-color h4:not(.has-text-color), body .has-theme-background-color h5:not(.has-text-color), body .has-theme-background-color h6:not(.has-text-color),
body .has-theme-background-color .h1:not(.has-text-color), body .has-theme-background-color .h2:not(.has-text-color), body .has-theme-background-color .h3:not(.has-text-color), body .has-theme-background-color .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .has-theme-background-color ul.is-style-list--tick-inline > li:not(.has-text-color),
body .has-theme-background-color ul.list--tick-inline > li:not(.has-text-color), body .has-theme-background-color .h4:not(.has-text-color), body .has-theme-background-color .h5:not(.has-text-color), body .has-theme-background-color .h6:not(.has-text-color) {
  color: #fff;
}
body .has-theme-background-color .claim {
  color: #666666;
}
body .has-theme-background-color .claim:not(.has-text-color) {
  color: #666666;
}
@media (min-width: 992px) {
body .has-theme-background-color h1:after {
    position: absolute;
    top: -10rem;
    bottom: -10rem;
    content: "";
    background-image: url(../img/bildmarke.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 0.07;
    width: 390px;
    z-index: 0;
    right: 0;
}
}
@media (min-width: 992px) and (min-width: 1200px) {
body .has-theme-background-color h1:after {
    right: -80px;
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
}
}
body .has-theme-background-color .entry-content p,
body .has-theme-background-color .entry-content .text-small,
body .has-theme-background-color .entry-content .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .has-theme-background-color .entry-content a,
body .has-theme-background-color .entry-content .ratgeber-archive__content,
body .has-theme-background-color .entry-content .news-overview__excerpt,
body .has-theme-background-color .entry-content .text-small p,
body .has-theme-background-color .entry-content .text-mini,
body .has-theme-background-color .entry-content .psmall,
body .has-theme-background-color .entry-content h1, body .has-theme-background-color .entry-content h2, body .has-theme-background-color .entry-content h3, body .has-theme-background-color .entry-content h4, body .has-theme-background-color .entry-content h5, body .has-theme-background-color .entry-content h6,
body .has-theme-background-color .entry-content .h1, body .has-theme-background-color .entry-content .h2, body .has-theme-background-color .entry-content .h3, body .has-theme-background-color .entry-content .editor-styles-wrapper ul.list--tick-inline > li,
body .has-theme-background-color .entry-content ul.is-style-list--tick-inline > li,
body .has-theme-background-color .entry-content ul.list--tick-inline > li, body .has-theme-background-color .entry-content .h4, body .has-theme-background-color .entry-content .h5, body .has-theme-background-color .entry-content .h6 {
  color: #fff;
}
body .has-theme-background-color .entry-content p:not(.has-text-color),
body .has-theme-background-color .entry-content .text-small:not(.has-text-color),
body .has-theme-background-color .entry-content .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .has-theme-background-color .entry-content a:not(.has-text-color),
body .has-theme-background-color .entry-content .ratgeber-archive__content:not(.has-text-color),
body .has-theme-background-color .entry-content .news-overview__excerpt:not(.has-text-color),
body .has-theme-background-color .entry-content .text-small p:not(.has-text-color),
body .has-theme-background-color .entry-content .text-mini:not(.has-text-color),
body .has-theme-background-color .entry-content .psmall:not(.has-text-color),
body .has-theme-background-color .entry-content h1:not(.has-text-color), body .has-theme-background-color .entry-content h2:not(.has-text-color), body .has-theme-background-color .entry-content h3:not(.has-text-color), body .has-theme-background-color .entry-content h4:not(.has-text-color), body .has-theme-background-color .entry-content h5:not(.has-text-color), body .has-theme-background-color .entry-content h6:not(.has-text-color),
body .has-theme-background-color .entry-content .h1:not(.has-text-color), body .has-theme-background-color .entry-content .h2:not(.has-text-color), body .has-theme-background-color .entry-content .h3:not(.has-text-color), body .has-theme-background-color .entry-content .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .has-theme-background-color .entry-content ul.is-style-list--tick-inline > li:not(.has-text-color),
body .has-theme-background-color .entry-content ul.list--tick-inline > li:not(.has-text-color), body .has-theme-background-color .entry-content .h4:not(.has-text-color), body .has-theme-background-color .entry-content .h5:not(.has-text-color), body .has-theme-background-color .entry-content .h6:not(.has-text-color) {
  color: #fff;
}
body .has-theme-background-color .entry-content p > small,
body .has-theme-background-color .entry-content .text-small > small,
body .has-theme-background-color .entry-content .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .has-theme-background-color .entry-content a > small,
body .has-theme-background-color .entry-content .ratgeber-archive__content > small,
body .has-theme-background-color .entry-content .news-overview__excerpt > small,
body .has-theme-background-color .entry-content .text-small p > small,
body .has-theme-background-color .entry-content .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .has-theme-background-color .entry-content a p > small,
body .has-theme-background-color .entry-content .ratgeber-archive__content p > small,
body .has-theme-background-color .entry-content .news-overview__excerpt p > small,
body .has-theme-background-color .entry-content .text-mini > small,
body .has-theme-background-color .entry-content .psmall > small,
body .has-theme-background-color .entry-content h1 > small, body .has-theme-background-color .entry-content h2 > small, body .has-theme-background-color .entry-content h3 > small, body .has-theme-background-color .entry-content h4 > small, body .has-theme-background-color .entry-content h5 > small, body .has-theme-background-color .entry-content h6 > small,
body .has-theme-background-color .entry-content .h1 > small, body .has-theme-background-color .entry-content .h2 > small, body .has-theme-background-color .entry-content .h3 > small,
body .has-theme-background-color .entry-content ul.is-style-list--tick-inline > li > small,
body .has-theme-background-color .entry-content ul.list--tick-inline > li > small, body .has-theme-background-color .entry-content .h4 > small, body .has-theme-background-color .entry-content .h5 > small, body .has-theme-background-color .entry-content .h6 > small {
  color: #fff;
}
body .has-theme-background-color a:not(.btn) {
  color: #fff;
}
body .has-theme-background-color a:not(.btn):hover {
  color: #999999;
}
body .has-theme-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: #fff;
  border-color: #fff;
  color: #273587;
}
body .has-theme-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .has-theme-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .btn.btn-primary, body .has-theme-background-color .btn.has-primary-color,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .btn.btn-primary:hover, body .has-theme-background-color .btn.btn-primary:focus, body .has-theme-background-color .btn.has-primary-color:hover, body .has-theme-background-color .btn.has-primary-color:focus,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:hover,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .btn.btn-primary:hover, body .has-theme-background-color .btn.btn-primary:focus, body .has-theme-background-color .btn.has-primary-background-color:hover, body .has-theme-background-color .btn.has-primary-background-color:focus,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:hover,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .btn.btn-secondary, body .has-theme-background-color .btn.has-secondary-color,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .btn.btn-secondary:hover, body .has-theme-background-color .btn.btn-secondary:focus, body .has-theme-background-color .btn.has-secondary-color:hover, body .has-theme-background-color .btn.has-secondary-color:focus,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:hover,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .btn.btn-secondary:hover, body .has-theme-background-color .btn.btn-secondary:focus, body .has-theme-background-color .btn.has-secondary-background-color:hover, body .has-theme-background-color .btn.has-secondary-background-color:focus,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:hover,
body .has-theme-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  color: #333333;
}
body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:hover, body .has-theme-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-theme-background-color .wp-block-button__link.has-background.has-black-background-color {
  border-color: #1F1F1F;
}
body .has-light-background-color {
  background-color: #F4F4F4;
}
body .has-light-background-color .v-input .fa-square::before,
body .has-light-background-color .v-radio .fa-square::before {
  color: #fff;
}
body .has-light-background-color .text_image {
  background-color: #fff;
}
body .has-light-background-color .icon_box__content {
  background-color: #fff;
}
body .has-black-background-color {
  background-color: #1F1F1F;
  color: #fff;
}
body .has-black-background-color p,
body .has-black-background-color .text-small,
body .has-black-background-color .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .has-black-background-color a,
body .has-black-background-color .ratgeber-archive__content,
body .has-black-background-color .news-overview__excerpt,
body .has-black-background-color .text-small p,
body .has-black-background-color .text-mini,
body .has-black-background-color .psmall,
body .has-black-background-color h1, body .has-black-background-color h2, body .has-black-background-color h3, body .has-black-background-color h4, body .has-black-background-color h5, body .has-black-background-color h6,
body .has-black-background-color .h1, body .has-black-background-color .h2, body .has-black-background-color .h3, body .has-black-background-color .editor-styles-wrapper ul.list--tick-inline > li,
body .has-black-background-color ul.is-style-list--tick-inline > li,
body .has-black-background-color ul.list--tick-inline > li, body .has-black-background-color .h4, body .has-black-background-color .h5, body .has-black-background-color .h6 {
  color: #fff;
}
body .has-black-background-color p > small,
body .has-black-background-color .text-small > small,
body .has-black-background-color .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .has-black-background-color a > small,
body .has-black-background-color .ratgeber-archive__content > small,
body .has-black-background-color .news-overview__excerpt > small,
body .has-black-background-color .text-small p > small,
body .has-black-background-color .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .has-black-background-color a p > small,
body .has-black-background-color .ratgeber-archive__content p > small,
body .has-black-background-color .news-overview__excerpt p > small,
body .has-black-background-color .text-mini > small,
body .has-black-background-color .psmall > small,
body .has-black-background-color h1 > small, body .has-black-background-color h2 > small, body .has-black-background-color h3 > small, body .has-black-background-color h4 > small, body .has-black-background-color h5 > small, body .has-black-background-color h6 > small,
body .has-black-background-color .h1 > small, body .has-black-background-color .h2 > small, body .has-black-background-color .h3 > small,
body .has-black-background-color ul.is-style-list--tick-inline > li > small,
body .has-black-background-color ul.list--tick-inline > li > small, body .has-black-background-color .h4 > small, body .has-black-background-color .h5 > small, body .has-black-background-color .h6 > small {
  color: #fff;
}
body .has-black-background-color p:not(.has-text-color),
body .has-black-background-color .text-small:not(.has-text-color),
body .has-black-background-color .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .has-black-background-color a:not(.has-text-color),
body .has-black-background-color .ratgeber-archive__content:not(.has-text-color),
body .has-black-background-color .news-overview__excerpt:not(.has-text-color),
body .has-black-background-color .text-small p:not(.has-text-color),
body .has-black-background-color .text-mini:not(.has-text-color),
body .has-black-background-color .psmall:not(.has-text-color),
body .has-black-background-color h1:not(.has-text-color), body .has-black-background-color h2:not(.has-text-color), body .has-black-background-color h3:not(.has-text-color), body .has-black-background-color h4:not(.has-text-color), body .has-black-background-color h5:not(.has-text-color), body .has-black-background-color h6:not(.has-text-color),
body .has-black-background-color .h1:not(.has-text-color), body .has-black-background-color .h2:not(.has-text-color), body .has-black-background-color .h3:not(.has-text-color), body .has-black-background-color .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .has-black-background-color ul.is-style-list--tick-inline > li:not(.has-text-color),
body .has-black-background-color ul.list--tick-inline > li:not(.has-text-color), body .has-black-background-color .h4:not(.has-text-color), body .has-black-background-color .h5:not(.has-text-color), body .has-black-background-color .h6:not(.has-text-color) {
  color: #fff;
}
body .has-black-background-color .claim {
  color: #666666;
}
body .has-black-background-color .claim:not(.has-text-color) {
  color: #666666;
}
@media (min-width: 992px) {
body .has-black-background-color h1:after {
    position: absolute;
    top: -10rem;
    bottom: -10rem;
    content: "";
    background-image: url(../img/bildmarke.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 0.07;
    width: 390px;
    z-index: 0;
    right: 0;
}
}
@media (min-width: 992px) and (min-width: 1200px) {
body .has-black-background-color h1:after {
    right: -80px;
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
}
}
body .has-black-background-color .entry-content p,
body .has-black-background-color .entry-content .text-small,
body .has-black-background-color .entry-content .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .has-black-background-color .entry-content a,
body .has-black-background-color .entry-content .ratgeber-archive__content,
body .has-black-background-color .entry-content .news-overview__excerpt,
body .has-black-background-color .entry-content .text-small p,
body .has-black-background-color .entry-content .text-mini,
body .has-black-background-color .entry-content .psmall,
body .has-black-background-color .entry-content h1, body .has-black-background-color .entry-content h2, body .has-black-background-color .entry-content h3, body .has-black-background-color .entry-content h4, body .has-black-background-color .entry-content h5, body .has-black-background-color .entry-content h6,
body .has-black-background-color .entry-content .h1, body .has-black-background-color .entry-content .h2, body .has-black-background-color .entry-content .h3, body .has-black-background-color .entry-content .editor-styles-wrapper ul.list--tick-inline > li,
body .has-black-background-color .entry-content ul.is-style-list--tick-inline > li,
body .has-black-background-color .entry-content ul.list--tick-inline > li, body .has-black-background-color .entry-content .h4, body .has-black-background-color .entry-content .h5, body .has-black-background-color .entry-content .h6 {
  color: #fff;
}
body .has-black-background-color .entry-content p:not(.has-text-color),
body .has-black-background-color .entry-content .text-small:not(.has-text-color),
body .has-black-background-color .entry-content .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .has-black-background-color .entry-content a:not(.has-text-color),
body .has-black-background-color .entry-content .ratgeber-archive__content:not(.has-text-color),
body .has-black-background-color .entry-content .news-overview__excerpt:not(.has-text-color),
body .has-black-background-color .entry-content .text-small p:not(.has-text-color),
body .has-black-background-color .entry-content .text-mini:not(.has-text-color),
body .has-black-background-color .entry-content .psmall:not(.has-text-color),
body .has-black-background-color .entry-content h1:not(.has-text-color), body .has-black-background-color .entry-content h2:not(.has-text-color), body .has-black-background-color .entry-content h3:not(.has-text-color), body .has-black-background-color .entry-content h4:not(.has-text-color), body .has-black-background-color .entry-content h5:not(.has-text-color), body .has-black-background-color .entry-content h6:not(.has-text-color),
body .has-black-background-color .entry-content .h1:not(.has-text-color), body .has-black-background-color .entry-content .h2:not(.has-text-color), body .has-black-background-color .entry-content .h3:not(.has-text-color), body .has-black-background-color .entry-content .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .has-black-background-color .entry-content ul.is-style-list--tick-inline > li:not(.has-text-color),
body .has-black-background-color .entry-content ul.list--tick-inline > li:not(.has-text-color), body .has-black-background-color .entry-content .h4:not(.has-text-color), body .has-black-background-color .entry-content .h5:not(.has-text-color), body .has-black-background-color .entry-content .h6:not(.has-text-color) {
  color: #fff;
}
body .has-black-background-color .entry-content p > small,
body .has-black-background-color .entry-content .text-small > small,
body .has-black-background-color .entry-content .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .has-black-background-color .entry-content a > small,
body .has-black-background-color .entry-content .ratgeber-archive__content > small,
body .has-black-background-color .entry-content .news-overview__excerpt > small,
body .has-black-background-color .entry-content .text-small p > small,
body .has-black-background-color .entry-content .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .has-black-background-color .entry-content a p > small,
body .has-black-background-color .entry-content .ratgeber-archive__content p > small,
body .has-black-background-color .entry-content .news-overview__excerpt p > small,
body .has-black-background-color .entry-content .text-mini > small,
body .has-black-background-color .entry-content .psmall > small,
body .has-black-background-color .entry-content h1 > small, body .has-black-background-color .entry-content h2 > small, body .has-black-background-color .entry-content h3 > small, body .has-black-background-color .entry-content h4 > small, body .has-black-background-color .entry-content h5 > small, body .has-black-background-color .entry-content h6 > small,
body .has-black-background-color .entry-content .h1 > small, body .has-black-background-color .entry-content .h2 > small, body .has-black-background-color .entry-content .h3 > small,
body .has-black-background-color .entry-content ul.is-style-list--tick-inline > li > small,
body .has-black-background-color .entry-content ul.list--tick-inline > li > small, body .has-black-background-color .entry-content .h4 > small, body .has-black-background-color .entry-content .h5 > small, body .has-black-background-color .entry-content .h6 > small {
  color: #fff;
}
body .has-black-background-color a:not(.btn) {
  color: #fff;
}
body .has-black-background-color a:not(.btn):hover {
  color: #999999;
}
body .has-black-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: #fff;
  border-color: #fff;
  color: #273587;
}
body .has-black-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .has-black-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .btn.btn-primary, body .has-black-background-color .btn.has-primary-color,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .btn.btn-primary:hover, body .has-black-background-color .btn.btn-primary:focus, body .has-black-background-color .btn.has-primary-color:hover, body .has-black-background-color .btn.has-primary-color:focus,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:hover,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .btn.btn-primary:hover, body .has-black-background-color .btn.btn-primary:focus, body .has-black-background-color .btn.has-primary-background-color:hover, body .has-black-background-color .btn.has-primary-background-color:focus,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:hover,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .btn.btn-secondary, body .has-black-background-color .btn.has-secondary-color,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .btn.btn-secondary:hover, body .has-black-background-color .btn.btn-secondary:focus, body .has-black-background-color .btn.has-secondary-color:hover, body .has-black-background-color .btn.has-secondary-color:focus,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:hover,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .btn.btn-secondary:hover, body .has-black-background-color .btn.btn-secondary:focus, body .has-black-background-color .btn.has-secondary-background-color:hover, body .has-black-background-color .btn.has-secondary-background-color:focus,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:hover,
body .has-black-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  color: #333333;
}
body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:hover, body .has-black-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-black-background-color .wp-block-button__link.has-background.has-black-background-color {
  border-color: #1F1F1F;
}
body .has-secondary-background-color {
  background-color: #949599;
  color: #fff;
}
body .has-secondary-background-color p,
body .has-secondary-background-color .text-small,
body .has-secondary-background-color .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .has-secondary-background-color a,
body .has-secondary-background-color .ratgeber-archive__content,
body .has-secondary-background-color .news-overview__excerpt,
body .has-secondary-background-color .text-small p,
body .has-secondary-background-color .text-mini,
body .has-secondary-background-color .psmall,
body .has-secondary-background-color h1, body .has-secondary-background-color h2, body .has-secondary-background-color h3, body .has-secondary-background-color h4, body .has-secondary-background-color h5, body .has-secondary-background-color h6,
body .has-secondary-background-color .h1, body .has-secondary-background-color .h2, body .has-secondary-background-color .h3, body .has-secondary-background-color .editor-styles-wrapper ul.list--tick-inline > li,
body .has-secondary-background-color ul.is-style-list--tick-inline > li,
body .has-secondary-background-color ul.list--tick-inline > li, body .has-secondary-background-color .h4, body .has-secondary-background-color .h5, body .has-secondary-background-color .h6 {
  color: #fff;
}
body .has-secondary-background-color p > small,
body .has-secondary-background-color .text-small > small,
body .has-secondary-background-color .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .has-secondary-background-color a > small,
body .has-secondary-background-color .ratgeber-archive__content > small,
body .has-secondary-background-color .news-overview__excerpt > small,
body .has-secondary-background-color .text-small p > small,
body .has-secondary-background-color .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .has-secondary-background-color a p > small,
body .has-secondary-background-color .ratgeber-archive__content p > small,
body .has-secondary-background-color .news-overview__excerpt p > small,
body .has-secondary-background-color .text-mini > small,
body .has-secondary-background-color .psmall > small,
body .has-secondary-background-color h1 > small, body .has-secondary-background-color h2 > small, body .has-secondary-background-color h3 > small, body .has-secondary-background-color h4 > small, body .has-secondary-background-color h5 > small, body .has-secondary-background-color h6 > small,
body .has-secondary-background-color .h1 > small, body .has-secondary-background-color .h2 > small, body .has-secondary-background-color .h3 > small,
body .has-secondary-background-color ul.is-style-list--tick-inline > li > small,
body .has-secondary-background-color ul.list--tick-inline > li > small, body .has-secondary-background-color .h4 > small, body .has-secondary-background-color .h5 > small, body .has-secondary-background-color .h6 > small {
  color: #fff;
}
body .has-secondary-background-color p:not(.has-text-color),
body .has-secondary-background-color .text-small:not(.has-text-color),
body .has-secondary-background-color .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .has-secondary-background-color a:not(.has-text-color),
body .has-secondary-background-color .ratgeber-archive__content:not(.has-text-color),
body .has-secondary-background-color .news-overview__excerpt:not(.has-text-color),
body .has-secondary-background-color .text-small p:not(.has-text-color),
body .has-secondary-background-color .text-mini:not(.has-text-color),
body .has-secondary-background-color .psmall:not(.has-text-color),
body .has-secondary-background-color h1:not(.has-text-color), body .has-secondary-background-color h2:not(.has-text-color), body .has-secondary-background-color h3:not(.has-text-color), body .has-secondary-background-color h4:not(.has-text-color), body .has-secondary-background-color h5:not(.has-text-color), body .has-secondary-background-color h6:not(.has-text-color),
body .has-secondary-background-color .h1:not(.has-text-color), body .has-secondary-background-color .h2:not(.has-text-color), body .has-secondary-background-color .h3:not(.has-text-color), body .has-secondary-background-color .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .has-secondary-background-color ul.is-style-list--tick-inline > li:not(.has-text-color),
body .has-secondary-background-color ul.list--tick-inline > li:not(.has-text-color), body .has-secondary-background-color .h4:not(.has-text-color), body .has-secondary-background-color .h5:not(.has-text-color), body .has-secondary-background-color .h6:not(.has-text-color) {
  color: #fff;
}
body .has-secondary-background-color .claim {
  color: #666666;
}
body .has-secondary-background-color .claim:not(.has-text-color) {
  color: #666666;
}
@media (min-width: 992px) {
body .has-secondary-background-color h1:after {
    position: absolute;
    top: -10rem;
    bottom: -10rem;
    content: "";
    background-image: url(../img/bildmarke.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 0.07;
    width: 390px;
    z-index: 0;
    right: 0;
}
}
@media (min-width: 992px) and (min-width: 1200px) {
body .has-secondary-background-color h1:after {
    right: -80px;
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
}
}
body .has-secondary-background-color .entry-content p,
body .has-secondary-background-color .entry-content .text-small,
body .has-secondary-background-color .entry-content .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .has-secondary-background-color .entry-content a,
body .has-secondary-background-color .entry-content .ratgeber-archive__content,
body .has-secondary-background-color .entry-content .news-overview__excerpt,
body .has-secondary-background-color .entry-content .text-small p,
body .has-secondary-background-color .entry-content .text-mini,
body .has-secondary-background-color .entry-content .psmall,
body .has-secondary-background-color .entry-content h1, body .has-secondary-background-color .entry-content h2, body .has-secondary-background-color .entry-content h3, body .has-secondary-background-color .entry-content h4, body .has-secondary-background-color .entry-content h5, body .has-secondary-background-color .entry-content h6,
body .has-secondary-background-color .entry-content .h1, body .has-secondary-background-color .entry-content .h2, body .has-secondary-background-color .entry-content .h3, body .has-secondary-background-color .entry-content .editor-styles-wrapper ul.list--tick-inline > li,
body .has-secondary-background-color .entry-content ul.is-style-list--tick-inline > li,
body .has-secondary-background-color .entry-content ul.list--tick-inline > li, body .has-secondary-background-color .entry-content .h4, body .has-secondary-background-color .entry-content .h5, body .has-secondary-background-color .entry-content .h6 {
  color: #fff;
}
body .has-secondary-background-color .entry-content p:not(.has-text-color),
body .has-secondary-background-color .entry-content .text-small:not(.has-text-color),
body .has-secondary-background-color .entry-content .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .has-secondary-background-color .entry-content a:not(.has-text-color),
body .has-secondary-background-color .entry-content .ratgeber-archive__content:not(.has-text-color),
body .has-secondary-background-color .entry-content .news-overview__excerpt:not(.has-text-color),
body .has-secondary-background-color .entry-content .text-small p:not(.has-text-color),
body .has-secondary-background-color .entry-content .text-mini:not(.has-text-color),
body .has-secondary-background-color .entry-content .psmall:not(.has-text-color),
body .has-secondary-background-color .entry-content h1:not(.has-text-color), body .has-secondary-background-color .entry-content h2:not(.has-text-color), body .has-secondary-background-color .entry-content h3:not(.has-text-color), body .has-secondary-background-color .entry-content h4:not(.has-text-color), body .has-secondary-background-color .entry-content h5:not(.has-text-color), body .has-secondary-background-color .entry-content h6:not(.has-text-color),
body .has-secondary-background-color .entry-content .h1:not(.has-text-color), body .has-secondary-background-color .entry-content .h2:not(.has-text-color), body .has-secondary-background-color .entry-content .h3:not(.has-text-color), body .has-secondary-background-color .entry-content .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .has-secondary-background-color .entry-content ul.is-style-list--tick-inline > li:not(.has-text-color),
body .has-secondary-background-color .entry-content ul.list--tick-inline > li:not(.has-text-color), body .has-secondary-background-color .entry-content .h4:not(.has-text-color), body .has-secondary-background-color .entry-content .h5:not(.has-text-color), body .has-secondary-background-color .entry-content .h6:not(.has-text-color) {
  color: #fff;
}
body .has-secondary-background-color .entry-content p > small,
body .has-secondary-background-color .entry-content .text-small > small,
body .has-secondary-background-color .entry-content .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .has-secondary-background-color .entry-content a > small,
body .has-secondary-background-color .entry-content .ratgeber-archive__content > small,
body .has-secondary-background-color .entry-content .news-overview__excerpt > small,
body .has-secondary-background-color .entry-content .text-small p > small,
body .has-secondary-background-color .entry-content .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .has-secondary-background-color .entry-content a p > small,
body .has-secondary-background-color .entry-content .ratgeber-archive__content p > small,
body .has-secondary-background-color .entry-content .news-overview__excerpt p > small,
body .has-secondary-background-color .entry-content .text-mini > small,
body .has-secondary-background-color .entry-content .psmall > small,
body .has-secondary-background-color .entry-content h1 > small, body .has-secondary-background-color .entry-content h2 > small, body .has-secondary-background-color .entry-content h3 > small, body .has-secondary-background-color .entry-content h4 > small, body .has-secondary-background-color .entry-content h5 > small, body .has-secondary-background-color .entry-content h6 > small,
body .has-secondary-background-color .entry-content .h1 > small, body .has-secondary-background-color .entry-content .h2 > small, body .has-secondary-background-color .entry-content .h3 > small,
body .has-secondary-background-color .entry-content ul.is-style-list--tick-inline > li > small,
body .has-secondary-background-color .entry-content ul.list--tick-inline > li > small, body .has-secondary-background-color .entry-content .h4 > small, body .has-secondary-background-color .entry-content .h5 > small, body .has-secondary-background-color .entry-content .h6 > small {
  color: #fff;
}
body .has-secondary-background-color a:not(.btn) {
  color: #fff;
}
body .has-secondary-background-color a:not(.btn):hover {
  color: #999999;
}
body .has-secondary-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: #fff;
  border-color: #fff;
  color: #273587;
}
body .has-secondary-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .has-secondary-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .btn.btn-primary, body .has-secondary-background-color .btn.has-primary-color,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .btn.btn-primary:hover, body .has-secondary-background-color .btn.btn-primary:focus, body .has-secondary-background-color .btn.has-primary-color:hover, body .has-secondary-background-color .btn.has-primary-color:focus,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:hover,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .btn.btn-primary:hover, body .has-secondary-background-color .btn.btn-primary:focus, body .has-secondary-background-color .btn.has-primary-background-color:hover, body .has-secondary-background-color .btn.has-primary-background-color:focus,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:hover,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .btn.btn-secondary, body .has-secondary-background-color .btn.has-secondary-color,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .btn.btn-secondary:hover, body .has-secondary-background-color .btn.btn-secondary:focus, body .has-secondary-background-color .btn.has-secondary-color:hover, body .has-secondary-background-color .btn.has-secondary-color:focus,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:hover,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .btn.btn-secondary:hover, body .has-secondary-background-color .btn.btn-secondary:focus, body .has-secondary-background-color .btn.has-secondary-background-color:hover, body .has-secondary-background-color .btn.has-secondary-background-color:focus,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:hover,
body .has-secondary-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  color: #333333;
}
body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:hover, body .has-secondary-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .has-secondary-background-color .wp-block-button__link.has-background.has-black-background-color {
  border-color: #1F1F1F;
}
body .bg-info,
body .has-info-background-color {
  background-color: #2D355E;
  color: #fff;
}
body .bg-info p,
body .bg-info .text-small,
body .bg-info .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .bg-info a,
body .bg-info .ratgeber-archive__content,
body .bg-info .news-overview__excerpt,
body .bg-info .text-small p,
body .bg-info .text-mini,
body .bg-info .psmall,
body .bg-info h1, body .bg-info h2, body .bg-info h3, body .bg-info h4, body .bg-info h5, body .bg-info h6,
body .bg-info .h1, body .bg-info .h2, body .bg-info .h3, body .bg-info .editor-styles-wrapper ul.list--tick-inline > li,
body .bg-info ul.is-style-list--tick-inline > li,
body .bg-info ul.list--tick-inline > li, body .bg-info .h4, body .bg-info .h5, body .bg-info .h6,
body .has-info-background-color p,
body .has-info-background-color .text-small,
body .has-info-background-color .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .has-info-background-color a,
body .has-info-background-color .ratgeber-archive__content,
body .has-info-background-color .news-overview__excerpt,
body .has-info-background-color .text-small p,
body .has-info-background-color .text-mini,
body .has-info-background-color .psmall,
body .has-info-background-color h1,
body .has-info-background-color h2,
body .has-info-background-color h3,
body .has-info-background-color h4,
body .has-info-background-color h5,
body .has-info-background-color h6,
body .has-info-background-color .h1,
body .has-info-background-color .h2,
body .has-info-background-color .h3,
body .has-info-background-color .editor-styles-wrapper ul.list--tick-inline > li,
body .has-info-background-color ul.is-style-list--tick-inline > li,
body .has-info-background-color ul.list--tick-inline > li,
body .has-info-background-color .h4,
body .has-info-background-color .h5,
body .has-info-background-color .h6 {
  color: #fff;
}
body .bg-info p > small,
body .bg-info .text-small > small,
body .bg-info .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .bg-info a > small,
body .bg-info .ratgeber-archive__content > small,
body .bg-info .news-overview__excerpt > small,
body .bg-info .text-small p > small,
body .bg-info .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .bg-info a p > small,
body .bg-info .ratgeber-archive__content p > small,
body .bg-info .news-overview__excerpt p > small,
body .bg-info .text-mini > small,
body .bg-info .psmall > small,
body .bg-info h1 > small, body .bg-info h2 > small, body .bg-info h3 > small, body .bg-info h4 > small, body .bg-info h5 > small, body .bg-info h6 > small,
body .bg-info .h1 > small, body .bg-info .h2 > small, body .bg-info .h3 > small,
body .bg-info ul.is-style-list--tick-inline > li > small,
body .bg-info ul.list--tick-inline > li > small, body .bg-info .h4 > small, body .bg-info .h5 > small, body .bg-info .h6 > small,
body .has-info-background-color p > small,
body .has-info-background-color .text-small > small,
body .has-info-background-color .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .has-info-background-color a > small,
body .has-info-background-color .ratgeber-archive__content > small,
body .has-info-background-color .news-overview__excerpt > small,
body .has-info-background-color .text-small p > small,
body .has-info-background-color .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .has-info-background-color a p > small,
body .has-info-background-color .ratgeber-archive__content p > small,
body .has-info-background-color .news-overview__excerpt p > small,
body .has-info-background-color .text-mini > small,
body .has-info-background-color .psmall > small,
body .has-info-background-color h1 > small,
body .has-info-background-color h2 > small,
body .has-info-background-color h3 > small,
body .has-info-background-color h4 > small,
body .has-info-background-color h5 > small,
body .has-info-background-color h6 > small,
body .has-info-background-color .h1 > small,
body .has-info-background-color .h2 > small,
body .has-info-background-color .h3 > small,
body .has-info-background-color ul.is-style-list--tick-inline > li > small,
body .has-info-background-color ul.list--tick-inline > li > small,
body .has-info-background-color .h4 > small,
body .has-info-background-color .h5 > small,
body .has-info-background-color .h6 > small {
  color: #fff;
}
body .bg-info p:not(.has-text-color),
body .bg-info .text-small:not(.has-text-color),
body .bg-info .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .bg-info a:not(.has-text-color),
body .bg-info .ratgeber-archive__content:not(.has-text-color),
body .bg-info .news-overview__excerpt:not(.has-text-color),
body .bg-info .text-small p:not(.has-text-color),
body .bg-info .text-mini:not(.has-text-color),
body .bg-info .psmall:not(.has-text-color),
body .bg-info h1:not(.has-text-color), body .bg-info h2:not(.has-text-color), body .bg-info h3:not(.has-text-color), body .bg-info h4:not(.has-text-color), body .bg-info h5:not(.has-text-color), body .bg-info h6:not(.has-text-color),
body .bg-info .h1:not(.has-text-color), body .bg-info .h2:not(.has-text-color), body .bg-info .h3:not(.has-text-color), body .bg-info .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .bg-info ul.is-style-list--tick-inline > li:not(.has-text-color),
body .bg-info ul.list--tick-inline > li:not(.has-text-color), body .bg-info .h4:not(.has-text-color), body .bg-info .h5:not(.has-text-color), body .bg-info .h6:not(.has-text-color),
body .has-info-background-color p:not(.has-text-color),
body .has-info-background-color .text-small:not(.has-text-color),
body .has-info-background-color .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .has-info-background-color a:not(.has-text-color),
body .has-info-background-color .ratgeber-archive__content:not(.has-text-color),
body .has-info-background-color .news-overview__excerpt:not(.has-text-color),
body .has-info-background-color .text-small p:not(.has-text-color),
body .has-info-background-color .text-mini:not(.has-text-color),
body .has-info-background-color .psmall:not(.has-text-color),
body .has-info-background-color h1:not(.has-text-color),
body .has-info-background-color h2:not(.has-text-color),
body .has-info-background-color h3:not(.has-text-color),
body .has-info-background-color h4:not(.has-text-color),
body .has-info-background-color h5:not(.has-text-color),
body .has-info-background-color h6:not(.has-text-color),
body .has-info-background-color .h1:not(.has-text-color),
body .has-info-background-color .h2:not(.has-text-color),
body .has-info-background-color .h3:not(.has-text-color),
body .has-info-background-color .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .has-info-background-color ul.is-style-list--tick-inline > li:not(.has-text-color),
body .has-info-background-color ul.list--tick-inline > li:not(.has-text-color),
body .has-info-background-color .h4:not(.has-text-color),
body .has-info-background-color .h5:not(.has-text-color),
body .has-info-background-color .h6:not(.has-text-color) {
  color: #fff;
}
body .bg-info .claim,
body .has-info-background-color .claim {
  color: #666666;
}
body .bg-info .claim:not(.has-text-color),
body .has-info-background-color .claim:not(.has-text-color) {
  color: #666666;
}
@media (min-width: 992px) {
body .bg-info h1:after,
body .has-info-background-color h1:after {
    position: absolute;
    top: -10rem;
    bottom: -10rem;
    content: "";
    background-image: url(../img/bildmarke.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 0.07;
    width: 390px;
    z-index: 0;
    right: 0;
}
}
@media (min-width: 992px) and (min-width: 1200px) {
body .bg-info h1:after,
body .has-info-background-color h1:after {
    right: -80px;
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
}
}
body .bg-info .entry-content p,
body .bg-info .entry-content .text-small,
body .bg-info .entry-content .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .bg-info .entry-content a,
body .bg-info .entry-content .ratgeber-archive__content,
body .bg-info .entry-content .news-overview__excerpt,
body .bg-info .entry-content .text-small p,
body .bg-info .entry-content .text-mini,
body .bg-info .entry-content .psmall,
body .bg-info .entry-content h1, body .bg-info .entry-content h2, body .bg-info .entry-content h3, body .bg-info .entry-content h4, body .bg-info .entry-content h5, body .bg-info .entry-content h6,
body .bg-info .entry-content .h1, body .bg-info .entry-content .h2, body .bg-info .entry-content .h3, body .bg-info .entry-content .editor-styles-wrapper ul.list--tick-inline > li,
body .bg-info .entry-content ul.is-style-list--tick-inline > li,
body .bg-info .entry-content ul.list--tick-inline > li, body .bg-info .entry-content .h4, body .bg-info .entry-content .h5, body .bg-info .entry-content .h6,
body .has-info-background-color .entry-content p,
body .has-info-background-color .entry-content .text-small,
body .has-info-background-color .entry-content .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .has-info-background-color .entry-content a,
body .has-info-background-color .entry-content .ratgeber-archive__content,
body .has-info-background-color .entry-content .news-overview__excerpt,
body .has-info-background-color .entry-content .text-small p,
body .has-info-background-color .entry-content .text-mini,
body .has-info-background-color .entry-content .psmall,
body .has-info-background-color .entry-content h1,
body .has-info-background-color .entry-content h2,
body .has-info-background-color .entry-content h3,
body .has-info-background-color .entry-content h4,
body .has-info-background-color .entry-content h5,
body .has-info-background-color .entry-content h6,
body .has-info-background-color .entry-content .h1,
body .has-info-background-color .entry-content .h2,
body .has-info-background-color .entry-content .h3,
body .has-info-background-color .entry-content .editor-styles-wrapper ul.list--tick-inline > li,
body .has-info-background-color .entry-content ul.is-style-list--tick-inline > li,
body .has-info-background-color .entry-content ul.list--tick-inline > li,
body .has-info-background-color .entry-content .h4,
body .has-info-background-color .entry-content .h5,
body .has-info-background-color .entry-content .h6 {
  color: #fff;
}
body .bg-info .entry-content p:not(.has-text-color),
body .bg-info .entry-content .text-small:not(.has-text-color),
body .bg-info .entry-content .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .bg-info .entry-content a:not(.has-text-color),
body .bg-info .entry-content .ratgeber-archive__content:not(.has-text-color),
body .bg-info .entry-content .news-overview__excerpt:not(.has-text-color),
body .bg-info .entry-content .text-small p:not(.has-text-color),
body .bg-info .entry-content .text-mini:not(.has-text-color),
body .bg-info .entry-content .psmall:not(.has-text-color),
body .bg-info .entry-content h1:not(.has-text-color), body .bg-info .entry-content h2:not(.has-text-color), body .bg-info .entry-content h3:not(.has-text-color), body .bg-info .entry-content h4:not(.has-text-color), body .bg-info .entry-content h5:not(.has-text-color), body .bg-info .entry-content h6:not(.has-text-color),
body .bg-info .entry-content .h1:not(.has-text-color), body .bg-info .entry-content .h2:not(.has-text-color), body .bg-info .entry-content .h3:not(.has-text-color), body .bg-info .entry-content .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .bg-info .entry-content ul.is-style-list--tick-inline > li:not(.has-text-color),
body .bg-info .entry-content ul.list--tick-inline > li:not(.has-text-color), body .bg-info .entry-content .h4:not(.has-text-color), body .bg-info .entry-content .h5:not(.has-text-color), body .bg-info .entry-content .h6:not(.has-text-color),
body .has-info-background-color .entry-content p:not(.has-text-color),
body .has-info-background-color .entry-content .text-small:not(.has-text-color),
body .has-info-background-color .entry-content .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .has-info-background-color .entry-content a:not(.has-text-color),
body .has-info-background-color .entry-content .ratgeber-archive__content:not(.has-text-color),
body .has-info-background-color .entry-content .news-overview__excerpt:not(.has-text-color),
body .has-info-background-color .entry-content .text-small p:not(.has-text-color),
body .has-info-background-color .entry-content .text-mini:not(.has-text-color),
body .has-info-background-color .entry-content .psmall:not(.has-text-color),
body .has-info-background-color .entry-content h1:not(.has-text-color),
body .has-info-background-color .entry-content h2:not(.has-text-color),
body .has-info-background-color .entry-content h3:not(.has-text-color),
body .has-info-background-color .entry-content h4:not(.has-text-color),
body .has-info-background-color .entry-content h5:not(.has-text-color),
body .has-info-background-color .entry-content h6:not(.has-text-color),
body .has-info-background-color .entry-content .h1:not(.has-text-color),
body .has-info-background-color .entry-content .h2:not(.has-text-color),
body .has-info-background-color .entry-content .h3:not(.has-text-color),
body .has-info-background-color .entry-content .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .has-info-background-color .entry-content ul.is-style-list--tick-inline > li:not(.has-text-color),
body .has-info-background-color .entry-content ul.list--tick-inline > li:not(.has-text-color),
body .has-info-background-color .entry-content .h4:not(.has-text-color),
body .has-info-background-color .entry-content .h5:not(.has-text-color),
body .has-info-background-color .entry-content .h6:not(.has-text-color) {
  color: #fff;
}
body .bg-info .entry-content p > small,
body .bg-info .entry-content .text-small > small,
body .bg-info .entry-content .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .bg-info .entry-content a > small,
body .bg-info .entry-content .ratgeber-archive__content > small,
body .bg-info .entry-content .news-overview__excerpt > small,
body .bg-info .entry-content .text-small p > small,
body .bg-info .entry-content .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .bg-info .entry-content a p > small,
body .bg-info .entry-content .ratgeber-archive__content p > small,
body .bg-info .entry-content .news-overview__excerpt p > small,
body .bg-info .entry-content .text-mini > small,
body .bg-info .entry-content .psmall > small,
body .bg-info .entry-content h1 > small, body .bg-info .entry-content h2 > small, body .bg-info .entry-content h3 > small, body .bg-info .entry-content h4 > small, body .bg-info .entry-content h5 > small, body .bg-info .entry-content h6 > small,
body .bg-info .entry-content .h1 > small, body .bg-info .entry-content .h2 > small, body .bg-info .entry-content .h3 > small,
body .bg-info .entry-content ul.is-style-list--tick-inline > li > small,
body .bg-info .entry-content ul.list--tick-inline > li > small, body .bg-info .entry-content .h4 > small, body .bg-info .entry-content .h5 > small, body .bg-info .entry-content .h6 > small,
body .has-info-background-color .entry-content p > small,
body .has-info-background-color .entry-content .text-small > small,
body .has-info-background-color .entry-content .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .has-info-background-color .entry-content a > small,
body .has-info-background-color .entry-content .ratgeber-archive__content > small,
body .has-info-background-color .entry-content .news-overview__excerpt > small,
body .has-info-background-color .entry-content .text-small p > small,
body .has-info-background-color .entry-content .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .has-info-background-color .entry-content a p > small,
body .has-info-background-color .entry-content .ratgeber-archive__content p > small,
body .has-info-background-color .entry-content .news-overview__excerpt p > small,
body .has-info-background-color .entry-content .text-mini > small,
body .has-info-background-color .entry-content .psmall > small,
body .has-info-background-color .entry-content h1 > small,
body .has-info-background-color .entry-content h2 > small,
body .has-info-background-color .entry-content h3 > small,
body .has-info-background-color .entry-content h4 > small,
body .has-info-background-color .entry-content h5 > small,
body .has-info-background-color .entry-content h6 > small,
body .has-info-background-color .entry-content .h1 > small,
body .has-info-background-color .entry-content .h2 > small,
body .has-info-background-color .entry-content .h3 > small,
body .has-info-background-color .entry-content ul.is-style-list--tick-inline > li > small,
body .has-info-background-color .entry-content ul.list--tick-inline > li > small,
body .has-info-background-color .entry-content .h4 > small,
body .has-info-background-color .entry-content .h5 > small,
body .has-info-background-color .entry-content .h6 > small {
  color: #fff;
}
body .bg-info a:not(.btn),
body .has-info-background-color a:not(.btn) {
  color: #fff;
}
body .bg-info a:not(.btn):hover,
body .has-info-background-color a:not(.btn):hover {
  color: #999999;
}
body .bg-info .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .has-info-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: #fff;
  border-color: #fff;
  color: #273587;
}
body .bg-info .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .bg-info .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .has-info-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .has-info-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .btn.btn-primary, body .bg-info .btn.has-primary-color,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color,
body .has-info-background-color .btn.btn-primary,
body .has-info-background-color .btn.has-primary-color,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .btn.btn-primary:hover, body .bg-info .btn.btn-primary:focus, body .bg-info .btn.has-primary-color:hover, body .bg-info .btn.has-primary-color:focus,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:hover,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:focus,
body .has-info-background-color .btn.btn-primary:hover,
body .has-info-background-color .btn.btn-primary:focus,
body .has-info-background-color .btn.has-primary-color:hover,
body .has-info-background-color .btn.has-primary-color:focus,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:hover,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .btn.btn-primary:hover, body .bg-info .btn.btn-primary:focus, body .bg-info .btn.has-primary-background-color:hover, body .bg-info .btn.has-primary-background-color:focus,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:hover,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:focus,
body .has-info-background-color .btn.btn-primary:hover,
body .has-info-background-color .btn.btn-primary:focus,
body .has-info-background-color .btn.has-primary-background-color:hover,
body .has-info-background-color .btn.has-primary-background-color:focus,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:hover,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .btn.btn-secondary, body .bg-info .btn.has-secondary-color,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color,
body .has-info-background-color .btn.btn-secondary,
body .has-info-background-color .btn.has-secondary-color,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .btn.btn-secondary:hover, body .bg-info .btn.btn-secondary:focus, body .bg-info .btn.has-secondary-color:hover, body .bg-info .btn.has-secondary-color:focus,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:hover,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:focus,
body .has-info-background-color .btn.btn-secondary:hover,
body .has-info-background-color .btn.btn-secondary:focus,
body .has-info-background-color .btn.has-secondary-color:hover,
body .has-info-background-color .btn.has-secondary-color:focus,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:hover,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .btn.btn-secondary:hover, body .bg-info .btn.btn-secondary:focus, body .bg-info .btn.has-secondary-background-color:hover, body .bg-info .btn.has-secondary-background-color:focus,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:hover,
body .bg-info .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:focus,
body .has-info-background-color .btn.btn-secondary:hover,
body .has-info-background-color .btn.btn-secondary:focus,
body .has-info-background-color .btn.has-secondary-background-color:hover,
body .has-info-background-color .btn.has-secondary-background-color:focus,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:hover,
body .has-info-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body .bg-info .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  color: #333333;
}
body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.btn-primary, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:focus,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:hover, body .bg-info .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:focus,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:hover,
body .has-info-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-info .wp-block-button__link.has-background.has-black-background-color,
body .has-info-background-color .wp-block-button__link.has-background.has-black-background-color {
  border-color: #1F1F1F;
}
body .bg-dark,
body .has-dark-background-color {
  background-color: #333333;
  color: #fff;
}
body .bg-dark a.text-normal,
body .has-dark-background-color a.text-normal {
  color: #fff;
}
body .bg-dark a.text-normal .fas,
body .bg-dark a.text-normal .fal,
body .bg-dark a.text-normal .far,
body .bg-dark a.text-normal .fab,
body .has-dark-background-color a.text-normal .fas,
body .has-dark-background-color a.text-normal .fal,
body .has-dark-background-color a.text-normal .far,
body .has-dark-background-color a.text-normal .fab {
  color: #fff;
}
body .bg-dark a.text-normal:hover,
body .has-dark-background-color a.text-normal:hover {
  color: #999999;
}
body .bg-dark .align-icon-text .fas,
body .has-dark-background-color .align-icon-text .fas {
  margin-top: 2px;
  margin-right: 6px;
}
body .bg-dark p,
body .bg-dark .text-small,
body .bg-dark .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .bg-dark a,
body .bg-dark .ratgeber-archive__content,
body .bg-dark .news-overview__excerpt,
body .bg-dark .text-small p,
body .bg-dark .text-mini,
body .bg-dark .psmall,
body .bg-dark h1, body .bg-dark h2, body .bg-dark h3, body .bg-dark h4, body .bg-dark h5, body .bg-dark h6,
body .bg-dark .h1, body .bg-dark .h2, body .bg-dark .h3, body .bg-dark .editor-styles-wrapper ul.list--tick-inline > li,
body .bg-dark ul.is-style-list--tick-inline > li,
body .bg-dark ul.list--tick-inline > li, body .bg-dark .h4, body .bg-dark .h5, body .bg-dark .h6,
body .has-dark-background-color p,
body .has-dark-background-color .text-small,
body .has-dark-background-color .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .has-dark-background-color a,
body .has-dark-background-color .ratgeber-archive__content,
body .has-dark-background-color .news-overview__excerpt,
body .has-dark-background-color .text-small p,
body .has-dark-background-color .text-mini,
body .has-dark-background-color .psmall,
body .has-dark-background-color h1,
body .has-dark-background-color h2,
body .has-dark-background-color h3,
body .has-dark-background-color h4,
body .has-dark-background-color h5,
body .has-dark-background-color h6,
body .has-dark-background-color .h1,
body .has-dark-background-color .h2,
body .has-dark-background-color .h3,
body .has-dark-background-color .editor-styles-wrapper ul.list--tick-inline > li,
body .has-dark-background-color ul.is-style-list--tick-inline > li,
body .has-dark-background-color ul.list--tick-inline > li,
body .has-dark-background-color .h4,
body .has-dark-background-color .h5,
body .has-dark-background-color .h6 {
  color: #fff;
}
body .bg-dark p > small,
body .bg-dark .text-small > small,
body .bg-dark .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .bg-dark a > small,
body .bg-dark .ratgeber-archive__content > small,
body .bg-dark .news-overview__excerpt > small,
body .bg-dark .text-small p > small,
body .bg-dark .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .bg-dark a p > small,
body .bg-dark .ratgeber-archive__content p > small,
body .bg-dark .news-overview__excerpt p > small,
body .bg-dark .text-mini > small,
body .bg-dark .psmall > small,
body .bg-dark h1 > small, body .bg-dark h2 > small, body .bg-dark h3 > small, body .bg-dark h4 > small, body .bg-dark h5 > small, body .bg-dark h6 > small,
body .bg-dark .h1 > small, body .bg-dark .h2 > small, body .bg-dark .h3 > small,
body .bg-dark ul.is-style-list--tick-inline > li > small,
body .bg-dark ul.list--tick-inline > li > small, body .bg-dark .h4 > small, body .bg-dark .h5 > small, body .bg-dark .h6 > small,
body .has-dark-background-color p > small,
body .has-dark-background-color .text-small > small,
body .has-dark-background-color .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .has-dark-background-color a > small,
body .has-dark-background-color .ratgeber-archive__content > small,
body .has-dark-background-color .news-overview__excerpt > small,
body .has-dark-background-color .text-small p > small,
body .has-dark-background-color .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .has-dark-background-color a p > small,
body .has-dark-background-color .ratgeber-archive__content p > small,
body .has-dark-background-color .news-overview__excerpt p > small,
body .has-dark-background-color .text-mini > small,
body .has-dark-background-color .psmall > small,
body .has-dark-background-color h1 > small,
body .has-dark-background-color h2 > small,
body .has-dark-background-color h3 > small,
body .has-dark-background-color h4 > small,
body .has-dark-background-color h5 > small,
body .has-dark-background-color h6 > small,
body .has-dark-background-color .h1 > small,
body .has-dark-background-color .h2 > small,
body .has-dark-background-color .h3 > small,
body .has-dark-background-color ul.is-style-list--tick-inline > li > small,
body .has-dark-background-color ul.list--tick-inline > li > small,
body .has-dark-background-color .h4 > small,
body .has-dark-background-color .h5 > small,
body .has-dark-background-color .h6 > small {
  color: #fff;
}
body .bg-dark p:not(.has-text-color),
body .bg-dark .text-small:not(.has-text-color),
body .bg-dark .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .bg-dark a:not(.has-text-color),
body .bg-dark .ratgeber-archive__content:not(.has-text-color),
body .bg-dark .news-overview__excerpt:not(.has-text-color),
body .bg-dark .text-small p:not(.has-text-color),
body .bg-dark .text-mini:not(.has-text-color),
body .bg-dark .psmall:not(.has-text-color),
body .bg-dark h1:not(.has-text-color), body .bg-dark h2:not(.has-text-color), body .bg-dark h3:not(.has-text-color), body .bg-dark h4:not(.has-text-color), body .bg-dark h5:not(.has-text-color), body .bg-dark h6:not(.has-text-color),
body .bg-dark .h1:not(.has-text-color), body .bg-dark .h2:not(.has-text-color), body .bg-dark .h3:not(.has-text-color), body .bg-dark .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .bg-dark ul.is-style-list--tick-inline > li:not(.has-text-color),
body .bg-dark ul.list--tick-inline > li:not(.has-text-color), body .bg-dark .h4:not(.has-text-color), body .bg-dark .h5:not(.has-text-color), body .bg-dark .h6:not(.has-text-color),
body .has-dark-background-color p:not(.has-text-color),
body .has-dark-background-color .text-small:not(.has-text-color),
body .has-dark-background-color .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .has-dark-background-color a:not(.has-text-color),
body .has-dark-background-color .ratgeber-archive__content:not(.has-text-color),
body .has-dark-background-color .news-overview__excerpt:not(.has-text-color),
body .has-dark-background-color .text-small p:not(.has-text-color),
body .has-dark-background-color .text-mini:not(.has-text-color),
body .has-dark-background-color .psmall:not(.has-text-color),
body .has-dark-background-color h1:not(.has-text-color),
body .has-dark-background-color h2:not(.has-text-color),
body .has-dark-background-color h3:not(.has-text-color),
body .has-dark-background-color h4:not(.has-text-color),
body .has-dark-background-color h5:not(.has-text-color),
body .has-dark-background-color h6:not(.has-text-color),
body .has-dark-background-color .h1:not(.has-text-color),
body .has-dark-background-color .h2:not(.has-text-color),
body .has-dark-background-color .h3:not(.has-text-color),
body .has-dark-background-color .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .has-dark-background-color ul.is-style-list--tick-inline > li:not(.has-text-color),
body .has-dark-background-color ul.list--tick-inline > li:not(.has-text-color),
body .has-dark-background-color .h4:not(.has-text-color),
body .has-dark-background-color .h5:not(.has-text-color),
body .has-dark-background-color .h6:not(.has-text-color) {
  color: #fff;
}
body .bg-dark .claim,
body .has-dark-background-color .claim {
  color: #666666;
}
body .bg-dark .claim:not(.has-text-color),
body .has-dark-background-color .claim:not(.has-text-color) {
  color: #666666;
}
@media (min-width: 992px) {
body .bg-dark h1:after,
body .has-dark-background-color h1:after {
    position: absolute;
    top: -10rem;
    bottom: -10rem;
    content: "";
    background-image: url(../img/bildmarke.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 0.07;
    width: 390px;
    z-index: 0;
    right: 0;
}
}
@media (min-width: 992px) and (min-width: 1200px) {
body .bg-dark h1:after,
body .has-dark-background-color h1:after {
    right: -80px;
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
}
}
body .bg-dark .entry-content p,
body .bg-dark .entry-content .text-small,
body .bg-dark .entry-content .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .bg-dark .entry-content a,
body .bg-dark .entry-content .ratgeber-archive__content,
body .bg-dark .entry-content .news-overview__excerpt,
body .bg-dark .entry-content .text-small p,
body .bg-dark .entry-content .text-mini,
body .bg-dark .entry-content .psmall,
body .bg-dark .entry-content h1, body .bg-dark .entry-content h2, body .bg-dark .entry-content h3, body .bg-dark .entry-content h4, body .bg-dark .entry-content h5, body .bg-dark .entry-content h6,
body .bg-dark .entry-content .h1, body .bg-dark .entry-content .h2, body .bg-dark .entry-content .h3, body .bg-dark .entry-content .editor-styles-wrapper ul.list--tick-inline > li,
body .bg-dark .entry-content ul.is-style-list--tick-inline > li,
body .bg-dark .entry-content ul.list--tick-inline > li, body .bg-dark .entry-content .h4, body .bg-dark .entry-content .h5, body .bg-dark .entry-content .h6,
body .has-dark-background-color .entry-content p,
body .has-dark-background-color .entry-content .text-small,
body .has-dark-background-color .entry-content .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li body .has-dark-background-color .entry-content a,
body .has-dark-background-color .entry-content .ratgeber-archive__content,
body .has-dark-background-color .entry-content .news-overview__excerpt,
body .has-dark-background-color .entry-content .text-small p,
body .has-dark-background-color .entry-content .text-mini,
body .has-dark-background-color .entry-content .psmall,
body .has-dark-background-color .entry-content h1,
body .has-dark-background-color .entry-content h2,
body .has-dark-background-color .entry-content h3,
body .has-dark-background-color .entry-content h4,
body .has-dark-background-color .entry-content h5,
body .has-dark-background-color .entry-content h6,
body .has-dark-background-color .entry-content .h1,
body .has-dark-background-color .entry-content .h2,
body .has-dark-background-color .entry-content .h3,
body .has-dark-background-color .entry-content .editor-styles-wrapper ul.list--tick-inline > li,
body .has-dark-background-color .entry-content ul.is-style-list--tick-inline > li,
body .has-dark-background-color .entry-content ul.list--tick-inline > li,
body .has-dark-background-color .entry-content .h4,
body .has-dark-background-color .entry-content .h5,
body .has-dark-background-color .entry-content .h6 {
  color: #fff;
}
body .bg-dark .entry-content p:not(.has-text-color),
body .bg-dark .entry-content .text-small:not(.has-text-color),
body .bg-dark .entry-content .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .bg-dark .entry-content a:not(.has-text-color),
body .bg-dark .entry-content .ratgeber-archive__content:not(.has-text-color),
body .bg-dark .entry-content .news-overview__excerpt:not(.has-text-color),
body .bg-dark .entry-content .text-small p:not(.has-text-color),
body .bg-dark .entry-content .text-mini:not(.has-text-color),
body .bg-dark .entry-content .psmall:not(.has-text-color),
body .bg-dark .entry-content h1:not(.has-text-color), body .bg-dark .entry-content h2:not(.has-text-color), body .bg-dark .entry-content h3:not(.has-text-color), body .bg-dark .entry-content h4:not(.has-text-color), body .bg-dark .entry-content h5:not(.has-text-color), body .bg-dark .entry-content h6:not(.has-text-color),
body .bg-dark .entry-content .h1:not(.has-text-color), body .bg-dark .entry-content .h2:not(.has-text-color), body .bg-dark .entry-content .h3:not(.has-text-color), body .bg-dark .entry-content .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .bg-dark .entry-content ul.is-style-list--tick-inline > li:not(.has-text-color),
body .bg-dark .entry-content ul.list--tick-inline > li:not(.has-text-color), body .bg-dark .entry-content .h4:not(.has-text-color), body .bg-dark .entry-content .h5:not(.has-text-color), body .bg-dark .entry-content .h6:not(.has-text-color),
body .has-dark-background-color .entry-content p:not(.has-text-color),
body .has-dark-background-color .entry-content .text-small:not(.has-text-color),
body .has-dark-background-color .entry-content .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li body .has-dark-background-color .entry-content a:not(.has-text-color),
body .has-dark-background-color .entry-content .ratgeber-archive__content:not(.has-text-color),
body .has-dark-background-color .entry-content .news-overview__excerpt:not(.has-text-color),
body .has-dark-background-color .entry-content .text-small p:not(.has-text-color),
body .has-dark-background-color .entry-content .text-mini:not(.has-text-color),
body .has-dark-background-color .entry-content .psmall:not(.has-text-color),
body .has-dark-background-color .entry-content h1:not(.has-text-color),
body .has-dark-background-color .entry-content h2:not(.has-text-color),
body .has-dark-background-color .entry-content h3:not(.has-text-color),
body .has-dark-background-color .entry-content h4:not(.has-text-color),
body .has-dark-background-color .entry-content h5:not(.has-text-color),
body .has-dark-background-color .entry-content h6:not(.has-text-color),
body .has-dark-background-color .entry-content .h1:not(.has-text-color),
body .has-dark-background-color .entry-content .h2:not(.has-text-color),
body .has-dark-background-color .entry-content .h3:not(.has-text-color),
body .has-dark-background-color .entry-content .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
body .has-dark-background-color .entry-content ul.is-style-list--tick-inline > li:not(.has-text-color),
body .has-dark-background-color .entry-content ul.list--tick-inline > li:not(.has-text-color),
body .has-dark-background-color .entry-content .h4:not(.has-text-color),
body .has-dark-background-color .entry-content .h5:not(.has-text-color),
body .has-dark-background-color .entry-content .h6:not(.has-text-color) {
  color: #fff;
}
body .bg-dark .entry-content p > small,
body .bg-dark .entry-content .text-small > small,
body .bg-dark .entry-content .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .bg-dark .entry-content a > small,
body .bg-dark .entry-content .ratgeber-archive__content > small,
body .bg-dark .entry-content .news-overview__excerpt > small,
body .bg-dark .entry-content .text-small p > small,
body .bg-dark .entry-content .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .bg-dark .entry-content a p > small,
body .bg-dark .entry-content .ratgeber-archive__content p > small,
body .bg-dark .entry-content .news-overview__excerpt p > small,
body .bg-dark .entry-content .text-mini > small,
body .bg-dark .entry-content .psmall > small,
body .bg-dark .entry-content h1 > small, body .bg-dark .entry-content h2 > small, body .bg-dark .entry-content h3 > small, body .bg-dark .entry-content h4 > small, body .bg-dark .entry-content h5 > small, body .bg-dark .entry-content h6 > small,
body .bg-dark .entry-content .h1 > small, body .bg-dark .entry-content .h2 > small, body .bg-dark .entry-content .h3 > small,
body .bg-dark .entry-content ul.is-style-list--tick-inline > li > small,
body .bg-dark .entry-content ul.list--tick-inline > li > small, body .bg-dark .entry-content .h4 > small, body .bg-dark .entry-content .h5 > small, body .bg-dark .entry-content .h6 > small,
body .has-dark-background-color .entry-content p > small,
body .has-dark-background-color .entry-content .text-small > small,
body .has-dark-background-color .entry-content .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li body .has-dark-background-color .entry-content a > small,
body .has-dark-background-color .entry-content .ratgeber-archive__content > small,
body .has-dark-background-color .entry-content .news-overview__excerpt > small,
body .has-dark-background-color .entry-content .text-small p > small,
body .has-dark-background-color .entry-content .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li body .has-dark-background-color .entry-content a p > small,
body .has-dark-background-color .entry-content .ratgeber-archive__content p > small,
body .has-dark-background-color .entry-content .news-overview__excerpt p > small,
body .has-dark-background-color .entry-content .text-mini > small,
body .has-dark-background-color .entry-content .psmall > small,
body .has-dark-background-color .entry-content h1 > small,
body .has-dark-background-color .entry-content h2 > small,
body .has-dark-background-color .entry-content h3 > small,
body .has-dark-background-color .entry-content h4 > small,
body .has-dark-background-color .entry-content h5 > small,
body .has-dark-background-color .entry-content h6 > small,
body .has-dark-background-color .entry-content .h1 > small,
body .has-dark-background-color .entry-content .h2 > small,
body .has-dark-background-color .entry-content .h3 > small,
body .has-dark-background-color .entry-content ul.is-style-list--tick-inline > li > small,
body .has-dark-background-color .entry-content ul.list--tick-inline > li > small,
body .has-dark-background-color .entry-content .h4 > small,
body .has-dark-background-color .entry-content .h5 > small,
body .has-dark-background-color .entry-content .h6 > small {
  color: #fff;
}
body .bg-dark a:not(.btn),
body .has-dark-background-color a:not(.btn) {
  color: #fff;
}
body .bg-dark a:not(.btn):hover,
body .has-dark-background-color a:not(.btn):hover {
  color: #999999;
}
body .bg-dark .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .has-dark-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: #fff;
  border-color: #fff;
  color: #273587;
}
body .bg-dark .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .bg-dark .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .has-dark-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .has-dark-background-color .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .btn.btn-primary, body .bg-dark .btn.has-primary-color,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color,
body .has-dark-background-color .btn.btn-primary,
body .has-dark-background-color .btn.has-primary-color,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .btn.btn-primary:hover, body .bg-dark .btn.btn-primary:focus, body .bg-dark .btn.has-primary-color:hover, body .bg-dark .btn.has-primary-color:focus,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:hover,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:focus,
body .has-dark-background-color .btn.btn-primary:hover,
body .has-dark-background-color .btn.btn-primary:focus,
body .has-dark-background-color .btn.has-primary-color:hover,
body .has-dark-background-color .btn.has-primary-color:focus,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:hover,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .btn.btn-primary:hover, body .bg-dark .btn.btn-primary:focus, body .bg-dark .btn.has-primary-background-color:hover, body .bg-dark .btn.has-primary-background-color:focus,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:hover,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:focus,
body .has-dark-background-color .btn.btn-primary:hover,
body .has-dark-background-color .btn.btn-primary:focus,
body .has-dark-background-color .btn.has-primary-background-color:hover,
body .has-dark-background-color .btn.has-primary-background-color:focus,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:hover,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .btn.btn-secondary, body .bg-dark .btn.has-secondary-color,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color,
body .has-dark-background-color .btn.btn-secondary,
body .has-dark-background-color .btn.has-secondary-color,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .btn.btn-secondary:hover, body .bg-dark .btn.btn-secondary:focus, body .bg-dark .btn.has-secondary-color:hover, body .bg-dark .btn.has-secondary-color:focus,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:hover,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:focus,
body .has-dark-background-color .btn.btn-secondary:hover,
body .has-dark-background-color .btn.btn-secondary:focus,
body .has-dark-background-color .btn.has-secondary-color:hover,
body .has-dark-background-color .btn.has-secondary-color:focus,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:hover,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .btn.btn-secondary:hover, body .bg-dark .btn.btn-secondary:focus, body .bg-dark .btn.has-secondary-background-color:hover, body .bg-dark .btn.has-secondary-background-color:focus,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:hover,
body .bg-dark .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:focus,
body .has-dark-background-color .btn.btn-secondary:hover,
body .has-dark-background-color .btn.btn-secondary:focus,
body .has-dark-background-color .btn.has-secondary-background-color:hover,
body .has-dark-background-color .btn.has-secondary-background-color:focus,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:hover,
body .has-dark-background-color .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  color: #333333;
}
body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.btn-primary, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:focus,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:hover, body .bg-dark .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:focus,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:hover,
body .has-dark-background-color .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
body .bg-dark .wp-block-button__link.has-background.has-black-background-color,
body .has-dark-background-color .wp-block-button__link.has-background.has-black-background-color {
  border-color: #1F1F1F;
}
body .has-text-color.has-theme-color {
  color: #273587;
}
body .has-text-color.has-secondary-color {
  color: #949599;
}
body .has-text-color.has-white-color {
  color: #fff;
}
body .bg-primary {
  background-color: #273587;
}
body .bg-black {
  background-color: #1F1F1F;
}
body .bg-secondary {
  background-color: #949599;
}
.text-primary {
  color: #273587 !important;
}
.text-secondary {
  color: #949599 !important;
}
.text-neutral {
  color: #666666 !important;
}
.wp-block-cover {
  background-position: left center;
  background-size: auto 100%;
}
@media (max-width: 991.98px) {
.wp-block-cover {
    background-position: center;
}
}
.swiper-container ~ .swiper-button-next, .swiper-container ~ .swiper-button-prev {
  background: none;
  color: #767676;
}
.swiper-container ~ .swiper-button-next:after, .swiper-container ~ .swiper-button-prev:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
}
.swiper-container ~ .swiper-button-prev:after {
  content: "";
}
.swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.pagination {
  z-index: 1;
  position: relative;
  padding: 1rem 11rem 1rem;
  text-align: center;
}
@media (max-width: 991.98px) {
.pagination {
    padding: 1rem 0 1rem;
}
}
.pagination:empty {
  display: none;
}
.page-numbers {
  display: inline-block;
  line-height: 1.6;
  font-size: 1.875rem;
  padding: 0 10px;
  text-align: center;
  color: #AAAAAA;
  font-weight: 400;
}
.page-numbers:hover {
  color: #AAA;
}
.page-numbers.next, .page-numbers.prev {
  width: auto;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
.page-numbers.next, .page-numbers.prev {
    display: none;
}
}
.page-numbers.next span[class^=fa], .page-numbers.prev span[class^=fa] {
  margin-right: 1rem;
  margin-top: -5px;
  display: inline-block;
  margin-top: -10px;
  line-height: 1.6;
  font-size: 1.875rem;
}
.page-numbers.next {
  color: #273587;
}
.page-numbers.next span[class^=fa] {
  margin-left: 1rem;
}
.page-numbers.current {
  font-weight: 600;
  color: #273587;
}
.custom-logo {
  height: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: auto;
}
@media (max-width: 991.98px) {
.custom-logo {
    height: 3.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
}
@media (min-width: 992px) {
.site-branding {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-bottom: 0 !important;
    text-align: left !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
.site-branding .custom-logo {
    margin-top: 0;
    height: 5.5rem;
    margin-bottom: 0;
}
}
.ast-site-title-wrap {
  display: none;
}
.ast-site-identity {
  padding: 0;
}
.ast-button-wrap .menu-toggle .menu-toggle-icon::before {
  content: "" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300 !important;
}
.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon::before {
  content: "" !important;
}
header .header__container .site-branding img {
  -webkit-transition: height 300ms ease !important;
  transition: height 300ms ease !important;
}
header .header__container .header__claim img {
  -webkit-transition: height 300ms ease !important;
  transition: height 300ms ease !important;
}
.header__container {
  padding: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 301;
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.55);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.55);
}
@media (min-width: 1200px) {
.header__container {
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
}
}
.header__claim {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
}
.header__claim img {
  height: 4rem;
}
.ast-header-break-point .header__claim {
  display: none;
}
.main-header-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.main-header-container .ast-main-header-bar-alignment {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
@media (min-width: 1200px) {
#page {
    padding-top: 11.5rem;
}
.admin-bar .header__container {
    top: 31px;
}
}
@media (min-width: 1200px) {
.has-scrolled .header__container {
    top: 0;
}
.has-scrolled .header__claim img {
    height: 2rem;
}
.has-scrolled .custom-logo {
    height: 3rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.has-scrolled .main-header-menu > li.menu-item > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
}
@media (min-width: 992px) {
.main-header-menu,
.main-navigation {
    width: 100%;
}
}
@media (min-width: 992px) {
.main-header-menu > li.menu-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
}
.main-header-menu > li.menu-item > a.menu-link {
  display: block;
  letter-spacing: 0.02em;
  line-height: 2;
  font-size: 1rem;
  padding: 2rem 1rem;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
}
@media (max-width: 1199.98px) {
.main-header-menu > li.menu-item > a.menu-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
}
.main-header-menu > li.menu-item > a.menu-link i[class^=fa] {
  margin-top: 3px;
}
.main-header-menu > li.menu-item.current-menu-item > a.menu-link {
  color: #273587;
}
@media (min-width: 1200px) {
.main-header-menu > li.menu-item:last-child > a.menu-link {
    margin-left: 1rem;
    border-style: solid;
    line-height: 2.47;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.5rem 25px !important;
    height: auto;
    background-color: #273587;
    border-color: #273587;
    color: #fff;
}
.main-header-menu > li.menu-item:last-child > a.menu-link:hover, .main-header-menu > li.menu-item:last-child > a.menu-link:focus {
    background-color: #101638;
    border-color: #101638;
}
}
.ast-menu-toggle {
  border: none !important;
}
.main-navigation {
  vertical-align: middle !important;
}
.main-header-bar .main-header-bar-navigation .menu-item-has-children > a.menu-link:after, .main-header-bar .main-header-bar-navigation .page_item_has_children > a.menu-link:after {
  display: none;
}
.ast-header-break-point .main-navigation ul.sub-menu li a.menu-link {
  padding: 0 30px;
}
.ast-header-break-point .main-navigation ul .button-custom-menu-item a.menu-link, .ast-header-break-point .main-navigation ul li.menu-item a.menu-link {
  padding: 8px 20px;
}
.main-header-bar .main-header-bar-navigation.toggle-on {
  padding-top: 0;
}
.main-header-bar,
.site-header {
  z-index: auto;
}
@media (min-width: 992px) {
.main-header-menu .sub-menu {
    width: 225px;
    background-color: rgba(255, 255, 255, 0.95);
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
}
.headslider__image {
  padding-bottom: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
}
@media (max-width: 1199.98px) {
.headslider__image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}
@media (max-width: 767.98px) {
.headslider__image {
    padding-bottom: 30%;
}
}
.headslider__image--hero {
  height: 680px;
  padding-bottom: 0;
}
@media (max-width: 1199.98px) {
.headslider__image--hero {
    height: 490px;
}
}
@media (max-width: 767.98px) {
.headslider__image--hero {
    height: 230px;
}
}
.headslider__image.dir--center {
  background-position: center center;
}
.headslider__image.dir--left {
  background-position: left center;
}
.headslider__image.dir--right {
  background-position: right center;
}
.headslider__content {
  max-width: 570px;
  margin-bottom: 10rem;
}
@media (max-width: 1199.98px) {
.headslider__content {
    margin-bottom: 4rem;
}
}
@media (max-width: 767.98px) {
.headslider__content {
    margin-bottom: 0;
}
}
#return-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #273587;
  background: rgba(39, 53, 135, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  border: 1px solid #273587;
  visibility: hidden;
}
.has-scrolled #return-to-top {
  visibility: visible;
  opacity: 1;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 0;
  right: 0;
  top: 5px;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(39, 53, 135, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.contact__icon__list {
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
.contact__icon__list {
    display: block;
}
}
@media (min-width: 1200px) {
.contact__icon__list > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
}
@media (max-width: 1199.98px) {
.contact__icon__list > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
}
}
.icon__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
.icon__data {
    margin: 1rem 0;
}
}
.icon__data i {
  font-size: 38px;
  line-height: 30px;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
}
@media (max-width: 1199.98px) {
.icon__data i {
    font-size: 28px;
    line-height: 30px;
}
}
.icon__data div {
  line-height: 30px;
}
.icon__data div a + a {
  margin-left: 16px;
  position: relative;
}
.icon__data div a + a:before {
  position: absolute;
  left: -10px;
  width: 1px;
  top: 3px;
  bottom: 1px;
  background: #AAAAAA;
  content: " ";
}
.site-footer .has-black-background-color .wp-block-group__inner-container {
  padding-top: 1rem;
}
@media (max-width: 991.98px) {
.site-footer .has-black-background-color .wp-block-group__inner-container {
    text-align: center;
}
}
@media (max-width: 767.98px) {
.site-footer .has-dark-background-color .text-right {
    text-align: left !important;
}
.site-footer .has-dark-background-color .wp-block-column {
    margin-bottom: 3rem;
}
.site-footer .has-dark-background-color .wp-block-column .wp-block-button {
    margin-bottom: 0;
}
}
.site-footer .img-fluid {
  max-width: 220px;
}
.sitemap_nav {
  margin: 0;
  text-align: right;
}
@media (max-width: 991.98px) {
.sitemap_nav {
    text-align: center;
    margin-bottom: 1rem !important;
}
}
.sitemap_nav li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
.sitemap_nav li:not(:first-child):before {
  position: absolute;
  left: -15px;
  width: 1px;
  top: 5px;
  bottom: 5px;
  background: #AAAAAA;
  content: " ";
}
@media (max-width: 767.98px) {
.sitemap_nav li {
    margin: 0 7px;
}
.sitemap_nav li:not(:first-child):before {
    left: -7px;
}
}
.sw_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 991.98px) {
.sw_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.sw_footer__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.sw_footer__col--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767.98px) {
.sw_footer__col--nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
}
}
.sw_footer__col--badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sw_footer .align-icon-text p.text-small a, .sw_footer .align-icon-text p.ratgeber-archive__content a, .sw_footer .align-icon-text p.news-overview__excerpt a {
  font-size: 1rem !important;
}
.sw_footer .sitemap_nav {
  margin: 0;
  text-align: left;
}
.sw_footer .sitemap_nav li {
  display: block;
  margin: 0 0 0.5rem 0;
}
.sw_footer .sitemap_nav li:before {
  display: none;
}
.sw_footer .social_icons {
  margin-top: 1.5rem !important;
  padding: 0;
}
.sw_footer .social_icons > li {
  display: inline-block;
  margin-right: 10px;
}
.sw_footer .social_icons > li > a {
  display: block;
  line-height: 48px;
  text-align: center;
  width: 48px;
  background: #fff;
  height: 48px;
  font-size: 18px;
  color: #333333 !important;
}
.sw_footer .social_icons > li > a .fab {
  vertical-align: baseline;
  line-height: 48px;
}
.sw_footer .social_icons > li > a:hover {
  background: #222;
  color: #fff !important;
}
.sw_footer .review_badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 200px;
}
.sw_footer .review_badges__item iframe {
  display: block;
  width: 200px;
  height: 155px;
  border: 0;
}
.sw_footer .review_badges__item img {
  display: block;
  width: 200px;
  height: auto;
  border: 0;
}
.contact__wrapper.expose {
  position: relative;
  background-color: #F4F4F4;
  padding: 3rem 2rem;
  z-index: 1;
}
.contact__wrapper.expose h3 {
  position: relative;
  margin-bottom: 2rem;
}
.contact__wrapper.expose .v-input--selection-controls .v-input__slot > .v-label,
.contact__wrapper.expose .v-input--selection-controls .v-radio > .v-label {
  margin-left: 5px;
}
.contact__loggedin {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.contact__info {
  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-top: 4rem;
}
@media (min-width: 992px) {
.contact__info:first-child {
    margin-top: 0;
}
}
.contact__info h2 {
  margin-bottom: 0;
}
.contact__info .first-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 576px) {
.contact__info .first-col {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
}
}
.contact__info .first-col > span[class^=fa] {
  display: inline-block;
  line-height: 0.79;
  font-size: 2.5625rem;
  font-weight: 900;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #273587;
  color: #fff;
  line-height: 110px;
  text-align: center;
  vertical-align: baseline;
}
.contact__info > div:nth-child(2n) {
  position: relative;
  padding-top: 2rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 576px) {
.contact__info > div:nth-child(2n) {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
}
}
@media (min-width: 768px) {
.contact__info > div:nth-child(2n) {
    padding-left: 0;
    padding-top: 0;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
}
.contact__info > div:nth-child(2n) > div {
    padding-left: 35px;
}
.contact__info > div:nth-child(2n):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 1rem;
    border-left: 3px solid #AAAAAA;
}
}
.contact__info > div:nth-child(2n) ul {
  list-style: none;
  padding-left: 0;
}
.contact__info > div:nth-child(2n) ul > li > span {
  display: inline-block;
  width: 40%;
  color: #333333;
}
@media (min-width: 768px) {
.contact__info > div:nth-child(2n) ul > li > span {
    width: 20%;
}
}
.contact__info > div:nth-child(2n) a i[class^=fa] {
  color: #949599;
}
.v-input--radio-group--row .v-input--radio-group__input > .v-label {
  height: 30px;
  line-height: 30px;
}
.v-text-field--filled:not(.v-text-field--single-line).v-text-field--outlined input {
  margin-top: 3px !important;
}
.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot fieldset {
  color: #CCCCCC !important;
}
.v-input--selection-controls .v-input__slot > .v-label {
  height: auto !important;
}
.v-input--selection-controls__input {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 3px;
  margin-bottom: 3px;
}
.v-input.v-input--selection-controls .v-input--selection-controls__input .v-input--selection-controls__ripple,
.v-input.v-input--selection-controls .v-input--selection-controls__input .v-icon {
  color: #fff !important;
  caret-color: #fff !important;
}
.v-text-field__details {
  display: none !important;
}
.v-input__slot {
  margin-bottom: 15px !important;
}
.v-input--selection-controls {
  margin-top: -8px !important;
}
.v-input .fa-square::before,
.v-radio .fa-square::before {
  font-weight: 900;
}
.icons_text {
  -webkit-box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.04);
          box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  z-index: 300;
  position: relative;
  margin-top: -8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
.icons_text {
    display: block;
    margin-top: 1rem;
}
}
.icons_text__wrapper {
  -webkit-transition: background-color 200ms ease, color 200ms ease-in-out;
  transition: background-color 200ms ease, color 200ms ease-in-out;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 2rem;
  padding-bottom: 1rem;
  min-height: 12rem;
  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;
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  background-color: #fff;
}
@media (max-width: 991.98px) {
.icons_text__wrapper {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    display: block;
    min-height: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
}
.icons_text__wrapper:nth-child(even) {
  background-color: #F4F4F4;
}
.icons_text__wrapper .h5 {
  color: #AAAAAA !important;
}
.icons_text__wrapper:nth-child(3) {
  background-color: #273587;
}
.icons_text__wrapper:nth-child(3) * {
  color: #fff !important;
}
.icons_text a.icons_text__wrapper:hover {
  background-color: #495ccb !important;
}
.icons_text a.icons_text__wrapper:hover .h5 {
  color: #fff !important;
}
.icons_text a.icons_text__wrapper:hover .icons_text__icon {
  color: #fff !important;
}
.icons_text a.icons_text__wrapper:nth-child(3):hover {
  background-color: #495ccb !important;
}
.icons_text__icon {
  font-size: 47px;
  line-height: 45px;
  color: #666666;
  margin-bottom: 3px;
}
.text_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F4F4F4;
  margin: 2rem 0;
}
.text_image__content {
  width: 50%;
  padding: 4rem 90px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.text_image__content h2, .text_image__content .h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.text_image__image {
  width: 50%;
  background-size: cover;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991.98px) {
.text_image {
    display: block;
    margin-top: 0.5rem;
}
.text_image .text_image__image {
    width: 100%;
    padding-bottom: 50%;
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.text_image .text_image__content {
    width: 100%;
    padding: 2rem 3rem;
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
}
.text_image--top {
  display: block;
  margin-top: 0.5rem;
}
.text_image--top .text_image__image {
  width: 100%;
  padding-bottom: 50%;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.text_image--top .text_image__content {
  width: 100%;
  padding: 2rem 3rem;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.team-swiper {
  padding: 0 4rem;
}
@media (max-width: 767.98px) {
.team-swiper {
    padding: 0 2rem;
}
.team-swiper .swiper-button-next {
    right: 0;
}
.team-swiper .swiper-button-prev {
    left: 0;
}
}
.team__content {
  border: 1px solid #E3E3E3;
  background: #fff;
  border-top: 1px solid #273587;
  padding: 2rem 3rem 2rem 3rem;
}
@media (max-width: 767.98px) {
.team__content {
    padding: 1rem 1rem 0.5rem 1rem;
}
.team__content.align-icon-text p:not(.h3) {
    position: relative;
    padding-left: 25px;
}
.team__content.align-icon-text p:not(.h3) .fal {
    position: absolute;
    left: 0;
    top: 4px;
}
}
.rating-swiper {
  padding: 0 4rem;
}
.rating-swiper .swiper-slide {
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rating-swiper .swiper-slide img {
  border: 1px solid #E3E3E3;
}
.rating__element {
  text-align: center;
}
.partner {
  position: relative;
}
.partner__element {
  padding: 5px;
  margin-top: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease, -webkit-filter 0.3s ease;
  opacity: 0.5;
}
.partner__element:hover {
  opacity: 1;
}
.partner__element img.large {
  max-height: 185px;
}
@media (max-width: 767.98px) {
.partner-swiper {
    display: block;
}
}
.partner-swiper img {
  max-width: 80%;
  max-height: 90px;
}
.partner-swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon_box {
  height: 100%;
}
.icon_box__content {
  position: relative;
  padding: 4rem 40px 3rem;
  background-color: #F4F4F4;
  height: 100%;
  -webkit-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
@media (max-width: 991.98px) {
.icon_box__content {
    padding: 3rem 30px 2rem;
}
}
.icon_box__content h5 {
  margin-top: 1rem;
}
.icon_box__content span[class^=fa] {
  font-size: 3rem;
  line-height: 4rem;
  color: #333333;
}
.icon_box__content ul > li {
  margin-bottom: 0;
}
.icon_box__content h5,
.icon_box__content p,
.icon_box__content span[class^=fa] {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.icon_box__wrapper {
  overflow: hidden;
  position: relative;
  height: calc(100% - 2rem);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wp-block-columns.is-style-gutter:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.is-style-10-10:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.is-style-12-11:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.is-style-11-12:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.is-style-16-7:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.is-style-footer:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.has-3-columns:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content,
.wp-block-columns.is-style-8-8-8:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content {
  padding: 4rem 90px 3rem;
}
@media (max-width: 991.98px) {
.wp-block-columns.is-style-gutter:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.is-style-10-10:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.is-style-12-11:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.is-style-11-12:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.is-style-16-7:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.is-style-footer:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content, .wp-block-columns.has-3-columns:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content,
.wp-block-columns.is-style-8-8-8:not(.is-style-8-8-8) > .wp-block-column .icon_box .icon_box__content {
    padding: 3rem 30px 2rem;
}
}
@media (min-width: 576px) {
.prev_next_sibling .wp-block-column {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
}
}
.prev_next_sibling .wp-block-column a {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prev_next_sibling .wp-block-column:first-child i {
  margin-right: 0.5rem;
}
.prev_next_sibling .wp-block-column:last-child a {
  margin-top: 1rem;
}
@media (min-width: 576px) {
.prev_next_sibling .wp-block-column:last-child a {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
}
.prev_next_sibling .wp-block-column:last-child i {
  margin-left: 0.5rem;
}
.icon_box_v2 {
  height: calc(100% - 1rem);
  margin-top: 1rem;
}
.icon_box_v2 > a {
  display: block;
  height: 100%;
  border: 1px solid #D4D7E7;
  border-radius: 4px;
  text-align: center;
  padding: 3rem 2rem 2rem;
  color: #333333;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
}
.icon_box_v2 > a h2 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-weight: 600;
}
.icon_box_v2 > a span.link--arrow-right {
  font-weight: 600;
}
.icon_box_v2 > a:hover {
  background-color: #273587;
  color: #fff;
}
.icon_box_v2 > a:hover i,
.icon_box_v2 > a:hover span.link--arrow-right,
.icon_box_v2 > a:hover span.link--arrow-right:after,
.icon_box_v2 > a:hover h2 {
  color: #fff;
}
.icon_box_v2 i {
  font-size: 30px;
  color: #273587;
}
ul.regions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.regions-list > li {
  -ms-flex-preferred-size: 16.6666666667% !important;
      flex-basis: 16.6666666667% !important;
  max-width: 16.6666666667% !important;
}
@media (max-width: 991.98px) {
ul.regions-list > li {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
}
}
ul.regions-list > li > a {
  color: #333333;
}
ul.regions-list > li > a:hover {
  color: #273587;
}
.region-headerimage {
  min-height: 390px;
}
@media (max-width: 991.98px) {
.region-headerimage {
    min-height: 210px;
}
}
@media (max-width: 767.98px) {
.region-headerimage {
    min-height: 120px;
}
}
.special-quote {
  color: #273587 !important;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 0;
  font-family: serif;
  font-weight: bold;
}
.testimonials-swiper .testimonial {
  max-width: 700px;
  margin: 0 auto;
}
.testimonials-form__star {
  margin-left: 0.5rem;
  color: #CEA334 !important;
  font-size: 25px;
  line-height: 30px;
  display: inline-block;
  margin-top: 2px;
}
.testimonials-form__star .checked {
  font-weight: 900;
}
.testimonials {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.testimonials__button {
  text-align: center;
}
.testimonials__button span[class^=fa] {
  margin-right: 10px;
}
.testimonials-overview {
  margin-top: 2rem;
}
.testimonials-overview__content {
  background: #F4F4F4;
  padding: 3rem 4rem 2rem 4rem;
}
.testimonials-overview__content .readmore .readmore__wrap {
  display: block;
  display: block;
  display: -webkit-box;
  max-height: 96px;
  font-size: 14px;
  line-height: 2.29;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonials-overview__content .readmore .readmore__state:checked ~ .readmore__wrap {
  max-height: 100%;
}
.testimonials-overview__rating {
  text-align: right;
  color: #CEA334;
}
.testimonials-overview__rating span[class^=fa]:not(:last-child) {
  margin-right: 5px;
}
.testimonials-overview__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.testimonials-overview__footer > div {
  padding: 0.5rem 0;
  border-bottom: 2px solid #E3E3E3;
}
.testimonials-overview__footer > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.testimonials-overview__footer > div p {
  margin: 0;
}
.testimonials-overview__footer > div:last-child {
  border-color: #273587;
  line-height: 2rem;
}
.testimonials-overview__footer > div:last-child .fal,
.testimonials-overview__footer > div:last-child .fas {
  font-size: 12px;
  vertical-align: baseline;
}
.immoapp__search {
  background: #F4F4F4;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  padding-top: 23px;
  padding-bottom: 7px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
.immoapp__search {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
}
.immoapp__search .btn-search {
  padding-top: 0;
  padding-bottom: 0;
  height: 57px;
  line-height: 57px;
}
.immoapp__inputgroup .btn-search {
  padding-top: 0;
  padding-bottom: 0;
  height: 57px;
  line-height: 55px;
}
.immoapp__finder .btn-finder {
  padding-top: 0;
  padding-bottom: 0;
  height: 57px;
  line-height: 55px;
}
.immoapp__finder__divider {
  background-color: #273587;
  height: 0.5rem;
}
.immolisting {
  color: #AAAAAA;
  padding-top: 1rem;
}
.immolisting a {
  color: #AAAAAA;
}
.immolisting a:hover {
  color: #273587;
}
.immolisting .h4 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.immolisting .h4 small {
  margin-top: 0 !important;
  color: #AAAAAA;
}
@media (max-width: 991.98px) and (min-width: 768px) {
.immolisting__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.immolisting__content-container > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
}
.immolisting__content-container .immolisting__image {
    padding-bottom: 33%;
}
.immolisting__content-container .immolisting__content .text-truncate {
    white-space: normal;
}
}
.immolisting__wrapper {
  margin-bottom: 3rem;
}
.immolisting__content {
  padding: 1rem 22px;
  border: 1px solid #E3E3E3;
  background: #fff;
}
.immolisting__content .h4 {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
.immolisting__content {
    padding: 1rem 15px;
}
}
.immolisting__header.wp-block-columns {
  position: relative;
  padding-top: 0;
}
.immolisting__header.wp-block-columns .far {
  margin-top: 2px;
}
.immolisting__header.wp-block-columns:before {
  content: "";
  border-top: 2px solid #E3E3E3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.immolisting__header.wp-block-columns .wp-block-column {
  padding-top: 1rem;
  padding-bottom: 0;
  margin-bottom: 0.8rem;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.immolisting__header.wp-block-columns .wp-block-column:last-child {
  position: relative;
  text-align: right;
  color: #273587;
  font-weight: 500;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.immolisting__header.wp-block-columns .wp-block-column:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #273587;
}
.immolisting__header.wp-block-columns .wp-block-column:last-child span[class^=fa]:not(:last-child) {
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
.immolisting__header.wp-block-columns .wp-block-column:first-child {
    -ms-flex-preferred-size: 65% !important;
        flex-basis: 65% !important;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 65% !important;
}
.immolisting__header.wp-block-columns .wp-block-column:last-child {
    -ms-flex-preferred-size: 35% !important;
        flex-basis: 35% !important;
    max-width: 35% !important;
}
}
.immolisting__image {
  background-position: center;
  background-size: contain;
  padding-bottom: 66%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.immolisting__banner {
  background: #fff;
  color: #273587;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  width: 270px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.085em;
  position: absolute;
  top: 35px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: -45px;
  z-index: 1;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  padding: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.immolisting__banner:empty {
  display: none;
}
.immolisting__iconfields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 1rem;
}
.immolisting__iconfields > li {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.immolisting__iconfields > li span[class^=fa] {
  margin-right: 5px;
  color: #AAAAAA;
}
.immolisting__iconfields > li > span.key {
  display: block;
  color: #666666;
}
.immolisting__iconfields > li > span.value {
  display: block;
}
.immolisting__iconfields > li:nth-child(2n) {
  text-align: center;
}
.immolisting__iconfields > li:last-child {
  text-align: right;
}
.immolisting__iconfields > li:first-child {
  text-align: left;
}
.immo-expose .heading-small {
  margin-bottom: 4rem;
}
.immo-expose h3 {
  margin-bottom: 1rem;
}
.immo-expose__bg-bright {
  position: relative;
  background-color: #E3E3E3;
  margin-left: -1rem;
  margin-right: -1rem;
}
.immo-expose__bg-light {
  position: relative;
  padding: 4rem 0;
}
.immo-expose__bg-light > div {
  position: relative;
}
.immo-expose__bg-light:before {
  content: "";
  background-color: #F4F4F4;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40rem;
  right: -40rem;
}
.immo-expose__gallery {
  display: block;
  position: relative;
}
.immo-expose__social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 1rem 0;
  max-width: 300px;
  margin: 0 auto;
}
.immo-expose__social > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.immo-expose__head--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0;
  height: 100%;
  border: 1px solid #E3E3E3;
  overflow: hidden;
}
.immo-expose__head--box > div {
  width: 100%;
}
.immo-expose__head--image {
  position: relative;
  padding-bottom: 75%;
  background-size: contain;
  background-position: center center;
  background-color: #fff;
  border: 1px solid #E3E3E3;
}
@media (min-width: 576px) {
.immo-expose__head--image {
    min-height: 32rem;
    height: 100%;
    padding-bottom: 0;
}
}
.immo-expose__head--btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.immo-expose__head--price {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
}
.immo-expose__head--price h2 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.immo-expose__head--price .name {
  display: inline-block;
  margin-left: 1rem;
  line-height: 1.46;
  font-size: 1.375rem;
}
.immo-expose__head--price-neubau {
  display: block !important;
}
.immo-expose__head--iconFields {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.immo-expose__head--iconFields:before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  bottom: -10rem;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 1px;
  background-color: #E3E3E3;
}
.immo-expose__head--iconFields > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50%);
          flex: 1 1 calc(50%);
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 1rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #AAAAAA;
}
.immo-expose__head--iconFields > li:first-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20rem;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #E3E3E3;
}
.immo-expose__head--iconFields > li > span[class^=fa] {
  font-size: 25px;
  line-height: 1.2;
  color: #949599;
  margin-right: 1rem;
  margin-left: -1rem;
}
.immo-expose__head--iconFields > li span.name {
  display: block;
  color: #AAAAAA;
}
@media (max-width: 767.98px) {
.immo-expose__head--iconFields > li span.name {
    font-size: 14px;
}
}
.immo-expose__head--iconFields > li h3.value {
  margin-bottom: 0;
  color: #AAAAAA;
}
.immo-expose__head--iconFields-neubau > li {
  display: block !important;
}
.immo-expose__head--iconFields-neubau div {
  width: 100%;
}
.immo-expose__list-price {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.immo-expose__list-price h3 {
  margin-bottom: 1rem;
}
.immo-expose__list-price--list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.immo-expose__list-price--list li {
  color: #666;
  font-weight: 400;
  margin-bottom: 1rem;
}
.immo-expose__list-price--list li .key {
  display: inline-block;
  width: 50%;
  max-width: 230px;
  vertical-align: top;
}
.immo-expose__list-price--list li .value {
  display: inline-block;
  width: calc(50% - 10px);
  padding-left: 10px;
}
.immo-expose__list-price--list li span[class^=fa] {
  font-weight: 400;
  color: #949599;
  margin-right: 0.5rem;
}
.immo-expose__about-object h3 {
  margin-bottom: 1rem;
}
.immo-expose__bool-fields {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.immo-expose__bool-fields li {
  display: inline-block;
  width: 50%;
  margin-bottom: 1rem;
}
.immo-expose__bool-fields li:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  float: left;
  color: #273587;
  padding-right: 0.5rem;
}
.immo-expose__bool-fields li.no:before {
  content: "";
}
.immo-expose__excerpt .read-more-state {
  display: none;
}
.immo-expose__excerpt .read-more-wrap {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  display: block;
  display: -webkit-box;
  max-height: 160px;
  font-size: 16px;
  line-height: 2;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.immo-expose__excerpt .read-more-state:checked ~ .read-more-wrap {
  font-size: inherit;
  max-height: 999em;
  -webkit-line-clamp: initial;
}
.immo-expose__excerpt .read-more-state ~ .read-more-trigger:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #273587;
  font-weight: 800;
  line-height: 2;
  font-size: 1rem;
}
.immo-expose__excerpt .read-more-state ~ .read-more-trigger:after {
  content: "mehr anzeigen";
  margin-left: 0.5rem;
}
.immo-expose__excerpt .read-more-state:checked ~ .read-more-trigger:before {
  content: "";
}
.immo-expose__excerpt .read-more-state:checked ~ .read-more-trigger:after {
  content: "weniger anzeigen";
}
.immo-expose__excerpt .read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #666;
  font-size: 0.9em;
  line-height: 2;
}
.immo-expose__tabs {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.immo-expose__tabs .v-slide-group {
  position: relative;
}
.immo-expose__tabs .v-slide-group:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #AAAAAA;
}
.immo-expose__tabs .v-card {
  border-radius: 0;
}
.immo-expose__tabs .v-card__text {
  line-height: 2;
  font-size: 1rem;
  white-space: pre-wrap;
}
.immo-expose__tabs .v-tab {
  text-transform: none;
  line-height: 2;
  font-size: 1rem;
  font-weight: 400;
}
.immo-expose__tabs .v-tab:not(:last-child) {
  margin-right: 0.5rem;
}
.immo-expose__tabs .v-tabs-slider-wrapper {
  height: 3px !important;
}
.immo-expose__social-footer {
  padding-top: 3rem;
}
.immo-expose__social-footer .wp-block-button {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}
.immo-expose__social-footer .center {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
.epass:empty {
    display: none;
}
}
.epass__card {
  margin: 1.5rem 0;
  display: none;
}
@media (min-width: 576px) {
.epass__card {
    display: block;
}
}
.epass__scala {
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 4rem;
  padding-top: 1.5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#2d6c1a), color-stop(50%, #ffcf4d), to(#9b1410));
  background-image: linear-gradient(to right, #2d6c1a 0%, #ffcf4d 50%, #9b1410 100%);
}
.epass__steps {
  background-color: #fff;
  line-height: 1;
  font-size: 13px;
}
.epass__steps span {
  text-align: center;
  display: inline-block;
  width: 9.0909090909%;
}
.epass__steps span:last-child:before {
  content: "> ";
}
.epass__consumption {
  position: relative;
  line-height: 1;
  font-size: 1rem;
  background-color: #dedede;
  text-align: center;
  display: inline-block;
  width: 200px;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.epass__consumption:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dedede;
  width: 10px;
  position: absolute;
  top: -0.5rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.epass__consumption .value {
  display: block;
  font-weight: 800;
}
.epass__info-list {
  list-style: none;
  margin-left: 0;
}
.epass__info-list > li {
  margin-bottom: 0;
}
.epass__info-list > li .value {
  float: right;
}
.epass__info-list > li .value span[class^=fa] {
  font-weight: 200;
  color: #273587;
}
.scroll-magnet-container {
  background: #fff;
}
@media print {
.single-sw_immo_expose * {
    display: none;
}
.single-sw_immo_expose:before {
    margin-top: 20vh;
    content: "";
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    font-size: 250px;
    display: block;
    font-weight: 700;
}
.single-sw_immo_expose:after {
    content: "Bitte benutzen Sie die Druckversion im Expose.";
    text-align: center;
    font-size: 50px;
    display: block;
    margin-top: 20px;
}
}
.reference h1 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
.reference h1 {
    margin-top: 9rem;
}
}
@media (min-width: 576px) {
.reference .wp-block-columns:nth-child(2n) .wp-block-column:first-child {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
}
}
@media (min-width: 768px) {
.reference .wp-block-columns:nth-child(2n) .wp-block-column:first-child {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
}
}
.reference .wp-block-columns:nth-child(2n) .wp-block-column:last-child {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media (min-width: 768px) {
.reference .wp-block-columns:nth-child(2n) .wp-block-column:last-child {
    margin-left: 5%;
}
}
.reference .wp-block-columns:nth-child(2n) .wp-block-column:last-child .wp-block-button__link {
  display: block;
}
.v-slide-group__prev {
  display: none !important;
}
.immo-expose .contact__disclaimer .row {
  display: block !important;
}
.immo-expose .contact__disclaimer .col-24 {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}
@media (max-width: 767.98px) {
.single-sw_immo_expose .headslider__image {
    display: none;
}
}
.immosingle__wrapper {
  margin-bottom: 3rem;
  background: #fff;
}
@media (min-width: 992px) {
.immosingle__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}
@media (min-width: 992px) {
.immosingle__wrapper > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
}
}
.immosingle__price {
  color: #949599 !important;
  right: 2rem;
  top: 2rem;
  position: absolute;
}
.immosingle__content {
  padding: 4rem 3rem;
  padding-top: 6rem;
  position: relative;
}
.immosingle__content .h4 {
  margin-bottom: 0;
  max-width: 410px;
}
.immosingle__content .text-small, .immosingle__content .ratgeber-archive__navigation > li a, .ratgeber-archive__navigation > li .immosingle__content a, .immosingle__content .ratgeber-archive__content, .immosingle__content .news-overview__excerpt {
  color: #AAAAAA !important;
}
.immosingle__image {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
@media (max-width: 767.98px) {
.immosingle__image {
    min-height: 0;
    display: block;
    padding-bottom: 75%;
}
}
.immosingle__iconfields {
  margin-top: 3rem;
}
.immosingle__iconfields li {
  text-align: left !important;
}
.immosingle__iconfields__icon {
  font-size: 30px;
  line-height: 32px;
  font-weight: 300 !important;
  color: #949599 !important;
  display: block;
  margin-bottom: 0.5rem;
}
.immosingle__iconfields__value {
  color: #AAAAAA !important;
}
.immosingle__iconfields__key {
  color: #AAAAAA !important;
}
.immoapp {
  position: relative;
}
.immoapp__spacer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.immoapp__spacer.bg-light {
  position: relative;
}
.immoapp__spacer.bg-light:before {
  position: absolute;
  top: 0;
  bottom: -1px;
  z-index: -1;
  left: -50rem;
  right: -50rem;
  content: " ";
  background: #F4F4F4;
}
.immoapp__wizard__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.immoapp__wizard__icons > div {
  text-align: center;
  padding: 0 5px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.immoapp__wizard__iconbox {
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  cursor: pointer;
  min-width: 150px;
  margin-bottom: 1rem;
}
.immoapp__wizard__iconbox.active, .immoapp__wizard__iconbox:hover {
  border-color: #273587;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.immoapp__wizard__iconbox.active .immoapp__wizard__icon, .immoapp__wizard__iconbox:hover .immoapp__wizard__icon {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.immoapp__wizard__icon {
  display: block;
  height: 150px;
  background-position: center center;
  background-size: 150px 50%;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease, -webkit-filter 0.3s ease;
  opacity: 0.75;
}
.immoapp__wizard__icon--haus {
  background-image: url(../img/haus.svg);
}
.immoapp__wizard__icon--mehrfamilienhaus {
  background-image: url(../img/mehrfamilienhaus.svg);
}
.immoapp__wizard__icon--wohnung {
  background-image: url(../img/wohnung.svg);
}
.immoapp__wizard__icon--grundstueck {
  background-image: url(../img/grundstueck.svg);
}
.immoapp__wizard__icon--buero_praxis {
  background-image: url(../img/buero.svg);
}
.immoapp__wizard__icon--einzelhandel {
  background-image: url(../img/einzelhandel.svg);
}
.immoapp__wizard__icon--hallen_lager {
  background-image: url(../img/hallen-lager.svg);
}
.immoapp__wizard__icon--gastgewerbe {
  background-image: url(../img/gastgewerbe.svg);
}
.immoapp__inputgroup a.wp-block-button__link {
  height: 57px;
  line-height: 40px;
}
.immoapp__login {
  padding: 3rem 0;
}
.immoapp__login .immo-listing__border {
  overflow: hidden;
  border: 0;
}
.immoapp__logout {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.05em;
  float: right;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.immoapp__logout span[class^=fa] {
  margin-left: 0.5rem;
  margin-top: -1.5px;
}
.immoapp__navigation {
  margin-top: -3rem;
  background: #F4F4F4;
  position: relative;
  border-bottom: 1px solid #E3E3E3;
}
.immoapp__navigation .v-icon.v-icon {
  font-size: 20px;
}
.immoapp__navigation .v-tab {
  padding: 7px 30px !important;
}
.immoapp__navigation.theme--light.v-tabs > .v-tabs-bar {
  background: transparent !important;
}
.immoapp__navigation.theme--light.v-tabs > .v-tabs-bar .v-tabs-slider-wrapper {
  display: none !important;
}
.immoapp__navigation.theme--light.v-tabs > .v-tabs-bar .v-tab--active {
  background: #273587 !important;
  color: #fff !important;
}
.immoapp__navigation:before {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -50rem;
  right: -50rem;
  content: " ";
  background: #F4F4F4;
  border-bottom: 1px solid #E3E3E3;
}
.immoapp__appointmentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 1.5rem 3rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.immoapp__appointmentbox p {
  margin-bottom: 0 !important;
}
.immoapp__appointmentbox span {
  font-size: 53px;
  line-height: 30px;
  color: #273587;
  vertical-align: middle;
  margin-right: 20px;
}
.immoapp__available-appointments {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
  padding: 0;
}
.immoapp__available-appointments > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 1rem;
}
.immoapp__available-appointments > li a {
  display: block;
  padding: 5px 1rem;
  white-space: nowrap;
  cursor: pointer;
  color: #333333;
  border-bottom: 1px solid #E3E3E3;
}
.immoapp__available-appointments > li a span.fal {
  color: #273587;
  margin-right: 5px;
}
.immoapp__available-appointments > li a:hover {
  background: #F4F4F4;
  color: #333333;
}
.immoapp__available-appointments > li a:hover span.fal {
  font-weight: 900 !important;
}
.immoapp__container {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.immoapp__container .calender-button {
  border-radius: 0;
  width: 100%;
}
.immoapp__container .p-t-lg {
  padding-top: 4rem;
}
.immoapp__container .success,
.immoapp__container .error {
  color: #fff !important;
}
.immoapp__container--gray {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #F4F4F4;
}
.immoapp__container hr:not(.v-divider) {
  margin: 5rem -50rem 4rem;
  height: 2px;
  border-color: #E3E3E3;
}
.immoapp__container .v-application--wrap {
  position: static;
}
.immoapp__container .v-btn {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.immoapp__container button:hover,
.immoapp__container button:focus {
  background-color: inherit;
  color: inherit;
}
.immoapp__container .v-picker--landscape .v-picker__title {
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 4px !important;
}
.immoapp__container .v-date-picker-table table, .immoapp__container .v-date-picker-table td, .immoapp__container .v-date-picker-table th {
  border: 0 !important;
}
.immoapp__container .v-stepper__header,
.immoapp__container .v-stepper {
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.immoapp__container .v-stepper {
  overflow: visible;
}
.immoapp__container .v-stepper__wrapper, .immoapp__container .v-stepper__items, .immoapp__container .v-stepper__content {
  overflow: visible;
}
.immoapp__container .v-stepper__header {
  height: auto;
  max-width: 600px;
  margin: 0 auto;
}
.immoapp__container .v-stepper__step__step .v-icon.fa-edit:before {
  content: "";
  font-weight: 500;
}
.immoapp__container .v-stepper.theme--light .v-stepper__step--editable:hover {
  background: transparent;
}
.immoapp__container .v-stepper.theme--light .v-stepper__step--editable .v-ripple__container {
  display: none;
}
.immoapp__container .v-stepper.theme--light .v-stepper__step__step {
  width: 60px;
  height: 60px;
  font-size: 1.5em;
}
.immoapp__container .v-stepper.theme--light .v-stepper__step--inactive .v-stepper__step__step {
  background: transparent !important;
  border: 1px solid #273587;
  color: #666666;
}
.immoapp__container .immolisting__wrapper {
  margin-bottom: 3rem !important;
}
.immoapp__step__content {
  max-width: 800px;
  margin: 0 auto;
}
.immoapp__step__content .contact__disclaimer .v-input--selection-controls {
  margin-top: 0;
}
@media (min-width: 768px) {
.immoapp__step__content .text-right .v-input--radio-group__input {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
.immoapp__step__content .text-right .v-input--radio-group__input__control {
    width: auto;
}
.immoapp__step__content .text-right .v-input--radio-group__input .v-radio:last-child {
    margin-right: 0;
}
}
.immoapp__step__content .v-text-field .fa-times-circle {
  font-size: 12px;
}
.immoapp__step__content .v-text-field .fa-caret-down {
  font-size: 20px;
}
.immoapp__step__content .v-text-field .v-input__icon {
  min-width: 16px;
  width: 16px;
}
.immoapp__step__footer {
  height: 60px;
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
}
.immoapp__step__footer > .row {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.immoapp__step__footer .btn-link {
  padding: 0;
  min-width: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 2.5;
}
.immoapp__step__footer .btn-link.prev:before {
  float: left;
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-right: 5px;
  font-weight: 400;
}
.immoapp__step__footer .btn-link.next:after {
  float: right;
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 5px;
  font-weight: 400;
}
.v-application--is-ltr .v-input--selection-controls__input {
  margin-right: 8px;
}
.immoappLoading {
  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;
}
.immoappLoading #app {
  width: 100%;
}
.immoappLoading:not(.done) {
  min-height: calc(100vh - 350px);
}
.immoappLoading.done .lds-roller {
  display: none;
}
.immoappLoading .lds-roller {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin-bottom: 30vh;
}
.immoappLoading .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}
.immoappLoading .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #273587;
  margin: -3px 0 0 -3px;
}
.immoappLoading .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.immoappLoading .lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.immoappLoading .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.immoappLoading .lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.immoappLoading .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.immoappLoading .lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.immoappLoading .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.immoappLoading .lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.immoappLoading .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.immoappLoading .lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.immoappLoading .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.immoappLoading .lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.immoappLoading .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.immoappLoading .lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.immoappLoading .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.immoappLoading .lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@-webkit-keyframes lds-roller {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes lds-roller {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.v-select__selection--comma {
  line-height: 1.4;
}
.savedsearch {
  height: calc(100% - 3rem);
}
.savedsearch--found {
  height: calc(100% - 6rem);
  margin-bottom: 4rem !important;
}
.savedsearch .immolisting__wrapper {
  margin-bottom: 0 !important;
}
.savedsearch__wrapper {
  position: relative;
  overflow: hidden;
}
.savedsearch__wrapper .savedsearch__cancel {
  top: 3rem;
}
.savedsearch .immolisting__header .wp-block-column {
  padding-top: 1rem;
}
.savedsearch .immolisting__header .wp-block-column span[class^=fa] {
  cursor: pointer;
}
.savedsearch .immolisting__header .wp-block-column:first-child {
  -ms-flex-preferred-size: 65% !important;
      flex-basis: 65% !important;
  max-width: 65%;
}
.savedsearch .immolisting__header .wp-block-column:last-child {
  -ms-flex-preferred-size: 35% !important;
      flex-basis: 35% !important;
  max-width: 35%;
}
@media (min-width: 768px) {
.savedsearch .immolisting__header .wp-block-column:first-child {
    -ms-flex-preferred-size: 70% !important;
        flex-basis: 70% !important;
    max-width: 70%;
}
.savedsearch .immolisting__header .wp-block-column:last-child {
    -ms-flex-preferred-size: 30% !important;
        flex-basis: 30% !important;
    max-width: 30%;
}
}
.savedsearch__content {
  padding: 2rem 2rem 1rem;
  border: 1px solid #E3E3E3;
  height: calc(100% - 3rem);
}
.savedsearch__content--100 {
  height: 100%;
}
.savedsearch__content h3 {
  border-bottom: 1px solid #273587;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  color: #273587;
  padding-bottom: 1rem;
}
.savedsearch__content ul {
  list-style: none;
}
.savedsearch__content ul.immolisting__iconfields {
  padding-right: 0;
  padding-left: 0;
}
.savedsearch__content ul.immolisting__iconfields span[class^=fa] {
  color: #AAAAAA;
}
.savedsearch ul.savedsearch__facts {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.savedsearch ul.savedsearch__facts > li {
  position: relative;
  padding-left: 1.5rem;
}
.savedsearch ul.savedsearch__facts > li span[class^=fa] {
  position: absolute;
  left: 0;
  top: 5px;
  color: #273587;
  font-size: 15px;
}
.savedsearch__cancel {
  padding: 0;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 20px;
  z-index: 3;
}
.savedsearch__cancel:hover, .savedsearch__cancel:active, .savedsearch__cancel:focus {
  background-color: transparent;
  color: #273587;
}
.has-secondary-background-color .immoapp__container--gray {
  border: 0;
}
.ast-container > .row {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.guide__spacer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.guide-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guide-align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
.guide-align-bottom svg {
    margin: 0 auto;
}
}
.sw_guide-template-default p {
  letter-spacing: 0;
}
.sw_guide-template-default .st0 {
  fill: #DDDDDD;
}
.sw_guide-template-default .st1 {
  fill: #273587;
}
.sw_guide-template-default .st2 {
  fill: #999999;
}
.sw_guide-template-default .st3 {
  fill: #444444;
}
.guide__block--gray {
  background: #F4F4F4;
}
.guide__block--gray .guide__extra__content .guide__border {
  border-color: #fff;
}
.guide__icon {
  font-weight: 300;
  font-size: 130px;
  line-height: 30px;
  text-align: center;
  color: #E3E3E3;
  margin-top: 20px;
  display: block;
}
@media (max-width: 767px) {
.guide__icon {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 100px;
    text-align: center;
}
}
.guide__lastelement {
  border: 10px solid #fff;
}
.guide__preview__content {
  display: block;
  display: -webkit-box;
  height: 6rem;
  font-size: 1rem;
  line-height: 2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guide__preview__content h4, .guide__preview__content .h4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.guide__extra__content {
  display: none;
}
.guide__extra__content .guide__border {
  border-top: 3px solid #F4F4F4;
}
.guide__readmore {
  font-size: 14px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: #333333;
}
.guide__readmore:before {
  content: "";
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
}
.guide__image {
  margin-top: 30px;
}
.guide__backlink {
  margin-bottom: 50px;
  margin-top: 30px;
  text-align: center;
}
.guide__ctatext__container {
  position: relative;
  margin-bottom: 100px;
}
.guide__ctatext__container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #fff;
  z-index: 1;
  content: "";
}
.guide__ctatext__container > .ast-container {
  position: relative;
  z-index: 2;
}
.guide__ctatext__content {
  padding: 50px;
}
@media (max-width: 600px) {
.guide__ctatext__content {
    padding: 10px 10px;
}
}
.guide__ctatext__primary {
  background: #273587;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  color: #fff;
}
.guide__ctatext__primary p,
.guide__ctatext__primary .text-small,
.guide__ctatext__primary .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li .guide__ctatext__primary a,
.guide__ctatext__primary .ratgeber-archive__content,
.guide__ctatext__primary .news-overview__excerpt,
.guide__ctatext__primary .text-small p,
.guide__ctatext__primary .ratgeber-archive__navigation > li a p,
.ratgeber-archive__navigation > li .guide__ctatext__primary a p,
.guide__ctatext__primary .text-mini,
.guide__ctatext__primary .psmall,
.guide__ctatext__primary h1, .guide__ctatext__primary h2, .guide__ctatext__primary h3, .guide__ctatext__primary h4, .guide__ctatext__primary h5, .guide__ctatext__primary h6,
.guide__ctatext__primary .h1, .guide__ctatext__primary .h2, .guide__ctatext__primary .h3, .guide__ctatext__primary .editor-styles-wrapper ul.list--tick-inline > li,
.guide__ctatext__primary ul.is-style-list--tick-inline > li,
.guide__ctatext__primary ul.list--tick-inline > li, .guide__ctatext__primary .h4, .guide__ctatext__primary .h5, .guide__ctatext__primary .h6 {
  color: #fff;
}
.guide__ctatext__primary p > small,
.guide__ctatext__primary .text-small > small,
.guide__ctatext__primary .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li .guide__ctatext__primary a > small,
.guide__ctatext__primary .ratgeber-archive__content > small,
.guide__ctatext__primary .news-overview__excerpt > small,
.guide__ctatext__primary .text-small p > small,
.guide__ctatext__primary .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li .guide__ctatext__primary a p > small,
.guide__ctatext__primary .ratgeber-archive__content p > small,
.guide__ctatext__primary .news-overview__excerpt p > small,
.guide__ctatext__primary .text-mini > small,
.guide__ctatext__primary .psmall > small,
.guide__ctatext__primary h1 > small, .guide__ctatext__primary h2 > small, .guide__ctatext__primary h3 > small, .guide__ctatext__primary h4 > small, .guide__ctatext__primary h5 > small, .guide__ctatext__primary h6 > small,
.guide__ctatext__primary .h1 > small, .guide__ctatext__primary .h2 > small, .guide__ctatext__primary .h3 > small,
.guide__ctatext__primary ul.is-style-list--tick-inline > li > small,
.guide__ctatext__primary ul.list--tick-inline > li > small, .guide__ctatext__primary .h4 > small, .guide__ctatext__primary .h5 > small, .guide__ctatext__primary .h6 > small {
  color: #fff;
}
.guide__ctatext__primary p:not(.has-text-color),
.guide__ctatext__primary .text-small:not(.has-text-color),
.guide__ctatext__primary .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li .guide__ctatext__primary a:not(.has-text-color),
.guide__ctatext__primary .ratgeber-archive__content:not(.has-text-color),
.guide__ctatext__primary .news-overview__excerpt:not(.has-text-color),
.guide__ctatext__primary .text-small p:not(.has-text-color),
.guide__ctatext__primary .text-mini:not(.has-text-color),
.guide__ctatext__primary .psmall:not(.has-text-color),
.guide__ctatext__primary h1:not(.has-text-color), .guide__ctatext__primary h2:not(.has-text-color), .guide__ctatext__primary h3:not(.has-text-color), .guide__ctatext__primary h4:not(.has-text-color), .guide__ctatext__primary h5:not(.has-text-color), .guide__ctatext__primary h6:not(.has-text-color),
.guide__ctatext__primary .h1:not(.has-text-color), .guide__ctatext__primary .h2:not(.has-text-color), .guide__ctatext__primary .h3:not(.has-text-color), .guide__ctatext__primary .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
.guide__ctatext__primary ul.is-style-list--tick-inline > li:not(.has-text-color),
.guide__ctatext__primary ul.list--tick-inline > li:not(.has-text-color), .guide__ctatext__primary .h4:not(.has-text-color), .guide__ctatext__primary .h5:not(.has-text-color), .guide__ctatext__primary .h6:not(.has-text-color) {
  color: #fff;
}
.guide__ctatext__primary .claim {
  color: #666666;
}
.guide__ctatext__primary .claim:not(.has-text-color) {
  color: #666666;
}
@media (min-width: 992px) {
.guide__ctatext__primary h1:after {
    position: absolute;
    top: -10rem;
    bottom: -10rem;
    content: "";
    background-image: url(../img/bildmarke.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 0.07;
    width: 390px;
    z-index: 0;
    right: 0;
}
}
@media (min-width: 992px) and (min-width: 1200px) {
.guide__ctatext__primary h1:after {
    right: -80px;
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
}
}
.guide__ctatext__primary .entry-content p,
.guide__ctatext__primary .entry-content .text-small,
.guide__ctatext__primary .entry-content .ratgeber-archive__navigation > li a,
.ratgeber-archive__navigation > li .guide__ctatext__primary .entry-content a,
.guide__ctatext__primary .entry-content .ratgeber-archive__content,
.guide__ctatext__primary .entry-content .news-overview__excerpt,
.guide__ctatext__primary .entry-content .text-small p,
.guide__ctatext__primary .entry-content .text-mini,
.guide__ctatext__primary .entry-content .psmall,
.guide__ctatext__primary .entry-content h1, .guide__ctatext__primary .entry-content h2, .guide__ctatext__primary .entry-content h3, .guide__ctatext__primary .entry-content h4, .guide__ctatext__primary .entry-content h5, .guide__ctatext__primary .entry-content h6,
.guide__ctatext__primary .entry-content .h1, .guide__ctatext__primary .entry-content .h2, .guide__ctatext__primary .entry-content .h3, .guide__ctatext__primary .entry-content .editor-styles-wrapper ul.list--tick-inline > li,
.guide__ctatext__primary .entry-content ul.is-style-list--tick-inline > li,
.guide__ctatext__primary .entry-content ul.list--tick-inline > li, .guide__ctatext__primary .entry-content .h4, .guide__ctatext__primary .entry-content .h5, .guide__ctatext__primary .entry-content .h6 {
  color: #fff;
}
.guide__ctatext__primary .entry-content p:not(.has-text-color),
.guide__ctatext__primary .entry-content .text-small:not(.has-text-color),
.guide__ctatext__primary .entry-content .ratgeber-archive__navigation > li a:not(.has-text-color),
.ratgeber-archive__navigation > li .guide__ctatext__primary .entry-content a:not(.has-text-color),
.guide__ctatext__primary .entry-content .ratgeber-archive__content:not(.has-text-color),
.guide__ctatext__primary .entry-content .news-overview__excerpt:not(.has-text-color),
.guide__ctatext__primary .entry-content .text-small p:not(.has-text-color),
.guide__ctatext__primary .entry-content .text-mini:not(.has-text-color),
.guide__ctatext__primary .entry-content .psmall:not(.has-text-color),
.guide__ctatext__primary .entry-content h1:not(.has-text-color), .guide__ctatext__primary .entry-content h2:not(.has-text-color), .guide__ctatext__primary .entry-content h3:not(.has-text-color), .guide__ctatext__primary .entry-content h4:not(.has-text-color), .guide__ctatext__primary .entry-content h5:not(.has-text-color), .guide__ctatext__primary .entry-content h6:not(.has-text-color),
.guide__ctatext__primary .entry-content .h1:not(.has-text-color), .guide__ctatext__primary .entry-content .h2:not(.has-text-color), .guide__ctatext__primary .entry-content .h3:not(.has-text-color), .guide__ctatext__primary .entry-content .editor-styles-wrapper ul.list--tick-inline > li:not(.has-text-color),
.guide__ctatext__primary .entry-content ul.is-style-list--tick-inline > li:not(.has-text-color),
.guide__ctatext__primary .entry-content ul.list--tick-inline > li:not(.has-text-color), .guide__ctatext__primary .entry-content .h4:not(.has-text-color), .guide__ctatext__primary .entry-content .h5:not(.has-text-color), .guide__ctatext__primary .entry-content .h6:not(.has-text-color) {
  color: #fff;
}
.guide__ctatext__primary .entry-content p > small,
.guide__ctatext__primary .entry-content .text-small > small,
.guide__ctatext__primary .entry-content .ratgeber-archive__navigation > li a > small,
.ratgeber-archive__navigation > li .guide__ctatext__primary .entry-content a > small,
.guide__ctatext__primary .entry-content .ratgeber-archive__content > small,
.guide__ctatext__primary .entry-content .news-overview__excerpt > small,
.guide__ctatext__primary .entry-content .text-small p > small,
.guide__ctatext__primary .entry-content .ratgeber-archive__navigation > li a p > small,
.ratgeber-archive__navigation > li .guide__ctatext__primary .entry-content a p > small,
.guide__ctatext__primary .entry-content .ratgeber-archive__content p > small,
.guide__ctatext__primary .entry-content .news-overview__excerpt p > small,
.guide__ctatext__primary .entry-content .text-mini > small,
.guide__ctatext__primary .entry-content .psmall > small,
.guide__ctatext__primary .entry-content h1 > small, .guide__ctatext__primary .entry-content h2 > small, .guide__ctatext__primary .entry-content h3 > small, .guide__ctatext__primary .entry-content h4 > small, .guide__ctatext__primary .entry-content h5 > small, .guide__ctatext__primary .entry-content h6 > small,
.guide__ctatext__primary .entry-content .h1 > small, .guide__ctatext__primary .entry-content .h2 > small, .guide__ctatext__primary .entry-content .h3 > small,
.guide__ctatext__primary .entry-content ul.is-style-list--tick-inline > li > small,
.guide__ctatext__primary .entry-content ul.list--tick-inline > li > small, .guide__ctatext__primary .entry-content .h4 > small, .guide__ctatext__primary .entry-content .h5 > small, .guide__ctatext__primary .entry-content .h6 > small {
  color: #fff;
}
.guide__ctatext__primary a:not(.btn) {
  color: #fff;
}
.guide__ctatext__primary a:not(.btn):hover {
  color: #999999;
}
.guide__ctatext__primary .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary),
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: #fff;
  border-color: #fff;
  color: #273587;
}
.guide__ctatext__primary .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, .guide__ctatext__primary .btn:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .btn.btn-primary, .guide__ctatext__primary .btn.has-primary-color,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .btn.btn-primary:hover, .guide__ctatext__primary .btn.btn-primary:focus, .guide__ctatext__primary .btn.has-primary-color:hover, .guide__ctatext__primary .btn.has-primary-color:focus,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:hover,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .btn.btn-primary:hover, .guide__ctatext__primary .btn.btn-primary:focus, .guide__ctatext__primary .btn.has-primary-background-color:hover, .guide__ctatext__primary .btn.has-primary-background-color:focus,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:hover,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-primary:focus,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:hover,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .btn.btn-secondary, .guide__ctatext__primary .btn.has-secondary-color,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .btn.btn-secondary:hover, .guide__ctatext__primary .btn.btn-secondary:focus, .guide__ctatext__primary .btn.has-secondary-color:hover, .guide__ctatext__primary .btn.has-secondary-color:focus,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:hover,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .btn.btn-secondary:hover, .guide__ctatext__primary .btn.btn-secondary:focus, .guide__ctatext__primary .btn.has-secondary-background-color:hover, .guide__ctatext__primary .btn.has-secondary-background-color:focus,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:hover,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.btn-secondary:focus,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:hover,
.guide__ctatext__primary .wp-block-button:not(.is-style-link-arrow) .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary) {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):hover, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.btn-link):not(.btn-black):not(.btn-secondary):focus {
  color: #333333;
}
.guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.btn-primary, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:hover, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.btn-primary:focus, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:hover, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.btn-secondary:focus, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:hover, .guide__ctatext__primary .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color:focus {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.guide__ctatext__primary .wp-block-button__link.has-background.has-black-background-color {
  border-color: #1F1F1F;
}
.guide__ctatext__primary h2 {
  margin-bottom: 15px;
}
.guide__block .switch {
  display: none;
}
.guide__block .switch:checked + div .guide__readmore {
  display: none;
}
.guide__block .switch:checked + div .guide__extra__content {
  display: block;
}
.guide__block .switch:checked + div .guide__extra__content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.guide__block .switch:checked + div .guide__preview__content {
  display: block;
  height: auto;
  overflow: visible;
  text-overflow: auto;
}
.guide__block {
  position: relative;
}
.guide__anker {
  position: absolute;
  top: -100px;
}
.guide__header {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
@media (max-width: 800px) {
.guide__header {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
}
@media (max-width: 600px) {
.guide__navigation {
    display: none;
}
}
.guide__navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
.guide__navigation > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}
.guide__navigation > ul > li {
  margin: 0;
  padding: 20px 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 800px) {
.guide__navigation > ul > li {
    padding: 10px 25px;
}
}
.guide__navigation > ul > li:not(:first-child):before {
  position: absolute;
  top: 25px;
  bottom: 25px;
  width: 2px;
  left: 0;
  content: " ";
  background: #F4F4F4;
}
@media (max-width: 800px) {
.guide__navigation > ul > li:not(:first-child):before {
    display: none;
}
}
.guide__navigation > ul > li.active:after {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  border-style: solid;
  border-width: 0 20px 15px 20px;
  border-color: transparent transparent #F4F4F4 transparent;
  content: " ";
}
@media (max-width: 800px) {
.guide__navigation > ul > li.active:after {
    display: none;
}
}
.guide__navigation > ul > li.active > label {
  color: #273587 !important;
  cursor: pointer;
}
.guide__navigation > ul > li label {
  cursor: pointer;
  margin: 0;
}
.guide__navigation > ul > li label:hover {
  color: #273587;
}
.guide__link {
  display: block;
}
.guide__content {
  display: block;
}
.guide__ctatext {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
}
.guide__ctatext .bg-cta-primary {
  background: #273587;
}
.guide__archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guide__archive__container {
  width: 100% !important;
  -ms-flex-preferred-size: calc(100% / 3) !important;
      flex-basis: calc(100% / 3) !important;
  max-width: calc(100% / 3) !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 800px) {
.guide__archive__container {
    -ms-flex-preferred-size: calc(100% / 2) !important;
        flex-basis: calc(100% / 2) !important;
    max-width: calc(100% / 2) !important;
}
}
@media (max-width: 600px) {
.guide__archive__container {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
}
}
.guide__archive__container .ast-container {
  padding: 0 !important;
}
.guide__archive .switch {
  display: none;
}
@media (min-width: 601px) {
.guide__archive .switch:checked + .guide__archive__container {
    background: #F4F4F4;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
}
.guide__archive .switch:checked + .guide__archive__container .ast-container {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.guide__archive .switch:checked + .guide__archive__container .guidebox {
    -ms-flex-preferred-size: 42% !important;
        flex-basis: 42% !important;
    max-width: 42% !important;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 7px rgba(119, 119, 119, 0.1);
            box-shadow: 0px 0px 7px rgba(119, 119, 119, 0.1);
}
}
@media (min-width: 601px) and (max-width: 800px) {
.guide__archive .switch:checked + .guide__archive__container .guidebox {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
    margin-left: 0% !important;
    margin-bottom: 25px;
}
}
@media (min-width: 601px) {
.guide__archive .switch:checked + .guide__archive__container .guidebox__image {
    height: 275px;
}
}
@media (min-width: 601px) and (max-width: 1200px) {
.guide__archive .switch:checked + .guide__archive__container .guidebox__image {
    height: 235px;
}
}
@media (min-width: 601px) and (max-width: 800px) {
.guide__archive .switch:checked + .guide__archive__container .guidebox__image {
    height: 275px;
}
}
@media (min-width: 601px) {
.guide__archive .switch:checked + .guide__archive__container .guidebox__image *, .guide__archive .switch:checked + .guide__archive__container .guidebox__image:after {
    display: none;
}
}
@media (min-width: 601px) {
.guide__archive .switch:checked + .guide__archive__container .guidebox__content {
    display: block;
}
}
@media (min-width: 601px) {
.guide__archive .switch:checked + .guide__archive__container .guideaddons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
    margin-left: 8% !important;
}
}
@media (min-width: 601px) and (max-width: 800px) {
.guide__archive .switch:checked + .guide__archive__container .guideaddons {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
    margin-left: 0% !important;
}
}
.guidebox {
  display: block;
}
.guidebox:hover .guidebox__image:after {
  opacity: 0.75;
}
.guidebox__image {
  position: relative;
  height: 250px;
  background-size: cover;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #F4F4F4;
  padding: 0 15px;
  background-position: center center;
}
@media (max-width: 1200px) {
.guidebox__image {
    height: 215px;
}
}
.guidebox__image:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.guidebox__image > div {
  position: relative;
  z-index: 1;
  color: #fff;
  display: block;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.guidebox__image__title {
  color: #fff !important;
}
.guidebox__image__subtitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.guidebox__image__subtitle:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
}
.guidebox__image span {
  display: block;
}
.guidebox__content {
  display: none;
  padding: 25px 35px;
}
.guidebox__content__title {
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 15px;
  margin-top: 5px;
  display: block;
}
.guidebox.active {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 7px rgba(119, 119, 119, 0.1);
          box-shadow: 0px 0px 7px rgba(119, 119, 119, 0.1);
}
.guidebox.active .guidebox__image {
  height: 275px;
}
@media (max-width: 1200px) {
.guidebox.active .guidebox__image {
    height: 235px;
}
}
@media (max-width: 800px) {
.guidebox.active .guidebox__image {
    height: 275px;
}
}
.guidebox.active .guidebox__image *, .guidebox.active .guidebox__image:after {
  display: none;
}
.guidebox.active .guidebox__content {
  display: block;
}
.guidebox.active .guidebox__content p {
  display: -webkit-box;
  height: 8rem;
  font-size: 1rem;
  line-height: 2;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guideaddons {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  position: relative;
}
.guideaddons:before {
  content: " ";
  width: 30px;
  position: absolute;
  top: 5px;
  background-position: center left;
  background-repeat: repeat-y;
  bottom: 5px;
  left: -45px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iNTExIiB2aWV3Qm94PSIwIDAgMTcgNTExIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSI1MTEiIGZpbGw9IiNFM0UzRTMiLz4KPHBhdGggZD0iTTAuMDI3MTg0NSAyNDIuODM2VjI2OS4wODhMMTQgMjU1LjUxM0wwIDI0MS45MTJMMC4wMjcxODQ1IDI0Mi44MzZaIiBmaWxsPSIjRjRGNEY0Ii8+CjxwYXRoIGQ9Ik0wIDIzOS45NzFWMjQwLjU0NFYyNDIuOTE1TDEyLjI5NTMgMjU0Ljg0OUwxMi45NjY0IDI1NS41TDEyLjI5NTMgMjU2LjE1MUwwIDI2OC4wNTlWMjcwLjQ1NlYyNzEuMDI5TDE2IDI1NS41TDAgMjM5Ljk3MVoiIGZpbGw9IiNFM0UzRTMiLz4KPC9zdmc+);
}
@media (max-width: 800px) {
.guideaddons:before {
    display: none;
}
}
.guideaddons > div {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
  max-width: 50% !important;
  height: 50%;
  padding: 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guideaddons > div:first-child .guideaddon, .guideaddons > div:last-child .guideaddon {
  background-color: #3245af;
}
.guideaddons .guideaddon {
  margin-bottom: 0;
  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;
  height: 100%;
  width: 100%;
  background: #273587;
  text-align: center;
  padding: 25px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  font-size: 19px;
  line-height: 30px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
@media (max-width: 800px) {
.guideaddons .guideaddon {
    padding: 55px;
}
}
.guideaddons .guideaddon:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.guideaddons .guideaddon__contact {
  font-size: 24px;
  line-height: 30px;
}
.guideaddons .guideaddon__button {
  margin-top: 15px;
  display: block;
  line-height: 45px;
  background: #fff;
  color: #273587;
  font-size: 16px;
}
.v-application .v-expansion-panels .v-expansion-panel {
  margin-top: 0 !important;
  margin-bottom: 1rem;
  border-radius: 0 !important;
}
.v-application .v-expansion-panels .v-expansion-panel:not(.v-expansion-panel--active):before {
  -webkit-box-shadow: 0px 0px 0px -10px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 0px -10px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.v-application .v-expansion-panels .v-expansion-panel-header {
  background-color: #273587;
  color: #fff;
  font-size: 24px;
  line-height: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
.v-application .v-expansion-panels .v-expansion-panel-header {
    padding-left: 2rem;
    padding-right: 2rem;
}
}
.v-application .v-expansion-panels .v-expansion-panel-header i {
  color: #fff;
}
.v-application .v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon > i:before {
  content: "";
  color: #fff !important;
  font-weight: 300;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 32px;
}
.v-application .v-expansion-panels .v-expansion-panel-header--active .v-expansion-panel-header__icon > i:before {
  content: "";
  color: #fff;
}
.v-application .v-expansion-panels .v-expansion-panel-content__wrap {
  padding-top: 2rem;
}
@media (min-width: 768px) {
.v-application .v-expansion-panels .v-expansion-panel-content__wrap {
    padding-left: 2rem;
    padding-right: 2rem;
}
}
.post-type-archive-sw_news {
  overflow-x: hidden;
}
.news-single-grid {
  margin-left: -11px !important;
  margin-right: -11px !important;
}
.news-single-grid > .wp-block-column {
  padding-left: 11px;
  padding-right: 11px;
}
@media (max-width: 991.98px) {
.news-single-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}
@media (min-width: 992px) {
.news-single-grid > .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
}
.news-single-grid > .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 41.6666666667% !important;
        flex-basis: 41.6666666667% !important;
    max-width: 41.6666666667% !important;
    margin-left: 8.3333333333% !important;
}
}
.news-archive-grid {
  margin-left: -11px !important;
  margin-right: -11px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-archive-grid > .wp-block-column {
  padding-left: 11px;
  padding-right: 11px;
}
@media (min-width: 1200px) {
.news-archive-grid > .wp-block-column {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
}
}
.news-overview {
  padding-bottom: 0;
}
.news-overview .has-3-columns, .news-overview.has-3-columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.news-overview .has-3-columns .wp-block-column, .news-overview.has-3-columns .wp-block-column {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.news-overview .has-3-columns .wp-block-column > a, .news-overview.has-3-columns .wp-block-column > a {
  height: 100%;
}
.news-overview .has-3-columns {
  padding-top: 0;
  padding-bottom: 0;
}
.news-overview__background {
  display: block;
  padding-bottom: 67%;
  background-size: cover;
  background-position: center;
}
.news-overview__content {
  position: relative;
  border: 1px solid #273587;
  padding: 2rem 25px;
}
.news-overview__content > h4 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-overview__link {
  padding: 0.5rem 2rem;
  background-color: #E3E3E3;
  border: 1px solid #E3E3E3;
  text-align: center;
}
.news-overview__date {
  position: relative;
}
.news-overview__date:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-2rem + 5px);
  right: calc(-2rem + 5px);
  background-color: #E3E3E3;
  z-index: 0;
}
.news-overview__date span {
  position: relative;
  display: block;
  color: #273587;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.news-overview__excerpt {
  display: block;
  display: -webkit-box;
  max-height: 90px;
  font-size: 14px;
  line-height: 2.143;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-archive {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.news-archive__date {
  display: inline-block;
  background: #273587;
  color: #fff !important;
  padding: 2px 22px;
  margin-bottom: 0.5rem;
}
.news-archive__date span {
  margin-top: 1px;
}
.news-archive__image {
  display: block;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center;
  max-width: 75%;
}
@media (max-width: 991.98px) {
.news-archive__image {
    max-width: 100%;
}
}
.news-archive__content {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding-left: 50px;
  padding-top: 2rem;
  bottom: 0;
  width: 55%;
  min-width: 315px;
}
@media (max-width: 991.98px) {
.news-archive__content {
    position: relative;
    width: 100%;
    padding: 2rem 1rem;
}
}
.news-archive__excerpt {
  color: #666666;
  display: block;
  display: -webkit-box;
  max-height: 128px;
  font-size: 13px;
  line-height: 2.47;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.news-archive__title {
  color: #666666;
  margin-bottom: 0.15rem;
  display: block;
  display: -webkit-box;
  max-height: 64px;
  font-size: 16px;
  line-height: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-archive__list-category {
  position: relative;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
.news-archive__list-category {
    white-space: nowrap;
    overflow-x: scroll;
}
}
.news-archive__list-category ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}
.news-archive__list-category ul > li {
  display: inline-block;
  line-height: 1.6;
  font-size: 1.25rem;
  padding: 0 2rem;
  color: #B4B4B4;
  position: relative;
}
.news-archive__list-category ul > li a {
  position: relative;
  font-weight: 500;
  color: #B4B4B4;
}
.news-archive__list-category ul > li a:hover {
  color: #273587;
}
.news-archive__list-category ul > li.current-cat {
  position: relative;
}
.news-archive__list-category ul > li.current-cat a {
  color: #273587;
}
.news-archive__list-category ul > li:not(:last-child):after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  content: "";
  background: #E3E3E3;
}
.news__small .news-archive {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
.news__small .news-archive__date {
  padding: 2px 22px;
}
.news__small .news-archive__date span {
  margin-top: 1px;
}
.news__small .news-archive__excerpt {
  display: block;
  display: -webkit-box;
  max-height: 96px;
  font-size: 13px;
  line-height: 2.47;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-single__date {
  border: 1px solid #E3E3E3;
  border-left: none;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  float: right;
  margin-right: 1rem;
}
.news-single__date i[class^=fa] {
  font-size: 63px;
  line-height: 45px;
  color: #AAAAAA;
}
@media (max-width: 767.98px) {
.news-single__date i[class^=fa] {
    font-size: 30px;
}
}
.news-single__date p.lead {
  margin-bottom: 0;
  border-top: 1px solid #273587;
  margin-top: 1rem;
  padding-top: 0.5rem;
  color: #AAAAAA;
}
.news-single__image {
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
}
.news-single__prev-post {
  padding-top: 2rem;
}
@media (min-width: 768px) {
.news-single__prev-post {
    padding-top: 0;
}
}
.news-single__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.news-single__grid .wp-block-column {
  -ms-flex-preferred-size: 70.8333333333% !important;
      flex-basis: 70.8333333333% !important;
  max-width: 70.8333333333% !important;
}
.news-single__grid .wp-block-column:nth-child(2) {
  -ms-flex-preferred-size: 29.1666666667% !important;
      flex-basis: 29.1666666667% !important;
  max-width: 29.1666666667% !important;
}
.news-single .wp-block-column:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.news-single .wp-block-column:last-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 576px) {
.news-single .wp-block-column:last-child {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
}
@media (min-width: 992px) {
.news-single .wp-block-column:first-child {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
}
.news-single .wp-block-column:last-child {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin-left: 10%;
}
}
.is-style-ratgeber-grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
.is-style-ratgeber-grid > .wp-block-column {
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    max-width: 25% !important;
}
.is-style-ratgeber-grid > .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 66.6666666667% !important;
        flex-basis: 66.6666666667% !important;
    max-width: 66.6666666667% !important;
    margin-left: 8.3333333333% !important;
}
}
.ratgeber-archive__post {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ratgeber-archive__post > .wp-block-column {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
.ratgeber-archive__post > .wp-block-column {
    -ms-flex-preferred-size: 20.8333333333% !important;
        flex-basis: 20.8333333333% !important;
    max-width: 20.8333333333% !important;
}
.ratgeber-archive__post > .wp-block-column:nth-child(2n) {
    -ms-flex-preferred-size: 66.6666666667% !important;
        flex-basis: 66.6666666667% !important;
    max-width: 66.6666666667% !important;
    margin-left: 8.3333333333% !important;
}
}
@media (max-width: 991.98px) {
.ratgeber-archive__post:not(:first-child) {
    padding-top: 2rem;
}
.ratgeber-archive__post:not(:last-child) {
    border-bottom: 1px solid #ececec;
}
}
.ratgeber-archive__image {
  display: inline-block;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 0 8px 1px #ececec;
          box-shadow: 0 0 8px 1px #ececec;
}
.ratgeber-archive__image img {
  height: 230px;
  margin-top: 0.5rem;
}
.ratgeber-archive__content {
  margin-bottom: 0;
}
.ratgeber-archive__navigation {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1rem;
}
.ratgeber-archive__navigation > li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  padding-bottom: calc(1rem - 1px);
}
.ratgeber-archive__navigation > li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E3E3E3;
}
.ratgeber-archive__navigation > li a {
  color: #333333;
}
.ratgeber-archive__navigation > li a:hover {
  color: #273587;
}
.ratgeber-archive__navigation > li::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #273587;
  font-weight: 400;
  position: absolute;
  left: 5px;
}
.ratgeber-single__image {
  max-height: 30rem;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 0 8px 1px #ececec;
          box-shadow: 0 0 8px 1px #ececec;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
.ratgeber-single__image {
    margin-top: 2rem;
}
}
.ratgeber-single__form {
  margin-top: 4rem;
}
.ratgeber-single__btn {
  margin-top: 4rem;
  text-align: center;
}
@charset "UTF-8";
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.1;
  vertical-align: text-top;
}

.fa-fw {
  text-align: center;
  width: 1.4em;
}

.fa-2x {
  font-size: 2em;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: url("/media/build/fonts/fa-brands.woff2") format("woff2"), url("/media/build/fonts/fa-brands.woff") format("woff"), url("/media/build/fonts/fa-brands.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-display: block;
  font-weight: 300;
  src: url("/media/build/fonts/fa-light.woff2") format("woff2"), url("/media/build/fonts/fa-light.woff") format("woff"), url("/media/build/fonts/fa-light.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: url("/media/build/fonts/fa-regular.woff2") format("woff2"), url("/media/build/fonts/fa-regular.woff") format("woff"), url("/media/build/fonts/fa-regular.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-display: block;
  font-weight: 900;
  src: url("/media/build/fonts/fa-solid.woff2") format("woff2"), url("/media/build/fonts/fa-solid.woff") format("woff"), url("/media/build/fonts/fa-solid.eot?#iefix") format("embedded-opentype");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-facebook-f::before {
  content: "";
}

.fa-instagram::before {
  content: "";
}

.fa-twitter::before {
  content: "";
}

.fa-youtube::before {
  content: "";
}

.fa-linkedin::before {
  content: "";
}

.fa-xing::before {
  content: "";
}

.fa-codepen::before {
  content: "";
}

.fa-angle-right::before {
  content: "";
}

.fa-angle-left::before {
  content: "";
}

.fa-angle-up::before {
  content: "";
}

.fa-angle-down::before {
  content: "";
}

.fa-chevron-left::before {
  content: "";
}

.fa-chevron-right::before {
  content: "";
}

.fa-chevron-down::before {
  content: "";
}

.fa-chevron-up::before {
  content: "";
}

.fa-long-arrow-right::before {
  content: "";
}

.fa-long-arrow-left::before {
  content: "";
}

.fa-long-arrow-up::before {
  content: "";
}

.fa-long-arrow-down::before {
  content: "";
}

.fa-street-view::before {
  content: "";
}

.fa-chart-bar::before {
  content: "";
}

.fa-user::before {
  content: "";
}

.fa-envelope::before {
  content: "";
}

.fa-phone::before {
  content: "";
}

.fa-fax::before {
  content: "";
}

.fa-users::before {
  content: "";
}

.fa-map-marker-alt::before {
  content: "";
}

.fa-envelope-open-text::before {
  content: "";
}

.fa-mobile-alt::before {
  content: "";
}

.fa-check-square::before {
  content: "";
}

.fa-square::before {
  content: "";
}

.fa-check::before {
  content: "";
}

.fa-times::before {
  content: "";
}

.fa-bars::before {
  content: "";
}

.fa-check-circle::before {
  content: "";
}

.fa-times-circle::before {
  content: "";
}

.fa-home::before {
  content: "";
}

.fa-vector-square::before {
  content: "";
}

.fa-bed::before {
  content: "";
}

.fa-leaf::before {
  content: "";
}

.fa-building::before {
  content: "";
}

.fa-expand::before {
  content: "";
}

.fa-calendar-alt::before {
  content: "";
}

.fa-shower::before {
  content: "";
}

.fa-car-garage::before {
  content: "";
}

.fa-print::before {
  content: "";
}

.fa-circle::before {
  content: "";
}

.fa-star::before {
  content: "";
}

.fa-star-half::before {
  content: "";
}

.fa-pen::before {
  content: "";
}

.fa-exclamation-triangle::before {
  content: "";
}

.fa-exclamation::before {
  content: "";
}

.fa-file-pdf::before {
  content: "";
}

.fa-hammer::before {
  content: "";
}

.fa-edit::before {
  content: "";
}

.fa-trash::before {
  content: "";
}

.fa-sign-out::before {
  content: "";
}

.fa-coins::before {
  content: "";
}

.fa-search::before {
  content: "";
}

.fa-key::before {
  content: "";
}

.fa-chart-pie::before {
  content: "";
}

.fa-plus::before {
  content: "";
}

.fa-minus::before {
  content: "";
}

.fa-question-square::before {
  content: "";
}

.fa-calculator::before {
  content: "";
}

.fa-user-tie::before {
  content: "";
}

.fa-lightbulb-on::before {
  content: "";
}

.fa-hands-helping::before {
  content: "";
}

.fa-clock::before {
  content: "";
}

.fa-handshake::before {
  content: "";
}

.fa-sitemap::before {
  content: "";
}

.fa-megaphone::before {
  content: "";
}

.fa-handshake-alt::before {
  content: "";
}

.fa-video::before {
  content: "";
}

.fa-file::before {
  content: "";
}
.explorer-warning {
  position: relative;
  float: left;
  padding-right: 1rem;
}
.explorer-warning span[class^=fa] {
  color: red;
  cursor: pointer;
}
.explorer-warning__content {
  padding: 1rem 2rem;
  position: absolute;
  -webkit-transform: translateY(-115%);
          transform: translateY(-115%);
  width: 300px;
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 5px;
}
.explorer-warning__content .fa-times-circle {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.cookie-notice {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #ccc;
  z-index: 450;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.cookie-notice .wp-block-button__link {
  display: block;
}
.cookie-notice__relative .cookie-notice {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.cookie-notice a {
  font-weight: 800;
}
.cookie-notice ul {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

a#resetCookieNotice {
  cursor: pointer;
}

.cookie-notice-close {
  float: right;
  color: #555;
  cursor: pointer;
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

