/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 900;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* acheck css */

/* temp for dev */

img {
  max-width: 100%;
}

/* general */

html, body {
  min-height: 100%;
}
body{
  position: relative;
}

body {
  background: rgb(245, 245, 245);
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: black;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}

.sticky-header {
  padding-top: 120px;
}

#d { background-color: #000; }
@media screen and (min-width: 768px) {
  #d { background-color: #666; }
}
@media screen and (min-width: 1366px) {
    #d { background-color: #fff; }
}


header {
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  blend-mode: multiply;
  z-index: 2;
  position: relative;
}

header .wrapper {
  padding: 16px 24px 24px 24px;
  text-align:right;
}

.sticky-header header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.sticky-header header .wrapper {
  padding-top: 14px;
  padding-bottom:15px;
}
.sticky-header header h1 a {
  width: 205px;
  height: 33px;
  background: 0 0 url(../img2020/logo-sticky.svg) no-repeat transparent;
}


#menutoggle {
  float:left;
  background: none;
  border: 0 none;
  outline: 0 none;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 52px;
  padding: 0;
  width: 100px;
  text-align: left;
}

#menutoggle span {display:none;}
#menutoggle.open span {display:inline-block;}

.sticky-header #menutoggle {
  margin-top:6px;
}

#menutoggle:before {
  color: red;
  font-size: 30px;
  font-weight: 900;
  vertical-align: bottom;
  font-family: "Font Awesome 5 Free";
  margin-right: 9px;
  cursor: pointer;
}


header nav, #filter-options {
  display: none;
  position: absolute;
  padding-top: 10px;
  top: 120px;
  left: 0;
  right: 0;
  z-index:2;
}
#nav-overlay {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  display:none;
}
#nav-overlay.open {
  display:block;
}

.sticky-header header nav {
  top: 70px;
}

header nav ul, #filter-options ul, .select-items {
  margin: 0;
  list-style-type: none;
  text-align: left;
  padding-left: 20px;
}
#filter-options ul, .select-items {
  padding-left:0;
}
header nav li, #filter-options li, .select-items li {
  margin: 0;
  padding:0;
}

header nav ul ul {
  padding-left: 0px;
}

header nav.open, #filter-options.open {
  display:block;
}

nav a, #filter-options a, .select-items a{
  display:inline-block;
  color: red;
  text-decoration: none;
  padding: 4px 9px;
  cursor: pointer;
}

header nav li:nth-child(2) {
  margin-top: 10px;
}
header nav li:nth-child(8)  {
  margin-top: 10px;
}
header nav li li:nth-child(8) {
  margin-top: 0;
}

#signpetitionform {
  position: relative;
}

#signpetitionform .custom-select,
#petition-form .custom-select,
#zk_form_order .custom-select,
#choosen-lastschrift .custom-select {
  display: inline-block;
  min-width: 100px;
}
#signpetitionform .select-selected,
#petition-form .select-selected,
#zk_form_order .select-selected,
#choosen-lastschrift .select-selected {
  padding: 14px;
  background: white;
  margin: 6px 0;
  display: inline-block;
  width: 100px;
  color: grey;
  font-weight: normal;
  text-transform: none;
  position: relative;
}
#petition-form .select-thema .select-selected {
  width:175px;
}
#zk_form_order .select-thema .select-selected{
  width: 250px;
}
#choosen-lastschrift .country-select .select-selected {
  width: 250px;
}
#signpetitionform .select-selected:before,
#petition-form .select-selected:before,
#zk_form_order .select-selected:before,
#choosen-lastschrift .select-selected:before {
  display:none!important;
}
#signpetitionform .select-selected:after,
#petition-form .select-selected:after,
#zk_form_order .select-selected:after,
#choosen-lastschrift .select-selected:after {
  content: "\f0ab";
  font-weight: 900;
  text-transform: uppercase;
  color: red;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 4px;
  color: grey;
  position: absolute;
  right: 15px;
  top: 15px;
}
nav a:hover, nav a:active, nav .active a,
#filter-options a:hover, #filter-options a:active, #filter-options .active a,
.select-items a:hover, .select-items a:active, .select-items .active a {
  background: black;
  color: #fff;
}

