@charset "UTF-8";
/**
 * Posteo Help Pages
 */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

/**
 * --------------------------------------------------------------------------- *
 * @section:  $NORMALIZE - normalize.css v3.0.3
 * @license:  MIT License
 * @see:      https://github.com/necolas/normalize.css
 * @adapted:  posteo
 * --------------------------------------------------------------------------- *
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1em;
  margin: 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * --------------------------------------------------------------------------- *
 * @section        $HELPER CLASSES
 * @note
 * --------------------------------------------------------------------------- *
 */
.p_hidden {
  display: none !important;
  visibility: hidden;
}

.p_visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.p_visuallyhidden.focusable:active,
.p_visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.p_invisible {
  visibility: hidden;
}

.p_clearfix:after,
.p_clearfix:before {
  content: " ";
  display: table;
}

.p_clearfix:after {
  clear: both;
}

.p_inline-block {
  display: inline-block !important;
}

/**
 * --------------------------------------------------------------------------- *
 * @section        $HELPER CLASSES
 * @subsection     $HIDE-ON-CERTAIN-SCREENSIZE - QUERIES
 * --------------------------------------------------------------------------- *
 */
.p_hide-on-small-screen,
.p_hide-on-smallest-screen,
.p_toolbar__button__text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media only screen and (max-width: 749px) {
  .p_title-tags__info-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (min-width: 750px) {
  .p_title-tags__info-text,
.p_toolbar__button__text {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: relative;
    width: auto;
  }

  .p_hide-on-smallest-screen {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: relative;
    width: auto;
  }

  .p_hide-on-big-screen {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (min-width: 950px) {
  .p_hide-on-small-screen {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: relative;
    width: auto;
  }
}
/**
 * -------------------------------------------------------------------------- *
 * @section:    $WEBMAILER GENERAL-STYLES
 * -------------------------------------------------------------------------- *
 */
html {
  font-size: 62.5%;
}

body {
  font: 1.4rem/1.25em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: var(--text-default);
  background-color: var(--background-main-boxes-light);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

body,
html {
  height: 100%;
}

h1 {
  font-size: 1.6rem;
  line-height: 1em;
}

h2 {
  font-size: 2rem;
  line-height: 1.5em;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.5em;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.5em;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.5em;
}

h6 {
  font-size: 1.4rem;
  line-height: 1.5em;
}

p {
  margin: 0 0 0.5em;
}

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

button {
  cursor: pointer;
}

img {
  border: 0;
}

a:link,
a:visited {
  color: var(--link-default);
}

a:active,
a:focus,
a:hover {
  color: var(--link-hover);
}

.p_list--inline {
  margin: 0;
  padding: 0;
}

.p_list--inline li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * --------------------------------------------------------------------------- *
 * @section         $POSTEO-RWD-LAYOUT
 * @usage           p_help and p_notes
 * --------------------------------------------------------------------------- *
 */
@media only screen and (min-width: 750px) {
  body {
    font-size: 1.3rem;
  }
}
.p_page-wrapper {
  position: relative;
  height: 100%;
}

.p_main {
  background-color: var(--background-main);
}
@media only screen and (min-width: 750px) {
  .p_main {
    height: -webkit-calc(100vh - 52px);
    height: -moz-calc(100vh - 52px);
    height: calc(100vh - 52px);
  }
}
@media only screen and (min-width: 850px) {
  .p_main {
    height: -webkit-calc(100% - 5.6rem);
    height: -moz-calc(100% - 5.6rem);
    height: calc(100% - 5.6rem);
  }
}

@media only screen and (min-width: 750px) {
  .p_fluid__container {
    display: grid;
    grid-template-columns: 33.3333% 66.6667%;
    width: 100%;
  }
}
@media only screen and (min-width: 950px) {
  .p_fluid__container {
    grid-template-columns: 28% 72%;
  }
}
@media only screen and (min-width: 1200px) {
  .p_fluid__container {
    grid-template-columns: 23% 77%;
  }
}
@media only screen and (min-width: 750px) {
  .p_main__header {
    border: none;
  }
}
.p_main__h1 {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 1.5rem 0 1.5rem 2rem;
  float: left;
}
@media only screen and (min-width: 750px) {
  .p_main__h1 {
    font-size: 2.2rem;
    margin: 1.3rem 2rem;
  }
  .p_main__h1 a {
    color: var(--black);
    text-decoration: none;
  }
}

.p_main__body {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p_main__body {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
}

.p_offcanvas__container--inner {
  background-color: var(--background-main-boxes-light);
}
@media only screen and (min-width: 750px) {
  .p_offcanvas__container--inner {
    background-color: var(--background-main);
    height: -webkit-calc(100% - 6.2rem - 2.8rem);
    height: -moz-calc(100% - 6.2rem - 2.8rem);
    height: calc(100% - 6.2rem - 2.8rem);
  }
}
@media only screen and (min-width: 850px) {
  .p_offcanvas__container--inner {
    height: -webkit-calc(100% - 5.6rem - 2.8rem);
    height: -moz-calc(100% - 5.6rem - 2.8rem);
    height: calc(100% - 5.6rem - 2.8rem);
  }
}

.p_boxtitle {
  background-color: var(--background-top-bottom-bars);
  margin: 0;
}
.p_boxtitle a {
  white-space: nowrap;
  padding-right: 0.8rem;
}
@media only screen and (min-width: 750px) {
  .p_boxtitle {
    min-height: 2.6rem;
  }
}

.p_boxtitle__title-text {
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  .p_boxtitle__title-text {
    font-size: 1.2rem;
    padding: 0.6rem 1.5rem;
  }
}
.p_boxtitle__title-text .p_main__h2 {
  font-size: inherit;
  padding: 0;
  margin: 0;
  line-height: inherit;
}

.p_event-detected-touch .p_scroller-vertical {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 750px) {
  .p_scroller-vertical {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--background-main-boxes-light);
    border-bottom: 25px solid var(--background-top-bottom-bars);
  }
}
@media only screen and (min-width: 750px) {
  .p_offcanvas__nav__inner {
    margin: 0 1em;
  }
}
.p_offcanvas__details {
  position: static;
}
@media only screen and (min-width: 750px) {
  .p_offcanvas__details {
    position: relative;
  }
  .p_offcanvas__details .p_boxtitle {
    margin: 0 1.2rem 0 0;
  }
}
.p_offcanvas__details img {
  max-width: 100%;
  height: auto;
}

.p_offcanvas__details--text {
  padding: 1.5rem 0;
  line-height: 1.5em;
  max-width: 100rem;
}

.p_article {
  margin: 0 1.5rem;
}

@media only screen and (min-width: 750px) {
  .p_offcanvas__details--inner {
    margin-right: 1em;
    opacity: 0;
  }

  .p_offcanvas__details--inner textarea {
    height: 100%;
  }
}
@media only screen and (max-width: 749px) {
  .p_offcanvas__nav {
    display: none;
  }

  .p_js_show-list .p_offcanvas__nav {
    display: block;
    width: 100%;
  }

  .p_js_show-list .p_offcanvas__details {
    display: none;
  }
}
.p_js_hide {
  display: none;
}

.p_js_cursor {
  cursor: pointer;
}

@media only screen and (min-width: 750px) {
  .p_offcanvas__nav {
    position: relative;
  }

  .p_navmain--taskbar li {
    width: auto;
    position: relative;
    display: inline-block;
  }
}
@media only screen and (min-width: 850px) {
  .p_topnav {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }

  .p_navmain--taskbar {
    width: auto;
  }
  .p_navmain--taskbar a.button-selected {
    color: var(--white);
  }
  .p_navmain--taskbar li {
    width: auto;
    display: inline-block;
  }
  .p_navmain--taskbar li.p_logout {
    position: relative;
  }
}
.p_js-back2top {
  display: none;
}

@media only screen and (max-width: 749px) {
  html {
    scroll-behavior: smooth;
  }

  .p_js-back2top {
    position: fixed;
    right: 1.5rem;
    top: 0.9rem;
    z-index: 50;
    background-color: var(--background-btn-back2top);
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
    border: 1px solid var(--border-btn-back2top);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    cursor: pointer;
    -webkit-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    color: var(--text-btn-back2top);
  }
  .p_js-back2top .fa-arrow-circle-up {
    padding-right: 0.3em;
  }

  #p_js_main__header:target {
    position: relative;
    border-top: 52px solid transparent;
    margin-top: -50px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
.p_topline {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

.p_resp-nav ul.p_js_help_navbar {
  opacity: 0;
}

.showNavbar .p_resp-nav ul.p_js_help_navbar {
  opacity: 1;
}

/**
 * --------------------------------------------------------------------------- *
 * @section        $POSTEO-MENULIST-NAVLIST
 * @description    p_help rwd layout
 *                 Tag-Menu in col_left in .p_offcanvas__container--inner
 * @usage          p_help --> p_main__body__navlist
 * --------------------------------------------------------------------------- *
 */
.p_main__body__navlist__item {
  display: block;
  padding: 0.8rem 1.6rem;
  color: var(--text-default);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.33333em;
  text-align: left;
  -moz-user-select: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid var(--border-main-link-hover);
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p_main__body__navlist__item {
    font-size: 1.3rem;
    padding: 1rem 1.6rem;
  }
}
.p_main__body__navlist__item:active, .p_main__body__navlist__item:focus, .p_main__body__navlist__item:hover {
  background-color: var(--background-main-link-hover);
}
.p_main__body__navlist__item.p_js_active {
  background-color: var(--background-main-link-selected) !important;
}
.p_main__body__navlist__item.p_js_active a:link,
.p_main__body__navlist__item.p_js_active a:visited {
  cursor: default;
}
.p_main__body__navlist__item a {
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 0.6em 1em;
  display: block;
}
.p_main__body__navlist__item a:active, .p_main__body__navlist__item a:focus, .p_main__body__navlist__item a:hover {
  color: var(--text-main-link-hover);
}

@media only screen and (max-width: 749px) {
  .p_main__body__navlist__item a {
    width: 93%;
    display: inline-block;
  }

  .p_main__body__navlist__item::after {
    content: "";
    display: inline-block;
    background-image: url('/hilfe/assets/images/fa-angle-right.svg?v=01bddb023f416115854d3ea5d38e37d3bf44617cc63bcd59c316ef836ae37d52');
    -moz-background-size: cover;
         background-size: cover;
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    -webkit-filter: var(--text-default-filter);
            filter: var(--text-default-filter);
  }
}
/**
 * --------------------------------------------------------------------------- *
 * @section      $LIGHTBOX - HELP
 * @note         Fotoanleitungen mit Lightbox
 * --------------------------------------------------------------------------- *
 */
.lightbox-galerie-wrap {
  overflow-x: auto;
}

.lightbox-galerie {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto;
}

.p_offcanvas__details--text ol.lightbox-galerie,
.p_offcanvas__details--text ul.lightbox-galerie {
  padding: 0;
}

.ios6-one-line-only {
  height: 235px;
  width: 1480px;
}

.lightbox-galerie li {
  margin: 1em 0;
  padding: 0;
  width: 100%;
}

.lightbox-galerie a {
  display: block;
  line-height: 0;
}

.lightbox-galerie li img {
  margin: 0;
  border: 3px solid #ddd;
  max-width: 100%;
  height: auto;
}

.p_offcanvas__details--text img:not(.wm-help-icon) {
  border: 3px solid #ddd;
}

@media only screen and (max-width: 749px) {
  .p_offcanvas__details--text .lightbox-galerie li {
    margin: 2rem 0;
  }

  .lightbox-galerie li {
    margin-bottom: 3rem;
    background-color: var(--background-galerie-item);
  }

  .p_lightbox--imagecaption {
    padding: 1rem;
    margin: 0;
    line-height: 2rem;
  }

  .lightbox-galerie a,
.wm-help-img a {
    cursor: default;
  }
}
@media only screen and (min-width: 750px) {
  #imagelightbox-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
  }

  .imagelightbox-slide {
    margin: 0;
    padding: 1em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    float: left;
    opacity: 0;
  }

  .lightbox-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
            flex: 0 1 auto;
    max-width: 80vw;
    max-height: 80vh;
  }

  .imagelightbox-slide.current {
    opacity: 1;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
  }

  #imagelightbox-caption,
#imagelightbox-close,
#imagelightbox-overlay,
.imagelightbox-arrow {
    -webkit-animation: 0.25s linear 0s normal none 1 fade-in;
       -moz-animation: 0.25s linear 0s normal none 1 fade-in;
         -o-animation: 0.25s linear 0s normal none 1 fade-in;
            animation: 0.25s linear 0s normal none 1 fade-in;
  }

  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @-moz-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @-o-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .imagelightbox-arrow {
    display: none;
  }

  #imagelightbox-caption {
    min-height: 2rem;
    position: fixed;
    padding: 1rem 5%;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--background-lightbox-caption);
    color: var(--text-lightbox-caption);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    z-index: 10001;
    line-height: 2rem;
  }

  .p_offcanvas__details--text ul.lightbox-galerie li {
    float: left;
    margin: 0 2% 2rem 0;
  }
  .p_offcanvas__details--text ul.lightbox-galerie img:focus,
.p_offcanvas__details--text ul.lightbox-galerie img:hover {
    border-color: var(--border-lightbox-img-focus);
  }

  .imagelightbox-arrow {
    position: fixed;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    width: 5em;
    height: 5em;
    background-color: transparent;
    -webkit-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    border: medium none;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    z-index: 10001;
  }
  .imagelightbox-arrow:hover {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    cursor: pointer;
  }
  .imagelightbox-arrow:focus {
    outline: none;
  }
  .imagelightbox-arrow::before {
    display: block;
    content: "";
    width: 4em;
    height: 4em;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 0.5em;
       -moz-border-radius: 0.5em;
            border-radius: 0.5em;
  }

  .imagelightbox-arrow-left {
    left: 3%;
  }
  .imagelightbox-arrow-left::before {
    background-image: url('/hilfe/assets/images/lb-arrow-left.svg?v=f4e67d3d69e9057bfaf0dc329f81d7dfa608653a1b3efa9c76650073f9bcdee9');
  }

  .imagelightbox-arrow-right {
    right: 3%;
  }
  .imagelightbox-arrow-right::before {
    background-image: url('/hilfe/assets/images/lb-arrow-right.svg?v=0c81f682a96222e607a7b8ea5fbb6941921cf93cfbff88fd4083b2776d2c1cad');
  }

  #imagelightbox-close {
    position: fixed;
    top: 2em;
    right: 2em;
    width: 3em;
    height: 3em;
    border: none;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    cursor: pointer;
    z-index: 10002;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  #imagelightbox-close:hover {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
  }
  #imagelightbox-close:focus {
    outline: none;
  }
  #imagelightbox-close::before {
    display: block;
    content: "";
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/hilfe/assets/images/lb-close.svg?v=42713e58a0f705df5ef36e0192ec8f66fd7d41f9755585252a38cf34afa995e3');
  }
}
@media only screen and (min-width: 750px) and (max-width: 849px) {
  .p_offcanvas__details--text ul.lightbox-galerie li {
    width: 48%;
  }
  .p_offcanvas__details--text ul.lightbox-galerie li:nth-of-type(2n+3) {
    clear: left;
  }
}
@media only screen and (min-width: 850px) and (max-width: 949px) {
  .p_offcanvas__details--text ul.lightbox-galerie li {
    width: 31%;
  }
  .p_offcanvas__details--text ul.lightbox-galerie li:nth-of-type(3n+4) {
    clear: left;
  }
}
@media only screen and (min-width: 950px) {
  .p_offcanvas__details--text ul.lightbox-galerie li {
    width: 23%;
  }
  .p_offcanvas__details--text ul.lightbox-galerie li:nth-of-type(4n+5) {
    clear: left;
  }
}
.p_offcanvas__details--text ul.lightbox-galerie li:only-child {
  width: auto !important;
}

