.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

.candy_post-teasers__title,
h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption,
figure {
  display: block
}

figure {
  margin: 1em 40px
}

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

main {
  display: block
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

input {
  overflow: visible
}

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

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

details {
  display: block
}

summary {
  display: list-item
}

menu {
  display: block
}

canvas {
  display: inline-block
}

[hidden],
template {
  display: none
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  width: calc(var(--swiper-navigation-size)/44*27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: -22px;
  margin-top: calc(var(--swiper-navigation-size)*-1/2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  -webkit-font-feature-settings: normal, ;
  font-feature-settings: normal, ;
  font-variant: normal;
  line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s, -webkit-transform .2s;
  transition: left .2s, -webkit-transform .2s;
  transition: transform .2s, left .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  transition: right .2s, -webkit-transform .2s;
  transition: transform .2s, right .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

html {
  font-size: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

body {
  background-color: #fff
}

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.row,
.row.reverse {
  -webkit-box-orient: horizontal
}

.row.reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.row.natural-height {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.row.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  padding: 0 16px
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

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

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

.align-start {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.align-end {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.align-center {
  -ms-flex-item-align: center;
  align-self: center
}

.align-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline
}

.align-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch
}

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

.col-xs,
.col-xs-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%
}

.col-xs-offset-1 {
  margin-left: 8.33333%
}

.col-xs-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  padding: 0 16px
}

.col-xs-offset-2 {
  margin-left: 16.66667%
}

.col-xs-3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 16px
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 0 16px
}

.col-xs-offset-4 {
  margin-left: 33.33333%
}

.col-xs-5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
  padding: 0 16px
}

.col-xs-offset-5 {
  margin-left: 41.66667%
}

.col-xs-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 16px
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-7 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
  padding: 0 16px
}

.col-xs-offset-7 {
  margin-left: 58.33333%
}

.col-xs-8 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
  padding: 0 16px
}

.col-xs-offset-8 {
  margin-left: 66.66667%
}

.col-xs-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  padding: 0 16px
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-10 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
  padding: 0 16px
}

.col-xs-offset-10 {
  margin-left: 83.33333%
}

.col-xs-11 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
  padding: 0 16px
}

.col-xs-offset-11 {
  margin-left: 91.66667%
}

.col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 16px
}

.col-xs-offset-12 {
  margin-left: 100%
}

.row.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.row.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.row.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.row.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.row.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.row.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.row.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.row.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

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

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

.col-gutter-lr {
  padding: 0 0 16px
}

.col-no-gutter {
  padding: 0
}

.show {
  display: block !important
}

.row.show {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important
}

.hide {
  display: none !important
}

.show-xs {
  display: block !important
}

.row.show-xs {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important
}

.hide-xs {
  display: none !important
}

.row {
  width: auto;
  margin-left: -16px;
  margin-right: -16px
}

#cookie-notice .cookie-notice-container,
.container {
  width: auto;
  margin: 0 1rem
}

.container-narrow {
  width: 80%;
  margin: 0 auto
}

.fluid-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.site {
  overflow: hidden
}

.candy_icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1rem
}

.candy_icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .2s;
  transition: all .2s
}

.candy_icon--hamburger {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background: transparent;
  border: none
}

.candy_icon--hamburger.focus-visible,
.candy_icon--hamburger:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none
}

.candy_icon--hamburger:before {
  content: "";
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 400%);
  transform: translate(-50%, 400%);
  margin: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.candy_icon--hamburger:after {
  display: none;
  content: "";
  position: relative;
  margin-left: 1.7rem;
  color: #7d28ff
}

.candy_icon--hamburger .candy_icon__inner {
  width: 70%;
  height: 3.5px;
  background-color: #7d28ff
}

.candy_icon--hamburger .candy_icon__inner:after,
.candy_icon--hamburger .candy_icon__inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #7d28ff;
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
  right: -6px
}

.candy_icon--hamburger .candy_icon__inner:before {
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%)
}

.candy_icon--hamburger .candy_icon__inner:after {
  -webkit-transform: translateY(250%);
  transform: translateY(250%)
}

.candy_icon--hamburger.active:before {
  -webkit-transform: translate(-50%, 245%);
  transform: translate(-50%, 245%);
  opacity: 1
}

.candy_icon--hamburger.active .candy_icon__inner {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.candy_icon--hamburger.active .candy_icon__inner:before {
  -webkit-transform: translate(0) rotate(-90deg);
  transform: translate(0) rotate(-90deg);
  right: 0
}

.candy_icon--hamburger.active .candy_icon__inner:after {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 0;
  right: 0
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#content[tabindex="-1"]:focus {
  outline: 0
}

a:focus {
  outline: thin dotted
}

a:active,
a:hover {
  outline: 0
}

#cookie-notice .cookie-notice-container .cn-button,
.candy_button,
.wp-block-buttons .wp-block-button__link {
  display: inline-block;
  font-family: HCo Gotham SSm, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  margin-bottom: 0;
  white-space: nowrap;
  padding: .5em 1em;
  text-decoration: none
}

#cookie-notice .cookie-notice-container .active.cn-button,
#cookie-notice .cookie-notice-container .cn-button:active,
.candy_button.active,
.candy_button:active,
.wp-block-buttons .active.wp-block-button__link,
.wp-block-buttons .wp-block-button__link:active {
  outline: 0;
  background-image: none
}

#cookie-notice .cookie-notice-container .cn-button[disabled],
#cookie-notice .cookie-notice-container .disabled.cn-button,
#cookie-notice .cookie-notice-container fieldset[disabled] .cn-button,
.candy_button.disabled,
.candy_button[disabled],
.wp-block-buttons .disabled.wp-block-button__link,
.wp-block-buttons .wp-block-button__link[disabled],
.wp-block-buttons fieldset[disabled] .wp-block-button__link,
fieldset[disabled] #cookie-notice .cookie-notice-container .cn-button,
fieldset[disabled] .candy_button,
fieldset[disabled] .wp-block-buttons .wp-block-button__link {
  cursor: not-allowed;
  opacity: .65
}

.candy_button--primary {
  color: #fff;
  background-color: #7d28ff;
  border-color: #7d28ff
}

.candy_button--primary:visited {
  color: #fff
}

.candy_button--primary.focus,
.candy_button--primary:focus {
  color: #fff;
  background-color: #6000f4;
  border-color: #4200a8
}

.candy_button--primary:hover {
  color: #fff;
  background-color: #6000f4;
  border-color: #7d28ff
}

.candy_button--primary.active,
.candy_button--primary:active {
  color: #fff;
  background-color: #6000f4;
  border-color: #5c00ea
}

.candy_button--primary.active.focus,
.candy_button--primary.active:focus,
.candy_button--primary.active:hover,
.candy_button--primary:active.focus,
.candy_button--primary:active:focus,
.candy_button--primary:active:hover {
  color: #fff;
  background-color: #5200d0;
  border-color: #6000f4
}

.candy_button--primary.active,
.candy_button--primary:active {
  background-image: none
}

.candy_button--primary.disabled.focus,
.candy_button--primary.disabled:focus,
.candy_button--primary.disabled:hover,
.candy_button--primary[disabled].focus,
.candy_button--primary[disabled]:focus,
.candy_button--primary[disabled]:hover {
  background-color: #7d28ff;
  border-color: #7d28ff
}

.candy_button--secondary {
  color: #fff;
  border-color: #73f0be
}

.candy_button--secondary:visited {
  color: #fff
}

.candy_button--secondary.focus,
.candy_button--secondary:focus {
  color: #fff;
  background-color: #45eba9;
  border-color: #16cd84
}

.candy_button--secondary:hover {
  color: #fff;
  background-color: #45eba9;
  border-color: #73f0be
}

.candy_button--secondary.active,
.candy_button--secondary:active {
  color: #fff;
  background-color: #45eba9;
  border-color: #3ceaa4
}

.candy_button--secondary.active.focus,
.candy_button--secondary.active:focus,
.candy_button--secondary.active:hover,
.candy_button--secondary:active.focus,
.candy_button--secondary:active:focus,
.candy_button--secondary:active:hover {
  color: #fff;
  background-color: #25e89a;
  border-color: #45eba9
}

.candy_button--secondary.active,
.candy_button--secondary:active {
  background-image: none
}

.candy_button--secondary.disabled.focus,
.candy_button--secondary.disabled:focus,
.candy_button--secondary.disabled:hover,
.candy_button--secondary[disabled].focus,
.candy_button--secondary[disabled]:focus,
.candy_button--secondary[disabled]:hover {
  background-color: #73f0be;
  border-color: #73f0be
}

img {
  max-width: 100%;
  height: auto
}

figure {
  margin: 1em 0
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption .wp-caption-text {
  margin: .8075em 0
}

.wp-caption-text {
  text-align: center
}

body {
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: 600
}

.candy_post-grid .anchor-post-grid__title,
.candy_post-teasers__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1em
}

.candy_post-teasers__title,
.h1,
h1 {
  font-size: 2.6rem
}

.candy_post-grid .anchor-post-grid__title,
.h2,
h2 {
  font-size: 2.2rem
}

.h3,
h3 {
  font-size: 1.8rem
}

.h5,
.h6,
h5,
h6 {
  font-size: 1.4rem
}

p {
  margin-top: 1em;
  margin-bottom: 1em
}

.nav-menu a {
  display: block;
  text-decoration: none;
  padding: 1em 0
}

.nav-menu--offcanvas a {
  color: #000
}

.menu,
.menu .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.menu--inline a,
.menu--inline li {
  display: inline-block
}

.menu--inline a {
  padding-left: .6em;
  padding-right: .6em
}

.menu--dropdown>li {
  display: inline-block;
  position: relative
}

.menu--dropdown>li:hover .sub-menu {
  display: block
}

.menu--dropdown .sub-menu {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  background-color: #fff
}

.menu--list .sub-menu a {
  padding-left: 1em
}

.menu--divider>li:after {
  content: "|"
}

.menu--divider>li:last-of-type:after {
  content: ""
}

.nav-menu--collapse .menu-item-has-children {
  position: relative
}

.nav-menu--collapse .menu-item-has-children .menu-item-submenu-trigger {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, .05);
  cursor: pointer
}

.nav-menu--collapse .menu-item-has-children .menu-item-submenu-trigger:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-color: #7d28ff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(-50%, -65%) rotate(135deg);
  transform: translate(-50%, -65%) rotate(135deg)
}

.nav-menu--collapse .sub-menu__wrapper {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
  padding-left: 1em
}

.nav-menu--collapse .current-menu-parent>a,
.nav-menu--collapse .sub-menu-open>a {
  border: none
}

.nav-menu--collapse .current-menu-parent .sub-menu__wrapper,
.nav-menu--collapse .sub-menu-open .sub-menu__wrapper {
  height: auto
}

.nav-menu--collapse .current-menu-parent .menu-item-submenu-trigger,
.nav-menu--collapse .sub-menu-open .menu-item-submenu-trigger {
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.nav-menu--collapse .current-menu-parent .menu-item-submenu-trigger:before,
.nav-menu--collapse .sub-menu-open .menu-item-submenu-trigger:before {
  -webkit-transform: translate(-50%, -35%) rotate(-45deg);
  transform: translate(-50%, -35%) rotate(-45deg)
}

.nav-menu--collapse .current-menu-item .menu-item-submenu-trigger:before {
  border-color: #fff
}

.post-navigation,
.posts-navigation {
  margin: 3rem 0
}

.post-navigation .nav-links:after,
.post-navigation .nav-links:before,
.posts-navigation .nav-links:after,
.posts-navigation .nav-links:before {
  content: " ";
  display: table
}

.post-navigation .nav-links:after,
.posts-navigation .nav-links:after {
  clear: both
}

.post-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-previous {
  float: left
}

.post-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-next {
  float: right
}

.candy-pagination {
  text-align: center;
  margin-bottom: 2rem
}

.candy-pagination ul {
  list-style: none
}

.candy-pagination ul li {
  display: inline-block
}

.candy-pagination ul li .next,
.candy-pagination ul li .page-numbers,
.candy-pagination ul li .prev {
  display: inline-block;
  padding: .5rem 1rem;
  text-decoration: none;
  color: #000;
  margin: 0 .25rem
}

.candy-pagination ul li .next.current,
.candy-pagination ul li .page-numbers.current,
.candy-pagination ul li .prev.current {
  background-color: #f4f4f4;
  font-weight: 600
}

.candy-pagination ul li .next.dots,
.candy-pagination ul li .page-numbers.dots,
.candy-pagination ul li .prev.dots {
  margin: 0;
  padding: .5rem 0
}

.candy-pagination ul li .next,
.candy-pagination ul li .prev {
  padding: .5rem 1.5rem;
  border: 1px solid #ccc
}

.candy-pagination ul li .next {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%
}

.candy-pagination ul li .prev {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%
}

.candy-pagination ul li .disabled {
  cursor: default;
  border-color: #eee;
  color: #eee
}

.candy-pagination.candy-pagination--logarithmic {
  margin: 3rem 0;
  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
}

.candy-pagination.candy-pagination--logarithmic .page-numbers__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.candy-pagination.candy-pagination--logarithmic .candy-pagination__button {
  display: inline-block;
  height: 38px;
  width: 48px;
  border: 1px solid hsla(0, 0%, 80%, .5);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px
}

.candy-pagination.candy-pagination--logarithmic .candy-pagination__button a {
  position: relative;
  top: -1px;
  left: -1px;
  display: block;
  height: 38px;
  width: 48px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.candy-pagination.candy-pagination--logarithmic .candy-pagination__button a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1
}

.candy-pagination.candy-pagination--logarithmic .candy-pagination__button.prev {
  position: relative;
  margin-right: 8px
}

.candy-pagination.candy-pagination--logarithmic .candy-pagination__button.prev:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: .5
}

.candy-pagination.candy-pagination--logarithmic .candy-pagination__button.next {
  position: relative;
  margin-left: 8px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px
}

.candy-pagination.candy-pagination--logarithmic .candy-pagination__button.next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: .5
}

.candy-pagination.candy-pagination--logarithmic .candy-pagination__button.next a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px
}

.candy-pagination.candy-pagination--logarithmic .candy-pagination__button.next a:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 1
}

.candy-pagination.candy-pagination--logarithmic .page-numbers {
  width: 38px;
  height: 34px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  display: block
}

.candy-pagination.candy-pagination--logarithmic .page-numbers.current {
  font-weight: 700;
  background-color: #fff
}

.candy-pagination.candy-pagination--logarithmic-advanced {
  margin: 3rem 0;
  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;
  font-size: 14px
}

.candy-pagination.candy-pagination--logarithmic-advanced .candy-ghost-pagination {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px
}

.candy-pagination.candy-pagination--logarithmic-advanced .page-numbers__nav {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1em
}

.candy-pagination.candy-pagination--logarithmic-advanced .page-numbers__nav .page-numbers.focus-visible,
.candy-pagination.candy-pagination--logarithmic-advanced .page-numbers__nav .page-numbers:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: -2px;
  -webkit-transition: none;
  transition: none
}

.candy-pagination.candy-pagination--logarithmic-advanced .candy-pagination__button {
  position: relative;
  display: inline-block;
  height: 2.25rem;
  width: 2.8125rem;
  border: 1px solid #ccc;
  background-color: #fff;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 1.25rem
}

.candy-pagination.candy-pagination--logarithmic-advanced .candy-pagination__button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: .1
}

.candy-pagination.candy-pagination--logarithmic-advanced .candy-pagination__button[href]:before {
  opacity: 1
}

.candy-pagination.candy-pagination--logarithmic-advanced .candy-pagination__button.next {
  border-top-left-radius: 0;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 0
}

.candy-pagination.candy-pagination--logarithmic-advanced .candy-pagination__button.next:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg)
}

.candy-pagination.candy-pagination--logarithmic-advanced .candy-pagination__button.focus-visible,
.candy-pagination.candy-pagination--logarithmic-advanced .candy-pagination__button:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none
}

.candy-pagination.candy-pagination--logarithmic-advanced .page-numbers {
  height: 33px;
  min-width: 1.75rem;
  padding: 0 .5em;
  line-height: 2.3;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  display: none
}

.candy-pagination.candy-pagination--logarithmic-advanced .page-numbers.soft-link {
  cursor: pointer
}

.candy-pagination.candy-pagination--logarithmic-advanced .page-numbers.dots {
  cursor: default
}

.candy-pagination.candy-pagination--logarithmic-advanced .page-numbers.dots_mobile,
.candy-pagination.candy-pagination--logarithmic-advanced .page-numbers.mobile_visible {
  display: block
}

.candy-pagination.candy-pagination--logarithmic-advanced .page-numbers.current {
  cursor: default;
  font-weight: 700;
  background-color: #eee
}