#submenu-petitionen, #submenu-petitionen.active, #submenu-petitionen:hover, #submenu-petitionen:active, span.nav-headlines {
  font-weight: 300;
  text-transform: uppercase;
  color: black;
  background: transparent;
  padding: 4px 9px 4px 3px;
  font-size: 18px;
  display: inline-block
}

header h1 {
  display:inline;
  margin: 0;
}
header h1 a{
  display:inline-block;
  text-indent: -9999px;
  text-align: left;
  width: 169px;
  height: 80px;
  background: 0 0 url(../img2020/logo.svg) no-repeat transparent;
}

.text-page .wrapper {
  padding: 0 24px 36px 24px;
}

.text-page h1, .normal-text h2, h2.like-normal-text, h1.like-normal-text {
  margin: 18px 0 12px 0;
  font-size: 18px;
  padding: 9px;
  border: 1px solid black;
  background: white;
  line-height: 22px; 
  display: inline-block;
  text-transform: uppercase;
}

.normal-text h2.with-counter {
  margin-top: 58px;
  position: relative;
}
.normal-text h2.with-counter span {
  padding: 9px;
  position: absolute;
  top: -40px;
  left: -1px;
}

.text-page h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.text-page p, .normal-text p, p.like-normal-text, .namenliste {
  margin: 0 0 12px 0;
}

.text-page p:last-child, .normal-text p:last-child {
  margin-bottom: 0;
}

.text-page a {
  color: red;
  text-decoration: none;
}
.text-page a:hover, .text-page a:active {
  text-decoration: underline;
}

h2 {
  font-weight: 700;
  color: black;
  font-size: 22px;
  line-height: 22px;
}

.copy {
  margin-bottom: 12px;
}
.copysmall {
  font-size: 16px;
  line-height: 20px;
}
.copy strong, .copysmall strong {
  font-weight: 700;
}
.copytiny {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px
}
.copytiny strong {
  font-weight: 900;
}

form label {
  display:none;
}

/* Breakpoint: Smartphone 375 x 667 (iPhone8) */

.head-h1, .normal-text h1 {
  font-weight: 700;
  color: black;
  font-size:22px;
  line-height: 22px;
}

.caps-cta {
  font-weight: 900;
  color: white;
  size: 16px;
  text-transform: uppercase;
  padding: 10px 10px 11px 10px;
  line-height: 22px;
  background: red;
  display:inline-block;
  margin: 0 auto; /* soll zentriert sein */
}
.caps-cta-divider {
  font-weight: 900;
  size: 16px;
  text-transform: uppercase;
  padding: 10px 10px 11px 10px;
  line-height: 22px;
  display:inline-block;
  margin: 0 auto; /* soll zentriert sein */
}

.pay {
  display:inline-block;
  font-weight: 700;
  color: white;
  font-size: 16px;
  padding: 10px 10px 11px 10px;
  line-height: 22px;
  background: red;
  margin: 0 6px;
}
.pay:hover, .pay.active {
 background: black; 
 color: white;
}

.social-bar {
  padding: 12px 18px 14px 18px;
  font-size: 24px; /* f+r die fa-brands */
}

.calltoaction-social, .info-kasten-center, .info-kasten, .info-kasten-button {
  padding: 9px 9px 18px 9px;
  border: 1px solid black;
  background: white;
  line-height: 22px; 
  display: inline-block;
}

.calltoaction-social + .social-bar {
  margin-top: -12px
}

.info-kasten, .info-kasten-center {
  padding: 9px 9px 10px 9px;
  margin: 18px 12px;
}
.info-kasten-center {
  font-weight:bold;
}

.calltoaction-social, .info-kasten-center {
  text-align: center;
}
nav a, .caps, #filter-options a, .select-items a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
}
.caps span {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}

