/* ADDITIONAL CSS VCÖ to merge */

#pagetitle + .mod_article .pdf_link .facbook-print-view, .pdf_link .facbook-print-view {display:none;}

/*==== Share Buttons ====*/

.mod_article > .pdf_link {
  position: relative !important;
  padding-bottom: 20px;
  margin-top: -35px;
  padding-right:0 !important;
  left:35px;
}
.no-title .mod_article > .pdf_link {position:absolute !important; margin-top:135px !important;margin-right:8px;}
.no-title-2 .mod_article > .pdf_link {position:absolute !important; margin-top:102px !important;margin-right:8px;}

#main .mod_article > .pdf_link .print-button{float:right;padding-top:3px;padding-left:4px;}

/*====== Boxen ======*/
.box-yellow{background-color: #fffcd9;padding:20px;margin-bottom:40px;word-break: break-word;}
.box-lightblue{background-color:#E9F3FC;padding:20px;margin-bottom:40px;word-break: break-word;}
.box-lightblue-survey table {background-color:#E9F3FC;}
.box-blue{background-color: #3188b6;padding: 20px;color:#fff;margin-bottom:40px;word-break: break-word;}
.box-blue h3{color:#fff;}

/*=========== no Menue =========*/
.no-menue #container{padding-top:100px;}

/*====== SingleVOte ======*/
.mod_poll fieldset {display:grid;}

/*====== Donatebutton ======*/
#header .button.yellow {font-weight: bold;}

/*====== Masonry Gallery ======*/
.masonry-gallery .titletext {font-size: 12px; line-height: 20px;}
.masonry-gallery a {text-decoration: none !important;}
.no-title > .masonry-gallery .titletext {display:none;}

/*====== Barrierefreiheit ======*/
.style-barrierefrei #container .ce_text ul li:before, 
.style-barrierefrei #container .mod_iso_productreader .description ul li:before {background: #000000;}
.style-barrierefrei #container {padding-top: 230px;}
.style-barrierefrei #container form input[type=radio] + label:before {filter: grayscale(1);}


/*====== Landingpage Theme Short Header ======*/
.shortheader #pagetitle {padding-top:0px !important;}



.mod_donation_blocks {
  position: relative;
}
.with-status{
  border-radius: 5px;
  overflow: hidden !important;
  max-height: 750px;

}
.mod-status-text {
  padding: 1rem;
  padding-bottom: 0.5rem;
  width: 100dvw;
  top: 0;
  height: 100dvh;
  left: 0;
  position: fixed;
  box-sizing: border-box;
  z-index: 999999;
  overflow: hidden;
}
.mod-status-text:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 1);
  opacity: .88;
  border-radius: 5px;
  box-sizing: border-box;
}
.inner-center {
  position: absolute;
  z-index: 2;
  left:50%;
  width:calc(100% - 2rem);
  max-width: 750px;
  padding:1rem;
  top:50%;
  color: white;
  background: #42809d;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-sizing: border-box;
  padding-bottom: 0;
  transform: translate(-50%,-50%);
  min-height: 30%;
  text-align: center;
}
.inner-center-text{
  /*position: absolute;
  top:50%;
  min-height: 50%;
  transform:translateY(-50%);
  width: calc(100% - 2rem);
  */
  padding:3rem;
	max-height: 100dvw;
  overflow: auto;
}
.inner-center-text p:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
.inner-center a{
  color:white;
}
.inner-center .button{
  background: none !important;
  border: 1px solid white;
}
.close{
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  padding-top: .4rem;
  font-size: 1.5rem;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 50%;
}
body.modal-open{
  overflow: hidden;
  width: 100dvw;
  height: 100dvh;

}
.mod-back-to-spenden{
  position:absolute;
  left: 0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(250,250,250,.75); 
  backdrop-filter: blur(2px);
  z-index: 111111;

}
/*
.mod-back-to-spenden .button{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding: 1rem 2rem;
  font-size: 1.2rem;
  
}
*/
.mod-back-to-spenden .inner-center-text{

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
