﻿@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, a, textarea, input, select {
    position: relative;
}

button:focus, a:focus, textarea:focus, input:focus, select:focus {
    outline: 0;
}

input:focus {
    outline: 0;
}



[class^="posticon_"], [class*=" posticon_"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'posticons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.posticon_Posticon-Hotline-PKS-Headset::before {
    content: "\e108";
}

.posticon_Posticon-Auge::before {
    content: "\e262";
}

.posticon_Posticon-Auge-durchgestrichen::before {
    content: "\e263";
}

.userlogin__form .entry-item span.password__input--error {
    border-color: #d20019;
}

.userlogin__form .entry-item span.password__input--show {
    background-color: #000;
}

.container {
    width: 100%;
    padding-right: 4.5px;
    padding-left: 4.5px;
    margin-right: auto;
    margin-left: auto;
    max-width: 768px;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
}

/* always reference Assets via the alias like shown below */



body {
    font-family: "PostSans", sans-serif !important;
    color: #666;
    font-size: 16px;
    line-height: 1.56em;
}

p, pre {
    margin-bottom: 30px;
}

p {
    line-height: 1.65em;
}

b, [class$='bold'], strong {
    font-weight: bold;
}

h1, .heading--h1 {
    font-size: 48px;
    font-weight: inherit;
    margin: 50px 0 0;
}

h2, .heading--h2 {
    font-size: 28px;
    font-weight: inherit;
    margin: 50px 0 30px;
}

h3, .heading--h3 {
    font-size: 24px;
    font-weight: inherit;
    margin: 30px 0 20px;
}

h4, .heading--h4 {
    font-size: 18px;
    font-weight: inherit;
    margin: 30px 0 20px;
}

[class^='heading'], h1, h2, h3, h4 {
    font-weight: bold;
    color: #000;
    line-height: 1.3em;
}

[class^='heading']>span, h1>span, h2>span, h3>span, h4>span {
    display: inline-block;
}

[class^='heading']>span.heading__subheadline, h1>span.heading__subheadline, h2>span.heading__subheadline, h3>span.heading__subheadline, h4>span.heading__subheadline {
    display: block;
}

[class^='heading']>span.heading__introtext, h1>span.heading__introtext, h2>span.heading__introtext, h3>span.heading__introtext, h4>span.heading__introtext {
    display: block;
    color: #666;
    font-weight: normal;
}

a {
    position: relative;
    color: #0078c8;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    transition-property: box-shadow, background-color, color;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

a:hover, a:active {
    color: #000;
    text-decoration: none;
}

a:hover::after, a:active::after {
    border-color: #000;
}

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

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.userlogin__modal {
    display: flex;
    align-items: center;
    padding: 40px 0;
    min-height: 100vh;
}

.userlogin__modal-body {
    background: white;
    max-width: 540px;
    margin: 0 auto;
}

.userlogin__modal-body .backButton {
    display: inline-flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    height: 32px;
    text-decoration: none;
    margin-left: -10px;
}

.userlogin__modal-body #backButton {
    visibility: hidden;
}

