@charset "UTF-8";
/**
 * Styles for posteo.de
 * 
 * mainstylesheet: 'p_styles_website.scss' 
 * 
 * @project:        posteo.de
 * @version:        4.0.2
 * @author:         Posteo.de - Patrik Löhr, Kai Laborenz, Andrea Ertel
 * @created:		29.02.2016 - version 3.0.0 - new sass structure
 * @last-changed:   04.01.2017 - ae - transparency 2016 fix

 *
 */
/**
 * --------------------------------------------------------------------------- *
 * @section:      	$FONT
 * @description:	Base Font Face used on posteo.de          
 * --------------------------------------------------------------------------- *
 */
@font-face {
  font-family: 'DroidSansRegular';
  src: url("../fonts/DroidSans-webfont.eot");
  src: url("../fonts/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-webfont.woff") format("woff"), url("../fonts/DroidSans-webfont.ttf") format("truetype"), url("../fonts/DroidSans-webfont.svg#DroidSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DroidSansBold';
  src: url("../fonts/DroidSans-Bold-webfont.eot");
  src: url("../fonts/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-Bold-webfont.woff") format("woff"), url("../fonts/DroidSans-Bold-webfont.ttf") format("truetype"), url("../fonts/DroidSans-Bold-webfont.svg#DroidSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DroidSerifItalic';
  src: url("../fonts/DroidSerif-Italic-webfont.eot");
  src: url("../fonts/DroidSerif-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Italic-webfont.woff") format("woff"), url("../fonts/DroidSerif-Italic-webfont.ttf") format("truetype"), url("../fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DroidSerifBold';
  src: url("../fonts/DroidSerif-Bold-webfont.eot");
  src: url("../fonts/DroidSerif-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Bold-webfont.woff") format("woff"), url("../fonts/DroidSerif-Bold-webfont.ttf") format("truetype"), url("../fonts/DroidSerif-Bold-webfont.svg#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: #f2f2f1; }

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

fig-caption {
  display: block; }

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

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

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

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

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

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

.p_overflow--hidden {
  overflow: hidden; }

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

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

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

.p_invisible {
  visibility: hidden; }

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

.p_clearfix::after {
  clear: both; }

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

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

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

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

.p_hidden-on-big-screen {
  display: none !important;
  visibility: hidden; }

/**
 * --------------------------------------------------------------------------- *
 * @section     		$HIDE-AND-SHOW QUERIES
 * --------------------------------------------------------------------------- *
 */
@media only screen and (max-width: 749px) {
  .p_hidden-on-small-screen {
    display: none !important;
    visibility: hidden; }
  .p_hidden-on-big-screen {
    display: block !important;
    visibility: visible; }
  .p_visuallyhidden-on-small-screen,
  .p_hide-on-small-screen {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 750px) {
  .p_hide-on-big-screen {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: inline !important; } }

:target::before {
  content: "";
  display: block;
  height: 250px;
  margin-top: -250px;
  visibility: hidden; }

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

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

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

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

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

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.block {
  display: inline-block; }

.inline {
  display: inline; }

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

.textcenter {
  text-align: center; }

.textleft {
  text-align: left; }

.textright {
  text-align: right; }

.mitte {
  margin: 0 auto; }

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

/**
 * -------------------------------------------------------------------------- *
 * @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 {
  height: 70px;
  background-color: #a9d158;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .p_header {
      height: 135px;
      border-bottom: 65px solid #f5f7f1; } }

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

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

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

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

@media only screen and (min-width: 750px) {
  .p_header__inner {
    padding: 0 2rem; }
  .p_toplogo {
    width: 220px;
    height: 55px; }
  .p_toplogo img {
    margin-top: 1.5rem;
    width: 220px;
    height: 55px; } }

@media only screen and (min-width: 750px) {
  .posteo_users_new .p_header,
  .posteo_users_create .p_header,
  .posteo_user_sessions_new .p_header,
  .posteo_postmaster .p_header,
  .posteo_widerrufsbelehrung .p_header,
  .posteo_forgot_password .p_header,
  .posteo_users_forgot_password .p_header,
  .p_pages--jslicense .p_header {
    height: 70px;
    border-bottom: none; }
  .posteo_users_new.is-scrolled .p_header,
  .posteo_users_create.is-scrolled .p_header,
  .posteo_user_sessions_new.is-scrolled .p_header,
  .posteo_postmaster.is-scrolled .p_header,
  .posteo_widerrufsbelehrung.is-scrolled .p_header,
  .posteo_forgot_password.is-scrolled .p_header,
  .posteo_users_forgot_password.is-scrolled .p_header,
  .p_pages--jslicense.is-scrolled .p_header {
    height: 50px;
    border: 0; } }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$FOOTER
 * @type:			layout section
 * -------------------------------------------------------------------------- *
 */
.p_footer {
  background-color: #333b2a;
  color: #fff;
  position: relative; }

.p_footernav {
  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; }
  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; }
    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: #f5f7f1; }
    .p_mainnav__first > li {
      display: table-cell;
      margin: 0;
      padding: 0;
      text-align: center;
      background-color: #f5f7f1; }
      .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_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 #f5f7f1;
    position: fixed;
    top: 0;
    z-index: 30; }
  .is-scrolled .p_main {
    margin: 15rem auto 0; }
  .is-scrolled .p_toplogo {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; }
  .is-scrolled .p_toplogo {
    margin-top: 0; }
  .is-scrolled .p_header--container {
    top: 1rem; }
  .is-scrolled nav.p_mainnav {
    position: fixed;
    top: 50px;
    max-width: 96rem;
    height: 75px; }
    .is-scrolled nav.p_mainnav .p_mainnav__first li.act {
      height: 36px; }
    .is-scrolled nav.p_mainnav .p_mainnav__first > li > a {
      font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif; }
    .is-scrolled nav.p_mainnav .p_mainnav__first > li.act > a {
      font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif; }
    .is-scrolled nav.p_mainnav .p_mainnav__first > li > a,
    .is-scrolled nav.p_mainnav .p_mainnav__first > li > b {
      padding: 10px 1.3rem 6px;
      font-size: 1.4rem; }
    .is-scrolled nav.p_mainnav .p_mainnav__second {
      top: 36px;
      background-color: white; }
  .is-scrolled .p_mainnav__first--subline {
    margin: -17px -1px -1px;
    opacity: 0; }
  .is-scrolled.posteo_site_index nav.p_mainnav, .is-scrolled.posteo_features nav.p_mainnav, .is-scrolled.posteo_blog_index nav.p_mainnav, .is-scrolled.posteo_blog_show nav.p_mainnav, .is-scrolled.posteo_contact_messages_new nav.p_mainnav, .is-scrolled.posteo_jobs nav.p_mainnav, .is-scrolled.posteo_legal_notice nav.p_mainnav, .is-scrolled.posteo_terms nav.p_mainnav, .is-scrolled.posteo_privacy_policy nav.p_mainnav {
    height: 36px; }
  .is-scrolled.posteo_site_index nav.p_mainnav,
  .is-scrolled.posteo_site_index .p_mainnav .p_mainnav__first, .is-scrolled.posteo_features nav.p_mainnav,
  .is-scrolled.posteo_features .p_mainnav .p_mainnav__first, .is-scrolled.posteo_blog_index nav.p_mainnav,
  .is-scrolled.posteo_blog_index .p_mainnav .p_mainnav__first, .is-scrolled.posteo_blog_show nav.p_mainnav,
  .is-scrolled.posteo_blog_show .p_mainnav .p_mainnav__first, .is-scrolled.posteo_contact_messages_new nav.p_mainnav,
  .is-scrolled.posteo_contact_messages_new .p_mainnav .p_mainnav__first, .is-scrolled.posteo_jobs nav.p_mainnav,
  .is-scrolled.posteo_jobs .p_mainnav .p_mainnav__first, .is-scrolled.posteo_legal_notice nav.p_mainnav,
  .is-scrolled.posteo_legal_notice .p_mainnav .p_mainnav__first, .is-scrolled.posteo_terms nav.p_mainnav,
  .is-scrolled.posteo_terms .p_mainnav .p_mainnav__first, .is-scrolled.posteo_privacy_policy nav.p_mainnav,
  .is-scrolled.posteo_privacy_policy .p_mainnav .p_mainnav__first {
    background-color: transparent; } }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$JS-BACK2TOP
 * @type:			Back to Top Button only on small screens
 * -------------------------------------------------------------------------- *
 */
.p_js-back2top {
  display: none; }

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

#top:target::before {
  height: 0 !important;
  margin-top: 0 !important; }

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

.weiss_background {
  background-color: #fff; }

.orange {
  color: #e68245; }

.orange_background {
  background-color: #ff8938; }

.gruen {
  color: #a9d158; }

.gruen_background {
  background-color: #a9d158; }

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

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

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

.grau {
  color: #e3e1e0; }

.dunkelgrau {
  color: #595757; }

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

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

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

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

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

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

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

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

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

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

.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") no-repeat 0 4px; }
    .p_list--checked li.p_list--item-not-checked {
      background: transparent url("../images/grueneskreuz.png") no-repeat 0 4px; }

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

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

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

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

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

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

.p_box--lightgray .p_content-ul, .p_box--lightgray .p_content-ul--short, .p_box--lightgray .p_content-ul--short-green, .p_box--lightgray .p_content-ul--smalldot {
  padding: 0 2rem; }

.p_box--lightgray .p_content-ul--smalldot {
  padding: 0 1.4rem; }

.p_box--lightgray .p_content-ul--short li {
  margin-left: 0.5rem; }

.p_box--lightgray .p_ul-checked {
  margin: 0; }

.p_box--lightgray fig-caption {
  font-weight: bold; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.orangebackground {
  background-color: orange; }

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

/**
 * -------------------------------------------------------------------------- *
 * @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_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,
.p_topbutton__wrapper {
  background-color: #f5f7f1;
  text-align: center; }

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

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

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

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

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

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

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

@media only screen and (max-width: 319px) {
  .p_button--ghost {
    width: 100%;
    border-bottom: 1px solid #595757; } }

@media only screen and (min-width: 750px) {
  .p_header--container {
    right: 2rem;
    top: 2rem;
    position: absolute;
    background-color: #a9d158;
    text-align: center; }
  .p_button--ghost {
    border: 1px solid #fff;
    color: #fff;
    padding: 0.3rem 0.8rem;
    margin-left: 0.8rem;
    width: auto; }
    .p_button--ghost .fa-globe-svg use {
      fill: #fff; }
    .p_button--ghost a {
      color: #fff; }
  .p_button--register {
    margin-right: 1rem; } }

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

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

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

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

/**
 * -------------------------------------------------------------------------- *
 * @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: 99;
    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 		$STARTTOUR
 * @component:		top slider on homepage 
 * -------------------------------------------------------------------------- *
 */
.p_slider--starttour {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  box-sizing: content-box; }
  .p_slider--starttour ul {
    padding: 0; }
  .p_slider--starttour .p_slider__headline {
    color: #595757;
    font-size: 2.4rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 1; }
  .p_slider--starttour .p_slider__meta {
    display: block;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 0.6rem;
    margin-bottom: 2rem; }
  .p_slider--starttour li,
  .p_slider--starttour p {
    font-size: 1.5rem; }
  .p_slider--starttour cite {
    font-family: 'DroidSerifItalic', georgia, times new roman, serif;
    line-height: 150%;
    font-style: normal; }

html[lang="fr"] .p_slider--starttour .p_slider__meta {
  line-height: 95%;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }

html[lang="fr"] .p_slider--starttour #slidestart .p_slider__meta {
  line-height: 110%; }

html[lang="fr"] .p_slider--starttour .p_float-right {
  margin-bottom: 0.4rem; }

@media only screen and (max-width: 480px) {
  .p_slider--starttour div[class^=p_col_] {
    width: 100% !important; } }

@media only screen and (min-width: 480px) {
  .p_slider__meta {
    font-size: 3.2rem; } }

@media only screen and (min-width: 640px) {
  .p_slider__slide {
    margin: 0 6.5rem; } }

@media only screen and (min-width: 750px) {
  .p_slider--starttour {
    margin-top: 3.5rem; }
  .p_slider__meta {
    font-size: 5rem;
    line-height: 4.5rem; } }

@media only screen and (min-width: 960px) {
  .p_slider--starttour {
    height: 340px; }
    .p_slider--starttour ul {
      padding: 0 1rem; }
  .p_slider__meta {
    font-size: 6rem;
    line-height: 5rem; }
  [lang="fr"] #slidedatenschutz .p_slider__meta,
  [lang="fr"] #slideumzug .p_slider__meta {
    font-size: 4rem; }
  [lang="fr"] #slideadressbuch .p_slider__meta,
  [lang="fr"] #slidenachhaltigkeit .p_slider__meta {
    font-size: 4.5rem; }
  [lang="fr"] #slidestart .p_slider__meta {
    font-size: 5.5rem; } }

/**
 * -------------------------------------------------------------------------- *
 * @section 		$START
 * @component:		styles for single slides on starttour
 * -------------------------------------------------------------------------- *
 */
#slidestart {
  position: relative; }
  #slidestart .p_col_7-12,
  #slidestart .p_col_5-12 {
    width: 100%; }
  #slidestart .p_col_5-12 {
    position: relative;
    text-align: center; }
  #slidestart .p_testsieger-box {
    box-sizing: border-box;
    margin: 2rem auto;
    display: block; }
    #slidestart .p_testsieger-box img {
      width: 25rem; }
  #slidestart .p_prizing {
    position: static;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #333b2a;
    padding: 0.5rem;
    text-align: center;
    margin: 0;
    display: inline-block;
    width: 25rem; }
  #slidestart .p_prizing__currency,
  #slidestart .p_prizing__time {
    text-transform: uppercase; }