.candy-pagination.candy-pagination--logarithmic-advanced .candy-pagination__tiny {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  height: 36px;
  min-width: 200px;
  padding: 0 .5em;
  line-height: 2.3;
  font-weight: 400;
  text-decoration: none;
  text-align: center
}

.candy-pagination.candy-pagination--logarithmic-advanced.tiny .page-numbers__nav {
  padding: 0
}

.candy-pagination.candy-pagination--logarithmic-advanced.tiny .candy-pagination__button.prev {
  border-right: none
}

.candy-pagination.candy-pagination--logarithmic-advanced.tiny .candy-pagination__button.next {
  border-left: none
}

.breadcrumbs {
  text-align: center
}

.candy_content {
  border: .01rem solid transparent
}

.page-header {
  text-align: center
}

.page-header .archive-description {
  margin: 0 auto;
  width: 100%
}

.widget {
  margin: 0 0 1.5em
}

.widget select {
  max-width: 100%
}

.offcanvas-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 990;
  visibility: hidden
}

.offcanvas-layer.offcanvas-layer--right {
  left: auto;
  right: 0;
  max-width: 450px;
  -webkit-transform: translate(100%);
  transform: translate(100%)
}

.offcanvas-layer.offcanvas-layer--top {
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.offcanvas-layer.open {
  -webkit-transform: translate(0);
  transform: translate(0);
  visibility: visible
}

.offcanvas-layer__header {
  position: relative;
  z-index: 1001;
  height: 180px;
  background-color: #fff;
  padding: 110px 1rem 1rem
}

.offcanvas-layer__header .search-form {
  position: relative
}

.offcanvas-layer__header .search-form label {
  width: 100%
}

.offcanvas-layer__header .search-form label:before {
  content: "\E905";
  font-family: finanz-heldinnen !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.25rem;
  color: #fff;
  padding: 14px;
  background-color: #7d28ff;
  position: absolute;
  right: 0
}

.offcanvas-layer__header .search-form .search-field {
  display: inline-block;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 3rem;
  padding: .75rem 4.5rem .75rem 1rem;
  border: 1.5px solid #7d28ff;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  font-family: HCo Gotham SSm, Arial, sans-serif;
  font-size: 1rem
}

.offcanvas-layer__header .search-form .search-field:hover {
  border: 2.5px solid #7d28ff
}

.offcanvas-layer__header .search-form .search-field:focus {
  border: 2.5px solid #7d28ff;
  -webkit-box-shadow: 0 2px 4px rgba(40, 54, 60, .2);
  box-shadow: 0 2px 4px rgba(40, 54, 60, .2)
}

.offcanvas-layer__header .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  cursor: pointer
}

.offcanvas-layer__header .search-form .search-submit.focus-visible,
.offcanvas-layer__header .search-form .search-submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
  z-index: 100;
  -webkit-transition: none;
  transition: none
}

.offcanvas-layer__body {
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  bottom: 80px;
  z-index: 1000;
  background-color: #fff
}

.offcanvas-layer__body__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 1px 12px 10px 0 rgba(11, 30, 37, .1);
  box-shadow: 1px 12px 10px 0 rgba(11, 30, 37, .1)
}

.offcanvas-layer__body__content.scrollable {
  overflow: scroll;
  -webkit-overflow-scrolling: touch
}

.offcanvas-layer__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background-color: #fff;
  padding-top: 6px
}

.offcanvas-layer__footer .nav-menu--meta {
  text-align: center;
  font-size: 14px
}

.offcanvas-layer__footer .nav-menu--meta .menu-item a {
  padding: .5em 1em
}

.offcanvas-layer__container ul .menu-item {
  position: relative
}

.offcanvas-layer__container ul .menu-item a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  padding: .5rem 1rem
}

.offcanvas-layer__container ul .menu-item a.focus-visible,
.offcanvas-layer__container ul .menu-item a:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: -2px;
  -webkit-transition: none;
  transition: none
}

.offcanvas-layer__container ul .menu-item.menu-item-has-children>a {
  background-color: #ccfcf2;
  font-weight: 700
}

.offcanvas-layer__container ul .menu-item.menu-item-has-children .sub-menu {
  padding: 0 -1rem;
  margin-bottom: 2rem;
  margin-top: .5rem
}

.offcanvas-layer__container ul .menu-item.menu-item-has-children .sub-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.offcanvas-layer__container ul .menu-item.menu-item-has-children .sub-menu .menu-item a {
  color: #000;
  padding: .75rem 2rem .75rem 2.5rem;
  text-decoration: none;
  width: 100%;
  font-size: 1rem
}

.offcanvas-layer__container ul .menu-item.menu-item-has-children .sub-menu .menu-item:before {
  font-family: finanz-heldinnen !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\E907";
  font-size: 1rem;
  padding-right: .5rem;
  padding-top: .9rem;
  position: absolute;
  left: .75rem
}

.offcanvas-layer__container ul .menu-item.current-menu-item>a {
  color: #fff !important;
  font-weight: 700;
  background-color: #7d28ff
}

.offcanvas-layer__container ul .menu-item.current-menu-item>a.focus-visible,
.offcanvas-layer__container ul .menu-item.current-menu-item>a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -6px
}

.offcanvas-layer__container ul .menu-item.current-menu-item:before {
  color: #fff
}

#offcanvas-layer__page-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: hsla(0, 0%, 100%, .5);
  z-index: 100;
  display: none;
  opacity: 0
}

body[class*=offcanvas-layer-active] {
  overflow: hidden
}

body[class*=offcanvas-layer-active] #offcanvas-layer__page-cover {
  display: block;
  opacity: 1
}

#mobile-nav-offcanvas-layer {
  font-family: HCo Gotham, Arial, sans-serif
}

.module {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem
}

.module-title,
.teaser-block__title {
  font-size: 1.75rem;
  text-align: center
}

.site-section--fullscreen {
  min-height: 100vh
}

.site-section--has-background {
  position: relative;
  overflow: hidden
}

.site-section--has-background .site-section__background-layer {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 120%;
  background-position: 50%;
  background-size: cover
}

.site-section--has-background .site-section__inner {
  position: relative;
  z-index: 2
}

.candy_panel {
  margin-bottom: 2rem;
  clear: both;
  margin-left: -1rem;
  margin-right: -1rem
}

.candy_panel.open>.candy_panel__body {
  height: auto
}

.candy_panel.active>.candy_panel__header:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.candy_panel.disabled>.candy_panel__header {
  cursor: not-allowed
}

.candy_panel .candy_panel__header {
  position: relative;
  z-index: 2;
  padding: .625rem 1rem .625rem 3.5rem;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: 700;
  cursor: pointer
}

.candy_panel .candy_panel__header.focus-visible,
.candy_panel .candy_panel__header:focus-visible {
  outline: 2px solid #7d28ff
}

.candy_panel .candy_panel__header:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1rem;
  top: .625rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #7d28ff;
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/arrow_right_light.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 50%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.candy_panel .candy_panel__body {
  height: 0;
  overflow: hidden
}

.candy_panel .candy_panel__body__content {
  overflow: hidden;
  padding: 2rem 1rem 4rem 3.5rem
}

.candy_panel .candy_panel__body__content>:first-child {
  margin-top: 0
}

.candy_panel .candy_panel__body__content>:last-child {
  margin-bottom: 0
}

.candy_panel+.candy_panel {
  margin-top: -1.875rem;
  -webkit-transition: margin-top .3s ease-out;
  transition: margin-top .3s ease-out
}

.candy_panel.active+.candy_panel,
.candy_panel.expanding+.candy_panel {
  margin-top: 0
}

.wp-block-group__inner-container>.candy_panel {
  margin: -1rem
}

.wp-block-group__inner-container>.candy_panel>.candy_panel__header {
  padding-left: 3.125em;
  padding-right: 1rem
}

.wp-block-group__inner-container>.candy_panel>.candy_panel__header:before {
  left: 1rem
}

.wp-block-group__inner-container>.candy_panel>.candy_panel__body>.candy_panel__body__content {
  padding: 1.5rem 1rem
}

.candy_panel>.candy_panel__body>.candy_panel__body__content,
.candy_panel>.candy_panel__header {
  color: #0b1e25;
  background-color: #f4f4f4
}

.candy_panel.active>.candy_panel__header,
.candy_panel:hover:not(.disabled)>.candy_panel__header {
  color: #000;
  background-color: #f4f4f4
}

.candy_panel.disabled>.candy_panel__header {
  color: #6f6f6f;
  background-color: #4c4c4c
}

.candy_panel.candy_panel--light>.candy_panel__body>.candy_panel__body__content,
.candy_panel.candy_panel--light>.candy_panel__header {
  color: #777;
  background-color: #e5e5e5
}

.candy_panel.candy_panel--light.active>.candy_panel__header,
.candy_panel.candy_panel--light:hover:not(.disabled)>.candy_panel__header {
  color: #f4f4f4;
  background-color: #fff
}

.candy_panel.candy_panel--light.disabled>.candy_panel__header {
  color: #ccc;
  background-color: #f2f2f2
}

.candy_panel.active>.candy_panel__header,
.candy_panel:hover:not(.disabled)>.candy_panel__header,
.candy_panel>.candy_panel__body>.candy_panel__body__content,
.candy_panel>.candy_panel__header {
  position: relative;
  overflow: hidden
}

.candy_panel .candy_panel__header span {
  position: relative;
  z-index: 10
}

.candy_panel .candy_panel__header:before {
  z-index: 10
}

.candy_panel>.candy_panel__header:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  background: rgba(255, 245, 0, .25);
  -webkit-transition: all .3s cubic-bezier(.455, .03, .515, .955);
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  z-index: 0
}

.candy_panel>.candy_panel__header:hover:after {
  left: 0;
  background: #c8ff00
}

.edit-post-visual-editor .wp-block.is-content-secondary {
  background-color: rgba(0, 0, 0, .1)
}

.edit-post-visual-editor .wp-block.is-disclaimer {
  background-color: rgba(0, 0, 0, .1);
  font-size: 80%
}

.edit-post-visual-editor .wp-block.is-floatbox {
  background-color: rgba(0, 0, 0, .1)
}

.edit-post-visual-editor .wp-block.is-floatbox:not(.has-child-selected) {
  width: 320px
}

.edit-post-visual-editor .wp-block.is-floatbox.floatbox--left {
  margin-left: 0
}

.edit-post-visual-editor .wp-block.is-floatbox.floatbox--right {
  margin-right: 0
}

.edit-post-visual-editor .wp-block.is-style-image-outside {
  float: left;
  position: relative;
  margin: 0 2rem 1rem 0
}

.edit-post-visual-editor .wp-block.is-style-image-outside img {
  margin: 0;
  max-width: 80px
}

html {
  font-size: 16px
}

body {
  font-size: 1.125rem;
  line-height: 1.444444;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: HCo Gotham SSm, Arial, sans-serif
}

.candy_post-grid .anchor-post-grid__title,
.candy_post-teasers__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: HCo Gotham, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.125;
  color: inherit;
  margin-top: 0;
  margin-bottom: 1em
}

.candy_post-teasers__title,
.h1,
h1 {
  font-size: 2.5rem;
  line-height: 1.2
}

.candy_post-grid .anchor-post-grid__title,
.h2,
h2 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
  line-height: 1.4
}

.h3,
h3 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 1rem
}

.h3,
.h4,
h3,
h4 {
  font-weight: 400
}

.h4,
h4 {
  font-size: 1.25rem
}

.h5,
h5 {
  font-size: 1.125rem
}

.h5,
.h6,
h5,
h6 {
  font-weight: 400
}

.h6,
h6 {
  font-size: 1rem
}

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

a {
  color: inherit
}

strong {
  font-weight: 700
}

.text-center {
  text-align: center
}

#page {
  position: relative
}

.site-content {
  margin-bottom: 3rem
}

.site-header {
  font-weight: 500;
  height: auto;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  font-family: HCo Gotham, Arial, sans-serif;
  -webkit-box-shadow: 1px 0 5px #7d28ff;
  box-shadow: 1px 0 5px #7d28ff
}

#cookie-notice .cookie-notice-container .site-header .cn-button,
.site-header #cookie-notice .cookie-notice-container .cn-button,
.site-header .candy_button,
.site-header .wp-block-buttons .wp-block-button__link,
.wp-block-buttons .site-header .wp-block-button__link {
  margin-right: .3rem
}

.site-header .search {
  position: relative;
  cursor: pointer
}

.site-header .search .search-toggle {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 40px;
  width: 40px;
  display: block;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer
}

.site-header .search .search-toggle:before {
  content: "\E905";
  font-family: finanz-heldinnen !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.25rem;
  color: #fff;
  padding: 10px;
  position: absolute;
  background-color: #7d28ff;
  top: 0;
  left: 0
}

.site-header .search .search-toggle.focus-visible,
.site-header .search .search-toggle:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: 2px;
  z-index: 100;
  -webkit-transition: none;
  transition: none
}

.site-header .search .search-form {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  display: block
}

.site-header .search .search-form label {
  width: 100%
}

.site-header .search .search-form label:before {
  content: "\E905";
  font-family: finanz-heldinnen !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.25rem;
  color: #fff;
  padding: 10px;
  background-color: #7d28ff;
  position: absolute;
  right: 0
}

.site-header .search .search-form .search-field {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: .5rem;
  border: 1.5px solid #7d28ff;
  outline: 0;
  background-color: #fff;
  border-radius: 0;
  font-family: HCo Gotham SSm, Arial, sans-serif;
  font-size: 1rem
}

.site-header .search .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0;
  cursor: pointer
}

.site-header .search .search-form .search-submit.focus-visible,
.site-header .search .search-form .search-submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
  z-index: 100;
  -webkit-transition: none;
  transition: none
}

.site-header__block .site-branding {
  line-height: 0;
  padding-right: .5rem
}

.site-header__block .site-branding a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block
}

.site-header__block .site-branding a.focus-visible,
.site-header__block .site-branding a:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: 2px;
  z-index: 100
}

.site-header__block .site-branding img {
  max-width: 109px
}

.site-header {
  position: relative;
  font-size: 1rem;
  margin-bottom: 2rem
}

.offcanvas-layer__container .menu .sub-menu .sub-menu a {
  padding-left: 3em
}

.site-footer {
  position: relative;
  background-color: #000;
  color: #fff
}

.site-footer__bar {
  background-color: #000;
  padding: 2.5rem 0 1.5rem
}

.site-footer__bar .fluid-grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}

.site-footer__bar .fluid-grid.first-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.site-footer__bar.site-footer__bar--columns {
  padding: 4rem 0
}

.site-footer__bar.site-footer__bar--columns a {
  color: inherit
}

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

#cookie-notice .cookie-notice-container .site-footer__bar .site-link .cn-button,
.site-footer__bar .site-link #cookie-notice .cookie-notice-container .cn-button,
.site-footer__bar .site-link .candy_button,
.site-footer__bar .site-link .wp-block-buttons .wp-block-button__link,
.wp-block-buttons .site-footer__bar .site-link .wp-block-button__link {
  font-size: .875rem;
  padding: 9px 15px;
  line-height: 1;
  font-weight: 500;
  margin: 1.5rem 0
}

.site-footer__bar .site-branding {
  max-width: 200px
}

.site-footer__bar .site-branding a {
  display: block
}

.site-footer__bar .site-branding a.focus-visible,
.site-footer__bar .site-branding a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none
}

.site-footer__bar .site-meta-nav {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: .75rem;
  width: 100%
}

.site-footer__bar .site-meta-nav .nav-menu--meta {
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin-left: -.5em;
  margin-right: -.5em
}

.site-footer__bar .site-meta-nav .nav-menu--meta ul li a {
  color: #8c96a0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s
}

.site-footer__bar .site-meta-nav .nav-menu--meta ul li a.focus-visible,
.site-footer__bar .site-meta-nav .nav-menu--meta ul li a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 0;
  -webkit-transition: none;
  transition: none
}

.site-footer__bar .site-meta-nav .nav-menu--meta ul li:hover a {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s
}

.site-footer__bar .site-menu-footer .nav-menu--footer {
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin: 1rem -.5em
}

.site-footer__bar .site-menu-footer .nav-menu--footer ul li a {
  color: #fff;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s
}

.site-footer__bar .site-menu-footer .nav-menu--footer ul li a.focus-visible,
.site-footer__bar .site-menu-footer .nav-menu--footer ul li a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 0;
  -webkit-transition: none;
  transition: none
}

.site-footer__bar .site-menu-footer .nav-menu--footer ul li:hover a {
  color: #73f0be;
  -webkit-transition: all .3s;
  transition: all .3s
}

.site-footer__bar.site-footer__bar--copyright {
  color: #fff;
  font-size: inherit;
  text-align: left
}

.site-footer__bar.site-footer__bar--copyright .copyright {
  padding: 1em 0;
  font-size: .75rem;
  color: hsla(0, 0%, 100%, .5)
}

