/* Bild/Text, call to action*/
/*.b_t_call{
  width: 100%;
  
}*/

.frame-type-mask_jr_bildtext_calltoaction .frame-inner{
  position:relative;
}
.frame-type-mask_jr_bildtext_calltoaction img{
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.frame-type-mask_jr_bildtext_calltoaction .teastxt{
  position: absolute;
  bottom:0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(0deg, rgba(255,255,255,0.9) 80%, rgba(255,255,255,0) 100%);
  display: flex;
  align-items: center;
  
}

.b_t_call_stoerer{
  position: absolute;
  top:0px;
  left: 0px;
  background-color: rgba(255,255,0,0.8);
  border-top-left-radius: 25px;
  font-size: 0.7em;
  line-height: 1.3em;
  padding: 1em 2em;
}
.b_t_call_stoerer p{
  margin: 0;
}
.b_t_call_stoerer p strong{
  font-family: var(--font-duisburg);
}

.frame-type-mask_jr_bildtext_calltoaction .teastxt_left{
  width: 70%;
  padding-left: 2.1em;
  font-size: 0.9em;
}
.frame-type-mask_jr_bildtext_calltoaction .teastxt_left strong{
  font-size: 1.5em;
}
.frame-type-mask_jr_bildtext_calltoaction .teast_btn{
  width: 30%;
}
.frame-type-mask_jr_bildtext_calltoaction .teast_btn .btn{
  padding: 9px 16px;
  font-size: 0.9em;
}



/*KONTAKTLASCHE und OVERLAY*/
#kontakt_overlay2 .kontakt_close{
  color: #fff;
  opacity: 1;
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 10px;
}
#kontakt_overlay2 .kontakt_close:hover{
  cursor: pointer;
}

#kontakt_overlay2 .kontakt_close span{
  font-size: 15px;
  line-height: 40px;
  font-family: var(--font-duisburg);
}

#kontakt_overlay2{
  background:rgba(77,152,37,0.9);
  position:fixed;
  top:0px;
  left:0px;
  width: 100%;
  height:100%;
  z-index:300000;
  overflow: scroll;
  display: none;
  }

#kontakt_overlay2.visible{
  display: block;
}

.overlay_text{
  width: 70%;
  max-width: 100%;
  padding: 10em 1em 1em 1em;
  margin: 0 auto;
  color: #fff;
}
@media(max-width: 580px){
.overlay_text{
  width: 90%;
}
}

.overlay_text h3{
  text-align: center;
  font-size: 1.65em;
  margin-bottom: 2em;
}
.overlay_text h1{
  text-align: center;
}

.overlay_text ul{
  margin: 0px;
  padding: 0px;
}
.overlay_text li{
  line-height: 2.5em;
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
}
.overlay_text li:last-child{
  border-bottom: none;
}

.overlay_text li a{
  color: #fff;
}

.overlay_text li img{
  width: 30px!important;
  height: 30px!important;
  margin-right: 1em;
}

.overlay_text .subheadline{
  font-size: 0.7em;
  padding-left: 60px;
  margin-top: -30px;
  display: block;
}

.overlay_text li.search{
  line-height: 5rem;
  margin-top: 1em;
}

.overlay_text .search .input-group{
  width: 100%;
}

.overlay_text .search .input-group .form-control{
  height: 3em;
}

.overlay_text .btn{
  padding: 0px 20px 0px;
  border: 0px;
  margin-top: -2px;
  line-height: 48px;
  border-radius: 20px;
}
.overlay_text .input-group-btn{
  width: 48px!important;
}

.overlay_text .navbar-form{
  margin: 7px 0px;
}

#kontakt_overlay #chat_novo{
  position: static;
  right: 0px;
  top: 215px;
  z-index: 1001;
}


#kontaktlasche{
  background:transparent;
  display: block;
  position: fixed;
  right: 110px;
  top: 4px;
  z-index: 3040;
}

#kontaktlasche ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}

#kontaktlasche img{
  height: 25px;
  width: 25px;
}

#kontaktlasche li{
  margin: 0;
  text-align: center;
  padding: 0px 2em;
  font-size: 14px;
  color: rgba(73,72,71,1);
  border-left: 1px solid #BFBFBF;
  line-height: 60px;  
}
#kontaktlasche li a{
  color: rgba(0,0,0,1);
  line-height: 60px;
  height: 60px;
  display: inline-block;
}

#searchform{
  background: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  position: absolute;
}

#searchform input{
  margin: 1em 1em;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
}

#servicenav_kontakt:hover{
  cursor: pointer;
}

#servicenav_kontakt img{
  margin: 0 0.5em;
}

#servicenav_kontakt span{
  display: none;
}

#servicenav_meinSWDU span{
  margin-left: 0.5em;
}

#kontakt_overlay2.info_overlay{
  background:rgba(150,150,150,0.8);
}
#kontakt_overlay2.alert{
  background: rgba(77,152,37,0.98);
}

#kontakt_overlay2.info_overlay .overlay_text {
  width: 1000px;
  height: auto;
  padding: 3em 1em 1em 1em;
  margin: 0 auto;
  color: #fff;
  background: rgba(77,152,37,0.98);
  position: relative;
  margin-top: 1em;
}

#kontakt_overlay2.alert .overlay_text{
  background: rgb(255,255,255);
  border-radius: 20px;
  color: #000;
}


#searchform{
  display: none;
}

