@charset "UTF-8";
/**
 * Styles for posteo.de
 * 
 * mainstylesheet: 'p_styles_website.scss' 
 * 
 * @project:        posteo.de
 * @version:        3.0.3
 * @author:         Posteo.de - Patrik Löhr, Kai Laborenz, Andrea Ertel
 * @created:		29.02.2016 - version 3.0.0 - new sass structure
 * @last-changed:   14.04.2016 - ae - taskbar notes
 *
 */
/**
 * -------------------------------------------------------------------------- *
 * @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:      	$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; }

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

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: 1em 40px; }

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      	$HELPER CLASSES
 * @note            
 * --------------------------------------------------------------------------- *
 */
.p_hidden {
  display: none !important;
  visibility: hidden; }

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

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

.p_invisible {
  visibility: hidden; }

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

.p_clearfix:after {
  clear: both; }

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

/**
 * --------------------------------------------------------------------------- *
 * @section     		$HIDE-AND-SHOW QUERIES
 * --------------------------------------------------------------------------- *
 */
@media only screen and (max-width: 19px) {
  .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; }
  .p_visuallyhidden-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: 20px) {
  .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; } }

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

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

/** OLD Helper classes
---------------------- start */
/** Hide visually and from screen readers **/
.hidden {
  display: none !important;
  visibility: hidden; }

/** Hide only visually, but have it available for screen readers **/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/** Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard **/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/** Hide visually and from screen readers, but maintain layout **/
.invisible {
  visibility: hidden; }

/** Clearfix: contain floats **/
.clearfix:before,
.clearfix:after,
.events li:before,
.events li:after {
  content: " ";
  display: table; }

.clearfix:after,
.events li:after {
  clear: both; }

/** Helper classes
---------------------- ende */
/**
 * -------------------------------------------------------------------------- *
 * @section 		$BASE
 * @description:	Basic HTML Tag Styles
 * -------------------------------------------------------------------------- *
 */
html {
  font-size: 62.5%; }

body {
  font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  background-color: #fff;
  color: #595757;
  margin: 0;
  padding: 0; }

@media only screen and (min-width: 20px) {
  body {
    font-size: 1.4rem; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: normal; }

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

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

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

h4 {
  font-size: 1.4rem;
  margin: 0; }

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

.p_header--h2 {
  margin: 0;
  padding-top: 0.7em;
  padding-right: 7%;
  color: #fff;
  font-size: 4rem;
  line-height: 0.6em;
  text-transform: uppercase;
  text-align: right;
  background-color: #a9d158; }

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

p {
  margin: 0 0 1em; }

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

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

ul {
  margin: 0.5rem 0;
  padding: 0 1em; }

.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: 20px) {
    .ul_unterseite {
      padding: 0 0 0 1.5rem; } }
  .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_unterseite li:before {
  content: "● ";
  font-size: 2rem;
  color: #a9d158;
  margin-left: -18px; }

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

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

.ul_unterseite li {
  padding-left: 10px; }

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

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

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

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

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

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

.weiss {
  color: #fff; }

.weiss_background {
  background-color: #fff; }

.orange {
  color: #e68245; }

.orange_background {
  background-color: #ff8938; }

.gruen {
  color: #a9d158; }

.gruen_background {
  background-color: #a9d158; }

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

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

.grau {
  color: #e3e1e0; }

.dunkelgrau {
  color: #595757; }

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

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

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

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

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$GRID
 * @description:	Temporäre 'Grid' Styles 
 * -------------------------------------------------------------------------- *
 */
@media only screen and (min-width: 20px) {
  .haelfte {
    width: 50%;
    padding: 0 1rem; }
  .drittel {
    width: 32%; }
  .zweihundert {
    width: 22.222222222%; }
  .zweifuenfzig {
    width: 30%; }
  .zweisiebzig {
    width: 30%; }
  .dreivierzig {
    width: 38%; }
  .dreifuffzich {
    width: 38%; }
  .dreineunzig {
    width: 48%; }
  .eindrittel {
    width: 44.444444444%; }
  .vierzwanzig {
    width: 45%; }
  .starthaelfte {
    width: 49%; }
  .fuenfhundert {
    width: 55.555555556%; }
  .zweidrittel {
    width: 58%; }
  .fuenfsechzig {
    width: 60%; }
  .sechsdreizig {
    width: 66%; }
  .sechshundert {
    width: 66%; }
  .siebenhundert {
    width: 77.77777778%; } }

@media only screen and (min-width: 20px) {
  .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; }

/*=========================Allgemein========================*/
/**
 * -------------------------------------------------------------------------- *
 * @section: 		$GRID-NEW
 * @description:	New 'Grid' Styles based on simple-grid
 * -------------------------------------------------------------------------- *
 */
.p_grid {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

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

.p_grid--pad {
  padding: 0; }

[class*='p_col_'] {
  float: left;
  min-height: 1px; }

.p_col--inner {
  padding: 3rem 4rem; }
  .p_col--inner p:last-of-type {
    margin: 0; }

.p_col--pad-orul, .p_col--pad-5-4-5-4 {
  padding: 5rem 4rem; }

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

.p_col_1-1 {
  width: 100%; }

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

.p_col_1-2, .p_col_6-12 {
  width: 50%; }

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

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

.p_col_1-5 {
  width: 20%; }

.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_5-12 {
  width: 41.66%; }

.p_col_7-12 {
  width: 58.33%; }

/**
* Posteo
* ========================
*
* @site	posteo.de
* @version	2.0
* @date	2013-01-19
* @lastmodified	2016-02-04
* @author	Patrik Löhr
* @copyright	Posteo
* @see	https://posteo.de
* 
*/
/*=========================Login========================*/
.login_options {
  float: right;
  width: 240px;
  height: 73px;
  margin-top: 1px;
  padding-top: 10px;
  list-style-type: none;
  font-style: normal;
  line-height: 18px;
  white-space: nowrap; }

.login_options a:hover {
  background-color: #F2F2F1; }

ul.login_options li:after {
  content: " >>"; }

ul.login_options li {
  margin-left: 15px; }

.clear {
  clear: both; }

.h2_login {
  border-top: 1px solid #e3e1e0;
  border-bottom: 1px solid #e3e1e0;
  float: left;
  margin: 0px 0;
  padding-top: 48px;
  padding-right: 5px;
  height: 76px;
  width: 175px;
  color: #fff !important;
  font-size: 3rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: right; }

.loginform {
  border-top: 1px solid #e3e1e0;
  border-bottom: 1px solid #e3e1e0;
  height: 75px;
  padding-top: 48px;
  color: black;
  font-style: normal;
  white-space: nowrap; }

input[type=text] {
  height: 18px; }

input[type=password] {
  height: 18px; }

/*für Apple*/
.loginform input {
  border-radius: 0;
  border: 0px; }

.loginform input#user_session_username {
  display: inline-block;
  margin-left: -43px;
  width: 198px;
  top: -22px;
  position: relative;
  border: 1px solid #e3e1e0; }

.loginform input#user_session_password {
  display: inline-block;
  margin-left: -75px;
  width: 198px;
  border: 1px solid #e3e1e0;
  top: -22px;
  position: relative; }

.loginform label {
  display: inline-block;
  width: 200px;
  margin-left: 40px; }

.loginform label[for="user_session_password"] {
  width: 70px !important; }

.loginformbutton {
  position: relative;
  color: #fff !important;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-left: -88px;
  top: 5px;
  -webkit-appearance: none;
  padding: 1px 3px 0px;
  cursor: pointer; }

.loginformbutton.noscript {
  margin-left: -143px; }

.loginformbutton.noscript.nocookies {
  margin-left: -128px; }

.simple_loginform {
  width: 515px;
  margin: 130px auto 30px; }

.simple_login_options {
  position: absolute;
  top: -110px;
  right: 70px;
  width: 180px;
  border: 1px solid #e3e1e0;
  border-right: 0px !important; }

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

.form-border {
  border-width: 2px 0;
  border-color: #e3e1e0;
  border-style: solid; }

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

#simpleaktuelles {
  position: relative;
  width: 515px;
  height: 50px;
  padding: 3px;
  margin: 0 auto 50px; }

#simpleaktuelles h2 {
  float: left;
  color: #fff !important;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 5px 10px 0px;
  width: 70rem;
  height: 20rem;
  margin-left: -3px;
  margin-top: -3px; }

#simpleaktuelles p {
  margin-top: 3px;
  margin-left: 105px; }

/*=========================Unterseiten========================*/
.zitat {
  width: 460px;
  text-align: center;
  margin: 20px 160px 30px 0px; }

.steckdose {
  margin: -200px 0 0 10px; }

.denkkopf {
  margin: -240px 0 20px 30px; }

.baum {
  margin: 40px 0 -153px 0; }

.leistungenmail {
  margin: -175px 0 0 10px; }

.webmailscreenshots {
  margin: 20px 0px 10px; }

#webmailer p {
  margin: 0 45px; }

/*=========================Encryptionslider========================*/
/*#f6f5f5*/
#encryption-tour {
  position: relative;
  width: 940px;
  height: 330px; }

#encryption-swipe-prev {
  position: absolute;
  left: 0;
  top: 120px; }

#encryption-swipe-next {
  position: absolute;
  right: 0;
  top: 120px; }

.encryption-swiper-container,
.encryption-swiper-slide {
  width: 860px;
  height: 330px; }

.encryption-swiper-slide {
  position: relative; }

#browserencryption {
  position: absolute;
  top: 0;
  left: 0;
  width: 306px;
  height: 100px;
  padding: 25px 40px;
  background-color: #f6f5f5;
  margin: 0 2px; }

#browserencryption img {
  display: block; }

#encryptedtransfers {
  position: absolute;
  top: 0;
  right: 0;
  width: 427px;
  height: 100px;
  background-color: #f6f5f5;
  padding: 25px 20px;
  margin-right: 2px; }