h1 {
  font-weight: 700;
}
.filter-auswahl {
  height: 32px;
  padding: 10px 0 11px 10px;
  background: none;
}
.filter-auswahl:before {
  content: 'fas fa-arrow-circle-down';
}
.button {
  padding: 10px 10px 11px 10px;
  line-height: 22px;
  background: red;
  color:#fff;
  text-transform: uppercase;
  border: 0 none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.button:hover, .button-sign:hover, .button.active {
  background: black;
}
.button-sign {
  width: 151px;
  padding: 20px 0 20px 18px;
  line-height: 22px;
  background: red;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
}
input[type=text], textarea, input[type=email], textarea {
  padding: 14px;
  width: calc(100% - 28px);
  background: white;
  border: 0 none;
  color: rgb(180, 180, 180);

}

.info-kasten-button {
  padding-bottom: 15px;
  line-height: 20px;
}
.info-kasten-button .button {
  margin-top: -9px;
  line-height: 22px;
}
.with-counter span {
  display:inline-block;
  background:#000;
  color: #fff;
  vertical-align: baseline;
}

.namenliste {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.namenliste li {
  border-bottom: 1px solid rgb(180, 180, 180);
  margin: 0;
  display: inline-block;
  width: 100%;
  line-height: 32px;
  white-space: nowrap;
}
.namenliste li:last-child {
  border-bottom: 0 none;
}

.namenliste a {
  color: red;
}

.namenliste a span {
  color: black;
}

.person-counter {
  float: right;
  text-transform: uppercase;
}

footer {
  background:#fff;
  padding: 18px 24px 24px 24px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  text-align: center;
}
footer ul {
  list-style-type: none;
  display:block;
  margin:0;
  padding:0;
}
footer li { display:inline-block; }
footer li:last-child:before {
    content: "|";
}
footer a {
  display:inline-block;
  color: red;
  font-weight: 900;
  text-decoration: none;
  padding: 4px 9px;
}
footer a:hover, nav a:active, #filter-options a:hover, .socials a:hover {
  background: black;
  color: #fff;
}

.socials {
  background: red;
  list-style-type: none;
  padding: 0 ;
  text-align: center;
  margin: 0 auto;
  margin-top: 24px;
  font-size: 24px;
  display:inline-block;
}
.socials li {display:inline-block;}
.socials a, .socials a:hover, .socials a:active {
  color: #fff;
  padding: 8px 13px;
}
.socials li:last-child:before {
    content: "";
}

.petition-container, .person-container {
  max-width: 375px;
  background: #fff;
  margin: 0 0 18px 0;
  /*-webkit-column-break-inside: avoid; /* Chrome, Safari */
 /* page-break-inside: avoid;           /* Theoretically FF 20+ */
  /*break-inside: avoid-column;         /* IE 11 */
  /*display:table;                      /* Actually FF 20+ */
}
.teilnehmer-ziel-container {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    background-blend-mode: screen;
}
.teilnehmer-ziel-wrapper {
  display: inline-block;
  width: 180px;
  vertical-align: top;
  margin: 0 12px 0 14px;
}
.teilnehmer,
.ziel {
  width: 160px;
/*  height: 64px;*/
  padding: 9px;
  border: 1px solid black;
  background: none;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  color: black;

}
.ziel {
  background: black;
  color: white;
}
.teilnehmer strong,
.ziel strong {
  float: right;
}
.petition-container img, .person-container img {
  display:block;
}

.signin {
  width: 169px;
  height: 64px;
  padding: 14px 0 14px 18px;
  line-height: 22px;
  background: red;
  font-size: 16px
}

.petition-container .normal-text p {
  margin-left:0;
}
#answers-block .petition-container .normal-text p, #indv-profile-question-answer .petition-container .normal-text p{
  color:black;
}

#indv-profile-question-answer .normal-text h2 { margin-top:0;}
#indv-profile-question-answer .petition-container {padding-top: 18px; padding-bottom: 18px;}
#indv-profile-question-answer .copytiny {color:black}


.petition-container .normal-text .buttsignpetitionformon {
  display:inline-block;
  margin-bottom:12px;
}

figure {
  margin: 0;
}

.grey-area {
  background: rgb(220, 230, 230);
  box-shadow: inset 0 12px 28px -8px rgba(0, 0, 0, 0.3);
  blend-mode: multiply;
}

.petition-container h1 {
  font-weight: 700;
  color: black;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none;
  padding: 18px 24px;
  margin: 0!important;
  text-transform: none;
  display: block;
}
.person-container h1 {
  font-weight: 700;
  color: red;
  font-size: 22px;
  line-height: 22px;
  padding: 18px 24px;
  margin: 0;
}
.person-container h1 span {
  font-weight: 300;
  color: black;
}
/* Responsive Masonry */
.petition-wrapper, .persons-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    max-width:375px;
    column-gap: 0;
}
.persons-wrapper {
  margin-top: 12px!important;
}
#form-search-abg .custom-select {
  display:block;
  margin: 9px 0;
}