.site-footer .widget_nav_menu .sub-menu {
  padding-left: 1em
}

.header-nav-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0
}

.header-nav-wrapper,
.header-nav-wrapper .header-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-nav-wrapper .header-nav-buttons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

#cookie-notice .cookie-notice-container .header-nav-wrapper .header-nav-buttons .cn-button,
.header-nav-wrapper .header-nav-buttons #cookie-notice .cookie-notice-container .cn-button,
.header-nav-wrapper .header-nav-buttons .candy_button,
.header-nav-wrapper .header-nav-buttons .wp-block-buttons .wp-block-button__link,
.wp-block-buttons .header-nav-wrapper .header-nav-buttons .wp-block-button__link {
  font-size: .875rem;
  padding: 9px 15px;
  line-height: 1;
  font-weight: 500
}

.nav-menu--header a {
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 1em .5em
}

.nav-menu--header a.focus-visible,
.nav-menu--header a:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: 2px;
  z-index: 100;
  -webkit-transition: none;
  transition: none
}

.nav-menu--header .menu-item>.sub-menu {
  display: none
}

.nav-menu--header .menu-item>a[aria-expanded=true]+.sub-menu {
  display: block
}

.nav-menu--header .menu>li:hover>a {
  color: #7d28ff
}

.nav-menu--header .menu>li:hover>a:active,
.nav-menu--header .menu>li:hover>a:focus,
.nav-menu--header .menu>li:hover>a:hover {
  outline: 0
}

.nav-menu--header .menu>li:hover>a.scroll-anchor {
  color: #000
}

.nav-menu--header .menu>li.current-menu-item a,
.nav-menu--header .menu>li:hover>a.scroll-anchor.current-scroll-anchor,
.nav-menu--header .menu>li:hover>a.scroll-anchor:hover {
  color: #7d28ff
}

.nav-menu--header .menu>li.current-menu-item .sub-menu .menu-item a {
  color: #000
}

.nav-menu--header ul.sub-menu {
  top: 47px;
  font-size: 1rem;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: .5rem;
  -webkit-box-shadow: 7px 7px 0 -2px #7d28ff;
  box-shadow: 7px 7px 0 -2px #7d28ff;
  padding: 1.2rem 0;
  background-color: #f9f4ff
}

.nav-menu--header ul.sub-menu a {
  width: 100%;
  color: #000;
  padding: .5rem 1.2rem;
  margin: 0 auto;
  white-space: nowrap;
  font-weight: 400;
  -webkit-transition: none;
  transition: none
}

.nav-menu--header ul.sub-menu:before {
  content: "";
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f9f4ff;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  z-index: 100
}

.nav-menu--header ul.sub-menu li {
  width: 100%
}

.nav-menu--header ul.sub-menu li:hover {
  background-color: transparent
}

.nav-menu--header ul.sub-menu li:hover>a {
  background-color: #ccfcf2;
  font-weight: 600;
  color: #000
}

.nav-menu--header ul.sub-menu li.current-menu-item>a {
  background-color: #7d28ff;
  font-weight: 700;
  color: #fff
}

.nav-menu--header .sub-menu .sub-menu {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0
}

.nav-menu--header .sub-menu .sub-menu li a {
  padding-left: 2em
}

.nav-menu--header .sub-menu .sub-menu:before {
  content: none
}

.nav-menu--header .sub-menu>li:hover>a {
  color: inherit;
  font-weight: 700
}

.nav-menu--header .sub-menu>li.current_menu_ancestor>a {
  font-weight: 700
}

.nav-share,
.nav-tags {
  margin-bottom: 2rem
}

.nav-share__title,
.nav-tags__title {
  font-size: .875rem;
  opacity: .5;
  margin-bottom: .5rem
}

.nav-share ul li,
.nav-tags ul li {
  display: inline-block;
  margin-right: 1.375rem;
  margin-bottom: 1rem
}

.nav-share ul li:last-of-type,
.nav-tags ul li:last-of-type {
  margin: 0
}

.nav-term-subterms ul {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 1em;
  gap: 1em
}

.nav-term-subterms ul li a.focus-visible,
.nav-term-subterms ul li a:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: 2px;
  -webkit-transition: none;
  transition: none
}

#cookie-notice {
  background-color: #fff !important
}

#cookie-notice .cookie-notice-container {
  color: #000;
  -webkit-box-shadow: #0d84e3;
  box-shadow: #0d84e3
}

#cookie-notice .cookie-notice-container a:hover {
  color: #000
}

#cookie-notice .cookie-notice-container #cn-notice-text {
  display: block;
  text-align: left;
  margin-bottom: 1rem
}

#cookie-notice .cookie-notice-container .cn-button {
  font-family: inherit;
  font-weight: 400;
  background: #fff;
  text-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

#cookie-notice .cookie-notice-container .cn-button:before {
  display: block;
  content: none;
  color: #000
}

#cookie-notice .cookie-notice-container .cn-button:hover {
  text-decoration: none;
  background: #fff
}

#cookie-notice .cookie-notice-container .cn-button,
.candy_button,
.wp-block-buttons .wp-block-button__link {
  border-radius: 99px;
  padding: .7em 1.3em;
  line-height: 1.2;
  background-color: #7d28ff;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  white-space: unset
}

#cookie-notice .cookie-notice-container .cn-button:visited,
.candy_button:visited,
.wp-block-buttons .wp-block-button__link:visited {
  color: #fff
}

.candy_button--secondary {
  background-color: #73f0be;
  color: #7d28ff
}

.candy_button--secondary.focus,
.candy_button--secondary:hover {
  background-color: #ccfcf2;
  color: #7d28ff;
  text-decoration: none
}

.candy_button--secondary:visited {
  color: #7d28ff
}

.candy_button--share,
.candy_button--tag,
.wp-block-buttons .wp-block-button.is-style-button-facebook .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-instagram .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-linkedin .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-twitter .wp-block-button__link {
  background-color: #73f0be;
  border-radius: 4px;
  font-weight: 400;
  padding: .55rem 1rem;
  line-height: 1.2;
  color: #fff
}

.candy_button--share.focus,
.candy_button--share:focus,
.candy_button--share:hover,
.candy_button--share:visited,
.candy_button--tag.focus,
.candy_button--tag:focus,
.candy_button--tag:hover,
.candy_button--tag:visited,
.wp-block-buttons .wp-block-button.is-style-button-facebook .focus.wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-facebook .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button.is-style-button-facebook .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-button-facebook .wp-block-button__link:visited,
.wp-block-buttons .wp-block-button.is-style-button-instagram .focus.wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-instagram .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button.is-style-button-instagram .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-button-instagram .wp-block-button__link:visited,
.wp-block-buttons .wp-block-button.is-style-button-linkedin .focus.wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-linkedin .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button.is-style-button-linkedin .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-button-linkedin .wp-block-button__link:visited,
.wp-block-buttons .wp-block-button.is-style-button-twitter .focus.wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-twitter .wp-block-button__link:focus,
.wp-block-buttons .wp-block-button.is-style-button-twitter .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-button-twitter .wp-block-button__link:visited {
  text-decoration: none;
  color: #fff
}

.candy_button--share:hover,
.candy_button--tag:hover,
.wp-block-buttons .wp-block-button.is-style-button-facebook .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-button-instagram .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-button-linkedin .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-button-twitter .wp-block-button__link:hover {
  background-color: #73f0be
}

#cookie-notice .cookie-notice-container .cn-button,
.candy_button--default {
  background-color: #eee;
  color: #000
}

#cookie-notice .cookie-notice-container .cn-button:focus,
#cookie-notice .cookie-notice-container .cn-button:hover,
#cookie-notice .cookie-notice-container .cn-button:visited,
#cookie-notice .cookie-notice-container .focus.cn-button,
.candy_button--default.focus,
.candy_button--default:focus,
.candy_button--default:hover,
.candy_button--default:visited {
  text-decoration: none
}

#cookie-notice .cookie-notice-container .cn-button:hover,
.candy_button--default:hover {
  background-color: #f4f4f4
}

.candy_button--facebook,
.candy_button--facebook.focus,
.candy_button--facebook:active,
.candy_button--facebook:hover,
.candy_button--facebook:visited,
.wp-block-buttons .wp-block-button.is-style-button-facebook .focus.wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-facebook .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-facebook .wp-block-button__link:active,
.wp-block-buttons .wp-block-button.is-style-button-facebook .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-button-facebook .wp-block-button__link:visited {
  color: #fff;
  background-color: #4267b3
}

.candy_button--twitter,
.candy_button--twitter.focus,
.candy_button--twitter:active,
.candy_button--twitter:hover,
.candy_button--twitter:visited,
.wp-block-buttons .wp-block-button.is-style-button-twitter .focus.wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-twitter .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-twitter .wp-block-button__link:active,
.wp-block-buttons .wp-block-button.is-style-button-twitter .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-button-twitter .wp-block-button__link:visited {
  color: #fff;
  background-color: #1da1f2
}

.candy_button--instagram,
.candy_button--instagram.focus,
.candy_button--instagram:active,
.candy_button--instagram:hover,
.candy_button--instagram:visited,
.wp-block-buttons .wp-block-button.is-style-button-instagram .focus.wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-instagram .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-instagram .wp-block-button__link:active,
.wp-block-buttons .wp-block-button.is-style-button-instagram .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-button-instagram .wp-block-button__link:visited {
  color: #fff;
  background-color: #405de6
}

.candy_button--linkedin,
.candy_button--linkedin.focus,
.candy_button--linkedin:active,
.candy_button--linkedin:hover,
.candy_button--linkedin:visited,
.wp-block-buttons .wp-block-button.is-style-button-linkedin .focus.wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-linkedin .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-linkedin .wp-block-button__link:active,
.wp-block-buttons .wp-block-button.is-style-button-linkedin .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.is-style-button-linkedin .wp-block-button__link:visited {
  color: #fff;
  background-color: #2867b2
}

.candy_button--xing,
.candy_button--xing.focus,
.candy_button--xing:active,
.candy_button--xing:hover,
.candy_button--xing:visited {
  color: #fff;
  background-color: #026466
}

.candy_button--tag,
.candy_button--tag.focus,
.candy_button--tag:active,
.candy_button--tag:visited {
  background-color: #f4f4f4;
  color: #000
}

.candy_button--tag:hover {
  color: #000;
  background-color: #dbdbdb
}

.page-header {
  text-align: left
}

p.is-style-no-margin {
  margin-bottom: 0
}

.block-columns+h2,
.block-group[\:has\(.is-package\)]+h2,
.candy_block.block-list+h2,
.candy_post-grid .block-columns+.anchor-post-grid__title,
.candy_post-grid .block-group[\:has\(.is-package\)]+.anchor-post-grid__title,
.candy_post-grid .candy_block.block-list+.anchor-post-grid__title,
.candy_post-grid .wp-block-candy-panel+.anchor-post-grid__title,
.candy_post-grid .wp-block-candy-slider+.anchor-post-grid__title,
.candy_post-grid .wp-block-group.is-content-secondary+.anchor-post-grid__title,
.candy_post-grid .wp-block-image+.anchor-post-grid__title,
.candy_post-grid ol+.anchor-post-grid__title,
.candy_post-grid p+.anchor-post-grid__title,
.candy_post-grid table+.anchor-post-grid__title,
.candy_post-grid ul+.anchor-post-grid__title,
.wp-block-candy-panel+h2,
.wp-block-candy-slider+h2,
.wp-block-group.is-content-secondary+h2,
.wp-block-image+h2,
ol+h2,
p+h2,
table+h2,
ul+h2 {
  margin-top: 6rem
}

.block-columns+h2,
.block-group:has(.is-package)+h2,
.candy_block.block-list+h2,
.candy_post-grid .block-columns+.anchor-post-grid__title,
.candy_post-grid .block-group:has(.is-package)+.anchor-post-grid__title,
.candy_post-grid .candy_block.block-list+.anchor-post-grid__title,
.candy_post-grid .wp-block-candy-panel+.anchor-post-grid__title,
.candy_post-grid .wp-block-candy-slider+.anchor-post-grid__title,
.candy_post-grid .wp-block-group.is-content-secondary+.anchor-post-grid__title,
.candy_post-grid .wp-block-image+.anchor-post-grid__title,
.candy_post-grid ol+.anchor-post-grid__title,
.candy_post-grid p+.anchor-post-grid__title,
.candy_post-grid table+.anchor-post-grid__title,
.candy_post-grid ul+.anchor-post-grid__title,
.wp-block-candy-panel+h2,
.wp-block-candy-slider+h2,
.wp-block-group.is-content-secondary+h2,
.wp-block-image+h2,
ol+h2,
p+h2,
table+h2,
ul+h2 {
  margin-top: 6rem
}

p+h3 {
  margin-top: 3rem
}

.candy_post-grid .anchor-post-grid__title+h3,
h2+h3 {
  margin-top: -1rem
}

.candy_post-grid .anchor-post-grid__title,
h2 {
  clear: both
}

.candy_post-grid .anchor-post-grid__title:first-of-type,
h2:first-of-type {
  clear: none
}

.wp-block-heading+.block-group>.is-quote {
  margin-top: 0;
  padding-top: 2rem
}

ol,
ul {
  clear: both
}

ol .candy_content>p:first-of-type,
ul .candy_content>p:first-of-type {
  margin-top: 0
}

ol .candy_content>p:last-of-type,
ul .candy_content>p:last-of-type {
  margin-bottom: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1rem 0 2rem;
  padding: 0;
  list-style: none
}

ul.icon-list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none
}

ul.icon-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem
}

ul.icon-list li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: .1em;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #7d28ff;
  content: "";
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/arrow_right_light.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 50%
}

ul.icon-list.icon-list--pro li:before {
  background-color: #c8ff00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

ul.icon-list.icon-list--con li:before {
  background-color: #ff4c5b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

ul.icon-list.icon-list--hook li:before {
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/hook_light.svg);
  background-color: #7d28ff;
  background-size: 55%
}

ol.icon-list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  counter-reset: counter
}

ol.icon-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  counter-increment: counter
}

ol.icon-list li:before {
  content: counter(counter);
  position: absolute;
  display: inline-block;
  left: 0;
  top: .1em;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #7d28ff;
  font-family: HCo Gotham SSm, Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.35;
  text-align: center
}

.candy_post-list {
  padding: 0;
  list-style-type: none
}

.candy_post-list a {
  text-decoration: none
}

.candy_post-list a.focus-visible article,
.candy_post-list a:focus-visible article {
  outline: 2px solid #7d28ff;
  outline-offset: 4px
}

.candy_post-list__no-posts {
  text-align: center
}

.module-post-teaser-list {
  margin-top: 0
}

.post-teaser {
  position: relative;
  font-size: 1rem;
  margin-bottom: 2rem;
  text-decoration: none
}

.post-teaser .post-teaser__content .entry-title {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: .5rem;
  -webkit-transition: all .3s;
  transition: all .3s
}

.post-teaser .post-teaser__content .entry-meta {
  font-size: .875rem;
  opacity: .75
}

.post-teaser .post-teaser__content .entry-excerpt {
  margin: .5rem 0
}

.post-teaser .post-teaser__content .entry-header {
  width: 60%;
  padding: 0;
  text-align: left;
  min-height: 90px
}

.post-teaser .post-teaser__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  max-width: 136px;
  margin-bottom: .5rem
}

.post-teaser .post-thumbnail {
  margin: 0
}

.post-teaser .post-thumbnail img {
  display: block
}

.post-teaser--medium .post-teaser__content .entry-title {
  font-size: 1.1rem
}

.post-teaser--hero .post-teaser__image {
  margin-left: -1rem;
  margin-right: -1rem;
  position: static;
  width: auto;
  max-width: none
}

.post-teaser--hero .post-teaser__content,
.post-teaser--hero .post-teaser__content .entry-header {
  width: 100%
}

.post-teaser--hero .post-teaser__content .entry-title {
  font-size: 1.5rem
}

.post-teaser .post-teaser__image .post-thumbnail {
  position: relative
}

.post-teaser .post-teaser__image .post-thumbnail:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #73f0be;
  z-index: 0
}

.post-teaser .post-teaser__image .post-thumbnail:before,
.post-teaser .post-teaser__image .post-thumbnail img {
  -webkit-transition: all .3s cubic-bezier(.455, .03, .515, .955);
  transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

.post-teaser .post-teaser__image .post-thumbnail img {
  position: relative
}

.post-teaser:hover {
  cursor: pointer
}

.post-teaser:hover .entry-title {
  color: #7d28ff
}

.post-teaser:hover .post-teaser__image .post-thumbnail img {
  -webkit-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px)
}

.post-teaser:hover .post-teaser__image .post-thumbnail:before {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px)
}

.candy_post-teasers {
  margin-bottom: 2rem
}