.h3_encryption {
  display: inline-block;
  zoom: 1;
  font-size: 1.4rem;
  color: #fff;
  padding: 0 5px;
  margin-left: -5px; }

#whyencryption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 616px;
  height: 147px;
  padding: 15px 20px 15px 220px;
  margin: 2px 2px 0;
  background: url(../images/info.png);
  background-repeat: no-repeat;
  background-position: 30px 70%;
  background-size: 165px 151px;
  background-color: #f6f5f5; }

#extendedcert {
  position: absolute;
  top: 0;
  left: 0;
  width: 458px;
  height: 180px;
  background-color: #f6f5f5;
  padding: 20px 10px 15px 20px;
  margin-left: 2px; }

#whyextended {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 458px;
  height: 83px;
  background-color: #f6f5f5;
  padding: 20px 10px 10px 20px;
  margin-left: 2px;
  margin-top: 2px; }

#howcert {
  position: absolute;
  top: 0;
  right: 0;
  width: 336px;
  height: 290px;
  background-color: #f6f5f5;
  padding: 20px 15px;
  margin-right: 2px; }

#howcert img {
  display: block; }

#cryptedsmtp {
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  height: 290px;
  background-color: #f6f5f5;
  padding: 20px 15px;
  margin-left: 2px; }

#smtppic {
  position: absolute;
  top: 0;
  right: 0;
  width: 333px;
  height: 230px;
  background-color: #f6f5f5;
  padding: 50px 30px;
  margin-right: 2px; }

#cryptedpim {
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  height: 290px;
  background-color: #f6f5f5;
  padding: 20px 15px;
  margin-left: 2px; }

#pimpic {
  position: absolute;
  top: 0;
  right: 0;
  width: 333px;
  height: 290px;
  background-color: #f6f5f5;
  padding: 20px 30px;
  margin-right: 2px; }

#cryptedserver {
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  height: 290px;
  background-color: #f6f5f5;
  padding: 20px 15px;
  margin-left: 2px; }

#serverpic {
  position: absolute;
  top: 0;
  right: 0;
  width: 333px;
  height: 210px;
  background-color: #f6f5f5;
  padding: 60px 30px;
  margin-right: 2px; }

/*=========================Unterstuetzen========================*/
.zitatunterstuetzen {
  width: 460px;
  text-align: center;
  margin: 20px 110px 30px 0px; }

.postcardname {
  margin-left: 60px; }

.greenbottom {
  border-bottom: 2px solid #a9d158;
  margin-bottom: 10px;
  padding-bottom: 10px; }

#postcards,
.postcard-swiper-container,
.postcard-swiper-slide {
  position: relative;
  width: 420px;
  height: 340px; }

#postcards-swipe-prev {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2; }

#postcards-swipe-next {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 2; }

.unterstuetzen {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: -1px;
  text-decoration: none;
  text-align: left;
  margin-bottom: 15px; }

#unterstuetzensprechblasen {
  margin-top: -260px;
  margin-left: 10px; }

#signaturennmore .grau_background {
  padding: 10px 0 10px 10px; }

/*=========================Error-Message========================*/
#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; }

#notification_submit {
  display: block;
  color: #fff !important;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #a9d158;
  min-width: 220px;
  height: 24px;
  margin-top: 20px;
  border-radius: 12px;
  z-index: 1;
  -webkit-appearance: none;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer; }

#notification_submit[disabled] {
  background-color: #E8F6CF; }

#notification_checkbox_container {
  float: right; }

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

.ul_unterseite.gray_bullets li:before {
  color: #595757; }

/*=========================Verschlüsselung========================*/
.schloss {
  margin: -280px 0 0 -400px; }

.seitennavigation p {
  display: inline;
  font-weight: 600; }

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

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

.punktueberschrift:before {
  content: "● ";
  font-size: 2rem;
  margin-left: -10px; }

.gruenerhaken:before {
  content: url(../images/gruenerhaken.png) !important;
  margin-left: 0px !important; }

.block {
  display: inline-block; }

.inline {
  display: inline; }

#pimverschluesselung {
  height: 300px; }

#pimverschluesselung img {
  z-index: 2;
  margin-left: 30px;
  margin-top: 0px;
  position: absolute; }

/*********** Neue grüne Haken in UL als Hintergrundgrafiken **************/
.ul_gruenehaken.ul_unterseite li::before {
  content: "";
  font-size: auto;
  margin-left: auto;
  color: inherit; }

.ul_gruenehaken {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 0.5rem; }

.ul_gruenehaken li {
  padding: 5px 26px 5px 25px;
  line-height: 17px;
  background: url("../images/gruenerhaken.png") 0 6px no-repeat; }

/***** Kryptomailspeicher - ae 01.04.2015 -- start ******/
.img-box {
  text-align: center;
  background: #f5f7f1;
  display: inline-block;
  padding: 20px 20px 10px;
  margin: 5px 40px 15px; }

.img-box img {
  margin-bottom: 5px; }

.img-caption {
  font-weight: bold; }

.kryptomailtech.rechts {
  position: relative;
  padding-bottom: 120px; }

.kryptomailtech h3 {
  margin-top: 22px; }

.kryptoschloss {
  position: absolute;
  bottom: -30px; }

/***** Kryptomailspeicher - ae 01.04.2015 -- ende ******/
/**
 * --------------------------------------------------------------------------- *
 * @section:      	$GENERAL-STYLES
 * @description:	         
 * --------------------------------------------------------------------------- *
 */
.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; }

.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 {
  margin: 0 auto 30px; }

.p_maincontent {
  margin-bottom: 3rem; }

/**
 * --------------------------------------------------------------------------- *
 * @section:      	$MAIN NAVIGATION
 * @type:	        component 
 * --------------------------------------------------------------------------- *
 */