.webapp-gallery {
  margin: 2rem 0;
}

.webapp-gallery ul.lightbox-galerie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.webapp-gallery ul.lightbox-galerie li {
  float: none;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.webapp-gallery ul.lightbox-galerie li img {
  width: 100%;
}
.webapp-gallery ul.lightbox-galerie li:first-child {
  margin: 0;
  padding-right: 1.5rem;
}
.webapp-gallery ul.lightbox-galerie li:last-child {
  margin: 0;
}

.p_lightbox--imagecaption {
  display: none;
}

.webapp-gallery--description {
  margin: 0.5rem 0 0;
  max-width: 66.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.webapp-gallery ul.lightbox-galerie li {
  --image-borders: 6px;
  --gap: 12px;
}

.webapp-gallery.fp4 ul.lightbox-galerie li:first-child {
  width: -webkit-calc(77.562326869806094% - var(--image-borders) - var(--gap));
  width: -moz-calc(77.562326869806094% - var(--image-borders) - var(--gap));
  width: calc(77.562326869806094% - var(--image-borders) - var(--gap));
}
.webapp-gallery.fp4 ul.lightbox-galerie li:last-child {
  width: -webkit-calc(22.437673130193906% - var(--image-borders));
  width: -moz-calc(22.437673130193906% - var(--image-borders));
  width: calc(22.437673130193906% - var(--image-borders));
}

.webapp-gallery.fp3 ul.lightbox-galerie li:first-child {
  width: -webkit-calc(76.19047619047619% - var(--image-borders) - var(--gap));
  width: -moz-calc(76.19047619047619% - var(--image-borders) - var(--gap));
  width: calc(76.19047619047619% - var(--image-borders) - var(--gap));
}
.webapp-gallery.fp3 ul.lightbox-galerie li:last-child {
  width: -webkit-calc(23.80952380952381% - var(--image-borders));
  width: -moz-calc(23.80952380952381% - var(--image-borders));
  width: calc(23.80952380952381% - var(--image-borders));
}

@media only screen and (min-width: 1025px) {
  .webapp-gallery ul.lightbox-galerie li:first-child,
.webapp-gallery.fp4 ul.lightbox-galerie li:first-child {
    width: 50rem;
  }
  .webapp-gallery ul.lightbox-galerie li:first-child img,
.webapp-gallery.fp4 ul.lightbox-galerie li:first-child img {
    max-width: 50rem;
  }
  .webapp-gallery ul.lightbox-galerie li:last-child,
.webapp-gallery.fp4 ul.lightbox-galerie li:last-child {
    width: auto;
  }
  .webapp-gallery ul.lightbox-galerie li:last-child img,
.webapp-gallery.fp4 ul.lightbox-galerie li:last-child img {
    max-height: 28.1rem;
  }

  .webapp-gallery.fp3 ul.lightbox-galerie li:first-child {
    width: 49.2rem;
  }
  .webapp-gallery.fp3 ul.lightbox-galerie li:first-child img {
    max-width: 49.2rem;
  }
  .webapp-gallery.fp3 ul.lightbox-galerie li:last-child {
    width: auto;
  }
  .webapp-gallery.fp3 ul.lightbox-galerie li:last-child img {
    max-height: 27.7rem;
  }
}
.position-fixed {
  position: fixed;
  width: 100%;
}

/**
 * --------------------------------------------------------------------------- *
 * @section       $POSTEO-HELP-CONTENT
 * --------------------------------------------------------------------------- *
 */
@media only screen and (max-width: 749px) {
  .p_js_fa-tags {
    cursor: pointer;
  }
  .p_js_fa-tags::after {
    content: "";
    display: inline-block;
    background-image: url('/hilfe/assets/images/fa-tags.svg?v=e7e019d2bafc08fa426ed9fa46bae037e7e08b8ae7ebd97775a3827ab8313152');
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    width: 19px;
    height: 15px;
    margin: 0 0.4rem -0.1rem;
    -webkit-filter: var(--text-default-filter);
            filter: var(--text-default-filter);
  }

  .p_js_fa-bars {
    cursor: pointer;
  }
  .p_js_fa-bars::after {
    content: "";
    display: inline-block;
    background-image: url('/hilfe/assets/images/fa-bars.svg?v=5b84b4f0ab1638b406da135b04775821e9a675d5b9089b53f30afd609439c772');
    -moz-background-size: cover;
         background-size: cover;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    margin: 0 0.4rem -0.1rem;
    -webkit-filter: var(--text-default-filter);
            filter: var(--text-default-filter);
  }

  .p_js_show-list .p_js_fa-tags {
    display: none;
  }

  .p_js_show-list .p_js_fa-bars {
    display: block;
  }

  .p_js_fa-bars {
    display: none;
  }

  .fa-angle-left-svg,
.p_fa-angle-left::before {
    content: "";
    display: inline-block;
    background-image: url('/hilfe/assets/images/fa-angle-left.svg?v=a243297ba516924084a315b86aadb0ae0f7b5d816a2d831808f272a25719bee7');
    -moz-background-size: cover;
         background-size: cover;
    background-repeat: no-repeat;
    width: 6px;
    height: 11px;
    -webkit-filter: var(--text-default-filter);
            filter: var(--text-default-filter);
  }

  .p_fa-list {
    content: "";
    display: inline-block;
    background-image: url('/hilfe/assets/images/fa-list-ul.svg?v=e83b7514428f52aa6a3d368f34209d1f1ba356993212cafb0c125d649e4c32be');
    -moz-background-size: cover;
         background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    margin: 0 0.4rem -0.1rem;
    opacity: 0.8;
    -webkit-filter: var(--text-default-filter);
            filter: var(--text-default-filter);
  }
}
.p_fa-tag::before {
  content: "";
  display: inline-block;
  background-image: url('/hilfe/assets/images/fa-tag.svg?v=d97a6c0fe2d9aaa309bc89d7affb42afc6dab7b59c0749862706851a56a75275');
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  width: 12px;
  height: 12px;
  margin-right: 0.6rem;
  margin-left: 0.4rem;
  margin-bottom: -0.1rem;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}

@media only screen and (max-width: 749px) {
  .p_boxtitle {
    background: var(--background-top-bottom-bars);
    color: var(--text-default);
  }
  .p_boxtitle a {
    text-decoration: none;
  }

  .p_fa-angle-right {
    display: table-cell;
    vertical-align: middle;
  }
  .p_fa-angle-right::after {
    content: "";
    display: inline-block;
    background-image: url('/hilfe/assets/images/fa-angle-right.svg?v=01bddb023f416115854d3ea5d38e37d3bf44617cc63bcd59c316ef836ae37d52');
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 14px;
    -webkit-filter: var(--text-default-filter);
            filter: var(--text-default-filter);
  }
}
.p_offcanvas__details--text .p_help-directory {
  margin: 0 1.6rem;
  padding: 0;
}

.p_help-directory__topic-header {
  font-size: 1.4rem;
  font-weight: normal;
  background-color: var(--background-helpdirectory-default);
  margin: 0.7rem 0 0;
  display: table;
  width: 100%;
}
.p_help-directory__topic-header a {
  display: block;
  padding: 0.7rem;
}
@media only screen and (max-width: 749px) {
  .p_help-directory__topic-header a {
    width: 97%;
    display: table-cell;
    padding-right: 1.4rem;
  }
}
@media only screen and (max-width: 749px) {
  .p_help-directory__topic-header a:active, .p_help-directory__topic-header a:link, .p_help-directory__topic-header a:visited {
    text-decoration: none;
  }
}
.p_help-directory__topic-header:focus, .p_help-directory__topic-header:hover {
  background-color: var(--background-helpdirectory-hover);
}
.p_help-directory__topic-header:focus a, .p_help-directory__topic-header:hover a {
  color: var(--link-default);
}

h2.p_help__topic-header {
  padding: 0.7rem;
  background-color: var(--background-article-mainheader);
  margin: 0.8rem 0;
}

.p_offcanvas__details--text {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
.p_offcanvas__details--text .p_no-word-break {
  -webkit-hyphens: initial;
  -moz-hyphens: initial;
  -ms-hyphens: initial;
  hyphens: initial;
}
.p_offcanvas__details--text h2.p_help__topic-header {
  font-size: 1.7rem;
  line-height: 1.4em;
}
@media only screen and (min-width: 750px) {
  .p_offcanvas__details--text h2.p_help__topic-header {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.p_offcanvas__details--text .p_article > h2.p_help__topic-header {
  margin-top: 0;
}
.p_offcanvas__details--text h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 3rem 0 0.8rem;
  padding: 0.2rem 0.5rem;
  background-color: var(--background-article-subheader);
}
@media only screen and (min-width: 750px) {
  .p_offcanvas__details--text h3 {
    font-size: 1.3rem;
    margin: 2rem 0 1rem;
  }
}
.p_offcanvas__details--text h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 1.4rem 0 0.8rem;
}
.p_offcanvas__details--text h5 {
  font-size: 1.4rem;
  font-weight: 300;
  color: #888;
  margin: 1.6rem 0 0.4rem;
}
.p_offcanvas__details--text ol,
.p_offcanvas__details--text ul {
  margin: 1.8rem 0.6rem;
  padding: 0 0 0 2rem;
}
.p_offcanvas__details--text ol li,
.p_offcanvas__details--text ul li {
  margin: 0.6rem 0;
}
.p_offcanvas__details--text ol li ol,
.p_offcanvas__details--text ol li ul,
.p_offcanvas__details--text ul li ol,
.p_offcanvas__details--text ul li ul {
  margin: 0.8rem 0.6rem;
}
.p_offcanvas__details--text ol li ol li,
.p_offcanvas__details--text ol li ul li,
.p_offcanvas__details--text ul li ol li,
.p_offcanvas__details--text ul li ul li {
  list-style-type: square;
  margin: 0;
  line-height: 1.5em;
}
.p_offcanvas__details--text ol {
  line-height: 2.4rem;
}
@media only screen and (min-width: 750px) {
  .p_offcanvas__details--text ol {
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 750px) {
  .p_offcanvas__details--text h2.p_help-directory__topic-header {
    font-size: 1.4rem;
  }
  .p_offcanvas__details--text .fa {
    font-size: 1.6rem;
    color: #8EB04A;
  }
}

.highlight {
  font-weight: normal;
}

#helpsectionlist {
  font-size: 1.2rem;
}

.p_offcanvas__details--text .wm-help .fa {
  color: var(--text-default);
}

.help-page .wm-help .fa {
  color: var(--text-default);
}
.help-page .wm-help .fa.fa-circle {
  color: var(--icon-unread-mobile);
  font-size: 1.2rem;
  vertical-align: top;
}

.wm-help {
  -webkit-border-radius: 0.2rem;
     -moz-border-radius: 0.2rem;
          border-radius: 0.2rem;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  line-height: 1;
}
.wm-help.wm-bottomnav, .wm-help.wm-mainnav {
  background-color: var(--background-topheader);
  border: 1px solid var(--border-wm-btn);
}
.wm-help.wm-bottomnav .fa, .wm-help.wm-mainnav .fa {
  font-size: 1.6rem;
  color: var(--text-default);
}
.wm-help.wm-bottomnav {
  background-color: var(--background-top-bottom-bars);
}
.wm-help.wm-taskbar {
  background-color: var(--background-main);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2rem;
}
.wm-help.wm-taskbar .fa {
  color: var(--text-default);
  display: block;
  font-size: 1.6rem;
}
.wm-help.wm-taskbar .wm-help-icon {
  width: 20px;
  height: auto;
  border: none;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.wm-help.wm-taskbar .wm-help-icon-text {
  line-height: 1.111em;
  width: 7em;
  display: block;
}
.wm-help.wm-leftnav {
  background-color: var(--background-main-boxes-light);
  border-top: 1px solid var(--border-main-link-hover);
  border-bottom: 1px solid var(--border-main-link-hover);
  padding: 0.5em 0;
}
.wm-help.wm-leftnav .fa {
  font-size: 1.6rem;
  color: var(--text-default);
  vertical-align: text-top;
}
.wm-help.wm-leftnav-hover {
  background: var(--background-main-link-hover);
  color: var(--text-main-link-hover);
}
.wm-help.wm-leftnav-hover .fa {
  color: var(--text-main-link-hover);
}
.wm-help.wm-leftnav-active {
  background-color: var(--background-main-link-selected);
}
.wm-help.wm-btn-green {
  background: var(--green);
  color: var(--white);
  font-weight: bold;
}
.wm-help.wm-btn-green .fa {
  color: var(--white);
}
.wm-help.wm-btn-gray, .wm-help.wm-btn-default {
  background-color: var(--background-btn-gray);
  color: var(--text-btn-gray);
  font-weight: bold;
}
.wm-help.wm-btn-gray .fa, .wm-help.wm-btn-default .fa {
  color: var(--text-btn-gray);
}
.wm-help.wm-btn-orange {
  background: var(--orange);
  color: var(--white);
  font-weight: bold;
  border: 1px solid var(--border-wm-btn);
}
.wm-help.wm-btn-orange .fa {
  color: var(--text-btn-orange);
}
.wm-help.wm-btn-dropdown {
  background: var(--background-main-boxes-light);
  color: var(--text-default);
  border: 1px solid var(--border-select-dropdown);
}
.wm-help.wm-btn-dropdown .fa {
  color: var(--text-default);
}
.wm-help.wm-btn-dropdown-hover {
  background-color: var(--background-toolbarmenu-hover) !important;
  color: var(--text-toolbarmenu-hover);
  border: 1px solid var(--background-toolbarmenu-hover);
}
.wm-help.wm-btn-dropdown-hover .fa {
  color: var(--text-toolbarmenu-hover);
}
.wm-help.wm-btn-save {
  color: var(--text-button-important);
  background: var(--background-button-important);
  border-color: var(--border-button-important);
  font-weight: bold;
}
.wm-help.wm-btn-save .fa {
  color: var(--text-button-important);
}
.wm-help.wm-btn-save-hover {
  color: var(--text-button-important-hover);
  background: var(--background-button-important-hover);
  border-color: var(--border-button-important-hover);
  font-weight: bold;
}
.wm-help.wm-btn-save-hover .fa {
  color: var(--text-button-important-hover);
}
.wm-help.wm-btn-link {
  color: var(--link-default);
  text-decoration: underline;
}
.wm-help.wm-btn-link-hover {
  color: var(--link-hover);
  text-decoration: underline;
}
.wm-help.wm-btn-login {
  background-color: #e5e5e5;
  color: #595757;
}
.wm-help.wm-btn-ecoswitch {
  background-color: #f2f2f2;
  color: #8a8b88;
  font-weight: bold;
}
.wm-help.wm-btn-blue, .wm-help.wm-btn-mailvelope-blue {
  background-color: var(--background-btn-blue);
  color: var(--text-btn-blue);
  font-weight: bold;
}
.wm-help.wm-btn-blue .fa, .wm-help.wm-btn-mailvelope-blue .fa {
  color: var(--text-btn-blue);
}
.wm-help.wm-btn-lightblue, .wm-help.wm-btn-outlook-blue {
  background-color: var(--background-btn-lightblue);
  color: var(--text-btn-lightblue);
  font-weight: bold;
}
.wm-help.wm-btn-lightblue .fa, .wm-help.wm-btn-outlook-blue .fa {
  color: var(--text-btn-lightblue);
}
.wm-help.wm-btn-mailvelope, .wm-help.wm-btn-mailvelope-pink {
  background-color: var(--background-btn-mailvelope);
  color: var(--text-btn-mailvelope);
  font-weight: bold;
}
.wm-help.wm-btn-mailvelope .fa, .wm-help.wm-btn-mailvelope-pink .fa {
  color: var(--text-btn-mailvelope);
}

.wm-help-taskbar {
  background-color: var(--background-main);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  vertical-align: middle;
  width: 6.2rem;
  line-height: 1.2rem;
}
.wm-help-taskbar .fa {
  color: var(--text-default);
}

.wm-help-img {
  margin: 2rem 1rem;
}

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

li > .wm-help-img img {
  margin-top: 1em;
}

.p_offcanvas__details--text ul.wm-help-img-galerie {
  list-style: none;
  margin: 0 0 0 1rem;
  padding: 0;
  overflow: auto;
}
.p_offcanvas__details--text ul.wm-help-img-galerie li {
  margin: 1em 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p_offcanvas__details--text ul.wm-help-img-galerie li {
    float: left;
    margin: 0 2% 1rem 0;
  }
}
@media only screen and (min-width: 750px) and (max-width: 849px) {
  .p_offcanvas__details--text ul.wm-help-img-galerie li {
    width: 48%;
  }
  .p_offcanvas__details--text ul.wm-help-img-galerie li:nth-of-type(2n+3) {
    clear: left;
  }
}
@media only screen and (min-width: 850px) and (max-width: 949px) {
  .p_offcanvas__details--text ul.wm-help-img-galerie li {
    width: 31%;
  }
  .p_offcanvas__details--text ul.wm-help-img-galerie li:nth-of-type(3n+4) {
    clear: left;
  }
}
@media only screen and (min-width: 950px) {
  .p_offcanvas__details--text ul.wm-help-img-galerie li {
    width: 23%;
  }
  .p_offcanvas__details--text ul.wm-help-img-galerie li:nth-of-type(4n+5) {
    clear: left;
  }
}
.p_offcanvas__details--text ul.wm-help-img-galerie a {
  display: block;
  line-height: 0;
}
.p_offcanvas__details--text ul.wm-help-img-galerie img {
  margin: 0;
  border: 3px solid var(--border-galerie-image);
  height: auto;
}

/**
* --------------------------------------------------------------------------- *
* @section:        $LISTS
* @description:    List without dots
* --------------------------------------------------------------------------- *
*/
.p_list--inline {
  margin: 0;
  padding: 0;
}

.p_list--inline li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a.p_external-link::before {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  content: " ";
  background-image: url('/hilfe/assets/images/fa-external-link.svg?v=9d00aa6103d019f363afe66b40622b3f8f18dae8801d92f8404d4aa0d59671cd');
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.2em 0.1em;
  vertical-align: middle;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
a.p_external-link:hover::before {
  -webkit-filter: var(--text-default-hover-filter);
          filter: var(--text-default-hover-filter);
}

.p_underline {
  text-decoration: underline;
}

.fa5-svg__user-plus {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa5-svg__user-plus::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa5-svg__user-plus::before {
  width: 1.25em;
  height: 1em;
  background-image: url('/hilfe/assets/images/fa-user-plus.svg?v=1a5dd22465019282baa0f3fed341772111dc77af8adfa374213ea88a23335a89');
}

.fa5-svg__ellipsis {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa5-svg__ellipsis::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa5-svg__ellipsis::before {
  background-image: url('/hilfe/assets/images/fa-ellipsis-v.svg?v=1baf3c354d5adc1da27a5909ab608b3dfb7e076576e2cc668f8bcc37b32c87a9');
}

.fa5-svg__images {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa5-svg__images::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa5-svg__images::before {
  width: 1.3em;
  height: 1.3em;
  background-image: url('/hilfe/assets/images/fa-images.svg?v=85bfaba64515c61b364b0595492aaf502cdfdcc083fcdc8b1c79ef57df7bb77d');
  margin-bottom: 0;
}

.fa5-svg__expand {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa5-svg__expand::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa5-svg__expand::before {
  background-image: url('/hilfe/assets/images/fa-expand-alt.svg?v=a731d4f5c7b37ba57d9a503c7eceb2aeea000a51f7d2323f697c7bb289308ff9');
}

.fa5-svg__list {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa5-svg__list::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa5-svg__list::before {
  background-image: url('/hilfe/assets/images/fa-list-alt.svg?v=d3aa80d13ade8f3424736e3595f756af09c8e2ce1af5de52ec8ec87dbffd3b45');
}

.fa5-svg__download {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa5-svg__download::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa5-svg__download::before {
  background-image: url('/hilfe/assets/images/fa-download.svg?v=6ad9305a964c5d0a08fcd7624c73dfd99893bc7c4506dc6fc3c7a44a71021a99');
}

.fa5-svg__search {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa5-svg__search::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa5-svg__search::before {
  background-image: url('/hilfe/assets/images/fa-search.svg?v=0b2dbb17df5e1a0508d38f92ea05913d5b2c42eab0a4a7ce1c9fbe1efa02812c');
}

.fa5-svg__trash {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa5-svg__trash::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa5-svg__trash::before {
  background-image: url('/hilfe/assets/images/fa-trash-alt.svg?v=b34849f8b5e459d017f124cb2fa0377770bbf56b0f7d85f3e4877685308f5cd7');
}

.fa5-svg__paperclip {
  font-size: 1.2rem !important;
  line-height: 1.2;
  display: inline-block;
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}
.fa5-svg__paperclip::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa5-svg__paperclip::before {
  height: 1.3em;
  background-image: url('/hilfe/assets/images/fa-paperclip.svg?v=b08fb86f7c70c940ca76ed316e7b8cd1deab79006b27ae555ab78fdfc5e4faaa');
  margin-bottom: 0;
}

.fa5-svg__plus {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa5-svg__plus::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa5-svg__plus::before {
  background-image: url('/hilfe/assets/images/fa-plus.svg?v=8da7aaf34e36af819873db2ecde72e4d52d2c50d48ee4ecd16e9c85bba1562a2');
}

.fa-folder-x {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa-folder-x::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa-folder-x::before {
  background-image: url('/hilfe/assets/images/fa-folder-xmark_light.svg?v=d48c5f298bf8cc2dacbf8eb478f9187755ef46a0fe0504d8ea8ddb75319d887d');
}

.wm-help.wm-taskbar .fa5-svg__images::before,
.wm-help.wm-taskbar .fa5-svg__list::before,
.wm-help.wm-taskbar .fa5-svg__search::before {
  width: 1.7em;
  height: 1.7em;
}

.rotate-45 .fa5-svg__plus::before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.flip-rotate,
.fa-paperclip {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
     -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
       -o-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.fa-plus-square {
  padding: 0;
  line-height: 0.8;
  -webkit-border-radius: 0.5rem;
     -moz-border-radius: 0.5rem;
          border-radius: 0.5rem;
  background-color: #eee;
  vertical-align: middle;
}

.svg__select-allpages {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.svg__select-allpages::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.svg__select-allpages::before {
  background-image: url('/hilfe/assets/images/fi-filetype-group.svg?v=eb82dc3b50aa07dacbf3e7de75dafe9e8155edd52e7a9263dbc225ced1d0d516');
}

.svg__select-curpage {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.svg__select-curpage::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.svg__select-curpage::before {
  background-image: url('/hilfe/assets/images/fi-clipboard.svg?v=cef4a0f07b9ef6b79f36a1dda6f1e1e336079962c785f972c17034584cb33abd');
}

.svg__select-invert {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.svg__select-invert::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.svg__select-invert::before {
  background-image: url('/hilfe/assets/images/fi-shuffle.svg?v=69eebc9b3b266813b3f2f363a6d04ce5b25d1b8b6738d62eaeac398b452bd5dc');
}

.wm-btn-dropdown .svg__select-allpages::before,
.wm-btn-dropdown .svg__select-curpage::before,
.wm-btn-dropdown .svg__select-invert::before,
.wm-btn-dropdown-hover .svg__select-allpages::before,
.wm-btn-dropdown-hover .svg__select-curpage::before,
.wm-btn-dropdown-hover .svg__select-invert::before {
  margin: 0;
}
.wm-btn-dropdown .svg__select-allpages::before,
.wm-btn-dropdown-hover .svg__select-allpages::before {
  width: 1.6rem;
  height: 1.8rem;
}
.wm-btn-dropdown .svg__select-curpage::before,
.wm-btn-dropdown-hover .svg__select-curpage::before {
  width: 1.6rem;
  height: 2rem;
}
.wm-btn-dropdown .svg__select-invert::before,
.wm-btn-dropdown-hover .svg__select-invert::before {
  width: 1.4rem;
  height: 1.4rem;
}

.fa-svg__refresh {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa-svg__refresh::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa-svg__refresh::before {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url('/hilfe/assets/images/fa6-arrows-rotate_solid.svg?v=31fc2fc8f060d61bfc13ae653111ae6e8468fb932c7669399814ec0237ad53f5');
}

.fa-svg__inbox {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa-svg__inbox::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa-svg__inbox::before {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url('/hilfe/assets/images/fa6-inbox_light.svg?v=ff4410d65e0c594062d1ef4e58913c142b238feec32caa40edbc4322d3489e29');
}

.fa-svg__folder {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa-svg__folder::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa-svg__folder::before {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url('/hilfe/assets/images/fa6-folder_light.svg?v=8a35faded9f79a9b7fa5747985656ec5b5eef3bc157f0cdff17fabc843283c3e');
}

.fa-svg__folder-open {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa-svg__folder-open::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa-svg__folder-open::before {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url('/hilfe/assets/images/fa6-folder-open_light.svg?v=bf3db168efa41d2e98318d04538ea7507e9041ff3ca0b863c8ec649d4438fc2d');
}

.fa-svg__folder-arrow {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa-svg__folder-arrow::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa-svg__folder-arrow::before {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('/hilfe/assets/images/fa6-angle-right_solid.svg?v=c72e9de409bab9cea486b384235c2270990412814344737415fb24b878833f4e');
}

.fa-svg__folder-open-arrow {
  font-size: 1.2rem !important;
  line-height: 1.2;
}
.fa-svg__folder-open-arrow::before {
  display: inline-block;
  content: " ";
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: 0.1em;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.fa-svg__folder-open-arrow::before {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('/hilfe/assets/images/fa6-angle-down_solid.svg?v=0235d7f9da795bae184098bd223921c575a4be48a7a1a5f45058affef66e6143');
}

.wm-leftnav .fa-svg__folder-arrow::before,
.wm-leftnav .fa-svg__folder-open-arrow::before {
  margin-right: 0.3em;
}

.p_offcanvas__details--home {
  padding: 1.5rem 0;
  line-height: 1.5em;
  max-width: 100rem;
}

.posteo-hilfe-intro-page h2 {
  font-size: 2.2rem;
  line-height: 1.1;
  margin-top: 0;
}
.posteo-hilfe-intro-page .highlighted-text {
  color: var(--text-highlight);
  display: block;
}

.posteo-hilfe-intro-teaser {
  position: relative;
  margin: 9rem 0 4rem;
  padding: 7rem 1rem 1rem 1rem;
  background-color: var(--background-main);
  border: 1px solid var(--input-border-on-background-main);
  -webkit-border-radius: 0.8rem;
     -moz-border-radius: 0.8rem;
          border-radius: 0.8rem;
}

.posteo-hilfe-intro-robot {
  position: absolute;
  top: -9rem;
  right: 0;
  width: 20rem;
  padding: 1rem;
  border: none !important;
}

.posteo-hilfe-intro-slider {
  position: relative;
}

.card {
  -webkit-border-radius: 0.8rem;
     -moz-border-radius: 0.8rem;
          border-radius: 0.8rem;
}

.card-bg_app {
  background-image: url('/hilfe/assets/images/faq-posteo-app.png?v=9b8cfbe5230ff74191d5e72611771dbebf2613d634c375b01e50281636ed3a65');
  background-repeat: no-repeat;
  background-position: bottom;
  -moz-background-size: 80%;
       background-size: 80%;
}

h3.card-title {
  margin: 0;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: transparent;
}

.card-title {
  -webkit-border-top-left-radius: 0.8rem;
     -moz-border-radius-topleft: 0.8rem;
          border-top-left-radius: 0.8rem;
  -webkit-border-top-right-radius: 0.8rem;
     -moz-border-radius-topright: 0.8rem;
          border-top-right-radius: 0.8rem;
}
.card-title a {
  display: block;
}

.card-content {
  padding: 1rem;
}
.card-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.card-content ul a {
  display: block;
  background-image: url('/hilfe/assets/images/fa6_arrow-right-long_regular.svg?v=d3f1b924b8134a25f26fc273493cbf80586425534b15f5e8f2bd4b529f72110a');
  background-repeat: no-repeat;
  background-position: right;
  -moz-background-size: 1.4rem;
       background-size: 1.4rem;
}
.card-content ul a:link, .card-content ul a:visited {
  text-decoration: none;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.card-content ul a:hover, .card-content ul a:active, .card-content ul a:focus {
  text-decoration: underline;
  -webkit-filter: var(--text-default-hover-filter);
          filter: var(--text-default-hover-filter);
}

.card-footer {
  padding: 1rem;
}
.card-footer a {
  padding-right: 2.2rem;
  background-image: url('/hilfe/assets/images/fa6_message-question_solid.svg?v=71e25d9075cbea9f27bd2980f69bd39b293eca585c7d593ea2e616bc067d8734');
  background-repeat: no-repeat;
  background-position: right;
  -moz-background-size: 1.4rem;
       background-size: 1.4rem;
}
.card-footer a:link, .card-footer a:visited {
  text-decoration: none;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.card-footer a:hover, .card-footer a:active, .card-footer a:focus {
  text-decoration: underline;
  -webkit-filter: var(--text-default-hover-filter);
          filter: var(--text-default-hover-filter);
}

ul.swiper-wrapper,
li.swiper-slide {
  margin: 0;
  padding: 0;
}

li.swiper-slide:nth-of-type(6n+1) .card {
  background-color: var(--card-1-main-background);
}
li.swiper-slide:nth-of-type(6n+1) .card-title {
  background-color: var(--card-1-title-background);
}
li.swiper-slide:nth-of-type(6n+2) .card {
  background-color: var(--card-2-main-background);
}
li.swiper-slide:nth-of-type(6n+2) .card-title {
  background-color: var(--card-2-title-background);
}
li.swiper-slide:nth-of-type(6n+3) .card {
  background-color: var(--card-3-main-background);
}
li.swiper-slide:nth-of-type(6n+3) .card-title {
  background-color: var(--card-3-title-background);
}
li.swiper-slide:nth-of-type(6n+4) .card {
  background-color: var(--card-4-main-background);
}
li.swiper-slide:nth-of-type(6n+4) .card-title {
  background-color: var(--card-4-title-background);
}
li.swiper-slide:nth-of-type(6n+5) .card {
  background-color: var(--card-5-main-background);
}
li.swiper-slide:nth-of-type(6n+5) .card-title {
  background-color: var(--card-5-title-background);
}
li.swiper-slide:nth-of-type(6n+6) .card {
  background-color: var(--card-6-main-background);
}
li.swiper-slide:nth-of-type(6n+6) .card-title {
  background-color: var(--card-6-title-background);
}

.swiper-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  height: 4.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.swiper-button-next, .swiper-button-prev {
  position: static;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  font-family: unset;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100%;
       background-size: 100%;
  -webkit-filter: var(--text-default-hover-filter);
          filter: var(--text-default-hover-filter);
}

.swiper-button-next::after {
  background-image: url('/hilfe/assets/images/fa6_arrow-right_solid.svg?v=6249ef8051d1a192c57ded62cbed36b87ec791862b4d7edd9180e15f3410d960');
}

.swiper-button-prev::after {
  background-image: url('/hilfe/assets/images/fa6_arrow-left_solid.svg?v=2b6e1fda447187b09afd527f3b106a2eb874aa040937b6d382b965b08afe2b86');
}

@media only screen and (min-width: 480px) {
  .swiper-button-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 10rem;
  }

  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 2.4rem;
  }

  .swiper-button-prev {
    left: unset;
    right: 6rem;
  }
}
@media only screen and (min-width: 750px) {
  .posteo-hilfe-intro-teaser {
    margin: 3rem 0 4rem;
    padding: 1rem 1rem 1rem 25rem;
  }

  .posteo-hilfe-intro-robot {
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
    width: 22rem;
  }
}
@media only screen and (min-width: 950px) {
  .posteo-hilfe-intro-teaser {
    margin: 5rem 0 4rem;
  }
}
@media only screen and (min-width: 950px) {
  .posteo-hilfe-intro-teaser {
    margin: 7rem 0 4rem;
  }
}
/**
 * --------------------------------------------------------------------------- *
 * @section     $POSTEO-LANGUAGE-SWITCH
 * @note        only help pages
 * --------------------------------------------------------------------------- *
 */
.p_langswitch--helppages {
  float: right;
  margin: 1.5rem 2rem 1.5rem 0;
  color: var(--black);
  font-size: 1.3rem;
  cursor: pointer;
}
.p_langswitch--helppages .p_lang-switch {
  display: inline-block;
  margin-left: 1rem;
}
.p_langswitch--helppages .p_lang-switch a {
  font-weight: bold;
  text-decoration: none;
  line-height: 22px;
}
.p_langswitch--helppages .p_lang-switch a:link, .p_langswitch--helppages .p_lang-switch a:visited {
  color: var(--link-default);
}
.p_langswitch--helppages .p_lang-switch a:active, .p_langswitch--helppages .p_lang-switch a:focus, .p_langswitch--helppages .p_lang-switch a:hover {
  color: var(--link-hover);
}
.p_langswitch--helppages .p_lang-switch .fa-globe-svg {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: -0.4rem;
  -webkit-filter: var(--text-default-filter);
          filter: var(--text-default-filter);
}
.p_langswitch--helppages .p_lang-switch a:hover .fa-globe-svg {
  -webkit-filter: var(--text-default-hover-filter);
          filter: var(--text-default-hover-filter);
}

/**
 * --------------------------------------------------------------------------- *
 * @section         $SEARCHBOX
 * @description     for p_help rwd layout
 * @usage           .p_main__header in p_help
 * --------------------------------------------------------------------------- *
 */
.p_form__help-search {
  margin: 0 1em 1em;
  clear: right;
}
.p_form__help-search input {
  padding: 0.6rem;
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .p_form__help-search {
    margin: 2em 1em 1em;
  }
  .p_form__help-search input {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid var(--input-border-default_mq-s);
  }
}
@media only screen and (min-width: 750px) {
  .p_form__help-search {
    margin: 1.3rem 0;
    clear: none;
  }
  .p_form__help-search input {
    width: 60%;
  }
}

/**
 * --------------------------------------------------------------------------- *
 * @subsection     $FORMS
 * --------------------------------------------------------------------------- *
 */
label {
  cursor: pointer;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=text],
input[type=search],
input[type=password],
textarea,
select {
  outline: none;
  border: 1px solid var(--input-border-on-background-main);
  background-color: var(--input-background-on-background-main);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--input-border-focus);
  -webkit-box-shadow: 0 0 3px 0 var(--input-border-focus) inset;
     -moz-box-shadow: 0 0 3px 0 var(--input-border-focus) inset;
          box-shadow: 0 0 3px 0 var(--input-border-focus) inset;
}

input.placeholder,
textarea.placeholder {
  color: var(--input-text-placeholder);
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/**
 * --------------------------------------------------------------------------- *
 * @section       $BUTTONS
 * --------------------------------------------------------------------------- *
 */
.p_btn {
  display: inline-block;
  padding: 0.333em 0.833em;
  vertical-align: middle;
  border: 1px solid transparent;
  text-decoration: none;
}

button.p_btn,
input.p_btn {
  font-size: 12px;
  outline: medium none;
  cursor: pointer;
}

.p_btn--default {
  background-color: var(--middlegray);
  color: var(--black);
  font-weight: bold;
  border-color: #ccc;
}
.p_btn--default:active, .p_btn--default:focus, .p_btn--default:hover {
  background-color: #aaa;
  color: #fff;
  border-color: #898989;
}

.p_btn--positive,
.p_btn--primary {
  font-weight: bold;
  color: #fff;
  background-color: var(--green);
  border-color: #91ac5b;
}
.p_btn--positive:active, .p_btn--positive:focus, .p_btn--positive:hover,
.p_btn--primary:active,
.p_btn--primary:focus,
.p_btn--primary:hover {
  background-color: var(--lightgreen);
  color: var(--black);
  border-color: var(--green);
}

.p_btn--danger,
.p_btn--negative {
  color: #fff;
  font-weight: bold;
  background-color: var(--orange);
  border-color: #b86837;
}
.p_btn--danger:active, .p_btn--danger:focus, .p_btn--danger:hover,
.p_btn--negative:active,
.p_btn--negative:focus,
.p_btn--negative:hover {
  color: var(--black);
  background-color: #E6A984;
}

.p_btn--disabled,
.p_btn[disabled] {
  cursor: default;
  background: #efefef;
  color: #898989;
}
.p_btn--disabled:active, .p_btn--disabled:focus, .p_btn--disabled:hover,
.p_btn[disabled]:active,
.p_btn[disabled]:focus,
.p_btn[disabled]:hover {
  background: #efefef;
  color: #898989;
}

.p_btn--history-back {
  white-space: nowrap;
  vertical-align: middle;
  -moz-user-select: none;
  background: none;
  border: 1px solid transparent;
  padding: 0;
}

.p_history-back .p_btn--history-back {
  width: 100%;
  text-align: left;
}

.p_boxtitle.p_history-back {
  padding: 0.4em 1.2em;
  font-weight: bold;
}

video {
  display: block;
  width: 100%;
  height: auto;
}

.video-wrap {
  width: 100%;
  position: relative;
  margin: 20px auto;
}

.video-overlay {
  position: absolute;
  background-color: #fff;
  opacity: 0;
  width: 36.5%;
  height: 37%;
  --y-offset: 8.5%;
  --x-offset: 5.5%;
}
.video-overlay.video-overlay-top-left {
  top: var(--y-offset);
  left: var(--x-offset);
}
.video-overlay.video-overlay-top {
  top: var(--y-offset);
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.video-overlay.video-overlay-top-right {
  top: var(--y-offset);
  right: var(--x-offset);
}
.video-overlay.video-overlay-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: var(--x-offset);
}
.video-overlay.video-overlay-bottom-right {
  bottom: var(--y-offset);
  right: var(--x-offset);
}
.video-overlay.video-overlay-bottom {
  bottom: var(--y-offset);
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.video-overlay.video-overlay-bottom-left {
  bottom: var(--y-offset);
  left: var(--x-offset);
}
.video-overlay.video-overlay-left {
  left: var(--x-offset);
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.video-overlay.video-overlay-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.video-overlay.video-overlay-hidden {
  display: none !important;
}
.video-overlay.video-overlay-visible {
  background-image: url('/hilfe/assets/images/link.svg?v=28fbaf845b8d05a459983c617e79102b9678c5f8227bdf844725ebda121b8e11');
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 50% 50%;
       background-size: 50% 50%;
  opacity: 0.4;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.video-overlay.video-overlay-visible:hover {
  opacity: 0.8;
}
.video-overlay img {
  max-width: 100%;
  height: auto;
}

.p_showable {
  cursor: pointer;
  font-size: 100% !important;
  margin: 0 !important;
  padding: 0.5em;
}
.p_showable .p_showable__header {
  text-decoration: underline;
}
.p_showable.p_js-show {
  background-color: var(--background-article-accordion);
}

.p_showable::after {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: " ";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-left: 0.8rem;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  width: 2.5rem;
  height: 2.5rem;
}

.p_showable.p_angle-down::after {
  content: "";
}

.p_showable.p_angle-up::after {
  content: "";
}

.p_showable::after {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--icon-article-accordion);
  vertical-align: sub;
}

.p_showable:hover .p_showable__header {
  text-decoration: none;
}
.p_showable:hover::after {
  color: var(--icon-article-accordion-inverse);
  background-color: var(--icon-article-accordion);
}

.p_showable__container {
  display: none;
  background-color: var(--background-article-accordion);
  border-bottom: 3px solid var(--border-article-accordion);
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.p_showable__container.p_js-show {
  display: block;
}

span.mceIcon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: bottom;
  background-color: #eee;
  -webkit-border-radius: 0.2em;
     -moz-border-radius: 0.2em;
          border-radius: 0.2em;
}

span.mce_bold,
span.mce_italic,
span.mce_underline,
span.mce_strikethrough,
span.mce_justifyleft,
span.mce_justifycenter,
span.mce_justifyright,
span.mce_justifyfull,
span.mce_bullist,
span.mce_numlist,
span.mce_outdent,
span.mce_indent,
span.mce_ltr,
span.mce_rtl,
span.mce_blockquote,
span.mce_forecolor,
span.mce_backcolor,
span.mce_link,
span.mce_unlink,
span.mce_table,
span.mce_emotions,
span.mce_charmap,
span.mce_image,
span.mce_code,
span.mce_undo,
span.mce_redo,
span.mce_anchor,
span.mce_hr {
  -moz-background-size: 80% 80%;
       background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
}

span.mce_charmap {
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

span.mce_bold {
  background-image: url('/hilfe/assets/images/tinymce/mce_bold.svg?v=1732199528');
}

span.mce_italic {
  background-image: url('/hilfe/assets/images/tinymce/mce_italic.svg?v=1732199528');
}

span.mce_underline {
  background-image: url('/hilfe/assets/images/tinymce/mce_underline.svg?v=1732199528');
}

span.mce_strikethrough {
  background-image: url('/hilfe/assets/images/tinymce/mce_strikethrough.svg?v=1732199528');
}

span.mce_undo {
  background-image: url('/hilfe/assets/images/tinymce/mce_undo.svg?v=1732199528');
}

span.mce_redo {
  background-image: url('/hilfe/assets/images/tinymce/mce_redo.svg?v=1732199528');
}

span.mce_bullist {
  background-image: url('/hilfe/assets/images/tinymce/mce_bullist.svg?v=1732199528');
}

span.mce_numlist {
  background-image: url('/hilfe/assets/images/tinymce/mce_numlist.svg?v=1732199528');
}

span.mce_justifyleft {
  background-image: url('/hilfe/assets/images/tinymce/mce_justifyleft.svg?v=1732199528');
}

span.mce_justifyright {
  background-image: url('/hilfe/assets/images/tinymce/mce_justifyright.svg?v=1732199528');
}

span.mce_justifycenter {
  background-image: url('/hilfe/assets/images/tinymce/mce_justifycenter.svg?v=1732199528');
}

span.mce_justifyfull {
  background-image: url('/hilfe/assets/images/tinymce/mce_justifyfull.svg?v=1732199528');
}

span.mce_anchor {
  background-image: url('/hilfe/assets/images/tinymce/mce_link.svg?v=1732199528');
}

span.mce_indent {
  background-image: url('/hilfe/assets/images/tinymce/mce_indent.svg?v=1732199528');
}

span.mce_outdent {
  background-image: url('/hilfe/assets/images/tinymce/mce_outdent.svg?v=1732199528');
}

span.mce_link {
  background-image: url('/hilfe/assets/images/tinymce/mce_link.svg?v=1732199528');
}

span.mce_unlink {
  background-image: url('/hilfe/assets/images/tinymce/mce_unlink.svg?v=1732199528');
}

span.mce_image {
  background-image: url('/hilfe/assets/images/tinymce/mce_image.svg?v=1732199528');
}

span.mce_code {
  background-image: url('/hilfe/assets/images/tinymce/mce_code.svg?v=1732199528');
}

span.mce_hr {
  background-image: url('/hilfe/assets/images/tinymce/mce_hr.svg?v=1732199528');
}

span.mce_charmap {
  background-image: url('/hilfe/assets/images/tinymce/mce_charmap.svg?v=1732199528');
}

span.mce_blockquote {
  background-image: url('/hilfe/assets/images/tinymce/mce_blockquote.svg?v=1732199528');
}

span.mce_forecolor {
  background-image: url('/hilfe/assets/images/tinymce/mce_forecolor.svg?v=1732199528');
}

span.mce_backcolor {
  background-image: url('/hilfe/assets/images/tinymce/mce_backcolor.svg?v=1732199528');
}

span.mce_ltr {
  background-image: url('/hilfe/assets/images/tinymce/mce_ltr.svg?v=1732199528');
}

span.mce_rtl {
  background-image: url('/hilfe/assets/images/tinymce/mce_rtl.svg?v=1732199528');
}

span.mce_emotions {
  background-image: url('/hilfe/assets/images/tinymce/mce_emotions.svg?v=1732199528');
}

span.mce_table {
  background-image: url('/hilfe/assets/images/tinymce/mce_table.svg?v=1732199528');
}
