#vorschaltbanner {
  width: 100%;
  height: 10vh;
  position: absolute;
  z-index: 299;
}

/* --ANFANG-- Vorschaltbanner - groß */

#vorschaltbanner-kampagne {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  cursor: default;
  animation: leiste-kampagne 1s 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
  background: #f7f7f7;
  border-bottom: 0.3em solid #0a9eff !important;
  padding-bottom: 10px;
  padding-top: 30px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  margin-top: 0em;
  margin-bottom: auto;
  z-index: 300;
  font-size: 1.3em;
  text-align: left;
  line-height: 1.1em;
  text-align: center;
}

@keyframes leiste-kampagne {
  from {
    transform: translateY(-400px);
  }

  to {
    transform: translateY(0px);
  }
}

#vorschaltbanner-kampagne p {
  margin: 0;
}

#vorschaltbanner-kampagne a {
  font-size: 0.8em;
  margin: 20px 0 0 0;
}

#h1-vorschaltbanner-kampagne {
  font-weight: 600;
  font-size: 5em;
  padding: 10px 0vw 0vw 0vw;
  margin-top: 0vh !important;
  margin-bottom: 0;
  color: #0a9eff;
  line-height: 1em;
}

#h1-vorschaltbanner-kampagne span {
  padding-left: 12px;
}

@media only screen and (max-width: 766px) {
  #h1-vorschaltbanner-kampagne {
    font-size: 4em;
    line-height: 1em;
    font-weight: 700;
  }
}

@media only screen and (max-width: 380px) {
  #h1-vorschaltbanner-kampagne {
    font-size: 3em;
    line-height: 1em;
    font-weight: 700;
  }
}

#h2-vorschaltbanner-kampagne {
  font-weight: 400;
  font-size: 0.8em;
  color: #4e4f50;
  line-height: 1.2em;
}

@media only screen and (max-width: 380px) {
  #h2-vorschaltbanner-kampagne {
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: 400;
  }
}

#h3-vorschaltbanner-kampagne {
  font-weight: 400;
  font-size: 0.8em;
  color: #4e4f50;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}

/* --ENDE-- Vorschaltbanner - groß */

/* --ANFANG-- Fahne */

#fahne {
  width: 255px;
  height: 155px;
  line-height: 1.1em;
  padding: 90px 10px 1vh 10px;
  cursor: pointer;
  background-color: #0a9eff;
  color: white;
  animation: fahnein 1s 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  font-size: 1em;
  margin-top: 0em;
  margin-bottom: auto;
  z-index: 301;
  position: absolute;
  text-align: center;
  right: 10vw;
  top: -50px;
}

@keyframes fahnein {
  from {
    transform: translateY(-200px);
  }

  to {
    transform: translateY(0px);
  }
}

#fahne:hover {
  background: linear-gradient(to bottom, #999999 5%, #4c4c4c 150%);
}

@media only screen and (max-width: 766px) {
  #fahne {
    margin: auto;
    position: relative;
    right: 0;
  }
}

#netzpolitik-pw:target {
  animation: pwout 1s 1 ease-in;
  animation-fill-mode: forwards;
}

@keyframes pwout {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-800px);
  }
}

#banner_weg a {
  text-decoration: none;
  /*animation: fahneweg;*/
  color: white;
  float: right;
  font-size: 0.7em;
  font-weight: 500;
  position: absolute;
  top: 65px;
  right: 0px;
  width: 40px;
  height: 30px;
  text-align: right;
  padding: 5px 15px 0 0;
}

#banner_weg a:hover {
  font-weight: 700;
}

#banner_hashtag {
  font-size: 1em;
  font-weight: 700;
}

#banner_text {
  font-size: 0.7em;
}

#widget_campain {
  width: 255px;
  position: absolute;
  right: 10vw;
  top: 95px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 766px) {
  #widget_campain {
    margin: auto;
    position: relative;
    right: 0;
    top: -59px;
  }
}

@media only screen and (max-width: 379px) {
  #widget_campain {
    margin: auto;
    position: relative;
    right: 0;
    top: -125px;
  }
}

/* --ENDE-- Fahne */

/* --ANFANG-- Banner Startseite  */

/*fix twingle iframe bug*/
#widget_campain > div > iframe {
  display: block;
}

#banner-startseite {
  font-family: "Alap", ".SFNSText-Regular", "San Francisco", "Roboto",
    "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif !important;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
  background: linear-gradient(to bottom, #f7f7f7 0%, #dedede 100%);
  border-bottom: 0.3em solid #0a9eff !important;
  padding-bottom: 1vh;
  padding-top: 0.5vh;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  margin-top: 0em;
  margin-bottom: auto;
  z-index: 300;
  font-size: 1.3em;
  text-align: left;
  line-height: 1.1em;
  text-align: center;
}