nav.p_mainnav {
  background: #f5f7f1; }

.p_mainnav .p_mainnav__first {
  list-style-type: none;
  padding: 1rem 0;
  margin: 0; }
  @media only screen and (max-width: 19px) {
    .p_mainnav .p_mainnav__first ul {
      border: 1px solid #E1E1E1;
      border-right: 0;
      border-left: 0;
      background-color: #F2F4F2; } }
  .p_mainnav .p_mainnav__first li {
    margin: 0;
    padding: 0.5rem 1rem;
    list-style-type: none; }
  .p_mainnav .p_mainnav__first li.act > a,
  .p_mainnav .p_mainnav__first li.act li.cur b {
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: normal; }
  .p_mainnav .p_mainnav__first li a,
  .p_mainnav .p_mainnav__first li.cur b {
    padding: 0.5rem 1rem; }
  .p_mainnav .p_mainnav__first li.cur b {
    width: 100%;
    display: inline-block; }
  .p_mainnav .p_mainnav__first li a {
    text-decoration: none;
    display: block; }
    .p_mainnav .p_mainnav__first li a:hover, .p_mainnav .p_mainnav__first li a:focus, .p_mainnav .p_mainnav__first li a:active {
      background-color: #fff; }

@media only screen and (min-width: 20px) {
  .posteo_startseite .p_mainnav {
    margin-bottom: 2em; }
  nav.p_mainnav {
    margin: 0;
    position: relative;
    top: -40px;
    z-index: 50;
    width: 100%;
    line-height: 1.4em; }
  .p_mainnav .p_mainnav__first {
    display: table;
    text-align: center;
    position: relative;
    width: 96rem;
    margin: 0;
    padding: 0; }
    .p_mainnav .p_mainnav__first > li {
      display: table-cell;
      margin: 0;
      padding: 0;
      text-align: center; }
      .p_mainnav .p_mainnav__first > li > a,
      .p_mainnav .p_mainnav__first > li > b {
        display: inline-block;
        width: 100%;
        padding: 11px 2.5em 10px;
        margin: 0; }
    .p_mainnav .p_mainnav__first li.act {
      background-color: #fff; }
  .p_mainnav .p_mainnav__second {
    display: inline;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    margin: 0 0 0.6em 0;
    padding: 1rem 0;
    background: #fff;
    box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.6);
    text-align: left; }
  .p_mainnav .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 .p_mainnav__second li a,
  .p_mainnav .p_mainnav__second li.cur b {
    display: inline-block;
    padding: 0 1.2em; }
  .p_mainnav .p_mainnav__second li a:hover,
  .p_mainnav .p_mainnav__second li a:focus,
  .p_mainnav .p_mainnav__second li a:active {
    text-decoration: none; }
  .p_mainnav .p_mainnav__second li:first-child {
    padding-left: 3.5em;
    text-align: left; }
    .p_mainnav .p_mainnav__second li:first-child a, .p_mainnav .p_mainnav__second li:first-child b {
      padding-left: 0; }
  .p_mainnav .p_mainnav__second li:last-child {
    border: none; } }

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

.p_header__inner {
  position: relative;
  height: 100%; }

.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: 220px;
  height: 55px;
  line-height: 0;
  margin-top: 15px;
  padding: 0;
  display: inline-block; }
  .p_toplogo a {
    color: #fff; }

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

.p_logo {
  transition: -webkit-transform 0.4s;
  transition: -ms-transform 0.4s;
  transition: transform 0.4s; }

@media only screen and (min-width: 20px) {
  .scroll .p_header {
    height: 90px;
    position: fixed;
    z-index: 30;
    top: 0; }
  .scroll .p_logo {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    margin-top: 2px; }
  .scroll .p_toplogo {
    margin-top: 0; }
  .scroll .p_header--container {
    top: 1rem; }
  .scroll nav.p_mainnav {
    position: fixed;
    top: 50px;
    max-width: 96rem; } }

@media only screen and (min-width: 20px) {
  .posteo_registrierung .p_header, .posteo_new .p_header, .posteo_users_new .p_header,
  .posteo_postmaster .p_header,
  .posteo_widerrufsbelehrung .p_header,
  .posteo_forgot_password .p_header,
  .p_pages--jslicense .p_header {
    height: 70px;
    border-bottom: none; }
  .posteo_registrierung.scroll .p_header, .posteo_new.scroll .p_header, .posteo_users_new.scroll .p_header,
  .posteo_postmaster.scroll .p_header,
  .posteo_widerrufsbelehrung.scroll .p_header,
  .posteo_forgot_password.scroll .p_header,
  .p_pages--jslicense.scroll .p_header {
    height: 50px; } }

/**
 * -------------------------------------------------------------------------- *
 * @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-top: 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: 20px) {
    .p_footer a:link,
    .p_footer a:visited {
      text-decoration: underline; } }

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

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

.p_footer a.p_toplink {
  border: 1px solid white; }
  @media only screen and (min-width: 20px) {
    .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: 20px) {
  .p_footernav {
    width: 100%;
    display: table;
    padding: 2rem 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 		$HOMEPAGE
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
.p_login--start {
  margin-bottom: 45px; }

.h2_startseite {
  font-size: 3rem;
  line-height: 0.6;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: right;
  margin: 20px 0;
  padding-top: 1.5em;
  padding-right: 35px; }

#postfacheroeffnen {
  padding-left: 185px;
  margin-bottom: 30px;
  background: url(../images/mail_startseite-klein.png);
  background-position: 10px 10px;
  background-size: 162px 110px;
  background-repeat: no-repeat;
  color: #595757; }

#postfacheroeffnen p:first-child {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-left: -0px;
  margin-bottom: 10px;
  white-space: nowrap; }

#startueberuns {
  border-top: 1px solid #a9d158;
  margin: 3rem 10% 0;
  padding: 3rem 0; }

#startueberuns h2 {
  margin: 20px 0;
  font-size: 1.8rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center; }

#startueberuns p {
  font-style: normal;
  text-align: center; }

#startueberuns img {
  float: left;
  width: 24%;
  margin-right: 5%; }

.infonavigator {
  height: 580px; }

#infonavigator_startseite {
  background: url(../images/navigator_start.png);
  background-repeat: no-repeat;
  background-position: 45% 80px;
  background-size: 793px 472px; }

#infonavlinks {
  width: 42%;
  padding-top: 20px; }

#infonavrechts {
  width: 36%;
  padding-top: 20px; }

.infonavigator h3 {
  font-size: 1.4rem;
  display: inline-block;
  background-color: #a9d158;
  margin: 0;
  zoom: 1; }

.infonavigator p {
  margin-bottom: 30px; }

/*=========================Startseitenpuzzle========================*/
/*=========================Startseitenpuzzle========================*/
#hundertprozent h2 {
  font-size: 2.2rem;
  padding: 10px 20px 0 30px; }

#hundertprozent img {
  margin: 10px; }

#hundertprozent ul {
  list-style-type: none;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: #595757;
  padding: 0; }

#hundertprozent li:after {
  content: "";
  background: #dbdbdb;
  position: absolute;
  top: 0;
  left: 0;
  height: 160px;
  width: 1px; }

#hundertprozent li {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 30px;
  background-repeat: no-repeat; }

#oekostrompuzzlepart {
  background: url(../images/strom_puzzle.png);
  background-position: 30px 20px;
  background-size: 150px 116px;
  height: 40px;
  width: 200px;
  padding: 160px 10px 0 30px; }

#datensparpuzzlepart {
  background: url(../images/daten_puzzle.png);
  background-position: 15px 50px;
  background-size: 137px 94px;
  height: 20px;
  width: 165px;
  padding: 180px 0 0 15px; }

#werbefreipuzzlepart {
  background: url(../images/einkauf_puzzle.png);
  background-position: 10px 20px;
  background-size: 138px 130px;
  height: 20px;
  width: 160px;
  padding: 180px 0 0 30px; }

#sslpuzzlepart {
  background: url(../images/schloss_puzzle.png);
  background-position: 50px 20px;
  background-size: 100px 132px;
  height: 20px;
  width: 188px;
  padding: 180px 10px 0 20px; }

#anonympuzzlepart {
  background: url(../images/anonym_puzzle.png);
  background-position: 40px 10px;
  background-size: 128px 128px;
  height: 40px;
  width: 200px;
  padding: 160px 10px 0 20px; }

#anonympuzzlepart:after {
  width: 0px !important; }

#syncpuzzlepart {
  background: url(../images/synch_puzzle.png);
  background-position: 45px 40px;
  background-size: 163px 98px;
  height: 20px;
  width: 240px;
  padding: 180px 30px 0 30px; }

#nachhaltigpuzzlepart {
  background: url(../images/sparschwein_puzzle.png);
  background-position: 30px 30px;
  background-size: 240px 105px;
  height: 20px;
  width: 275px;
  padding: 180px 20px 0 40px; }

#mehrpuzzlepart {
  background: url(../images/plus_puzzle.png);
  background-position: 50px 20px;
  background-size: 120px 108px;
  height: 20px;
  width: 210px;
  padding: 180px 10px 0 50px; }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$REGISTER
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
#registrierungsprozess {
  width: 85%;
  list-style-type: none;
  margin: 50px auto; }

#registrierungsprozess li {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
  width: 29%;
  float: left;
  border-bottom: 5px solid;
  margin: 0 2%; }

#registrierungsprozess span {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 5.2rem;
  float: left;
  margin-left: 15px;
  margin-right: 10px;
  line-height: 40px;
  margin-bottom: 10px; }

.regstep {
  width: 85%;
  margin: 50px auto;
  font-weight: 300;
  font-style: normal; }

.regstep p strong {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal; }

.regstep label {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  display: block;
  margin: 20px 0 10px;
  clear: left; }

.regstep input {
  border-radius: 0;
  border: 0; }

.regstep input[type=text] {
  height: 20px;
  background-color: #f6f5f5;
  border: 1px solid #e3e1e0; }

.regstep input[type=password] {
  height: 20px;
  background-color: #f6f5f5;
  border: 1px solid #e3e1e0; }

.regstep input[type=text],
.regstep input[type=password] {
  margin-bottom: 5px; }

.regstep input[type=submit] {
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  padding: 1px 13px;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  -webkit-appearance: none;
  margin-right: 1%; }

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;
  margin-left: 20px;
  border: none; }

form span.checked:after {
  content: url("/images/checked.gif");
  width: 20px; }

.p_reginfo,
.regstep .hint {
  width: 60%;
  padding: 0 3% 0 0;
  float: left; }

#reginfo {
  width: 40%;
  padding: 20px 2%; }

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

#creditinfo {
  margin: 5px 0 20px;
  width: 58%;
  padding: 0 3% 0 0; }

.span-5 {
  width: 30%;
  padding: 20px 2.5%;
  margin: 20px 1.5% 10px;
  float: left;
  background-color: #e5ecf9; }

#cash_box, #transfer_box, #paypal_express_box {
  min-height: 33em !important; }

#credit_card_box,
#voucher_box {
  width: 96% !important; }

#credit_amount_slider {
  margin-left: 10px; }

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

#widerruf {
  padding: 2rem 5% 1rem;
  margin: 0 -7% 2rem; }

#widerruf strong {
  display: inline-block; }

#credit_card_box div.options,
#credit_card_box div.numbers {
  width: 45%;
  float: left; }

#credit_card_box div.numbers {
  width: 55%; }

#credit_card_box li {
  list-style: none; }

#credit_card_box .numbers label {
  width: 7em; }

#credit_card_box .numbers label.cvc {
  width: auto; }

.regstep #credit_card_box label {
  font-family: 'DroidSans', trebuchet ms, tahoma, sans-serif;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin: 0; }

#user_credit_card_number {
  width: 20.3em; }

#user_credit_card_cvc {
  width: 3em; }

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

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$LEISTUNGEN
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
.leistungenzitat {
  font-family: 'DroidSerifItalic', georgia, times new roman, serif;
  line-height: 18px;
  font-style: normal;
  width: 460px;
  text-align: center;
  margin: 20px 110px 10px 0px; }

.leistungensubzitat {
  display: block;
  font-family: 'DroidSerifItalic', georgia, times new roman, serif;
  line-height: 18px;
  font-style: normal;
  text-align: left;
  color: #858383;
  padding: 0 2rem; }
  @media only screen and (min-width: 20px) {
    .leistungensubzitat {
      padding: 0 25%; } }

#featuretour,
.featuretour-swiper-container,
.featuretour-swiper-slide {
  position: relative;
  margin: 0 auto;
  width: 420px;
  height: 335px; }
  @media only screen and (max-width: 19px) {
    #featuretour,
    .featuretour-swiper-container,
    .featuretour-swiper-slide {
      height: 370px; } }

#featuretour-swipe-prev {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 2; }

#featuretour-swipe-next {
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 2; }

.infolink {
  position: relative;
  display: block;
  margin-top: 70px;
  margin-bottom: 50px;
  padding-top: 5px;
  padding-left: 130px;
  color: #686867 !important;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -1px;
  background-color: #ebebea;
  text-decoration: none;
  text-align: left; }