@media only screen and (min-width: 480px) {
  #slidestart ul {
    padding: 0 1rem; } }

@media only screen and (min-width: 750px) {
  #slidestart {
    background-image: url(../images/mail_start_wo.png);
    background-repeat: no-repeat;
    background-position: 100% 9rem;
    background-size: 40% auto; }
    #slidestart .p_col_7-12 {
      width: 58.33%; }
    #slidestart .p_col_5-12 {
      width: 41.66%; }
    #slidestart .p_col_5-12 {
      padding-right: 1rem;
      box-sizing: border-box; }
    #slidestart .p_testsieger-box img {
      width: 17.5rem; }
    #slidestart .p_prizing {
      margin-top: calc(27rem - 10vw);
      width: 17.4rem; }
  html[lang="de"] #slidestart {
    background-position: 92% 11rem; }
    html[lang="de"] #slidestart .p_prizing {
      left: 3rem;
      margin-top: 0; } }

@media only screen and (max-width: 849px) {
  html[lang="de"] #slidestart {
    background-image: none; } }

@media only screen and (min-width: 850px) {
  html[lang="de"] #slidestart .p_col_5-12 {
    text-align: right; } }

@media only screen and (min-width: 960px) {
  #slidestart {
    background-image: url(../images/mail_start.png);
    background-repeat: no-repeat;
    background-position: 100% 11rem; }
    #slidestart .p_testsieger-box {
      margin: 0 2rem; }
    #slidestart .p_prizing {
      position: absolute;
      top: 16.8rem;
      left: 7rem;
      margin-top: 0;
      margin-left: 1.6rem;
      background-color: transparent;
      font-size: 1.6rem;
      letter-spacing: 1px; }
  html[lang="de"] #slidestart {
    background-position: 90% 11rem; } }