.hero-wrapper ~ .wrapper, .grey-area { padding-top: 24px; padding-bottom: 36px; }

.hero-wrapper {
  position: relative;
}
.hero-wrapper img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

/*.hero-wrapper a:first-child {
    display: none;
}*/

.hero-wrapper .teilnehmer-ziel-container {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: auto;
}

.hero-wrapper .button-sign {

}

.hero-wrapper h1 {
  padding: 18px 24px 18px 24px;
  margin: 0;
  background: white;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -72px;
  left: 0;
  width: calc(100% - 48px);
}

#filter {
  position: relative;
  padding-left: 24px;
}

form div {
  display: inline-block;
}

#filter form {
  display:inline;
}

#filter .info-kasten {margin-left:0;}


#filter-active, .select-selected {
  font-weight: 900;
  text-transform: uppercase;
  color: red;
  cursor: pointer;
}

#filter-options {
  top:0;
  padding-top:0;
  padding-left:24px;
}


.normal-text {
  padding: 0 24px;
}
.normal-text-center {
  text-align: center
}
.normal-text h1:first-child {
  margin-top:0;
}
.wrapper .first-element, .wrapper h1.first-element {
  margin-top: 30px;
}
figure {
  position: relative;
}

figcaption {
  position: absolute;
    left: 24px;
    bottom: 12px;
}

figcaption .fa {
  color: white;
}

figcaption.open {
  top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    width: auto!important;
    height: auto!important;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    border: 0 none !important;
    z-index: 3;
}

figcaption.open .fa {
  position: absolute;
    content: '';
    left: 24px;
    bottom: 12px;
}

figcaption span.text {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.9);
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    color: black;
    display: none;
    justify-content: center;
    align-items: center;
}

figcaption.open span.text {
  display:flex;
}

.grey-area .custom-select {
  position: relative;
}
/* The container must be positioned relative: */
.custom-select {
  display: inline-block;
  min-width: 100px; 
}

.custom-select select {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.select-selected:before {
  content: "\f0ab";
  font-weight: 900;
  text-transform: uppercase;
  color: red;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 4px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent black transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-selected {
  cursor: pointer;
}
/* Style items (options): */
.select-items {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  display:none;
}

.spenden-custom-select .select-items {
  left: inherit;
  right: inherit;
}

/* Hide the items when the select box is closed: */
.open .select-items  {
  display:block;
}

input[type=text], input[type=email] {
  padding: 14px;
  background: white;
  /* color: rgb(180, 180, 180); */
  color: black;
  margin: 6px 0;
  display: inline-block;
}

input#title {
  width: calc(100% - 8px - 4px - 126px - 32px);
  margin-left: 8px; /* 12 - 4px for whitespace */
}

input#firstname, input#lastname, input#email {
  width: calc(100% - 28px);
}
input#street {
  width: calc(100% - 118px);
}
input#nr {
  width: 50px;
  margin-left: 8px;
}
input#place {
width: calc(100% - 138px)
}
input#postcode {
  margin-right: 8px;
  width: 70px;
}
.label-radio {
  display:inline-block;
}
.label-checkbox {
  display:block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
.label-checkbox span {
  position: absolute;
  left:0;
  top: 2px;
  font-size:16px;
  color: red;
}
.label-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.label-checkbox .checked {
  display: none;
}
.label-checkbox input[type="checkbox"]:checked ~ .checked {
  display: inline-block;
}
.label-checkbox input[type="checkbox"]:checked ~ .unchecked {
  display: none;
}

.label-radio input[type="radio"]:checked ~ .checked {
  display: inline-block;
}
.label-radio input[type="radio"]:checked ~ .unchecked {
  display: none;
}
.label-radio input[type="radio"],
.label-radio .checked {
    display: none;
}
.label-radio span {
  font-size:16px;
  color: red;
}

.top-link {
  width: auto;
  display: inline-block;
  margin: 24px 0 0 24px;
}

.anchor-position {
  display: block;
  height:      70px;
  margin-top: -70px;
  visibility: hidden;
}


.text-link {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: red;
}
.text-link:hover, .text-link:active  {
  text-decoration: underline;
}

/*#zk_form_order label, .powermail_form label{
 display: block;
}*/

fieldset {
  padding: 0;
  margin: 0;
  border: 0px none;
}
fieldset legend { display:none; }

#social-bar {
  font-size: 36px;
  position: relative;
  z-index:0;
  margin-top: -24px;
}