.userlogin__modal-body .backButton svg {
    transform: rotate(180deg);
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.userlogin__logo-background svg .st0 {
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    fill: none;
}

.userlogin__modal-body .backButton span {
    font-family: PostSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.userlogin__modal-body .backButton svg use, .userlogin__modal-body .backButton span {
    fill: #0078c8;
    color: #0078c8;
}

.userlogin__logo {
    transform: translate(2px, 7px);
}

.userlogin__logo-background {
    width: 130px;
    height: 130px;
    background: #ffde00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px auto 15px auto;
    border-radius: 50%;
}

.userlogin__logo-background svg {
    height: 82.58px !important;
}

.userlogin__headline {
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
}

.userlogin__login-failed {
    text-align: center;
}

.userlogin__login-failed .userlogin__headline {
    color: #d20019;
}

.userlogin__login-failed .userlogin__subline {
    font-size: 18px;
    line-height: 1.475;
    font-weight: normal;
    margin: 0;
}

.userlogin__form {
    margin-top: 20px;
}

.userlogin__form .localAccount .intro, .userlogin__form #forgotPassword, .userlogin__form .error, .userlogin__form .divider {
    display: none;
}

.userlogin__form a {
    text-decoration: none;
    font-size: 14px;
}

.userlogin__form a.userlogin__textlink {
    padding-top: 0;
    margin-top: 0;
    font-size: 14px;
}

.userlogin__form .entry-item {
    position: relative;
}

.userlogin__form .entry-item+.entry-item {
    /*margin-top: 10px;*/
}

.userlogin__form .entry-item label {
    position: relative;
    display: table;
    top: 0;
    left: 0.8em;
    margin-top: 10px;
    padding: 0 0.2em;
    transform: translateY(7px);
    z-index: 50;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1em;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    max-width: 350px;
    font-family: PostSans;
}

.userlogin__form .entry-item input {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #000;
    width: 100%;
    height: 60px;
    border: 2px solid #000;
    padding: 0.8em;
    border-radius: 0;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

.userlogin__form .entry-item span {
    position: absolute;
    right: 1px;
    cursor: pointer;
    font-size: 60px;
    color: #000;
    z-index: 800;
}

input {
    box-shadow: none;
}

.hide {
    display: none !important;
}

.show {
    display: flex !important;
}

.userlogin__form .entry-item input::-webkit-input-placeholder {
    color: transparent;
}

.userlogin__form .entry-item input:-moz-placeholder {
    color: transparent;
}

.userlogin__form .entry-item input::-moz-placeholder {
    color: transparent;
}

.userlogin__form .entry-item input:-ms-input-placeholder {
    color: transparent;
}

.userlogin__form .entry-item--error {
    color: #d20019;
}

.userlogin__form .entry-item--error input {
    color: #d20019;
    border-color: #d20019;
    margin-bottom: 11px;
}

.userlogin__form .entry-item--error .error {
    display: flex !important;
    align-items: center;
    position: absolute;
    top: 75px;
    right: 0;
    font-size: 12px;
    font-weight: bold;
}

.userlogin__form .entry-item--error .error::before {
    content: "";
    font-family: "post_icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    margin-right: 0.4em;
}

.userlogin__form .localAccount .create p {
    color: #000;
    font-size: 16px;
}

.userlogin__form #next {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 6px 12px;
    text-decoration: none;
    transition-property: box-shadow, background-color, color;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: transparent;
    width: 100%;
    height: 60px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0 20px 0;
    border: none;
    background-color: #0078c8;
    color: #fff;
}

.userlogin__form #next.button--disabled {
    border-color: #666;
    color: #666;
    outline-color: #666;
    background-color: #f4f4f4;
    cursor: default;
    pointer-events: none;
}

.userlogin__form #next[aria-disabled="true"] {
    pointer-events: none;
    text-decoration: none;
}

.userlogin__form #next:hover {
    background-color: #008ce6;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.userlogin__form #next:active {
    background-color: #005fa0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.userlogin__form #next::after {
    content: "";
    font-family: "post_icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
    position: relative;
    top: 6px;
    right: -10px;
    font-size: 35px;
}

.userlogin__form #resendDoiButton {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 6px 12px;
    text-decoration: none;
    transition-property: box-shadow, background-color, color;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: transparent;
    width: 100%;
    height: 60px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0 20px 0;
    border: none;
    background-color: #0078c8;
    color: #fff;
}

.userlogin__form #resendDoiButton:hover {
    background-color: #008ce6;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.userlogin__form #resendDoiButton:active {
    background-color: #005fa0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.userlogin__form #resendDoiButton::after {
    content: "";
    font-family: "post_icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
    position: relative;
    top: 6px;
    right: -10px;
    font-size: 35px;
}

.userlogin__form p {
    margin: 0;
}

.userlogin__form p a {
    margin-left: 3px;
}

.userlogin__checkbox {
    display: table;
    flex-wrap: wrap;
    position: relative;
    font-size: 16px;
    color: #000;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25em;
    letter-spacing: normal;
    left: 0;
    padding: 5px 6px 4px 30px;
    margin: -5px 0 22px 0;
    max-width: 370px;
    transform: none;
    background: transparent;
}