#banner-startseite p {
  margin: 0;
}

#banner-startseite a {
  font-size: 0.8em;
  margin: 20px 0 0 0;
}

#banner-startseite:hover {
  background: linear-gradient(to bottom, #dedede 0%, #c5c5c5 100%);
}

#h1-startseite {
  font-weight: 600;
  font-size: 5em;
  padding: 10px 0vw 0vw 0vw;
  margin-top: 0vh !important;
  margin-bottom: 0;
  color: #0a9eff;
  line-height: 1em;
}

#h1-startseite span {
  padding-left: 12px;
}

@media only screen and (max-width: 766px) {
  #h1-startseite {
    font-size: 4em;
    line-height: 1em;
    font-weight: 700;
  }
}

@media only screen and (max-width: 380px) {
  #h1-startseite {
    font-size: 3em;
    line-height: 1em;
    font-weight: 700;
  }
}

#h2-startseite {
  font-weight: 400;
  font-size: 1.1em;
  color: #4e4f50;
  line-height: 1.2em;
}

@media only screen and (max-width: 380px) {
  #h2-startseite {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
  }
}

#h3-startseite {
  font-weight: 400;
  font-size: 0.8em;
  color: #4e4f50;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}

#img-startseite {
  width: 90%;
  height: 80px;
  background-image: url("/wp-upload/2021/11/NP_kampagne2021_logo_1z_750px_blau.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 40px auto 20px auto;
  position: relative;
}

@media only screen and (max-width: 766px) {
  #img-startseite {
    width: auto;
    height: 200px;
    background-image: url("/wp-upload/2021/11/NP_kampagne2021_logo_750px_blau.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 40px 35px 20px 35px;
    position: relative;
  }
}


#widget_campain-start {
  width: auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  background-color: #f7f7f7;
  /*top: -30px;*/
  position: relative;
}

/* --ENDE-- Banner Startseite   */


/* --ANFANG-- Banner Startseite - mit einem Button und ohne :hover  */

/*fix twingle iframe bug*/
#widget_campain > div > iframe {
  display: block;
}

#banner-startseite-kamp-m-button {

font-family: "Alap", ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif !important;
display: block;
width: 100%;
height: auto;
position: relative;
cursor: pointer;
background: linear-gradient(to bottom, #f7f7f7 0%, #dedede 100%);
border-bottom: 0.3em solid #0a9eff !important;
padding-bottom: 1vh;
padding-top: 0.5vh;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
margin-top: 0em;
margin-bottom: auto;
z-index: 300;
font-size: 1.3em;
text-align: left;
line-height: 1.1em;
text-align: center;	
}

#banner-startseite-kamp-m-button p {
  margin: 0;
}

#banner-startseite-kamp-m-button a {
  font-size: 0.8em;
  margin: 20px 0 0 0;
}

#button-spenden-kamp-start {
background-color: #0a9eff !important;
color: white !important;
border: none !important;
border-radius: 1px;
padding: 10px;
text-align: center;
font-weight: 700;
text-decoration: none;
display: inline-block;
margin: 10px 10px 10px 0;
-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

#button-spenden-kamp-start:hover {
  background-color: gray;
  background: linear-gradient(to bottom, #999 5%, #4c4c4c 300%);
  color: #f4f4f4;
}

/* --ENDE-- Banner Startseite - mit einem Button und ohne :hover  */

#vorschaltbanner-start #button-spenden {
  background-color: #0a9eff !important;
  color: white;
  border: none !important;
  border-radius: 1px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin: 20px 10px 10px 0;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

#vorschaltbanner-start #button-spenden:hover {
  background-color: grey !important;
}

@media only screen and (max-width: 380px) {
  #vorschaltbanner-start #button-spenden {
    margin: 10px 0 10px 0;
  }
}

#vorschaltbanner-start #button-weiterlesen {
  background-color: darkgray;
  color: white;
  border: none !important;
  border-radius: 1px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 10px 10px 0 0;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 380px) {
  #vorschaltbanner-start #button-weiterlesen {
    margin: 0 0 10px 0;
  }
}

#vorschaltbanner-start #button-weiterlesen:hover {
  background-color: grey !important;
}

/*
      #spendenleiste #button-spenden {
        background-color: #0a9eff !important;
        color: white; !important;
        border: none !important;
        border-radius: 1px;
        padding: 1vw;
        text-align: center;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        margin: 10px 10px 0 0;
      -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
      box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
      }

      #spendenleiste #button-spenden:hover {
       background-color: grey !important;
      }

      
      #spendenleiste #button-weiterlesen {
        background-color: darkgray;
        color: white; !important;
        border: none !important;
        border-radius: 1px;
        padding: 1vw;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 10px 10px 0 0;
      -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
      box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
      }

      #spendenleiste #button-weiterlesen:hover {
       background-color: grey !important;
      }

      @keyframes leiste {
         from {opacity:0%;z-index:0}

         to {opacity:100%;z-index:300}

      }

      */

