/* e-wie-evanagelisch */
.ev-widget {
    width:100%;
    position:relative;
}
.bgtrans {
    position:absolute;
    width:100%;
    height:100%;
    z-index:100;
    opacity:0
}
.svg_wrapper {
    position:absolute;
    top: 100px;
    text-align:center;
    z-index:80;
    width:90%;
    height:auto;
    display:block;
    margin:0 auto;

}
.ev-widget-inner {
    position:relative;
    height:auto;
    background-color:#444;
}
.ev-widget-inner img {
    width:100%
}
.headerwrapper {
    width:100%;
    background-color:#444;
}
.headerwrapper h1 {
    margin:0;
    text-align:center;
    padding:15px;
    z-index:2;
    color:white;
    opacity:0.85;
    background-color:grey;
}
.headerwrapper div {
    color:#fff;
    text-align:center;
    font-size:12px;
    padding:10px;
    line-height:15px;
}
/* Newsletter */
.newletter-wrapper {
    background-color:#f5f5f5;
    padding:15px 0;
    border-radius:4px;
}

.newsletter .submit_container {
    padding:15px 0;
}
.newletter-wrapper .body {
  padding-bottom: 1rem;
  font-size: 1rem;
}
.newletter-wrapper .footer {
  font-size: 0.8rem
}
/* tageslosung */

.tageslosung_wrapper {
    padding:15px;
    border-radius:4px;
}
.losung_lehrtext {
    margin-top:15px;
}
.losung_bibelstelle, .losung_lehrstelle {
    color:gray;
}

/* Banner*/
.banner-img {
    width: 100%;
    height: auto;
}
.banner_mess {
    padding:10px 0;
    color: #737373;
}
/* Twitter / Facebook */
.vk_mwsblocks_small {
  color:grey;
  font-size:0.9rem;
}
/* Video */
.mwsvideowrapper {
  /*display: flow-root;*/
  position: relative;
}
/*
.mwsvideo_info {
  background-color: rgba(255,255,255,.80);
  padding:10px;
  margin:5px 10px;
  border-radius: 6px;
  position: absolute;
  overflow: scroll;
  font-size:.85rem;
}
.showvideoselection_inside {
  font-size:1rem;
}
.mwsvideowrapper:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.mwsvideowrapperpreview {
  padding:5px 0;
  aspect-ration: 16/9;
}
.mwsvideowrapperpreview:after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.mwsvideowrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}*/
.responsive-video-iframe {
  position: relative;
  width: 100%; /* Volle Breite */
  padding-top: 56.25%; /* 16:9-Verhältnis: Höhe = 9 / 16 = 56.25% */
  overflow: hidden;
}

.responsive-video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.mwsvideowrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Teaser by tag */
teaser-by-tag-wrapper h2 {
    font-size: 1.8rem;
    border-bottom: 0;
}

.teaser_by_tag > h2 {
    font-size: 1.25rem
}

.teaser-by-tag-wrapper .fa {
    display: none;
}

.path-frontpage .container.vk_tags {
    display: none;
    visibility: hidden;
}

li.page-item.pager__item.is-active .page-link {
    background-color: #dedede;
}

.teaser-by-tag-wrapper .vk_tags {
    display: none;
}

.teaser_by_tag > h2 {
    font-size: 2rem;
    border-bottom: 1px solid #dedede;
}

#crtextemail {
  width: 100%;
  margin-bottom: 15px;
}

form#newsletter-form .cr_button{
  margin-top: 10px;
  border: 1px solid #d3d3d3;
}
/* Liturgischer kalender */
.lk_widget h2 {
  display:none;
}
.lk_widget_inner {
  margin: 5% 5% 1em !important;
}

/*Spendenbutton*/
.spendenbutton_wrapper {
  margin: 0 auto;
  text-align: center;
  padding: 15px;

  img {
    width: 100%;
    max-width: 200px;
  }

  .spendenbutton_message {
    margin-top: 15px;
  }
}
