@charset "UTF-8";
/**
 * Styles for posteo.de
 *
 * mainstylesheet: 'p_styles_website.scss'
 * @author:         Posteo
 *
 */
/**
 * --------------------------------------------------------------------------- *
 * @section:        $FONT
 * @description:     Base Font Face used on posteo.de
 * --------------------------------------------------------------------------- *
 */
@font-face {
  font-family: 'DroidSansRegular';
  src: url(../fonts/DroidSans-webfont.eot?v=46c2dc60b619a4f8cb151830323737fd84120e30413d37b3db5ef7f5faed1277);
  src: url(../fonts/DroidSans-webfont.eot?v=46c2dc60b619a4f8cb151830323737fd84120e30413d37b3db5ef7f5faed1277#iefix) format("embedded-opentype"), url(../fonts/DroidSans-webfont.woff?v=14bf0223fbc9b07e4da898e9ee7e9bdc964dbd09e5d21507a39038a67ce52f46) format("woff"), url(../fonts/DroidSans-webfont.ttf?v=2edd60b973553626b6bf642e3da904a3969604d591d92c0ca2ac5675101e246e) format("truetype"), url(../fonts/DroidSans-webfont.svg?v=de481d103ce3138cdbb4f569d0694010f22b6ee84bc4e9162312208fa1e64673#DroidSansRegular) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DroidSansBold';
  src: url(../fonts/DroidSans-Bold-webfont.eot?v=2e572fb0eea013044fd3daf3c555eb7bf818c034046ac521be9c69185d6c5cb6);
  src: url(../fonts/DroidSans-Bold-webfont.eot?v=2e572fb0eea013044fd3daf3c555eb7bf818c034046ac521be9c69185d6c5cb6#iefix) format("embedded-opentype"), url(../fonts/DroidSans-Bold-webfont.woff?v=89a182988fbe9a2e28c424fbfe126012dce0042c1cf7424bd97521ef575c3809) format("woff"), url(../fonts/DroidSans-Bold-webfont.ttf?v=4df1ea7cb4983bc8f08af706c0e4a9ad3f1c09016615c8a16cab3f386a3433a0) format("truetype"), url(../fonts/DroidSans-Bold-webfont.svg?v=c7dc6082c62a75f6a2fdbf864015574d836229e454cdd3749e110a9cd206df8c#DroidSansBold) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DroidSerifItalic';
  src: url(../fonts/DroidSerif-Italic-webfont.eot?v=c6afcd1b33fc04ef57fcd1bd67110d4b7b126114e6e38b36e063c7a503d4348e);
  src: url(../fonts/DroidSerif-Italic-webfont.eot?v=c6afcd1b33fc04ef57fcd1bd67110d4b7b126114e6e38b36e063c7a503d4348e#iefix) format("embedded-opentype"), url(../fonts/DroidSerif-Italic-webfont.woff?v=fb025adf60b0b61a66838a86563503d7e35b6dd79063e81e33ff0f2c75f5b781) format("woff"), url(../fonts/DroidSerif-Italic-webfont.ttf?v=ad811f827efc4a1a4eafe69431774d186d25f0a31a95e0e8b1159ca8f6e7001f) format("truetype"), url(../fonts/DroidSerif-Italic-webfont.svg?v=451d9455d834f32274b5a032be4b40080bac5e5af04a37fec1b8691e777636e9#DroidSerifItalic) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DroidSerifBold';
  src: url(../fonts/DroidSerif-Bold-webfont.eot?v=5c0991afd16bfa18bd00a606fa38fa6ff50ef5a16f1b1394c2b309f81c48880a);
  src: url(../fonts/DroidSerif-Bold-webfont.eot?v=5c0991afd16bfa18bd00a606fa38fa6ff50ef5a16f1b1394c2b309f81c48880a#iefix) format("embedded-opentype"), url(../fonts/DroidSerif-Bold-webfont.woff?v=556a9a4d930a1c9a3fc5e5f249053bbd4e9ae3f59ed9605099c3f563ec87bf4d) format("woff"), url(../fonts/DroidSerif-Bold-webfont.ttf?v=d13c2ccda01a1a61d042db3c492ab28ba96976b0781e2a9b06d05b9965b248b1) format("truetype"), url(../fonts/DroidSerif-Bold-webfont.svg?v=b3738296db98b80e5609ad8f0e372e2b9e931c2210de57c9d351d06329421756#DroidSerifBold) format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * -------------------------------------------------------------------------- *
 * @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; } }
video {
  width: 100%;
  height: auto; }

.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; }

figure.p_figure__with-bg {
  margin: 0 auto;
  padding: 1rem;
  background-color: #f2f2f2; }
  figure.p_figure__with-bg img {
    border: 3px solid #eee; }
  figure.p_figure__with-bg figcaption {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    padding-top: 0.5em; }
  figure.p_figure__with-bg.p_float-right {
    float: none; }

@media only screen and (min-width: 750px) {
  figure.p_figure__with-bg {
    margin: 3rem 2rem 1rem 4rem; }
    figure.p_figure__with-bg.p_float-right {
      float: right; } }
/**
 * --------------------------------------------------------------------------- *
 * @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; }

@-webkit-keyframes p-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@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; }

.p_flex--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.p_one-line {
  display: block; }

.p_fadein-fadeout {
  -webkit-animation: fadeInFadeOut ease 5s;
  animation: fadeInFadeOut ease 5s; }

@-webkit-keyframes fadeInFadeOut {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeInFadeOut {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:      $GRID-NEW
 * @description:  New 'Grid' Styles based on simple-grid
 * -------------------------------------------------------------------------- *
 */
.p_col--inner {
  padding: 2rem; }

[class*='p_col_'] > p:last-child,
.p_col--inner > p:last-child {
  margin: 0; }

.p_col--center {
  text-align: center; }

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

.p_col--left {
  text-align: left; }

@media only screen and (min-width: 480px) {
  .p_grid {
    width: 100%;
    margin: 0 auto; }

  .p_grid::after {
    content: '';
    display: table;
    clear: both; }

  .p_grid--pad {
    padding: 1rem 0; }

  [class*='p_col_'] {
    float: left;
    min-height: 1px; }
    [class*='p_col_'].p_vert--center {
      margin-top: 2rem; }

  .p_col_1-1 {
    float: none;
    clear: left; }

  [class*='p_col_'].p_float-right {
    float: right; }

  .p_col--inner {
    padding: 3rem 2rem; }

  .p_col_1-1 {
    width: 100%; }

  .p_col_2-3 {
    width: 66.66%; }

  .p_col_1-2 {
    width: 50%; }

  .p_col_1-3 {
    width: 33.33%; }

  .p_col_1-4 {
    width: 25%; }

  .p_col_1-5 {
    width: 20%; }

  .p_col_1dot5-5 {
    width: 30%; }

  .p_col_2-5 {
    width: 40%; }

  .p_col_3-5 {
    width: 60%; }

  .p_col_4-5 {
    width: 80%; }

  .p_col_1-6,
  .p_col_2-12 {
    width: 16.667%; }

  .p_col_1-7 {
    width: 14.28%; }

  .p_col_1-8 {
    width: 12.5%; }

  .p_col_1-9 {
    width: 11.1%; }

  .p_col_1-10 {
    width: 10%; }

  .p_col_1-11 {
    width: 9.09%; }

  .p_col_1-12 {
    width: 8.33%; }

  .p_col_11-12 {
    width: 91.66%; }

  .p_col_10-12 {
    width: 83.333%; }

  .p_col_9-12 {
    width: 75%; }

  .p_col_8-12 {
    width: 66.66%; }

  .p_col_7-12 {
    width: 58.33%; }

  .p_col_6-12 {
    width: 50%; }

  .p_col_5-12 {
    width: 41.66%; }

  .p_col_4-12 {
    width: 33.33%; }

  .p_col_3-12 {
    width: 25%; } }
@media only screen and (min-width: 480px) {
  .p_images--extrawrap .p_col--pad-2-0-2-0 {
    padding: 2rem 0; } }
@media only screen and (min-width: 750px) {
  .p_images--extrawrap.p_images_campus, .p_images--extrawrap.sec_aboutus--campusimages {
    padding: 0 5rem; } }
@media only screen and (min-width: 850px) {
  .p_images--extrawrap.p_images_campus, .p_images--extrawrap.sec_aboutus--campusimages {
    padding: 0 10rem; } }
@media only screen and (min-width: 960px) {
  .p_images--extrawrap.p_images_campus, .p_images--extrawrap.sec_aboutus--campusimages {
    padding: 0 14rem; } }
@media only screen and (min-width: 960px) {
  .p_images--extrawrap .p_col_1dot5-5,
  .p_images--extrawrap .p_col_2-5,
  .p_images--extrawrap .p_col_4-12 {
    width: auto; } }
.p_images--extrawrap .p_col--pad-2-0-2-0,
.p_images--extrawrap .p_col--pad-2-0-2-8,
.p_images--extrawrap .p_col--pad-2-0-2-7 {
  padding-right: 0.3rem; }
.p_images--extrawrap .p_col--pad-2-0-2-0,
.p_images--extrawrap .p_col--pad-2-8-2-0,
.p_images--extrawrap .p_col--pad-2-7-2-0 {
  padding-left: 0.3rem; }
.p_images--extrawrap.p_images_campus .p_col--pad-2-0-2-0 {
  padding-left: 0.2rem; }

@media only screen and (min-width: 480px) and (max-width: 749px) {
  .p_col_1-1_mobile {
    width: 100% !important; }

  .p_col_2-3_mobile,
  .p_col_8-12_mobile {
    width: 66.66%; }

  .p_col_1-2_mobile {
    width: 50% !important; }

  .p_col_1-3_mobile,
  .p_col_4-12_mobile {
    width: 33.33%; }

  .p_col_1-4_mobile,
  .p_col_3-12_mobile {
    width: 25%; }

  .p_col_1-5_mobile_mobile {
    width: 20%; }

  .p_col_1dot5-5_mobile {
    width: 30%; }

  .p_col_2-5_mobile {
    width: 40%; }

  .p_col_3-5_mobile {
    width: 60%; }

  .p_col_4-5_mobile {
    width: 80%; }

  .p_col_1-6_mobile,
  .p_col_2-12_mobile {
    width: 16.667%; }

  .p_col_1-7_mobile {
    width: 14.28%; }

  .p_col_1-8_mobile {
    width: 12.5%; }

  .p_col_1-9_mobile {
    width: 11.1%; }

  .p_col_1-10_mobile {
    width: 10%; }

  .p_col_1-11_mobile {
    width: 9.09%; }

  .p_col_1-12_mobile {
    width: 8.33%; }

  .p_col_11-12_mobile {
    width: 91.66%; }

  .p_col_10-12_mobile {
    width: 83.333%; }

  .p_col_9-12_mobile {
    width: 75%; }

  .p_col_7-12_mobile {
    width: 58.33%; }

  .p_col_6-12_mobile {
    width: 50%; }

  .p_col_5-12_mobile {
    width: 41.66%; } }
@media only screen and (max-width: 749px) {
  .sec_features--email .p_col_1-1_mobile:first-of-type .p_col--inner,
  .sec_features--address .p_col_1-1_mobile:first-of-type .p_col--inner,
  .sec_features--calender .p_col_1-1_mobile:first-of-type .p_col--inner,
  .sec_features--sustain .p_col_1-1_mobile:first-of-type .p_col--inner {
    padding-bottom: 0; }
  .sec_features--email .p_col_1-1_mobile:last-of-type .p_col--inner,
  .sec_features--address .p_col_1-1_mobile:last-of-type .p_col--inner,
  .sec_features--calender .p_col_1-1_mobile:last-of-type .p_col--inner,
  .sec_features--sustain .p_col_1-1_mobile:last-of-type .p_col--inner {
    padding-top: 0; }

  .sec_tb2014--intro .p_col_1-1_mobile.p_col--inner:first-of-type,
  .sec_homepage__infonavigator .p_col_1-1_mobile.p_col--inner:first-of-type {
    padding-bottom: 0; }
  .sec_tb2014--intro .p_col_1-1_mobile.p_col--inner:last-of-type,
  .sec_homepage__infonavigator .p_col_1-1_mobile.p_col--inner:last-of-type {
    padding-top: 0; } }
@media only screen and (max-width: 749px) {
  .p_col--inner.p_col--pad-mob-0 {
    padding: 0; }

  .p_col--inner.p_col--pad-mob-2-2-0-2 {
    padding: 2rem 2rem 0 2rem; }

  .p_col--inner.p_col--pad-mob-0-2-2-2 {
    padding: 0 2rem 2rem 2rem; }

  .p_col--inner.p_col--pad-mob-2-2-2-2 {
    padding: 2rem; } }
@media only screen and (min-width: 750px) {
  .p_col--pad-3-4-3-4 {
    padding: 3rem 4rem; }

  .p_col--pad-3-9-1-9 {
    padding: 3rem 9rem 1rem; }

  .p_col--pad-3-17-0-17 {
    padding: 3rem 17rem 0; }

  .p_col--pad-3-20-3-20 {
    padding: 3rem 20rem; }

  .p_col--pad-1-20-1-20 {
    padding: 1rem 20rem; }

  .p_col--pad-1-5-3-5 {
    padding: 1rem 5rem 3rem; }

  .p_col--pad-2-4-2-4 {
    padding: 2rem 4rem; }

  .p_col--pad-2-4-2-0 {
    padding: 2rem 4rem 2rem 0; }

  .p_col--pad-2-0-2-4 {
    padding: 2rem 0 2rem 4rem; }

  .p_col--pad-2-0-2-0 {
    padding: 2rem 0; }

  .p_col--pad-2-7-2-0 {
    padding: 2rem 7rem 2rem 0; }

  .p_col--pad-2-8-2-0 {
    padding: 2rem 8rem 2rem 0; }

  .p_col--pad-2-10-2-0 {
    padding: 2rem 10rem 2rem 0; }

  .p_col--pad-2-0-2-7 {
    padding: 2rem 0 2rem 7rem; }

  .p_col--pad-2-0-2-8 {
    padding: 2rem 0 2rem 8rem; }

  .p_col--pad-0-2-0-2 {
    padding: 0 2rem; } }
.p_spacer-top {
  margin-top: 4rem; }

@media only screen and (min-width: 750px) {
  .haelfte {
    width: 50%;
    padding: 0 1rem; }

  .dreineunzig {
    width: 48%; }

  .eindrittel {
    width: 44.444444444%; }

  .zweidrittel {
    width: 58%; } }
/**
 * --------------------------------------------------------------------------- *
 * @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 {
    width: 16rem;
    height: 4rem; }

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: 22rem;
    height: 5.5rem; }

  .p_toplogo img {
    width: 22rem;
    height: 5.5rem; } }
@media only screen and (min-width: 750px) {
  .posteo_users_new .p_header,
  .posteo_users_create .p_header,
  .posteo_user_sessions_new .p_header,
  .posteo_user_sessions_create .p_header,
  .posteo_user_sessions_validate_totp_token .p_header,
  .posteo_postmaster .p_header,
  .posteo_widerrufsbelehrung .p_header,
  .posteo_forgot_password .p_header,
  .posteo_users_forgot_password .p_header,
  .posteo_users_reset_password .p_header,
  .p_pages--jslicense .p_header,
  .posteo_news_index .p_header,
  .posteo_news_show .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_user_sessions_create.is-scrolled .p_header,
  .posteo_user_sessions_validate_totp_token.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,
  .posteo_users_reset_password.is-scrolled .p_header,
  .p_pages--jslicense.is-scrolled .p_header,
  .posteo_news_index.is-scrolled .p_header,
  .posteo_news_show.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:        $MAIN-NAVIGATION
 * @type:           component
 * --------------------------------------------------------------------------- *
 */
nav.p_mainnav {
  background-color: #fff; }

.p_mainnav__first {
  list-style-type: none;
  padding: 1rem 0;
  margin: 0; }
  .p_mainnav__first li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .p_mainnav__first li a,
  .p_mainnav__first li.act > b,
  .p_mainnav__first li.cur b {
    padding: 0.8rem 1rem; }
  .p_mainnav__first li.act > b,
  .p_mainnav__first li.cur b {
    width: 100%;
    display: block; }
  .p_mainnav__first li a {
    text-decoration: none;
    display: block; }
    .p_mainnav__first li a:hover, .p_mainnav__first li a:focus, .p_mainnav__first li a:active {
      background-color: #fff; }

.p_mainnav__first--subline {
  font-family: 'DroidSansRegular', trebuchet ms, tahoma, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  margin: 2px 0 0;
  display: block;
  opacity: 1; }

@media only screen and (max-width: 749px) {
  nav.p_mainnav ul {
    margin: 0;
    padding: 0;
    z-index: 1000;
    position: relative; }
  nav.p_mainnav li.cur,
  nav.p_mainnav li.act {
    background-color: #E4EFBC; }
    nav.p_mainnav li.cur > a, nav.p_mainnav li.cur > b,
    nav.p_mainnav li.act > a,
    nav.p_mainnav li.act > b {
      color: #333b2a; }
    nav.p_mainnav li.cur b::before,
    nav.p_mainnav li.act b::before {
      color: #333b2a; }

  .p_mainnav__first ul {
    padding: 0; }
  .p_mainnav__first > li {
    border-top: 2px solid #fff;
    background-color: #a9d158;
    position: relative; }
  .p_mainnav__first li > a,
  .p_mainnav__first li > b {
    color: #fff;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal; }
    .p_mainnav__first li > a:hover, .p_mainnav__first li > a:focus, .p_mainnav__first li > a:active,
    .p_mainnav__first li > b:hover,
    .p_mainnav__first li > b:focus,
    .p_mainnav__first li > b:active {
      color: #333b2a; }
      .p_mainnav__first li > a:hover::before, .p_mainnav__first li > a:focus::before, .p_mainnav__first li > a:active::before,
      .p_mainnav__first li > b:hover::before,
      .p_mainnav__first li > b:focus::before,
      .p_mainnav__first li > b:active::before {
        color: #333b2a; }

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

  .p_mainnav__second li {
    background-color: #E4EFBC; }
    .p_mainnav__second li a,
    .p_mainnav__second li b, .p_mainnav__second li.cur b {
      padding: 0.5rem 2rem;
      color: #333b2a; }
    .p_mainnav__second li a::before, .p_mainnav__second li b::before {
      content: '\00BB';
      display: inline-block;
      font-size: 2rem;
      padding-right: 0.6rem; }
  .p_mainnav__second li > a {
    font-family: 'DroidSansRegular', trebuchet ms, tahoma, sans-serif;
    font-weight: normal; }
    .p_mainnav__second li > a:hover, .p_mainnav__second li > a:focus, .p_mainnav__second li > a:active {
      color: #333b2a; }
      .p_mainnav__second li > a:hover::before, .p_mainnav__second li > a:focus::before, .p_mainnav__second li > a:active::before {
        color: #333b2a; } }
@media only screen and (min-width: 750px) {
  nav.p_mainnav {
    margin: 0;
    position: relative;
    top: -65px;
    z-index: 50;
    width: 100%;
    line-height: 1.4em;
    background-color: transparent; }
    nav.p_mainnav > li > a, nav.p_mainnav > li > b {
      font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
      font-weight: normal; }

  .p_mainnav__first {
    display: table;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent; }
    .p_mainnav__first > li {
      display: table-cell;
      margin: 0;
      padding: 0;
      text-align: center;
      background-color: transparent; }
      .p_mainnav__first > li > a, .p_mainnav__first > li > b {
        display: block;
        width: 100%;
        margin: 0;
        padding: 14px 1.3rem 10px;
        font-size: 1.6rem;
        color: #595757;
        font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
        font-weight: normal; }
    .p_mainnav__first > li.act > b {
      padding: 14px 1.3rem 10px; }
    .p_mainnav__first li.act {
      background-color: #fff;
      height: 65px; }

  .p_mainnav__second {
    display: none; }

  .act .p_mainnav__second {
    display: table;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    margin: 0 0 0.6em 0;
    padding: 1rem;
    box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.6);
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 1.3rem; }

  .p_mainnav__second li {
    display: table-cell;
    padding: 0;
    border-right: 1px solid #BEBEBE;
    text-align: center;
    vertical-align: top;
    white-space: nowrap; }

  .p_mainnav__second li a,
  .p_mainnav__second li.cur b {
    display: inline-block;
    padding: 0 0.4em; }

  .p_mainnav__second li a:hover,
  .p_mainnav__second li a:focus,
  .p_mainnav__second li a:active {
    text-decoration: none; }

  .p_mainnav__second li:first-child {
    padding-left: 0; }
    .p_mainnav__second li:first-child a,
    .p_mainnav__second li:first-child b {
      padding-left: 0; }

  .p_mainnav__second li:last-child {
    border: none; } }
@media only screen and (min-width: 960px) {
  .p_mainnav__first {
    width: 96rem; }

  .p_mainnav__first > li > a,
  .p_mainnav__first > li > b,
  .p_mainnav__first > li.act > b {
    padding: 14px 1.7rem 10px; }

  .p_mainnav__second {
    font-size: 1.4rem;
    padding: 1rem 0; }
    .p_mainnav__second li a,
    .p_mainnav__second li.cur b {
      padding: 0 1.2em; }
    .p_mainnav__second li:first-child {
      padding-left: 3.5em;
      text-align: left; }

  [lang="fr"] .p_mainnav__first > li > a,
  [lang="fr"] .p_mainnav__first > li > b,
  [lang="fr"] .p_mainnav__first > li.act > b {
    padding: 14px 0.5rem 10px; }
  [lang="fr"] .p_mainnav__second {
    font-size: 1.3rem; }
    [lang="fr"] .p_mainnav__second li a,
    [lang="fr"] .p_mainnav__second li.cur b {
      padding: 0 0.5em; }
    [lang="fr"] .p_mainnav__second li:first-child {
      padding-left: 0.5em; } }
@media only screen and (max-width: 749px) {
  nav.p_mainnav.closed {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1; }

  .p_main__inner {
    z-index: 1; }

  .p_mainnav__togglebtn {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    padding: 0.2em 0.6em 0.3em;
    color: #fff;
    display: inline-block;
    border: medium none transparent;
    font-size: 100%;
    text-decoration: none;
    transition: box-shadow 0.1s linear 0s;
    -moz-user-select: none;
    cursor: pointer;
    line-height: normal;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    width: 3.4rem;
    height: 3.4rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0ibWFpbm5hdi10b2dnbGUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUwIDUwIj48c3R5bGU+LnN0MHtmaWxsOiMzMzNCMkE7fSAuc3Qxe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDYgNTBINGMtMi4yIDAtNC0xLjgtNC00VjRjMC0yLjIgMS44LTQgNC00aDQyYzIuMiAwIDQgMS44IDQgNHY0MmMwIDIuMi0xLjggNC00IDR6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTEyLjkgMzJoMjV2M2gtMjV6TTEyLjkgMjMuNWgyNXYzaC0yNXpNMTIuOSAxNWgyNXYzaC0yNXoiLz48L3N2Zz4=");
    background-repeat: no-repeat; }
    .p_mainnav__togglebtn:focus {
      outline: none; }
    .p_mainnav__togglebtn.active {
      z-index: 5; }
      .p_mainnav__togglebtn.active:focus {
        outline: none; }

  .posteo_news_index .p_mainnav__togglebtn,
  .posteo_news_show .p_mainnav__togglebtn {
    display: none; } }
.posteo_widerrufsbelehrung .p_mainnav__togglebtn,
.posteo_users_new .p_mainnav__togglebtn,
.posteo_users_create .p_mainnav__togglebtn,
.posteo_postmaster .p_mainnav__togglebtn,
.posteo_users_forgot_password .p_mainnav__togglebtn {
  display: none; }

.p_subnav__toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.8rem;
  color: #fff;
  width: 100%;
  height: 4rem;
  text-align: right;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0ic3VibmF2LXBsdXMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQwIDQwIj48c3R5bGU+LnN0MHtmaWxsOiNmZmZmZmY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIxLjYgMTB2OC41aDguMXYyLjJoLTguMXY4LjVoLTIuM3YtOC41aC04LjF2LTIuMmg4LjFWMTBoMi4zeiIvPjwvc3ZnPg==");
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 2.4rem; }
  .p_subnav__toggle-btn:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .p_subnav__toggle-btn:focus {
    outline: none; }
  .p_subnav__toggle-btn.p_subnav__close-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0ic3VibmF2LWNsb3NlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmZmZmO308L3N0eWxlPjxwYXRoIGlkPSJjcm9zcyIgY2xhc3M9InN0MCIgZD0iTTE0LjUgMTJsNiA2IDUuOC01LjggMS41IDEuNS01LjggNS44IDYgNi0xLjYgMS42LTYtNi01LjggNS44LTEuNS0xLjUgNS44LTUuOC02LTYgMS42LTEuNnoiLz48L3N2Zz4="); }

.p_js_mainnav-collapsed {
  display: none; }

.js .nav-collapse-0.opened.p_mainnav.p_js_subnav-open {
  max-height: 612px !important; }

@media only screen and (min-width: 750px) {
  .p_mainnav__togglebtn,
  .p_subnav__toggle-btn {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1; } }
/**
 * -------------------------------------------------------------------------- *
 * @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 {
    transform: scale(0.75);
    transform-origin: left 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) {
  html {
    scroll-behavior: smooth; }

  .p_js-back2top {
    position: fixed;
    right: 0.8rem;
    top: 0.4rem;
    z-index: 1050;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.4em 0.5em;
    border-radius: 2em;
    background-image: url(../images/svg-icons/icon-totop.svg?v=012836341f3fcdaa9d67d5c0cc26fb9e7e6f7ea32416a0f13d5e9cef3e54396b);
    opacity: 0.9;
    width: 3.8rem;
    height: 3.8rem;
    transition: opacity 1.5s ease-in-out;
    border: none; }
    .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; }

.p_overlay__blocked-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block; }

.p_header--h2 {
  margin: 0;
  padding: 0.5em 1rem 0;
  font-size: 2.8rem;
  line-height: 0.8em;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  background-color: #a9d158; }
  @media only screen and (min-width: 640px) {
    .p_header--h2 {
      padding: 0.7em 7% 0;
      font-size: 4rem;
      line-height: 0.6em; } }

.p_header--h2-dark {
  background-color: #333b2a; }

.p_header--h2-orange {
  background-color: #e68245; }

.p_header--green-small {
  margin: 2rem 0;
  font-size: 1.8rem;
  color: #a9d158;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center; }

@media only screen and (min-width: 480px) {
  .p_header--h3-big {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-size: 2.4rem; } }
.p_header--h3-greenbg {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  margin: 0.8em 0 0.4em 0;
  padding: 0.1em 0.4em;
  background-color: #a9d158; }
  @media only screen and (min-width: 750px) {
    .p_header--h3-greenbg {
      font-size: 1.4rem;
      margin: 0 0 0.2em 0;
      padding: 0 0.4em; } }

.p_header--h3-greentop {
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: right;
  color: #a9d158;
  padding-top: 5px;
  border-top: 1px solid #a9d158; }

.p_header--h3-greenbottom {
  padding-top: 5px;
  color: #a9d158;
  border-bottom: 1px solid #a9d158; }

.p_header--underline {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #e3e1e0; }

.p_header--big-green-in-box {
  font-size: 2.4rem;
  color: #a9d158;
  margin: 1.5rem 0;
  letter-spacing: -1px;
  text-align: center; }

.p_header--big-green-in-box {
  font-size: 2.4rem;
  color: #a9d158;
  margin: 1.5rem 0;
  letter-spacing: -1px;
  text-align: center; }

.p_highlight-text--green {
  padding: 4px;
  background-color: #a9d158;
  color: #fff;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: normal;
  display: inline-block; }

.p_header-tb {
  font-size: 2.6rem;
  margin: 2rem 0 1.5rem; }

.p_header-tb--h2 {
  font-size: 2rem;
  color: #a9d158;
  margin: 2rem 0 1.5rem; }
  @media only screen and (min-width: 480px) {
    .p_header-tb--h2 {
      font-size: 2.6rem; } }

.p_header-tb--h3 {
  font-size: 2.2rem;
  margin-top: 20px; }

.p_header-tb--h3:nth-of-type(n+2) {
  border-top: 3px solid #ccc;
  padding-top: 30px; }

.p_header-tb--h4 {
  font-size: 2.2rem;
  margin: 30px 0px 10px;
  color: #a9d158;
  border-bottom: 2px solid #a9d158; }

.p_header-tb--h5 {
  font-size: 1.6rem;
  margin: 20px 0 5px; }

.p_header-tb--h6 {
  font-size: 1.5rem;
  margin: 20px 0 3px; }

#tbtabellen h3 {
  font-size: 2.2rem;
  text-align: left;
  display: inline-block;
  color: #fff;
  padding: 5px 10px 3px 10px;
  margin: 30px 0px 20px 0px; }

.h2_unterseite {
  margin: 20px 0;
  padding-top: 11px;
  padding-top: 0.7em;
  padding-right: 7%;
  color: #fff !important;
  font-size: 4rem;
  line-height: 0.6em;
  text-transform: uppercase;
  text-align: right; }

.h3_unterseite {
  margin-top: 1.5rem;
  padding-top: 1.8rem;
  padding-right: 1.5rem;
  height: 3.8rem;
  color: #fff !important;
  font-size: 2.4rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: right; }

h1,
h2,
h3,
h4,
h5,
h6,
.p_hx {
  font-family: trebuchet ms, tahoma, sans-serif;
  font-weight: bold;
  line-height: normal; }
  @media only screen and (min-width: 750px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .p_hx {
      font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
      font-weight: 300; } }

h1 {
  font-size: 2.4rem;
  margin: 0 0 1.5rem 0;
  letter-spacing: -1px; }
  h1 + h2 {
    margin-top: 0; }

h2 {
  font-size: 1.8rem;
  margin: 1.5em 0 1rem 0;
  letter-spacing: -1px; }

.sec_homepage__weuse h2 {
  font-size: 2.4rem;
  margin: 0 0 1.5rem 0;
  letter-spacing: -1px; }

h3 {
  font-size: 1.8rem;
  margin: 0 0 1rem 0; }

p + h3 {
  margin-top: 1.5em; }

h4 {
  font-size: 1.7rem;
  margin: 0; }
  @media only screen and (min-width: 750px) {
    h4 {
      font-size: 1.4rem; } }

h5 {
  font-size: 1.6rem;
  margin: 0; }
  @media only screen and (min-width: 750px) {
    h5 {
      font-size: 1.4rem; } }

h6 {
  font-size: 1.5rem;
  margin: 0; }
  @media only screen and (min-width: 750px) {
    h6 {
      font-size: 1.2rem; } }

.p_hx--intro {
  margin: 0.3em 0;
  font-size: 3.0rem;
  text-transform: uppercase;
  color: #a9d158; }
  @media only screen and (min-width: 750px) {
    .p_hx--intro {
      font-size: 4.0rem; } }

.p_hx--section {
  margin: 0;
  padding: 0.5em 1rem 0.1em;
  font-size: 2.8rem;
  letter-spacing: -1px;
  line-height: 0.8em;
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  background-color: #a9d158; }
  @media only screen and (min-width: 640px) {
    .p_hx--section {
      font-size: 4rem;
      line-height: 0.6em;
      padding: 0.7em 7% 0; } }

.p_hx--bg {
  font-size: 2.2rem;
  color: #fff;
  background-color: #a9d158;
  padding: 0.5rem 1rem 0.3rem;
  margin: 0 0 2rem; }
  .p_hx--bg + .p_box--lightgray {
    margin-top: -20px; }

.p_hx--bg-inline {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  background-color: #a9d158;
  margin: 0.8em 0 0.4em 0;
  padding: 0.1em 0.4em; }
  @media only screen and (min-width: 750px) {
    .p_hx--bg-inline {
      font-size: 1.4rem;
      margin: 0 0 0.2em 0;
      padding: 0 0.4em; } }

.p_hx--big {
  font-size: 2.6rem;
  margin: 2rem 0 1.5rem;
  letter-spacing: -1px; }

.p_hx--medium, .p_hx--tbfaq__sections {
  font-size: 2.2rem;
  margin: 2rem 0 1.5rem;
  letter-spacing: -1px; }

.sec_tb2013--faq-answers h3 {
  font-size: 2rem;
  margin-top: 2rem; }

.p_hx--small {
  font-size: 1.6rem;
  margin: 2rem 0 0.5rem;
  letter-spacing: -1px; }

.p_hx--smaller {
  font-size: 1.5rem;
  margin: 2rem 0 0.3rem; }

.p_hx--bg-invers {
  font-style: normal;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.2em;
  margin: 40px 0 20px;
  background-color: #a9d158; }
  .p_hx--bg-invers span {
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    color: #a9d158;
    background-color: #fff; }

.sec_tb2013--faq .p_hx--bg-invers {
  margin-top: 0; }

.p_hx__top-line {
  border-top: 1px solid;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: right;
  padding-top: 0.3em; }

.p_hx__bottom-line, .p_hx--tbfaq__sections {
  padding-top: 0.3em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 0.1em; }

.p_hx__green-bg {
  background-color: #a9d158; }

.p_hx__orange-bg {
  background-color: #e68245; }

.p_hx__black-bg {
  background-color: #333b2a; }

.p_hx__green, .p_hx--tbfaq__sections {
  color: #a9d158;
  border-color: #a9d158; }

.p_hx__gray-line {
  border-color: #e3e1e0; }

.p_hx--tbfaq__sections {
  border-bottom-width: 2px; }

/**
 * --------------------------------------------------------------------------- *
 * @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?v=8b56084a1bd65f4a5e7a8eaf08d49e75ba046520718a4a0bdbf16d0c95024dac) no-repeat 0 4px; }
    .p_list--checked li.p_list--item-not-checked {
      background: transparent url(../images/grueneskreuz.png?v=a8c270bc88e28d58d46709a1c4dfff65d23e083628c9567f96f7a9819ae7a1ef) 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?v=8b56084a1bd65f4a5e7a8eaf08d49e75ba046520718a4a0bdbf16d0c95024dac) no-repeat 0 6px; }
    .p_ul-checked li.p_ul-checked-no {
      background: transparent url(../images/grueneskreuz.png?v=a8c270bc88e28d58d46709a1c4dfff65d23e083628c9567f96f7a9819ae7a1ef) 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_table--gray {
  background-color: #f5f7f1;
  margin-bottom: 2em; }
  .p_table--gray td,
  .p_table--gray th {
    padding: 0.4em 2em;
    text-align: left; }
  .p_table--gray thead tr {
    background-color: #8a8b88;
    color: #fff; }
  .p_table--gray tbody tr {
    border-bottom: 2px solid #fff; }

.p_table--lightgray {
  background-color: #f5f7f1;
  margin-bottom: 2em;
  width: 100%;
  word-break: break-word; }
  .p_table--lightgray td,
  .p_table--lightgray th {
    padding: 0.2em 0.714em; }
  .p_table--lightgray th {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: 300;
    text-align: left;
    padding-top: 0.4em; }
  .p_table--lightgray .p_table__value {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    text-align: right;
    width: 2em;
    padding: 0.2em 0.714em 0.2em 0.2em;
    vertical-align: baseline;
    word-break: normal; }

.p_table__spacer {
  display: block;
  padding-bottom: 10px; }

@media only screen and (max-width: 749px) {
  .p_table--lightgray {
    font-size: 1.4rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:     $BOXES
 * @type:        components
 * -------------------------------------------------------------------------- *
 */
.p_box--border {
  border: 1px solid #cccecc;
  border-radius: 2px;
  padding: 1rem; }

.p_box--border p:last-child {
  margin-bottom: 0; }

.p_box--header {
  background-color: #8a8b88;
  font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
  color: #fff;
  padding: 1rem;
  margin: 0;
  text-align: center; }

.p_box--lightgray {
  background-color: #f5f7f1;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem; }
  .p_box--lightgray dl {
    margin: 0; }
  .p_box--lightgray dt {
    margin: 1rem 0 0 0; }
  .p_box--lightgray dd {
    color: #a9d158;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.5em;
    text-align: right;
    margin: 0; }
  .p_box--lightgray p:last-child {
    margin: 0; }
  .p_box--lightgray h4 {
    margin: 0 0 0.5rem; }
  .p_box--lightgray.p_box--nomargin {
    margin: 0; }
  .p_box--lightgray .p_list.p_list--bigdot.p_list--greendot {
    padding: 0 2rem; }
  .p_box--lightgray .p_list.p_list--smalldot {
    padding: 0 1.4rem; }
  .p_box--lightgray .p_list li {
    margin-left: 0.5rem; }
  .p_box--lightgray .p_list--checked {
    margin: 0; }
  .p_box--lightgray fig-caption {
    font-weight: bold; }

.p_box--info {
  background-color: #f6f5f5; }

.rand {
  padding: 10px; }

#message {
  display: none;
  opacity: 0;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  z-index: 5000;
  pointer-events: none; }
  #message.p_show {
    display: block; }
  #message div {
    display: grid;
    grid-template-columns: 3.5rem auto;
    align-items: center;
    padding: 1rem 2.4rem 1rem 3.2rem;
    color: #fff;
    font-weight: bold;
    border-radius: 2px; }
    #message div::before {
      content: '';
      width: 2.5rem;
      height: 2.5rem;
      background-repeat: no-repeat;
      background-position: center;
      padding-right: 0;
      vertical-align: middle;
      line-height: 1em;
      filter: invert(99%) sepia(93%) saturate(0%) hue-rotate(109deg) brightness(113%) contrast(100%); }
  #message div.notice {
    background-color: #77a51b;
    border: 1px solid #77a51b; }
    #message div.notice::before {
      background-image: url(../images/svg-icons/fa-circle-info.svg?v=c5d1c2330f4fd27f1c4825e9b0cad5f2f63beefc43c7a748ebec880fd8ed0fc3); }
  #message div.confirmation {
    background-color: #77a51b;
    border: 1px solid #77a51b; }
    #message div.confirmation::before {
      background-image: url(../images/svg-icons/fa-circle-check.svg?v=f090516890a057bd06f2d5f1621359678356ca81b24337368b0b7cda3b4c3d6d); }
  #message div.error,
  #message div.alert,
  #message div.warning {
    background-color: #DC5757;
    border: 1px solid #DC5757; }
    #message div.error::before,
    #message div.alert::before,
    #message div.warning::before {
      background-image: url(../images/svg-icons/fa-triangle-exclamation.svg?v=687bdfdc94e4875ea3d69f5a421aae5ee4842d1d80d0a3517ca42af27fbf35f3); }
  #message div.loading {
    background-color: #333b2a;
    border: 1px solid #333b2a; }
    #message div.loading::before {
      background-image: url(../images/svg-icons/fa-spinner.svg?v=61cf1fde7129766f72723cc8b0f27762a7426afc1ad02edcea75193be9bd404b);
      -webkit-animation: p-spin 2s linear infinite;
      animation: p-spin 2s linear infinite; }

.warning-message-box.success,
.warning-message-box.error {
  align-items: center;
  padding: 0.8em 2em 0.8em 1.5em;
  font-weight: bold;
  color: #fff; }

.warning-message-box.success {
  background-color: #77a51b;
  border: 1px solid #77a51b; }

.warning-message-box.error {
  background-color: #DC5757;
  border: 1px solid #DC5757; }

@media only screen and (min-width: 750px) {
  #message {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 19em;
    max-width: 100%; }

  #message div {
    width: 100%;
    margin: 0px auto;
    min-height: 22px; } }
/**
 * -------------------------------------------------------------------------- *
 * @subsection     $P_INTRO
 * @type:          component
 * -------------------------------------------------------------------------- *
 */
.p_intro {
  padding: 2.5em 2rem 2rem; }
  @media only screen and (min-width: 750px) {
    .p_intro {
      padding: 2.5em 4rem 2rem; } }

.p_intro.p_nosubmenu {
  padding-top: 1em; }

.p_intro h1,
.p_header--h1-intro {
  margin: 0.3em 0;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #a9d158; }
  @media only screen and (min-width: 750px) {
    .p_intro h1,
    .p_header--h1-intro {
      font-size: 4.0rem; } }

.p_intro__quote {
  margin-bottom: 2em; }

.p_intro__image {
  text-align: center; }

.p_pagelinks__wrapper {
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #cccecc;
  border-radius: 2px; }

.p_pagelinks__header {
  font-weight: bold;
  margin: 0 0 0.1em; }

.p_pagelinks__liste {
  margin: 0;
  padding: 0 2rem;
  list-style-type: none;
  line-height: 20px; }
  .p_pagelinks__liste li:before {
    content: "● ";
    font-size: 2rem;
    color: #a9d158;
    margin-left: -15px; }

.p_intro__right #lesetipp {
  margin-top: 2rem; }

@media only screen and (min-width: 750px) {
  .p_intro {
    margin: 0 auto 2rem;
    clear: both; }

  .p_intro__quote {
    width: 67%;
    float: left;
    padding: 0 3em 0 0;
    margin: 0; }
    .p_intro__quote blockquote {
      font-family: "DroidSerifItalic", georgia, times new roman, serif;
      font-style: normal;
      padding-bottom: 1.2rem; }

  .p_intro__right {
    width: 32%;
    float: left; }

  .p_intro__left {
    width: 32%;
    margin-bottom: 1rem; }

  .p_pagelinks__liste {
    padding: 0 0 0 1.5rem; } }
/**
 * --------------------------------------------------------------------------- *
 * @section:      $GHOST-BUTTONS
 * @description:  Styles for Language Switch Button with Globe Icon in Header
 *                and Sign Up Button
 * --------------------------------------------------------------------------- *
 */
.p_header--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0.6rem;
  right: 5.5rem; }
  .p_header--container .p_button--ghost {
    border: 1px solid #fff;
    color: #fff;
    padding: 0.3rem 0.4rem;
    margin-left: 0.8rem;
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
    .p_header--container .p_button--ghost a {
      color: #fff; }
  .p_header--container .p_lang-switch {
    display: none; }

.posteo_news_index .p_header--container,
.posteo_news_show .p_header--container {
  right: 1.5rem; }

.p_topbutton__wrapper {
  background-color: #f5f7f1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .p_topbutton__wrapper .p_button--ghost {
    -webkit-box-flex: 1 1 33.33333%;
    -webkit-flex: 1 1 33.33333%;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    width: 33.333333%; }

.p_button--ghost {
  color: #333b2a;
  margin: 0;
  padding: 0.5em 0;
  display: block; }
  .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 (min-width: 480px) {
  .p_header--container {
    right: 6rem; }
    .p_header--container .p_button--ghost {
      padding: 0.3rem 0.8rem; } }
@media only screen and (min-width: 750px) {
  .p_header--container .p_lang-switch {
    display: block; }

  .p_header--container {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background-color: #a9d158;
    text-align: center; }

  .p_button--ghost .fa-globe-svg use {
    fill: #fff; }

  .p_button--register {
    margin-right: 1rem; }

  .p_topbutton__wrapper.p_hide-on-big-screen {
    display: none !important; } }
.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     $SLIDER
 * @component:    Slider
 * -------------------------------------------------------------------------- *
 */
/**
 * -------------------------------------------------------------------------- *
 * @section     $GENERAL
 * @component:    General Slider styles
 * -------------------------------------------------------------------------- *
 */
.p_slider__container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }
  .p_slider__container ul {
    font-style: normal;
    font-size: 1.6rem;
    list-style-type: none;
    margin-bottom: 1rem; }
    .p_slider__container ul li {
      padding-left: 1.8rem;
      line-height: 1.8rem; }
      .p_slider__container ul li:before {
        margin-left: -1.8rem;
        content: "● ";
        font-size: 2rem;
        color: #a9d158; }

.p_slider__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease; }

.p_slider__slide {
  float: left;
  cursor: move;
  margin: 0 1rem;
  background-color: #fff;
  height: auto; }
  .p_slider__slide[aria-hidden="true"] {
    height: 1px; }

.no-js .p_slider__slide {
  display: none; }
  .no-js .p_slider__slide.slick-cloned:first-child, .no-js .p_slider__slide#slidestart {
    display: block; }

@media only screen and (min-width: 320px) {
  .p_slider__slide {
    margin: 0 3rem; } }
@media only screen and (min-width: 480px) {
  .p_slider__slide {
    margin: 0 4.5rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @section     $BUTTONS
 * @component:    prev and next buttons
 * -------------------------------------------------------------------------- *
 */
.slick-arrow,
.slick-arrow b {
  display: none; }

@media only screen and (min-width: 320px) {
  .slick-arrow {
    display: block;
    position: absolute;
    z-index: 25;
    cursor: pointer;
    top: 15%;
    width: 4rem;
    height: 4rem; }

  .slick-arrow b {
    text-indent: -999em;
    display: block;
    overflow: hidden; }

  .slick-arrow:before {
    display: inline-block;
    position: absolute;
    content: " ";
    background-color: #333b2a;
    border-color: #333c2b;
    opacity: 0.1;
    transition: opacity 0.5s ease;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10rem 2rem 10rem 0;
    border-color: transparent #333b2a transparent transparent;
    background: #fff no-repeat top left; }

  .slick-next {
    right: 3px;
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1); }

  .slick-prev {
    left: 3px; }

  .slick-arrow:hover:before {
    font-weigh: normal;
    opacity: 1; } }
@media only screen and (min-width: 480px) {
  .slick-arrow {
    top: 35%; }

  .slick-arrow:before {
    display: inline-block;
    position: absolute;
    content: " ";
    background: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Cpath%20d%3D%22M10%202.16c4.33%200%207.84%203.51%207.84%207.84s-3.51%207.84-7.84%207.84-7.84-3.51-7.84-7.84%203.55-7.84%207.84-7.84zM12%2013.88v-7.76l-5.82%203.85z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A) no-repeat top left;
    background-size: 100%;
    color: #333c2b;
    width: 5.5rem;
    height: 5.5rem;
    opacity: 0.1;
    transition: opacity 0.5s ease;
    border: none; } }
@media only screen and (min-width: 640px) {
  .p_slider--starttour .slick-arrow {
    top: 50%;
    margin-top: -6rem;
    width: 5rem;
    height: 7rem; }

  .p_slider--starttour .slick-arrow:before {
    width: 7.4rem;
    height: 7.4rem; } }
@media only screen and (min-width: 750px) {
  .p_slider--pressetour .slick-arrow {
    top: 50%;
    margin-top: -6rem;
    width: 5rem;
    height: 7rem; }

  .p_slider--pressetour .slick-arrow:before {
    width: 7.4rem;
    height: 7.4rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @component:    smaller arrows for half size sliders
 * -------------------------------------------------------------------------- *
 */
.p_slider--small .slick-arrow {
  bottom: 7%;
  top: auto; }
.p_slider--small .slick-next {
  right: 0; }
.p_slider--small .slick-prev {
  left: 0; }
.p_slider--small .slick-arrow:before {
  border-width: 2.5rem 1rem 2.5rem 0; }
@media only screen and (min-width: 480px) {
  .p_slider--small .slick-arrow {
    bottom: 4%; }
  .p_slider--small .slick-arrow:before {
    width: 3.8rem;
    height: 3.8rem; } }
@media only screen and (min-width: 750px) {
  .p_slider--small .slick-arrow {
    bottom: 7%; } }
@media only screen and (min-width: 960px) {
  .p_slider--small .slick-arrow {
    bottom: 4%; } }

/**
 * -------------------------------------------------------------------------- *
 * @section     $PRESSETOUR
 * @component:    press coverage slider on homepage
 * -------------------------------------------------------------------------- *
 */
.p_slider--pressetour .p_slider__container {
  height: 250px; }
  .p_slider--pressetour .p_slider__container .p_slider__wrapper {
    height: 250px; }
.p_slider--pressetour .p_slider__slide {
  box-sizing: border-box;
  display: table;
  position: relative;
  height: 250px;
  background: no-repeat top center;
  background-size: contain; }
.p_slider--pressetour blockquote {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 150%;
  padding: 0.6em 1vh;
  padding-top: 50px;
  font-size: 1.5rem; }
  .p_slider--pressetour blockquote p {
    position: relative; }
    .p_slider--pressetour blockquote p::before {
      color: #a9d158;
      font-size: 240%;
      line-height: 0;
      position: absolute;
      margin-left: -0.5em;
      margin-top: 0.1em;
      content: "\201E"; }
    .p_slider--pressetour blockquote p::after {
      color: #a9d158;
      font-size: 240%;
      line-height: 0;
      position: absolute;
      bottom: 0.2em;
      content: "\201C"; }
.p_slider--pressetour cite {
  text-align: right;
  display: block;
  padding-right: 0.6em;
  font-style: normal;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  font-size: 1.5rem; }

[lang="en"] .p_slider--pressetour blockquote p::before,
.p_slider--pressetour blockquote[lang="en"] p::before,
[lang="fr"] .p_slider--pressetour blockquote[lang="en"] p::before {
  margin-top: 0.35em;
  content: "\201C"; }

[lang="en"] .p_slider--pressetour blockquote p::after,
.p_slider--pressetour blockquote[lang="en"] p::after,
[lang="fr"] .p_slider--pressetour blockquote[lang="en"] p::after {
  content: "\201D"; }

[lang="fr"] .p_slider--pressetour blockquote p::before,
.p_slider--pressetour blockquote[lang="fr"] p::before,
[lang="en"] .p_slider--pressetour blockquote[lang="fr"] p::before {
  margin-top: 0.2em;
  margin-left: -0.6em;
  content: "\00AB"; }

[lang="fr"] .p_slider--pressetour blockquote p::after,
.p_slider--pressetour blockquote[lang="fr"] p::after,
[lang="en"] .p_slider--pressetour blockquote[lang="fr"] p::after {
  bottom: 0.35em;
  margin-left: 2px;
  content: "\00BB"; }

[lang="en"] .p_slider--pressetour blockquote[lang="de"] p::before,
[lang="fr"] .p_slider--pressetour blockquote[lang="de"] p::before {
  margin-top: 0.1em;
  content: "\201E"; }

[lang="en"] .p_slider--pressetour blockquote[lang="de"] p::after,
[lang="fr"] .p_slider--pressetour blockquote[lang="de"] p::after {
  content: "\201C"; }

@media only screen and (min-width: 480px) {
  .p_slider--pressetour .p_slider__slide {
    margin: 0 6rem; }
  .p_slider--pressetour blockquote {
    padding: 1em 2vh;
    padding-top: 80px;
    font-size: 1.5rem; }
  .p_slider--pressetour cite {
    font-size: 1.5rem; } }
@media only screen and (min-width: 640px) {
  .p_slider--pressetour .p_slider__slide {
    margin: 0 0.6rem 0 5.5rem; }
    .p_slider--pressetour .p_slider__slide:nth-child(2n) {
      margin: 0 5.5rem 0 0.6rem; }
    .p_slider--pressetour .p_slider__slide blockquote,
    .p_slider--pressetour .p_slider__slide cite {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      -webkit-hyphenate-limit-chars: auto 5;
      -moz-hyphenate-limit-chars: auto 5;
      -ms-hyphenate-limit-chars: auto 5;
      hyphenate-limit-chars: auto 5;
      font-size: 1.3rem; } }
@media only screen and (min-width: 750px) {
  .p_slider--pressetour .p_slider__slide {
    margin: 0 0.6rem 0 7rem; }
    .p_slider--pressetour .p_slider__slide:nth-child(2n) {
      margin: 0 7rem 0 0.6rem; }
    .p_slider--pressetour .p_slider__slide blockquote,
    .p_slider--pressetour .p_slider__slide cite {
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      hyphens: none;
      font-size: 1.5rem; } }
@media only screen and (min-width: 960px) {
  .p_slider--pressetour .p_slider__slide {
    margin: 0 1.5rem 0 9rem; }
    .p_slider--pressetour .p_slider__slide:nth-child(2n) {
      margin: 0 9rem 0 1.5rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @section     $FEATURES
 * @component   Slider for webmailer featuretour
 *          page leistungen
 * -------------------------------------------------------------------------- *
 **/
.p_slider--featuretour .p_slider__slide {
  position: relative;
  margin: 0 auto;
  text-align: center; }
.p_slider--featuretour .p_slider--featuretour__caption {
  font-size: 1.35rem;
  line-height: normal;
  text-align: left;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  height: 7rem; }
@media only screen and (min-width: 320px) {
  .p_slider--featuretour .p_slider--featuretour__caption {
    padding: 0 2rem; } }
@media only screen and (min-width: 480px) {
  .p_slider--featuretour .p_slider--featuretour__caption {
    font-size: 1.4rem;
    line-height: 1.4em;
    padding: 0 5rem; } }

/**
 * -------------------------------------------------------------------------- *
 * @section     $SUPPORTUS
 * @component   Slider for posteo postcards
 *          page unterstuetzen
 * -------------------------------------------------------------------------- *
 **/
.p_slider--supportposteo .p_slider__container {
  margin-top: 0; }
.p_slider--supportposteo .p_slider__slide {
  position: relative;
  margin: 0 auto;
  text-align: center; }
.p_slider--supportposteo img {
  width: 100%; }
.p_slider--supportposteo .p_slider--supportposteo__caption {
  font-size: 1.35rem;
  line-height: normal;
  text-align: center;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  display: inline-block; }
@media only screen and (min-width: 320px) {
  .p_slider--supportposteo .p_slider--supportposteo__caption {
    padding: 1.3rem 2rem; } }
@media only screen and (min-width: 480px) {
  .p_slider--supportposteo .p_slider--supportposteo__caption {
    font-size: 1.4rem;
    line-height: 1.4em; } }

/**
 * -------------------------------------------------------------------------- *
 * @section     $TRAPA
 * @component   Slider for transparency reports
 *          page
 * -------------------------------------------------------------------------- *
 **/
.sec_tb2014--requests {
  position: relative;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease; }
  .sec_tb2014--requests .p_header-tb--h2 {
    color: #595757; }

/* Slick Slider CSS */
.p_slider--nav.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.p_slider--nav .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .p_slider--nav .slick-list:focus {
    outline: none; }
  .p_slider--nav .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.p_slider--nav .slick-slider .slick-track,
.p_slider--nav .slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }
.p_slider--nav .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .p_slider--nav .slick-track:before, .p_slider--nav .slick-track:after {
    content: "";
    display: table; }
  .p_slider--nav .slick-track:after {
    clear: both; }
  .slick-loading .p_slider--nav .slick-track {
    visibility: hidden; }
.p_slider--nav .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-initialized .p_slider--nav .slick-slide {
    display: block; }
  .slick-loading .p_slider--nav .slick-slide {
    visibility: hidden; }
  .slick-vertical .p_slider--nav .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
.p_slider--nav .slick-arrow.slick-hidden {
  display: none; }

.p_slider--nav {
  margin: 3rem 4rem 0;
  width: calc(100% - 8rem);
  text-align: center; }
  .p_slider--nav button {
    margin: 0.2rem 0.1rem;
    padding: 0.5rem;
    display: block;
    background-color: #f2f8e6;
    border: none;
    font-size: 1.5rem;
    opacity: 0; }
    @media only screen and (min-width: 750px) {
      .p_slider--nav button {
        font-size: 1.6rem; } }
    .p_slider--nav button.slick-active {
      background-color: #f2f8e6; }
    .p_slider--nav button.slick-current, .p_slider--nav button:hover {
      background-color: #a9d158;
      color: #fff; }
    .p_slider--nav button.slick-current {
      margin: 0rem 0.1rem;
      padding: 0.7rem 0.5rem; }
    .p_slider--nav button.slick-slide {
      opacity: 1; }
  .p_slider--nav .slick-arrow {
    position: absolute;
    top: 0.2rem; }
    .p_slider--nav .slick-arrow:before {
      display: inline-block;
      position: absolute;
      content: " ";
      background-color: #333b2a;
      border-color: #333c2b;
      opacity: 0.5;
      transition: opacity 0.5s ease;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1.5rem 1rem 1.5rem 0;
      border-color: transparent #333b2a transparent transparent;
      background: #fff no-repeat top left; }
  .p_slider--nav .slick-prev {
    right: auto;
    left: -3.5rem; }
  .p_slider--nav .slick-next {
    left: auto;
    right: -3.5rem; }
  .p_slider--nav .slick-disabled:before {
    opacity: 0.1; }
  .p_slider--nav .p_slider__slide {
    margin: 0; }
    .p_slider--nav .p_slider__slide[aria-hidden="true"] {
      height: 1px; }

.p_slider--transparency {
  -webkit-transform: none;
  transform: none;
  position: relative; }
  .p_slider--transparency .p_slider__slide {
    margin: 0; }
    .p_slider--transparency .p_slider__slide[aria-hidden="true"] {
      height: 1px; }

/**
  * @section  .p_slider--posteo
  */
.p_slider--posteo .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
.p_slider--posteo .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .p_slider--posteo .slick-list:focus {
    outline: none; }
  .p_slider--posteo .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.p_slider--posteo .slick-slider .slick-track,
.p_slider--posteo .slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }
.p_slider--posteo .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .p_slider--posteo .slick-track:before, .p_slider--posteo .slick-track:after {
    content: "";
    display: table; }
  .p_slider--posteo .slick-track:after {
    clear: both; }
  .slick-loading .p_slider--posteo .slick-track {
    visibility: hidden; }
.p_slider--posteo .slick-slide {
  float: left; }
.p_slider--posteo .slick-arrow.slick-hidden {
  display: none; }

.p_stage--wrapper {
  display: none; }
  .p_stage--wrapper.slick-initialized {
    display: block; }

.p_slider--posteo {
  font-size: 1.5rem;
  line-height: 1.4; }
  .p_slider--posteo .slide-1 img {
    margin: 2rem 0 1rem; }
  .p_slider--posteo .slide-10 img {
    margin: 2rem 0 1rem; }
  .p_slider--posteo .slide-10 ul.p_two-cols li:last-of-type::after, .p_slider--posteo .slide-10 ul.p_two-cols li:last-of-type::before {
    content: " "; }
  .p_slider--posteo h3 {
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -1px; }
  .p_slider--posteo .p_slider__headline {
    display: block;
    font-size: 1.8rem; }
  .p_slider--posteo .p_slider__meta {
    display: block;
    font-size: 2.8rem; }
  .p_slider--posteo cite {
    display: block;
    margin-bottom: 1rem;
    font-style: normal;
    color: #a2a2a2; }
  .p_slider--posteo .image-right.p_grid,
  .p_slider--posteo .image-left.p_grid {
    display: -ms-grid;
    display: grid;
    height: 100%; }
  .p_slider--posteo .image-left .p_grid--img {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .p_slider--posteo .image-left .p_grid--text {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .p_slider--posteo .image-right .p_grid--img {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .p_slider--posteo .image-right .p_grid--text {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }

@media only screen and (min-width: 480px) {
  .p_slider--posteo .p_slider__meta {
    font-size: 4rem; } }
@media only screen and (max-width: 749px) {
  .p_slider--posteo .image-right .p_grid--img,
  .p_slider--posteo .image-left .p_grid--img {
    display: none; }
  .p_slider--posteo ul.p_two-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .p_slider--posteo ul.p_two-cols li.order-1 {
      order: 1; }
    .p_slider--posteo ul.p_two-cols li.order-2 {
      order: 2; }
    .p_slider--posteo ul.p_two-cols li.order-3 {
      order: 3; }
    .p_slider--posteo ul.p_two-cols li.order-4 {
      order: 4; }
    .p_slider--posteo ul.p_two-cols li.order-5 {
      order: 5; }
    .p_slider--posteo ul.p_two-cols li.order-6 {
      order: 6; } }
@media only screen and (min-width: 750px) {
  .p_slider--posteo .p_list li {
    padding: 0; }
  .p_slider--posteo ul.p_two-cols {
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr); }
    .p_slider--posteo ul.p_two-cols li {
      padding: 0.1em 0; }
    .p_slider--posteo ul.p_two-cols li:nth-of-type(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1; }
    .p_slider--posteo ul.p_two-cols li:nth-of-type(2) {
      -ms-grid-row: 1;
      -ms-grid-column: 2; }
    .p_slider--posteo ul.p_two-cols li:nth-of-type(3) {
      -ms-grid-row: 2;
      -ms-grid-column: 1; }
    .p_slider--posteo ul.p_two-cols li:nth-of-type(4) {
      -ms-grid-row: 2;
      -ms-grid-column: 2; }
    .p_slider--posteo ul.p_two-cols li:nth-of-type(5) {
      -ms-grid-row: 3;
      -ms-grid-column: 1; }
    .p_slider--posteo ul.p_two-cols li:nth-of-type(6) {
      -ms-grid-row: 3;
      -ms-grid-column: 2; }
    .p_slider--posteo ul.p_two-cols li {
      position: relative;
      text-align: left;
      order: unset; }
      .p_slider--posteo ul.p_two-cols li::before {
        position: absolute;
        top: 0.3rem; }
      .p_slider--posteo ul.p_two-cols li:nth-of-type(2n+2) {
        text-align: right; }
        .p_slider--posteo ul.p_two-cols li:nth-of-type(2n+2)::after {
          position: absolute;
          top: 0.3rem;
          display: inline-block;
          content: "● ";
          color: #a9d158;
          font-size: 1.8rem;
          line-height: 1.5rem;
          margin-right: -1.6rem;
          width: 1.6rem; }
        .p_slider--posteo ul.p_two-cols li:nth-of-type(2n+2)::before {
          content: none; }
  .p_slider--posteo .p_grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center; }
    .p_slider--posteo .p_grid::after {
      content: none; }
  .p_slider--posteo .image-right .p_grid--img,
  .p_slider--posteo .image-right .p_grid--text,
  .p_slider--posteo .image-left .p_grid--img,
  .p_slider--posteo .image-left .p_grid--text {
    text-align: left; }
  .p_slider--posteo .image-right img,
  .p_slider--posteo .image-left img {
    max-height: 335px; }
  .p_slider--posteo .image-right .slide-1 img,
  .p_slider--posteo .image-left .slide-1 img {
    margin: 2rem 0 1rem; }
  .p_slider--posteo .slide-2 .p_grid {
    -ms-grid-columns: 3.6fr 3.2fr;
    grid-template-columns: 3.6fr 3.2fr; }
  .p_slider--posteo .slide-3 .p_grid {
    -ms-grid-columns: 4fr 3fr;
    grid-template-columns: 4fr 3fr; }
  .p_slider--posteo .slide-4 .p_grid {
    -ms-grid-columns: 3fr 3.5fr;
    grid-template-columns: 3fr 3.5fr; }
  .p_slider--posteo .slide-5 .p_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .p_slider--posteo .slide-6 .p_grid {
    -ms-grid-columns: 4.5fr 3fr;
    grid-template-columns: 4.5fr 3fr; }
  .p_slider--posteo .slide-7 .p_grid {
    -ms-grid-columns: 5fr 4fr;
    grid-template-columns: 5fr 4fr; }
  .p_slider--posteo .slide-8 .p_grid {
    -ms-grid-columns: 4fr 3fr;
    grid-template-columns: 4fr 3fr; }
  .p_slider--posteo .slide-9 .p_grid {
    -ms-grid-columns: 3.3fr 3fr;
    grid-template-columns: 3.3fr 3fr; }

  html[lang="en"] .p_slider--posteo .slide-9 .p_grid {
    -ms-grid-columns: 5.7fr 4fr;
    grid-template-columns: 5.7fr 4fr; }

  html[lang="fr"] .p_slider--posteo .slide-2 .p_grid {
    -ms-grid-columns: 3.5fr 3.2fr;
    grid-template-columns: 3.5fr 3.2fr; }
  html[lang="fr"] .p_slider--posteo .slide-4 .p_grid {
    -ms-grid-columns: 3.5fr 2.5fr;
    grid-template-columns: 3.5fr 2.5fr; }
  html[lang="fr"] .p_slider--posteo .slide-5 .p_grid {
    -ms-grid-columns: 4.2fr 3fr;
    grid-template-columns: 4.2fr 3fr; }
  html[lang="fr"] .p_slider--posteo .slide-6 .p_grid {
    -ms-grid-columns: 4.8fr 3fr;
    grid-template-columns: 4.8fr 3fr; }
  html[lang="fr"] .p_slider--posteo .slide-9 .p_grid {
    -ms-grid-columns: 5.1fr 2.7fr;
    grid-template-columns: 5.1fr 2.7fr; } }
@media only screen and (min-width: 850px) {
  .p_slider--posteo .p_slider__meta {
    font-size: 5.5rem;
    line-height: 1.1;
    padding-top: 0.5rem; }
  .p_slider--posteo .slide-10 .p_slider__meta {
    font-size: 4.9rem; }

  html[lang="fr"] .p_slider--posteo .p_list li {
    padding: 0.1em 0; }
  html[lang="fr"] .p_slider--posteo .p_list.p_two-cols li {
    padding: 0.05em 0; } }
@media only screen and (min-width: 960px) {
  .p_slider--posteo .p_list {
    margin: 0 0 0 -2rem; }
    .p_slider--posteo .p_list li {
      padding: 0.2em 0; }
  .p_slider--posteo .p_grid .p_grid--img {
    align-self: end; } }
.p_stage--wrapper {
  padding: 2rem 2rem 0; }

@media only screen and (min-width: 850px) {
  .p_stage--wrapper {
    padding: 3rem 2rem 2rem; } }
@media only screen and (min-width: 960px) {
  .p_stage--wrapper {
    padding: 3rem 2rem 2rem; }
    .p_stage--wrapper .p_slide {
      padding: 0 2rem; } }
.p_slide--nav {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: #f2f2f2;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: normal; }
  .p_slide--nav.slick-active {
    background-color: #f2f2f2;
    color: #595757; }
  .p_slide--nav.slick-current {
    background-color: #a9d158;
    color: #fff; }

.p_stage--nav {
  padding: 0 0 2rem;
  margin: 0 2rem;
  opacity: 0; }
  .p_stage--nav.slick-initialized {
    opacity: 1; }
  .p_stage--nav .slick-arrow {
    top: 0;
    background-color: #fff; }
    .p_stage--nav .slick-arrow::before {
      display: inline-block;
      position: absolute;
      top: 3px;
      content: " ";
      background-color: #333b2a;
      border-color: #333c2b;
      opacity: 0.1;
      transition: opacity 0.5s ease;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1.7rem 2.2rem 1.7rem 0;
      border-color: transparent #333b2a transparent transparent;
      background: #fff no-repeat top left; }
    .p_stage--nav .slick-arrow.slick-prev {
      left: 0;
      width: 5rem; }
    .p_stage--nav .slick-arrow.slick-next {
      right: 0;
      width: 5rem; }
    .p_stage--nav .slick-arrow:hover::before {
      opacity: 0.2; }

@media only screen and (min-width: 480px) {
  .p_stage--nav {
    padding: 0 2rem 2rem;
    margin: 0 2rem; }
    .p_stage--nav .slick-arrow.slick-prev {
      left: 1rem;
      width: 6rem; }
    .p_stage--nav .slick-arrow.slick-next {
      right: 1rem;
      width: 6rem; } }
@media only screen and (min-width: 750px) {
  .p_stage--nav {
    padding: 0 0 2rem;
    margin: 0 4rem; }
    .p_stage--nav .slick-arrow.slick-prev {
      left: 0rem;
      width: 5rem; }
    .p_stage--nav .slick-arrow.slick-next {
      right: 0rem;
      width: 5rem; } }
.p_stage--wrapper {
  padding: 3rem 2rem 0; }

@media only screen and (max-width: 749px) {
  .slide-1.slick-current.slick-active .p_grid--img {
    position: relative; }
    .slide-1.slick-current.slick-active .p_grid--img::before {
      position: absolute;
      top: -1rem;
      left: 0;
      display: block;
      width: 15rem;
      height: 15rem;
      content: ' ';
      background-image: url(../images/slider-badge/badge_en.svg?v=f9f41d172297c740859747e03502e207f707f25d10088dbdc126ac5d55127fc5);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: 2; }

  html[lang="de"] .slide-1.slick-current.slick-active .p_grid--img::before {
    background-image: url(../images/slider-badge/badge_de.svg?v=de7544216de940f33f9c8326ef85c6dea9accf58dcfb60f92d8c5c37c6290759); }

  html[lang="en"] .slide-1.slick-current.slick-active .p_grid--img::before {
    background-image: url(../images/slider-badge/badge_en.svg?v=f9f41d172297c740859747e03502e207f707f25d10088dbdc126ac5d55127fc5); }

  html[lang="fr"] .slide-1.slick-current.slick-active .p_grid--img::before {
    background-image: url(../images/slider-badge/badge_fr.svg?v=71b058f3e739f6b5cb85411e629dbebaa89e8271e0e3488cf1f28cd02f3a6a2b); } }
@media only screen and (min-width: 750px) {
  .p_stage--wrapper.show-badge {
    position: relative; }
    .p_stage--wrapper.show-badge::before {
      position: absolute;
      top: .5rem;
      left: .5rem;
      display: block;
      width: 20rem;
      height: 20rem;
      content: ' ';
      background-image: url(../images/slider-badge/badge_en.svg?v=f9f41d172297c740859747e03502e207f707f25d10088dbdc126ac5d55127fc5);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: 2; }

  html[lang="de"] .p_stage--wrapper.show-badge::before {
    background-image: url(../images/slider-badge/badge_de.svg?v=de7544216de940f33f9c8326ef85c6dea9accf58dcfb60f92d8c5c37c6290759); }

  html[lang="en"] .p_stage--wrapper.show-badge::before {
    background-image: url(../images/slider-badge/badge_en.svg?v=f9f41d172297c740859747e03502e207f707f25d10088dbdc126ac5d55127fc5); }

  html[lang="fr"] .p_stage--wrapper.show-badge::before {
    background-image: url(../images/slider-badge/badge_fr.svg?v=71b058f3e739f6b5cb85411e629dbebaa89e8271e0e3488cf1f28cd02f3a6a2b); } }
@media only screen and (min-width: 850px) {
  .p_stage--wrapper {
    padding: 4rem 2rem 2rem; }

  .p_stage--wrapper.show-badge::before {
    top: 1.5rem;
    left: -.2rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:     $LESE-TIPP
 * @type:        component
 * -------------------------------------------------------------------------- *
 */
.p_lesetipp {
  border-left: 10px solid #a9d158;
  padding-left: 10px;
  margin: 2rem 0; }
  .p_lesetipp h3 {
    font-size: 1.6rem;
    margin: 0 0 0.4em 0; }
  .p_lesetipp ul {
    list-style-type: none;
    padding-left: 0.2rem; }
  .p_lesetipp li {
    list-style-type: none;
    padding: 0.2em 0; }

#lesetipp h3 {
  display: inline-block;
  font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
  font-style: normal;
  font-size: 1.6rem; }

#lesetipp p {
  border-left: 10px solid #a9d158;
  padding-left: 10px; }

/**
 * -------------------------------------------------------------------------- *
 * @section:   $REGISTER-NOW
 * @type:      components
 * -------------------------------------------------------------------------- *
 */
.p_register-now {
  border-top: 1px solid #cccecc;
  padding: 3rem 2rem 0;
  text-align: center; }
  .p_register-now h4 {
    font-size: 2rem;
    text-transform: uppercase; }

.p_register-now.p_register-now--intext {
  border: none;
  padding-top: 1rem; }

.p_register-now--intext {
  padding: 0 2rem 3rem;
  text-align: center; }
  .p_register-now--intext h4 {
    font-size: 1.6rem; }
  .p_register-now--intext .p_grafic-register {
    margin-top: 2rem; }

.sec_infos--payment__anonymous .p_register-now--intext .p_col--inner {
  padding: 0 5rem 1rem; }

@media only screen and (min-width: 480px) {
  .sec_infos--payment__anonymous .p_register-now--intext .p_col--inner {
    padding: 0; } }
@media only screen and (min-width: 480px) and (max-width: 749px) {
  .p_register-now--intext .p_col_5-12,
  .p_register-now--intext .p_col_7-12 {
    width: 100%; } }
@media only screen and (min-width: 750px) {
  .p_register-now {
    padding: 0 20% 0;
    text-align: left; }
    .p_register-now .p_grafic-register {
      padding: 3rem 0 3rem 3rem; }

  .p_register-now--intext {
    padding: 3rem 2rem;
    text-align: left; }
    .p_register-now--intext .p_grafic-register {
      margin-top: 0;
      padding: 1rem; } }
@media only screen and (min-width: 750px) and (max-width: 849px) {
  .p_register-now--intext .p_col_5-12,
  .p_register-now--intext .p_col_7-12 {
    width: 100%; } }
/**
 * --------------------------------------------------------------------------- *
 * @section:        $LOGIN
 * @description:    Styles for login bar in desktop view on posteo.de
 * --------------------------------------------------------------------------- *
 */
@media only screen and (min-width: 750px) {
  .p_login-username,
  .p_login-userpass,
  .p_login-userlogin {
    padding-right: 1em; }

  .p_login__bar {
    position: absolute;
    width: 100%;
    top: 1px;
    left: 0;
    background-color: #f2f2f2; }
    .p_login__bar .p_login-start {
      width: 100%; }
    .p_login__bar .p_login__box {
      max-width: 960px;
      margin: 0 auto;
      border: none;
      padding: 0.5em 2.1em;
      background-color: transparent; }
      .p_login__bar .p_login__box .link {
        display: block;
        width: 90%;
        line-height: 1.8rem; }
        .p_login__bar .p_login__box .link a {
          font-size: 1.2rem;
          color: #8a8b88; }
        .p_login__bar .p_login__box .link.eco a {
          font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif; }
      .p_login__bar .p_login__box .p_login-fastlinks {
        text-align: left; }
      .p_login__bar .p_login__box .p_login-ecoswitch {
        text-align: right; }
    .p_login__bar .p_login-form input {
      width: 100%;
      border: 1px solid #e5e5e5;
      padding: 1.0rem 0.8rem;
      font-size: 1.4rem; }
    .p_login__bar .p_login-form input[placeholder] {
      color: #807e7e;
      font-weight: 300 !important; }
    .p_login__bar .p_login-form input:focus {
      border: 1px solid #8a8b88;
      outline: 0; }
    .p_login__bar .p_login-form .p_login-form__button {
      background-color: #e5e5e5;
      color: #595757;
      text-transform: none;
      font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
      font-weight: normal;
      margin: 0;
      border-color: white;
      cursor: pointer; }
    .p_login__bar .p_login-form__button.p_js_disabled {
      cursor: auto;
      background-color: #807e7e;
      border-color: #8a8b88;
      font-size: 1rem;
      color: white;
      padding: 1.2rem 0.8rem; }

  .is-scrolled .p_login__bar {
    display: none; } }
/**
 * @description: Show Password Button on Logins
 * @pages: posteo.de and posteo.de/login (simplelogin)
 */
.p_show-password--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .p_show-password--wrapper input[type=text],
  .p_show-password--wrapper input[type=password] {
    padding-right: 3.5rem; }

.p_show-password--button {
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  cursor: pointer;
  padding: 0.3em 0.5em 0.3em 0.3em;
  cursor: pointer;
  position: absolute;
  right: 1em;
  margin: 0.5rem;
  width: 3.5rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  opacity: 0; }
  .p_show-password--button .p_show-password--icon {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    fill: #666;
    overflow: visible;
    width: 1.7rem;
    height: 2.9rem; }
  .p_show-password--button.is_active {
    opacity: 1;
    transition: opacity 1s ease-in; }

.type_pw #p_hide-password--icon {
  display: none; }

.type_tx #p_show-password--icon {
  display: none; }

#p_simplelogin .p_show-password--wrapper {
  width: 100%; }
#p_simplelogin .p_show-password--button {
  margin: 0;
  padding: 0.4em 0.4em;
  top: -.2rem;
  right: 0; }
#p_simplelogin .p_show-password--icon {
  width: 2rem; }
#p_simplelogin .p_show-password--button {
  margin: 0; }

/**
 * -------------------------------------------------------------------------- *
 * @section       $CRYPTO-GRAPHIC
 * @type:         component for Section: Overview Encryption
 * -------------------------------------------------------------------------- *
 */
.sec_infos--encryption__overview .p_col_1-1.p_col--inner {
  text-align: center; }

.gr_crypto dl {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 1.4em;
  position: relative;
  margin-bottom: 0;
  text-align: left; }
.gr_crypto dt {
  border: 3px solid #333b2a;
  color: #333b2a;
  letter-spacing: normal;
  text-transform: none;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: normal;
  margin-top: 5px !important; }
  .gr_crypto dt a:link {
    color: #333b2a;
    text-decoration: none; }
  .gr_crypto dt.p_is-active {
    color: black !important;
    background-color: #fff !important;
    border-color: #333b2a !important; }
  .gr_crypto dt.p_is-active + dd + dt {
    border-color: #333b2a; }
  .gr_crypto dt:nth-of-type(n).p_is-active {
    border-bottom-width: 0;
    border-radius: 6px 6px 0 0; }
.gr_crypto dd {
  display: none;
  background-color: #fff;
  color: #444;
  padding: 10px;
  border: 3px solid #444;
  border-top: none;
  border-radius: 0 0 6px 6px;
  margin: 0; }
  .gr_crypto dd p,
  .gr_crypto dd ul {
    margin-bottom: 1em; }
  .gr_crypto dd h3 {
    display: none; }
  .gr_crypto dd p + ul {
    margin-top: -0.6em; }
  .gr_crypto dd li {
    list-style-image: none;
    margin-left: 0; }
  .gr_crypto dd li i::before {
    color: #a9d158; }
.gr_crypto br {
  display: none; }
.gr_crypto p:last-child {
  margin: 1em; }

.gr_crypto dt:nth-of-type(1) {
  background-color: #fff;
  border-color: #ccc; }
.gr_crypto dt:nth-of-type(2) {
  background-color: #eee;
  border-color: #bbb; }
.gr_crypto dt:nth-of-type(3) {
  background-color: #e2ecb8;
  border-color: #c1d668; }
.gr_crypto dt:nth-of-type(4) {
  color: #fff;
  background-color: #424c36;
  border-color: #282e21; }
.gr_crypto dt:nth-of-type(5) {
  color: #444;
  background-color: #a9d158;
  border-color: #74992a; }
.gr_crypto dt:nth-of-type(6) {
  background-color: #e2ecb8;
  border-color: #c1d668; }
.gr_crypto dt:nth-of-type(7) {
  background-color: #fff;
  border-color: #ccc; }
.gr_crypto dt:nth-of-type(8) {
  color: #fff;
  background-color: #424c36;
  border-color: #282e21; }
.gr_crypto dt:nth-of-type(9) {
  background-color: #eee;
  border-color: #bbb;
  min-height: 55px;
  padding-left: 110px;
  padding-right: 30px; }
  .gr_crypto dt:nth-of-type(9)::before {
    content: url(../images/krypto-mail.png?v=b17f230aec7e829235545209d92047a95b3a6b04ce632ce0fcfa1891d68638ac);
    left: -10px;
    margin-top: -10px;
    position: absolute;
    transform: scale(0.75); }
.gr_crypto dt:nth-of-type(10) {
  background-color: #fff;
  border-color: #ccc;
  min-height: 80px;
  padding-right: 100px;
  padding-left: 40px; }
  .gr_crypto dt:nth-of-type(10)::before {
    content: url(../images/krypto-addressbook.png?v=0f06416e2e8c5b3473e8e3bc8bbae289bcc66b58a0ed98e8e960c32285530576);
    bottom: 0;
    right: 10px;
    position: absolute; }

.js .gr_crypto dt:nth-of-type(1):hover,
.js .gr_crypto dt:nth-of-type(2):hover,
.js .gr_crypto dt:nth-of-type(3):hover,
.js .gr_crypto dt:nth-of-type(4):hover,
.js .gr_crypto dt:nth-of-type(5):hover,
.js .gr_crypto dt:nth-of-type(6):hover,
.js .gr_crypto dt:nth-of-type(7):hover,
.js .gr_crypto dt:nth-of-type(8):hover,
.js .gr_crypto dt:nth-of-type(9):hover,
.js .gr_crypto dt:nth-of-type(10):hover {
  color: black;
  background-color: #fff;
  border-color: #000; }
.js .gr_crypto dt:nth-of-type(1):hover + dd + dt,
.js .gr_crypto dt:nth-of-type(2):hover + dd + dt,
.js .gr_crypto dt:nth-of-type(3):hover + dd + dt,
.js .gr_crypto dt:nth-of-type(4):hover + dd + dt,
.js .gr_crypto dt:nth-of-type(5):hover + dd + dt,
.js .gr_crypto dt:nth-of-type(6):hover + dd + dt,
.js .gr_crypto dt:nth-of-type(10):hover + dd + dt {
  border-color: #000; }
.js .gr_crypto dt:nth-of-type(7):hover + dd + dt, .js .gr_crypto dt:nth-of-type(7):hover + dd + dt + dd + dt {
  border-color: #000; }

.no-js .gr_crypto dd {
  display: block;
  margin-top: -4px; }
  .no-js .gr_crypto dd:nth-of-type(1) {
    background-color: #fff;
    border-color: #ccc; }
  .no-js .gr_crypto dd:nth-of-type(2) {
    background-color: #eee;
    border-color: #bbb; }
  .no-js .gr_crypto dd:nth-of-type(3) {
    background-color: #e2ecb8;
    border-color: #c1d668; }
  .no-js .gr_crypto dd:nth-of-type(4) {
    color: #fff;
    background-color: #424c36;
    border-color: #282e21; }
    .no-js .gr_crypto dd:nth-of-type(4) a {
      color: inherit !important; }
  .no-js .gr_crypto dd:nth-of-type(5) {
    color: #444;
    background-color: #a9d158;
    border-color: #74992a; }
    .no-js .gr_crypto dd:nth-of-type(5) a {
      color: inherit !important; }
  .no-js .gr_crypto dd:nth-of-type(6) {
    background-color: #e2ecb8;
    border-color: #c1d668; }
  .no-js .gr_crypto dd:nth-of-type(7) {
    background-color: #fff;
    border-color: #ccc; }
  .no-js .gr_crypto dd:nth-of-type(8) {
    color: #fff;
    background-color: #424c36;
    border-color: #282e21; }
    .no-js .gr_crypto dd:nth-of-type(8) a {
      color: inherit !important; }
  .no-js .gr_crypto dd:nth-of-type(9) {
    background-color: #eee;
    border-color: #bbb; }
  .no-js .gr_crypto dd:nth-of-type(10) {
    background-color: #fff;
    border-color: #ccc; }
.no-js .gr_crypto dt {
  cursor: default; }
  .no-js .gr_crypto dt:nth-of-type(10)::before {
    bottom: auto !important; }

@media only screen and (min-width: 750px) {
  .gr_crypto dd:nth-of-type(2),
  .gr_crypto dt:nth-of-type(2) {
    margin: 0 10px; }
  .gr_crypto dd:nth-of-type(3),
  .gr_crypto dt:nth-of-type(3) {
    margin: 0 20px; }
  .gr_crypto dd:nth-of-type(4),
  .gr_crypto dt:nth-of-type(4) {
    margin: 0 30px; }
  .gr_crypto dd:nth-of-type(5),
  .gr_crypto dt:nth-of-type(5) {
    margin: 0 40px; }
  .gr_crypto dd:nth-of-type(6),
  .gr_crypto dt:nth-of-type(6) {
    margin: 0 50px; }
  .gr_crypto dd:nth-of-type(7),
  .gr_crypto dt:nth-of-type(7) {
    margin: 0 60px; }
  .gr_crypto dd:nth-of-type(8),
  .gr_crypto dt:nth-of-type(8) {
    margin: 0 70px; }
  .gr_crypto dd:nth-of-type(9),
  .gr_crypto dt:nth-of-type(9) {
    margin: 0 80px; }
    .gr_crypto dd:nth-of-type(9)::before,
    .gr_crypto dt:nth-of-type(9)::before {
      left: 75px; }
  .gr_crypto dd:nth-of-type(10),
  .gr_crypto dt:nth-of-type(10) {
    margin: 0 60px; }
    .gr_crypto dd:nth-of-type(10)::before,
    .gr_crypto dt:nth-of-type(10)::before {
      right: 85px; }
    .gr_crypto dd:nth-of-type(10) p:last-child,
    .gr_crypto dt:nth-of-type(10) p:last-child {
      padding-right: 5em; } }
.p_is-on {
  display: block !important; }

.p_no-js-text {
  display: none; }

@media only screen and (min-width: 960px) {
  [lang="fr"] .gr_crypto dt {
    font-size: 13px; }

  body::after {
    content: 'xl-desktop-min';
    display: none; }

  .sec_infos--encryption__overview .p_col_1-1.p_col--inner {
    padding: 3rem 0;
    text-align: left; }
    .sec_infos--encryption__overview .p_col_1-1.p_col--inner .p_header--h3-greenbg,
    .sec_infos--encryption__overview .p_col_1-1.p_col--inner .gr_crypto dl + p {
      margin-left: 2rem; }

  .gr_crypto dl {
    height: 640px; }
  .gr_crypto dt {
    position: absolute;
    border: 3px solid #444;
    color: #444; }
    .gr_crypto dt a:link {
      color: #444; }
    .gr_crypto dt.p_is-active {
      background-color: #fff !important;
      border-color: #000 !important; }
    .gr_crypto dt.p_is-active + dd + dt {
      border-color: #000; }
  .gr_crypto dd {
    position: absolute;
    top: 0;
    left: 68%;
    width: 260px;
    height: 600px;
    padding-right: 20px;
    padding-top: 2px;
    border: none;
    margin: 0 30px !important; }
    .gr_crypto dd h3 {
      margin-bottom: 0.3em;
      display: block; }
  .gr_crypto dt:nth-of-type(1) {
    top: 0;
    margin: 0 18px;
    width: 604px;
    height: 600px; }
  .gr_crypto dt:nth-of-type(2) {
    top: 40px;
    margin: 0 36px;
    width: 568px;
    height: 550px; }
  .gr_crypto dt:nth-of-type(3) {
    top: 80px;
    margin: 0 54px;
    width: 532px;
    height: 500px; }
  .gr_crypto dt:nth-of-type(4) {
    top: 120px;
    margin: 0 72px;
    width: 496px;
    height: 450px; }
  .gr_crypto dt:nth-of-type(5) {
    top: 160px;
    margin: 0 90px;
    width: 460px;
    height: 400px; }
  .gr_crypto dt:nth-of-type(6) {
    top: 200px;
    margin: 0 108px;
    width: 424px;
    height: 350px; }
  .gr_crypto dt:nth-of-type(7) {
    top: 240px;
    margin: 0 126px;
    width: 388px;
    height: 200px; }
    .gr_crypto dt:nth-of-type(7)::before {
      content: url(../images/krypto-mail.png?v=b17f230aec7e829235545209d92047a95b3a6b04ce632ce0fcfa1891d68638ac);
      bottom: -15px;
      left: -25px;
      position: absolute; }
  .gr_crypto dt:nth-of-type(8) {
    top: 300px;
    margin: 0 144px;
    width: 352px; }
  .gr_crypto dt:nth-of-type(9) {
    top: 390px;
    margin: 0 144px;
    left: 100px;
    width: 252px;
    min-height: 0;
    padding: 10px; }
    .gr_crypto dt:nth-of-type(9)::before {
      display: none; }
  .gr_crypto dt:nth-of-type(10) {
    top: 480px;
    min-height: 0;
    padding: 10px;
    padding-right: 50px;
    margin: 0 126px;
    width: 348px; }
    .gr_crypto dt:nth-of-type(10)::before {
      content: url(../images/krypto-addressbook.png?v=0f06416e2e8c5b3473e8e3bc8bbae289bcc66b58a0ed98e8e960c32285530576);
      bottom: -25px;
      right: -15px;
      position: absolute; }
  .gr_crypto dt:nth-of-type(n):hover,
  .gr_crypto dt:nth-of-type(n).p_is-active {
    border-bottom-width: 3px;
    border-radius: 6px; }
  .gr_crypto br {
    display: inline; }
  .gr_crypto p:last-child {
    margin: 0; }
  .gr_crypto .start-interactive {
    display: block;
    float: right;
    padding-right: 20px;
    padding-top: 2px;
    width: 267px; }
    .gr_crypto .start-interactive p {
      border: 3px solid #a9d158;
      border-radius: 6px;
      padding: 10px;
      background: #e2ecb8; }
    .gr_crypto .start-interactive img {
      padding: 4rem 25% 4rem 15%; }

  .no-js .gr_crypto dl {
    display: inline-block; }
  .no-js .gr_crypto dd {
    display: none !important; }
  .no-js .gr_crypto .start-interactive .p_js-text {
    display: none; }
  .no-js .gr_crypto .start-interactive .p_no-js-text {
    display: block; } }
/**
 * --------------------------------------------------------------------------- *
 * @section         $Lightbox Styles für Bildergalerie
 * @note            exakt wie in der Hilfe
 * --------------------------------------------------------------------------- *
 */
#imagelightbox {
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.8);
  background-color: #fff;
  z-index: 10000;
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 75%;
  height: auto; }

#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%; }

#imagelightbox-loading {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  height: 2.5em;
  left: 50%;
  margin: -1.25em 0 0 -1.25em;
  padding: 0.625em;
  position: fixed;
  top: 50%;
  width: 2.5em;
  z-index: 10003; }

#imagelightbox-loading div {
  animation: 0.5s ease 0s normal none infinite running imagelightbox-loading;
  background-color: #fff;
  height: 1.25em;
  width: 1.25em; }

@keyframes imagelightbox-loading {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); } }
#imagelightbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#imagelightbox-close {
  position: fixed;
  top: 4em;
  right: 2em;
  width: 3em;
  height: 3em;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 1000ms linear;
  cursor: pointer;
  z-index: 10002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  #imagelightbox-close:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 1000ms linear; }

.posteo_blog_index #imagelightbox-close,
.posteo_blog_show #imagelightbox-close {
  top: 2em; }

#imagelightbox-close::before {
  display: block;
  content: '';
  width: 2em;
  height: 2em;
  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 352 512'%3E%3Cpath d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z' fill='white'/%3E%3C/svg%3E"); }

#imagelightbox-caption {
  background-color: #a9d158;
  color: #fff;
  font-size: 1.6rem;
  left: 0;
  min-height: 20px;
  padding: 10px 5%;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10001; }

.posteo_blog_index #imagelightbox-caption,
.posteo_blog_show #imagelightbox-caption {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  top: unset;
  bottom: 0; }

#imagelightbox-nav {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  bottom: 3.75em;
  left: 50%;
  padding: 0.313em;
  position: fixed;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10001; }

#imagelightbox-nav button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 1em;
  margin: 0 0.313em;
  width: 1em; }

#imagelightbox-nav button.active {
  background-color: #fff; }

.imagelightbox-arrow {
  position: fixed;
  top: 50%;
  display: none;
  width: 5em;
  height: 5em;
  background-color: transparent;
  transition: background-color 1000ms linear;
  border: medium none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10001; }
  .imagelightbox-arrow:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 1000ms linear; }

.imagelightbox-arrow-left {
  left: 5%; }

.imagelightbox-arrow-right {
  right: 5%; }

.imagelightbox-arrow::before {
  display: block;
  content: '';
  width: 4em;
  height: 4em;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.5em; }

.imagelightbox-arrow-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z' fill='white'/%3E%3C/svg%3E"); }

.imagelightbox-arrow-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' fill='white'/%3E%3C/svg%3E"); }

#imagelightbox-caption,
#imagelightbox-close,
#imagelightbox-loading,
#imagelightbox-nav,
#imagelightbox-overlay,
.imagelightbox-arrow {
  animation: 0.25s linear 0s normal none 1 running fade-in; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.p_showable {
  cursor: pointer;
  font-size: 100% !important;
  margin: 0 !important;
  padding: 0.5em 0; }
  .p_showable .p_showable__header {
    text-decoration: underline; }

.p_showable::after {
  content: " ";
  display: inline-block;
  margin: 0 0 -0.4rem 0.5rem;
  padding: 0.4rem;
  border-radius: 4px;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4rem; }

.p_showable.p_angle-down::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYW5nbGUtZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzQgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6I0E5RDE1ODt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQgMi45YzAgLjMtLjEuNi0uMy44bC0xNS45IDE2Yy0uMi4yLS41LjMtLjguM3MtLjYtLjEtLjgtLjNMLjMgMy42Yy0uMi0uMi0uMy0uNC0uMy0uN3MuMS0uNi4zLS44TDIgLjNjLjMtLjIuNS0uMy44LS4zcy42LjEuOC4zTDE3IDEzLjggMzAuNC4zYy4yLS4yLjUtLjMuOC0uM3MuNi4xLjguM0wzMy43IDJjLjIuMy4zLjYuMy45eiIvPjwvc3ZnPg=="); }

.p_showable.p_angle-up::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYW5nbGVfdXAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDM0IDIwIj48c3R5bGU+LnN0MHtmaWxsOiNBOUQxNTg7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMzLjcgMTcuOUwzMiAxOS43Yy0uMi4yLS41LjMtLjguM3MtLjYtLjEtLjgtLjNMMTcgNi4yIDMuNiAxOS43Yy0uMi4yLS41LjMtLjguM3MtLjUtLjEtLjgtLjNMLjMgMThjLS4yLS4zLS4zLS42LS4zLS45IDAtLjMuMS0uNi4zLS44TDE2LjIuM2MuMi0uMi41LS4zLjgtLjMuMyAwIC42LjEuOC4zbDE1LjkgMTZjLjIuMi4zLjUuMy44cy0uMS42LS4zLjh6Ii8+PC9zdmc+"); }

.p_showable::after {
  font-size: 2.5rem;
  font-weight: bold;
  color: #a9d158;
  vertical-align: sub; }

.p_showable:hover .p_showable__header {
  text-decoration: none; }
.p_showable:hover::after {
  color: #fff;
  background-color: #efefef; }

.p_showable__container {
  display: none;
  padding: 0.5em 0;
  margin-bottom: 0.5em; }
  .p_showable__container.p_js-show {
    display: block; }

/**
 * -------------------------------------------------------------------------- *
 * @section      $HOMEPAGE
 * @type:        page
 * -------------------------------------------------------------------------- *
 */
.p_login--start {
  margin-bottom: 4.5rem; }

@media only screen and (max-width: 749px) {
  .sec_homepage {
    padding-top: 0px; } }
.p_slider__container {
  margin: 2rem 0 3rem; }

.sec_homepage__register .p_header--h2 a {
  text-decoration: none;
  color: #fff; }
  .sec_homepage__register .p_header--h2 a:hover, .sec_homepage__register .p_header--h2 a:focus {
    color: #fff;
    background: transparent; }
.sec_homepage__register .p_register-now--homepage {
  padding: 3rem 0;
  text-align: center; }
  .sec_homepage__register .p_register-now--homepage .p_col_4-12 {
    padding: 0 6rem 2rem; }
  .sec_homepage__register .p_register-now--homepage .p_col_8-12 .p_col--inner {
    padding: 0 1rem; }
.sec_homepage__register .p_register-now__subtitle,
.sec_homepage__register .p_register-now__subline {
  font-family: "DroidSansBold", trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.2; }
.sec_homepage__register .p_register-now__subtitle {
  color: #8fb14a;
  margin-bottom: 0.5rem; }
  .sec_homepage__register .p_register-now__subtitle a {
    color: #8fb14a;
    text-decoration: none; }
.sec_homepage__register .p_register-now__subline {
  margin-bottom: 2rem; }

@media only screen and (max-width: 749px) {
  .sec_homepage {
    padding-top: 0px; }

  .sec_homepage__register .p_grafic-register {
    margin-top: 0;
    margin-bottom: 2rem; }
  .sec_homepage__register .p_register-now--homepage {
    padding: 0; }
  .sec_homepage__register h2 + .p_col--inner {
    padding: 0; }
  .sec_homepage__register .p_flex--center {
    padding-top: 0; } }
.p_button--ghost__inverse {
  border: 2px solid #a9d158;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0.5rem;
  margin-bottom: 2rem;
  width: 24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .p_button--ghost__inverse a {
    color: #8fb14a;
    font-size: 1.4rem;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal; }
  .p_button--ghost__inverse:hover {
    background-color: #a9d158; }
    .p_button--ghost__inverse:hover a {
      color: #fff; }

.sec_homepage__blog .p_header--h4,
.sec_homepage__news .p_header--h4 {
  margin: 1.5rem 0 0 0; }
.sec_homepage__blog h3,
.sec_homepage__news h3 {
  font-size: 2rem; }
.sec_homepage__blog .p_more-link,
.sec_homepage__news .p_more-link {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: normal;
  color: #8fb14a;
  border-bottom: 1px solid #8fb14a;
  text-decoration: none;
  padding: 0 2rem 0.2rem 0;
  background-image: url(../images/svg-icons/arrow-right-long.svg?v=5bc6d33bce36e5f74a36c5eb291bc540f0a21c026e8318f16ed361655a6f0fff);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  background-size: 1.4rem; }
.sec_homepage__blog .p_list--news,
.sec_homepage__news .p_list--news {
  padding: 0 0 2rem 0; }
  .sec_homepage__blog .p_list--news li,
  .sec_homepage__news .p_list--news li {
    padding: 0.3em 0; }
    .sec_homepage__blog .p_list--news li a,
    .sec_homepage__news .p_list--news li a {
      color: #333b2a;
      text-decoration: none; }
.sec_homepage__blog .p_header--h4 + .p_list--news,
.sec_homepage__blog .p_more-link + .p_list--news,
.sec_homepage__news .p_header--h4 + .p_list--news,
.sec_homepage__news .p_more-link + .p_list--news {
  padding: 1rem 0; }
.sec_homepage__blog .kategorie-wrap,
.sec_homepage__news .kategorie-wrap {
  display: inline-block;
  font-family: "DroidSansBold", trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  color: #8fb14a;
  font-size: 1.4rem; }
.sec_homepage__blog .datum,
.sec_homepage__news .datum {
  width: auto;
  color: #8fb14a;
  font-size: 1.4rem; }
.sec_homepage__blog .teaserlink,
.sec_homepage__news .teaserlink {
  display: block;
  hyphens: auto; }

.sec_homepage__news h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2rem; }
  .sec_homepage__news h3::after {
    content: "";
    display: inline-block;
    background-image: url(../images/svg-icons/p_icon_double-slash-dot_solid.svg?v=b9223071397f16439c2630c5b4ab35519e982311962d9097e9ef7768d59774bb);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 5rem;
    width: 7rem;
    height: 5rem; }

.sec_homepage__about {
  margin-top: 3rem; }

.p_homepage__about-images img {
  width: 100%; }

@media only screen and (min-width: 480px) {
  .p_homepage__about-images {
    display: table; }
    .p_homepage__about-images .p_col--inner {
      vertical-align: bottom;
      display: table-cell;
      float: none;
      padding: 1rem; } }
@media only screen and (min-width: 850px) {
  .p_homepage__about-text .p_col--inner {
    padding: 3rem 22rem; }

  .p_homepage__about-images {
    padding: 0 4rem; }
    .p_homepage__about-images .p_col--inner {
      padding: 0 2rem; } }
@media only screen and (max-width: 479px) {
  .p_homepage__about-images img {
    max-width: 200px; } }
.sec_homepage__infonavigator {
  border-bottom: 3px solid #a9d158;
  padding: 3rem 0; }

.sec_homepage__weuse {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
  .sec_homepage__weuse .p_100-percent__ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "DroidSansBold", trebuchet ms, tahoma, sans-serif;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    color: #333b2a; }
  .sec_homepage__weuse .p_100-percent li {
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    height: 22rem; }
  .sec_homepage__weuse .p_100-percent__oekostrompuzzlepart {
    background: url(../images/strom_puzzle-gpe.png?v=21d0b65b32b2e56fccae943c30997f34a49cd3bc43951d0ec9ea4947877431ab); }
  .sec_homepage__weuse .p_100-percent__datensparpuzzlepart {
    background: url(../images/daten_puzzle.png?v=f244349a2c03c9e863f3a7fabd1e666768c3285d390fb27c1b453009c70732fe); }
  .sec_homepage__weuse .p_100-percent__werbefreipuzzlepart {
    background: url(../images/einkauf_puzzle.png?v=101410a521dfdd9774f89b9e34b83db63af53a91a97afd0247b068b186f21909); }
  .sec_homepage__weuse .p_100-percent__sslpuzzlepart {
    background: url(../images/schloss_puzzle.png?v=c3e04a917aa298f34cc9ada12b93ac7a97aee0a56972ac36bfff3e34cd8971f4); }
  .sec_homepage__weuse .p_100-percent__anonympuzzlepart {
    background: url(../images/anonym_puzzle.png?v=de72a06696a27751b01601756847ba6258fa677ae451e4edc1c45513868da702); }
  .sec_homepage__weuse .p_100-percent__syncpuzzlepart {
    background: url(../images/synch_puzzle.png?v=a07b5ddbbd0de737cc689d8b284247978a215f00f101cec8ba9f0356da748a15);
    background-size: contain; }
  .sec_homepage__weuse .p_100-percent__nachhaltigpuzzlepart {
    background: url(../images/sparschwein_puzzle.png?v=b36ad8dcae4ae04fada41bfe2b1361f2a43e16e8ec484481384d08a51d555f9c);
    background-size: contain; }
  .sec_homepage__weuse .p_100-percent__mehrpuzzlepart {
    background: url(../images/plus_puzzle.png?v=f37ba2e6afec3a2df8724ef07ba6c072f4d8e153857ef415f58856a9c493450a); }

@media only screen and (min-width: 320px) {
  .sec_homepage__weuse .p_100-percent li {
    width: 50%;
    float: left;
    min-height: 1px; } }
@media only screen and (min-width: 480px) {
  .sec_homepage__register .p_register-now--homepage .p_col_4-12 {
    padding: 0; }

  .sec_homepage__weuse .p_100-percent li {
    background-size: auto; }
  .sec_homepage__weuse .p_100-percent .p_100-percent__nachhaltigpuzzlepart {
    background-size: contain; } }
.sec_homepage__register .p_register-now--homepage img {
  width: 280px; }

@media only screen and (min-width: 640px) {
  .sec_homepage__register .p_register-now--homepage img {
    margin-top: 1rem;
    margin-bottom: 2rem; }

  .sec_homepage__infonavigator .p_infonavigator__left {
    padding-right: 2rem; }

  .sec_homepage__weuse .p_100-percent li {
    padding: 18rem 0 0;
    width: 33%; }
  .sec_homepage__weuse .p_100-percent.p_col--inner {
    padding: 1rem; } }
@media only screen and (min-width: 750px) {
  .sec_homepage .p_header--h2 {
    font-size: 3rem;
    padding-top: 1.3em; }

  .sec_homepage__register-news,
  .sec_homepage__news {
    margin: 1rem 0; }

  .sec_homepage__register-news .sec_homepage__register .p_header--h2 {
    margin-right: 1rem; }
  .sec_homepage__register-news .sec_homepage__news .p_header--h2 {
    margin-left: 1rem; }

  .sec_homepage__blog .p_col--inner {
    padding: 3rem 3rem; }
  .sec_homepage__blog .kategorie-wrap {
    font-size: 1.1rem; }
  .sec_homepage__blog .datum {
    font-size: 1.1rem; }

  .sec_homepage__news {
    line-height: 1.8;
    letter-spacing: 0.03em; }
    .sec_homepage__news .p_col--inner {
      padding: 3rem 1rem 3rem 4rem; }
    .sec_homepage__news .p_list--news {
      padding: 0 0 1rem 0; }
      .sec_homepage__news .p_list--news li {
        padding: 0.8em 0;
        line-height: 1; }
        .sec_homepage__news .p_list--news li a {
          font-size: 1.7rem;
          line-height: 1.6;
          font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
          font-weight: normal; }

  .sec_homepage__blog .p_more-link,
  .sec_homepage__news .p_more-link {
    font-size: 1.6rem; }

  .sec_homepage__register .p_register-now--homepage img {
    width: 300px;
    margin-bottom: 1rem; }

  .sec_homepage__blog .p_list--news li a {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal; }

  .sec_homepage__register .p_col--inner {
    padding: 0 2rem; }
  .sec_homepage__register .p_register-now--homepage {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.03em; }

  .sec_homepage__infonavigator {
    border-bottom: none; }
    .sec_homepage__infonavigator.p_infonavigator {
      background: url(../images/navigator_start.png?v=8537d9164415a4836e62f823307f85043ac39d286a76f595835adbb30d003e9d);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 793px 472px;
      min-height: 565px; }
    .sec_homepage__infonavigator .p_infonavigator__left p:nth-of-type(1) {
      padding-right: 6rem; }
    .sec_homepage__infonavigator .p_infonavigator__left p:nth-of-type(2) {
      padding-right: 25rem; }
    .sec_homepage__infonavigator .p_infonavigator__left p:nth-of-type(3) {
      padding-right: 18rem; }
    .sec_homepage__infonavigator .p_infonavigator__right {
      padding-left: 6rem; }

  .sec_homepage__weuse .p_100-percent .p_col_1-1_mobile {
    padding-top: 4rem; }
  .sec_homepage__weuse .p_100-percent h2 {
    text-align: left; }
  .sec_homepage__weuse .p_100-percent .p_grafic-100percent {
    padding: 1rem 2rem 1rem 0; }
  .sec_homepage__weuse .p_100-percent.p_col--inner {
    padding: 0 2rem; } }
@media only screen and (max-width: 749px) {
  .sec_homepage__register-news .p_col_6-12 {
    width: 100%;
    float: none; }

  .sec_homepage__infonavigator .p_infonavigator__left,
  .sec_homepage__infonavigator .p_infonavigator__right {
    width: 100%; }

  .sec_homepage__weuse .p_100-percent li {
    padding: 180px 0.5rem 4rem; } }
@media only screen and (min-width: 850px) {
  .sec_homepage__infonavigator .p_infonavigator__left p:nth-of-type(1) {
    padding-right: 18rem; }

  .sec_homepage__about {
    margin-bottom: 3rem; }

  .sec_homepage__weuse .p_100-percent li {
    width: 17.9%; }
  .sec_homepage__weuse .p_100-percent li:nth-of-type(5),
  .sec_homepage__weuse .p_100-percent li:nth-of-type(6),
  .sec_homepage__weuse .p_100-percent li:nth-of-type(7),
  .sec_homepage__weuse .p_100-percent li:nth-of-type(8) {
    width: 25%; }
  .sec_homepage__weuse .p_100-percent.p_col--inner {
    margin-top: -4rem;
    padding: 0 0 0 4rem; } }
@media only screen and (min-width: 960px) {
  .p_button--ghost__inverse {
    width: 28rem;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end; }
    .p_button--ghost__inverse a {
      font-size: 1.6rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:      $REGISTER
 * @type:         page
 * -------------------------------------------------------------------------- *
 */
.p_register-steps {
  list-style-type: none;
  margin: 3rem 1rem;
  padding: 0; }
  .p_register-steps li {
    margin: 0 2% 0 1%;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4em;
    border-bottom: 5px solid;
    width: 31%;
    height: 9em;
    float: left;
    text-align: center; }
    .p_register-steps li:last-child {
      margin: 0; }
  .p_register-steps span {
    font-size: 4rem;
    line-height: 40px;
    padding: 0 1rem 1rem 1.5rem;
    display: block; }

@media only screen and (min-width: 750px) {
  .p_register-steps {
    margin: 5rem auto; }
    .p_register-steps li {
      font-size: 1.5rem;
      height: auto;
      text-align: left; }
      .p_register-steps li span {
        font-size: 5rem;
        float: left; } }
@media only screen and (min-width: 850px) {
  .p_register-steps {
    margin: 5rem 2rem 5rem 4rem; }
    .p_register-steps li {
      font-size: 1.6rem; }
      .p_register-steps li span {
        font-size: 5.2rem; } }
.regstep {
  font-weight: 300;
  font-style: normal;
  margin: 0 0 2rem; }

@media only screen and (min-width: 850px) {
  .regstep {
    padding: 0 4rem 4rem; } }
.regstep p strong {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif; }

.regstep label {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 1.5rem;
  display: block;
  margin: 2rem 0 1rem;
  clear: left; }

.form-group__flex {
  margin: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-group__flex input[type="text"] {
    width: 100%;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem; }
  .form-group__flex .domain {
    width: auto;
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0.3rem 0.5rem;
    margin: 0 0 1rem 0; }
  .form-group__flex .domain.has_select {
    width: 100%;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0.5rem; }

@media only screen and (min-width: 640px) {
  .form-group__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .form-group__flex.user_at_domain:has(.error.checked) {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .form-group__flex input[type="text"] {
      width: auto;
      -webkit-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin-bottom: 0; }
    .form-group__flex .domain.has_select {
      width: auto;
      -webkit-box-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0 0.4rem 0 1rem; } }
@media only screen and (max-width: 639px) {
  .form-group__flex.user_at_domain:has(.error.checked) .domain.has_select {
    width: 90%;
    -webkit-box-flex: 0 0 90%;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%; } }
.regstep input {
  border: 1px solid #ddd;
  padding: 0.5rem; }
.regstep select {
  cursor: pointer; }
.regstep .domain:focus,
.regstep input:focus {
  border-color: #a9d158;
  outline: #a9d158 auto 2px; }
.regstep input[type="text"],
.regstep input[type="password"],
.regstep select,
.regstep .domain.has_select {
  background-color: #f6f5f5;
  border: 1px solid #e3e1e0;
  border-radius: 0.3rem; }
.regstep select#user_domain_id {
  border-color: transparent;
  padding: 0.3rem 0;
  margin-left: -.4rem; }
  .regstep select#user_domain_id:focus-visible {
    outline: none !important; }
.regstep input[type="password"] {
  margin-bottom: 0.5rem;
  width: 90%; }
.regstep input[type="submit"] {
  width: 100%;
  margin: 1rem 0;
  color: #fff;
  padding: 0.4rem 1.3rem;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 1.5rem;
  -webkit-appearance: none;
  border: none; }
  .regstep input[type="submit"].cancel {
    float: left; }

#paypal_button {
  display: inline-block;
  vertical-align: bottom;
  line-height: 0;
  text-align: center;
  width: 100%; }
  #paypal_button img {
    width: 14.5rem; }

@media only screen and (min-width: 480px) {
  .regstep input[type="submit"] {
    margin: 0 1rem 0 0;
    width: auto; }

  #paypal_button {
    width: auto; } }
@media only screen and (min-width: 750px) {
  .regstep input[type="text"] {
    width: auto;
    max-width: 60%; }
  .regstep input[type="password"] {
    width: 60%; } }
form div.fildWithErrors input,
form input.error,
form select.error,
form textarea.error {
  border: 1px solid red; }

form span.error {
  color: red;
  font-weight: bold;
  background: none;
  border: none;
  display: block;
  width: 100%; }
  form span.error.checked {
    display: inline-block;
    width: auto;
    margin-left: 1rem; }
    form span.error.checked::after {
      content: url(../images/checked.gif?v=262481c7e1fedf38c014bfef3d72b71eb81466c51d5f1b78d769a50f801140f2);
      width: 20px; }

#reginfo strong {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 1.6rem; }

@media only screen and (min-width: 480px) {
  .regstep.p_grid .p_col_7-12 {
    width: 100%; }
  .regstep.p_grid .p_col_5-12 {
    width: 100%; } }
@media only screen and (min-width: 750px) {
  .regstep.p_grid .p_col_7-12 {
    width: 58.33%; }
  .regstep.p_grid .p_col_5-12 {
    width: 41.66%; } }

.p_box--lightgray.reginfo h3 {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: normal;
  font-size: 1.6rem; }
  @media only screen and (min-width: 750px) {
    .p_box--lightgray.reginfo h3 {
      font-size: 1.4rem; } }

.payment-methods-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .payment-methods-list li {
    -webkit-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
    margin: 0.5em 0;
    background-repeat: no-repeat;
    padding-left: 2.8rem;
    background-size: 1.8rem;
    background-position-y: 0.3rem; }
    @media only screen and (min-width: 750px) {
      .payment-methods-list li {
        padding-left: 2.2rem;
        background-size: 1.5rem;
        background-position-y: center; } }

.payment_method_banktransfer {
  background-image: url(../images/svg-icons/fa-money-bill-transfer_light.svg?v=cd57f6aaee5c8b0c247382c09f6eb0d99adec3420158c4f9331bd805f2b8e071);
  padding-right: 0.5rem; }

.payment_method_paypal {
  background-image: url(../images/svg-icons/fa-paypal.svg?v=807e0bd62884e1a00ab0694d23a9844f599920a9f47ebe388d1d08df013252fa); }

.payment_method_creditcard {
  background-image: url(../images/svg-icons/fa-credit-card_light.svg?v=29cb71c09c6f7d39a0b1437c769a61686350fea6bfebbe5f0dde0d8ffb6532ea);
  padding-right: 0.5rem; }

.payment_method_cash {
  background-image: url(../images/svg-icons/fa-money-bill-wave_light.svg?v=a9fd216bb51e64e1f271b3bfba1d01ec2dcebf2ee7dd108f8071609ab5942ba4); }

.p_payment-method__intro,
.p_payment-method__intro-box {
  width: 100%;
  margin: 2rem 0; }

.span-5 {
  padding: 2rem 2.5%; }

.p_payment-method__cash-box,
.p_payment-method__banktransfer-box,
.p_payment-method__paypal-box,
.p_payment-method__creditcard-box,
.p_payment-method__voucher-box {
  width: 100%;
  margin: 2rem 0;
  background-color: #e5ecf9; }

@media only screen and (min-width: 750px) {
  .p_payment-method__intro {
    width: 58.33%;
    padding: 0 3rem 2rem; }

  .p_payment-method__intro-box {
    width: 37%; }

  .p_payment-method__cash-box,
  .p_payment-method__banktransfer-box,
  .p_payment-method__paypal-box {
    width: 30%;
    margin: 0 1.5%;
    min-height: 33em;
    float: left; }
    .p_payment-method__cash-box .p_payment-method__info,
    .p_payment-method__banktransfer-box .p_payment-method__info,
    .p_payment-method__paypal-box .p_payment-method__info {
      min-height: 19.5em; }
    .p_payment-method__cash-box .p_payment-method__value,
    .p_payment-method__banktransfer-box .p_payment-method__value,
    .p_payment-method__paypal-box .p_payment-method__value {
      min-height: 3em; }
    .p_payment-method__cash-box .p_payment-method__slider-container,
    .p_payment-method__banktransfer-box .p_payment-method__slider-container,
    .p_payment-method__paypal-box .p_payment-method__slider-container {
      float: left;
      width: 200px; }

  .p_payment-method__creditcard-box,
  .p_payment-method__voucher-box {
    width: 96%;
    margin: 2rem 1.5%; } }
.p_payment-method__submit {
  margin: 2rem 1.5%; }

#credit_amount_slider {
  margin-left: 10px; }

#transaction {
  display: inline-block;
  margin: 10px 0; }

#credit_card_box li {
  list-style: none; }
#credit_card_box .numbers label {
  width: 7em; }
#credit_card_box .numbers label.cvc {
  width: auto; }

.p_payment-method__creditcard-number,
.p_payment-method__creditcard-expire,
.p_payment-method__creditcard-cvc {
  display: block;
  margin: 0.5rem 0; }

@media only screen and (min-width: 750px) {
  #credit_card_box div.options,
  #credit_card_box div.numbers {
    width: 45%;
    float: left; }
  #credit_card_box div.numbers {
    width: 55%; }

  .p_payment-method__creditcard-number,
  .p_payment-method__creditcard-expire,
  .p_payment-method__creditcard-cvc {
    display: inline; } }
.regstep #credit_card_box label {
  font-family: 'DroidSans', trebuchet ms, tahoma, sans-serif;
  display: inline-block;
  margin: 0; }

#user_credit_card_number {
  width: 20.3em; }

#user_credit_card_cvc {
  width: 3em; }

.p_register-step4 {
  margin: 8rem 4em; }

.p_register-confirmation {
  padding: 1rem 2rem; }

.simple_form.user.validate::before,
.simple_form.user.validate::after {
  content: " ";
  display: table; }

.simple_form.user.validate::after {
  clear: both; }

.posteo_users_create .p_topbutton__wrapper {
  display: none; }

.posteo_users_new .p_button--register,
.posteo_users_create .p_button--register {
  display: none; }

/**
 * -------------------------------------------------------------------------- *
 * @section:     $LEISTUNGEN
 * @type:        page
 * -------------------------------------------------------------------------- *
 */
.p_quotation {
  display: block;
  font-family: 'DroidSerifItalic', georgia, times new roman, serif;
  font-style: normal;
  line-height: 1.4em;
  text-align: left;
  color: #858383;
  padding: 0 2rem; }
  @media only screen and (min-width: 480px) {
    .p_quotation {
      padding: 0 10%; } }
  @media only screen and (min-width: 750px) {
    .p_quotation {
      padding: 0 25%; } }

.sec_features--email__overview {
  border-top: 2px solid #e0e0e0;
  padding-top: 3rem;
  padding-bottom: 3rem; }

.p_border-bottom--gray {
  border-bottom: 2px solid #e0e0e0; }

.p_grafic__features--privacy,
.p_grafic__features--address__book,
.p_grafic__features--sustain__earth {
  max-width: 60%;
  margin: 0 auto; }

.sec_features--condition .p_col_6-12 {
  clear: both; }

@media only screen and (max-width: 749px) {
  .sec_features--condition [class*='p_col_'] {
    width: 100%;
    float: none; }

  .p_grafic__features--sustain__earth {
    max-width: 40%; } }
.p_grafic__features--sustain__logos {
  width: 162px;
  margin: 0 auto; }

@media only screen and (min-width: 750px) {
  .sec_features--adfree ul {
    padding-right: 45rem; }

  .sec_features--condition ul {
    padding-bottom: 3rem; }
  .sec_features--condition li {
    clear: both;
    padding: 0 0 2em; }
  .sec_features--condition li:first-child {
    clear: none; }
  .sec_features--condition li:nth-of-type(2) {
    margin-left: 32%; }
  .sec_features--condition li:last-child {
    margin-left: 27%; }
  .sec_features--condition .p_grafic__features--condition__euro {
    margin-top: -400px;
    float: left;
    clear: both;
    padding: 1rem; }

  .p_grafic__features--sustain__logos {
    margin: 2rem 0;
    float: left; }
    .p_grafic__features--sustain__logos img {
      max-width: 100%; }

  .p_grafic__features--sustain__earth {
    max-width: 50%;
    margin: 2rem auto;
    float: right; }

  .p_grafic__features--address__book {
    margin: -7rem 0 -3rem 6rem; }

  .p_grafic__features--privacy {
    max-width: 100%; }

  .p_grafic__features--privacy {
    margin: 0; } }
.sec_features--privacy .p_right-list-image {
  float: right;
  width: 25%;
  margin-left: 1rem; }

.p_infolink__wrap {
  margin: 7rem 0 3rem;
  position: relative; }
  .p_infolink__wrap img {
    position: absolute;
    margin-top: -45px;
    margin-left: 0px;
    z-index: 1; }

.p_infolink {
  display: block;
  margin-bottom: 5px;
  padding: 0.2em 0.5em 0em 130px;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -1px;
  text-decoration: none;
  color: #686867 !important;
  line-height: 1.5em;
  background-color: #ebebea;
  text-align: left; }
  .p_infolink strong {
    font-size: 2.4rem;
    line-height: 0.9em;
    vertical-align: text-top; }

.sec_features--privacy .p_infolink__wrap {
  margin-top: 3rem; }

@media only screen and (max-width: 639px) {
  .p_infolink__wrap img {
    display: none; }

  .p_infolink {
    padding: 0.2em 0.5em 0; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:     $ABOUT-POSTEO
 * @type:        page
 * -------------------------------------------------------------------------- *
 */
.sec_aboutus--teaminfo {
  margin: 5rem 0 2rem; }

@media only screen and (min-width: 480px) {
  .p_border-right {
    border-right: 1px solid #333b2a; } }
img.p_img--office4 {
  margin-top: 3px; }

@media only screen and (min-width: 750px) {
  .p_box-findus {
    padding: 1rem 0 0 4rem; } }
.p_box-findus .p_box-findus__address {
  padding: 3rem 2rem 6rem;
  background-color: #f8f6f4; }
.p_box-findus address {
  font-style: normal;
  margin: 0.8em 0; }
.p_box-findus h3 {
  font-size: 14px;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: normal; }
.p_box-findus p a:hover {
  background-color: #fff; }

.p_box-findus__map {
  padding: 1rem 2rem 0; }

.algebra {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: -1px;
  margin-top: 10px; }

.algebra + p {
  font-weight: 600;
  text-align: right; }

.font60bold {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 6rem;
  line-height: 1em; }

.algebrahoch {
  vertical-align: top; }

.algebrazeichen {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 600; }

.algebratrenner {
  border-top: 2px solid #000;
  margin: 0 0 5px; }

/**
 * -------------------------------------------------------------------------- *
 * @section:      $BLOG
 * @description:  posteo-blog (list + article) and media-blog (list)
 * -------------------------------------------------------------------------- *
 */
.blog h4 {
  margin: 2rem 0 0.5rem; }

.p_blog__teaser {
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .p_blog__teaser {
      width: 75%; } }
  .p_blog__teaser::after, .p_blog__teaser::before {
    content: " ";
    display: table; }
  .p_blog__teaser::after {
    clear: both; }
  .p_blog__teaser article {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e3e1e0; }
    .p_blog__teaser article:last-child, .p_blog__teaser article:only-child {
      border-bottom: none; }
  .p_blog__teaser article:first-child h3 {
    margin-top: 0; }
  .p_blog__teaser h3 {
    font-size: 2.4rem;
    margin-bottom: 0.2em; }
  .p_blog__teaser h4 {
    margin: 0 0 0.5rem; }

.blogmedienlink {
  border: 1px solid #ccc;
  padding: 5px; }

.singlepost {
  display: inline-block;
  margin: 0 0 0.2em 0.2em;
  padding: 0.1em 0.5em 0;
  text-align: center;
  color: white;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  text-transform: uppercase; }

.sourceandmore {
  display: inline-block;
  margin: 0.8em 0;
  clear: both;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  letter-spacing: -1px;
  text-decoration: none; }
  .sourceandmore::after {
    content: " >>"; }

.p_blog__date-cat-wrap {
  margin: 0 0 1em; }
  .p_blog__date-cat-wrap + h4 {
    color: red; }

.p_blog__filter {
  margin: 0 0 5rem;
  padding: 0;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .p_blog__filter {
      padding: 0.5rem 0;
      margin: 1rem 0 2rem;
      width: 20%;
      float: right; } }
  .p_blog__filter .p_blog__filterlabel {
    font-size: 1.6rem;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    text-align: center;
    margin-bottom: 0.3em; }
  .p_blog__filter ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0 0 1rem;
    padding: 0; }
    @media only screen and (min-width: 750px) {
      .p_blog__filter ul {
        text-align: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }

@media only screen and (min-width: 750px) {
  #blognavigation .p_blog__filter {
    margin: 1rem 0 2rem 2rem; } }
.kategorie_blog,
.kategorie_online {
  background-color: #a9d158; }

.kategorie_info,
.kategorie_print {
  background-color: #333b2a; }

.kategorie_funk,
.kategorie_medien {
  background-color: #a9d158; }

.kategorie_news {
  background-color: #ff8938; }

.posteo_site_index .kategorie_blog,
.posteo_site_index .kategorie_online,
.posteo_site_index .kategorie_info,
.posteo_site_index .kategorie_print,
.posteo_site_index .kategorie_funk,
.posteo_site_index .kategorie_medien,
.posteo_site_index .kategorie_news {
  background: none; }

li.filter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0.2em;
  padding: 0;
  line-height: 2;
  text-align: center;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: white;
  cursor: pointer; }
  @media only screen and (min-width: 750px) {
    li.filter {
      margin: 0 auto 0.4em;
      width: 100%; } }
  li.filter:active span, li.filter:focus span, li.filter:hover span {
    text-decoration: underline;
    cursor: pointer; }
  li.filter.active_filter {
    cursor: default; }
    li.filter.active_filter span {
      cursor: default;
      text-decoration: underline; }

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

.p_blog__filter a:link,
.p_blog__filter a:visited {
  color: white;
  text-decoration: none; }
.p_blog__filter a:active,
.p_blog__filter a:focus,
.p_blog__filter a:hover {
  background-color: transparent;
  text-decoration: underline; }

.p_blog__image.p_col--inner {
  padding: 0; }
  @media only screen and (min-width: 480px) {
    .p_blog__image.p_col--inner {
      padding: 3rem 0 1rem 1rem; } }

.sec_blog--news figure,
.sec_blog--news-article figure {
  margin: 1em 0;
  padding: 1em 0; }
  .sec_blog--news figure.p_show-only-in-lightbox,
  .sec_blog--news-article figure.p_show-only-in-lightbox {
    display: none; }
  .sec_blog--news figure img,
  .sec_blog--news-article figure img {
    border: 3px solid #eee; }
  .sec_blog--news figure figcaption,
  .sec_blog--news-article figure figcaption {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    padding-top: 0.5em; }
    .sec_blog--news figure figcaption span.p_img-source,
    .sec_blog--news-article figure figcaption span.p_img-source {
      font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
      font-weight: normal;
      white-space: nowrap; }
  .sec_blog--news figure .p_text-img-wrap,
  .sec_blog--news-article figure .p_text-img-wrap {
    padding: 0 0 1em 0; }
.sec_blog--news .p_text-img-wrap img,
.sec_blog--news-article .p_text-img-wrap img {
  background-color: #fff; }

.sec_blog--news a[class^=p_img-sizeup] {
  cursor: default;
  pointer-events: none; }
.sec_blog--news article.p-js_show-full-article a[class^=p_img-sizeup] {
  cursor: pointer;
  pointer-events: unset; }

@media only screen and (max-width: 749px) {
  .sec_blog--news article a[class^=p_img-sizeup],
  .sec_blog--news article.p-js_show-full-article a[class^=p_img-sizeup],
  .sec_blog--news-article article a[class^=p_img-sizeup],
  .sec_blog--news-article article.p-js_show-full-article a[class^=p_img-sizeup] {
    cursor: default;
    pointer-events: none;
    display: block; } }
@media only screen and (min-width: 750px) {
  .sec_blog--news figure,
  .sec_blog--news-article figure {
    background-color: #eee;
    margin: 1em 0;
    padding: 1em; }
    .sec_blog--news figure img,
    .sec_blog--news-article figure img {
      border: none; }
  .sec_blog--news figure,
  .sec_blog--news-article figure {
    max-width: 52%; }
  .sec_blog--news .p_text-img-wrap,
  .sec_blog--news-article .p_text-img-wrap {
    clear: both;
    padding: 0 0 1em 0; }
    .sec_blog--news .p_text-img-wrap.p_no-padding,
    .sec_blog--news-article .p_text-img-wrap.p_no-padding {
      padding: 0; }
    .sec_blog--news .p_text-img-wrap figure.p_img-left,
    .sec_blog--news .p_text-img-wrap figure.p_img-center,
    .sec_blog--news .p_text-img-wrap figure.p_img-right,
    .sec_blog--news-article .p_text-img-wrap figure.p_img-left,
    .sec_blog--news-article .p_text-img-wrap figure.p_img-center,
    .sec_blog--news-article .p_text-img-wrap figure.p_img-right {
      max-width: 48%; }
      .sec_blog--news .p_text-img-wrap figure.p_img-left.p_img-smaller,
      .sec_blog--news .p_text-img-wrap figure.p_img-center.p_img-smaller,
      .sec_blog--news .p_text-img-wrap figure.p_img-right.p_img-smaller,
      .sec_blog--news-article .p_text-img-wrap figure.p_img-left.p_img-smaller,
      .sec_blog--news-article .p_text-img-wrap figure.p_img-center.p_img-smaller,
      .sec_blog--news-article .p_text-img-wrap figure.p_img-right.p_img-smaller {
        max-width: 38%; }
    .sec_blog--news .p_text-img-wrap figure.p_img-no-bg,
    .sec_blog--news-article .p_text-img-wrap figure.p_img-no-bg {
      background-color: transparent; }
    .sec_blog--news .p_text-img-wrap figure.p_img-left,
    .sec_blog--news-article .p_text-img-wrap figure.p_img-left {
      float: left;
      margin: 0 2em 2em 0; }
    .sec_blog--news .p_text-img-wrap figure.p_img-center,
    .sec_blog--news-article .p_text-img-wrap figure.p_img-center {
      margin: 0 auto 2em; }
    .sec_blog--news .p_text-img-wrap figure.p_img-right,
    .sec_blog--news-article .p_text-img-wrap figure.p_img-right {
      float: right;
      margin: 0 0 2em 2em; }

  .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup, .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-dark, .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-light, .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-green,
  .sec_blog--news-article figure a.p_img-sizeup,
  .sec_blog--news-article .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-dark,
  .posteo_blog_index article.p-js_show-full-article .sec_blog--news-article figure a.p_img-sizeup__icon-dark,
  .sec_blog--news-article figure a.p_img-sizeup__icon-dark,
  .sec_blog--news-article .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-light,
  .posteo_blog_index article.p-js_show-full-article .sec_blog--news-article figure a.p_img-sizeup__icon-light,
  .sec_blog--news-article figure a.p_img-sizeup__icon-light,
  .sec_blog--news-article .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-green,
  .posteo_blog_index article.p-js_show-full-article .sec_blog--news-article figure a.p_img-sizeup__icon-green,
  .sec_blog--news-article figure a.p_img-sizeup__icon-green {
    display: block;
    position: relative;
    border: 3px solid transparent;
    line-height: 0; }
    .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup:hover, .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-dark:hover, .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-light:hover, .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-green:hover,
    .sec_blog--news-article figure a.p_img-sizeup:hover,
    .sec_blog--news-article .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-dark:hover,
    .posteo_blog_index article.p-js_show-full-article .sec_blog--news-article figure a.p_img-sizeup__icon-dark:hover,
    .sec_blog--news-article figure a.p_img-sizeup__icon-dark:hover,
    .sec_blog--news-article .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-light:hover,
    .posteo_blog_index article.p-js_show-full-article .sec_blog--news-article figure a.p_img-sizeup__icon-light:hover,
    .sec_blog--news-article figure a.p_img-sizeup__icon-light:hover,
    .sec_blog--news-article .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-green:hover,
    .posteo_blog_index article.p-js_show-full-article .sec_blog--news-article figure a.p_img-sizeup__icon-green:hover,
    .sec_blog--news-article figure a.p_img-sizeup__icon-green:hover {
      border-color: #a9d158; }
    .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup::after, .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-dark::after, .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-light::after, .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-green::after,
    .sec_blog--news-article figure a.p_img-sizeup::after,
    .sec_blog--news-article .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-dark::after,
    .posteo_blog_index article.p-js_show-full-article .sec_blog--news-article figure a.p_img-sizeup__icon-dark::after,
    .sec_blog--news-article figure a.p_img-sizeup__icon-dark::after,
    .sec_blog--news-article .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-light::after,
    .posteo_blog_index article.p-js_show-full-article .sec_blog--news-article figure a.p_img-sizeup__icon-light::after,
    .sec_blog--news-article figure a.p_img-sizeup__icon-light::after,
    .sec_blog--news-article .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-green::after,
    .posteo_blog_index article.p-js_show-full-article .sec_blog--news-article figure a.p_img-sizeup__icon-green::after,
    .sec_blog--news-article figure a.p_img-sizeup__icon-green::after {
      position: absolute;
      top: 0.5em;
      right: 0.5em;
      display: block;
      width: 2.5em;
      height: 2.5em;
      content: ' ';
      background-size: 1.9em;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 0.5em; }
  .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-dark::after,
  .sec_blog--news-article figure a.p_img-sizeup__icon-dark::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cdefs%3E%3Cstyle%3E.fa-secondary{opacity:.4}%3C/style%3E%3C/defs%3E%3Cpath d='M0 456V344c0-21.38 25.8-32.09 40.92-17L72 360l92.69-92.69a16 16 0 0 1 22.62 0l25.38 25.38a16 16 0 0 1 0 22.62L120 408l32.92 31c15.12 15.12 4.41 41-17 41H24a24 24 0 0 1-24-24z' class='fa-secondary' fill='white'/%3E%3Cpath d='M235.31 196.69L328 104l-32.92-31c-15.12-15.12-4.41-41 17-41h112A24 24 0 0 1 448 56v112c0 21.38-25.8 32.09-40.92 17L376 152l-92.69 92.69a16 16 0 0 1-22.62 0l-25.38-25.38a16 16 0 0 1 0-22.62z' class='fa-primary' fill='white'/%3E%3C/svg%3E");
    background-color: #2b333f; }
  .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-light::after,
  .sec_blog--news-article figure a.p_img-sizeup__icon-light::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cdefs%3E%3Cstyle%3E.fa-secondary{opacity:.4}%3C/style%3E%3C/defs%3E%3Cpath d='M0 456V344c0-21.38 25.8-32.09 40.92-17L72 360l92.69-92.69a16 16 0 0 1 22.62 0l25.38 25.38a16 16 0 0 1 0 22.62L120 408l32.92 31c15.12 15.12 4.41 41-17 41H24a24 24 0 0 1-24-24z' class='fa-secondary' fill='black'/%3E%3Cpath d='M235.31 196.69L328 104l-32.92-31c-15.12-15.12-4.41-41 17-41h112A24 24 0 0 1 448 56v112c0 21.38-25.8 32.09-40.92 17L376 152l-92.69 92.69a16 16 0 0 1-22.62 0l-25.38-25.38a16 16 0 0 1 0-22.62z' class='fa-primary' fill='black'/%3E%3C/svg%3E");
    background-color: #fff; }
  .posteo_blog_index article.p-js_show-full-article figure a.p_img-sizeup__icon-green::after,
  .sec_blog--news-article figure a.p_img-sizeup__icon-green::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cdefs%3E%3Cstyle%3E.fa-secondary{opacity:.4}%3C/style%3E%3C/defs%3E%3Cpath d='M0 456V344c0-21.38 25.8-32.09 40.92-17L72 360l92.69-92.69a16 16 0 0 1 22.62 0l25.38 25.38a16 16 0 0 1 0 22.62L120 408l32.92 31c15.12 15.12 4.41 41-17 41H24a24 24 0 0 1-24-24z' class='fa-secondary' fill='white'/%3E%3Cpath d='M235.31 196.69L328 104l-32.92-31c-15.12-15.12-4.41-41 17-41h112A24 24 0 0 1 448 56v112c0 21.38-25.8 32.09-40.92 17L376 152l-92.69 92.69a16 16 0 0 1-22.62 0l-25.38-25.38a16 16 0 0 1 0-22.62z' class='fa-primary' fill='white'/%3E%3C/svg%3E");
    background-color: #a9d158; } }
.p_flex-image-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p_flex-image-grid figure {
    -webkit-box-flex: 1 1 33%;
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    position: relative; }
  .p_flex-image-grid .p_download {
    position: absolute;
    bottom: 1.4rem;
    right: 1.2rem;
    line-height: 1;
    background-color: white;
    border-radius: 3px;
    opacity: 0.6; }
    .p_flex-image-grid .p_download:hover, .p_flex-image-grid .p_download:focus {
      background-color: white;
      opacity: 1; }
    .p_flex-image-grid .p_download img {
      border: none;
      width: 3rem;
      height: 3rem;
      padding: 0.1rem;
      filter: brightness(0) saturate(100%) invert(13%) sepia(11%) saturate(5321%) hue-rotate(45deg) brightness(93%) contrast(90%); }
  .p_flex-image-grid.p_dark-download-icons .p_download {
    background-color: #50593d; }
    .p_flex-image-grid.p_dark-download-icons .p_download:hover, .p_flex-image-grid.p_dark-download-icons .p_download:focus {
      background-color: #50593d; }
    .p_flex-image-grid.p_dark-download-icons .p_download img {
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(207deg) brightness(107%) contrast(101%); }

.sec_blog--news-article .p_flex-image-grid figure a.p_img-sizeup__icon-dark::after,
.sec_blog--news-article .p_flex-image-grid figure a.p_img-sizeup__icon-light::after,
.sec_blog--news-article .p_flex-image-grid figure a.p_img-sizeup__icon-green::after {
  top: unset;
  bottom: .5em;
  opacity: 0.6;
  background-size: 70%;
  width: 2rem;
  height: 2rem;
  border-radius: 3px; }
.sec_blog--news-article .p_flex-image-grid figure a.p_img-sizeup__icon-dark:hover::after,
.sec_blog--news-article .p_flex-image-grid figure a.p_img-sizeup__icon-light:hover::after,
.sec_blog--news-article .p_flex-image-grid figure a.p_img-sizeup__icon-green:hover::after {
  opacity: 1; }

@media only screen and (min-width: 750px) {
  .p_flex-image-grid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .p_flex-image-grid figure {
      -webkit-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: .5rem .25rem; }
    .p_flex-image-grid .p_download img {
      width: 1.9rem;
      height: 1.9rem; } }
.p_extrabox {
  background-color: #eee;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  border-left: 4px solid #a9d158; }
  .p_extrabox.p_text-img-wrap {
    padding: 1.5rem 2rem; }
  .p_extrabox figure {
    background-color: #f5f5f5;
    border: 1px solid white; }

.p_text-extrabox-wrap {
  clear: both;
  padding: 0 0 1em 0; }
  .p_text-extrabox-wrap .p_extrabox-left,
  .p_text-extrabox-wrap .p_extrabox-center,
  .p_text-extrabox-wrap .p_extrabox-right {
    max-width: 48%; }
  .p_text-extrabox-wrap .p_extrabox-left {
    float: left;
    margin: 0 2em 2em 0; }
  .p_text-extrabox-wrap .p_extrabox-center {
    margin: 0 auto 2em; }
  .p_text-extrabox-wrap .p_extrabox-right {
    float: right;
    margin: 0 0 2em 2em; }

.p_responsive-table {
  width: 100%;
  overflow: auto;
  margin: 2rem 0; }
  .p_responsive-table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px; }
  .p_responsive-table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3); }

.p_blog-table {
  width: 100%;
  font-size: 1.3rem;
  border-spacing: 2px;
  border-collapse: separate; }
  .p_blog-table td {
    padding: 0.1em 0.3em;
    background-color: #efefef;
    line-height: 1.5;
    width: 20%; }

.p_blog-table__rowhead thead th {
  background-color: #c3c3c3;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: normal; }

.p_blog-table_colhead tbody td:first-child {
  background-color: #dbdbdb;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: normal;
  width: 175px; }

@media only screen and (min-width: 750px) {
  .p_blog-table td {
    padding: 0.3em 0.4em; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:      $News
 * @description:  posteo-news (list + article)
 * -------------------------------------------------------------------------- *
 */
#aktuelle_neuigkeiten {
  opacity: 0; }

#aktuelle_neuigkeiten.p_news-restructured {
  opacity: 1;
  transition: opacity .5s; }

.p_news__date-cat-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5; }
  .p_news__date-cat-wrap span {
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.5rem;
    border: 1px solid #a9d158;
    border-right: none;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    color: #8fb14a;
    background-color: white; }
    .p_news__date-cat-wrap span:first-child {
      -webkit-box-flex: 0 0 12rem;
      -webkit-flex: 0 0 12rem;
      -ms-flex: 0 0 12rem;
      flex: 0 0 12rem;
      width: 12rem;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      background-color: #a9d158;
      border-radius: 0.5rem 0 0 0.5rem; }
    .p_news__date-cat-wrap span:last-child {
      -webkit-box-flex: 0 0 9rem;
      -webkit-flex: 0 0 9rem;
      -ms-flex: 0 0 9rem;
      flex: 0 0 9rem;
      width: 9rem;
      border-radius: 0 0.5rem 0.5rem 0;
      border-right: 1px solid #a9d158; }

.p_news__topic:empty::before {
  content: 'News'; }

.sec_news--list {
  /* From: http://vlst.nl/x/e2 */
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  /* Saf 5.1+ */
  -moz-hyphens: auto;
  /* Fx 6.0+ */
  -ms-hyphens: auto;
  /* IE 10+ */
  hyphens: auto;
  /* None yet */
  line-height: 1.4; }
  .sec_news--list .p_col--inner {
    padding: 0 0 3rem; }

.p_news__teaserlist {
  width: 100%; }
  .p_news__teaserlist article {
    margin: 0 0 5rem; }

.p_news__teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .p_news__teaser figure {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    order: 1;
    line-height: 0; }
    .p_news__teaser figure img {
      width: 100%; }
  .p_news__teaser .p_news__teaser-text {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    order: 2;
    padding: 2rem;
    background-color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }
    .p_news__teaser .p_news__teaser-text .p_news__title {
      font-size: 2rem;
      line-height: 1.18;
      margin: 0.6em 0 0.4em; }
    .p_news__teaser .p_news__teaser-text strong {
      font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif; }

.sec_news--list article:nth-of-type(5n+1) .p_news__teaser figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%; }
.sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__teaser-text {
  border: 3px solid #a9d158;
  box-shadow: none; }

.sec_news--list article#ix-1 .p_news__teaser {
  border: none; }
  .sec_news--list article#ix-1 .p_news__teaser figure {
    order: 1; }
    .sec_news--list article#ix-1 .p_news__teaser figure img {
      width: auto;
      height: 280px;
      object-fit: cover; }
  .sec_news--list article#ix-1 .p_news__teaser .p_news__teaser-text {
    order: 2; }
    .sec_news--list article#ix-1 .p_news__teaser .p_news__teaser-text .p_news__title {
      font-size: 2.4rem; }

.p_news__teaser-link {
  display: block;
  margin: 10px 0;
  text-decoration: none; }

a.p_news__teaser-link:hover, a.p_news__teaser-link:focus, a.p_news__teaser-link:active {
  background-color: transparent; }

.p_news__teaser-btnwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.p_news__teaser-morebtn {
  border: 1px solid #a9d158;
  background-image: url(../images/svg-icons/newspaper_green.svg?v=e1a6f625192aafc7a9991424fd65ad74ec69f197dec8e3e4189c1b4094e79907);
  background-position: 1rem;
  background-size: 3rem 3rem;
  background-color: white;
  background-repeat: no-repeat;
  color: #a9d158;
  padding: 0.6em 1em 0.5em 3.5em;
  border-radius: 0.5rem; }
  .p_news__teaser-morebtn:hover, .p_news__teaser-morebtn:focus, .p_news__teaser-morebtn:active {
    background-color: #a9d158;
    background-image: url(../images/svg-icons/newspaper_white.svg?v=2f1b9ada656d871760bf2eadb65de58b1380edce1f720049e31fc1797f4d91b0);
    color: white; }

@media only screen and (min-width: 480px) {
  .sec_news--list article#ix-1 .p_news__teaser figure img {
    height: 450px; } }
@media only screen and (min-width: 750px) {
  figure,
  .p_no-figure {
    background-color: #f2f2f2; }

  .p_news__date-cat-wrap {
    font-size: 1.3rem;
    line-height: 1.5; }

  .p_news__teaser {
    position: relative;
    border: none; }
    .p_news__teaser figure,
    .p_news__teaser .p_no-figure {
      -webkit-box-flex: 1 1 65%;
      -webkit-flex: 1 1 65%;
      -ms-flex: 1 1 65%;
      flex: 1 1 65%;
      width: 65%;
      min-height: 23rem; }
    .p_news__teaser .p_news__teaser-text {
      position: absolute;
      top: 2rem;
      bottom: 2rem;
      right: 0;
      -webkit-box-flex: 1 1 44rem;
      -webkit-flex: 1 1 44rem;
      -ms-flex: 1 1 44rem;
      flex: 1 1 44rem;
      width: 44rem;
      padding: 2rem;
      font-size: 1.4rem;
      border-radius: 0.6rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .p_news__teaser .p_news__teaser-text .p_news__title {
        margin: 1.5rem 0;
        font-size: 2.2rem; }
      .p_news__teaser .p_news__teaser-text .p_news__abstract {
        margin: 0; }

  .p_news__teaserlist article {
    margin: 0 3rem 3rem; }

  .sec_news--list article:nth-of-type(5n+1) {
    margin: 6rem 3rem; }
    .sec_news--list article:nth-of-type(5n+1) .p_news__teaser figure,
    .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_no-figure {
      -webkit-box-flex: 1 1 100%;
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      width: 100%;
      min-height: 46rem; }
    .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__teaser-text {
      top: 3rem;
      right: 3rem;
      bottom: 3rem;
      -webkit-box-flex: 1 1 40%;
      -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%;
      width: 40%;
      padding: 3.5rem 2.5rem; }
      .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__teaser-text .p_news__abstract {
        font-size: 1.4rem; }

  .sec_news--list .jscroll-added article:first-child .p_news__teaser .p_news__teaser-text {
    left: 3rem;
    right: unset; }

  .sec_news--list article#ix-1 {
    margin: 0 3rem 6rem; }
    .sec_news--list article#ix-1 .p_news__teaser {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .sec_news--list article#ix-1 .p_news__teaser figure,
      .sec_news--list article#ix-1 .p_news__teaser .p_no-figure {
        -webkit-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 50%;
        min-height: 40rem; }
        .sec_news--list article#ix-1 .p_news__teaser figure img,
        .sec_news--list article#ix-1 .p_news__teaser .p_no-figure img {
          height: 400px;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .sec_news--list article#ix-1 .p_news__teaser .p_news__teaser-text {
        position: static;
        -webkit-box-flex: 1 1 50%;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        width: 50%;
        padding: 5rem 3.5rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        max-height: 400px;
        overflow: hidden; }
        .sec_news--list article#ix-1 .p_news__teaser .p_news__teaser-text .p_news__title {
          margin: 2rem 0 1.5rem;
          font-size: 2.8rem; }
        .sec_news--list article#ix-1 .p_news__teaser .p_news__teaser-text .p_news__abstract {
          font-size: 1.6rem; }
          .sec_news--list article#ix-1 .p_news__teaser .p_news__teaser-text .p_news__abstract::after {
            width: 2.2rem; } }
@media only screen and (min-width: 850px) {
  #aktuelle_neuigkeiten {
    letter-spacing: 0.05rem; }

  .p_news__teaser figure,
  .p_news__teaser .p_no-figure {
    -webkit-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
    min-height: 20rem; }
  .p_news__teaser .p_news__teaser-text {
    top: 1.5em;
    bottom: 1.5em;
    width: 60rem;
    font-size: 1.5rem;
    padding: 1.3rem 1.4rem 1.3rem 2rem; }
    .p_news__teaser .p_news__teaser-text .p_news__title {
      margin: 1rem 0 0.6rem;
      font-size: 2rem;
      letter-spacing: 0.05rem; }

  .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__teaser-text {
    -webkit-box-flex: 1 1 35%;
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    width: 35%;
    padding: 1.3rem 2rem; }
    .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__teaser-text .p_news__title {
      margin: 2rem 0; }
    .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__teaser-text .p_news__abstract {
      font-size: 1.3rem; } }
@media only screen and (min-width: 960px) {
  .p_news__date-cat-wrap {
    font-size: 1.2rem;
    line-height: 1.5; }

  .p_news__teaser .p_news__teaser-text {
    top: 2rem;
    bottom: 2rem;
    font-size: 1.3rem;
    width: 50rem; }
    .p_news__teaser .p_news__teaser-text .p_news__title {
      font-size: 1.9rem; }

  .p_news__teaserlist article {
    margin: 0 12rem 3rem; }

  .sec_news--list article:nth-of-type(5n+1) {
    margin: 0 12rem 6rem; }
    .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__teaser-text {
      top: 5rem;
      right: 5rem;
      bottom: 5rem;
      -webkit-box-flex: 1 1 36%;
      -webkit-flex: 1 1 36%;
      -ms-flex: 1 1 36%;
      flex: 1 1 36%;
      width: 36%;
      box-shadow: none; }
    .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__date-cat-wrap span:last-child {
      -webkit-box-flex: 0 1 8rem;
      -webkit-flex: 0 1 8rem;
      -ms-flex: 0 1 8rem;
      flex: 0 1 8rem;
      width: 8rem; }

  .sec_news--list .jscroll-added article:first-child .p_news__teaser .p_news__teaser-text {
    left: 5rem;
    right: unset; }

  .sec_news--list article#ix-1 {
    margin: 0 12rem 6rem; }
    .sec_news--list article#ix-1 .p_news__teaser figure,
    .sec_news--list article#ix-1 .p_news__teaser .p_no-figure {
      -webkit-box-flex: 1 1 65%;
      -webkit-flex: 1 1 65%;
      -ms-flex: 1 1 65%;
      flex: 1 1 65%;
      width: 65%;
      min-height: 40rem; }
    .sec_news--list article#ix-1 .p_news__teaser .p_news__teaser-text {
      -webkit-box-flex: 1 1 38%;
      -webkit-flex: 1 1 38%;
      -ms-flex: 1 1 38%;
      flex: 1 1 38%;
      width: 38%;
      padding: 3rem 3rem; }
      .sec_news--list article#ix-1 .p_news__teaser .p_news__teaser-text .p_news__title {
        font-size: 2.1rem; }
      .sec_news--list article#ix-1 .p_news__teaser .p_news__teaser-text .p_news__abstract {
        font-size: 1.4rem; } }
@media screen and (-ms-high-contrast: none) {
  .sec_news--list {
    /* From: http://vlst.nl/x/e2 */
    -ms-word-break: normal;
    word-break: normal;
    /* Non standard for webkit */
    word-break: normal;
    -webkit-hyphens: normal;
    /* Saf 5.1+ */
    -moz-hyphens: normal;
    /* Fx 6.0+ */
    -ms-hyphens: normal;
    /* IE 10+ */
    hyphens: normal;
    /* None yet */ }

  .p_news__teaser figure {
    height: 100%; }

  .p_news__date-cat-wrap span:first-child,
  .p_news__date-cat-wrap span:last-child,
  .p_news__teaser figure,
  .p_news__teaser .p_news__teaser-text,
  .sec_news--list article:nth-of-type(5n+1) .p_news__teaser figure {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
@media only screen and (-ms-high-contrast: none) and (min-width: 750px) {
  .sec_news--list article#ix-1 .p_news__teaser,
  .sec_news--list article#ix-1 .p_news__teaser figure {
    position: relative; }

  .sec_news--list article#ix-1 .p_news__teaser figure img {
    position: relative;
    width: 100%;
    height: auto; }

  .sec_news--list article#ix-1 .p_news__teaser .p_news__teaser-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 2; }

  .p_news__teaser figure,
  .p_news__teaser .p_news__teaser-text,
  .sec_news--list article:nth-of-type(5n+1) .p_news__teaser figure,
  .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__teaser-text {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
@media only screen and (-ms-high-contrast: none) and (min-width: 850px) {
  .p_news__teaser figure,
  .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__teaser-text {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
@media only screen and (-ms-high-contrast: none) and (min-width: 960px) {
  .p_news__teaser figure,
  .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__teaser-text,
  .sec_news--list article:nth-of-type(5n+1) .p_news__teaser .p_news__date-cat-wrap span:last-child,
  .sec_news--list article#ix-1 .p_news__teaser figure,
  .sec_news--list article#ix-1 .p_news__teaser .p_news__teaser-text {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }
@media screen and (-ms-high-contrast: none) {
  .p_spinner::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cdefs%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"); } }
.p_main--wrapper.p_news {
  margin: 30px auto 30px; }

#p_news__nav {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0 2rem 1rem;
  padding: 0; }

.p_news__back-to-list {
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent; }
  .p_news__back-to-list a {
    background-repeat: no-repeat;
    background-size: 1.3rem 1.3rem;
    background-position-x: 1rem;
    background-position-y: 48%; }
  .p_news__back-to-list a:link,
  .p_news__back-to-list a:visited {
    padding: 0 1rem 0 2.8rem;
    border: 1px solid #a9d158 !important;
    border-radius: 0.5rem;
    color: #8fb14a;
    background-image: url(../images/svg-icons/arrow-left.svg?v=db18c6dc499af2a19fa8b3c9d37b03fae4c320d00b0db7a02b653072a63175c3);
    display: inline-flex;
    align-items: center; }
  .p_news__back-to-list a:hover,
  .p_news__back-to-list a:focus {
    background-color: #a9d158 !important;
    background-image: url(../images/svg-icons/arrow-left_hover.svg?v=12a6ae586bb4809ee68e880fd190db0e00e1a4c25ce7c1c925c3109b51c8de7d);
    color: #fff; }

.p_news__previous,
.p_news__next {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin: 0 0 0 1rem; }
  .p_news__previous a,
  .p_news__next a {
    background-image: url(../images/svg-icons/arrow-alt-circle-left.svg?v=4fc83428741786a57369cc9a02fcc748f086b8b269821bd2aab0f09344311de4);
    background-repeat: no-repeat;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    border: none !important;
    text-indent: -99999px; }
    .p_news__previous a:hover, .p_news__previous a:focus,
    .p_news__next a:hover,
    .p_news__next a:focus {
      background-image: url(../images/svg-icons/arrow-alt-circle-left_hover.svg?v=6c55387087ea3e42ce64f61eab28afde16f18022a9cf95c1cb50400a437fee9e); }

.p_news__next a {
  background-image: url(../images/svg-icons/arrow-alt-circle-right.svg?v=f2d2e3aa382993bb9d9e441d506ae30dd53e148691b1adcb3a1fd7a93d840cbb); }
  .p_news__next a:hover, .p_news__next a:focus {
    background-image: url(../images/svg-icons/arrow-alt-circle-right_hover.svg?v=1cc28617c588a9d864a39c900bd430eed26ae3df81c6114d5ebff26b7befbeb0); }

.sec_news--article {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 0; }
  .sec_news--article .p_col--inner {
    padding: 0; }
  .sec_news--article .p_news__date-cat-wrap {
    font-size: 1.4rem; }
    .sec_news--article .p_news__date-cat-wrap span {
      padding: 0 0.1rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: auto; }
      .sec_news--article .p_news__date-cat-wrap span.p_news__author {
        padding: 0; }
        .sec_news--article .p_news__date-cat-wrap span.p_news__author a {
          padding: 0 1rem;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-flex: 1 0 auto;
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          width: auto;
          text-transform: none;
          letter-spacing: 0;
          border-radius: 0.4rem 0 0 0.4rem;
          text-decoration: none;
          color: white; }
          .sec_news--article .p_news__date-cat-wrap span.p_news__author a:hover, .sec_news--article .p_news__date-cat-wrap span.p_news__author a:focus {
            background-color: white;
            color: #8fb14a; }
      .sec_news--article .p_news__date-cat-wrap span:nth-child(2) {
        text-transform: uppercase;
        letter-spacing: 0.05rem; }
  .sec_news--article .p_news__topic:empty::before {
    content: 'News'; }
  .sec_news--article a:link:not(.p_news__author-link),
  .sec_news--article a:visited:not(.p_news__author-link) {
    text-decoration: none;
    border-bottom: 0.2rem solid #c6e092;
    padding-bottom: 0; }
  .sec_news--article a:hover:not(.p_news__author-link) {
    background-color: white; }
  .sec_news--article a:focus:not(.p_news__author-link) {
    border-bottom: 0.2rem solid #e68245;
    background-color: white;
    outline-color: #e68245; }

.p_news__article {
  /* From: http://vlst.nl/x/e2 */
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  /* Saf 5.1+ */
  -moz-hyphens: auto;
  /* Fx 6.0+ */
  -ms-hyphens: auto;
  /* IE 10+ */
  hyphens: auto;
  /* None yet */ }
  .p_news__article a {
    background-image: url(../images/svg-icons/external-link.svg?v=a32cb52b3c2404275a97519aed17633255adf8c30dce1c80abbcfaa293326eba);
    background-repeat: no-repeat;
    background-position-x: 99.6%;
    background-position-y: 50%;
    background-size: 1.5rem 1.5rem;
    padding-right: 2.1rem; }
    .p_news__article a[href^="https://posteo.de"] {
      background-image: url(../images/svg-icons/p_icon_double-slash-dot.svg?v=e6300305746e517a000c566be549843d74e3797ad6e8d43d015f9f6430ab3c84); }
    .p_news__article a[href^="/site/"], .p_news__article a.link-with-no-extras {
      color: inherit;
      background-image: none;
      padding-right: 0; }
  .p_news__article p {
    margin-bottom: 2rem; }
    .p_news__article p:empty {
      margin-bottom: 0; }
  .p_news__article > *:not(figure):not(.p_text-img-wrap):not(.p_news-box--with-quotes):not(.p_responsive-table),
  .p_news__article .p_text-img-wrap p {
    margin-right: 2rem;
    margin-left: 2rem; }
  .p_news__article .p_news__title {
    color: #a9d158;
    font-size: 2.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .p_news__article h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 2rem; }
  .p_news__article .p_news__article-teaser {
    margin-top: 1rem;
    margin-bottom: 4rem; }
    .p_news__article .p_news__article-teaser:after {
      display: block;
      margin-top: 2rem;
      content: '';
      height: 0.6rem;
      width: 42%;
      background-color: #a9d158; }
  .p_news__article figure {
    position: relative;
    line-height: 0;
    margin-bottom: 3rem;
    height: 270px; }
    .p_news__article figure img {
      width: auto;
      height: 270px;
      object-fit: cover; }
    .p_news__article figure figcaption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 1.5rem;
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.5) 100%);
      color: #fff;
      font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
      font-weight: normal;
      font-size: 1.4rem;
      line-height: 1.2; }
      .p_news__article figure figcaption cite,
      .p_news__article figure figcaption .p_img-source {
        display: block;
        font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
        font-weight: normal;
        font-size: smaller;
        font-style: normal;
        padding-top: 0.2rem; }
      .p_news__article figure figcaption .p_img-source:empty {
        display: none; }
      .p_news__article figure figcaption a:link,
      .p_news__article figure figcaption a:visited {
        color: white; }
      .p_news__article figure figcaption a:hover,
      .p_news__article figure figcaption a:focus {
        background-color: transparent !important; }
    .p_news__article figure.graphical-illustration, .p_news__article figure.caption-below-image {
      height: unset; }
      .p_news__article figure.graphical-illustration img, .p_news__article figure.caption-below-image img {
        height: unset;
        object-fit: unset; }
      .p_news__article figure.graphical-illustration figcaption, .p_news__article figure.caption-below-image figcaption {
        position: static;
        padding: 1.5rem;
        background: white;
        color: #2b333f; }
  .p_news__article .p_responsive-table {
    /* From: http://vlst.nl/x/e2 */
    -ms-word-break: initial;
    word-break: initial;
    /* Non standard for webkit */
    word-break: initial;
    -webkit-hyphens: initial;
    /* Saf 5.1+ */
    -moz-hyphens: initial;
    /* Fx 6.0+ */
    -ms-hyphens: initial;
    /* IE 10+ */
    hyphens: initial;
    /* None yet */ }
  .p_news__article .p_pagelinks__header {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal;
    margin: 0 0 0.1rem; }
  .p_news__article .p_pagelinks__liste a {
    color: inherit;
    background-image: none;
    padding-right: 0; }

.p_news-box, .p_news-box--with-quotes, .p_news-box--with-left-bar, .p_news-box--with-border {
  margin: 3rem 2rem;
  padding: 2rem; }
  .p_news-box h3, .p_news-box--with-quotes h3, .p_news-box--with-left-bar h3, .p_news-box--with-border h3 {
    font-size: 1.8rem;
    margin: 0 0 2rem; }
  .p_news-box p, .p_news-box--with-quotes p, .p_news-box--with-left-bar p, .p_news-box--with-border p {
    margin-bottom: 1rem !important; }
    .p_news-box p:last-child, .p_news-box--with-quotes p:last-child, .p_news-box--with-left-bar p:last-child, .p_news-box--with-border p:last-child {
      margin-bottom: 0 !important; }
  .p_news-box--with-quotes {
    position: relative;
    padding: 0 3rem;
    margin: 3rem 1rem;
    color: #72982a;
    font-size: 1.9rem;
    font-style: italic; }
  .p_news-box--with-left-bar {
    padding: 2rem;
    border-left: 1.2rem solid #a9d158; }
  .p_news-box--with-border {
    border: 3px solid #a9d158; }
  .p_news-box cite, .p_news-box--with-quotes cite, .p_news-box--with-left-bar cite, .p_news-box--with-border cite {
    font-size: smaller; }

@media only screen and (min-width: 480px) {
  .p_news__article figure {
    height: auto; }
    .p_news__article figure img {
      width: 100% !important;
      height: auto; } }
@media only screen and (min-width: 750px) {
  .p_main--wrapper.p_news {
    position: relative;
    margin: 5rem auto 3rem; }

  .sec_news--article {
    letter-spacing: 0.05rem;
    margin-top: 0; }
    .sec_news--article h2 {
      margin: 4rem 3.5rem 3rem;
      letter-spacing: 0.05rem; }
    .sec_news--article .p_news__date-cat-wrap span {
      padding: 0 1.2em;
      -webkit-box-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; }

  .p_news__article {
    /* From: http://vlst.nl/x/e2 */
    -ms-word-break: initial;
    word-break: initial;
    /* Non standard for webkit */
    word-break: initial;
    -webkit-hyphens: initial;
    /* Saf 5.1+ */
    -moz-hyphens: initial;
    /* Fx 6.0+ */
    -ms-hyphens: initial;
    /* IE 10+ */
    hyphens: initial;
    /* None yet */ }
    .p_news__article > *:not(figure):not(.p_text-img-wrap):not(.p_responsive-table),
    .p_news__article .p_text-img-wrap p {
      margin-right: 3.5rem;
      margin-left: 3.5rem; }
    .p_news__article .p_news__title {
      font-size: 3.2rem;
      letter-spacing: 0;
      line-height: 1.1;
      margin-top: 3rem;
      margin-bottom: 1rem; }
    .p_news__article .p_news__article-teaser {
      font-size: 1.7rem;
      letter-spacing: 0.05rem;
      margin-top: 2rem;
      margin-bottom: 3.2rem; }
      .p_news__article .p_news__article-teaser:after {
        margin-top: 2rem; }
    .p_news__article p:first-child strong {
      font-size: 1.8rem; }
    .p_news__article figure {
      margin-bottom: 4rem; }
      .p_news__article figure figcaption {
        font-size: 1.8rem;
        line-height: 1.3;
        padding: 2rem 2rem;
        font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif; }
      .p_news__article figure.graphical-illustration figcaption, .p_news__article figure.caption-below-image figcaption {
        padding: 2rem; }

  .p_news-box h3, .p_news-box--with-quotes h3, .p_news-box--with-left-bar h3, .p_news-box--with-border h3 {
    font-size: 2.2rem; }

  .p_news-box, .p_news-box--with-quotes, .p_news-box--with-left-bar, .p_news-box--with-border {
    margin: 3rem 2rem; } }
@media only screen and (min-width: 850px) {
  #p_news__nav {
    margin: 0 10% 4rem; }

  .sec_news--article .p_col--inner {
    padding: 0 2rem; }
  .sec_news--article .p_news__date-cat-wrap {
    font-size: 1.3rem;
    line-height: 1.9; }
    .sec_news--article .p_news__date-cat-wrap span {
      padding: 0 1em; }

  .p_news__article {
    margin: 0 10%; }
    .p_news__article p {
      margin-bottom: 2.5rem; }
    .p_news__article > *:not(figure):not(.p_text-img-wrap):not(.p_news-box--with-quotes):not(.p_responsive-table),
    .p_news__article .p_text-img-wrap p {
      margin-right: 0;
      margin-left: 0; }
    .p_news__article .p_news__title {
      line-height: 1.2;
      margin-bottom: 3rem; }
    .p_news__article .p_news__article-teaser:after {
      margin-top: 2.4rem; }
    .p_news__article figure figcaption {
      font-size: 1.3rem;
      line-height: 1.3;
      padding: 4rem 5rem 1.5rem; }
    .p_news__article figure.caption-below-image figcaption {
      padding: 2rem 5rem; }
    .p_news__article .p_responsive-table {
      margin-top: 4rem;
      margin-bottom: 4rem;
      margin-left: -15%;
      margin-right: -15%;
      width: auto; }

  .p_news-box, .p_news-box--with-quotes, .p_news-box--with-left-bar, .p_news-box--with-border {
    padding: 1.5rem; }

  .p_news-box--with-quotes {
    margin: 1rem 2rem 2rem; }

  .p_news-box--with-left-bar,
  .p_news-box--with-border {
    float: left;
    width: 35%;
    font-size: 1.4rem;
    margin: 0 3rem 3rem 0 !important;
    /* From: http://vlst.nl/x/e2 */
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    /* Saf 5.1+ */
    -moz-hyphens: auto;
    /* Fx 6.0+ */
    -ms-hyphens: auto;
    /* IE 10+ */
    hyphens: auto;
    /* None yet */ }
    .p_news-box--with-left-bar h3,
    .p_news-box--with-border h3 {
      font-size: 1.8rem; }

  .p_news-box--with-border {
    border-radius: 2%; } }
@media only screen and (min-width: 1050px) {
  .sec_news--article {
    margin-top: 4rem; }

  #p_news__nav {
    margin: 0 -3rem -3.5rem;
    height: 36px; } }
@media screen and (-ms-high-contrast: none) {
  .p_news__article {
    /* From: http://vlst.nl/x/e2 */
    -ms-word-break: normal;
    word-break: normal;
    /* Non standard for webkit */
    word-break: normal;
    -webkit-hyphens: normal;
    /* Saf 5.1+ */
    -moz-hyphens: normal;
    /* Fx 6.0+ */
    -ms-hyphens: normal;
    /* IE 10+ */
    hyphens: normal;
    /* None yet */ } }
/**
 * -------------------------------------------------------------------------- *
 * @section:     $BACKGROUND-INFO
 * @type:        page and subpages
 * -------------------------------------------------------------------------- *
 */
.posteo_sustainability .p_main--wrapper {
  margin: 0 auto; }

@media only screen and (min-width: 750px) {
  .sec_infos--privacy__motivation .p_col_1-1 .p_col--inner {
    padding: 3rem 9rem; }

  .sec_infos--privacy__adfree .p_col_5-12 .p_col--inner {
    padding: 3rem 7rem; }

  .sec_infos--privacy__security .sec_infos--privacy__box-info {
    padding: 0 2rem; } }
.sec_infos--privacy__policy .p_infolink__wrap {
  margin-top: 3rem;
  margin-bottom: 6rem; }

/**
 * -------------------------------------------------------------------------- *
 * @section:     $FAQ (Häufige Fragen)
 * @type:        page
 * -------------------------------------------------------------------------- *
 */
.sec_faq {
  padding: 2em 1em 2rem;
  border-top: 1px solid LightGray; }
  .sec_faq .p_col_8-12,
  .sec_faq .p_col_2-12 {
    width: 100%; }

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

.h3faq {
  font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
  font-size: 1.7rem;
  margin: 3rem 0 0.5em; }
  .h3faq.p_js-show {
    margin-bottom: 0.3em; }
  .h3faq::after {
    content: " v";
    color: #a9d158;
    font-weight: 600; }
  .h3faq + p {
    border-top: 2px solid #a9d158;
    border-bottom: 2px solid #a9d158;
    padding: 0.5em 0; }

.showable {
  cursor: pointer; }

.p_faq__left,
.p_grafic_sec-faq_dots-right {
  display: none; }

@media only screen and (min-width: 750px) {
  .sec_faq .p_col_8-12 {
    width: 66.66%; }
  .sec_faq .p_col_2-12 {
    width: 16.667%; }

  .h3faq {
    font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
    font-size: 1.5rem;
    margin-top: 2rem; }

  .h3faq + p {
    font-size: 1.4rem;
    margin-right: 3%;
    border-top: 1px solid #a9d158;
    border-bottom: 1px solid #a9d158; }

  .p_faq__left,
  .p_grafic_sec-faq_dots-right {
    display: block; }

  .p_faq-right {
    text-align: right; }
    .p_faq-right .p_grafic_sec-faq_dots-right {
      margin-right: 50%; }

  .p_grafic_sec-faq_qmark-right {
    -webkit-transform: scaleX(-1) scaleY(-1);
    -ms-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1); }

  .p_grafic_sec-faq_dots-left {
    margin-left: 60px;
    margin-top: -22px;
    margin-bottom: -5px; }

  .p_grafic_sec-faq_dots-right {
    margin-top: -22px;
    margin-bottom: -7px; }

  .p_faq__item--faqumzug {
    margin-left: 1%; }

  .p_faq__item--faqeigenedomains {
    margin-left: 3%; }

  .p_faq__item--faqwebspace {
    margin-left: 4%; }

  .p_faq__item--faqzehnjahre {
    margin-left: 5%; }

  .p_faq__item--faqgeschaeft {
    margin-left: 3%; }

  .p_faq__item--faqtestzugang {
    margin-left: 2%; }

  .p_faq__item--faqdatenspeicher {
    margin-left: 5%; }

  .p_faq__item--faqrechtzeitig {
    margin-left: 1%; }

  .p_faq__item--faqfaxsms {
    margin-left: 5%; }

  .p_faq__item--faqspamordner {
    margin-left: 9%; }

  .p_faq__item--faqseitwann {
    margin-left: 19%; }

  .p_faq__item--faqkonversation {
    margin-left: 9%; }

  .p_faq__item--faqgratispostfach {
    margin-left: 2%; }

  .p_faq__item--faqkostenlos {
    margin-left: 3%; }

  .p_faq__item--faqtelefon {
    margin-left: 19.5%; }

  .p_faq__item--faqanonym {
    margin-left: 4%; }

  .p_faq__item--faqfilter {
    margin-left: 21%; }

  .p_faq__item--faqguthabennachricht {
    margin-left: 6%; }

  .p_faq__item--faqschuldenfrei {
    margin-left: 14%; }

  .p_faq__item--faqendtoend {
    margin-left: 16%; }

  .p_faq__item--faqmailinglisten {
    margin-left: 12%; }

  .p_faq__item--faqverkauf {
    margin-left: 15%; } }
/**
 * -------------------------------------------------------------------------- *
 * @subsection:   $TRANSPORTWEG-VERSCHLÜSSELUNG
 * @type:         section on page
 * -------------------------------------------------------------------------- *
 */
.p_box--lightgray.p_box--twv h3 {
  font-size: 1.5rem; }

.p_box--lightgray.p_box--tls {
  margin: 2rem 0;
  padding: 0; }
  .p_box--lightgray.p_box--tls > *,
  .p_box--lightgray.p_box--tls > p:last-child {
    margin: 1em 5%; }
  .p_box--lightgray.p_box--tls h3 {
    font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
    font-style: normal;
    color: #fff;
    background-color: #a9d158;
    margin: 0;
    padding: 0.5em 1em;
    text-align: center;
    width: 100%; }
  .p_box--lightgray.p_box--tls img {
    z-index: 3;
    margin-left: -25px;
    margin-top: -20px;
    position: absolute;
    width: 40px; }
  .p_box--lightgray.p_box--tls table {
    width: 90%; }
  .p_box--lightgray.p_box--tls td {
    font-style: normal; }

.p_grafic-info {
  width: 65%;
  margin-left: 35px; }

@media only screen and (min-width: 750px) {
  .p_grafic-calendar_encryption {
    margin-top: -75px; }

  .p_grafic-cryptolock {
    margin-bottom: -50px; }

  .p_grafic-cryptolock__spacer {
    margin-top: 50px; }

  .p_box--lightgray .p_grafic-smalllock {
    margin-left: -50px;
    margin-top: -20px; }
    .p_box--lightgray .p_grafic-smalllock + h4 {
      margin-top: -54px; } }
@media only screen and (min-width: 750px) {
  .sec_infos--encryption__access .p_col_1-1 {
    padding: 3rem 2rem 0; }
  .sec_infos--encryption__access figure.p_figure--accessencryption {
    padding: 1rem 3rem 1rem 0; }
  .sec_infos--encryption__access figure.p_figure--ssllabs {
    padding: 1rem 0 1rem 3rem; }

  .sec_infos--encryption__certificate .p_col_1-1.p_col--inner {
    padding: 3rem 2rem 0; }
  .sec_infos--encryption__certificate figure.p_figure--certificate {
    padding: 1rem 0 1rem 3rem; }

  .sec_infos--encryption__passwordandmobilenumber .p_col_1-1 .p_col--inner {
    padding: 0 2rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:     $PAYMENT
 * @type:        page
 * -------------------------------------------------------------------------- *
 */
.p_paymentcode--country.p_col_6-12,
.p_paymentcode--account.p_col_6-12 {
  float: left;
  width: 50%; }

.p_speechbubble--paymentcode {
  position: relative;
  margin: 0;
  padding: 15px;
  border-radius: 1rem;
  display: block; }
  .p_speechbubble--paymentcode p {
    margin: 0;
    font-size: 1.4rem;
    font-style: normal;
    text-align: left; }
  .p_speechbubble--paymentcode::before, .p_speechbubble--paymentcode::after {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 0;
    border-style: solid; }

.p_paymentcode--account .p_speechbubble--paymentcode {
  background-color: #E8F2FE; }
  .p_paymentcode--account .p_speechbubble--paymentcode::before, .p_paymentcode--account .p_speechbubble--paymentcode::after {
    right: 40%; }
  .p_paymentcode--account .p_speechbubble--paymentcode::before {
    border-width: 0 50px 30px 0;
    border-color: transparent #E8F2FE; }
  .p_paymentcode--account .p_speechbubble--paymentcode::after {
    border-width: 0 20px 30px 0;
    border-color: transparent #fff; }

.p_paymentcode--country .p_speechbubble--paymentcode {
  background-color: #E4EFBC; }
  .p_paymentcode--country .p_speechbubble--paymentcode::before, .p_paymentcode--country .p_speechbubble--paymentcode::after {
    left: 30%; }
  .p_paymentcode--country .p_speechbubble--paymentcode::before {
    border-width: 0 0 30px 50px;
    border-color: transparent #E4EFBC; }
  .p_paymentcode--country .p_speechbubble--paymentcode::after {
    border-width: 0 0 30px 20px;
    border-color: transparent #fff; }

.p_paymentcode--code {
  margin-top: 2rem;
  padding: 0.2em 1em 0.2em 1em; }

.p_paymentcode--account {
  text-align: right;
  display: inline-block; }
  .p_paymentcode--account .p_paymentcode--code {
    background-color: #E8F2FE;
    padding-right: 0;
    float: right; }

.p_paymentcode--country {
  text-align: left; }
  .p_paymentcode--country .p_paymentcode--code {
    background-color: #E4EFBC;
    padding-left: 0;
    float: left; }

.sec_infos--payment__codes-how.p_col_1-1.p_col--inner {
  padding: 0; }
.sec_infos--payment__codes-how .p_box--lightgray {
  margin: 0 0 2rem; }
  .sec_infos--payment__codes-how .p_box--lightgray .p_col_1-1 .p_col--inner {
    padding: 0 0 2rem; }

.sec_infos--payment__paymentcode {
  margin: 3rem 0; }

.sec_infos--payment__paypal-cc {
  padding-bottom: 3rem; }

.sec_infos--payment__validated-codes .p_col_1-1.p_col--inner,
.sec_infos--payment__validated-codes .p_col_6-12 .p_col--inner {
  padding: 0; }
.sec_infos--payment__validated-codes .p_col_6-12.p_col_1-1_mobile {
  margin-top: 3rem; }

.sec_infos--payment__kroatiengesetz .p_col_4-12 .p_col--inner {
  padding: 2rem 0 0; }

.sec_infos--payment__kroatiengesetz__attr.p_col_1-1.p_col--inner {
  padding: 0; }
.sec_infos--payment__kroatiengesetz__attr.p_col_1-1 .p_pad-0-24 {
  padding: 0 24rem;
  display: block; }
.sec_infos--payment__kroatiengesetz__attr .p_box--lightgray .p_col_6-12 .p_col--inner {
  padding: 2rem 1rem; }

.sec_infos--payment__methods .p_float-right {
  margin: 0; }
  .sec_infos--payment__methods .p_float-right .p_col--inner {
    padding: 0; }
  .sec_infos--payment__methods .p_float-right img {
    margin-top: 3rem; }

.sec_infos--payment__savingdata .p_col_1-1.p_col--inner {
  padding: 0; }
.sec_infos--payment__savingdata .p_box--lightgray .p_col--inner {
  padding: 1rem; }

@media only screen and (min-width: 750px) {
  .p_paymentcode--account .p_speechbubble--paymentcode {
    margin: 0 1rem 0 20rem; }
    .p_paymentcode--account .p_speechbubble--paymentcode::before, .p_paymentcode--account .p_speechbubble--paymentcode::after {
      right: 30%; }

  .p_paymentcode--country .p_speechbubble--paymentcode {
    margin: 0 20rem 0 1rem; }
    .p_paymentcode--country .p_speechbubble--paymentcode::before, .p_paymentcode--country .p_speechbubble--paymentcode::after {
      left: 20%; }

  .sec_infos--payment__codes-how.p_col_1-1.p_col--inner {
    padding: 2rem; }
  .sec_infos--payment__codes-how .p_box--lightgray .p_col_1-1 .p_col--inner {
    padding: 0 14rem 3rem; }
  .sec_infos--payment__codes-how .p_col_5-12 .p_col--inner,
  .sec_infos--payment__codes-how .p_col_7-12 .p_col--inner {
    padding: 1rem 2rem; }

  .sec_infos--payment__paymentcode {
    margin: 3rem 0 0; }

  .sec_infos--payment__example .p_col_6-12:first-child {
    border-right: 7px solid #f6f5f5;
    padding-right: 2rem; }

  .sec_infos--payment__tamper-proof .p_col--inner,
  .sec_infos--payment__paypal-cc .p_col--inner {
    padding: 2rem 12rem 1rem; }

  .sec_infos--payment__kroatiengesetz .p_col_4-12 .p_col--inner {
    padding: 2rem; }

  .sec_infos--payment__kroatiengesetz__attr.p_col_1-1 {
    padding: 0; }
  .sec_infos--payment__kroatiengesetz__attr .p_box--lightgray {
    margin-bottom: 0; }

  .sec_infos--payment__validated-codes.p_col_1-1.p_col--inner {
    padding: 1rem 2rem; }
  .sec_infos--payment__validated-codes .p_box--lightgray {
    margin-bottom: 0; }
  .sec_infos--payment__validated-codes .p_col_1-1.p_col--inner {
    padding: 0 14rem 3rem; }
  .sec_infos--payment__validated-codes .p_col_6-12 .p_col--inner {
    padding: 1rem 2rem; }
  .sec_infos--payment__validated-codes .p_col_6-12.p_col_1-1_mobile {
    margin-top: 0; }

  .sec_infos--payment__kroatiengesetz__result .p_col--inner {
    padding: 3rem 15rem; }

  .sec_infos--payment__methods .p_col_1-1 > .p_col--inner {
    padding-right: 37rem; }
  .sec_infos--payment__methods .p_float-right img {
    margin-top: 10rem; }

  .sec_infos--payment__savingdata .p_col--inner,
  .sec_infos--payment__savingdata .p_col_1-1.p_col--inner {
    padding: 3rem 2rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:    $CONTACT
 * @type:     page
 * -------------------------------------------------------------------------- *
 */
.kontaktanrede {
  display: block;
  font-size: 2.4rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 1.5rem; }

.kontaktanrede span {
  color: #a9d158; }

.p_header--pressebox,
.p_header--abuseteambox {
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: right;
  margin: 1rem 2rem 0.5rem 0; }

.p_header--abuseteambox {
  margin-top: 2rem; }

.p_header--pressebox::before,
.p_header--abuseteambox::before {
  width: 2rem;
  height: 2.6rem;
  position: relative;
  bottom: -0.4rem;
  display: inline-block;
  content: ' ';
  background: url(../images/infosign.png?v=e9acdd228bdd1873400b059f03af0f9ea4d7e8da468ef0b17847ecddc0292f2a) no-repeat; }

.sec_contact-form {
  position: relative; }
  .sec_contact-form .p_col_7-12 .p_col--inner {
    padding: 1rem 2rem 0; }

.p_header--contactform {
  margin: 0 2rem;
  font-size: 3.6rem;
  line-height: 1em;
  color: #a9d158;
  background-color: #a9d158;
  height: 3rem; }
  .p_header--contactform span {
    background-color: #fff;
    padding: 0 0.6em 0 0; }

.p_header--contactform__subline {
  margin: 0.5rem 2rem 1em; }

.p_form--contact__hint {
  font-size: 80%;
  margin: 0;
  padding: 0; }

.p_form--contact {
  font-style: normal; }
  .p_form--contact label {
    display: block;
    margin: 0.2em 0;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif; }
  .p_form--contact input,
  .p_form--contact textarea {
    border: none;
    background-color: #f2fceb;
    padding: 0.3em 0.6em;
    margin-bottom: 1.5rem;
    width: 100%; }
    .p_form--contact input:focus,
    .p_form--contact textarea:focus {
      border-color: #a9d158;
      outline: #a9d158 auto 2px;
      outline-offset: -2px; }
  .p_form--contact input[type="submit"] {
    display: block;
    margin-top: 2rem;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    background-color: #a9d158;
    color: #fff;
    border-radius: 1.2rem;
    z-index: 1;
    -webkit-appearance: none; }
    .p_form--contact input[type="submit"]:hover {
      background-color: #333b2a; }
  @media only screen and (min-width: 750px) {
    .p_form--contact {
      margin-bottom: 50px; }
      .p_form--contact input[type="submit"] {
        position: absolute;
        width: auto;
        padding: 0.3em 3em; } }

.p_speechbubble {
  position: relative;
  margin: 0;
  padding: 12px 25px;
  background: #a9d158;
  border-radius: 1rem; }
  .p_speechbubble p {
    margin: 0;
    font-size: 1.4rem;
    color: #fff;
    font-style: normal; }
    .p_speechbubble p span {
      font-size: 1.8rem; }
  .p_speechbubble::before, .p_speechbubble::after {
    content: "";
    position: absolute;
    bottom: -30px;
    display: block;
    width: 0;
    border-style: solid; }
  .p_speechbubble::before {
    right: 30px;
    border-width: 0 0 30px 50px;
    border-color: transparent #a9d158; }
  .p_speechbubble::after {
    right: 60px;
    border-width: 0 0 30px 20px;
    border-color: transparent #fff; }

.p_grafic_contact-robot {
  pointer-events: none; }

@media only screen and (min-width: 480px) {
  .p_grafic_contact-robot {
    position: absolute;
    right: 0;
    bottom: 0; }

  .p_speechbubble {
    margin: 21em 0 0;
    width: 100%;
    float: right; } }
@media only screen and (min-width: 750px) {
  .p_speechbubble {
    margin: 12em 0 0;
    padding: 2.143em 1.786em;
    width: 80%; }
    .p_speechbubble::before {
      right: 80px; }
    .p_speechbubble::after {
      right: 110px;
      border-width: 0 0 30px 20px;
      border-color: transparent #fff; } }
@media only screen and (min-width: 850px) {
  .p_speechbubble {
    margin: 8em 0 0;
    width: 60%; } }
@media only screen and (max-width: 479px) {
  .p_grafic_contact-robot {
    max-width: 150%;
    margin-left: -150px; } }
/**
 * --------------------------------------------------------------------------- *
 * @section:     $TRANSPARENCY-REPORT-2013
 * @type:        page
 * --------------------------------------------------------------------------- *
 */
h2#tb_2013 {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 6.4rem;
  text-decoration: none;
  text-align: center;
  margin-top: 50px; }

#tbtabellen h2 {
  font-size: 2.7rem;
  width: 380px;
  display: inline-block;
  background-color: #fff;
  margin: 30px 0px 20px 0px; }

#tbtabellen table {
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10px;
  padding-bottom: 10px; }

#tbtabellen strong {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif; }

#tbtabellen tr {
  width: 100%; }

#tbtabellen th {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  text-align: left;
  padding: 10px 10px 0px 10px; }

#tbtabellen td {
  padding: 0px 10px 0px 10px;
  vertical-align: bottom; }

.tbwertspalte {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  text-align: rleft;
  width: 20px; }

.tbabstandshalter {
  display: block;
  padding-bottom: 10px; }

.tbtabellenlinks {
  width: 380px; }

.tbtabellenrechts {
  width: 500px; }

#tbtabellen h3 {
  font-size: 2.2rem;
  width: 360px;
  text-align: left;
  display: inline-block;
  color: #fff;
  padding: 5px 10px 3px 10px;
  margin: 30px 0px 20px 0px; }

.tbtabellenh3rechts {
  width: 480px !important; }

#tberlaeuterung {
  padding: 10px;
  width: 480px;
  margin-top: 47px; }

#tbfaq h3 {
  font-size: 2rem;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px; }

#tbfaq ol {
  margin-left: 50px;
  margin-bottom: 10px; }

#tbfaq ul {
  margin-left: 50px;
  margin-bottom: 10px; }

#tbfaq li {
  font-style: normal; }

#tbfaq span {
  display: block;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  text-decoration: none;
  text-align: left;
  margin-top: 20px; }

#tbfaqstreifen {
  height: 27px;
  margin-top: 30px;
  margin-bottom: 30px; }

#tbfaqstreifen h2 {
  width: 580px;
  text-align: center;
  display: block;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto; }

#tbfaqstreifen2 {
  height: 27px;
  margin-top: 30px;
  margin-bottom: 30px; }

#tbfaq a {
  font-style: normal; }

#tbfaq a:hover {
  background-color: #f2f2f1; }

.sec_tb2013--intro .p_lesetipp {
  margin: 0; }

.sec_tb2013--requests .p_col_5-12.p_col--inner {
  padding-top: 2rem; }
  .sec_tb2013--requests .p_col_5-12.p_col--inner .p_header-tb--h2 {
    margin: 1rem 0 2.5rem; }

.sec_tb2013--faq-questions {
  border-bottom: 2.7rem solid #a9d158;
  padding-top: 1rem; }
  .sec_tb2013--faq-questions ol {
    margin: 0.5rem 0 2rem;
    padding: 0 0 0 8rem; }

/**
 * --------------------------------------------------------------------------- *
 * @section:     $TRANSPARENCY-REPORT-2014
 * @type:        page
 * --------------------------------------------------------------------------- *
 */
/**
 * @note         für Erklärung von Abkürzungen im englischen Transparenzbericht
 */
html[lang="en"] .tb2014 abbr::after {
  content: " (" attr(title) ") "; }

/**
 * @note          Highlight-Class
 * @usage         all Tags
 */
.p_tb-highlight {
  background: #efefef;
  margin: 15px 0 !important;
  padding: 10px 20px; }

ul.p_tb-highlight {
  padding: 10px 40px; }

.p_li-tb {
  font-size: 1.4rem;
  line-height: 22px;
  margin: 5px 20px 10px; }

.p_mark-left {
  border-left: 10px solid #a9d158;
  font-size: 1.4rem; }

ul.p_mark-left {
  padding-left: 10px;
  list-style-position: inside; }

/**
 * @subsection      no margins for p
 * @description     in blockquote, and for first of type
 */
.tb2014 blockquote,
.tb2014 q,
.p_tb-report blockquote,
.p_tb-report q {
  display: block;
  margin: 5px 0 20px;
  padding: 1em;
  font-style: normal;
  border-left: 5px solid #a9d158;
  background-color: #efefef; }
  @media only screen and (min-width: 480px) {
    .tb2014 blockquote,
    .tb2014 q,
    .p_tb-report blockquote,
    .p_tb-report q {
      padding: 20px 100px 20px 30px; } }
  .tb2014 blockquote::before, .tb2014 blockquote::after,
  .tb2014 q::before,
  .tb2014 q::after,
  .p_tb-report blockquote::before,
  .p_tb-report blockquote::after,
  .p_tb-report q::before,
  .p_tb-report q::after {
    content: ' '; }
  .tb2014 blockquote p,
  .tb2014 q p,
  .p_tb-report blockquote p,
  .p_tb-report q p {
    margin: 0; }
.tb2014 .sec_tb2014--faq .p_showable__container blockquote,
.tb2014 .sec_tb2014--faq .p_showable__container q,
.p_tb-report .sec_tb2014--faq .p_showable__container blockquote,
.p_tb-report .sec_tb2014--faq .p_showable__container q {
  background-color: #fefefe; }
.tb2014 cite,
.p_tb-report cite {
  color: #74992a; }
  .tb2014 cite a:link,
  .tb2014 cite a:visited,
  .p_tb-report cite a:link,
  .p_tb-report cite a:visited {
    color: #74992a; }
  .tb2014 cite a:hover,
  .tb2014 cite a:focus,
  .tb2014 cite a:active,
  .p_tb-report cite a:hover,
  .p_tb-report cite a:focus,
  .p_tb-report cite a:active {
    color: #333b2a;
    background-color: #f2f2f1; }
.tb2014 .sec_tb2014--faq .p_showable__container blockquote,
.tb2014 .sec_tb2014--faq .p_showable__container q,
.p_tb-report .sec_tb2014--faq .p_showable__container blockquote,
.p_tb-report .sec_tb2014--faq .p_showable__container q {
  background: #fefefe none repeat scroll 0 0;
  margin: 5px 0 20px !important; }

.tb2014 h5 + p,
.tb2014 h6 + p,
.tb2014 h5 + .p_tb-img_container p,
.tb2014 h6 + .p_tb-img_container p,
.sec_tb2014--topics h5 + p,
.sec_tb2014--topics h6 + p,
.sec_tb2014--topics h5 + .p_tb-img_container p,
.sec_tb2014--topics h6 + .p_tb-img_container p {
  margin-top: 0; }
.tb2014 p + blockquote,
.sec_tb2014--topics p + blockquote {
  margin-top: -5px; }

.p_btn-tb__download {
  margin: 30px auto;
  text-align: center; }

.p_btn-tb__download h3 a:hover {
  color: #333B2A;
  background-color: #F2F2F1; }

.p_btn-dd:link,
.p_btn-dd:visited {
  display: inline-block;
  margin: 20px 10px 0;
  padding: 0.4em 0.8em;
  border: 1px solid #A9D158;
  border-radius: 2px;
  text-decoration: none;
  color: #A9D158; }

.p_btn-dd:hover,
.p_btn-dd:focus,
.p_btn-dd:active {
  text-decoration: none;
  color: #fff;
  background-color: #A9D158; }

/**
 * --------------------------------------------------------------------------- *
 * @section         $Header
 * --------------------------------------------------------------------------- *
 */
/**
 * @subsection       Zwischenüberschriften im Transparenzbericht 2014 H2
 * @note             soll im TB 2013 #tbfaqstreifen und #tbfaqstreifen2 ersetzen
 */
.p_header-tb--invers {
  font-style: normal;
  font-size: 2.4rem;
  text-align: center;
  height: 27px;
  margin: 40px 0 20px 0; }

.p_header-tb--invers.gruen {
  background-color: #a9d158; }

/**
 * @subsection       Zwischenüberschriften
 * @note             innerer Block
 */
.p_header-tb--invers span {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 20px; }

/**
 * --------------------------------------------------------------------------- *
 * @section         $Show and Hide Containers as in FAQs
 * --------------------------------------------------------------------------- *
 */
/**
 * @subsection       Untergeordnete Überschrift in den FAQs des TB2014 (H3 - H4)
 * @note             überschreibt die mittels #tbfaq definierten Styles der FAQs der FAQ-Seite
 */
#tbfaq.tb2014 h3 {
  color: #a9d158;
  font-size: 2.2rem;
  margin: 30px 0px 10px -20px;
  border-bottom: 2px solid #a9d158; }

#tbfaq.tb2014 h4 {
  font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 18px;
  margin-top: 10px;
  text-decoration: underline;
  display: block; }

#tbfaq.tb2014 h4.p_js-show,
.p_header-tb--h3.p_js-show {
  text-decoration: none; }

.sec_tb2014--faq .p_showable__header {
  font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
  font-weight: normal;
  font-size: 1.7rem;
  margin: 3rem 0 0.5em; }
  @media only screen and (min-width: 750px) {
    .sec_tb2014--faq .p_showable__header {
      font-size: 1.5rem;
      line-height: 1.5em;
      margin-top: 0.6rem;
      text-decoration: underline; } }

/**
 * @subsection       aufgeklappter Container
 * @note
 */
.sec_tb2014--faq .p_showable__container {
  border-top: 2px solid #a9d158;
  border-bottom: 2px solid #a9d158;
  padding: 0.5em 0; }
  @media only screen and (min-width: 750px) {
    .sec_tb2014--faq .p_showable__container {
      background: #efefef none repeat scroll 0 0;
      border-top: none;
      padding: 15px 12px;
      margin: 6px 0 20px; } }

/**
 * @note             Abstand unten überschreiben, wenn gesetzt
 */
.sec_tb2014--faq .p_showable__container .bottom20 {
  margin-bottom: 0; }

.sec_tb2014--faq .p_showable__container p:first-child {
  margin-top: 0; }

.sec_tb2014--faq .p_showable__container p:last-child {
  margin-bottom: 0; }

/**
 * @note            Accordion specific classes
 */
.transparency-report-accordion article {
  cursor: pointer; }
  .transparency-report-accordion article.p_col--inner {
    padding-top: 0;
    padding-bottom: 0; }
  .transparency-report-accordion article span.category,
  .transparency-report-accordion article span.title {
    display: inline; }
  .transparency-report-accordion article span.category {
    vertical-align: middle;
    padding: .3rem 1rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-right: 1rem;
    margin-top: -.2rem;
    color: #fff; }
    .transparency-report-accordion article span.category.topic {
      background-color: #a9d158; }
    .transparency-report-accordion article span.category.update {
      background-color: #e68245; }
  .transparency-report-accordion article span.title {
    text-decoration: underline; }

.transparency-report-accordion hr {
  margin: 3rem 0;
  height: 5px;
  background-color: #a9d158;
  color: transparent;
  border: none; }

/**
 * @subsection       Teaser and more-link for TB2014
 * @note
 */
.p_tb-teaser {
  font-family: 'DroidSansRegular', trebuchet ms, tahoma, sans-serif;
  font-style: normal;
  color: #666;
  font-size: 1.4rem;
  display: block;
  line-height: 1.5em;
  margin: 10px 0; }

.p_tb-img-text {
  display: block;
  margin: 0 0 1em; }

.p_tb-teaser .p_tb-teaser__more {
  color: #77963B;
  text-decoration: underline; }

.p_tb-teaser:hover .p_tb-teaser__more,
.p_tb-teaser .p_tb-teaser__more:hover {
  color: #333b2a;
  background-color: #f2f2f1; }

#tbfaq.tb2014 h4.p_js-show::before,
.sec_tb2014--faq .p_showable__header::before {
  content: "";
  display: block;
  height: 140px;
  margin-top: -140px;
  visibility: hidden; }

.p_js-show--parent::before {
  content: "";
  display: block;
  height: 140px;
  margin-top: -140px;
  visibility: hidden; }

/**
 * @subsection      Icons for Up and Down Arrows for Show and Hide Containers
 */
.show-hide-container {
  position: relative; }

i.fa-angle-down,
i.fa-angle-up {
  display: inline-block;
  margin: 0 0 -0.4rem 0.5rem;
  padding: 0.4rem;
  border-radius: 4px;
  width: 2rem;
  height: 2rem;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: 1.4rem; }

i.fa-angle-down {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYW5nbGUtZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzQgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6I0E5RDE1ODt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQgMi45YzAgLjMtLjEuNi0uMy44bC0xNS45IDE2Yy0uMi4yLS41LjMtLjguM3MtLjYtLjEtLjgtLjNMLjMgMy42Yy0uMi0uMi0uMy0uNC0uMy0uN3MuMS0uNi4zLS44TDIgLjNjLjMtLjIuNS0uMy44LS4zcy42LjEuOC4zTDE3IDEzLjggMzAuNC4zYy4yLS4yLjUtLjMuOC0uM3MuNi4xLjguM0wzMy43IDJjLjIuMy4zLjYuMy45eiIvPjwvc3ZnPg=="); }

i.fa-angle-up,
i.fa-angle-down.fa-angle-up {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYW5nbGVfdXAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDM0IDIwIj48c3R5bGU+LnN0MHtmaWxsOiNBOUQxNTg7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMzLjcgMTcuOUwzMiAxOS43Yy0uMi4yLS41LjMtLjguM3MtLjYtLjEtLjgtLjNMMTcgNi4yIDMuNiAxOS43Yy0uMi4yLS41LjMtLjguM3MtLjUtLjEtLjgtLjNMLjMgMThjLS4yLS4zLS4zLS42LS4zLS45IDAtLjMuMS0uNi4zLS44TDE2LjIuM2MuMi0uMi41LS4zLjgtLjMuMyAwIC42LjEuOC4zbDE1LjkgMTZjLjIuMi4zLjUuMy44cy0uMS42LS4zLjh6Ii8+PC9zdmc+"); }

i.fa-angle-down:hover {
  background-color: #efefef;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYW5nbGUtZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzQgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6I2ZmZmZmZjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQgMi45YzAgLjMtLjEuNi0uMy44bC0xNS45IDE2Yy0uMi4yLS41LjMtLjguM3MtLjYtLjEtLjgtLjNMLjMgMy42Yy0uMi0uMi0uMy0uNC0uMy0uN3MuMS0uNi4zLS44TDIgLjNjLjMtLjIuNS0uMy44LS4zcy42LjEuOC4zTDE3IDEzLjggMzAuNC4zYy4yLS4yLjUtLjMuOC0uM3MuNi4xLjguM0wzMy43IDJjLjIuMy4zLjYuMy45eiIvPjwvc3ZnPg=="); }

i.fa-angle-up:hover {
  background-color: #efefef;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYW5nbGVfdXAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDM0IDIwIj48c3R5bGU+LnN0MHtmaWxsOiNmZmZmZmY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMzLjcgMTcuOUwzMiAxOS43Yy0uMi4yLS41LjMtLjguM3MtLjYtLjEtLjgtLjNMMTcgNi4yIDMuNiAxOS43Yy0uMi4yLS41LjMtLjguM3MtLjUtLjEtLjgtLjNMLjMgMThjLS4yLS4zLS4zLS42LS4zLS45IDAtLjMuMS0uNi4zLS44TDE2LjIuM2MuMi0uMi41LS4zLjgtLjMuMyAwIC42LjEuOC4zbDE1LjkgMTZjLjIuMi4zLjUuMy44cy0uMS42LS4zLjh6Ii8+PC9zdmc+"); }

/**
 * --------------------------------------------------------------------------- *
 * @section         $Image Styles TB2014
 * @usage           combine this way: class="p_tb-img p_tb-img--half p_tb-img--float-right"
 * --------------------------------------------------------------------------- *
 */
.p_tb-img {
  border: 3px solid #efefef;
  box-sizing: border-box; }

.p_tb-img--half {
  width: 44%; }

.p_tb-img--third {
  width: 36%; }

.p_tb-img--float-left {
  float: left;
  margin: 14px 25px 10px 0px; }

.p_tb-img--float-right {
  float: right;
  margin: 14px 0px 10px 25px; }

.p_tb-img_container .p_tb-img--float-left + .p_tb-highlight {
  margin-left: 46% !important;
  /* for img width: 44% */ }

.p_gallery--horizontal {
  list-style: none;
  margin: 0;
  padding: 0; }
  .p_gallery--horizontal li {
    border: 3px solid #ddd;
    margin: 1rem 0;
    padding: 0; }

@media only screen and (max-width: 749px) {
  .p_gallery--horizontal a:link {
    cursor: default; } }
@media only screen and (min-width: 750px) {
  .p_gallery--horizontal {
    overflow: hidden;
    margin: 0 0 30px 60%;
    height: calc(1.2*26vw + 12px); }

  .p_gallery--horizontal li:first-child {
    position: absolute;
    left: 0px;
    width: 60%;
    height: calc(1.2*26vw + 12px); }

  .p_gallery--horizontal li {
    margin: 0;
    overflow: hidden; }

  .p_gallery--horizontal li:nth-child(n+2) {
    float: left;
    margin: 0 0 6px 6px;
    position: relative;
    width: calc(0.4*26vw);
    height: calc(0.4*26vw); }

  .p_gallery--horizontal li:nth-child(3n+5) {
    clear: left; }

  .p_gallery--horizontal li:hover,
  .p_gallery--horizontal li:focus {
    border-color: #a9d158; }

  .p_gallery--horizontal li img {
    position: absolute;
    height: auto; }

  .p_gallery--horizontal li img:first-child {
    clip: rect(0px, 580px, 350px, 0px);
    width: 570px; }

  .p_gallery--horizontal li:nth-child(n+2) img {
    clip: rect(0px, 112px, 112px, 0px);
    width: 150px; }

  .p_gallery--horizontal a {
    display: block;
    line-height: 0; } }
@media only screen and (min-width: 1200px) {
  .p_gallery--horizontal {
    margin: 0 0 30px 540px;
    height: 357px; }

  .p_gallery--horizontal li:first-child {
    width: 540px;
    height: 357px; }

  .p_gallery--horizontal li:nth-child(n+2) {
    width: 115px;
    height: 115px; } }
.seitennavigation p {
  display: inline;
  font-weight: 600; }

.seitennavigation ul {
  margin-top: 0px;
  margin-bottom: 10px; }

.sec_tb2014--topics article.p_col_1-1.p_col--inner {
  padding: 0 2rem; }

.sec_tb2014--requests .p_col_1-1.p_col--inner {
  padding-bottom: 0; }

.sec_tb2014--faq {
  padding: 0 2rem; }

@media only screen and (min-width: 1200px) {
  .sec_tb2014--faq {
    padding: 0; }

  .p_tbfaq-container__inner {
    padding: 0 2rem 1rem; } }
.sec_tb--tkginfo button {
  display: none; }
.sec_tb--tkginfo.p-js_infopopup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 9999; }
  @media only screen and (min-width: 640px) {
    .sec_tb--tkginfo.p-js_infopopup {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100vw;
      height: 100vh; } }
  .sec_tb--tkginfo.p-js_infopopup .p_box--lightgray {
    margin: 1em;
    width: auto; }
    @media only screen and (min-width: 640px) {
      .sec_tb--tkginfo.p-js_infopopup .p_box--lightgray {
        margin: 0;
        width: 60%; } }
  .sec_tb--tkginfo.p-js_infopopup button {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    background-color: #a9d158;
    color: #fff;
    border-radius: 1.2rem;
    -webkit-appearance: none;
    border: none;
    padding: 0.3em 0.6em; }
    .sec_tb--tkginfo.p-js_infopopup button:hover {
      background-color: #333b2a; }

/**
 * -------------------------------------------------------------------------- *
 * @section:     $JOBS
 * @type:        page
 * -------------------------------------------------------------------------- *
 */
@media only screen and (min-width: 750px) {
  .p_quote--jobs {
    width: 90%;
    margin: 20px 10% 10px 0; } }
.posteo_jobs .p_intro__image {
  padding: 0 4rem; }

.jobueberschrift {
  display: block;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 20px; }

.jobtitle {
  display: block;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 26px;
  font-style: normal;
  letter-spacing: -1px;
  margin-bottom: 20px; }

.jobdescription {
  padding: 2rem 4%;
  margin-left: -4%;
  margin-bottom: 2rem; }
  .jobdescription ul {
    margin-bottom: 2rem; }

/**
 * -------------------------------------------------------------------------- *
 * @section:     $IMPRESSUM, $AGB, $PRIVACY-POLICY
 * @type:        pages
 * -------------------------------------------------------------------------- *
 */
/**
 * -------------------------------------------------------------------------- *
 * @section      $IMPRESSUM
 * @type:        page
 * -------------------------------------------------------------------------- *
 */
@media only screen and (min-width: 750px) {
  .sec_legal-notice .p_col_3-12 .p_col--inner {
    padding: 4rem 2rem 0; }
  .sec_legal-notice .p_col_9-12 .p_col--inner {
    padding: 0 2rem; } }
.sec_legal-notice__design {
  margin-top: 4rem; }

/**
 * -------------------------------------------------------------------------- *
 * @section:     $AGB+DATENSCHUTZ
 * @type:      page
 * -------------------------------------------------------------------------- *
 */
@media only screen and (min-width: 750px) {
  .sec_agb > .p_col_1-1 > .p_col--inner {
    padding: 0 8rem 3rem 8rem; }

  .sec_agb__conditions .p_imagewrap {
    padding: 1rem 0 0 5rem; }

  .sec_agb__fees .p_imagewrap,
  .sec_agb__misuse .p_imagewrap,
  .sec_agb__termination .p_imagewrap {
    padding: 3rem 0 0 3rem; }

  .sec_privacy-policy > .p_col_1-1 > .p_col--inner {
    padding: 0 8rem 3rem 8rem; }
  .sec_privacy-policy .p_imagewrap {
    padding: 0 4rem; }

  .sec_privacy-policy__cookies .p_imagewrap {
    padding: 2rem 5rem; }

  .sec_widerruf .p_col--inner {
    padding: 3rem 10rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:      $JS-LICENSES
 * @type:         page
 * -------------------------------------------------------------------------- *
 */
.p_pages--jslicense .sec_js-license .p_col--inner {
  margin: 0 0 4rem;
  padding: 0 1rem; }
.p_pages--jslicense .sec_js-license h3 {
  margin: 2rem 0; }
.p_pages--jslicense .p_table--jslicense {
  width: 100%;
  font-size: 1.1rem; }
  .p_pages--jslicense .p_table--jslicense tr:nth-child(even) {
    background-color: #eee; }
  .p_pages--jslicense .p_table--jslicense th {
    padding: 0.4rem 0.5em;
    font-size: 1.4rem;
    text-align: left;
    color: #fff;
    background-color: #333b2a; }
  .p_pages--jslicense .p_table--jslicense td {
    padding: 0.4rem 0.5em;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto; }
  .p_pages--jslicense .p_table--jslicense td:nth-child(odd) {
    width: 36%; }

@media only screen and (min-width: 960px) {
  .sec_js-license .p_col_1-1.p_col--inner {
    padding: 0; } }
/**
 * -------------------------------------------------------------------------- *
 * @subsection:   $POSTEO-LAB
 * @type:         page
 * -------------------------------------------------------------------------- *
 */
.lab_entdecken h3 {
  margin-bottom: 8px;
  padding-right: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center; }

.listhead {
  margin-bottom: 5px;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-style: normal;
  letter-spacing: -1px; }

.h3_bezahlung {
  margin: 15px 0;
  padding: 18px 15px 0 0;
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: -1px;
  text-decoration: none;
  text-align: center; }

.p_lab--events__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .p_lab--events__list h4 {
    display: block;
    font-size: 1.7rem;
    margin: 0 0 4px; }
  .p_lab--events__list li {
    padding: 1.5em 1em; }
    .p_lab--events__list li:nth-child(2n+1) {
      background: #f8f6f4; }
    .p_lab--events__list li:nth-child(2n+1) p a:hover {
      background-color: #fff; }
  .p_lab--events__list li:before,
  .p_lab--events__list li:after {
    content: " ";
    display: table; }
  .p_lab--events__list li:after {
    clear: both; }
  .p_lab--events__list .timebatch {
    margin: 0 auto 1rem;
    padding: 6px;
    font-size: 1.6rem;
    color: #fff;
    border: 1px solid #bfd963;
    background-color: #bfd963;
    border-radius: 10px;
    text-align: center;
    width: 66px; }
  .p_lab--events__list .titleinfo,
  .p_lab--events__list .description {
    padding: 1rem 0 1rem 1.5rem; }
  .p_lab--events__list .date,
  .p_lab--events__list .time {
    display: inline-block;
    line-height: 26px;
    vertical-align: middle; }
  .p_lab--events__list .time {
    border-top: 1px solid #fff; }
  .p_lab--events__list .event-past {
    opacity: 0.8; }
  .p_lab--events__list .event-past .timebatch {
    border: 1px solid #dfe9b5;
    background-color: #dfe9b5; }
  .p_lab--events__list .entryfee,
  .p_lab--events__list .organizer {
    display: inline;
    margin-right: 5px; }
  .p_lab--events__list .specialinfo {
    display: block;
    margin-top: 5px; }
  .p_lab--events__list .eventover {
    display: block;
    margin-top: 5px; }

@media only screen and (max-width: 639px) {
  .p_lab--events__list li {
    text-align: center; }
  .p_lab--events__list .titleinfo,
  .p_lab--events__list .description {
    width: 100%;
    padding: 1rem 0; } }
@media only screen and (min-width: 640px) {
  .p_lab--events__list .timebatch {
    float: left;
    margin: 1rem; }
  .p_lab--events__list .titleinfo {
    width: calc(100% - 66px); }
  .p_lab--events__list .description {
    width: 100%; } }
@media only screen and (max-width: 749px) {
  .p_lab--events__images-left,
  .p_lab--events__images-right,
  .p_lab--training__images-left,
  .p_lab--training__images-right {
    text-align: center; }
    .p_lab--events__images-left.p_col--inner,
    .p_lab--events__images-right.p_col--inner,
    .p_lab--training__images-left.p_col--inner,
    .p_lab--training__images-right.p_col--inner {
      padding: 0; } }
@media only screen and (min-width: 750px) {
  .p_lab--events__list li p {
    font-size: 1.3rem;
    line-height: 1.5em; }
  .p_lab--events__list .timebatch,
  .p_lab--events__list .titleinfo,
  .p_lab--events__list .description {
    float: left;
    min-height: 1px; }
  .p_lab--events__list .timebatch {
    margin: 1rem 0 0; }
  .p_lab--events__list .titleinfo {
    width: calc(40% - 66px); }
  .p_lab--events__list .description {
    width: 60%; }

  .p_lab--overview__text {
    padding: 0 20rem 2rem; }

  .p_lab--events__intro {
    padding: 2rem 20rem; }

  .sec_lab--training__intro .p_col_1-1 .p_col--inner {
    padding: 1rem 16rem 3rem; }

  .p_lab--training__details--left {
    padding: 0 2rem 2rem 10rem; }

  .p_lab--training__details--right {
    padding: 0 8rem 2rem 0; }

  .p_lab--events__images-left,
  .p_lab--events__images-right {
    padding: 0 2px; }

  .p_lab--training__images-left,
  .p_lab--training__images-right {
    padding: 0 2px 2rem; }

  .p_lab--events__images-left,
  .p_lab--training__images-left {
    text-align: right; }

  .p_lab--discover__images {
    padding: 0; }
    .p_lab--discover__images .p_lab--discover__image-left,
    .p_lab--discover__images .p_lab--discover__image-right {
      width: 36.5%; }
    .p_lab--discover__images .p_lab--discover__image-middle {
      width: 27%; }

  .p_lab--discover__intro .p_col--inner {
    padding: 3rem 32rem; }

  .p_lab--discover__text .p_col_6-12 .p_col--inner {
    padding: 4rem 5rem; }

  .sec_lab--events .p_header--h3-greenbottom {
    margin: 3rem 10% 0; } }
@media only screen and (min-width: 960px) {
  .p_lab--discover__images {
    text-align: center;
    padding: 0 2rem; }
    .p_lab--discover__images [class*='p_col_'] {
      width: auto !important;
      margin: 0 2px; }
    .p_lab--discover__images:last-child {
      margin-bottom: 3rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:     $FORGOT-PASSWORD
 * @type:        page
 * -------------------------------------------------------------------------- *
 */
.p_form--forgotpassword {
  margin: 3rem 0;
  padding: 2rem;
  background-color: #f5f7f1; }
  .p_form--forgotpassword input {
    border: none;
    width: 100%;
    padding: 0.3rem 0.5rem; }
  .p_form--forgotpassword label {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    display: inline-block;
    width: 100%; }
  .p_form--forgotpassword input[type=text] {
    background-color: #fff;
    border: 1px solid #e3e1e0; }
    .p_form--forgotpassword input[type=text]:focus {
      border-color: #a9d158;
      outline: #a9d158 auto 2px;
      outline-offset: -2px; }
  .p_form--forgotpassword .error {
    color: red; }

.p_form--forgotpassword__submit {
  margin-top: 2rem; }
  .p_form--forgotpassword__submit input[type=submit] {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    color: #fff;
    -webkit-appearance: none;
    width: 100%; }
    .p_form--forgotpassword__submit input[type=submit]:hover {
      background-color: #333b2a; }

@media only screen and (min-width: 480px) {
  .p_form--forgotpassword {
    background-color: #fff;
    padding: 0; }
    .p_form--forgotpassword input[type=text] {
      background-color: #f6f5f5;
      border: none; } }
@media only screen and (min-width: 750px) {
  .p_form--forgotpassword {
    font-size: 1.5rem; }
    .p_form--forgotpassword label {
      width: 39%; }
    .p_form--forgotpassword input {
      width: 60%; }

  .p_form--forgotpassword__submit {
    text-align: right; }
    .p_form--forgotpassword__submit input[type=submit] {
      width: 60%;
      padding: 0.2rem; } }
@media only screen and (min-width: 960px) {
  .p_form--forgotpassword {
    margin: 3rem 5rem 3rem 2rem; } }
/**
 * -------------------------------------------------------------------------- *
 * @section:     $LOGOS-WHO-WE-SUPPORT
 * @type:        page
 * -------------------------------------------------------------------------- *
 */
.p_support-logos {
  margin: 0 3rem 3rem; }
  .p_support-logos img {
    margin: 2rem auto;
    display: block; }

@media only screen and (min-width: 750px) {
  .sec_support-tranparency {
    padding: 1rem 0; }
    .sec_support-tranparency .p_col_7-12 .p_col--inner {
      padding: 5rem 4rem; } }
.cancellation {
  margin: auto;
  padding: 1em; }
  .cancellation .p_fieldset {
    padding: 1.5rem 1.5rem;
    margin: 2.5rem 0;
    border: 1px solid white;
    border-radius: 1em;
    box-shadow: 0 0 1rem 0.1rem rgba(65, 77, 51, 0.2); }
    .cancellation .p_fieldset .fieldset-title,
    .cancellation .p_fieldset legend {
      margin: 0.6em 0 0.4em 0;
      width: 100%;
      font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
      font-weight: normal;
      font-size: 2rem;
      letter-spacing: 0;
      color: #8fb14a; }
    .cancellation .p_fieldset legend {
      float: left; }
    .cancellation .p_fieldset#remaining_balance_options p#remaining_balance_desc {
      display: inherit; }
    .cancellation .p_fieldset#remaining_balance_options:disabled p#remaining_balance_desc {
      display: none; }
    .cancellation .p_fieldset:disabled .p_hint,
    .cancellation .p_fieldset:disabled .p_hint-box,
    .cancellation .p_fieldset:disabled .p_input-desc {
      opacity: 0.3; }
    .cancellation .p_fieldset:disabled .p_input {
      opacity: 0.3; }
      .cancellation .p_fieldset:disabled .p_input input + label {
        cursor: default; }
  .cancellation .p_highlight {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal; }
  .cancellation .p_login-form__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 2em 0 1em 0;
    padding: 0 1.1em;
    height: 3em;
    border: 1px solid #a9d158;
    border-radius: 0.5em; }
    .cancellation .p_login-form__group label {
      position: absolute;
      top: -1em;
      left: 1.3em;
      background-color: white;
      color: #8fb14a;
      font-size: 1.2rem;
      padding: 0 0.5em; }
    .cancellation .p_login-form__group input {
      width: 100%;
      margin-bottom: 0;
      font-size: 1.6rem;
      border: 0 none white;
      outline: none; }
      .cancellation .p_login-form__group input::placeholder {
        color: #cccecc; }
    .cancellation .p_login-form__group.p_login_error {
      border: 0.2em solid #cc0000; }
      .cancellation .p_login-form__group.p_login_error label,
      .cancellation .p_login-form__group.p_login_error input {
        color: #cc0000; }
  .cancellation .p_hint {
    font-size: 1.2rem; }
  .cancellation .p_hint-box {
    padding: 1.3rem;
    background-color: #fafbff;
    color: #284d9d;
    border: 1px solid #7192da;
    border-radius: 1.2rem; }
    .cancellation .p_hint-box p:last-child {
      margin-bottom: 0; }
  .cancellation .p_hint-box-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #284d9d;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal; }
    .cancellation .p_hint-box-title::before {
      content: url("/images/svg-icons/fa-solid-circle-info_blue-hint.svg");
      width: 2rem;
      height: 2rem;
      margin-right: 1em; }
  .cancellation .p_input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .cancellation .p_input.input_remaining_balance_options:first-of-type {
      -webkit-box-align: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start; }
      .cancellation .p_input.input_remaining_balance_options:first-of-type input[type=radio] {
        margin-top: 0.4rem; }
    .cancellation .p_input input {
      accent-color: #333b2a; }
      .cancellation .p_input input:checked + label {
        font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
        font-weight: normal; }
      .cancellation .p_input input:disabled + label {
        opacity: 0.3;
        cursor: default; }
    .cancellation .p_input label {
      margin-left: 1em;
      margin-top: 0.2rem; }
    .cancellation .p_input textarea {
      margin-top: 1em;
      padding: 1em;
      width: 100%;
      height: 7em;
      font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
      font-weight: normal;
      font-size: inherit;
      border: 1px solid #e4e4e4;
      border-radius: 0.5rem;
      resize: vertical; }
      .cancellation .p_input textarea::placeholder {
        color: #cccecc; }
      .cancellation .p_input textarea:disabled {
        opacity: 0.3; }
  .cancellation #formfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .cancellation #formfooter input {
      font-size: 1.6rem;
      font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
      font-weight: normal;
      border: 1px solid #a9d158;
      background-color: #a9d158;
      color: white;
      padding: 1.4rem;
      border-radius: 0.5rem;
      width: 100%; }
      .cancellation #formfooter input:disabled {
        background-color: #ddf0b6;
        border-color: #ddf0b6;
        cursor: default; }
  .cancellation #cancellation-result,
  .cancellation .cancellation-download,
  .cancellation .cancellation-error {
    font-size: 1.2rem;
    margin-top: 1.4rem;
    margin-bottom: 0; }
  .cancellation a.cancellation-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal;
    margin-top: 0.3rem;
    cursor: pointer; }
    .cancellation a.cancellation-download::after {
      content: url("/images/svg-icons/fa-solid-download.svg");
      width: 1.2rem;
      height: 1.2rem;
      margin-left: 0.5em; }
  .cancellation .cancellation-error {
    color: #cc0000; }

@media only screen and (min-width: 480px) {
  .cancellation {
    margin: 0 auto;
    max-width: 58rem; }
    .cancellation .p_fieldset {
      padding: 2.5rem 3.5rem; }
      .cancellation .p_fieldset .fieldset-title,
      .cancellation .p_fieldset legend {
        font-size: 2.4rem; } }
.posteo_support_us h1,
.posteo_support_us h3 {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 4rem;
  letter-spacing: 0.1rem;
  color: #8fb14a;
  text-transform: none; }
.posteo_support_us h4 {
  margin: 0 0 1rem;
  font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.3;
  color: #8fb14a; }
.posteo_support_us .p_intro {
  padding: 2rem 0; }
  .posteo_support_us .p_intro h1 {
    margin: 0 0 1rem; }
.posteo_support_us .p_intro__quote blockquote {
  font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.4;
  font-style: normal;
  color: #8fb14a; }
.posteo_support_us .p_button--green {
  border: 2px solid #a9d158;
  background-color: #a9d158;
  color: #fff;
  text-decoration: none;
  border-radius: 0.4rem;
  padding: 0.5rem 3rem;
  margin: 2rem 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .posteo_support_us .p_button--green:hover {
    border: 2px solid #595757;
    background-color: #595757; }
  .posteo_support_us .p_button--green.p_button--icon {
    padding: 0.5rem 5rem 0.5rem 3rem;
    background-repeat: no-repeat;
    background-position: right 2rem center;
    background-size: 1.8rem; }
    .posteo_support_us .p_button--green.p_button--icon.fa-arrow-right-long {
      background-image: url(../images/svg-icons/fa-arrow-right-long_white.svg?v=7cab7a543b9abc396814c13fabafa3002584e7309c2bd0fbeba9a957b7bf4281); }
    .posteo_support_us .p_button--green.p_button--icon.fa-cart-shopping {
      background-image: url(../images/svg-icons/fa-cart-shopping_white.svg?v=1bf90a9074f5726a07792700421a3fd30b35b7be7187975354dbe0ef3098089a); }
.posteo_support_us fieldset {
  border: none;
  margin: 0;
  padding: 0; }
.posteo_support_us legend {
  visibility: hidden; }

.p_prizing {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300; }

.p_signatures {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  line-height: 1.3; }
  .p_signatures li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #a9d158;
    padding: 0.8em 0; }
    .p_signatures li:last-child {
      border-bottom: 1px solid #a9d158; }

.p_text-small {
  font-size: 1.3rem; }

input[type="radio"] {
  accent-color: #595757; }

.p_form-group--inline {
  display: inline-block;
  margin-right: 1.5rem; }
  .p_form-group--inline.p_form-group--radio label {
    margin-left: 0.8rem; }

.p_form-group--select {
  margin: 1rem 0; }
  .p_form-group--select.p_label--offset {
    position: relative; }
    .p_form-group--select.p_label--offset label {
      position: absolute;
      top: -0.6rem;
      left: 0.5em;
      background-color: #fff;
      font-size: 1rem;
      line-height: 1;
      padding: 0.2rem; }
    .p_form-group--select.p_label--offset select {
      border-radius: 0.5rem;
      padding: 0.6rem;
      background-color: #fff;
      border: 1px solid #8a8b88; }

.sec_recommendation article {
  margin: 0; }

@media only screen and (min-width: 750px) {
  .posteo_support_us {
    font-size: 1.6rem; }
    .posteo_support_us h1,
    .posteo_support_us h3 {
      font-size: 6.3rem;
      letter-spacing: 0.1rem;
      text-transform: none; }
    .posteo_support_us h4 {
      margin: 0 0 1rem;
      width: 65%;
      font-size: 2.4rem;
      line-height: 1.3; }
    .posteo_support_us article {
      margin: 0 0 5rem; }

  .p_intro__quote {
    width: 63%; }
    .p_intro__quote blockquote {
      font-size: 2.2rem; }

  .p_intro__right {
    width: 35%; }

  .sec_financial-support .p_col--inner.p_col--text-right {
    padding: 3rem 4rem 3rem 5rem; }
  .sec_financial-support .p_col--inner.p_col--text-left {
    padding: 3rem 5rem 3rem 4rem; }
  .sec_financial-support .p_col--inner.p_col--image {
    padding: 7rem 4rem 3rem 0; }

  .sec_social-media .p_col--inner.p_col--text-right {
    padding: 3rem 4rem 3rem 0rem; }
  .sec_social-media .p_col--inner.p_col--image {
    padding: 8rem 3rem 3rem 2rem; }

  .sec_recommendation .p_col--inner:first-of-type {
    padding: 3rem 0.5rem 3rem 2rem; }

  .p_signatures {
    margin: 0 2rem;
    padding: 0 1em; }
    .p_signatures li {
      margin: 4rem 0;
      padding: 0;
      border: none; }
      .p_signatures li:last-child {
        border: none; } }
@media only screen and (max-width: 749px) {
  .p_intro__image img,
  .sec_financial-support article img {
    margin-top: 2rem;
    max-width: 350px; }

  .sec_financial-support article:first-of-type img,
  .sec_social-media img {
    margin-top: 2rem;
    max-width: 400px; }

  .sec_recommendation article,
  #posteo-flyers,
  #posteo-bags,
  .sec_financial-support article:last-of-type {
    display: flex;
    flex-direction: column-reverse; } }

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