/* disable header for static 15np conference pages */
.page-id-196880 #site-navigation,
.page-id-196880 .searchform,
.page-id-197176 #site-navigation,
.page-id-197176 .searchform,
.page-id-200118 #site-navigation,
.page-id-200118 .searchform,
.page-id-200752 #site-navigation,
.page-id-200752 .searchform,
.page-id-194722 #site-navigation,
.page-id-194722 .searchform {
  display: none;
}

/* start pw.css paywalls */

/* 2020-11 */
.text {
  color: black;
}

.noscript {
  font-size: 0.7em;
  line-height: 0.1em;
}

/*  Abstand Artikel Seitenanfang */

/*Banner groß Ende 2020*/

#head-1 {
  font-weight: 900;
  font-size: 5em;
  padding: 0vw 0vw 0vw 0vw;
  margin-top: 1vh;
  margin-bottom: 0;
  color: #0a9eff;

  line-height: 1em;
}

@media only screen and (max-width: 380px) {
  #head-1 {
    font-size: 3em;
    line-height: 1em;
    font-weight: 700;
  }
}

#head-2 {
  font-weight: 400;
  font-size: 1em;
  color: #4e4f50;
  line-height: 1.2em;
  margin-top: 1vh;
}

@media only screen and (max-width: 380px) {
  #head-2 {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
  }
}

#vorschaltbanner #button-spenden {
  background-color: #0a9eff !important;
  color: white !important;
  border: none !important;
  border-radius: 1px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin: 10px 10px 10px 0;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

#vorschaltbanner #button-spenden:hover {
  background-color: grey !important;
}

#vorschaltbanner #button-weiterlesen {
  background-color: darkgray;
  color: white !important;
  border: none !important;
  border-radius: 1px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 10px 10px 0 0;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

#vorschaltbanner #button-weiterlesen:hover {
  background-color: grey !important;
}

#infowhy a {
  font-size: 0.8em;
  color: darkgrey;
  margin-top: 2vh;
}

#infowhy a:hover {
  color: grey;
}

/*#vorschaltbanner:target {
  animation: leisteout 5s 1 cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

 @keyframes leiste {
  from {
    transform: translateY(-200px);
  }

  to {
    transform: translateY(0px);
  }

}

@keyframes leiste02 {
  0% {
    transform: translateY(-200px);
    opacity: 0%;
  }

  1% {
    opacity: 100%;
  }

  3% {
    transform: translateY(0px);
  }

  95% {
    opacity: 100%;
  }

  100% {
    opacity: 0%;
  }

}

@keyframes leisteout {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-200px);
  }

}
 */

#vorschaltbanner form {
  margin-bottom: 22px;
  max-width: 28em !important;
  margin-left: auto;
  margin-right: auto;
}

#spenden-twingle {
  width: auto;
  margin: auto;
}

#spenden-twingle-grauercontainer {
  width: auto;
  margin: auto;
}

@media only screen and (max-width: 380px) {
  #spenden-twingle {
    width: 18em;
    margin: auto;
  }
}

/**********************************************/
.payimg {
  height: auto;
  max-width: 60%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

@media only screen and (max-width: 380px) {
  .payimg {
    max-width: 100%;
    padding-top: 5vw;
  }
}

.text {
  color: black;
}

#spendenleiste {
  font-size: 1.3em;
  line-height: 1.1em;
  padding-left: 10vw !important;
  padding-right: 10vw !important;
  cursor: default !important;
}

#spendenleiste a {
  color: #0a9eff;
  cursor: pointer;
}

#spendenleiste a:hover {
  color: grey !important;
  text-decoration: underline !important;
}

@media only screen and (max-width: 380px) {
  #spendenleiste {
    font-size: 1em;
  }
}

#summe {
  font-weight: 900;
  font-size: 3em;
  color: #0a9eff;
}

@media only screen and (max-width: 380px) {
  #summe {
    font-size: 3em;
  }
}

/* end pw.css */

/* start is.css interstitials */

.netzpolitik-cta-2 {
  color: #575a59;
  background: #f4f4f4;
  border-top: 0.2em solid #0a9eff !important;
  padding: 1em 2em 1em 1em;
  margin-top: 5vw;
}

.netzpolitik-cta-2 h3 {
  font-weight: 900 !important;
}

.upper {
  text-transform: uppercase;
}

.netzpolitik-cta-2 a {
  text-decoration: none;
  color: #0a9eff;
}

.netzpolitik-cta-2 a:hover {
  text-decoration: underline;
}

/* end is.css */