.candy_post-teasers__title {
  text-align: center
}

.search-main .search-form {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem
}

.search-main .search-form label {
  width: 100%
}

.search-main .search-form label:before {
  content: "\E905";
  font-family: finanz-heldinnen !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.25rem;
  color: #fff;
  padding: 14px;
  background-color: #7d28ff;
  position: absolute;
  right: 0
}

.search-main .search-form .search-field {
  display: inline-block;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 3rem;
  padding: .75rem 4.5rem .75rem 1rem;
  border: 1.5px solid #7d28ff;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  font-family: HCo Gotham SSm, Arial, sans-serif;
  font-size: 1rem
}

.search-main .search-form .search-field:hover {
  border: 2.5px solid #7d28ff
}

.search-main .search-form .search-field:focus {
  border: 2.5px solid #7d28ff;
  -webkit-box-shadow: 0 2px 4px rgba(40, 54, 60, .2);
  box-shadow: 0 2px 4px rgba(40, 54, 60, .2)
}

.search-main .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  cursor: pointer
}

.search-main .search-form .search-submit.focus-visible,
.search-main .search-form .search-submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
  z-index: 100;
  -webkit-transition: none;
  transition: none
}

.search-visible-desktop {
  display: none
}

body:not(.home).page-template-default article a.focus-visible,
body:not(.home).page-template-default article a:focus-visible,
body:not(.home).page-template article a.focus-visible,
body:not(.home).page-template article a:focus-visible,
body:not(.home).single article a.focus-visible,
body:not(.home).single article a:focus-visible {
  outline: 2px solid #7d28ff
}

body:not(.home).page-template-default article>.entry-header,
body:not(.home).page-template article>.entry-header,
body:not(.home).single article>.entry-header {
  text-align: left
}

body:not(.home).page-template-default article>.entry-header .entry-title,
body:not(.home).page-template article>.entry-header .entry-title,
body:not(.home).single article>.entry-header .entry-title {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  font-size: 2rem
}

body:not(.home).page-template-default article>.entry-header .entry-meta,
body:not(.home).page-template article>.entry-header .entry-meta,
body:not(.home).single article>.entry-header .entry-meta {
  margin-bottom: 2rem;
  opacity: .6
}

body:not(.home).page-template-default article>.entry-header .entry-meta a,
body:not(.home).page-template article>.entry-header .entry-meta a,
body:not(.home).single article>.entry-header .entry-meta a {
  text-decoration: none
}

body:not(.home).page-template-default article>.post-thumbnail,
body:not(.home).page-template article>.post-thumbnail,
body:not(.home).single article>.post-thumbnail {
  margin-bottom: 3rem
}

body:not(.home).page-template-default article>.post-thumbnail img,
body:not(.home).page-template article>.post-thumbnail img,
body:not(.home).single article>.post-thumbnail img {
  display: block
}

body:not(.home).page-template-default article>.post-thumbnail .post-thumbnail__meta .post-thumbnail__description,
body:not(.home).page-template article>.post-thumbnail .post-thumbnail__meta .post-thumbnail__description,
body:not(.home).single article>.post-thumbnail .post-thumbnail__meta .post-thumbnail__description {
  text-align: right;
  padding-top: .1rem;
  display: block;
  font-size: .5rem
}

body:not(.home).page-template-default article>.post-thumbnail .post-thumbnail__meta .post-thumbnail__caption,
body:not(.home).page-template article>.post-thumbnail .post-thumbnail__meta .post-thumbnail__caption,
body:not(.home).single article>.post-thumbnail .post-thumbnail__meta .post-thumbnail__caption {
  display: none;
  font-style: italic;
  font-size: 1rem
}

body:not(.home).page-template-default article .entry-content,
body:not(.home).page-template article .entry-content,
body:not(.home).single article .entry-content {
  margin-bottom: 6rem
}

body:not(.home).page-template-default article .entry-content .wp-block-image a.focus-visible img,
body:not(.home).page-template-default article .entry-content .wp-block-image a:focus-visible img,
body:not(.home).page-template article .entry-content .wp-block-image a.focus-visible img,
body:not(.home).page-template article .entry-content .wp-block-image a:focus-visible img,
body:not(.home).single article .entry-content .wp-block-image a.focus-visible img,
body:not(.home).single article .entry-content .wp-block-image a:focus-visible img {
  outline: 2px solid #7d28ff
}

body:not(.home).page-template-default article .entry-content:after,
body:not(.home).page-template-default article .entry-content:before,
body:not(.home).page-template-default article .entry-footer:after,
body:not(.home).page-template-default article .entry-footer:before,
body:not(.home).page-template article .entry-content:after,
body:not(.home).page-template article .entry-content:before,
body:not(.home).page-template article .entry-footer:after,
body:not(.home).page-template article .entry-footer:before,
body:not(.home).single article .entry-content:after,
body:not(.home).single article .entry-content:before,
body:not(.home).single article .entry-footer:after,
body:not(.home).single article .entry-footer:before {
  content: " ";
  display: table
}

body:not(.home).page-template-default article .entry-content:after,
body:not(.home).page-template-default article .entry-footer:after,
body:not(.home).page-template article .entry-content:after,
body:not(.home).page-template article .entry-footer:after,
body:not(.home).single article .entry-content:after,
body:not(.home).single article .entry-footer:after {
  clear: both
}

body:not(.home).page-template-default article .entry-related,
body:not(.home).page-template article .entry-related,
body:not(.home).single article .entry-related {
  margin-top: 4rem;
  margin-bottom: 6rem
}

body:not(.home).page-template-default article .entry-related .entry-related__title,
body:not(.home).page-template article .entry-related .entry-related__title,
body:not(.home).single article .entry-related .entry-related__title {
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  text-align: left
}

.block-simple {
  border: 1px solid red;
  padding: 1rem
}

.block-accordion {
  margin-bottom: 2rem
}

.block-accordion .candy_panel:last-of-type {
  margin-bottom: 0
}

.block-accordion.is-preview {
  outline: 1px solid #00f
}

.block-accordion.is-preview .candy_panel__header {
  font-weight: 700;
  padding-left: 0
}

.block-accordion.is-preview .candy_panel__body {
  height: auto
}

.block-accordion.is-preview .candy_panel__body__content {
  margin: 0;
  padding: 0
}

.anchor-nav {
  font-size: 1.125rem
}

.anchor-nav ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.anchor-nav ul li {
  background-color: #f4f4f4;
  border-bottom: 1px solid #fff
}

.anchor-nav ul li a {
  display: block;
  padding: .6875rem 1rem;
  color: inherit;
  text-decoration: none
}

.anchor-nav ul li a:hover {
  background-color: rgba(0, 0, 0, .02)
}

.anchor-nav ul li a.focus-visible,
.anchor-nav ul li a:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: -2px
}

.anchor-nav ul li.current-menu-item {
  border-left: .5rem solid #7d28ff
}

.anchor-nav ul li.current-menu-item a {
  font-weight: 700;
  padding-left: .5rem
}

.anchor-nav .anchor-nav__collapse {
  margin-bottom: -1rem
}

.anchor-nav .anchor-nav__collapse [data-less] {
  display: none
}

.anchor-nav .anchor-nav__collapse.open [data-less] {
  display: inline;
  display: initial
}

.anchor-nav .anchor-nav__collapse.disabled .anchor-nav__collapse-toggle,
.anchor-nav .anchor-nav__collapse.open [data-more] {
  display: none
}

.anchor-nav .anchor-nav__collapse.init .anchor-nav__collapse-panel {
  overflow: hidden;
  height: 0
}

.anchor-nav .anchor-nav__collapse-toggle {
  position: relative;
  cursor: pointer;
  padding: .6875rem 1rem .6875rem 3em
}

.anchor-nav .anchor-nav__collapse-toggle:hover {
  background-color: rgba(0, 0, 0, .02)
}

.anchor-nav .anchor-nav__collapse-toggle:before {
  position: absolute;
  display: inline-block;
  left: 1rem;
  top: .6em;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #28373c;
  content: "";
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/arrow_right_light.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 50%
}

.anchor-nav__title {
  background-color: #7d28ff;
  padding: .6875rem 1rem;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff
}

.candy_post-grid {
  margin: 4rem 0
}

.candy_post-grid .candy_post-list {
  margin-left: -1rem;
  margin-right: -1rem
}

.has-text-align-center {
  text-align: center
}

.wp-block-embed {
  word-wrap: break-word;
  max-width: none;
  margin: 0 0 2rem
}

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed.wp-block-embed-twitter {
  margin: 3em auto
}

.wp-block-embed.wp-block-embed-twitter .twitter-tweet {
  margin-left: auto;
  margin-right: auto
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-has-aspect-ratio .BorlabsCookie,
.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}

.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-buttons {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.wp-block-buttons.is-content-justification-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wp-block-buttons.is-content-justification-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.wp-block-buttons .wp-block-button__link.focus-visible,
.wp-block-buttons .wp-block-button__link:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: 2px
}

.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1rem
}

.wp-block-buttons .wp-block-button+.wp-block-button {
  margin-left: 1.375rem
}

.wp-block-buttons .wp-block-button.is-style-button-fa-turquoise .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-fa-turquoise .wp-block-button__link.focus,
.wp-block-buttons .wp-block-button.is-style-button-fa-turquoise .wp-block-button__link:active,
.wp-block-buttons .wp-block-button.is-style-button-fa-turquoise .wp-block-button__link:visited {
  color: #000;
  background-color: #73f0be
}

.wp-block-buttons .wp-block-button.is-style-button-fa-turquoise .wp-block-button__link:hover {
  color: #000;
  background-color: #ccfcf2
}

.wp-block-buttons .wp-block-button.is-style-button-fa-greenyellow .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-fa-greenyellow .wp-block-button__link.focus,
.wp-block-buttons .wp-block-button.is-style-button-fa-greenyellow .wp-block-button__link:active,
.wp-block-buttons .wp-block-button.is-style-button-fa-greenyellow .wp-block-button__link:visited {
  color: #000;
  background-color: #c8ff00
}

.wp-block-buttons .wp-block-button.is-style-button-fa-greenyellow .wp-block-button__link:hover {
  color: #000;
  background-color: #e9f3c7
}

.wp-block-buttons .wp-block-button.is-style-button-fa-pink .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-button-fa-pink .wp-block-button__link.focus,
.wp-block-buttons .wp-block-button.is-style-button-fa-pink .wp-block-button__link:active,
.wp-block-buttons .wp-block-button.is-style-button-fa-pink .wp-block-button__link:visited {
  color: #fff;
  background-color: #ff00cd
}

.wp-block-buttons .wp-block-button.is-style-button-fa-pink .wp-block-button__link:hover {
  color: #000;
  background-color: #f8c9ef
}

.editor-block-list__block[data-type="core/group"] {
  outline: 1px solid red
}

.editor-block-list__block[data-type="core/group"].is-floatbox {
  float: left
}

.editor-block-list__block[data-type="core/group"].is-floatbox.floatbox--right {
  float: right
}

.candy_block.block-group[\:has\(.is-seal\)] {
  position: relative
}

.candy_block.block-group:has(.is-seal) {
  position: relative
}

.candy_block.block-group[\:has\(.is-seal\)] .block-image.is-seal {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 90px;
  -webkit-transform: translate(-15px, 20px);
  transform: translate(-15px, 20px)
}

.candy_block.block-group:has(.is-seal) .block-image.is-seal {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 90px;
  -webkit-transform: translate(-15px, 20px);
  transform: translate(-15px, 20px)
}

.candy_block.block-group[\:has\(.is-seal\)] .block-image.is-seal * {
  margin: 0;
  width: 100%
}

.candy_block.block-group:has(.is-seal) .block-image.is-seal * {
  margin: 0;
  width: 100%
}

.wp-block-group {
  margin-bottom: 2rem
}

.wp-block-group.is-content-secondary {
  background-color: #f4f4f4;
  margin: 2rem -5rem;
  padding: 4rem 5rem;
  clear: both
}

.wp-block-group.is-content-secondary .wp-block-group__inner-container>p:last-child {
  margin-bottom: 0
}

.wp-block-group.is-disclaimer {
  font-size: 14px;
  opacity: .75;
  clear: both;
  opacity: .8
}

.wp-block-group.is-floatbox {
  display: block;
  background-color: #f4f4f4;
  margin-bottom: 2rem;
  padding: 1rem
}

.wp-block-group.is-floatbox .block-link-nav,
.wp-block-group.is-floatbox .block-textanchor-nav {
  margin: -1rem
}

.wp-block-group.is-quote {
  clear: both;
  margin-top: 4rem;
  margin-bottom: 4rem
}

.wp-block-group.is-quote .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.wp-block-group.is-quote .candy_block.block-image .wp-block-image {
  margin: 0 auto;
  max-width: 240px
}

.wp-block-group.is-quote .wp-block-quote {
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: transparent;
  background-color: initial
}

.wp-block-group.is-quote .wp-block-quote.has-text-align-right {
  text-align: right
}

.wp-block-group .wp-block-group__inner-container>:last-child {
  margin-bottom: 0
}

.wp-block-group .wp-block-group__inner-container>:last-child.wp-block-buttons {
  margin-bottom: -1rem
}

.wp-block-group.is-package {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, .50196);
  box-shadow: 0 2px 18px rgba(0, 0, 0, .50196)
}

.wp-block-group.is-package .wp-block-group__inner-container {
  margin: 0;
  padding: 2rem 1rem
}

.wp-block-group.is-package .wp-block-group__inner-container .block-group[\:has\(.alignfull\)] {
  margin-left: -1rem;
  margin-right: -1rem
}

.wp-block-group.is-package .wp-block-group__inner-container .block-group:has(.alignfull) {
  margin-left: -1rem;
  margin-right: -1rem
}

.wp-block-group.is-package .wp-block-group__inner-container .wp-block-group {
  margin: 0
}

.wp-block-group.is-package .wp-block-group__inner-container>:last-child.block-group[\:has\(.has-background\)] {
  margin-bottom: -2rem !important
}

.wp-block-group.is-package .wp-block-group__inner-container>:last-child.block-group:has(.has-background) {
  margin-bottom: -2rem !important
}

.wp-block-group.is-package .wp-block-group__inner-container>:first-child.block-group[\:has\(.has-background\)] {
  margin-top: -2rem !important
}

.wp-block-group.is-package .wp-block-group__inner-container>:first-child.block-group:has(.has-background) {
  margin-top: -2rem !important
}

.block-group>:last-child.is-package {
  margin-bottom: 0
}

.block-heading {
  clear: both
}

.candy_block.block-image .wp-block-image {
  max-width: none;
  margin: 0 0 2rem
}

.candy_block.block-image .wp-block-image.is-style-rounded img {
  border-radius: 50%;
  overflow: hidden
}

.candy_block.block-image .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto
}

.candy_block.block-image .wp-block-image footer {
  text-align: right;
  padding-top: .1rem
}

.candy_block.block-image .wp-block-image footer small {
  display: block;
  font-size: .5rem
}

.candy_block.block-image .wp-block-image figcaption {
  font-style: italic;
  font-size: 1rem
}

.wp-block-group.is-floatbox>.wp-block-group__inner-container>.candy_block.block-image .wp-block-image {
  margin: 0 0 1rem
}

.wp-block-group.is-floatbox>.wp-block-group__inner-container>.candy_block.block-image .wp-block-image img {
  width: auto;
  max-width: 100%;
  height: auto
}

.wp-block-group.is-floatbox>.wp-block-group__inner-container>.candy_block.block-image .wp-block-image.size-medium {
  margin: -1rem -1rem 1rem
}

.wp-block-group.is-floatbox>.wp-block-group__inner-container>.candy_block.block-image .wp-block-image figcaption,
.wp-block-group.is-floatbox>.wp-block-group__inner-container>.candy_block.block-image .wp-block-image footer {
  width: 100%;
  padding: 0 1rem
}

.candy_panel__body__content>.candy_block.block-image .wp-block-image {
  margin: 0 0 1rem
}

.candy_block.block-image.is-style-image-outside {
  float: left;
  position: relative;
  margin-top: .5rem
}

.candy_block.block-image.is-style-image-outside .wp-block-image {
  margin: 0 1rem 0 0
}

.candy_block.block-image.is-style-image-outside .wp-block-image img {
  margin: 0;
  max-width: 60px
}

.candy_panel__body__content .candy_block.block-image.is-style-image-outside,
.wp-block-group__inner-container .candy_block.block-image.is-style-image-outside {
  margin-top: .5rem
}

.wp-block-column .candy_block.block-image .wp-block-image {
  max-width: none;
  margin: 0 0 1rem
}

.wp-block-video {
  max-width: none;
  margin: 0
}

.wp-block-video video {
  width: 100%
}

.wp-block-video video:focus {
  outline: none
}