#searchform.visible{
  display: block;
}

#searchform legend,
#searchform label,
#searchform p,
#searchform a,
#searchform .input-group-btn{
  display: none;
}


@media(max-width:1000px){
#kontakt_overlay2.info_overlay .overlay_text {
width: 100%;
max-width: 95%;
padding: 4em 1em 1em 1em;
margin: 0 auto;
color: #fff;
overflow-y: scroll;
max-height: 100%;
}
}

#kontakt_overlay2.info_overlay .overlay_text a{
  color: #fff;
  text-decoration: underlined;
}
#kontakt_overlay2.alert .overlay_text a{
  color: rgba(77,152,37,1)
}



/*Contentelement IconTeaser*/
.frame-type-mask_jriconteaser ul.icon_row{
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items : center;
  align-content : center;
  padding-top: 2em;
}
.frame-type-mask_jriconteaser .icon-box{
  flex: auto;
  max-width: 100px;
  text-align: center;
  border-right: 1px solid #ccc;
  margin-bottom: 20px;
  cursor: pointer;
}

.frame-type-mask_jriconteaser .icon-box:last-child{
  border-right: 0px solid #fff;
}  
  
.frame-type-mask_jriconteaser .icon-box span{
  line-height: 2em;
  font-size: 1.5em;
}

.frame-type-mask_jriconteaser .icon_detail_text{
  display: none;
}

.frame-type-mask_jriconteaser .icon_detail_text.active{
  display: block;
}

.frame-type-mask_jriconteaser .icon-box.active{
  opacity: 1;
}

.frame-type-mask_jriconteaser .icon-box{
  opacity: 0.6;
}
.frame-type-mask_jriconteaser .icon-box:hover{
  opacity: 1;
}
.frame-type-mask_jriconteaser .icon-box img{
  max-width: 75%;
  height: auto;
}

/*fa2-kontakt2col */
.fa2-kontakt2col-teaserbody{
height: 280px;

  }

.faKontakt_teaserText_hinweis a.button-red{
  background-color:  #feaf1b;
  padding: 0.7em 3em;
  
}

.fa2-kontakt2col-ul .item{
  margin-bottom: 3em;
}


/**/


.frame-background-primary .frame-layout-217 a:not(.btn) {
color: #71c74c;
}


/*Videoheader*/

.frame-type-mask_jrvideoheader.frame {
padding-top: 0rem;
padding-bottom: 0rem;
}

.frame-type-mask_jrvideoheader figure {
margin-bottom: 0rem;
}
.embed-responsive {
overflow: hidden;
max-height: calc(100vH - 60px);
}
.embed-responsive video{
  object-fit: cover;
}

/*Rechnungserklärung*/
.billpage{
  margin-top: 3.5em;
}

.billpage img{
  max-width:100%!important;
  height: auto;
  box-shadow: 5px 5px 3px #aaa;
  border: 1px solid #ddd;
}
.billpage .clickarea{
  position: absolute;
  width: 65px;
  height: 65px;
  background-image: url("/fileadmin/tmpl/css/img/SWDU_Rechnungslayout_Pfeil.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: grid;
  z-index: 102;
}
.billpage .clickarea span{
  text-align: center;
  align-content: center;
  width: 75%;
  display: grid;
  font-family: var(--font-duisburg);
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
}
.billpage .hinweis{
  position: absolute;
  width: 250px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #77ad1a;
  border-radius: 5px;
  z-index: 103;
}
.billpage .hinweis.left{
  visibility: hidden;
  top: 0px;
  left: -220px;
}
.billpage .hinweis.right{
  visibility: hidden;
  top: 0px;
  left: 60px;
}

.billpage .clickarea h3 {
  font-family: "HelveticaNeueW02-77BdCn 694066", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
}

.billpage .clickarea p {
  font-size: 0.9em;
}
@media(max-width: 580px){
  .billpage .hinweis {
    position: fixed;
    width: 95%;
  }
  .billpage .hinweis.right,
  .billpage .hinweis.left{
    top: 130px;
    left: 10px;
  }
  .billpage .clickarea{
    width: 35px;
    height: 35px;
  }
  .billpage .clickarea span{
    font-size: 1em;
  }
}

/*Bildteaser mit Textoverlay*/
.jroverlayteaser{
  position:relative;
  z-index: 100;
  margin: 5px;
}

.jroverlayteaser .frame-container{
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 20px;
}

.jroverlayteaser img{
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 20px;
}

.txtholder{
  position: absolute;
  z-index: 101;
  bottom:0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  height: 4em;
  max-height: 4em;
  transition: max-height 1s;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}
.txtholder:hover{
  height: auto;
  max-height: 100%;
}
.jroverlayteaser-headline{
  width: 100%;
  text-align:center;
  background-color: rgba(76,203,48,0.95);
  height: 2.7em;
  color: #fff;
  font-size: 1.5em;
  font-family: var(--font-duisburg);
  line-height: 2.6em;
  
}
.jroverlayteaser-txt{
 /* display:none;*/
  background-color: rgba(76,203,48,0.95);
  color: #fff;
  transition: height 2s;
  height: 0px;
  overflow: hidden;
  padding: 0 1em;
}
.txtholder:hover .jroverlayteaser-txt{
  display:block;
  height: auto;
}
.jroverlayteaser-txt p{
  margin-bottom: 0px;
  padding-bottom: 1em;
}