.infolinkverschluesselung {
  z-index: -1;
  display: block;
  margin-top: -45px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 130px;
  color: #686867 !important;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -1px;
  background-color: #ebebea;
  text-decoration: none;
  text-align: left; }

.infolink strong,
.infolinkverschluesselung strong {
  font-size: 2.4rem; }

#leistungen_logos {
  text-align: center; }

.leistungenadressbuch,
.leistungenkalender,
.leistungeneinkauf,
.p_grafic-datenschutz,
.leistungenwelt {
  max-width: 60%;
  margin: 0 20%; }
  @media only screen and (min-width: 20px) {
    .leistungenadressbuch,
    .leistungenkalender,
    .leistungeneinkauf,
    .p_grafic-datenschutz,
    .leistungenwelt {
      margin: 0; } }

@media only screen and (min-width: 20px) {
  .p_grafic-datenschutz {
    max-width: 100%; } }

#leistungen_logos {
  margin: 0 20%; }
  @media only screen and (min-width: 20px) {
    #leistungen_logos {
      margin: 0; } }
  #leistungen_logos img {
    max-width: 60%; }

.infolink img,
#leistungendatenschutz .infolinkdatenschutz img, #featuresprivacy .infolinkdatenschutz img {
  position: absolute;
  margin-top: -50px;
  margin-left: -130px; }

@media only screen and (min-width: 20px) {
  .leistungenkalender {
    margin: -10px -40px -10px 0px; }
  .leistungenadressbuch {
    margin: -70px 0px -30px 60px; }
  .leistungeneinkauf {
    margin: 0 50px 0 0; }
  .leistungengeschenk {
    position: absolute;
    top: 0;
    right: 0; }
  .leistungeneuro {
    position: absolute;
    bottom: 130px;
    left: 30px; }
  #leistungen_logos {
    margin-top: 50px;
    width: 162px;
    text-align: left;
    float: left; }
    #leistungen_logos img {
      max-width: 100%; }
  .leistungenwelt {
    width: 100%; }
  .infolinkdatenschutz {
    margin-top: 15px; } }

@media only screen and (min-width: 20px) {
  #leistungenemail .links.haelfte, #featuresemail .links.haelfte {
    width: 60%; }
  #leistungenemail .rechts.haelfte, #featuresemail .rechts.haelfte {
    width: 40%; } }

@media only screen and (min-width: 20px) {
  #leistungenemail .links.haelfte, #featuresemail .links.haelfte {
    width: 50%; }
  #leistungenemail .rechts.haelfte, #featuresemail .rechts.haelfte {
    width: 50%; } }

#leistungenanmelden .mitte {
  text-align: center;
  padding: 0 2rem; }
  @media only screen and (min-width: 20px) {
    #leistungenanmelden .mitte {
      text-align: left;
      width: 60%; } }

@media only screen and (min-width: 20px) {
  .leistungenanmelden {
    width: 160px;
    height: 115px;
    margin-bottom: 40px;
    margin-right: 30px; } }

.leistungensonstiges {
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 19px) {
    .leistungensonstiges img {
      width: 40%;
      max-width: 100%;
      margin: 1rem 1%; }
      .leistungensonstiges img:first-of-type {
        width: 50%; } }
  @media only screen and (min-width: 20px) {
    .leistungensonstiges {
      text-align: left; } }
  .leistungensonstiges .ul_unterseite {
    text-align: left; }
    .leistungensonstiges .ul_unterseite li {
      margin-bottom: 30px; }

.sonstiges h4 {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  text-transform: uppercase;
  text-decoration: none; }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$PRIVACY
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
.datensammler {
  margin: -280px 0 0 30px; }

#motivation,
#pl_motivation + h3 {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center; }

#motivation ~ p,
#pl_motivation + h3 ~ p {
  margin: 20px 10%;
  text-align: center; }

.ul_unterseite h3 {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 0.3em; }

#anonymitaet {
  width: 940px;
  height: 400px;
  margin: 20px auto;
  background: url(../images/anonym_datenschutz.png);
  background-repeat: no-repeat;
  background-position: 42% 100%;
  background-size: 183px 184px; }

.h2_anonymezahlung {
  font-size: 2.8rem;
  text-align: left;
  margin-right: 2rem; }

#zahlungstreifen {
  align: right;
  height: 27px;
  margin-left: 260px;
  margin-top: -30px; }

#anonymezahlung img {
  margin: 30px 2%; }

#anonymezahlung p {
  width: 65%;
  float: left;
  margin: 30px 2%; }

#sicherheitmittelblock {
  padding: 5px 40px 5px 220px;
  margin: 2rem 2.5% 3rem;
  background: url(../images/info.png);
  background-repeat: no-repeat;
  background-position: 30px 50%;
  background-size: 165px 151px;
  background-color: #f6f5f5; }

.posteo_datenschutz .infolink,
.posteo_privacy .infolink {
  margin-top: 3rem; }

.p_grafic-werbefreiheit {
  margin: 0 5%;
  float: left; }

/**
 * -------------------------------------------------------------------------- *
 * @subsection: 	$TRANSPORTWEG-VERSCHLÜSSELUNG
 * @type:			section on page
 * -------------------------------------------------------------------------- *
 */
#transportwegverschluesselung {
  display: inline-block;
  font-style: normal;
  font-size: 1.6rem; }

#tls-anbieter {
  margin: 2rem 0;
  padding: 0; }
  #tls-anbieter > * {
    margin: 1em 5%; }
  #tls-anbieter h3 {
    font-family: "DroidSansRegular", trebuchet ms, tahoma, sans-serif;
    font-style: normal;
    color: #fff;
    margin: 0;
    padding: 0.5em 1em;
    text-align: center;
    width: 100%; }

#tls-anbieter img {
  z-index: 3;
  margin-left: -25px;
  margin-top: -20px;
  position: absolute;
  width: 40px; }

#mailanbieter {
  width: 90%; }

#mailanbieter td {
  font-style: normal; }

#serververschluesselung img {
  z-index: 2;
  margin-left: -45px;
  margin-top: -15px;
  position: absolute; }

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

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$PAYMENT
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
.anonpay {
  margin: -280px 0 0 -480px; }

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

.rand4 {
  padding: 4px; }

.neunhundert {
  width: 900px; }

#beispielcode {
  position: relative;
  background: url(../images/codeexplain.png) no-repeat center center;
  height: 135px;
  width: 504px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 5px; }

#erste5stellen {
  position: absolute;
  width: 200px;
  height: 50px;
  top: 25px;
  left: 25px; }

#letzte3stellen {
  position: absolute;
  width: 230px;
  height: 50px;
  top: 25px;
  right: 10px; }

#unterbeispielcode {
  border-right: 7px #f6f5f5 solid;
  padding-right: 20px; }

#moneyeuro {
  position: absolute;
  background: url(../images/moneyeuro.png) no-repeat center center;
  height: 250px;
  width: 292px;
  right: 20px;
  margin-top: 40px; }

.infolinkbezahlung {
  z-index: -1;
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 130px;
  height: 25px;
  color: #686867 !important;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -1px;
  background-color: #ebebea;
  text-decoration: none;
  text-align: left; }

.infolinkbezahlung strong {
  font-size: 2.4rem; }

.posteo_bezahlung .grau_background,
.posteo_payment .grau_background {
  margin-bottom: 2rem; }
  .posteo_bezahlung .grau_background .h3_encryption,
  .posteo_payment .grau_background .h3_encryption {
    margin-left: 0; }

/**
 * -------------------------------------------------------------------------- *
 * @section 		$BLOG
 * @description:	posteo-blog (list + article) and media-blog (list)
 * -------------------------------------------------------------------------- *
 */
#aktuelles {
  padding: 0 2rem 3rem; }
  @media only screen and (min-width: 20px) {
    #aktuelles {
      padding: 0 2% 3rem; } }

dl#aktuelles {
  padding: 0; }
  dl#aktuelles dt {
    margin: 0 0 7px 0;
    width: 65px;
    float: left;
    clear: left;
    text-align: center;
    color: #fff;
    font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -1px;
    text-transform: uppercase; }
  dl#aktuelles dd {
    margin: 0 0 0 10px;
    float: left;
    font-style: normal; }
  dl#aktuelles .teaserlink {
    width: 335px; }
  dl#aktuelles dd a {
    color: #333b2a;
    text-decoration: underline; }

@media only screen and (min-width: 20px) {
  #aktuelle_meldungen {
    padding: 0 2rem 0 0;
    float: left;
    width: 78%; } }

#aktuelle_meldungen article {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e3e1e0; }
  #aktuelle_meldungen article:only-child,
  #aktuelle_meldungen article:last-child {
    border-bottom: none; }

#aktuelle_meldungen h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  letter-spacing: -1px; }

#aktuelle_meldungen h4 {
  font-size: 1.6rem;
  letter-spacing: -1px;
  margin: 2rem 0; }
  @media only screen and (min-width: 20px) {
    #aktuelle_meldungen h4 {
      margin: -5px 0 10px; } }

.blogmedienlink {
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 20px) {
    .blogmedienlink {
      float: right;
      width: auto; } }

@media only screen and (min-width: 20px) {
  .medientext {
    width: 70%; } }

.singlepost {
  display: inline-block;
  margin: 0 0 7px 0;
  width: 65px;
  text-align: center;
  color: white;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase; }

.sourceandmore {
  display: block;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -1px;
  text-decoration: none; }

.sourceandmore:after {
  content: " >>"; }