.wp-block-quote {
  background-color: #f4f4f4;
  margin-left: -5rem;
  margin-right: -5rem;
  margin-bottom: 2rem;
  padding: 2rem 5rem;
  font-size: 1.375rem;
  line-height: 1.27272727;
  text-align: center
}

.wp-block-quote cite {
  display: inline-block;
  font-size: .875rem;
  font-style: normal;
  line-height: 1.4;
  margin-top: 1rem
}

.wp-block-quote p {
  margin: 0
}

.wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.wp-block-table table {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem
}

.wp-block-table table.has-fixed-layout {
  table-layout: fixed
}

.wp-block-table table td,
.wp-block-table table th {
  padding: .5rem 1rem .5rem .5rem;
  text-align: left
}

.wp-block-table table td:last-of-type,
.wp-block-table table th:last-of-type {
  padding-right: 0
}

.wp-block-table table th {
  white-space: pre-wrap;
  border-bottom: 1px solid #ccc;
  vertical-align: bottom
}

.wp-block-table table td {
  border-bottom: 1px solid #eee;
  vertical-align: top
}

.wp-block-columns {
  margin: 0;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.wp-block-columns.is-style-columns-teaser .wp-block-column {
  background-color: #eee;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  -webkit-transition: all .3s;
  transition: all .3s
}

.wp-block-columns.is-style-columns-teaser .wp-block-column:hover {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.wp-block-columns.is-style-columns-teaser .wp-block-column a {
  text-decoration: none;
  font-size: .8em
}

.bod-block-popup-wrap .bod-block-popup {
  border: solid #7d28ff;
  border-width: 4px 0 0;
  border-radius: 0 !important;
  padding: 0 1.5rem;
  width: 640px;
  max-height: calc(80vh - 2.5rem);
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

.bod-block-popup-wrap .bod-block-popup a {
  word-wrap: anywhere
}

.bod-block-popup-wrap .bod-block-popup .bod-modal-title {
  display: none
}

.bod-block-popup-wrap .bod-block-popup .bod-modal-content {
  padding-top: 2rem
}

.bod-block-popup-wrap .bod-block-popup-closer {
  width: 40px;
  height: 40px;
  position: absolute;
  color: #fff;
  background-color: transparent;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

.bod-block-popup-wrap .bod-block-popup-closer:before {
  display: block;
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 38px
}

.bod-block-popup-wrap .bod-block-popup-closer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%
}

.bod-block-popup-overlay {
  background-color: rgba(40, 55, 60, .9) !important
}

.wplyr-player,
.wplyr-player-video {
  max-width: none;
  margin: 0
}

.wplyr-player-video>.plyr,
.wplyr-player>.plyr {
  border-radius: 0
}

.wplyr-player-video .plyr--full-ui input[type=range],
.wplyr-player .plyr--full-ui input[type=range] {
  color: #7d28ff !important
}

.has-white-background-color {
  background-color: #fff !important
}

.has-black-background-color {
  background-color: #000 !important
}

.has-violett-background-color {
  background-color: #7d28ff !important
}

.has-paleviolett-background-color {
  background-color: #e5d4ff !important
}

.has-turquoise-background-color {
  background-color: #73f0be !important
}

.has-paleturquoise-background-color {
  background-color: #ccfcf2 !important
}

.has-greenyellow-background-color {
  background-color: #c8ff00 !important
}

.has-pink-background-color {
  background-color: #ff00cd !important
}

.has-white-color {
  color: #fff !important
}

.has-black-color {
  color: #000 !important
}

.has-violett-color {
  color: #7d28ff !important
}

.has-paleviolett-color {
  color: #e5d4ff !important
}

.has-turquoise-color {
  color: #73f0be !important
}

.has-paleturquoise-color {
  color: #ccfcf2 !important
}

.has-greenyellow-color {
  color: #c8ff00 !important
}

.has-pink-color {
  color: #ff00cd !important
}

.instagram-media {
  width: 100% !important;
  min-width: unset !important;
  margin: 0 auto 2rem !important
}

.is-floatbox .instagram-media {
  margin-bottom: 0 !important
}

.edit-post-visual-editor [data-type="candy/slider"] {
  max-width: 1100px
}

.edit-post-visual-editor .candy_slider {
  position: relative;
  outline: 1px solid #666;
  background-color: rgba(0, 0, 0, .1);
  padding-top: 1rem
}

.edit-post-visual-editor .candy_slider:before {
  content: "Slider";
  position: absolute;
  top: 0;
  left: 0;
  font-family: sans-serif;
  outline: 1px solid grey;
  padding: 0 .5em;
  font-size: 12px
}

.edit-post-visual-editor .candy_slide {
  margin: 10px;
  outline: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, .8);
  position: relative;
  padding-top: 1rem
}

.edit-post-visual-editor .candy_slide:before {
  content: "Slider Slide";
  position: absolute;
  top: 0;
  left: 0;
  font-family: sans-serif;
  outline: 1px solid grey;
  padding: 0 .5em;
  font-size: 12px
}

.wp-block-candy-slider {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 2rem
}

.wp-block-candy-slider .swiper-container {
  background-color: #f4f4f4
}

.wp-block-candy-slider .swiper-controls {
  position: relative;
  z-index: 100;
  width: 100%;
  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;
  bottom: 0;
  background-color: #fff;
  padding-bottom: .5em
}

.wp-block-candy-slider .swiper-controls .swiper-button-next,
.wp-block-candy-slider .swiper-controls .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%
}

.wp-block-candy-slider .swiper-controls .swiper-button-next:after,
.wp-block-candy-slider .swiper-controls .swiper-button-prev:after {
  content: "";
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/_/inc_custom/blocks/slider/circle-chevron-left.svg);
  width: 28px;
  height: 28px
}

.wp-block-candy-slider .swiper-controls .swiper-button-next.focus-visible,
.wp-block-candy-slider .swiper-controls .swiper-button-next:focus-visible,
.wp-block-candy-slider .swiper-controls .swiper-button-prev.focus-visible,
.wp-block-candy-slider .swiper-controls .swiper-button-prev:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: 2px
}

.wp-block-candy-slider .swiper-controls .swiper-button-next:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.wp-block-candy-slider .swiper-controls .swiper-pagination {
  position: relative;
  line-height: 0;
  padding: 0 10px
}

.wp-block-candy-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 5px
}

.wp-block-candy-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000
}

.wp-block-candy-slider .swiper-notification {
  display: block;
  height: 0;
  overflow: clip
}

.wp-block-candy-slider .candy_slide {
  background-color: #f4f4f4;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.wp-block-candy-slider .candy_slide__content {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem
}

.wp-block-candy-slider .candy_slide__content>:first-child {
  margin-top: 2rem
}

.wp-block-candy-slider .candy_slide__content>:first-child.block-image {
  margin-top: 0
}

.wp-block-candy-slider .candy_block.block-image .wp-block-image {
  max-width: none;
  margin: 0 0 1rem
}

.breadcrumbs {
  text-align: left;
  font-size: .875rem;
  opacity: .5;
  margin-bottom: 2rem
}

.breadcrumbs a {
  text-decoration: none;
  font-weight: 400
}

.not-found .page-header {
  position: relative;
  margin-top: 4rem;
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 5rem;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, .3);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .3)
}

.not-found .page-header:before {
  height: 2px;
  content: "";
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#fff500), color-stop(14%, #f7f406), color-stop(48%, #c6f127), color-stop(70%, #7aeb5b), to(#44cf6e));
  background: linear-gradient(-90deg, #fff500, #f7f406 14%, #c6f127 48%, #7aeb5b 70%, #44cf6e);
  width: 100%
}

.not-found .page-title {
  margin-bottom: 4rem
}

.not-found .page-title:before {
  content: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/icon-404.png);
  display: block;
  margin: 2rem auto
}

.candy_post-teaser--nothing-found,
.podigee-podcast-player {
  margin-bottom: 2rem
}

.home .site-header {
  margin-bottom: 0
}

.home .module {
  margin-top: 7rem;
  margin-bottom: 7rem
}

.teaser-block {
  margin: 5rem 0
}

.teaser-block .nav-tags {
  margin-bottom: 1rem;
  text-align: left
}

.teaser-block.teaser-block--hero {
  margin-top: 0
}

.teaser-block.teaser-block--hero .button-wrap {
  margin-top: 2rem;
  text-align: center
}

#cookie-notice .cookie-notice-container .teaser-block .cn-button,
.teaser-block #cookie-notice .cookie-notice-container .cn-button,
.teaser-block .candy_button,
.teaser-block .wp-block-buttons .wp-block-button__link,
.wp-block-buttons .teaser-block .wp-block-button__link {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  margin: 1em 0
}

.link-block {
  text-align: center;
  background-color: #ccfcf2;
  padding: 3rem 0
}

.link-block .link-block__link {
  margin: 1em 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.link-block .link-block__link:hover {
  color: #fff
}

.link-block .link-block__link.focus-visible,
.link-block .link-block__link:focus-visible {
  color: #fff;
  outline: 2px solid #7d28ff;
  outline-offset: 2px
}

.teaser-block__title {
  text-align: center
}

.teaser-block__title a:hover {
  -webkit-text-decoration-color: #7d28ff;
  text-decoration-color: #7d28ff
}

.teaser-block__title a.focus-visible,
.teaser-block__title a:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: 2px
}

.site-section-hero-image {
  margin-bottom: 2rem
}

.site-section-hero-image img {
  display: block;
  margin: 0 auto
}

.site-section-home__inner:after,
.site-section-home__inner:before {
  content: " ";
  display: table
}

.site-section-home__inner:after {
  clear: both
}

.entry-title--homepage {
  font-size: 1rem;
  font-weight: 400
}

.archive .page-title {
  font-size: 2rem
}

.archive .term-thumbnail {
  margin-bottom: 3rem
}

.archive .term-thumbnail img {
  display: block
}

.archive .term-thumbnail .term-thumbnail__meta .term-thumbnail__description {
  text-align: right;
  padding-top: .1rem;
  display: block;
  font-size: .5rem
}

.archive .term-thumbnail .term-thumbnail__meta .term-thumbnail__caption {
  display: none;
  font-style: italic;
  font-size: 1rem
}

.candy_glossary-select {
  font-size: 1rem;
  background-color: #fff;
  margin-bottom: 2rem
}

.candy_glossary-select__header {
  background-color: #7d28ff;
  padding: .8rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.candy_glossary-select__title {
  color: #fff;
  font-weight: 700
}

.candy_glossary-select__toggle {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  display: block;
  background-color: #eee;
  height: 28px;
  width: 62px;
  line-height: 28px;
  padding: 0 14px;
  text-transform: uppercase;
  border-radius: 14px
}

.candy_glossary-select__toggle:after {
  position: absolute;
  top: 11px;
  right: 15px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat
}

.candy_glossary-select__toggle.focus-visible,
.candy_glossary-select__toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  border: none
}

.candy_glossary-select__content {
  position: relative;
  margin-top: 1px
}

.candy_glossary-select__list {
  display: none
}

.candy_glossary-select__list.init [data-panel] {
  overflow: hidden;
  height: 0
}

.candy_glossary-select__list [data-less] {
  display: none
}

.candy_glossary-select__list.open [data-less] {
  display: inline;
  display: initial
}

.candy_glossary-select__list.open [data-more] {
  display: none
}

.candy_glossary-select__list.current {
  display: block
}

.candy_glossary-select__list ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.candy_glossary-select__list ul li {
  background-color: #f4f4f4;
  border-bottom: 1px solid #fff
}

.candy_glossary-select__list ul li a {
  display: block;
  padding: .6875rem 1rem;
  color: inherit;
  text-decoration: none
}

.candy_glossary-select__list ul li a:hover {
  background-color: rgba(0, 0, 0, .02)
}

.candy_glossary-select__list ul li a.focus-visible,
.candy_glossary-select__list ul li a:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: -2px;
  border: none
}

.candy_glossary-select__list ul li.current a {
  border-left: 8px solid #7d28ff;
  padding-left: .5rem
}

.candy_glossary-select__list a {
  text-decoration: none
}

.candy_glossary-select__list .collapse-toggle {
  position: relative;
  cursor: pointer;
  padding: .6875rem 1rem .6875rem 3em;
  background-color: rgba(0, 0, 0, .02)
}

.candy_glossary-select__list .collapse-toggle:hover {
  background-color: rgba(0, 0, 0, .03)
}

.candy_glossary-select__list .collapse-toggle:before {
  position: absolute;
  display: inline-block;
  left: 1rem;
  top: .6em;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #28373c;
  content: "";
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/arrow_right_light.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 50%
}

.candy_glossary-select__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #7d28ff;
  padding: 1rem;
  -webkit-box-shadow: 0 8px 16px rgba(40, 55, 60, .15);
  box-shadow: 0 8px 16px rgba(40, 55, 60, .15);
  display: none
}

.candy_glossary-select__overlay.active {
  display: block
}

.candy_glossary-select__alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0
}

.candy_glossary-select__alphabet li {
  width: 16.666666%;
  -ms-flex-preferred-size: 16.666666%;
  flex-basis: 16.666666%;
  text-transform: uppercase;
  padding: 0 1px 1px 0
}

.candy_glossary-select__alphabet li span {
  display: block;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer
}

.candy_glossary-select__alphabet li span.focus-visible,
.candy_glossary-select__alphabet li span:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: -4px;
  border: none
}

.candy_glossary-select__alphabet li:hover {
  position: relative;
  z-index: 10;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 2px -7px rgba(0, 0, 0, .03), 0 6px 4px -7px rgba(0, 0, 0, .08), 0 12px 6px -7px rgba(0, 0, 0, .06), 0 20px 9px -7px rgba(0, 0, 0, .06), 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 2px -7px rgba(0, 0, 0, .03), 0 6px 4px -7px rgba(0, 0, 0, .08), 0 12px 6px -7px rgba(0, 0, 0, .06), 0 20px 9px -7px rgba(0, 0, 0, .06), 0 0 10px 0 rgba(0, 0, 0, .1)
}

.glossary-archive .page-content:after,
.glossary-archive .page-content:before,
.glossary-archive .page-footer:after,
.glossary-archive .page-footer:before {
  content: " ";
  display: table
}

.glossary-archive .page-content:after,
.glossary-archive .page-footer:after {
  clear: both
}

.candy_glossary__list__wrap {
  display: table;
  padding-left: 1rem
}

.candy_glossary__list {
  list-style: none;
  position: relative
}

.candy_glossary__list:before {
  content: attr(data-char);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-weight: 700
}

.newsletter-teaser {
  background-color: #7d28ff;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  margin: 0 -1rem;
  text-align: center
}

.newsletter-teaser .newsletter-teaser__title {
  margin-bottom: 1rem
}

#cookie-notice .cookie-notice-container .newsletter-teaser .cn-button,
.newsletter-teaser #cookie-notice .cookie-notice-container .cn-button,
.newsletter-teaser .candy_button,
.newsletter-teaser .wp-block-buttons .wp-block-button__link,
.wp-block-buttons .newsletter-teaser .wp-block-button__link {
  margin: 0 1rem
}

.nl_banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  display: none
}

.nl_banner .nl_banner__inner {
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.newsletter-banner-threshold-reached .nl_banner__inner {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.wp-video {
  width: auto !important;
  max-width: none !important;
  margin: 0
}

.wp-video .wp-video-shortcode.mejs-container {
  height: 50px
}

.wp-video .wp-video-shortcode.mejs-container .mejs-controls {
  background: transparent
}

.wp-audio-shortcode,
.wp-video-shortcode {
  margin-bottom: 2rem
}

.wp-audio-shortcode.mejs-container .mejs-controls,
.wp-video-shortcode.mejs-container .mejs-controls {
  background: #73f0be
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.wp-video-shortcode.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #147de6
}

.wp-audio-shortcode .mejs-overlay-button,
.wp-video-shortcode .mejs-overlay-button {
  border-radius: 50%
}

.wp-audio-shortcode .mejs-overlay-button.focus-visible,
.wp-audio-shortcode .mejs-overlay-button:focus-visible,
.wp-video-shortcode .mejs-overlay-button.focus-visible,
.wp-video-shortcode .mejs-overlay-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px
}

.wp-audio-shortcode .mejs-button button.focus-visible,
.wp-audio-shortcode .mejs-button button:focus-visible,
.wp-audio-shortcode .mejs-time-slider.focus-visible,
.wp-audio-shortcode .mejs-time-slider:focus-visible,
.wp-video-shortcode .mejs-button button.focus-visible,
.wp-video-shortcode .mejs-button button:focus-visible,
.wp-video-shortcode .mejs-time-slider.focus-visible,
.wp-video-shortcode .mejs-time-slider:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px
}