h2.social-head {
  position: relative;
  z-index:1;
}

#social-bar a {
  display:inline-block;
  padding: 24px;
}

#subscribeform {
  margin-top: 30px;
}

.tx-ds-donation-handler, #choosen-ueberweisung, #choosen-paypal, #choose-amount, #choose-abo, #choose-frequenz {
  padding: 24px 0;
}
.tx-ds-donation-handler p {
  margin-left:0!important;
  max-width: inherit!important;
}
#choosen-none {padding-bottom: 300px}
#choosen-lastschrift, #choosen-ueberweisung, #choosen-paypal, #choose-abo-choice-one, #choose-abo-choice-constant, #choose-amount, #choose-personaldata, #overview-input {display: none}
#choose-abo-choice-one,#choose-abo-choice-one {margin:12px 0 0 0;}

#choose-amount input[type="radio"]{
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#donation-amount-entered {
  width: 500px;
  margin: 24px 0;
}
#choose-amount label,
label.button {
  cursor: pointer;
  display:inline-block;
}
#choose-personaldata {
  text-align: left;
}
.tx-ds-donation-handler input#beginn, .tx-ds-donation-handler input#bic {
  width: 185px;
}
.tx-ds-donation-handler input#iban {
  width: 264px;
  margin-left:8px;
  margin-right:8px;
}
.tx-ds-donation-handler input#titel {
  width: 50px;
  margin-left: 8px;
}
.tx-ds-donation-handler input#vorname {
  width: 220px;
  margin-left:8px;
  margin-right:8px;
}
.tx-ds-donation-handler input#name {
  width: 225px;
}
.tx-ds-donation-handler input#strasse {
  width: 247px;
}
.tx-ds-donation-handler input#nr {
  width: 50px;
  margin-right:8px;
}
.tx-ds-donation-handler input#ort {
  width: 248px;
  margin-left:8px;
}
.tx-ds-donation-handler input#plz {
  width: 50px;
}
#label-date {
  display:inline-block;
}
input#geb1 {
  width: 30px;
  margin-left:8px;
}
input#geb2 {
  width: 30px;
  margin-left:8px;
  margin-right:8px;
}
input#geb3 {
  width: 50px;
}
input#mail {
  width: 490px;
  margin-right: 8px;
}
.country-select {min-width: 150px}
.tx-ds-donation-handler label strong {
  font-weight: 900;
  color: black;
  font-size: 100%;
  text-transform: inherit;  
  display: inline;
}
.button-icon:after {
  content: "\f0a9";
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 4px;
}

.button-icon-back:before {
  content: "\f0a8";
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 4px;
}

#zk_form_order {
  position: relative;
}
#zk_form_order .custom-select ul {
  margin-left: 12px;
}
#zk_form_order #firstname {
  width: 300px;
  margin: 0 8px;

  margin: 6px 0;
  width: calc(100% - 28px);
}
#zk_form_order #lastname {
  width: 300px;

  margin: 6px 0;
  width: calc(100% - 28px);
}
#zk_form_order #street {
  width: 256px;

  margin: 6px 0;
  width: calc(100% - 118px);
}
#zk_form_order #street_number {
  width: 50px;

  margin: 6px 0;
  margin-left: 8px;
}
#zk_form_order #postcode {
  width: 70px;
  margin: 6px 0;
  margin-left: 8px;
  margin-left:0;
  margin-right:8px;

}
#zk_form_order #city {
  width: 256px;

  margin: 6px 0;
  width: calc(100% - 138px);
}
#zk_form_order #email {
    /*width: 751px;*/
  width: calc(100% - 28px);
}
#zk_form_order .letter {
  margin: 6px 0;
  padding: 10px 0;
}
#zk_form_order textarea {
  /*width: 751px;*/

  margin: 6px 0;
  width: calc(100% - 28px);
}
#zk_form_order p {
  margin: 14px 0;
}