.p_blogfilter {
  margin: 0 0 5rem;
  padding: 0; }
  @media only screen and (min-width: 20px) {
    .p_blogfilter {
      padding: 0.5rem 1rem 0.5rem;
      margin: 0 0 2rem;
      border: 1px solid #CCC;
      border-radius: 2px;
      margin-top: 1em;
      width: 22%;
      float: right; } }
  .p_blogfilter .p_blogfilter_label {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }
  .p_blogfilter ul {
    list-style-type: none;
    margin: 0 0 1rem;
    padding: 0; }
    @media only screen and (min-width: 20px) {
      .p_blogfilter ul {
        text-align: center; } }

.kategorie_blog {
  background-color: #a9d158; }

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

.kategorie_medien {
  background-color: #ff8938; }

.kategorie_online {
  background-color: #a9d158; }

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

.kategorie_funk {
  background-color: #ff8938; }

li.filter {
  display: inline-block;
  width: 32%;
  margin: 0;
  padding: 0.1em 0.6em;
  text-align: center;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  cursor: pointer; }
  @media only screen and (min-width: 20px) {
    li.filter {
      margin: 0 auto 0.4em;
      width: 80%; } }
  li.filter span {
    padding: 0 2px; }
  li.filter:hover span,
  li.filter:focus span,
  li.filter:active span {
    text-decoration: underline;
    cursor: pointer; }

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

#blognavigation a:link, #blognavigation a:visited {
  color: white;
  text-decoration: none; }

#blognavigation a:hover, #blognavigation a:focus, #blognavigation a:active {
  background-color: transparent;
  text-decoration: underline; }

p#loading {
  margin: 4rem 0 2rem; }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$ABOUT-POSTEO
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
#team {
  margin: 5rem 0 2rem; }

#teamimages {
  margin: 3rem 0; }

/*=========================Überuns========================*/
#ueberunstext {
  margin: 0;
  padding: 0 5%;
  width: 69%;
  border-right: 1px solid #333b2a; }

#supporttext {
  width: 49%;
  padding: 0 40px 0 60px; }

#entwicklertext {
  width: 51%;
  border-left: 1px solid black;
  padding: 0 60px 0 50px; }

#teamimages img {
  margin-right: 1px;
  width: 24%; }

#teamportraits {
  margin: 5rem 2%;
  text-align: center; }

#teamportraits div {
  width: 28%;
  display: inline-block;
  margin: 1px; }

#teamportraits p {
  min-height: 100px;
  padding: 20px 30px 20px 10px; }

#officeimages {
  width: 805px;
  margin: 3rem auto; }

#officeimages div {
  float: right; }

#officeimages img {
  margin: 2px; }

.h3_ueber_uns {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #a9d158;
  width: 760px;
  border-top: 1px solid #a9d158;
  padding-top: 5px;
  display: block;
  text-align: right;
  margin: 30px auto; }

#canteenimages {
  width: 805px;
  margin: 20px auto; }

#campusimages {
  width: 670px;
  margin: 20px auto; }

#serverimages {
  width: 910px;
  margin: 40px auto; }

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

#algebramitte {
  margin-right: 100px; }

.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: 		$FAQ (Häufige Fragen)
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
#faq {
  padding: 0 1em 2rem; }

#faq.sec_faq {
  padding: 2em 1em; }

#faqlinks #linkepunkte,
#faqrechts {
  display: none; }

@media only screen and (max-width: 19px) {
  #faq {
    position: relative;
    padding-bottom: 235px; }
  #faqlinks img:last-of-type {
    position: absolute;
    bottom: 0;
    left: 35%; } }

.showable {
  cursor: hand;
  cursor: pointer; }

#faqbild {
  margin-left: 70px; }

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

.h3faq:after {
  content: " v";
  color: #a9d158;
  font-weight: 600; }

@media only screen and (min-width: 20px) {
  .h3faq + p {
    margin-right: 23%;
    border-top: 2px solid #a9d158;
    padding-top: 10px; }
  #faqlinks {
    display: block;
    width: 134px;
    height: 470px;
    float: left; }
  #faqrechts {
    display: block;
    width: 134px;
    height: 630px;
    float: right; }
  #linkepunkte {
    margin-left: 60px;
    margin-top: -22px;
    margin-bottom: -5px; }
  #rechtepunkte {
    margin-top: -22px;
    margin-bottom: -7px; }
  .faqumzug {
    margin-left: 17%; }
  .faqeigenedomains {
    margin-left: 19%; }
  .faqwebspace {
    margin-left: 20%; }
  .faqzehnjahre {
    margin-left: 21%; }
  .faqgeschaeft {
    margin-left: 19%; }
  .faqtestzugang {
    margin-left: 18%; }
  .faqdatenspeicher {
    margin-left: 21%; }
  .faqdomainendungen {
    margin-left: 18%; }
  .faqspeicherplatz {
    margin-left: 16%; }
  .faqrechtzeitig {
    margin-left: 17%; }
  .faqfaxsms {
    margin-left: 21%; }
  .faqspamordner {
    margin-left: 25%; }
  .faqseitwann {
    margin-left: 35%; }
  .faqkonversation {
    margin-left: 25%; }
  .faqgratispostfach {
    margin-left: 18%; }
  .faqkostenlos {
    margin-left: 19%; }
  .faqtelefon {
    margin-left: 35.5%; }
  .faqanonym {
    margin-left: 20%; }
  .faqfilter {
    margin-left: 37%; }
  .faqguthabennachricht {
    margin-left: 22%; }
  .faqschuldenfrei {
    margin-left: 30%; }
  .faqendtoend {
    margin-left: 32%; }
  .faqmailinglisten {
    margin-left: 28%; }
  .faqverkauf {
    margin-left: 31%; } }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$CONTACT
 * @type:			page			
 * -------------------------------------------------------------------------- *
 */
#kontaktformular {
  position: relative; }

#kontaktformular:before,
#kontaktformular:after {
  content: " ";
  display: table; }

#kontaktformular:after {
  clear: both; }

.kontaktgrafik {
  position: absolute;
  left: 0px;
  bottom: 0px; }

.zeitentext {
  position: absolute;
  right: 40px;
  bottom: 310px;
  width: 165px;
  z-index: 2;
  color: white !important;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal; }

.zeitentext span {
  font-size: 1.8rem; }

html[lang="en"] .zeitentext {
  right: 32px;
  bottom: 301px;
  width: 170px; }

.kontaktanrede {
  display: block;
  font-size: 2.4rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 1.5rem; }

.kontaktanrede span {
  color: #a9d158; }

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

.h2_abusebox {
  margin-top: 2rem; }

.h2_pressebox::before,
.h2_abusebox::before {
  width: 2rem;
  height: 2.6rem;
  position: relative;
  bottom: -0.4rem;
  display: inline-block;
  content: ' ';
  background: url("../images/infosign.png") no-repeat; }

.pressekontakt img {
  margin: -40px 0px 0px 40px; }

.h2_kontaktformular {
  font-size: 3.6rem;
  text-decoration: none;
  margin-right: 2rem; }

#kontaktstreifen {
  height: 27px;
  margin-left: 300px;
  margin-top: -46px; }

.new_contact_message {
  font-style: normal;
  margin-bottom: 50px; }

.new_contact_message input,
textarea {
  border: 0px;
  background-color: #f2fceb; }

.new_contact_message label {
  display: block;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  margin-top: 15px;
  margin-bottom: 7px; }

#contact_message_submit {
  display: block;
  position: absolute;
  color: white !important;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #a9d158;
  width: 240px;
  height: 24px;
  margin-top: 20px;
  border-radius: 12px;
  z-index: 1;
  -webkit-appearance: none; }

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

/**
 * --------------------------------------------------------------------------- *
 * @section:        $TRANSPARENCY-REPORT-2014
 * @type:			page            
 * --------------------------------------------------------------------------- *
 */
.tb2014 .h2_unterseite {
  margin-bottom: 5rem; }

.tb2014 #tberlaeuterung {
  width: 500px; }

.tb2014 .tbtabellenh3rechts {
  width: 500px !important; }

.tb2014 #tbtabellen h3 {
  width: 380px; }

.tb2014 .links.haelfte {
  width: 52%; }

.tb2014 .dreineunzig {
  width: 41%; }

.p_tbfaq-container__inner {
  margin-left: 2rem; }

/**
 * @section       Generell Textstyles for Paragraphs and Lis
 * @note          globale font-size im body-Tag wäre besser... hier jetzt nur für li
 */
.tb2014 p {
  margin: 10px 0; }

.tb2014 p.bottom20 {
  margin-bottom: 20px; }

/**  
 * @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 p {
  margin: 0; }

.tb2014 h5 + p,
.tb2014 h6 + p,
.tb2014 h5 + .p_tb-img_container p,
.tb2014 h6 + .p_tb-img_container p {
  margin-top: 0; }

.tb2014 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
 * --------------------------------------------------------------------------- *
 */
.p_header-tb {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 2.6rem;
  margin: 2rem 0 1.5rem; }

/**
 * @subsection       Oberste Seitenüberschrift
 */
.p_header-tb--big {
  font-size: 6.4rem;
  text-align: center;
  margin-top: 50px; }

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

/**
 * @subsection       Untergeordnete Überschrift (H3 - H6)
 * @note             for kl: .p_header-tb--h3 war vorher .p_header-tb--small
 */
.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-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  margin: 30px 0px 10px;
  display: block;
  /* global für h4 gesetztes inline-block überschreiben */
  color: #a9d158;
  border-bottom: 2px solid #a9d158; }

.p_header-tb--h5 {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  margin: 20px 0 5px; }

