@charset "UTF-8";
/**
 * Posteo Styles 'p_styles-simplelogin.scss' (responsive - mobil first)
 * 
 * Styles for Simple Login
 * 
 * @project:        posteo.de
 * @version:        2.0.0
 * @author:         Andrea Ertel
 * @created:		23.09.2015 - ae
 * @last-changed:   15.08.2016 - ae/simple-login_like_website
 */
/**
 * -------------------------------------------------------------------------- *
 * @subsection 		$BOX-SIZING-BORDER-BOX
 * @note:			box-sizing gets partially overwritten in normalize
 * -------------------------------------------------------------------------- *
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  -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;
  -ms-text-size-adjust: 100%;
  -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; }

@media only screen and (min-width: 750px) {
  b, strong {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal; } }
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: 0; }

hr {
  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"] {
  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;
  box-sizing: content-box; }

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 		$BASE
 * @description:	Basic HTML Tag Styles
 * -------------------------------------------------------------------------- *
 */
html {
  font-size: 62.5%; }

body {
  font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  background-color: #fff;
  color: #595757;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 750px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

p {
  margin: 0 0 1em; }

a:link, a:visited {
  color: #333b2a; }

a:hover, a:focus, a:active {
  background-color: #f2f2f2; }

a.p_external-link::before {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cdefs%3E%3Cstyle%3E.fa-secondary{opacity:.4}%3C/style%3E%3C/defs%3E%3Cpath d='M400 320h32a16 16 0 0 1 16 16v128a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V112a48 48 0 0 1 48-48h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H64v320h320V336a16 16 0 0 1 16-16z' class='fa-secondary'/%3E%3Cpath d='M484 224h-17.88a28 28 0 0 1-28-28.77L440 128 192.91 376.91a24 24 0 0 1-34 .06L135 353.09a24 24 0 0 1 .06-34L384 72l-67.21 1.9a28 28 0 0 1-28.77-28V28A28 28 0 0 1 316 0h158.67A37.33 37.33 0 0 1 512 37.33V196a28 28 0 0 1-28 28z' class='fa-primary'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.2em;
  vertical-align: middle; }
a.p_external-link:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cdefs%3E%3Cstyle%3E.fa-primary{fill:%23e68245}.fa-secondary{fill:%23e68245;opacity:.4}%3C/style%3E%3C/defs%3E%3Cpath d='M400 320h32a16 16 0 0 1 16 16v128a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V112a48 48 0 0 1 48-48h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H64v320h320V336a16 16 0 0 1 16-16z' class='fa-secondary'/%3E%3Cpath d='M484 224h-17.88a28 28 0 0 1-28-28.77L440 128 192.91 376.91a24 24 0 0 1-34 .06L135 353.09a24 24 0 0 1 .06-34L384 72l-67.21 1.9a28 28 0 0 1-28.77-28V28A28 28 0 0 1 316 0h158.67A37.33 37.33 0 0 1 512 37.33V196a28 28 0 0 1-28 28z' class='fa-primary'/%3E%3C/svg%3E"); }

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

fig-caption {
  display: block; }

@media only screen and (min-width: 750px) {
  .p_fig-caption--bold {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal; } }
.imghorflip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.imgverflip {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1); }

.imghorverflip {
  -webkit-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1); }

blockquote {
  font-style: italic;
  line-height: 150%;
  margin: 0; }

/**
 * --------------------------------------------------------------------------- *
 * @section      	$HELPER CLASSES
 * @note            
 * --------------------------------------------------------------------------- *
 */
.p_break-word {
  word-wrap: break-word; }

.p_overflow--hidden {
  overflow: hidden; }

.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::before,
.p_clearfix::after {
  content: " ";
  display: table; }

.p_clearfix::after {
  clear: both; }

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

.p_centertext {
  padding: 20px 15% 0;
  margin: 0 auto;
  text-align: center; }

.p_center-content {
  text-align: center; }
  @media only screen and (min-width: 750px) {
    .p_center-content {
      text-align: left; } }

@media only screen and (min-width: 750px) {
  .p_float-right {
    float: right;
    margin: 0 0 1rem 1rem; }

  .p_float-left {
    float: left;
    margin: 0 1rem 1rem 0; } }
.p_hidden-on-big-screen {
  display: none !important;
  visibility: hidden; }

/**
 * --------------------------------------------------------------------------- *
 * @section     		$HIDE-AND-SHOW QUERIES
 * --------------------------------------------------------------------------- *
 */
@media only screen and (max-width: 749px) {
  .p_hidden-on-small-screen {
    display: none !important;
    visibility: hidden; }

  .p_hidden-on-big-screen {
    display: block !important;
    visibility: visible; }

  .p_visuallyhidden-on-small-screen,
  .p_hide-on-small-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: 750px) {
  .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;
    display: inline !important; } }