@media only screen and (min-width: 480px) {
  #slidekalender {
    position: relative;
    background: url(../images/kalender_slider.png);
    background-repeat: no-repeat;
    background-position: 0px 7rem;
    background-size: 47% auto; } }

@media only screen and (min-width: 750px) {
  #slidekalender {
    background-position: 0px 4rem; } }

@media only screen and (min-width: 480px) {
  #slideadressbuch {
    position: relative;
    background: url(../images/adressbuch_slider.png);
    background-repeat: no-repeat;
    background-position: 1.5rem 3rem;
    background-size: 23vw auto; } }

@media only screen and (min-width: 640px) {
  #slideadressbuch {
    background-position: 1rem 1rem; } }

@media only screen and (min-width: 750px) {
  #slideadressbuch {
    background-position: 8rem 1rem;
    background-size: 30% auto; } }

@media only screen and (min-width: 960px) {
  #slideadressbuch {
    background-position: 8rem 0;
    background-size: 29% auto; } }

@media only screen and (min-width: 480px) {
  #slidenachhaltigkeit {
    position: relative;
    background: url(../images/slider_nachhaltigkeit_windradco2.png);
    background-repeat: no-repeat;
    background-position: -36% 7rem;
    background-size: 47% auto; }
    #slidenachhaltigkeit cite {
      position: static; }
    #slidenachhaltigkeit ul {
      padding-left: 2rem; } }