.p_header-tb--h6 {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  margin: 20px 0 3px; }

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

/**
 * @subsection       aufgeklappter Container
 * @note             
 */
.p_showable__container {
  background: #efefef none repeat scroll 0 0;
  border-bottom: 2px solid #A9D158;
  margin: 6px 0 20px;
  padding: 15px 12px; }

.p_showable__container blockquote,
q {
  background: #fefefe none repeat scroll 0 0;
  margin: 5px 0 20px !important; }

/**
 * @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;
  color: #666;
  font-size: 1.4rem;
  display: block;
  line-height: 20px;
  margin: 10px 0; }

.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 {
  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   
 */
i.fa-angle-down {
  color: #a9d158;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0 3px;
  border-radius: 4px; }

i.fa-angle-down.fa-angle-up:before {
  content: "\f106"; }

i.fa-angle-up {
  color: #a9d158;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0 3px; }

i.fa-angle-down:hover,
i.fa-angle-up:hover {
  color: #fff;
  background: #efefef; }

.show-hide-container {
  position: relative; }

/**
 * --------------------------------------------------------------------------- *
 * @section         $Zitate
 * --------------------------------------------------------------------------- *
 */
/**
 * @subsection      Zitate  
 * @description     im Satz und als Block bekommen das gleiche Layout  
 */
.tb2014 blockquote,
.tb2014 q {
  display: block;
  border-left: 5px solid #a9d158;
  margin: 5px 0 20px;
  padding: 20px 100px 20px 30px;
  font-size: 1.4rem;
  font-style: normal;
  background-color: #efefef; }

.tb2014 blockquote p:before,
.tb2014 q:before {
  content: ' '; }

.tb2014 blockquote p:after,
.tb2014 q:after {
  content: ' '; }

/**
 * @subsection      Quelle 
 * @description     in blockquote, and for first of type  
 */
.tb2014 cite {
  color: #74992a;
  /* gruen etwas dunkler als #A9D158, da so in grau besser lesbar */
  font-size: 1.4rem; }
  .tb2014 cite a:link,
  .tb2014 cite a:visited {
    color: #74992a; }
  .tb2014 cite a:hover,
  .tb2014 cite a:focus,
  .tb2014 cite a:active {
    color: #333b2a;
    background-color: #f2f2f1; }

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

/**
 * --------------------------------------------------------------------------- *
 * @section         $Imagegallery with Thumbnails
 * @description     One big Thumbnail and lots of small Thumbnails next to it
 * --------------------------------------------------------------------------- *
 */
/**
 * margin-left of ul reserves the spaces for the first image
 */
.p_gallery--horizontal {
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  margin: 0 0 30px 580px;
  height: 366px; }

/**
 * first image is positioned absolute into the available space of the margin-left of ul
 */
.p_gallery--horizontal li:first-child {
  position: absolute;
  left: 0px;
  width: 580px;
  height: 366px; }

.p_gallery--horizontal li {
  border: 3px solid #ddd;
  margin: 0;
  padding: 0; }

/**
 * styles for all from the second li (smaller, float, positioning for the clipping of img)
 */
.p_gallery--horizontal li:nth-child(n+2) {
  float: left;
  margin: 0px 0 6px 6px;
  position: relative;
  width: 118px;
  height: 118px; }

/**
 * every 3.li after the 5.li gets a clearing for positioning
 */
.p_gallery--horizontal li:nth-child(3n+5) {
  clear: left; }

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

/**
 * cropping /clipping for alle Thumbnails
 */
.p_gallery--horizontal li img {
  position: absolute;
  height: auto; }

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

/**
 * all others smaller, but with a little Zoom
 */
.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; }

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

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$JOBS
 * @type:			page			
 * -------------------------------------------------------------------------- *
 */
.p_quote--jobs {
  width: 90%;
  margin: 20px 10% 10px 0; }

#jobs {
  padding-top: 3rem; }
  #jobs .haelfte {
    width: 49%; }

.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
 * -------------------------------------------------------------------------- *
 */
.impressum .vierzwanzig {
  width: 73%; }

.impressum h2 {
  letter-spacing: -1px;
  margin-bottom: 1.5rem; }

.impressum img {
  margin-top: 45px; }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$AGB
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
.agb,
.datenschutzerklaerung {
  margin: 1rem 10%; }
  .agb h2,
  .datenschutzerklaerung h2 {
    letter-spacing: -1px;
    margin-bottom: 1.5rem; }
  .agb h3,
  .datenschutzerklaerung h3 {
    font-size: 1.8rem;
    letter-spacing: -1px;
    margin-bottom: 1.5rem; }
  .agb img.rechts,
  .datenschutzerklaerung img.rechts {
    margin-left: 3rem; }

/**
 * -------------------------------------------------------------------------- *
 * @section 		$PRIVACY-POLICY
 * @type:			page		
 * -------------------------------------------------------------------------- *
 */
.datenschutzerklaerung {
  margin: 40px 90px; }

.datenschutzerklaerung h2 {
  letter-spacing: -1px;
  margin-bottom: 1.5rem; }

.datenschutzerklaerung h3 {
  font-size: 1.8rem;
  letter-spacing: -1px;
  margin-bottom: 1.5rem; }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$JS-LICENSES
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
.p_pages--jslicense .license-img {
  margin: 0 40px; }

.p_pages--jslicense .p_quote--jslicense {
  margin: 20px 90px 10px 0;
  width: 410px; }

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

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

.p_pages--jslicense .p_table--jslicense td {
  padding: 0.4em; }

.p_pages--jslicense .p_table--jslicense td:nth-child(odd) {
  width: 36%; }

/**
 * -------------------------------------------------------------------------- *
 * @subsection: 	$POSTEO-LAB
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
#lab_ueberblick h2 + img.bottom20.left10 {
  width: 96%;
  margin: 0 2% 2rem; }

#lab_ueberblick .textcenter.mitte.sechshundert {
  width: 62%; }

.lab_entdecken .mitte.textcenter.top20 {
  margin: 4rem auto; }

.lab_entdecken .haelfte .drittel {
  width: 80%; }

#lab_trainings .clear.bottom20 {
  margin-bottom: 2rem; }

#lab_trainings .siebensiebzig .dreifuffzich {
  width: 45%; }

.siebensiebzig {
  width: 80%;
  margin: 2rem auto; }

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

/***** Posteo Lab - ae 21.10.2014 ******/
.h3_ueber_uns_events {
  border-bottom: 1px solid #a9d158;
  display: block;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin: 30px auto 0;
  padding-top: 5px;
  text-align: left;
  width: 760px; }

#posteolabimages {
  margin: 20px auto;
  width: 880px; }

.events {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 930px; }

.events h4 {
  display: block;
  font-size: 17px;
  margin: 0 0 4px; }

.events li {
  padding: 1.5em 5px; }

.events li:nth-child(2n+1) {
  background: #f8f6f4; }

.events li:nth-child(2n+1) p a:hover {
  background-color: #fff; }

.events li p {
  font-size: 13px;
  line-height: 17px; }

.events .timebatch {
  border: 1px solid #bfd963;
  background-color: #bfd963;
  border-radius: 10px;
  width: 66px;
  height: 66px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 6px;
  float: left;
  margin-right: 30px; }

.events .date,
.events .time {
  display: inline-block;
  line-height: 26px;
  vertical-align: middle; }

.events .time {
  border-top: 1px solid #fff; }

.event-past {
  opacity: 0.8; }

/* Kalender-Batch für vergangene Veranstaltungen zurückgenommen */
.events .event-past .timebatch {
  border: 1px solid #dfe9b5;
  background-color: #dfe9b5; }

.events .titleinfo {
  float: left;
  margin-right: 30px;
  width: 300px; }

.events .entryfee,
.events .organizer {
  display: inline;
  margin-right: 5px; }

.specialinfo {
  display: block;
  margin-top: 5px; }

.events .eventover {
  display: block;
  margin-top: 5px; }

.events .description {
  width: 460px;
  float: left; }

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

.findus {
  margin: 30px auto;
  font-size: 14px;
  width: 900px; }

.findus .address-box {
  width: 355px;
  margin-right: 30px;
  float: left;
  background-color: #f8f6f4;
  box-sizing: border-box;
  height: 289px;
  padding: 1em; }

.findus address {
  font-style: normal;
  margin: 0.8em 0; }

.findus h3 {
  font-size: 14px;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: normal; }

.findus p {
  margin: 0.8em 0; }

.findus .address-box p a:hover {
  background-color: #fff; }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$FORGOT-PASSWORD
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
.p_page--forgotpw {
  margin: 2rem 2rem 6rem; }

#forgotpassword .links {
  width: 57%; }

#forgotpassword .rechts {
  width: 37%;
  padding: 20px;
  background-color: #f6f5f5;
  margin-top: 4rem; }

#forgotpassword h2 {
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 1.5rem;
  margin-top: 5rem; }

#forgotpassword h3 {
  letter-spacing: -1px;
  margin-bottom: 5px; }

#forgotpassword img {
  margin: 0px 0 0 45px; }

#forgotpassword input {
  border-radius: 0;
  border: 0px; }

#forgotpassword label {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  display: inline-block;
  margin: 1rem 5%; }

#forgotpassword input[type=text] {
  background-color: #f6f5f5;
  margin-left: 30px;
  font-family: 'DroidSansRegular', trebuchet ms, tahoma, sans-serif;
  font-size: 1.4rem; }

#forgotpassword input[type=submit] {
  margin: 1rem 0 2rem 34.5%;
  color: #fff;
  padding: 1px 13px;
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  -webkit-appearance: none; }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$LOGOS-WHO-WE-SUPPORT
 * @type:			page
 * -------------------------------------------------------------------------- *
 */