.userlogin__checkbox input[type="checkbox"] {
    /* Remove the item from normal flow */
    position: absolute;
    /* Workaround for falsely pronounced, smushed text */
    white-space: nowrap;
    /* Set it to the smallest possible size (some screen readers ignore elements with zero height and width) */
    width: 1px;
    height: 1px;
    /* Hide overflowing content after resizing */
    overflow: hidden;
    /* Reset any property that may change the elements size */
    border: 0;
    padding: 0;
    /* Clipping defines what part of an element should be displayed. Deprecated clip property for older browsers  */
    clip: rect(0 0 0 0);
    /* clip-path for newer browsers. inset(50%) defines an inset rectangle that makes the content disappear.  */
    clip-path: inset(50%);
    /* It seems like at the moment nobody is quite sure why margin: -1px is there. On top of that it seems to cause issues (see: https://github.com/h5bp/html5-boilerplate/issues/1985). */
    margin: -1px;
}

.userlogin__checkbox input[type="checkbox"]:focus~.userlogin__checkbox-indicator {
    border-color: #0078c8;
}

.userlogin__checkbox input[type="checkbox"]:focus~.userlogin__checkbox-indicator::before {
    border-color: #0078c8;
}

.userlogin__checkbox input[type="checkbox"]:checked~.userlogin__checkbox-indicator::before {
    border-width: 0 1px 1px 0;
}

.userlogin__checkbox-focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.userlogin__checkbox-indicator {
    position: absolute;
    top: 4px;
    left: 0px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #0078c8;
}

.userlogin__checkbox-indicator::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 0.6em;
    width: 0.3em;
    border-color: #0078c8;
    border-style: solid;
    border-width: 0;
}

.userlogin__textlink {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    color: #0078c8;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    transition-property: box-shadow, background-color, color;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    margin-top: 22px;
}

.userlogin__textlink:hover, .userlogin__textlink:active {
    color: #000;
    text-decoration: none;
}

.userlogin__textlink:hover .userlogin__textlink-icon::after, .userlogin__textlink:active .userlogin__textlink-icon::after {
    border-color: #000;
}

.userlogin__textlink-icon::after {
    content: "";
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #0078c8;
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    right: 18px;
    transform-origin: center center;
    transform: rotate(-135deg);
}

.popup {
    background: #fff;
    width: 315px;
    height: 206px;
    position: absolute;
    z-index: 999;
    flex-flow: column;
    box-shadow: 4px 6px 15px silver;
}

.popup:after {
    top: 100%;
    left: 11%;
    border: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 14px;
    margin-left: -14px;
}

.popup .header {
    padding: 9px 16px;
    background: #ffde00;
    align-items: center;
    display: flex;
}

.popup .header h2 {
    color: #333;
    margin: 0;
    font-size: 18px;
    display: inline-flex;
}

.popup .header span {
    display: inline-flex;
    font-size: 32px;
    padding-right: 7px;
}

.popup .close {
    position: absolute;
    top: -5px;
    right: 16px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
}

.popup .content {
    padding: 16px 21px;
    font-size: 14px;
    color: #000;
    line-height: 1.7em;
    font-family: "PostSans";
}

.popup .content a {
    color: #0078c8;
    font-weight: bold;
    text-decoration: underline;
}

.loadingOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.7);
}

.loadingOverlay .loadingSpinner {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100px;
    pointer-events: none;
    z-index: 400;
    text-align: center;
    overflow: hidden;
}

.loadingOverlay .spinner {
    animation: rotator 1.4s linear infinite;
}

.loadingOverlay .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    stroke: #ffdc00;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@media (min-width: 1024px) {
    .container {
        padding-left: 0.75vw;
        padding-right: 0.75vw;
        max-width: 1210px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        padding-left: 48px;
        padding-right: 48px;
    }
}

/* Mobile */

@media (max-width: 640px) {
    .userlogin__modal {
        align-items: flex-start;
        padding: 0;
    }
    .userlogin__form .localAccount .create p {
        font-size: 14px;
    }
    .userlogin__modal-body {
        padding: 16px 0 0 0;
    }
    .userlogin__form #next {
        height: 48px;
    }
}

/* Desktop and Tablet */

@media (min-width: 640px) {
    .userlogin__modal-body {
        padding: 20px 35px 25px 35px;
    }
    .userlogin__form #next {
        max-width: 300px;
    }
    .container {
        max-width: 1023px;
    }
    .userlogin__modal {
        background: #ffde00;
    }
    .userlogin__form a {
        font-size: 16px;
    }
}