:target::before {
  content: "";
  display: block;
  height: 250px;
  margin-top: -250px;
  visibility: hidden; }

.p_layout-with-submenu :target::before {
  height: 190px;
  margin-top: -190px; }

.posteo_contact_messages_new :target::before {
  height: 160px;
  margin-top: -160px; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.block {
  display: inline-block; }

.inline {
  display: inline; }

@media only screen and (min-width: 750px) {
  .links {
    float: left; }

  .rechts {
    float: right; } }
.textcenter {
  text-align: center; }

.textleft {
  text-align: left; }

.textright {
  text-align: right; }

.mitte {
  margin: 0 auto; }

p.mitte {
  margin: 0 auto 1em; }

@keyframes p-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.p_spinner {
  display: flex; }
  .p_spinner::before {
    content: '';
    display: inline-flex;
    margin-right: 0.5em;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cdefs%3E%3Cstyle%3E.fa-secondary{fill:'%233f3f3f';opacity:.4}%3C/style%3E%3C/defs%3E%3Cpath d='M108.92 355.08a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0-294.16a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm294.16 294.16a48 48 0 1 0 48 48 48 48 0 0 0-48-48z' class='fa-secondary'/%3E%3Cpath d='M256 416a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm208-208a48 48 0 1 0 48 48 48 48 0 0 0-48-48zM256 0a48 48 0 1 0 48 48 48 48 0 0 0-48-48zM48 208a48 48 0 1 0 48 48 48 48 0 0 0-48-48z' fill='%233f3f3f'/%3E%3C/svg%3E");
    -webkit-animation: p-spin 2s linear infinite;
    animation: p-spin 2s linear infinite; }

/**
 * --------------------------------------------------------------------------- *
 * @section:        $GENERAL-STYLES
 * @description:
 * --------------------------------------------------------------------------- *
 */
.p_pagewrapper {
  width: 100%; }

.p_pagewrapper__inner,
.p_intro {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 2rem; }

.p_main {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  position: relative; }

.p_main__inner {
  padding: 0; }

#wrapper,
.p_main--wrapper {
  margin: 0 auto 30px; }

.p_maincontent {
  margin-bottom: 3rem; }

/**
 * -------------------------------------------------------------------------- *
 * @section:    $HEADER
 * @type:     layout section
 * -------------------------------------------------------------------------- *
 */
.p_header {
  width: 100%;
  height: 70px;
  background-color: #a9d158; }
  @media only screen and (min-width: 750px) {
    .p_header {
      height: 135px;
      border-bottom: 65px solid #e5e5e5; } }

.p_header__inner {
  position: relative;
  height: 100%;
  padding: 0 1rem; }

.p_toplogo {
  display: inline-block; }
  .p_toplogo a:hover, .p_toplogo a:focus, .p_toplogo a:active {
    background: transparent; }
  .p_toplogo img {
    margin-top: 30px;
    width: 160px;
    height: 40px; }

header {
  margin: 0 auto;
  position: relative; }

.p_toplogo {
  display: inline-block;
  position: absolute;
  width: 160px;
  height: 40px;
  line-height: 0;
  padding: 0;
  bottom: 0; }
  .p_toplogo a {
    color: #fff; }

@media only screen and (min-width: 750px) {
  .p_header__inner {
    padding: 0 2rem; }

  .p_toplogo {
    width: 220px;
    height: 55px; }

  .p_toplogo img {
    margin-top: 1.5rem;
    width: 220px;
    height: 55px; } }
@media only screen and (min-width: 750px) {
  .posteo_users_new .p_header,
  .posteo_users_create .p_header,
  .posteo_user_sessions_new .p_header,
  .posteo_postmaster .p_header,
  .posteo_widerrufsbelehrung .p_header,
  .posteo_forgot_password .p_header,
  .posteo_users_forgot_password .p_header,
  .p_pages--jslicense .p_header {
    height: 70px;
    border-bottom: none; }
  .posteo_users_new.is-scrolled .p_header,
  .posteo_users_create.is-scrolled .p_header,
  .posteo_user_sessions_new.is-scrolled .p_header,
  .posteo_postmaster.is-scrolled .p_header,
  .posteo_widerrufsbelehrung.is-scrolled .p_header,
  .posteo_forgot_password.is-scrolled .p_header,
  .posteo_users_forgot_password.is-scrolled .p_header,
  .p_pages--jslicense.is-scrolled .p_header {
    height: 50px;
    border: 0; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:    $FOOTER
 * @type:     layout section
 * -------------------------------------------------------------------------- *
 */
.p_footer {
  background-color: #333b2a;
  color: #fff;
  position: relative; }

.p_footernav {
  position: relative;
  width: 100%;
  margin: auto;
  display: block;
  padding: 1rem; }

.p_footernav ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.p_footer a:link,
.p_footer a:visited {
  color: #fff;
  display: block;
  padding: 0.8rem 1rem;
  text-decoration: none; }
  @media only screen and (min-width: 750px) {
    .p_footer a:link,
    .p_footer a:visited {
      text-decoration: underline; } }

.p_footer a:hover {
  background-color: #5b6254; }

.p_footer a:focus,
.p_footer a:active {
  background-color: #fff;
  color: #333b2a; }

.p_footer a.p_toplink {
  border: 1px solid white; }
  @media only screen and (min-width: 750px) {
    .p_footer a.p_toplink {
      position: absolute;
      top: 2rem;
      padding: 0.7rem 1rem;
      font-size: 1.3rem;
      left: 50%;
      margin-left: -4em; } }
  .p_footer a.p_toplink:hover, .p_footer a.p_toplink:focus, .p_footer a.p_toplink:active {
    background: white;
    color: #333b2a; }

@media only screen and (min-width: 750px) {
  .p_footernav {
    width: 100%;
    display: table;
    padding: 2.0rem 1.7rem;
    font-size: 1.3rem; }

  .p_footernav ul {
    display: table-cell;
    width: 33.3333%;
    margin-top: 1rem; }

  .p_footernav--middle {
    text-align: center;
    bottom: 0;
    vertical-align: bottom; }

  .p_footernav--middle li {
    display: inline-block;
    padding: 0; }

  .p_footernav--right {
    text-align: right; }

  .p_footernav li {
    line-height: 1.643em; }

  .p_footernav a:link,
  .p_footernav a:visited {
    display: inline;
    padding: 0.3rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:    $IS-SCROLLED
 * @type:     layout section - behaviour for window on scroll
 * -------------------------------------------------------------------------- *
 */
.p_toplogo {
  transition: -webkit-transform 0.4s ease-out;
  transition: -ms-transform 0.4s ease-out;
  transition: transform 0.4s ease-out; }

.p_mainnav__first--subline {
  transition: all 0.4s ease; }

.is-scrolled .p_header {
  height: 70px; }

@media only screen and (max-width: 749px) {
  .p_header {
    height: 45px; }

  .is-scrolled .p_header {
    border-bottom: 2px solid #fff;
    height: 45px; } }
@media only screen and (min-width: 750px) {
  .is-scrolled .p_header {
    height: 86px;
    border-bottom: 36px solid #e5e5e5;
    position: fixed;
    top: 0;
    z-index: 30; }

  .is-scrolled .p_main {
    margin: 10.5rem auto 0; }

  .is-scrolled .p_toplogo {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; }

  .is-scrolled .p_toplogo {
    margin-top: 0; }

  .is-scrolled .p_header--container {
    top: 1rem; }

  .is-scrolled nav.p_mainnav {
    position: fixed;
    top: 50px;
    max-width: 96rem;
    height: 75px; }
    .is-scrolled nav.p_mainnav .p_mainnav__first li.act {
      height: 36px; }
    .is-scrolled nav.p_mainnav .p_mainnav__first > li > a {
      font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif; }
    .is-scrolled nav.p_mainnav .p_mainnav__first > li.act > a {
      font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif; }
    .is-scrolled nav.p_mainnav .p_mainnav__first > li > a, .is-scrolled nav.p_mainnav .p_mainnav__first > li > b {
      padding: 10px 1.3rem 6px;
      font-size: 1.4rem; }
    .is-scrolled nav.p_mainnav .p_mainnav__second {
      top: 36px;
      background-color: white; }

  .is-scrolled .p_mainnav__first--subline {
    margin: -17px -1px -1px;
    opacity: 0; }

  .is-scrolled.posteo_site_index nav.p_mainnav, .is-scrolled.posteo_features nav.p_mainnav, .is-scrolled.posteo_blog_index nav.p_mainnav, .is-scrolled.posteo_blog_show nav.p_mainnav, .is-scrolled.posteo_contact_messages_new nav.p_mainnav, .is-scrolled.posteo_jobs nav.p_mainnav, .is-scrolled.posteo_legal_notice nav.p_mainnav, .is-scrolled.posteo_terms nav.p_mainnav, .is-scrolled.posteo_privacy_policy nav.p_mainnav {
    height: 36px; }
  .is-scrolled.posteo_site_index nav.p_mainnav,
  .is-scrolled.posteo_site_index .p_mainnav .p_mainnav__first, .is-scrolled.posteo_features nav.p_mainnav,
  .is-scrolled.posteo_features .p_mainnav .p_mainnav__first, .is-scrolled.posteo_blog_index nav.p_mainnav,
  .is-scrolled.posteo_blog_index .p_mainnav .p_mainnav__first, .is-scrolled.posteo_blog_show nav.p_mainnav,
  .is-scrolled.posteo_blog_show .p_mainnav .p_mainnav__first, .is-scrolled.posteo_contact_messages_new nav.p_mainnav,
  .is-scrolled.posteo_contact_messages_new .p_mainnav .p_mainnav__first, .is-scrolled.posteo_jobs nav.p_mainnav,
  .is-scrolled.posteo_jobs .p_mainnav .p_mainnav__first, .is-scrolled.posteo_legal_notice nav.p_mainnav,
  .is-scrolled.posteo_legal_notice .p_mainnav .p_mainnav__first, .is-scrolled.posteo_terms nav.p_mainnav,
  .is-scrolled.posteo_terms .p_mainnav .p_mainnav__first, .is-scrolled.posteo_privacy_policy nav.p_mainnav,
  .is-scrolled.posteo_privacy_policy .p_mainnav .p_mainnav__first {
    background-color: transparent; } }
.p_js-back2top {
  display: none; }

@media only screen and (max-width: 749px) {
  .p_js-back2top {
    position: fixed;
    right: 0.8rem;
    top: 0.4rem;
    z-index: 50;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.4em 0.5em;
    border-radius: 2em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iVG9Ub3BBcnJvdyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTAgNTAiPjxzdHlsZT4uc3Qwe2ZpbGw6I0U2ODI0NTt9IC5zdDF7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjI1IiBjeT0iMjUiIHI9IjI1Ii8+PHBhdGggaWQ9IkFycm93X3VwIiBjbGFzcz0ic3QxIiBkPSJNMzguMiAyMi41YzAgLjIgMCAuNC0uMS42LS4zLjYtLjguOS0xLjQuOWgtNS4ydjE0YzAgLjktLjcgMS42LTEuNiAxLjZoLTkuNWMtLjkgMC0xLjYtLjctMS42LTEuNlYyNGgtNS4yYy0uNiAwLTEuMi0uMy0xLjQtLjktLjMtLjYtLjEtMS4yLjMtMS42TDI0LjMgMTBjLjUtLjUgMS4zLS42IDEuOS0uMi4xLjEuMi4xLjMuMi40LjUgMTEuNCAxMS41IDExLjQgMTEuNS4xLjMuMy42LjMgMXptLTkuNiAxNHYtMTRjMC0uOS43LTEuNiAxLjYtMS42aDNsLTcuOC03LjgtNy44IDcuOWgzYy45IDAgMS42LjcgMS42IDEuNnYxNGg2LjR2LS4xeiIvPjwvc3ZnPg==");
    opacity: 0.9;
    width: 3.8rem;
    height: 3.8rem; }
    .p_js-back2top:link, .p_js-back2top:visited, .p_js-back2top:hover, .p_js-back2top:focus, .p_js-back2top:active {
      text-decoration: none; } }
#top:target::before {
  height: 0 !important;
  margin-top: 0 !important; }

/**
 * -------------------------------------------------------------------------- *
 * @section 		$CONTENT-STYLES
 * @description:	Basic Content Styles
 * -------------------------------------------------------------------------- *
 */
.weiss {
  color: #fff; }

.weiss_background {
  background-color: #fff; }

.orange {
  color: #e68245; }

.orange_background {
  background-color: #ff8938; }

.gruen {
  color: #a9d158; }

.gruen_background {
  background-color: #a9d158; }

.gruen_background.p_js_disabled {
  cursor: auto;
  background-color: #807e7e; }

.pastellgruen_background,
.grau_background {
  background-color: #f5f7f1; }

.schwarzgruen_background {
  background-color: #333b2a; }

.grau {
  color: #e3e1e0; }

.dunkelgrau {
  color: #595757; }

.orange a:link, .orange a:visited,
a.orange:link, a.orange:visited {
  color: #e68245; }

.gruen a:link, gruen a:visited,
a.gruen:link, a.gruen:visited {
  color: #a9d158; }

.grau_background a:hover,
.grau_background a:focus {
  background-color: #fff; }

hr {
  border-top: 1px solid LightGray;
  margin: 0 10px; }

hr.top20.bottom20 {
  margin: 20px 10px; }

hr.top30.bottom20 {
  margin: 30px 10px 20px; }

hr.top30.bottom30 {
  margin: 30px 10px; }

hr.divide {
  border: none;
  border-bottom: 1px solid #a9d158;
  margin: 0 auto 30px;
  padding: 0;
  width: 760px;
  line-height: 0;
  height: 0; }

.p_divider--green-line {
  margin: 1rem auto 2rem;
  padding: 0;
  height: 0;
  line-height: 0;
  border: none;
  border-top: 1px solid #a9d158;
  width: 82%; }

.greenbottom,
.p_greenbottomline {
  border-bottom: 2px solid #a9d158;
  margin: 1rem 0;
  padding: 1rem 0; }

/** 
 * --------------------------------------------------------------------------- *
 * @section:      	$LISTS
 * @description:	List Styles         
 * --------------------------------------------------------------------------- *
 */
ol, ul {
  margin: 0.5rem 0;
  padding: 0 1em; }

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

.p_list {
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0 2rem; }
  .p_list li {
    padding: 0 0 0.2em; }
    .p_list li::before {
      content: "● ";
      font-size: 1.8rem;
      line-height: 1.5rem;
      margin-left: -1.6rem; }
    .p_list li:last-child {
      padding: 0; }
  .p_list h3 {
    display: inline;
    font-size: 1em;
    margin-bottom: 0.3em; }
  .p_list p {
    margin: 0; }
  .p_list p + p {
    margin-top: 1em; }

.p_list--blackdot li::before {
  color: #333b2a; }

.p_list--greendot li::before {
  color: #a9d158; }

.p_list--orangedot li::before {
  color: #e68245; }

.p_list--bigdot li {
  margin: 0.5rem 0;
  padding: 0 0 1rem; }
  .p_list--bigdot li::before {
    font-size: 2rem;
    margin-left: -1.8rem; }

.p_list--smalldot {
  margin: 0 0 1rem;
  padding: 0 1.4rem; }
  .p_list--smalldot li::before {
    font-size: 1.4rem;
    margin-left: -1.2rem; }

.p_list--checked {
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem; }
  .p_list--checked li {
    padding: 0.5rem 2.5rem;
    line-height: 1.214em;
    background: transparent url("../images/gruenerhaken.png") no-repeat 0 4px; }
    .p_list--checked li.p_list--item-not-checked {
      background: transparent url("../images/grueneskreuz.png") no-repeat 0 4px; }

.p_ul-checked {
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem; }
  .p_ul-checked li {
    padding: 0.5rem 2.5rem;
    line-height: 1.214em;
    background: transparent url("../images/gruenerhaken.png") no-repeat 0 6px; }
    .p_ul-checked li.p_ul-checked-no {
      background: transparent url("../images/grueneskreuz.png") no-repeat 0 6px; }

.p_content-ul, .p_content-ul--short, .p_content-ul--short-green, .p_content-ul--smalldot {
  list-style-type: none;
  padding: 0 2rem; }
  .p_content-ul li, .p_content-ul--short li, .p_content-ul--short-green li, .p_content-ul--smalldot li {
    padding: 0 0 1em; }
    .p_content-ul li::before, .p_content-ul--short li::before, .p_content-ul--short-green li::before, .p_content-ul--smalldot li::before {
      content: "● ";
      color: #a9d158;
      font-size: 2rem;
      line-height: 1.5rem;
      margin-left: -1.8rem; }
  .p_content-ul li:last-child, .p_content-ul--short li:last-child, .p_content-ul--short-green li:last-child, .p_content-ul--smalldot li:last-child {
    padding: 0; }
  .p_content-ul h3, .p_content-ul--short h3, .p_content-ul--short-green h3, .p_content-ul--smalldot h3 {
    display: inline;
    font-size: 1em;
    margin-bottom: 0.3em; }
  .p_content-ul p, .p_content-ul--short p, .p_content-ul--short-green p, .p_content-ul--smalldot p {
    margin: 0; }
  .p_content-ul p + p, .p_content-ul--short p + p, .p_content-ul--short-green p + p, .p_content-ul--smalldot p + p {
    margin-top: 1em; }
  .p_content-ul.p_content-ul--dark li::before, .p_content-ul--dark.p_content-ul--short li::before, .p_content-ul--dark.p_content-ul--short-green li::before, .p_content-ul--dark.p_content-ul--smalldot li::before {
    color: #333b2a; }
  .p_content-ul.p_content-ul--orange li::before, .p_content-ul--orange.p_content-ul--short li::before, .p_content-ul--orange.p_content-ul--short-green li::before, .p_content-ul--orange.p_content-ul--smalldot li::before {
    color: #e68245; }

.p_content-ul--short {
  margin: 0 0 1rem; }
  .p_content-ul--short li {
    padding: 0 0 0.2em; }
    .p_content-ul--short li::before {
      font-size: 1.8rem;
      margin-left: -1.6rem;
      color: #333b2a; }

.p_content-ul--short-green {
  margin: 0 0 1rem; }
  .p_content-ul--short-green li {
    padding: 0 0 0.2em; }
    .p_content-ul--short-green li::before {
      font-size: 1.8rem;
      margin-left: -1.6rem; }

.p_content-ul--smalldot {
  margin: 0 0 1rem;
  padding: 0 1.4rem; }
  .p_content-ul--smalldot li {
    padding: 0 0 0.2em; }
    .p_content-ul--smalldot li::before {
      font-size: 1.4rem;
      margin-left: -1.2rem;
      color: #333b2a; }

.p_list--black-smalldot {
  margin: 0 0 1rem;
  padding: 0 1.4rem; }
  .p_list--black-smalldot li {
    padding: 0 0 0.2em; }
    .p_list--black-smalldot li::before {
      font-size: 1.4rem;
      margin-left: -1.2rem;
      color: #333b2a; }

.p_box--lightgray .p_content-ul, .p_box--lightgray .p_content-ul--short, .p_box--lightgray .p_content-ul--short-green, .p_box--lightgray .p_content-ul--smalldot {
  padding: 0 2rem; }
.p_box--lightgray .p_content-ul--smalldot {
  padding: 0 1.4rem; }
.p_box--lightgray .p_content-ul--short li {
  margin-left: 0.5rem; }
.p_box--lightgray .p_ul-checked {
  margin: 0; }
.p_box--lightgray fig-caption {
  font-weight: bold; }

.ul_unterseite {
  font-style: normal;
  line-height: 20px;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0 2rem; }
  @media only screen and (min-width: 750px) {
    .ul_unterseite {
      padding: 0 0 0 1.5rem; } }
  .ul_unterseite li {
    padding-left: 10px; }
    .ul_unterseite li::before {
      content: "● ";
      color: #a9d158;
      font-size: 2rem;
      line-height: 1.5rem;
      margin-left: -2rem; }
  .ul_unterseite h3 {
    display: inline-block;
    font-size: 1em;
    margin-bottom: 0.3em;
    font-weight: bold; }
  .ul_unterseite.left20, .ul_unterseite.left10 {
    padding-left: 2rem; }
  .ul_unterseite strong {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: 300;
    font-style: normal; }

.ul_schwarzgruen li:before {
  color: #333b2a !important; }

.ul_orange li:before {
  color: #ff8938 !important; }

.ul_bot10 li {
  margin-bottom: 10px; }

.ul_bot5 li {
  margin-bottom: 5px; }

.p_js-msg div {
  padding: 0.5em 1em; }
  .p_js-msg div.notice {
    background-color: #eef7d9;
    border: 2px solid #a9d158; }
  .p_js-msg div.error, .p_js-msg div.alert {
    background-color: #f2dabe;
    border: 2px solid #e68245; }

#message {
  position: absolute;
  top: -1px;
  left: 200px;
  right: 200px;
  z-index: 5000;
  display: none; }

#message div {
  width: 400px;
  margin: 0px auto;
  min-height: 22px;
  padding: 8px 10px 8px 46px;
  background: url(/images/icons.png) 6px 3px no-repeat; }

#message div.notice,
#remote-objects-message {
  background-color: #F7FDCB;
  border: 1px solid #C2D071; }

#message div.error,
#message div.warning {
  background-position: 6px -97px;
  background-color: #EF9398;
  border: 1px solid #DC5757; }

#message div.confirmation {
  background-position: 6px -47px;
  background-color: #A6EF7B;
  border: 1px solid #76C83F; }

#message div.loading {
  background: url(/images/loading.gif) 6px 3px no-repeat;
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC; }

.orangebackground {
  background-color: orange; }

#lock_text {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px; }

/**
 * --------------------------------------------------------------------------- *
 * @section:      	$GHOST-BUTTONS
 * @description:	Styles for Language Switch Button with Globe Icon in Header
 *					and Sign Up Button
 * --------------------------------------------------------------------------- *
 */
.p_header--container,
.p_topbutton__wrapper {
  background-color: #f5f7f1;
  text-align: center; }

.p_button--ghost {
  position: static;
  color: #333b2a;
  margin: 0;
  padding: 0.5em 0;
  width: 33.333333%;
  display: block;
  float: left; }
  .p_button--ghost .fa-globe-svg use {
    fill: #595757; }
  .p_button--ghost.p_button--forgot-pw {
    width: 47%; }

.p_button--ghost a {
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-style: normal;
  color: #333b2a;
  text-align: center;
  text-decoration: none; }

.p_header .p_button--ghost a:active, .p_header .p_button--ghost a:focus {
  background-color: transparent; }

.p_button--ghost:hover {
  background-color: #fff;
  color: #a9d158; }

.p_button--ghost:hover a,
.p_button--ghost a:hover {
  background-color: transparent;
  color: #a9d158; }

.p_lang-switch .fa-globe-svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: -0.2rem; }

.p_lang-switch:hover .fa-globe-svg use {
  fill: #a9d158; }

@media only screen and (max-width: 319px) {
  .p_button--ghost {
    width: 100%;
    border-bottom: 1px solid #595757; } }
@media only screen and (min-width: 750px) {
  .p_header--container {
    right: 2rem;
    top: 2rem;
    position: absolute;
    background-color: #a9d158;
    text-align: center; }

  .p_button--ghost {
    border: 1px solid #fff;
    color: #fff;
    padding: 0.3rem 0.8rem;
    margin-left: 0.8rem;
    width: auto; }
    .p_button--ghost .fa-globe-svg use {
      fill: #fff; }
    .p_button--ghost a {
      color: #fff; }

  .p_button--register {
    margin-right: 1rem; } }
.p_button--ghost.p_hide-on-small-screen {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0; }

.posteo_new .p_header--container,
.posteo_postmaster .p_lang-switch,
.posteo_jobs .p_lang-switch,
.posteo_unterstuetzen .p_lang-switch,
.posteo_widerrufsbelehrung .p_lang-switch,
.posteo_postmaster .p_topbutton__wrapper,
.posteo_jobs .p_topbutton__wrapper,
.posteo_unterstuetzen .p_topbutton__wrapper,
.posteo_widerrufsbelehrung .p_topbutton__wrapper,
.posteo_users_forgot_password .p_topbutton__wrapper {
  display: none; }

/**
 * --------------------------------------------------------------------------- *
 * @section:        $TOP-BUTTONS
 * @description:  Login, Forgot Password, Registration links on homepage on
 *          small screen
 * --------------------------------------------------------------------------- *
 */
.p_mobile-button__wrapper {
  display: table;
  width: 100%; }

.p_mobile-button {
  display: table-cell;
  margin: 0;
  width: 48%;
  background-color: #a9d158; }
  .p_mobile-button a {
    color: #fff;
    line-height: 3.0rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    border-right: 1px solid #fff; }
    .p_mobile-button a:hover {
      background-color: #333b2a;
      color: #fff; }
  .p_mobile-button.p_button--forgot-pw {
    background-color: #E4EFBC; }
    .p_mobile-button.p_button--forgot-pw a {
      border: none;
      color: #333b2a;
      font-size: 1.4rem; }
      .p_mobile-button.p_button--forgot-pw a:hover {
        background-color: #333b2a;
        color: #fff; }

@media only screen and (max-width: 749px) {
  .p_mobile-button__wrapper {
    position: relative;
    z-index: 999; } }
/**
 * --------------------------------------------------------------------------- *
 * @section:        $LOGIN
 * @description:  Styles for login on posteo.de and posteo.de/login
 *          small screens only
 * --------------------------------------------------------------------------- *
 */
.p_login-form__group {
  margin: 1.0rem 0; }

.p_login__box {
  background-color: #f2f2f2;
  padding: 4% 5%; }

.p_login-form input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 1.0rem 0.8rem;
  font-size: 16px;
  border-color: #e5e5e5; }

.p_login-form input[placeholder] {
  color: #807e7e;
  font-weight: 300 !important; }

.p_login-form input:focus {
  border: 1px solid #8a8b88;
  outline: 0; }

.p_login-form .p_login-form__button {
  text-transform: uppercase;
  margin: 1.2rem 0 0;
  color: #fff;
  background-color: #a9d158;
  border-color: #8bac48;
  cursor: pointer; }

#user_session_totp_token {
  display: block;
  font-size: 36px;
  text-align: center;
  width: 60%;
  margin: 1rem auto; }

/**
 * --------------------------------------------------------------------------- *
 * @section:        $LOGIN
 * @description:  Styles for posteo.de/login including Media Queries
 * --------------------------------------------------------------------------- *
 */
#p_simplelogin .p_main {
  max-width: 50rem;
  padding-top: 5rem; }
  @media only screen and (max-width: 749px) {
    #p_simplelogin .p_main {
      padding-top: 0; } }
  #p_simplelogin .p_main h2 {
    text-align: right;
    padding: 0.7em 0.7em 0 0.7em;
    margin: 0;
    text-transform: uppercase;
    background-color: #a9d158;
    color: white;
    font-size: 3rem; }

.p_login-userlogin {
  text-align: right; }

.p_login-form .p_login-form__button {
  font-size: 1.8rem;
  padding: 1rem 2rem;
  background-color: #e5e5e5;
  color: #595757;
  border: 1px solid white;
  text-transform: none; }

.p_hide {
  opacity: 0; }

.p_login__box {
  margin-bottom: 3rem; }
  .p_login__box label {
    transition: opacity 0.5s linear; }

.p_forgot_password {
  text-align: right;
  padding: 0.2rem 0; }
  .p_forgot_password a {
    color: #595757; }

.p_back_to_home a {
  color: #595757; }

#simpleaktuelles {
  background-color: #f2f2f2;
  padding: 4% 5%;
  margin-bottom: 3rem; }
  #simpleaktuelles h4:first-child {
    margin: 0 0 1rem 0; }
  #simpleaktuelles h4 {
    margin: 1rem 0 1rem 0; }

/**
 * Two-factor authentication
 */
.p_main #totp_token_login h2 {
  font-size: 2.4rem;
  line-height: 1.8rem; }

/*# sourceMappingURL=p_styles-simplelogin.css.map */