.p_support-logos {
  margin: 0 3rem 3rem; }
  .p_support-logos h3 {
    padding-bottom: 0.2em;
    border-bottom: 1px solid #e3e1e0; }
  .p_support-logos img {
    margin: 2rem auto;
    display: block; }

/**
 * -------------------------------------------------------------------------- *
 * @subsection 		$P_INTRO
 * @type:			component 
 * -------------------------------------------------------------------------- *
 */
.p_intro {
  padding: 2.5em 4rem 2rem 4rem; }

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

.p_intro h1 {
  margin: 0.3em 0;
  font-size: 4.0rem;
  text-transform: uppercase;
  color: #a9d158; }

.p_intro__quote {
  margin-bottom: 2em; }
  .p_intro__quote blockquote {
    font-family: "DroidSerifItalic", georgia, times new roman, serif;
    font-style: normal; }

.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: 20px) {
  .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 {
      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 {
  right: 2rem;
  top: 2rem;
  position: absolute;
  text-align: right; }

.p_button--ghost {
  position: static;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.3rem 0.8rem;
  display: inline-block;
  margin-left: 0.8rem; }

.p_button--ghost a {
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-decoration: none; }
  .p_button--ghost a:active, .p_button--ghost a:focus {
    background-color: #a9d158; }

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

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

.fa-globe::before {
  font-size: 1.7rem; }

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

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

@media only screen and (max-width: 285px) {
  .p_button--ghost {
    top: 8.5rem;
    color: #595757;
    border: 1px solid #595757; }
    .p_button--ghost .fa-globe-svg use {
      fill: #595757; }
    .p_button--ghost a {
      color: #595757; }
    .p_button--ghost:hover, .p_button--ghost:focus, .p_button--ghost:active {
      border: 1px solid #a9d158; } }

.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 {
  display: none; }

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

.rand {
  padding: 10px; }

/**
 * -------------------------------------------------------------------------- *
 * @section 		$FEATURE-TOUR
 * @component:		Slider
 * -------------------------------------------------------------------------- *
 */
.swiper-button-prev.swiper-button-top:before,
.swiper-button-next.swiper-button-top:before {
  font-size: 8rem !important; }

#starttour {
  position: relative;
  width: 960px;
  height: 340px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.starttour-swiper-container,
.starttour-swiper-slide {
  width: 800px;
  height: 340px; }

#starttour cite {
  font-family: 'DroidSerifItalic', georgia, times new roman, serif;
  line-height: 18px;
  font-style: normal; }

.h3_slider {
  color: #595757;
  font-size: 2.4rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1; }

.slidermetazeile {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 6rem;
  line-height: 47px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px; }

#starttour ul {
  font-style: normal;
  font-size: 1.6rem;
  list-style-type: none; }

#starttour li {
  padding-left: 18px;
  line-height: 18px; }

#starttour li:before {
  margin-left: -18px;
  content: "● ";
  font-size: 2rem;
  color: #a9d158; }

.sliderlist {
  font-size: 1.6rem;
  margin-bottom: 10px; }

#erklaerbalken {
  position: relative;
  height: 60px;
  width: 680px;
  margin: 0 auto 10px;
  border-bottom: 2px solid LightGray; }

#erklaerbalken span {
  font-family: 'DroidSansBold', trebuchet ms, tahoma, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 40px;
  color: #595757; }

#punkylinks img {
  position: absolute;
  left: -40px;
  top: 0px; }

#punkyrechts img {
  position: absolute;
  top: 0px;
  right: -40px; }

#slidenewtext {
  width: 680px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 20px; }

#slidestart {
  position: relative;
  background: url(../images/mail_start.png);
  background-repeat: no-repeat;
  background-position: 97% 76%;
  background-size: 326px 201px; }

#slidekalender {
  position: relative;
  background: url(../images/kalender_slider.png);
  background-repeat: no-repeat;
  background-position: 0px 40px;
  background-size: 380px 241px; }

#slideadressbuch {
  position: relative;
  background: url(../images/adressbuch_slider.png);
  background-repeat: no-repeat;
  background-position: 80px 0px;
  background-size: 245px 320px; }

#slidenachhaltigkeit {
  position: relative;
  background: url(../images/slider_nachhaltigkeit_windradco2.png);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  background-size: 395px 294px; }

#slidenachhaltigkeit cite {
  position: absolute;
  left: 0px;
  top: 200px;
  width: 260px; }

#slidedatenschutz {
  position: relative;
  background: url(../images/slider_datenschutz.png);
  background-repeat: no-repeat;
  background-position: 10px 80px;
  background-size: 372px 221px; }
  #slidedatenschutz .eindrittel {
    width: 51%; }

#slidedatenschutz cite {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 360px; }

#slidewerbefrei {
  position: relative;
  background: url(../images/slider_werbefreiheit.png);
  background-repeat: no-repeat;
  background-position: 50px 10px;
  background-size: 317px 298px; }

#slideumzug {
  position: relative;
  background: url(../images/slider_umzugsservice.png);
  background-repeat: no-repeat;
  background-position: 8% 10%;
  background-size: 250px 250px; }
  #slideumzug .zweidrittel {
    width: 60%; }

html[lang="en"] #slideumzug {
  background-image: url(../images/slider_umzugsservice_en.png); }

.slider-img-text {
  margin-left: 440px; }

.testsieger-box {
  background-color: #f2f2f1;
  border-radius: 10px;
  box-sizing: border-box;
  color: #333;
  font-size: 1rem;
  line-height: 1.3em;
  margin-left: 215px;
  margin-top: -13px;
  padding: 0.8em 0.6em;
  text-align: center;
  width: 135px; }

.testsieger-highlight {
  font-size: 1.2rem;
  line-height: 1.167em;
  font-weight: bold;
  text-transform: uppercase; }

.testurteil {
  font-weight: bold;
  text-transform: uppercase; }

.prizing {
  background-color: transparent;
  margin-top: 27px;
  margin-left: 32%;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 1px; }

html[lang="en"] .prizing,
.prizing_en {
  margin-top: 180px; }

.currency,
.time-highlight {
  text-transform: uppercase; }

/**
 * -------------------------------------------------------------------------- *
 * @section      	$CRYPTO-GRAPHIC
 * @type:			component for Section: Overview Encryption
 * -------------------------------------------------------------------------- *
 */
.gr_crypto .start-interactive {
  float: right;
  padding-right: 20px;
  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%; }

.gr_crypto dl {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 1.2em;
  position: relative;
  height: 640px;
  margin-bottom: 0px; }

.gr_crypto dt {
  position: absolute;
  border: 3px solid #444;
  color: #444;
  letter-spacing: normal;
  text-transform: none;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer; }

.gr_crypto dt a:link {
  color: #444;
  text-decoration: none; }

.gr_crypto dt.act {
  background-color: #fff !important;
  border-color: #000 !important;
  color: black !important; }