#petition-form #vorname {
  width: 300px;
  margin: 0 8px;

  margin: 6px 0;
  width: calc(100% - 28px);
}
#petition-form #name {
  width: 300px;

  margin: 6px 0;
  width: calc(100% - 28px);
}
#petition-form #strasse {
  width: 256px;

  margin: 6px 0;
  width: calc(100% - 118px);
}
#petition-form #street_number {
  width: 50px;

  margin: 6px 0;
  margin-left: 8px;
}
#petition-form #plz {
  width: 70px;
  margin: 6px 0;
  margin-left: 8px;
  margin-left:0;
  margin-right:8px;

}
#petition-form #ort {
  width: 256px;

  margin: 6px 0;
  width: calc(100% - 138px);
}
#petition-form #mail {
  /*width: 751px;*/
  width: calc(100% - 28px);
}
#petition-form .letter {
  margin: 6px 0;
  padding: 10px 0;
}
#petition-form textarea {
  /*width: 751px;*/
  margin: 6px 0;
  width: calc(100% - 28px);
}

#subscribeform #titel {
  width: 50px;
  margin: 0 8px;
}
#subscribeform #firstname {
  width: 237px;
  margin-right: 8px;
}
#subscribeform #lastname {
  width: 236px;
}

.persons-wrapper .info-kasten-button {
  margin: 12px 24px 40px 24px;
  position: relative;
}

.persons-wrapper .info-kasten-button .button {
  position: absolute;
  bottom: -26px;
  left: 6px;
}
.persons-wrapper .info-kasten-button .button ~ .button {
      left: 175px;
}

#form-search-abg .custom-select {
  margin-right: 5px;
  min-width:inherit;
}
#abg_search_form_input_nameorplz {
  width: 217px;
  margin-right: 5px;
}

.person-container .info-kasten-button {
  display:block;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.person-container .fragen, .person-container .antworten  {
  display:block;
  position: relative;
  color: black;
}
.person-container .fragen strong, .person-container .antworten strong {
  position: absolute;
  right: 0;
  top: 1px;
}

#abg-detail {
  padding-top:24px;
}

#abg-detail figure+h1, #abg-detail figure+h1+p {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
}

dt, dd {
  text-transform: uppercase;
  margin:0;
}
dt {clear:both; float:left; margin-right:6px; }
dd { font-weight:bold; float:left; }

/* Breakpoint: Tablet 1024 x 768 (iPad) page-width: 768px */
@media screen and (min-width: 768px) {
  .wrapper, nav ul {
    max-width: 720px;
    margin: 0 auto!important;
  }
  #menutoggle {
    width: auto;
  }
  #menutoggle span {display:inline;}
  nav ul {
    column-count: 3;
    column-gap: 18px;
    column-fill: auto;
    height: 270px;
    padding-left: 0;
  }
  .stick-header header nav { top: 70px; }
  header nav ul {padding: 0 24px;top:120px;}
  nav ul ul {
    column-count: initial;
    column-gap: initial;
    height: initial; 
    padding-left: 24px;
    padding-right: 0;
  }
  header nav li:nth-child(2) {
    margin-top: 30px;
  }
   header nav li:nth-child(8)  {
    margin-top: 140px;
  }
  header nav li li:nth-child(8) {
    margin: 0;
    padding: 0;
  }
  header nav ul ul li {padding-top:0 !important;margin-top:0 !important;}
    .text-page h2, .text-page p, .text-page ul, .text-page ol, .text-page h3, .text-page h4, .text-page h5, .text-page iframe, .text-page table, .text-page blockquote, .text-page dl, .text-page hr, .normal-text p, p.like-normal-text {
    margin-left: 90px;
  }
  .head-h1, .normal-text h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .petition-wrapper a:nth-child(2n) .petition-container { margin-right:0;  }
  .persons-wrapper a:nth-child(2n) .person-container { margin-right:0;  }
  .petition-container, .person-container { 
    width: 375px;
    margin-right:14px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3)
  }
  .petition-wrapper, .persons-wrapper {
    /*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
    max-width:768px;
    margin: 0 -24px;
    /*column-gap: 18px;*/
  }

  .hero-wrapper .teilnehmer-ziel-container {
    margin-left: -384px;
    left: 50%;
  }
  .hero-wrapper h1 {
    left: 50%;
    width: 720px;
    margin: 0 0 0 -384px;
  }
  .c33r {
    padding: 0;
  }
  #subscribeform {
    margin-left: 90px;
  }
  .pay {
    font-size:30px;
    font-weight: 300;
  }
  .custom-select.col-3 ul {
    column-count: 3;
    column-gap: 18px;
    column-fill: auto;
    padding-left: 0;
  }
}