.wp-audio-shortcode .mejs-volume-slider.focus-visible,
.wp-audio-shortcode .mejs-volume-slider:focus-visible,
.wp-video-shortcode .mejs-volume-slider.focus-visible,
.wp-video-shortcode .mejs-volume-slider:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 2px
}

.wp-audio-shortcode.mejs-container {
  background: none
}

.wp-audio-shortcode.mejs-container .mejs-controls {
  height: 54px;
  border-radius: 27px;
  padding: 7px 20px;
  background: #7d28ff
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-button.mejs-playpause-button,
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-button.mejs-volume-button {
  width: 40px;
  height: 40px
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-button.mejs-playpause-button button,
.wp-audio-shortcode.mejs-container .mejs-controls .mejs-button.mejs-volume-button button {
  -webkit-transform: scale(.7);
  transform: scale(.7)
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time-rail {
  padding: 0
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 0;
  height: 100%;
  background-color: transparent;
  position: relative
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #ccc
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total>span {
  margin-top: 18px;
  height: 4px
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #73f0be
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(115, 240, 190, .1)
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time-rail .mejs-time-hovered {
  background-color: rgba(115, 240, 190, .7)
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle-content {
  background-color: #73f0be;
  border: none;
  border-radius: 50%;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  opacity: 0
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  visibility: hidden
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 4px;
  background-color: #ccc;
  margin-top: 2px
}

.wp-audio-shortcode.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #73f0be
}

.wp-audio-shortcode .mejs-button>button {
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/_/assets_custom/img/mejs-controls-dark.svg)
}

.wp-audio-shortcode .mejs-time {
  color: #73f0be
}

.carli_social-nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.carli_social-nav ul li {
  list-style-type: none;
  padding: 0 .75rem;
  -webkit-transition: all .3s;
  transition: all .3s
}

.carli_social-nav ul li:last-child {
  padding-right: 0
}

.carli_social-nav ul li a {
  display: block;
  text-decoration: none
}

.carli_social-nav ul li a.focus-visible,
.carli_social-nav ul li a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
  -webkit-transition: none;
  transition: none
}

.carli_social-nav ul li.focus-visible,
.carli_social-nav ul li:focus-visible {
  outline: none
}

.carli_social-nav .social-icon,
.carli_social-nav .social-icon:before {
  -webkit-transition: all .3s;
  transition: all .3s
}

.carli_social-nav .social-icon:before {
  font-family: finanz-heldinnen !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.75rem;
  display: block
}

.carli_social-nav .social-icon.icon-twitter:before {
  content: "\E908"
}

.carli_social-nav .social-icon.icon-linkedin:before {
  content: "\E904"
}

.carli_social-nav .social-icon.icon-facebook:before {
  content: "\E914"
}

.carli_social-nav .social-icon.icon-youtube:before {
  content: "\E920"
}

.carli_social-nav .social-icon.icon-instagram:before {
  content: "\E902"
}

.site-footer__bar .carli_social-nav {
  margin: 2.5rem 0 1.5rem
}

.site-footer__bar .carli_social-nav ul li .social-icon:before {
  color: #fff
}

.site-footer__bar .carli_social-nav ul li:hover a span:before {
  color: #7d28ff;
  -webkit-transition: all .3s;
  transition: all .3s
}


[class*=" icon-"]:not(.icon-list),
[class^=icon-]:not(.icon-list) {
  font-family: finanz-heldinnen !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-icon-search-black:before {
  content: "\E905"
}

.icon-finanz-heldinnen_instagram-icon:before {
  content: "\E902"
}

.icon-finanz-heldinnen_youtube-icon-12:before {
  content: "\E903"
}

.icon-finanz-heldinnen_linkedin-icon:before {
  content: "\E904"
}

.icon-icon-youtube:before {
  content: "\E920"
}

.icon-chevron-up:before {
  content: "\E90C"
}

.icon-chevron-down:before {
  content: "\E90D"
}

.icon-instagram-1:before {
  content: "\E912"
}

.icon-facebook-1:before {
  content: "\E914"
}

.icon-arrow-big-left:before {
  content: "\E900"
}

.icon-arrow-big-right:before {
  content: "\E901"
}

.icon-chevron-left:before {
  content: "\E906"
}

.icon-chevron-right:before {
  content: "\E907"
}

.icon-mail:before {
  content: "\E90A"
}

.icon-phone:before {
  content: "\E90B"
}

.icon-hw_twitter-icon:before {
  content: "\E908"
}

.icon-hw_instagram-icon:before {
  content: "\E90E"
}

.icon-hw_facebook-icon:before {
  content: "\E90F"
}

.podcast-portal-teaser {
  margin: 2rem 0
}

.podcast-portal-teaser .podcast-portal-teaser__title {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700
}

.podcast-portal-teaser .podcast-portal-teaser__items {
  list-style: none;
  margin: 0;
  padding: 0
}

.podcast-portal-teaser .podcast-portal-teaser__items a {
  display: block;
  border-radius: 16px
}

.podcast-portal-teaser .podcast-portal-teaser__items a .candy_image-container img {
  display: block
}

.podcast-portal-teaser .podcast-portal-teaser__items a.focus-visible,
.podcast-portal-teaser .podcast-portal-teaser__items a:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: -1px
}

.podcast-player.latest {
  margin: 3rem 0
}

.podcast-categories-nav {
  list-style: none;
  margin: 2rem 0;
  padding: 0
}

#cookie-notice .cookie-notice-container .podcast-categories-nav .cn-button,
.podcast-categories-nav #cookie-notice .cookie-notice-container .cn-button,
.podcast-categories-nav .candy_button,
.podcast-categories-nav .wp-block-buttons .wp-block-button__link,
.wp-block-buttons .podcast-categories-nav .wp-block-button__link {
  display: block;
  margin-bottom: 1rem
}

.card a {
  text-decoration: none
}

.card__body {
  position: relative;
  height: 100%;
  padding: 1.6rem 1rem 2.313rem;
  font-size: 1rem;
  line-height: 1.25em
}

.card__value {
  margin-bottom: .25rem;
  font-size: 2.5rem;
  line-height: 1em
}

.card__quantifier {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.25em
}

.card__description {
  margin-bottom: 1rem
}

.card__link {
  display: block;
  position: absolute;
  right: 1rem;
  bottom: .938rem;
  left: 1rem;
  font-size: 1.063rem;
  text-align: right
}

.card__link:after {
  display: inline-block;
  height: 1em;
  width: 1em;
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  vertical-align: bottom
}

.card.color-primary .card__body,
.module-numbers-of-the-week .card:nth-child(2n) .card__body {
  background-color: #7d28ff;
  color: #73f0be
}

.card.color-primary .card__link:after,
.module-numbers-of-the-week .card:nth-child(2n) .card__link:after {
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/images/arrow-right-grey.svg)
}

.card.color-inverted .card__body,
.module-numbers-of-the-week .card:nth-child(odd) .card__body {
  background-color: #73f0be;
  color: #7d28ff
}

.card.color-inverted .card__link:after,
.module-numbers-of-the-week .card:nth-child(odd) .card__link:after {
  background-image: url(/wp-content/themes/finanzheldinnen-theme/assets/images/arrow-right-yellow.svg)
}

.module-numbers-of-the-week .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.module-numbers-of-the-week .swiper-slide {
  padding: 1rem;
  height: auto
}

.module-numbers-of-the-week .swiper-pagination {
  position: static;
  padding-bottom: .375rem
}

.module-numbers-of-the-week .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: .375rem;
  height: .375rem;
  margin: 0 .313rem;
  vertical-align: middle
}

.module-numbers-of-the-week .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #28373c
}

.block-shares {
  padding: 2rem 0
}

.block-shares .module-title,
.block-shares .teaser-block__title,
.module-shares .module-title,
.module-shares .teaser-block__title {
  margin-bottom: 1.438rem;
  text-align: left
}

.block-shares .module-content,
.module-shares .module-content {
  margin-bottom: 2rem;
  text-align: left
}

.block-shares .shares-item,
.module-shares .shares-item {
  margin-bottom: 1.7rem
}

.block-shares .shares-item .shares-item__title,
.module-shares .shares-item .shares-item__title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .5em
}

.block-shares .shares-item .shares-item__title a,
.module-shares .shares-item .shares-item__title a {
  display: block;
  font-weight: 400;
  font-size: 1rem
}

.block-shares .shares-item__graph,
.module-shares .shares-item__graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.block-shares .shares-item__graph.sales span,
.module-shares .shares-item__graph.sales span {
  border: 2px solid #000;
  background-color: transparent
}

.block-shares .shares-item__graph__value,
.module-shares .shares-item__graph__value {
  height: .5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.block-shares .shares-item__graph__value span,
.module-shares .shares-item__graph__value span {
  display: block;
  background-color: #000;
  height: 100%;
  width: 0;
  border-radius: .25rem
}

.block-shares .shares-item__graph__legend,
.module-shares .shares-item__graph__legend {
  width: 9rem;
  font-size: .8rem
}

.shares {
  width: 100%;
  padding: 0 1rem;
  border-spacing: 0;
  font-size: .875rem;
  line-height: 1.25em;
  letter-spacing: .018em
}

.share--spacer {
  height: 3rem
}

.share--spacer:last-child {
  height: 0
}

.share--sales .share__line {
  border-color: #73f0be;
  background-color: #fff
}

.share__graph {
  width: 34.1%;
  padding-bottom: .5rem;
  text-align: left
}

.share__graph--desktop {
  display: none
}

.share__line {
  display: inline-block;
  height: .5rem;
  margin-bottom: .063rem;
  border-radius: .25rem;
  border: .125rem solid #000;
  background-color: #000
}

.share__value {
  text-align: right
}

.share__label {
  width: 100%;
  white-space: nowrap;
  color: #000
}

.share__name-row {
  text-align: right
}

.share__name-row--desktop {
  display: none
}

.share__name {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: .5rem;
  line-height: 1.2
}

.share__name a {
  display: block;
  font-weight: 400
}

.module-teaser {
  background-color: purple
}

#cookie-notice .cookie-notice-container .candy_teaser .cn-button,
.candy_teaser #cookie-notice .cookie-notice-container .cn-button,
.candy_teaser .candy_button,
.candy_teaser .wp-block-buttons .wp-block-button__link,
.wp-block-buttons .candy_teaser .wp-block-button__link {
  display: block
}

.candy_teaser__title {
  font-size: 32px
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.4
}

.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 {
  font-family: HCo Gotham SSm, Arial, sans-serif
}

.candy_post-grid .entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .anchor-post-grid__title,
.candy_post-grid .entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .anchor-post-grid__title,
.candy_post-grid .entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .anchor-post-grid__title,
.candy_post-grid .entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .anchor-post-grid__title,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .candy_post-grid .anchor-post-grid__title,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h1,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h2,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h3,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h4,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h5,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h6,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element h2,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element h3,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element h4,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element h5,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .candy_post-grid .anchor-post-grid__title,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h1,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .candy_post-grid .anchor-post-grid__title,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h1,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .candy_post-grid .anchor-post-grid__title,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h1,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 h6 {
  font-family: HCo Gotham SSm, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.125 !important;
  color: #000 !important;
  margin-top: 0 !important;
  margin-bottom: .5em !important;
  padding: 0
}

.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .candy_post-teasers__title,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h1,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element h1,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .candy_post-teasers__title,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h1,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text h1,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .candy_post-teasers__title,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h1,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 h1,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .candy_post-teasers__title,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h1,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 h1 {
  font-size: 2.5rem !important;
  line-height: 1.2
}

.candy_post-grid .entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .anchor-post-grid__title,
.candy_post-grid .entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .anchor-post-grid__title,
.candy_post-grid .entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .anchor-post-grid__title,
.candy_post-grid .entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .anchor-post-grid__title,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .candy_post-grid .anchor-post-grid__title,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h2,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .candy_post-grid .anchor-post-grid__title,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .candy_post-grid .anchor-post-grid__title,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .candy_post-grid .anchor-post-grid__title,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h2,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 h2 {
  font-size: 1.75rem !important;
  margin-bottom: 2rem;
  line-height: 1.4
}

.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h3,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h3,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 h3 {
  font-size: 1.375rem !important;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem
}

.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h4,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h4,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 h4 {
  font-size: 1.6rem
}

.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h5,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element .h6,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element h5,
.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text .h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 .h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .h6,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 h5,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 h6 {
  font-size: 1.4rem
}

.entry-content .tve_flt .tqb-template-style-0 .thrv_wrapper .thrv_text_element p,
.entry-content .tve_flt .tqb-template-style-0 .tqb-question-wrapper .tqb-question-container .tqb-question-text p,
.entry-content .tve_flt .tqb-template-style-0 .tqb-result-template-1 p,
.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 p {
  font-size: inherit;
  font-family: inherit;
  margin-top: 0;
  margin-bottom: 2rem
}

.entry-content .tve_flt .tqb-template-style-0 .thrv_text_element [data-shortcode-id*=restart_quiz] {
  text-decoration: none !important;
  display: inline-block !important;
  background-color: #7d28ff !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  border-radius: 99px !important;
  padding: 0 1.3em !important;
  line-height: 2.2 !important
}

.entry-content .tve_flt .tqb-template-style-0 .thrv_text_element [data-shortcode-id*=restart_quiz]:hover {
  color: #7d28ff !important;
  background-color: #e5d4ff !important
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .thrv-button a.tcb-button-link {
  background-color: #7d28ff !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  border-radius: 99px !important;
  padding: 0 1.3em !important;
  line-height: 2.2 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .thrv-button a.tcb-button-link:hover {
  color: #7d28ff !important;
  background-color: #e5d4ff !important
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .thrv-button.btn-quiz-answer {
  display: block !important
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .thrv-button.btn-quiz-answer .tcb-button-link {
  border-radius: 0 !important;
  background-color: #e8e8e8 !important;
  display: block !important;
  padding: 15px !important;
  text-align: left;
  font-size: 18px !important;
  line-height: 26px !important;
  position: relative
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .thrv-button.btn-quiz-answer .tcb-button-texts {
  font-weight: 400;
  position: relative;
  padding-left: 40px !important
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .thrv-button.btn-quiz-answer .tcb-button-texts:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .thrv-button.btn-quiz-answer:hover .tcb-button-link {
  color: #7d28ff !important;
  background-color: #e5d4ff !important
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-splash-template-1 .thrv-button.btn-quiz-answer:hover .tcb-button-texts:before {
  border: 7px solid #2a383e
}

.entry-content .tve_flt .tqb-open-type-button,
.entry-content .tve_flt .tqb-shortcode-new-content .tqb-button-holder .tqb-next-button {
  background-color: #7d28ff !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  border-radius: 99px !important;
  padding: 0 1.3em !important;
  line-height: 2.5 !important;
  text-decoration: none
}

.entry-content .tve_flt .tqb-open-type-button:before,
.entry-content .tve_flt .tqb-shortcode-new-content .tqb-button-holder .tqb-next-button:before {
  content: "Weiter"
}

.entry-content .tve_flt .tqb-open-type-button svg,
.entry-content .tve_flt .tqb-shortcode-new-content .tqb-button-holder .tqb-next-button svg {
  display: none
}

.entry-content .tve_flt .tqb-open-type-button:hover,
.entry-content .tve_flt .tqb-shortcode-new-content .tqb-button-holder .tqb-next-button:hover {
  color: #7d28ff !important;
  background-color: #e5d4ff !important
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-progress-container .tqb-progress-label {
  display: none
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-progress-container .tqb-progress {
  border-radius: 0 !important
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-progress-container .tqb-progress-completed {
  background-color: #e5d4ff !important
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-progress-container .tqb-next-item {
  background-color: #7d28ff !important
}

.entry-content .tve_flt .tqb-template-style-0 .tqb-progress-container .tqb-remaining-progress {
  background-color: rgba(0, 0, 0, .1) !important
}

.tve_flt .tqb-template-style-0 .tqb-splash-template-1 {
  padding: 0;
  background-color: transparent
}

.tqb-template-style-0 .tqb-answer-image-container img {
  border-radius: 0 !important
}

.tqb-template-style-0 #tqb-next-q,
.tqb-template-style-0 .tqb-button-holder svg {
  fill: #000 !important;
  -webkit-transition: fill .1s !important;
  transition: fill .1s !important
}

.tqb-template-style-0 .tqb-question-wrapper {
  letter-spacing: inherit !important;
  font-size: 1.125rem !important;
  line-height: 1.444444 !important;
  font-weight: 400 !important;
  color: #000 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: HCo Gotham SSm, Arial, sans-serif !important;
  padding: 0 0 1rem !important;
  background-color: transparent !important
}

.tqb-template-style-0 #tqb-next-q {
  fill: #000 !important;
  -webkit-transition: fill .1s !important;
  transition: fill .1s !important
}

.tqb-template-style-0 .tqb-next-button:hover #tqb-next-q,
.tqb-template-style-0 .tqb-next-button:hover svg {
  fill: #7d28ff !important
}

.tqb-template-style-0 .tqb-question-description {
  letter-spacing: inherit !important;
  font-size: 1.125rem !important;
  line-height: 1.444444 !important;
  font-weight: 400 !important;
  color: #000 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: HCo Gotham SSm, Arial, sans-serif !important
}

.tqb-template-style-0 .tqb-answer-has-image .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper) {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper {
  letter-spacing: inherit !important;
  font-size: 1.125rem !important;
  line-height: 1.444444 !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: HCo Gotham SSm, Arial, sans-serif !important;
  color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper) {
  border: none !important;
  background-color: #e8e8e8 !important;
  color: #000 !important;
  -webkit-transition: background-color .1s !important;
  transition: background-color .1s !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper).tqb-active-answer,
.tqb-template-style-0 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper):hover:not(.tqb-disable-answer) {
  color: #000 !important;
  background-color: #7d28ff !important;
  color: #7d28ff !important;
  background-color: #e5d4ff !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper .tqb-answer-text {
  padding-left: 40px !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper textarea {
  border-radius: 0 !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper .tqb-answer-text {
  letter-spacing: inherit !important;
  font-size: 1.125rem !important;
  line-height: 1.444444 !important;
  font-weight: 400 !important;
  color: #000 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: HCo Gotham SSm, Arial, sans-serif !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper .tqb-answer-feedback {
  position: static !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  padding: 5px !important;
  color: #000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper .tqb-answer-feedback:after {
  display: none !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper .tqb-answer-feedback .tqb-feedback-inner {
  max-height: unset !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper .tqb-answer-feedback .tqb-feedback-inner *,
.tqb-template-style-0 .tqb-answer-inner-wrapper .tqb-answer-feedback .tqb-feedback-inner p {
  letter-spacing: inherit !important;
  font-size: 1.125rem !important;
  line-height: 1.444444 !important;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: HCo Gotham SSm, Arial, sans-serif !important;
  color: #000 !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper .tqb-answer-feedback .tqb-feedback-inner p {
  font-size: 14px !important
}

.tqb-template-style-0 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper) .tqb-answer-text:before {
  background-image: none !important;
  border: 2px solid #ddd !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  margin-top: 2px !important;
  background: #fff !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-width .1s ease-out, border-color .1s;
  transition: border-width .1s ease-out, border-color .1s
}

.tqb-template-style-0 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper).tqb-active-answer .tqb-answer-text:before,
.tqb-template-style-0 .tqb-answer-inner-wrapper:not(.tqb-open-ended-wrapper):hover .tqb-answer-text:before {
  background-image: none !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  margin-top: 2px !important;
  background: #fff !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #28373c !important
}

.tve_flt .tqb-template-style-0 .tqb-result-template-1 {
  background-color: transparent !important
}

.tve_flt .tqb-template-style-0 .tqb-result-template-1 .thrv_text_element a:not(.tcb-button-link) {
  font-family: HCo Gotham SSm, Arial, sans-serif !important
}

.tve_flt .tqb-template-style-0 .tqb-result-template-1 .thrv_text_element a:not(.tcb-button-link):hover {
  text-decoration: none !important
}

.tve_flt .tqb-template-style-0 .thrv-columns .tcb-flex-row {
  margin-left: -2rem
}

.tve_flt .tqb-template-style-0 .thrv-columns .tcb-flex-col {
  padding-top: 0;
  padding-left: 2rem
}

.quiz-result-teaser {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1rem !important
}

.candy_post-grid .quiz-result-teaser .anchor-post-grid__title,
.quiz-result-teaser,
.quiz-result-teaser .candy_post-grid .anchor-post-grid__title,
.quiz-result-teaser .candy_post-teasers__title,
.quiz-result-teaser h1,
.quiz-result-teaser h2,
.quiz-result-teaser h3,
.quiz-result-teaser h4,
.quiz-result-teaser h5,
.quiz-result-teaser h6,
.quiz-result-teaser p {
  text-align: left !important
}

.candy_post-grid .quiz-result-teaser .anchor-post-grid__title,
.quiz-result-teaser .candy_post-grid .anchor-post-grid__title,
.quiz-result-teaser .candy_post-teasers__title,
.quiz-result-teaser h1,
.quiz-result-teaser h2,
.quiz-result-teaser h3,
.quiz-result-teaser h4,
.quiz-result-teaser h5,
.quiz-result-teaser h6 {
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.25em !important;
  margin-bottom: .5rem !important
}

.quiz-result-teaser .tve-cb .thrv_wrapper {
  margin: 0
}

.quiz-result-teaser .tve-cb .thrv_wrapper.tve_image_caption {
  margin-bottom: .5rem
}

.quiz-result-teaser .tve-cb .thrv_wrapper.tve_image_caption .tve_image_frame {
  overflow: visible
}

.quiz-result-teaser .tve_image_caption {
  position: relative
}

.quiz-result-teaser .tve_image_caption:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff500;
  z-index: 0
}

.quiz-result-teaser .tve_image_caption:before,
.quiz-result-teaser .tve_image_caption img {
  -webkit-transition: all .3s cubic-bezier(.455, .03, .515, .955);
  transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

.quiz-result-teaser .tve_image_caption img {
  position: relative
}

.quiz-result-teaser:hover {
  cursor: pointer
}

.quiz-result-teaser:hover .tve_image_caption img {
  -webkit-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px)
}

.quiz-result-teaser:hover .tve_image_caption:before {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px)
}

.thrv_wrapper.thrv_social_custom.thrv_social {
  text-align: left !important
}

.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item {
  background-color: #73f0be;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  background-image: none;
  padding: 0;
  text-transform: none
}

.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item .tve_s_icon {
  display: none
}

.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item .tve_s_link {
  padding: .55rem 1rem;
  display: inline-block
}

.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item .tve_s_text {
  display: inline !important;
  color: #fff !important;
  padding: 0;
  font-size: 1rem !important
}

.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=fb_share],
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=fb_share].focus,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=fb_share]:active,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=fb_share]:hover,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=fb_share]:visited {
  color: #fff;
  background-color: #3b5998
}

.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=t_share],
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=t_share].focus,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=t_share]:active,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=t_share]:hover,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=t_share]:visited {
  color: #fff;
  background-color: #1da1f2
}