@media only screen and (min-width: 750px) {
  #slidenachhaltigkeit {
    background-position: 0px 10px;
    background-size: 49% auto; }
    #slidenachhaltigkeit cite {
      position: absolute;
      left: 1rem;
      top: 18rem;
      width: 26vw;
      font-size: 1.3rem; }
    #slidenachhaltigkeit ul {
      padding-left: 0; } }

@media only screen and (min-width: 960px) {
  #slidenachhaltigkeit cite {
    top: 20rem;
    width: 26rem;
    font-size: 1.4rem; } }

.p_slider-datenschutz_bsi-tr-03108-1 {
  display: none; }

@media only screen and (max-width: 479px) {
  html[lang="de"] .p_slider-datenschutz_bsi-tr-03108-1 {
    display: block;
    margin: 4rem auto 0; } }

@media only screen and (min-width: 480px) {
  #slidedatenschutz {
    position: relative;
    background: url(../images/slider_datenschutz_bsi-tr-03108-1.png);
    background-repeat: no-repeat;
    background-position: 1rem 22rem;
    background-size: 31% auto; }
    #slidedatenschutz cite {
      display: inline-block;
      padding-right: 1rem;
      padding-left: 1rem;
      font-size: 1.35rem;
      -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; } }

@media only screen and (min-width: 640px) {
  #slidedatenschutz {
    background-position: 1rem 18rem; } }