/* Breakpoint: Laptop 1366 x 768 page-width: 1161px */
@media screen and (min-width: 1366px) {
  html,body {
    height:100%;
  }
  #global-wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
  }
  header .wrapper {
    padding-left: 0; 
    padding-right: 0;
  }
  main {
    padding-bottom: 150px;
  }
  footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .wrapper {
    max-width: 1161px;
  }
  .text-page .wrapper, nav ul {
   max-width: 1113px; 
  }
  .text-page h1, .normal-text h2, h2.like-normal-text {
    margin-top: 30px;
  }
   .text-page h2, .text-page p, .text-page ul, .text-page ol, .text-page h3, .text-page h4, .text-page h5, .text-page iframe, .text-page table, .text-page blockquote, .text-page dl, .text-page hr, .normal-text p, p.like-normal-text {
    margin-left: 66px;
    max-width: 588px;
  }
  .normal-text .normal-text-center p {
    max-width: inherit;
    margin-left: 0;
  }
  .text-page img {
    max-width: 588px; 
  }
  .head-h1, .normal-text h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .petition-container h1 {
   font-size: 22px;
    line-height: 22px; 
  }
  .normal-text h2.with-counter {
    padding: 0 9px 0 0;
  }
  .normal-text h2.with-counter span {
    position: relative;
    left: inherit;
    top: inherit;
  }
  .namenliste {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 18px;
    margin: 0;
  }
  .namenliste li:last-child {
    border-bottom: 1px solid rgb(180, 180, 180);
  }
  .petition-wrapper a:nth-child(2n) .petition-container { margin-right:14px;  }
  .persons-wrapper a:nth-child(2n) .person-container { margin-right:14px;  }
  .petition-wrapper a:nth-child(3n) .petition-container { margin-right:0;  }
  .persons-wrapper a:nth-child(3n) .person-container { margin-right:0;  }
  .petition-wrapper, .persons-wrapper {
    /*-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;*/
    max-width:1161px;
    /*column-gap: 18px;*/
    margin: 0;
  }
  .hero-wrapper .teilnehmer-ziel-container {
    margin-left: -580px;
  }
  .hero-wrapper h1 {
    margin: 0 0 0 -580px;
    width: 1161px;
    margin: 0 0 0 -580px;
    width: 1161px;
  }

  .subcolumns {
    width: 100%;
    padding: 0 1px 0 1px;
    margin: 0 -1px 0 -1px;
    overflow: hidden;
    position: relative;
  }
  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; overflow: hidden; }
  .c50r, .c25r, .c33r, .c30r, .c38r, .c66r, .c75r, .c62r {float: right; overflow: hidden; }

  .c25l, .c25r { width: 24.999%; }
  .c33l, .c33r { width: 33.333%; }
  .c30r { width: 30%; }
  .c50l, .c50r { width: 49.999%; }
  .c66l, .c66r { width: 66.666%; }
  .c75l, .c75r { width: 74.999%; }
  .c38l, .c38r { width: 38.196%; } /* Goldener Schnitt */
  .c62l, .c62r { width: 61.803%; } /* Goldener Schnitt */

  .top-link {
    width: 386px;
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
  }
  #subscribeform {
    margin:84px 0 0 0;
  }
  .pay {
    padding: 26px 18px;
  }
  #social-bar {
    padding: 0 170px;
  }
  #form-search-abg .custom-select {
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
  }
  #zk_form_order #email, #zk_form_order textarea {
    width: 751px;
  }
  #zk_form_order #firstname {
    width: 270px;
    margin: 0 8px;
  }
  #zk_form_order #lastname {
    width: 300px;
  }
  #zk_form_order #street {
    width: 256px;
  }
  #zk_form_order #street_number {
    width: 50px;
  }
  #zk_form_order #postcode {
    width: 70px;
    margin: 6px 8px;
  }
  #zk_form_order #city {
    width: 256px;
  }

  #petition-form #email, #petition-form textarea {
    width: 751px;
  }
  #petition-form #titel {
    width: 50px;
    margin: 0 8px;
  }

  #petition-form #vorname {
    width: 238px;
    margin: 0 8px 0 0;
  }
  #petition-form #name {
    width: 238px;
  }
  #petition-form #strasse {
    width: 256px;
  }
  #petition-form #street_number {
    width: 50px;
  }
  #petition-form #plz {
    width: 70px;
    margin: 6px 8px;
  }
  #petition-form #ort {
    width: 251px;
  }
  #signpetitionform {
    padding-bottom: 200px;
  }
}