.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=in_share],
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=in_share].focus,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=in_share]:active,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=in_share]:hover,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=in_share]:visited {
  color: #fff;
  background-color: #0077b5
}

.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=xing_share],
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=xing_share].focus,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=xing_share]:active,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=xing_share]:hover,
.thrv_wrapper.thrv_social_custom.thrv_social .tve_social_items .tve_s_item[data-s=xing_share]:visited {
  color: #fff;
  background-color: #026466
}

.totalpoll-question .totalpoll-question-choices {
  margin: 0 !important
}

.totalpoll-question .totalpoll-question-choices-item {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  margin-top: -1px !important;
  padding: 0 !important;
  z-index: 1
}

.totalpoll-question .totalpoll-question-choices-item:first-child {
  margin-top: 0 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.totalpoll-question .totalpoll-question-choices-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #ccc !important
}

.totalpoll-question .totalpoll-question-choices-item:not(.totalpoll-question-choices-item-results):hover {
  border: 1px solid #28373c !important;
  z-index: 2;
  -webkit-box-shadow: #28373c 0 .125rem .25rem !important;
  box-shadow: 0 .125rem .25rem #28373c !important
}

.totalpoll-question .totalpoll-question-choices-item:not(.totalpoll-question-choices-item-results):hover .totalpoll-question-choices-item-control .totalpoll-question-choices-item-selector-box {
  border-width: .375rem !important;
  border-color: #ccc !important
}

.totalpoll-question .totalpoll-question-choices-item:not(.totalpoll-question-choices-item-results):hover.totalpoll-question-choices-item-checked .totalpoll-question-choices-item-control .totalpoll-question-choices-item-selector-box {
  border-color: #28373c !important
}

.totalpoll-question .totalpoll-question-choices-item .totalpoll-question-choices-item-control {
  position: relative;
  overflow: hidden;
  border-color: transparent;
  border: none !important;
  background: transparent !important
}

.totalpoll-question .totalpoll-question-choices-item .totalpoll-question-choices-item-control:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  background: rgba(255, 245, 0, .25);
  -webkit-transition: all .3s cubic-bezier(.455, .03, .515, .955);
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  z-index: 0
}

.totalpoll-question .totalpoll-question-choices-item .totalpoll-question-choices-item-control .totalpoll-question-choices-item-selector-box {
  width: 1.125rem !important;
  height: 1.125rem !important;
  border: .125rem solid #28373c !important
}

.totalpoll-question .totalpoll-question-choices-item .totalpoll-question-choices-item-control .totalpoll-question-choices-item-selector-box svg {
  opacity: 0
}

.totalpoll-question .totalpoll-question-choices-item.totalpoll-question-choices-item-checked .totalpoll-question-choices-item-control {
  color: inherit !important
}

.totalpoll-question .totalpoll-question-choices-item.totalpoll-question-choices-item-checked .totalpoll-question-choices-item-control .totalpoll-question-choices-item-selector-box {
  border-width: .375rem !important
}

.totalpoll-question .totalpoll-message {
  border: none !important
}

.totalpoll-question .totalpoll-message-error {
  background-color: #ff00cd !important
}

.totalpoll-question .totalpoll-question-choices-item-label {
  background: transparent !important;
  border-color: transparent !important
}

.totalpoll-question .totalpoll-question-choices-item-votes {
  margin-top: .4em !important
}

.totalpoll-question .totalpoll-question-choices-item-votes .totalpoll-question-choices-item-votes-bar {
  background-image: none !important;
  background-color: #7d28ff !important;
  height: 8px !important;
  border-radius: 4px !important
}

.totalpoll-question .totalpoll-question-choices-item-votes .totalpoll-question-choices-item-votes-text {
  font-size: 14px !important
}

.totalpoll-button {
  border: none !important;
  font-size: 15px !important;
  padding: 10px 20px 11px !important;
  color: inherit !important;
  border-radius: 16px !important;
  font-weight: 500;
  background-color: #eee !important
}

.totalpoll-buttons-vote {
  background-color: #7d28ff !important;
  font-weight: 500 !important
}

.helpful-feedback {
  border-top: 1px solid #ededed;
  margin-bottom: 2rem
}

.helpful-view {
  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;
  padding-top: 4rem;
  padding-bottom: 4rem
}

.helpful-button-group {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  grid-column-gap: 2rem;
  column-gap: 2rem;
  grid-row-gap: 1rem;
  row-gap: 1rem
}

.helpful-button,
.helpful-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.helpful-button {
  cursor: pointer;
  font-size: .8125rem;
  font-weight: 500;
  padding: .25rem .8125rem;
  border: 1px solid #28373c;
  border-radius: 100px;
  min-width: calc(.8125rem + 3.4em);
  background-color: transparent
}

.helpful-button.focus-visible,
.helpful-button:focus-visible {
  outline: 2px solid #7d28ff;
  outline-offset: 2px
}

.helpful-title {
  color: #28373c;
  margin-bottom: 1rem;
  text-align: center
}

.helpful-title2 {
  font-size: 1rem;
  text-align: center
}

#CookieBoxTextHeadline {
  width: 100%;
  text-align: left
}

#CookieBoxTextDescription {
  text-align: left
}

#BorlabsCookieBox .cookie-box [data-cookie-accept],
#BorlabsCookieBox .cookie-box fieldset,
code.develop,
code.error {
  display: none
}

@media screen and (min-width:900px) {
  .visible-mobile {
    display: none
  }

  .offcanvas-layer.open {
    visibility: hidden
  }

  .site-header__block .site-branding {
    padding-right: 0
  }

  .site-header__block .site-branding img {
    max-width: 152px
  }

  .site-header__block .visible-desktop {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center
  }

  .header-nav-wrapper .header-nav-buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .search-visible-desktop {
    display: block
  }
}

@media screen and (max-width:899px) {
  .visible-desktop {
    display: none
  }
}