@media only screen and (min-width: 750px) {
  #slidedatenschutz {
    background-position: 3rem 12rem;
    background-size: 43% auto; }
    #slidedatenschutz cite {
      top: 1rem;
      left: 0;
      width: 46%;
      margin-top: 0;
      position: absolute;
      font-size: 1.4rem; } }

@media only screen and (min-width: 480px) {
  #slidewerbefrei {
    position: relative;
    background: url(../images/slider_werbefreiheit.png);
    background-repeat: no-repeat;
    background-position: 1rem 5%;
    background-size: 36% auto;
    min-height: 317px; } }

@media only screen and (min-width: 640px) {
  #slidewerbefrei {
    background-size: 36% auto; }
    #slidewerbefrei cite {
      display: inline-block;
      padding-top: 2rem; } }

@media only screen and (min-width: 750px) {
  #slidewerbefrei {
    background-size: 38% auto;
    background-position: 3rem 1rem; }
    #slidewerbefrei cite {
      position: static;
      padding-top: 0rem; } }

@media only screen and (min-width: 750px) {
  #slideumzug {
    position: relative;
    background: url(../images/slider_umzugsservice.png);
    background-repeat: no-repeat;
    background-position: 8% 10%;
    background-size: 32% auto; }
    #slideumzug ul {
      padding: 0 1rem; }
  html[lang="en"] #slideumzug {
    background-image: url(../images/slider_umzugsservice_en.png); } }

/**
 * -------------------------------------------------------------------------- *
 * @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; }

.p_slider--transparency {
  -webkit-transform: none;
  transform: none;
  position: relative;
  padding-top: 2.6rem; }
  .p_slider--transparency .slick-dots {
    position: absolute;
    padding: 0;
    top: 0.4rem;
    left: 3.5rem;
    list-style: none;
    background-color: #f2f8e6;
    display: table;
    width: calc(100% - 6.6rem); }
    .p_slider--transparency .slick-dots li {
      display: table-cell;
      font-size: 2rem;
      text-align: center; }
      .p_slider--transparency .slick-dots li a {
        padding: 0.5rem 0;
        display: block;
        cursor: pointer; }
        .p_slider--transparency .slick-dots li a:first-child {
          border-right: 4px solid #fff; }
        .p_slider--transparency .slick-dots li a:hover {
          background-color: #a9d158;
          color: #fff; }
      .p_slider--transparency .slick-dots li.slick-active a {
        background-color: #a9d158;
        color: #fff; }
  .p_slider--transparency .slick-arrow {
    position: absolute;
    top: 1.1rem; }
    .p_slider--transparency .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--transparency .slick-prev {
    right: auto;
    left: 2.1rem; }
  .p_slider--transparency .slick-next {
    left: auto;
    right: 2.1rem; }
  .p_slider--transparency .slick-disabled:before {
    opacity: 0.1; }
  .p_slider--transparency .p_slider__slide {
    margin: 0; }
    .p_slider--transparency .p_slider__slide[aria-hidden="true"] {
      height: 1px; }
  @media only screen and (min-width: 690px) {
    .p_slider--transparency {
      position: static;
      padding-top: 0; }
      .p_slider--transparency .slick-dots {
        font-size: 2.4rem;
        top: 4.8rem;
        right: 3.2rem;
        left: auto;
        width: auto; }
        .p_slider--transparency .slick-dots li a {
          padding: 0.5rem 2.5rem; }
      .p_slider--transparency .slick-arrow {
        top: 5.4rem; }
      .p_slider--transparency .slick-prev {
        right: 40rem;
        left: auto; }
      .p_slider--transparency .slick-next {
        left: auto;
        right: 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 on posteo.de and posteo.de/login
 *					small screens only
 * --------------------------------------------------------------------------- *
 */
.p_login-form__group {
  margin: 1.0rem 0; }

.p_login__box {
  background-color: #f5f7f1;
  border-bottom: 1px solid #e3e1e0;
  border-top: 1px solid #e3e1e0;
  padding: 4% 5% 7%; }

.p_login-form input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 1.0rem 0.8rem; }

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

.p_login-form input:focus {
  border-color: #a9d158;
  outline: #a9d158 auto 2px;
  outline-offset: -2px; }

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