.gr_crypto dt.act + dd + dt {
  border-color: #000; }

.gr_crypto dd {
  display: none;
  background-color: #fff;
  width: 260px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 68%;
  color: #444;
  padding-right: 20px; }

.gr_crypto dd p,
.gr_crypto dd ul {
  margin-bottom: 1em; }

.gr_crypto dd h3 {
  margin-bottom: 0.3em; }

.gr_crypto dd p + ul {
  margin-top: -0.6em; }

.gr_crypto dd li {
  list-style-image: none;
  margin-left: 0em; }

.gr_crypto dd li i:before {
  color: #a9d158; }

.no-js .gr_crypto dd {
  display: block; }

.no-js .gr_crypto dd:nth-of-type(2) {
  top: 1em; }

.no-js .gr_crypto dd:nth-of-type(3) {
  top: 2em; }

.no-js .gr_crypto dd:nth-of-type(4) {
  top: 3em; }

.no-js .gr_crypto dd:nth-of-type(5) {
  top: 4em; }

.no-js .gr_crypto dd:nth-of-type(6) {
  top: 5em; }

.no-js .gr_crypto dd:nth-of-type(7) {
  top: 6em; }

.no-js .gr_crypto dd:nth-of-type(8) {
  top: 7em; }

.no-js .gr_crypto dd:nth-of-type(9) {
  top: 8em; }

.no-js .gr_crypto dd:nth-of-type(10) {
  top: 9em; }

.gr_crypto dt:nth-of-type(1) {
  top: 0;
  margin: 0 18px;
  width: 604px;
  height: 600px;
  border-color: #cccccc;
  background-color: #fff; }

.gr_crypto dt:nth-of-type(1):hover {
  background-color: #f2f2f2;
  background-color: #fff;
  border-color: #000;
  color: black; }

.gr_crypto dt:nth-of-type(1):hover + dd + dt {
  border-color: #000; }

.gr_crypto dt:nth-of-type(2) {
  top: 40px;
  border-color: #bbbbbb;
  background-color: #eee;
  margin: 0 36px;
  width: 568px;
  height: 550px; }

.gr_crypto dt:nth-of-type(2):hover {
  background-color: #e1e1e1;
  background-color: #fff;
  border-color: #000;
  color: black; }

.gr_crypto dt:nth-of-type(2):hover + dd + dt {
  border-color: #000; }

.gr_crypto dt:nth-of-type(3) {
  top: 80px;
  background-color: #e2ecb8;
  border-color: #c1d668;
  margin: 0 54px;
  width: 532px;
  height: 500px; }

.gr_crypto dt:nth-of-type(3):hover {
  background-color: #c1d668;
  background-color: #fff;
  border-color: #000;
  color: black; }

.gr_crypto dt:nth-of-type(3):hover + dd + dt {
  border-color: #000; }

.gr_crypto dt:nth-of-type(4) {
  top: 120px;
  color: #fff;
  background-color: #424c36;
  border-color: #282e21;
  margin: 0 72px;
  width: 496px;
  height: 450px; }

.gr_crypto dt:nth-of-type(4):hover {
  background-color: #5c694c;
  background-color: #fff;
  border-color: #000;
  color: black; }

.gr_crypto dt:nth-of-type(4):hover + dd + dt {
  border-color: #000; }

.gr_crypto dt:nth-of-type(5) {
  top: 160px;
  color: #444;
  background-color: #a9d158;
  border-color: #74992a;
  margin: 0 90px;
  width: 460px;
  height: 400px; }

.gr_crypto dt:nth-of-type(5):hover {
  background-color: #93c135;
  background-color: #fff;
  border-color: #000;
  color: black; }

.gr_crypto dt:nth-of-type(5):hover + dd + dt {
  border-color: #000; }

.gr_crypto dt:nth-of-type(6) {
  top: 200px;
  background-color: #e2ecb8;
  border-color: #c1d668;
  margin: 0 108px;
  width: 424px;
  height: 350px; }

.gr_crypto dt:nth-of-type(6):hover {
  background-color: #c1d668;
  background-color: #fff;
  border-color: #000;
  color: black; }

.gr_crypto dt:nth-of-type(6):hover + dd + dt {
  border-color: #000; }

.gr_crypto dt:nth-of-type(7) {
  top: 240px;
  background-color: #fff;
  border-color: #cccccc;
  margin: 0 126px;
  width: 388px;
  height: 200px; }

.gr_crypto dt:nth-of-type(7):hover {
  background-color: #e6e6e6;
  background-color: #fff;
  border-color: #000;
  color: black; }

.gr_crypto dt:nth-of-type(7):hover + dd + dt,
.gr_crypto dt:nth-of-type(7):hover + dd + dt + dd + dt {
  border-color: #000; }

.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;
  color: #fff;
  background-color: #424c36;
  border-color: #282e21;
  margin: 0 144px;
  width: 352px; }

.gr_crypto dt:nth-of-type(8):hover {
  background-color: #5c694c;
  background-color: #fff;
  border-color: #000;
  color: black; }

.gr_crypto dt:nth-of-type(9) {
  top: 390px;
  background-color: #eee;
  border-color: #bbbbbb;
  margin: 0 144px;
  left: 100px;
  width: 252px; }

.gr_crypto dt:nth-of-type(9):hover {
  background-color: #d4d4d4;
  background-color: #fff;
  border-color: #000;
  color: black; }

.gr_crypto dt:nth-of-type(10) {
  top: 480px;
  padding-right: 50px;
  background-color: #fff;
  border-color: #cccccc;
  margin: 0 126px;
  width: 348px; }

.gr_crypto dt:nth-of-type(10):hover {
  background-color: #e6e6e6;
  background-color: #fff;
  border-color: #000;
  color: black; }

.gr_crypto dt:nth-of-type(10):hover + dd + dt {
  border-color: #000; }

.gr_crypto dt:nth-of-type(10):before {
  content: url(../images/krypto-addressbook.png);
  bottom: -25px;
  right: -15px;
  position: absolute; }

/**
 * -------------------------------------------------------------------------- *
 * @section: 		$END-TO-END-ENCRYPTION
 * @type:			component
 * -------------------------------------------------------------------------- *
 */
.grau_background a:hover,
.grau_background a:focus {
  background-color: #fff; }

.h2_unterseite.p_header--long {
  padding-right: 4px;
  font-size: 53px;
  height: 49px; }

.p_section--end2end .sechshundert {
  margin: 0 1%; }

.p_section--end2end h3 {
  margin: 0 0 0.2em 0; }

.p_section--end2end h4 {
  margin: 0.4em 0.8em; }

.p_section--end2end .rechts h4 {
  margin: 0.4em 0; }

.p_section--end2end ul.p_liste--intext {
  margin: 0 0 10px 25px;
  font-style: normal;
  line-height: 21px;
  padding: 0; }

.p_section--end2end li.p_liste--intext {
  padding: 5px 26px 5px 25px; }

.p_section--end2end .ul_gruenehaken.ul_grueneskreuz li {
  padding: 5px 26px 5px 25px;
  background: transparent url("../images/grueneskreuz.png") no-repeat scroll 0px 6px; }

.p_section--end2end img {
  width: 95%; }

.p_section--end2end .grau_background {
  margin-bottom: 2rem; }

.img-box.img-fullwidth {
  padding: 2px;
  margin: 5px 0px 15px 10px;
  display: block; }

.kryptomailtech.rechts {
  margin-bottom: 30px; }

/**
 * -------------------------------------------------------------------------- *
 * @section 		$PRESSETOUR
 * @component:		Slider
 * -------------------------------------------------------------------------- *
 */
#pressetour {
  position: relative;
  margin: 1em 0; }

.pressetour-swiper-container {
  width: 820px;
  margin: 0 5px;
  height: 290px; }

.pressetour-swiper-slide {
  display: table; }

.pressetour-swiper-slide div {
  box-sizing: border-box;
  width: 50%;
  padding: 0 1.5%;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  background: no-repeat top center; }

#pressetour .swiper-button-prev.swiper-button-top {
  left: 60px;
  top: 50%; }

#pressetour .swiper-button-next.swiper-button-top {
  top: 50%; }

#pressetour blockquote {
  position: relative;
  text-align: center;
  padding: 1em 30px;
  padding-top: 80px;
  line-height: 150%;
  font-size: 1em; }

#pressetour blockquote::before {
  color: #a9d158;
  font-size: 240%;
  line-height: 0;
  position: absolute;
  margin-left: -0.5em;
  margin-top: 0.1em;
  content: "\201E"; }

#pressetour blockquote::after {
  color: #a9d158;
  font-size: 240%;
  line-height: 0;
  position: absolute;
  bottom: 0.6em;
  content: "\201C"; }

[lang="en"] #pressetour blockquote::before,
#pressetour blockquote[lang="en"]::before,
[lang="fr"] #pressetour blockquote[lang="en"]::before {
  margin-top: 0.3em;
  content: "\201C"; }

[lang="en"] #pressetour blockquote::after,
#pressetour blockquote[lang="en"]::after,
[lang="fr"] #pressetour blockquote[lang="en"]::after {
  content: "\201D"; }

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

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

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

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

#pressetour cite {
  font-size: 1em;
  text-align: right;
  display: block;
  padding-right: 0.6em;
  font-style: normal;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em; }

/**
 * -------------------------------------------------------------------------- *
 * @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.1em 0; }

/**
 * --------------------------------------------------------------------------- *
 * @section      	$TMP-HACKS
 * @note            not neccessary anymore after cleaning classes in CMS
 * --------------------------------------------------------------------------- *
 */
.posteo_verschluesselung section > div.links.left30.vierzwanzig,
.posteo_encryption section > div.links.left30.vierzwanzig {
  margin: 2rem 2% 2rem 3%; }

.posteo_verschluesselung section > div.rechts.right10.dreineunzig,
.posteo_encryption section > div.rechts.right10.dreineunzig {
  margin: 0.5rem 3% 2rem 2%;
  width: 40%; }
  .posteo_verschluesselung section > div.rechts.right10.dreineunzig p:first-of-type,
  .posteo_encryption section > div.rechts.right10.dreineunzig p:first-of-type {
    text-align: center;
    margin-top: 2rem; }

.posteo_verschluesselung #zugriff + div.grau_background,
.posteo_encryption #zugriff + div.grau_background {
  margin: 2rem 0;
  padding-top: 15px; }

.posteo_verschluesselung section > div.zweisiebzig.grau_background,
.posteo_encryption section > div.zweisiebzig.grau_background {
  margin-top: 2rem; }

.posteo_verschluesselung section > div.links.right10.top20.sechshundert,
.posteo_encryption section > div.links.right10.top20.sechshundert {
  margin-top: 2rem; }

.posteo_verschluesselung section > div.sechshundert img.links.right10.top10,
.posteo_encryption section > div.sechshundert img.links.right10.top10 {
  margin: 1rem 1rem 0 0; }

.posteo_verschluesselung section > div.sechshundert.links .h3_encryption + .fuenfsechzig,
.posteo_encryption section > div.sechshundert.links .h3_encryption + .fuenfsechzig {
  width: 95%; }

.siebensiebzig::before,
.siebensiebzig::after,
.simple_form.user.validate::before,
.simple_form.user.validate::after,
#sicherheitmittelblock::before,
#sicherheitmittelblock::after,
#aktuelle_meldungen article::before,
#aktuelle_meldungen article::after {
  content: " ";
  display: table; }

.siebensiebzig::after,
.simple_form.user.validate::after,
#sicherheitmittelblock::after,
#aktuelle_meldungen article::after {
  clear: both; }

.posteo_ueber_posteo section > img.left10.top20.bottom30,
.posteo_about_posteo section > img.left10.top20.bottom30 {
  margin: 2rem 2% 5rem;
  width: 96%; }

.p_teamfoto {
  margin: 2rem 2% 5rem;
  width: 96%; }

.posteo_registrierung .regstep .simple_form.user.validate .bottom10.left40,
.posteo_users_new .regstep .simple_form.user.validate .bottom10.left40 {
  margin-left: 5%; }

.p_pagewrapper__inner,
.p_intro {
  width: 96rem; }

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