/* Breakpoint:  Desktop 1920 x 1080 page-width: 1161px */
@media screen and (min-width: 1920px) {
  .head-h1, .normal-text h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .caps-cta, .caps-cta-divider {
    font-weight: 900;
    font-size: 24px;
  }
  .pay {
    font-weight: 300;
    font-size: 30px
  }
}

/* specials for smartpheons < 375px */
@media screen and (max-width: 374px) {
  #menutoggle {
    width: 30px;
  }
  #menutoggle.open span {
    display:none;
  }
  .button-sign {
    width: 136px;
  }
  .petition-container img, .person-container img {
    height: auto;
  }
}
/* specials for smartpheons = 320px */
@media screen and (max-width: 320px) {
  .button-sign {
    width: 130px;
    padding-left: 10px;
  }
  .teilnehmer-ziel-wrapper {
    margin:0;
  }
  #filter {
    padding-left: 0;
  }
  #filter-options {
   padding-left: 0; 
  }
}
#cookie-settings{margin-bottom:1em;}
#cmmodal{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.5);z-index:999999999}
#cmmodalinner{position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 20px 100px;
    border-radius: 15px;
    display: flex;
    transform: translateX(-250px);
    width: 500px;
}}
#cmmodal ul{padding:0 60px;list-style:none}
#cmmodal ul a{text-decoration:none;display:block;width:160px;color:#000;border:1px solid #000;border-radius:5px;height:40px;line-height:40px;text-align:center;outline:0}
#cmmodal #cmbutton-accept{border-color:#ddd;background:#ddd;margin-bottom:10px}
#cmmodal p{text-align:right;margin:0}
#cookie-settings > p{margin-bottom:24px}
.cmsetting{display:flex;justify-content:space-between;margin-bottom:18px}
.cmsetting:last-child{margin-bottom:0}
.cmcontrols{display:flex;width:138px;justify-content:space-between}
.cmcontrols button{width:67px!important;height:34px!important;line-height:34px!important;font-size:14px!important;font-weight:bold;padding:0!important;outline:0!important;background:transparent!important;border:1px solid #9c9c9c!important;cursor:pointer;margin:0!important;color:#666!important}
.cmcontrols button[disabled="disabled"]{background:#ccc!important;border-color:#ccc!important}
.cmcontrols button:first-child{border-radius:5px 0 0 5px}
.cmcontrols button:last-child{border-radius:0 5px 5px 0}
.cmcontrols button.active:first-child{background:#6c0!important;border-color:#6c0!important;color:#000!important}
.cmcontrols button.active:last-child{background:#f30!important;border-color:#f30!important;color:#fff!important}
.cmdescrition{width:calc(100% - 160px)}
.cmdescrition a{background:transparent!important;padding:0!important;}
.cmdescrition h2,.cmdescrition h3,.cmdescrition h4{margin-top:7px!important}
.cm-placeholder{width:100%;box-sizing:border-box;padding:130px 20%;border:1px solid #ddd;background:#eee;display:block;text-decoration:none!important;outline:0;border:1px solid #bbb;background:#ddd;}
@media screen and (max-width: 767px){
   #cmmodalinner{transform: none;left:0px; right:0;top:10px;width: auto;}
  .cmsetting{margin-bottom:60px;flex-flow:column}
  .cmdescrition{width:100%;order:1}
  .cmcontrols{order:2}
  #cmmodalinner{padding:20px;display:block;}
  #cmmodal p{text-align:left;}
  #cmmodal ul{padding:0;display:flex;margin:20px 0 0;justify-content:space-between;list-style-type: none;}
  #cmmodal ul a{width:100%}
  #cmmodal ul li{width:calc(50% - 10px)}
}