/**
 * --------------------------------------------------------------------------- *
 * @section:      	$LOGIN
 * @description:	Styles for Login on posteo.de
 * --------------------------------------------------------------------------- *
 */
.p_login__h2 {
  font-size: 4rem;
  line-height: 0.6em;
  margin: 0;
  padding-top: 0.7em;
  padding-right: 7%;
  color: #fff;
  font-size: 3rem;
  line-height: 0.8em;
  text-transform: uppercase;
  text-align: right;
  background-color: #a9d158; }

.p_login__fastlinks {
  border-bottom: 1px solid #e3e1e0;
  margin: 0;
  padding: 2rem 0 2rem 2rem;
  line-height: 1.286em;
  list-style-type: none;
  text-align: center; }
  .p_login__fastlinks li {
    padding: 1rem; }
  .p_login__fastlinks li::after {
    content: " >>"; }

.p_login-form__button.p_js_disabled {
  cursor: auto;
  background-color: #807e7e;
  border-color: #8a8b88; }

.p_login-start {
  border-top: 2px solid #fff; }

@media only screen and (min-width: 750px) {
  .p_login-start {
    display: table;
    width: 100%;
    border-top: none; }
  .p_login-start__wrapper {
    border-top: 1px solid #e3e1e0;
    border-bottom: 1px solid #e3e1e0; }
  .p_login__h2 {
    border-top: 1px solid #a9d158;
    border-bottom: 1px solid #a9d158;
    margin: 0;
    padding-right: 0.5rem;
    width: 18%;
    font-size: 2.8rem;
    letter-spacing: -1px;
    line-height: 0.6em;
    display: table-cell;
    vertical-align: bottom; }
  .p_login__box {
    border: none;
    position: relative;
    padding: 0;
    width: 65%;
    display: table-cell; }
  .p_login__fastlinks {
    border: none;
    margin: 0;
    padding: 0 0 0 2rem;
    line-height: 1.286em;
    list-style-type: none;
    text-align: left;
    vertical-align: middle;
    display: table-cell; }
    .p_login__fastlinks li {
      padding: 0; }
    .p_login__fastlinks li::after {
      content: " >>"; }
  .p_login-form--start {
    width: 100%;
    padding: 1.6rem 1rem; }
    .p_login-form--start input[type="text"],
    .p_login-form--start input[type="password"] {
      height: auto; }
  .p_login-form__group {
    margin: 1rem 0 0; }
  .p_login-username, .p_login-userpass {
    width: 48%;
    display: inline-block; }
    .p_login-username label, .p_login-userpass label {
      position: absolute;
      bottom: 0.3rem; }
  .p_login-form__group.p_login-username {
    margin-right: 3%; }
  .p_login-form input {
    width: 100%;
    border: 1px solid #e3e1e0;
    border-radius: 2px;
    font-size: 1.3rem;
    padding: 0.25rem; }
    .p_login-form input:focus {
      border-color: #a9d158;
      outline: #a9d158 auto 2px;
      outline-offset: -2px; }
  input.p_login-form__button {
    position: absolute;
    right: 1rem;
    bottom: 0;
    margin: 0;
    width: auto;
    border: none;
    border-radius: 0;
    padding: 0.4rem 0.8rem 0.2rem;
    text-transform: uppercase;
    margin: 1.2rem 0 0;
    color: #fff;
    background-color: #a9d158;
    border-color: #8bac48;
    cursor: pointer;
    font-weight: 300; } }

@media only screen and (min-width: 960px) {
  .p_login__box {
    width: 69%; }
  .p_login-form--start {
    padding: 1.6rem 3.3rem; }
  .p_login-userlogin input.p_login-form__button {
    right: 3.3rem; }
  .p_login-form__group {
    margin: 1rem 0 0; } }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$TWO-FACTOR-AUTH
 * @type:			components
 * -------------------------------------------------------------------------- *
 */
#totp_token_login {
  margin: 7em auto 10em;
  width: 600px; }

#totp_token_login h1 {
  text-align: center;
  font-family: sans;
  margin: 0 0 0.5em; }

#totp_token_login form {
  background-color: #f2f2f1;
  padding: 1em 2em 0; }

#totp_token_login td#number {
  color: #ff8938;
  font-size: 4rem;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  vertical-align: top;
  padding: 0 0.1em 0 0; }

#totp_token_login form input#user_session_totp_token {
  height: 1em;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 3.2rem;
  text-align: center;
  width: 9.6rem; }

#totp_token_login form input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  background-color: #a9d158;
  padding: 0.6em 0.4em 0;
  margin: 0.5em 0 0;
  text-align: center;
  float: right;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 1.9rem;
  line-height: 0.8em; }