@media only screen and (min-width:425px) {
  .col-ms {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 0 16px
  }

  .col-ms-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 0 16px
  }

  .col-ms-offset-1 {
    margin-left: 8.33333%
  }

  .col-ms-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 0 16px
  }

  .col-ms-offset-2 {
    margin-left: 16.66667%
  }

  .col-ms-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 16px
  }

  .col-ms-offset-3 {
    margin-left: 25%
  }

  .col-ms-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 16px
  }

  .col-ms-offset-4 {
    margin-left: 33.33333%
  }

  .col-ms-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 16px
  }

  .col-ms-offset-5 {
    margin-left: 41.66667%
  }

  .col-ms-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 16px
  }

  .col-ms-offset-6 {
    margin-left: 50%
  }

  .col-ms-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 0 16px
  }

  .col-ms-offset-7 {
    margin-left: 58.33333%
  }

  .col-ms-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0 16px
  }

  .col-ms-offset-8 {
    margin-left: 66.66667%
  }

  .col-ms-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 16px
  }

  .col-ms-offset-9 {
    margin-left: 75%
  }

  .col-ms-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 0 16px
  }

  .col-ms-offset-10 {
    margin-left: 83.33333%
  }

  .col-ms-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 0 16px
  }

  .col-ms-offset-11 {
    margin-left: 91.66667%
  }

  .col-ms-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 16px
  }

  .col-ms-offset-12 {
    margin-left: 100%
  }

  .row.start-ms {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .row.center-ms {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .row.end-ms {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .row.top-ms {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .row.middle-ms {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .row.bottom-ms {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .row.around-ms {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .row.between-ms {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

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

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

  .show-ms {
    display: block !important
  }

  .row.show-ms {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
  }

  .hide-ms {
    display: none !important
  }

  #cookie-notice .cookie-notice-container,
  .container {
    width: auto;
    margin: 0 1rem
  }

  .container-narrow {
    width: 80%;
    margin: 0 auto
  }

  .candy_icon--hamburger {
    margin-right: 0
  }

  .candy_icon--hamburger:after {
    display: block
  }

  .module-title,
  .teaser-block__title {
    margin-bottom: 2.5rem;
    font-size: 2.45rem
  }

  .site-footer__bar .fluid-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .shares {
    padding: 0 1.375rem
  }

  .share--spacer {
    height: 2rem
  }

  .share__graph {
    padding-bottom: 0;
    text-align: right
  }

  .share__graph--desktop {
    display: table-cell
  }

  .share__graph--mobile {
    display: none
  }

  .share__value {
    width: 1%
  }

  .share__label {
    width: 20%
  }

  .share__name {
    padding-top: .8rem
  }
}

@media only screen and (min-width:768px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-sm,
  .col-sm-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }

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

  .col-sm-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 0 16px
  }

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

  .col-sm-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 16px
  }

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

  .col-sm-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 16px
  }

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

  .col-sm-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 16px
  }

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

  .col-sm-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 16px
  }

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

  .col-sm-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 0 16px
  }

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

  .col-sm-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0 16px
  }

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

  .col-sm-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 16px
  }

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

  .col-sm-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 0 16px
  }

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

  .col-sm-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 0 16px
  }

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

  .col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 16px
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .row.start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .row.center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .row.end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .row.top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .row.middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .row.bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .row.around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .row.between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

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

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

  .show-sm {
    display: block !important
  }

  .row.show-sm {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
  }

  .hide-sm {
    display: none !important
  }

  #cookie-notice .cookie-notice-container,
  .container {
    width: auto;
    margin: 0 1rem
  }

  .container-narrow {
    width: 80%;
    margin: 0 auto
  }

  .candy-pagination.candy-pagination--logarithmic .page-numbers__wrap {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .candy-pagination.candy-pagination--logarithmic .candy-pagination__button.prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .candy-pagination.candy-pagination--logarithmic .candy-pagination__button.next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .candy-pagination.candy-pagination--logarithmic-advanced .page-numbers {
    display: block
  }

  .candy-pagination.candy-pagination--logarithmic-advanced .page-numbers.dots_mobile {
    display: none
  }

  .page-header .archive-description {
    width: 66.667%
  }

  .module-title,
  .teaser-block__title {
    font-size: 3.6rem
  }

  .site-footer__bar .fluid-grid.first-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  #cookie-notice .site-footer__bar .site-meta-nav .nav-menu--meta .cookie-notice-container:after,
  #cookie-notice .site-footer__bar .site-meta-nav .nav-menu--meta .cookie-notice-container:before,
  .site-footer__bar .site-meta-nav .nav-menu--meta #cookie-notice .cookie-notice-container:after,
  .site-footer__bar .site-meta-nav .nav-menu--meta #cookie-notice .cookie-notice-container:before,
  .site-footer__bar .site-meta-nav .nav-menu--meta .container:after,
  .site-footer__bar .site-meta-nav .nav-menu--meta .container:before {
    content: " ";
    display: table
  }

  #cookie-notice .site-footer__bar .site-meta-nav .nav-menu--meta .cookie-notice-container:after,
  .site-footer__bar .site-meta-nav .nav-menu--meta #cookie-notice .cookie-notice-container:after,
  .site-footer__bar .site-meta-nav .nav-menu--meta .container:after {
    clear: both
  }

  .site-footer__bar .site-menu-footer .nav-menu--footer ul li a {
    font-size: 1.25rem
  }

  #cookie-notice .cookie-notice-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  #cookie-notice .cookie-notice-container #cn-notice-text {
    margin-bottom: 0
  }

  .page-header {
    text-align: center
  }

  .candy_post-list {
    margin: 0
  }

  .post-teaser .post-teaser__content .entry-header {
    width: auto
  }

  .post-teaser .post-teaser__image {
    position: static;
    width: auto;
    max-width: none
  }

  .post-teaser--medium {
    margin-left: -1rem;
    margin-right: -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .post-teaser--medium .post-teaser__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 10
  }

  .post-teaser--medium .post-teaser__content .entry-title {
    font-size: 2rem
  }

  .post-teaser--medium .post-teaser__content .entry-header {
    width: 180%
  }

  .post-teaser--medium .post-teaser__content .entry-header .entry-title {
    display: inline;
    background: #fff;
    -webkit-box-shadow: 10px 0 0 #fff, 10px 7px 0 #fff, 0 7px 0 #fff;
    box-shadow: 10px 0 0 #fff, 10px 7px 0 #fff, 0 7px 0 #fff;
    line-height: 1.33em
  }

  .post-teaser--medium .post-teaser__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 544px;
    position: relative;
    z-index: 1;
    margin-bottom: 0
  }

  .post-teaser--medium .post-teaser__image .post-thumbnail {
    margin: 0
  }

  .post-teaser--hero {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .post-teaser--hero .post-teaser__image {
    margin: 0
  }

  .post-teaser--hero .post-teaser__content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 1rem 2rem 1rem 1rem;
    max-width: 480px
  }

  .post-teaser--hero .post-teaser__content .entry-title {
    font-size: 2.5rem
  }

  .post-teaser--hero .entry-excerpt {
    display: none
  }

  body:not(.home).page-template-default article>.entry-header,
  body:not(.home).page-template article>.entry-header,
  body:not(.home).single article>.entry-header {
    text-align: center
  }

  body:not(.home).page-template-default article>.entry-header .entry-title,
  body:not(.home).page-template article>.entry-header .entry-title,
  body:not(.home).single article>.entry-header .entry-title {
    font-size: 2.5rem
  }

  body:not(.home).page-template-default article .entry-related .entry-related__title,
  body:not(.home).page-template article .entry-related .entry-related__title,
  body:not(.home).single article .entry-related .entry-related__title {
    text-align: center;
    font-size: 3.5rem
  }

  .wp-block-group.is-quote {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 4rem 5rem
  }

  .candy_block.block-image.is-style-image-outside .wp-block-image {
    margin-bottom: 1rem;
    margin-right: 2rem
  }

  .candy_block.block-image.is-style-image-outside .wp-block-image img {
    max-width: 80px
  }

  .candy_panel__body__content .candy_block.block-image.is-style-image-outside .wp-block-image {
    margin-bottom: .5rem;
    margin-right: 1.5rem
  }

  .candy_panel__body__content .candy_block.block-image.is-style-image-outside .wp-block-image img {
    max-width: 60px
  }

  .wp-block-group__inner-container .candy_block.block-image.is-style-image-outside .wp-block-image {
    margin-bottom: .5rem;
    margin-right: 1.5rem
  }

  .wp-block-group__inner-container .candy_block.block-image.is-style-image-outside .wp-block-image img {
    max-width: 60px
  }

  .candy_block.block-columns {
    padding: 0
  }

  .wp-block-columns {
    grid-gap: 2em !important;
    gap: 2em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .wp-block-columns .wp-block-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .bod-block-popup-wrap .bod-block-popup {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .bod-block-popup-wrap .bod-block-popup-closer {
    left: auto;
    right: 10px
  }

  .teaser-block .nav-tags {
    text-align: center
  }

  .archive .page-title {
    font-size: 2.5rem
  }

  .newsletter-teaser {
    font-size: 1.5rem;
    padding: 1rem;
    margin: 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
  }

  .newsletter-teaser .newsletter-teaser__title {
    margin-bottom: 0
  }

  .nl_banner {
    display: block
  }

  .nl_banner_is_active .site-footer {
    margin-bottom: 69px
  }

  .carli_social-nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .carli_social-nav .social-icon:before {
    font-size: 1.5rem
  }

  .site-footer__bar .carli_social-nav {
    margin: 0
  }

  .podcast-categories-nav,
  .podcast-portal-teaser .podcast-portal-teaser__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .podcast-categories-nav {
    grid-gap: 1rem;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .block-shares .module-content,
  .block-shares .module-title,
  .block-shares .teaser-block__title,
  .module-shares .module-content,
  .module-shares .module-title,
  .module-shares .teaser-block__title {
    text-align: center
  }

  .block-shares .shares-item .shares-item__title,
  .module-shares .shares-item .shares-item__title {
    margin-bottom: 0
  }

  .block-shares .shares-item,
  .module-shares .shares-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .block-shares .shares-item>div,
  .module-shares .shares-item>div {
    width: 50%
  }

  .block-shares .shares-item .shares-item__title,
  .module-shares .shares-item .shares-item__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .block-shares .shares-item .shares-item__graphs,
  .module-shares .shares-item .shares-item__graphs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .block-shares .shares-item__graph__value,
  .module-shares .shares-item__graph__value {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .block-shares .shares-item__graph__legend,
  .module-shares .shares-item__graph__legend {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 1em
  }

  .share__value {
    padding-left: 1.125rem
  }

  .share__label {
    padding-right: 1.125rem;
    width: 1%
  }

  .share__name-row--desktop {
    display: table-row;
    text-align: left
  }

  .share__name-row--mobile {
    display: none
  }

  .share__name {
    padding-top: 0
  }
}

@media only screen and (min-width:992px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-md,
  .col-md-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }

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

  .col-md-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 0 16px
  }

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

  .col-md-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 16px
  }

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

  .col-md-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 16px
  }

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

  .col-md-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 16px
  }

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

  .col-md-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 16px
  }

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

  .col-md-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 0 16px
  }

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

  .col-md-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0 16px
  }

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

  .col-md-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 16px
  }

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

  .col-md-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 0 16px
  }

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

  .col-md-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 0 16px
  }

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

  .col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 16px
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .row.start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .row.center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .row.end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .row.top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .row.middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .row.bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .row.around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .row.between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

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

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

  .show-md {
    display: block !important
  }

  .row.show-md {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
  }

  .hide-md {
    display: none !important
  }

  #cookie-notice .cookie-notice-container,
  .container {
    width: 960px;
    margin: 0 auto
  }

  .container-narrow {
    width: 884px;
    margin: 0 auto
  }

  .module-title,
  .teaser-block__title {
    margin-left: -1rem;
    margin-right: -1rem
  }

  .candy_panel {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .candy_panel .candy_panel__header {
    padding: .625rem 5rem
  }

  .candy_panel .candy_panel__body__content {
    padding: 2rem 5rem 4rem
  }

  .candy_panel--only-collapse-on-mobile>.candy_panel__body {
    height: auto
  }

  .candy_panel--only-collapse-on-mobile>.candy_panel__header {
    display: none
  }

  .site-header .search .search-form .search-field {
    padding: .5rem 3rem .5rem .75rem
  }

  body:not(.home).page-template-default article>.post-thumbnail .post-thumbnail__meta .post-thumbnail__caption,
  body:not(.home).page-template article>.post-thumbnail .post-thumbnail__meta .post-thumbnail__caption,
  body:not(.home).single article>.post-thumbnail .post-thumbnail__meta .post-thumbnail__caption {
    margin: 0 auto;
    width: 38rem
  }

  body:not(.home).page-template-default article .entry-content,
  body:not(.home).page-template-default article .entry-footer,
  body:not(.home).page-template article .entry-content,
  body:not(.home).page-template article .entry-footer,
  body:not(.home).single article .entry-content,
  body:not(.home).single article .entry-footer {
    margin-left: auto;
    margin-right: auto;
    width: 38rem
  }

  .candy_post-grid {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .candy_post-grid .anchor-post-grid__title {
    padding-left: 11rem;
    padding-right: 11rem
  }

  .wp-block-embed {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .wp-block-group.alignwide {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .wp-block-group.is-floatbox {
    clear: both;
    float: left;
    width: 20rem;
    margin-top: .5rem;
    margin-left: -11rem;
    margin-right: 2rem
  }

  .wp-block-group.is-floatbox.floatbox--left {
    float: left
  }

  .wp-block-group.is-floatbox.floatbox--right {
    float: right;
    margin-left: 2rem;
    margin-right: -11rem
  }

  .wp-block-group.is-quote {
    margin-left: -5rem;
    margin-right: -5rem;
    padding-left: 0;
    padding-right: 0
  }

  .wp-block-group.is-quote .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -1rem;
    margin-right: -1rem
  }

  .wp-block-group.is-quote .candy_block.block-image {
    width: 30%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 1rem
  }

  .wp-block-group.is-quote .candy_block.block-quote {
    padding: 0 1rem
  }

  .wp-block-group.has-background .wp-block-group__inner-container {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .wp-block-group.is-package .wp-block-group__inner-container {
    margin: 0;
    padding-left: 2rem;
    padding-right: 2rem
  }

  .wp-block-group.is-package .wp-block-group__inner-container .block-group[\:has\(.alignfull\)] {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .wp-block-group.is-package .wp-block-group__inner-container .block-group:has(.alignfull) {
    margin-left: -2rem;
    margin-right: -2rem
  }

  .is-content-secondary[\:has\(.block-group\%3E.is-package\)] {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .is-content-secondary:has(.block-group>.is-package) {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .candy_block.block-image .wp-block-image {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .candy_block.block-image .wp-block-image figcaption {
    margin: 0 auto
  }

  .candy_block.block-image.is-style-image-outside .wp-block-image {
    position: absolute;
    width: 11rem;
    top: 0;
    right: 0;
    margin: 0;
    padding-right: 2rem
  }

  .candy_block.block-image.is-style-image-outside .wp-block-image img {
    float: right;
    max-width: 80px
  }

  .candy_panel__body__content .candy_block.block-image.is-style-image-outside .wp-block-image {
    position: absolute;
    width: 4rem;
    top: 0;
    right: 0;
    margin: 0;
    padding-right: 1rem
  }

  .candy_panel__body__content .candy_block.block-image.is-style-image-outside .wp-block-image img {
    float: right;
    max-width: 55px
  }

  .wp-block-group__inner-container .candy_block.block-image.is-style-image-outside .wp-block-image {
    position: absolute;
    width: 4rem;
    top: 0;
    right: 0;
    margin: 0;
    padding-right: 1rem
  }

  .wp-block-group__inner-container .candy_block.block-image.is-style-image-outside .wp-block-image img {
    float: right;
    max-width: 55px
  }

  .wp-block-column .candy_block.block-image .wp-block-image {
    margin-left: 0;
    margin-right: 0
  }

  .wp-block-video {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .candy_block.block-columns {
    margin-bottom: 2rem
  }

  .wp-block-columns.alignwide {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .wplyr-player,
  .wplyr-player-video {
    margin-left: -11rem;
    margin-right: -11rem
  }

  .wp-block-candy-slider {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .wp-block-candy-slider .swiper-button-wrap {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all .6s;
    transition: all .6s
  }

  .wp-block-candy-slider .swiper-button-wrap.next {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .wp-block-candy-slider:hover .swiper-button-wrap,
  .wp-block-candy-slider[focus-within] .swiper-button-wrap {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .wp-block-candy-slider:focus-within .swiper-button-wrap,
  .wp-block-candy-slider:hover .swiper-button-wrap {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .wp-block-candy-slider .candy_slide__content {
    padding-left: 5rem;
    padding-right: 5rem
  }

  .wp-block-candy-slider .candy_block.block-image .wp-block-image {
    margin-left: -5rem;
    margin-right: -5rem
  }

  .site-section-home__inner {
    margin-left: auto;
    margin-right: auto;
    width: 38rem
  }

  .archive .term-thumbnail .term-thumbnail__meta .term-thumbnail__caption {
    margin: 0 auto;
    width: 38rem
  }

  .candy_glossary-select {
    clear: both;
    float: left;
    width: 20rem;
    margin-top: .5rem;
    margin-left: -11rem;
    margin-right: 2rem
  }

  .glossary-archive .page-content,
  .glossary-archive .page-footer {
    margin-left: auto;
    margin-right: auto;
    width: 38rem
  }

  .wp-video {
    margin-left: -11rem;
    margin-right: -11rem
  }
}

@media only screen and (min-width:1280px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-lg,
  .col-lg-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }

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

  .col-lg-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 0 16px
  }

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

  .col-lg-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 16px
  }

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

  .col-lg-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 16px
  }

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

  .col-lg-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 16px
  }

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

  .col-lg-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 16px
  }

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

  .col-lg-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 0 16px
  }

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

  .col-lg-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0 16px
  }

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

  .col-lg-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 16px
  }

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

  .col-lg-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 0 16px
  }

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

  .col-lg-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 0 16px
  }

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

  .col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 16px
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .row.start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .row.center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .row.end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .row.top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .row.middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .row.bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .row.around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .row.between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

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

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

  .show-lg {
    display: block !important
  }

  .row.show-lg {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
  }

  .hide-lg {
    display: none !important
  }

  #cookie-notice .cookie-notice-container,
  .container {
    width: 960px;
    margin: 0 auto
  }

  .container-narrow {
    width: 1140px;
    margin: 0 auto
  }

  .candy_post-grid {
    margin-left: -12rem;
    margin-right: -12rem
  }

  .candy_post-grid .anchor-post-grid__title {
    padding-left: 12rem;
    padding-right: 12rem
  }

  .wp-block-columns.alignwide {
    margin-left: -20rem;
    margin-right: -20rem
  }
}

@media only screen and (min-width:1441px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .col-xl,
  .col-xl-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px
  }

  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
  }

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

  .col-xl-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 0 16px
  }

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

  .col-xl-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 16px
  }

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

  .col-xl-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 16px
  }

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

  .col-xl-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0 16px
  }

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

  .col-xl-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 16px
  }

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

  .col-xl-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 0 16px
  }

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

  .col-xl-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0 16px
  }

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

  .col-xl-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 16px
  }

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

  .col-xl-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 0 16px
  }

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

  .col-xl-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 0 16px
  }

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

  .col-xl-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 16px
  }

  .col-xl-offset-12 {
    margin-left: 100%
  }

  .row.start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .row.center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .row.end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .row.top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .row.middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .row.bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .row.around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .row.between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

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

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

  .show-xl {
    display: block !important
  }

  .row.show-xl {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
  }

  .hide-xl {
    display: none !important
  }

  #cookie-notice .cookie-notice-container,
  .container {
    width: 960px;
    margin: 0 auto
  }

  .container-narrow {
    width: 1300px;
    margin: 0 auto
  }
}

@media only screen and (max-width:424px) {
  .show-xs-only {
    display: block !important
  }

  .row.show-xs-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
  }

  .hide-xs-only {
    display: none !important
  }
}

@media only screen and (min-width:425px) and (max-width:767px) {
  .show-ms-only {
    display: block !important
  }

  .row.show-ms-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
  }

  .hide-ms-only {
    display: none !important
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .show-sm-only {
    display: block !important
  }

  .row.show-sm-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
  }

  .hide-sm-only {
    display: none !important
  }
}

@media only screen and (min-width:992px) and (max-width:1279px) {
  .show-md-only {
    display: block !important
  }

  .row.show-md-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
  }

  .hide-md-only {
    display: none !important
  }
}

@media only screen and (min-width:1280px) and (max-width:1440px) {
  .show-lg-only {
    display: block !important
  }

  .row.show-lg-only {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
  }

  .hide-lg-only {
    display: none !important
  }
}

@media only screen and (max-width:767px) {

  .archive .term-thumbnail,
  body:not(.home).page-template-default article>.post-thumbnail,
  body:not(.home).page-template article>.post-thumbnail,
  body:not(.home).single article>.post-thumbnail {
    margin-left: -1rem;
    margin-right: -1rem
  }
}

@media only screen and (max-width:991px) {
  .wp-block-group.is-quote .wp-block-group__inner-container .block-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 1rem
  }

  .wp-block-group.is-quote .wp-block-group__inner-container .block-quote {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .wp-block-group.is-quote .wp-block-group__inner-container .block-quote .has-text-align-right {
    text-align: left
  }
}