#totp_token_login #error {
  background-color: #EF9398;
  border: 1px solid #DC5757;
  width: 25em;
  margin: 1em auto 0;
  padding: 1em 3em;
  text-align: center; }

/**
 * -------------------------------------------------------------------------- *
 * @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);
    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);
    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);
      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);
      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 		$HOMEPAGE
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
.p_login--start {
  margin-bottom: 45px; }

.p_slider__container {
  margin: 2rem 0 3rem; }

.sec_homepage__register-news {
  margin: 3rem 0; }

.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 {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.sec_homepage__news .p_list--news {
  padding: 2rem 0; }
  .sec_homepage__news .p_list--news li {
    display: table-row; }
    .sec_homepage__news .p_list--news li a {
      color: #333b2a;
      text-decoration: underline; }

.sec_homepage__news .kategorie-wrap {
  display: table-cell;
  width: 12%;
  margin: 0 0 7px 0;
  text-align: center;
  color: #fff;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: uppercase; }

.sec_homepage__news [class*='kategorie_'] {
  width: 100%;
  display: block;
  margin-bottom: 6px;
  padding: 0 0.4rem; }

.sec_homepage__news .datum,
.sec_homepage__news .teaserlink {
  display: table-cell; }

.sec_homepage__news .datum {
  width: auto;
  padding: 0 0.8rem; }

.sec_homepage__news .teaserlink {
  width: 75%; }

.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.png); }
  .sec_homepage__weuse .p_100-percent__datensparpuzzlepart {
    background: url(../images/daten_puzzle.png); }
  .sec_homepage__weuse .p_100-percent__werbefreipuzzlepart {
    background: url(../images/einkauf_puzzle.png); }
  .sec_homepage__weuse .p_100-percent__sslpuzzlepart {
    background: url(../images/schloss_puzzle.png); }
  .sec_homepage__weuse .p_100-percent__anonympuzzlepart {
    background: url(../images/anonym_puzzle.png); }
  .sec_homepage__weuse .p_100-percent__syncpuzzlepart {
    background: url(../images/synch_puzzle.png);
    background-size: contain; }
  .sec_homepage__weuse .p_100-percent__nachhaltigpuzzlepart {
    background: url(../images/sparschwein_puzzle.png);
    background-size: contain; }
  .sec_homepage__weuse .p_100-percent__mehrpuzzlepart {
    background: url(../images/plus_puzzle.png); }

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

@media only screen and (min-width: 640px) {
  .sec_homepage__register .p_register-now--homepage img {
    margin-top: 1rem; }
  .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__register-news .p_header--h2 {
    font-size: 3rem;
    padding-top: 1.3em; }
  .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__register .p_col--inner {
    padding: 0 1rem 0 0; }
  .sec_homepage__register .p_register-now--homepage {
    text-align: left; }
    .sec_homepage__register .p_register-now--homepage img {
      margin-top: 4rem; }
  .sec_homepage__news .p_col--inner {
    padding: 0 0 0 1rem; }
  .sec_homepage__infonavigator {
    border-bottom: none; }
    .sec_homepage__infonavigator.p_infonavigator {
      background: url(../images/navigator_start.png);
      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; } }

@media only screen and (min-width: 960px) {
  .sec_homepage__weuse .p_100-percent li {
    width: 18.5%; }
  .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; } }

/**
 * -------------------------------------------------------------------------- *
 * @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;
        display: inline-block; } }

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

@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: 20px 0 10px;
  clear: left; }

.regstep input {
  border: 1px solid #ddd;
  padding: 0.5rem; }
  .regstep input:focus {
    border-color: #a9d158;
    outline: #a9d158 auto 2px;
    outline-offset: -2px; }

.regstep input[type="text"],
.regstep input[type="password"] {
  margin-bottom: 5px;
  background-color: #f6f5f5;
  border: 1px solid #e3e1e0; }

.regstep input[type="text"] {
  width: 90%; }

.regstep input[type="password"] {
  width: 90%; }

.regstep input[type="submit"] {
  margin: 3rem 0 2rem;
  color: #fff;
  padding: 0.4rem 1.3rem;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 1.5rem;
  -webkit-appearance: none;
  margin-right: 1%;
  border: none; }

@media only screen and (min-width: 750px) {
  .regstep input[type="text"] {
    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; }
  form span.error.checked {
    display: inline-block;
    margin-left: 1rem; }
    form span.error.checked::after {
      content: url("/images/checked.gif");
      width: 20px; }

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

.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)
 * -------------------------------------------------------------------------- *
 */
.p_blog__teaser {
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .p_blog__teaser {
      width: 75%; } }
  .p_blog__teaser::before, .p_blog__teaser::after {
    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:only-child, .p_blog__teaser article:last-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: block;
  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 1rem 0.5rem;
      margin: 1rem 0 2rem;
      width: 25%;
      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 {
    list-style-type: none;
    margin: 0 0 1rem;
    padding: 0; }
    @media only screen and (min-width: 750px) {
      .p_blog__filter ul {
        text-align: center; } }

.kategorie_blog,
.kategorie_online {
  background-color: #a9d158; }

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

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

li.filter {
  display: inline-block;
  width: 32%;
  margin: 0;
  padding: 0.2em 0.6em 0.1em;
  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: 80%; } }
  li.filter:hover span,
  li.filter:focus span,
  li.filter:active span {
    text-decoration: underline;
    cursor: pointer; }

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

.p_blog__filter a:link, .p_blog__filter a:visited {
  color: white;
  text-decoration: none; }

.p_blog__filter a:hover, .p_blog__filter a:focus, .p_blog__filter a:active {
  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; } }

/**
 * -------------------------------------------------------------------------- *
 * @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") 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; }

@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 {
  align: left;
  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 {
  align: left;
  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 .p_showable__container blockquote,
.tb2014 .p_showable__container q,
.p_tb-report .p_showable__container blockquote,
.p_tb-report .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 .p_showable__container blockquote,
.tb2014 .p_showable__container q,
.p_tb-report .p_showable__container blockquote,
.p_tb-report .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; }

.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) {
    .p_showable__header {
      font-size: 1.5rem;
      line-height: 1.5em;
      margin-top: 0.6rem;
      text-decoration: underline; } }

/**
 * @subsection       aufgeklappter Container
 * @note             
 */
.p_showable__container {
  border-top: 2px solid #a9d158;
  border-bottom: 2px solid #a9d158;
  padding: 0.5em 0; }
  @media only screen and (min-width: 750px) {
    .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
 */
.p_showable__container .bottom20 {
  margin-bottom: 0; }

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

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

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

@tablet-min {
  .showable .p_tb-teaser {
    font-size: 1.4rem; } }

.p_tb-img-text {
  margin: 10px 0;
  display: block; }

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

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

#tbfaq.tb2014 h4.p_js-show::before,
.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; } }

/**
 * --------------------------------------------------------------------------- *
 * @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);
  cursor: pointer;
  position: fixed;
  top: 50px !important;
  z-index: 10000; }

#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 {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998; }

#imagelightbox-close {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 2.5em;
  position: fixed;
  right: 2em;
  text-align: left;
  top: 1.7em;
  transition: color 0.3s ease 0s;
  width: 2.5em;
  z-index: 10002; }

#imagelightbox-close::before,
#imagelightbox-close::after {
  background-color: #e68245;
  bottom: 20%;
  content: "";
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 20%;
  width: 2px; }

#imagelightbox-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#imagelightbox-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

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

#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 {
  background-color: #a9d158;
  border: medium none;
  cursor: pointer;
  display: none;
  height: 7.5em;
  margin-top: -3.75em;
  position: fixed;
  top: 50%;
  vertical-align: middle;
  width: 3.75em;
  z-index: 10001; }

.imagelightbox-arrow:active {
  background-color: #111; }

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

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

.imagelightbox-arrow::before {
  border: 1em solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  margin-bottom: -0.125em;
  width: 0; }

.imagelightbox-arrow-left::before {
  border-left: medium none;
  border-right-color: #fff;
  margin-left: -0.313em; }

.imagelightbox-arrow-right::before {
  border-left-color: #fff;
  border-right: medium none;
  margin-right: -0.313em; }

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

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

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

/**
 * -------------------------------------------------------------------------- *
 * @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 .jslicense-info h3 {
  text-align: center;
  padding: 1em 0; }

.p_pages--jslicense .p_table--jslicense {
  margin: 1em auto;
  font-size: 1.4rem;
  word-break: break-all; }

.p_pages--jslicense .p_table--jslicense tr:nth-child(even) {
  background-color: #eee; }

.p_pages--jslicense .p_table--jslicense th {
  color: #fff;
  background-color: #333b2a;
  padding: 0.6em; }

@media only screen and (min-width: 750px) {
  .sec_js-license .p_col_1-1.p_col--inner {
    padding: 3rem 0; }
  .p_table--jslicense td {
    padding: 0.4em; }
  .p_table--jslicense td:nth-child(odd) {
    width: 36%; } }

/**
 * -------------------------------------------------------------------------- *
 * @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__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; } }
