/* --------------------------------------  accordion -------------------------------------- */
.accordion-headline {
  margin-bottom: 0 !important;
}
div.accordion {
  width: calc(100% - 70px);
  float:left;
  overflow:hidden;
  margin: 0 0 10px 0;
}
button.accordion{
   background-color:#f1f7fa;
   cursor: pointer;
   padding: 14px;
   width: 100%;
   float:right;
   text-align: left;
   border: none;
   outline: none;
   transition: 0.4s;
   margin-top: 2px;
}
button.accordion h2 {
  display:inline-flex;
  font-size: 21px;
  font-family:"NotoSans Regular";
  color: #b5152b;
  line-height: 1.2;
  padding: 5px;
}
button.accordion.active, button.accordion:hover {
  background-color: #d8eaf2;
}
button.accordion:hover h2,
button.accordion:hover h2:before,
button.accordion.active:hover h2:before{
  color: #d13f48;
}
button.accordion h2:before,
button.accordion.active h2:before{
  transition: transform 0.5s linear;
  transform-origin: center center;
  transform-style: preserve-3D;
  height: 100%;
  }
button.accordion.icon-rotate h2:before {
  transform: rotate(180deg);
}
button.accordion.active.icon-rotate h2:before {
  transform: rotate(180deg);
}
section.content .accordion .ce-textpic, section.content .accordion .ce-text {
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0;
  background-color: white;
  max-height: 0 ;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
section.content .accordion table.ce-table {
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0;
  background-color: white;
  max-height: 0 !important;
  height: 0;
  overflow: hidden;
  display:none;
  transition: 0.6s ease-in-out;
  opacity: 0;
  /*float: right;*/
}
section.content .accordion table.ce-table.show {
  display:table;
}
section.content .accordion table.ce-table.show caption {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:left;
}
section.content .accordion .ce-text.show, section.content .accordion .ce-textpic.show, section.content .accordion .ce-textpic.show .ce-bodytext, section.content .accordion table.ce-table.show {
  padding: 25px 5px 45px 5px;
}
section.content .accordion .ce-textpic.show, section.content .accordion .ce-text.show, section.content .accordion table.ce-table.show {
  opacity: 1;
  max-height: 10000px;
}
button.accordion h2:before {
  font-family: "alexianer_icons";
  content: '\f067'; 
  font-size: 20px;
  color: #b5152b;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
}
button.accordion.active h2:before {
    content: "\f068"; 
}
/** Akkordeon RTE **/
.accordeon-rte {}
.accordeon-rte > *{
  display: none;
  opacity: 0;
}
.accordeon-rte.active > * {
  display: block;
  opacity: 1;
}
.accordeon-rte_link_more.active,
.accordeon-rte_link_less {
  font-family:"NotoSans Bold";
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-align: right;
  display: block;
  color: #b5152b;
  cursor: pointer; 
}
.accordeon-rte_link_more {display: none;}
.accordeon-rte_link_more:before,
.accordeon-rte_link_less:before {
  font-family: 'alexianer_icons';
  margin-right: 5px;
}
.accordeon-rte_link_more:before {content: "\f107";}
.accordeon-rte_link_less:before {content: "\f106";}
/* --------------------------------------  accordion Startseite -------------------------------------- */
section.home div.accordion h1 {
  margin-top: 60px;
  margin-bottom: 20px;
}
section.home div.accordion {
  width: 100%;
  float:left;
  overflow:hidden;
  margin: 0 0 10px 0;
}
section.home button.accordion{
   background-color: #f1f7fa;
   cursor: pointer;
   padding: 14px 5px;
   width: 100%;
   float:right;
   text-align: left;
   border: none;
   outline: none;
   transition: 0.4s;
   margin-top: 2px;
}
section.home button.accordion h2 {
  display: inline;  
  padding: 5px 5px 5px 15px;  
  font-family: "Avance W04 Italic";
  font-size: 60px;
  color: #B5152B;
  line-height: 1;
  letter-spacing: 0.2px;  
}
section.home button.accordion h2 span {
  font-size: 21px;
  font-family: "NotoSans Regular";
}
section.home button.accordion.active {
  background-color: #d8eaf2;
  margin-bottom: 2px !important;
}
section.home button.accordion:hover {
  background-color: #d8eaf2;
}
section.home button.accordion:hover h2,
section.home button.accordion:hover h2:after,
section.home button.accordion.active:hover h2:after {
  color: #d13f48;
}
section.home button.accordion h2:after,
section.home button.accordion.active h2:after {
  transition: transform 0.5s linear;
  transform-origin: center center;
  transform-style: preserve-3D;
  height: 100%;
  }
section.home button.accordion.icon-rotate h2:after {
  transform: rotate(180deg);
}
section.home button.accordion.active.icon-rotate h2:after {
  transform: rotate(180deg);
}
section.home .accordion .ce-textpic, section.home .accordion .ce-text {
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
section.home .accordion .ce-text.show, section.home .accordion .ce-textpic.show, section.home .accordion .ce-textpic.show .ce-bodytext {
  padding: 25px 5px 45px 5px;
}
section.home .accordion .ce-textpic.show, section.home .accordion .ce-text.show {
  opacity: 1;
  max-height: 10000px;
  background: #d8eaf2;
  margin-top: 2px;
}
section.home .accordion .ce-text p {
  font-size: 28px;
  line-height: 1.2;
  color: #b5152b;
  padding: 0 15px;
  }
section.home button.accordion h2:before {
    content: "";
  margin-right: 0;
}
section.home button.accordion h2:after {
  font-family: "alexianer_icons";
  content: '\e90c';
  font-size: 38px;
  color: #b5152b;
  float: right;
  margin-right: 10px;
  margin-top: 1px;
  line-height: 60px;
}
section.home button.accordion.active h2:before {
    content: "";
    margin-right: 0;
}
section.home button.accordion.active h2:after {
    content: "\e90d";
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
	section.home button.accordion h2 {font-size: 40px;}
	section.home button.accordion h2 span {font-size: 18px;}
}
@media only screen and (max-width: 480px) {
	section.home button.accordion h2 {font-size: 30px;padding: 0;}
	section.home button.accordion h2 span {font-size: 18px;}
}
/* -------------------------------------- Startseite Aktuelles -------------------------------------- */
.content .teaser-listarea ul   {
  margin-left: 0;
  margin-top: 45px;
}
.content .teaser-listarea ul.pagination   {
  margin-left: 0;
  margin-top: 20px;
  display: inline-block;
}
.content .teaser-listarea ul.pagination li {
  margin-left: 0;
  }
.content .teaser-listarea ul.pagination li a  {
  font: 1rem "NotoSans Regular";
  }
.content .teaser-listarea ul.pagination li.current a  {
  font: 1rem "NotoSans Bold";
  }
.content .teaser-listarea ul.listview li  {
  list-style:none;
  clear:both;
  padding: 30px 0 30px 0;
  display:inline-block;
  border-bottom: 2px solid #57a3c7;
  width: 100%;
}
.content .teaser-listarea ul.listview li:first-child  {
  border-top: 5px solid #57a3c7;
}
.content .teaser-listarea ul.listview li:last-child  {
  border-bottom: 4px solid #57a3c7;
}
.content .teaser-listarea ul li.news-list-item {
  display:inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.content .teaser-listarea .news-list-image  {
  float:left;
  width: 26%;
  display:block;
}
.content ..teaser-listarea .news-list-image img {
  width: 100%;
  margin-right: 15px
}
.content .teaser-listarea .news-list-text {
  float:right;
  width: 72%;
}
.content .teaser-listarea.news-list-text h3 {
  margin: 15px 0 30px 0;
}
main section.content .teaser-listarea .news-list-text h3 a:link, main section.content .teaser-listarea .news-list-text h3 a:visited, main .content .teaser-listarea .news-list-text h2 a, main .content .teaser-listarea .news-list-text a h2 {
  color: #b5152b;
}
main .content .teaser-listarea .news-list-text span.cat, main .content .tx-browser-pi1 span.cat{
  color: #b5152b;
  font-family:"NotoSans Bold";
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.2px;
  padding: 0 0 10px 0;   
  text-transform: uppercase;
  margin-left: 10px; 
}
.newsCategory, .newsDate {
  font-weight: bold;
  color: #555;
  display:inline;
  margin: 10px 5px 15px 0;
}
.newsCategory {
  padding-right: 8px;
  border-right: 1px solid #555;
}
section.content ul.news-browser-cat, section.content div.job-details div.button-link {
  margin-left:0;
}
section.content ul.news-browser-cat li {
  list-style:none;
  display:inline;
  text-transform:uppercase;
  margin-right: 15px;
}
section.content ul.news-browser-cat li a {
  color: #b5152b;
}
section.content .standard .singleview figure, section.content .standard .tx-browser-pi1-single figure {
  width: 100%:
  height:auto;
  margin-left: -60%;
}
section.content  ul.home  {
  list-style:none;
}
section.content .ce-text ul.home li:before{
  content:none;
}
section.content ul.home li {
  display:inline;
  list-style:none;
  padding-left: 0;
  margin-left: 0;
  
}
main section.content ul.home li  a:link, main section.content ul.home li  a:visited {
  text-transform:uppercase;
  padding: 0 10px 0 10px;
  color: #b5152b;
  font-family: "NotoSans Bold", sans-serif;
  font-size: 13px;
  line-height: 1.3;  
}

/*
section.content  ul.home  {
  list-style:none;
}
section.content .ce-text ul.home li:before{
  content:none;
}
section.content ul.home li {
  display:inline;
  list-style:none;
  
}
main section.content ul.home li  a:link, main section.content ul.home li  a:visited {
  text-transform:uppercase;
  padding: 0 10px 0 10px;
  color: #b5152b;
  font-family: "NotoSans Bold", sans-serif;
  font-size: 13px;
  line-height: 1.3;  
}
*/
/* -------------------------------------- Boxen mit unterschiedlicher Breite -------------------------------------- */
.standard, .box-60-prozent, section.content .intro, .box-2-linien, .list-lines,
.box-linie-unten, section.content .h2-blau-linie, .downloads-breit, .button-tel,
main.template_browser section.content div.standard, .accordion-headline {
  width: calc(100% - 70px);
  float:left;
  margin-bottom: 20px;
}
.home > .standard {
  width: 100%;
}
.button-link {
  width: 100%;
}
.button-tel h2.button-link {
  display: block;
  width: 100%;
  float: none;
  padding: 0;
  text-transform: none;
}
.button-tel div.button-phone, .button-tel div.ce-text, .button-tel h2 {
    display: inline;
    width: 48%;
    float: left;
}
.button-tel p span.telefon, .button-tel .ce-text p {
  font-family: "Avance W04 Regular", sans-serif;
  font-size: 28px;
  line-height: 1.2;
}
.button-tel p, .button-tel h2 {
    font-family: "NotoSans Bold";
    font-size: 13px;
    line-height: 1.2;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  color: #57a3c7;
    padding: 15px 0 15px 15px;
}
.button-tel .ce-text p:before {
  font-family: "alexianer_icons";
  content: "\f095 ";
  padding-right: 10px;
  font-size: 20px;
  line-height: 2rem;
}
section.content .singleview .h2-blau-linie, section.content div.tx-browser-pi1-single .h2-blau-linie, 
section.content div.tx-browser-pi1-single div.job-details div.box-2-linien, 
section.content div.tx-browser-pi1-single div.job-details div.box-linie-unten, 
section.content div.tx-browser-pi1-single div.job-details div.button-link, section.content .tx-powermail span.intro {
  width: 100%;
  float:none;
}
.h2-blau-linie h2, .box-person-60-prozent h2, .downloads-breit h2, h2.h2-blau {
    border-bottom: 5px solid #57a3c7;
    padding: 0 0 25px 0;
    color: #57a3c7;
    font-family: "Avance W04 Italic";
    font-size: 37px; 
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  margin-bottom: 20px;  
}
.h2-blau-linie .ce-textpic .ce-left .ce-above > .ce-gallery {
  width: 60%;
  max-width: 350px;  
}
hr.ce-div  {
  border-style:solid;
  border-color: #57a3c7;
  border-width: 1px;
}
/* Box mit Linien innerhalb von standard z.B. Termine */
#termine_details_standort .box-2-linien, #presse_details_standort .box-2-linien {
  width: 100%;
  float:none;
  margin: 40px 0 20px 0;
}
.box-2-linien, .list-lines {
  margin-top: 40px;
}
.list-lines .ce-bodytext {
  margin-left: 36%;
}
section.content .intro {
  padding-bottom: 40px;
}
#homeTop .intro .ce-bodytext, #homeTop .intro .ce-text {
  padding: 0 180px;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  #homeTop .intro .ce-bodytext, #homeTop .intro .ce-text {padding: 0 40px;}
}
#homeTop .box-100-prozent {
  margin: 0 0 0 0 ;
}
#homeTop .box-100-prozent img {
  margin: 0 ;
  width: 100% !important;
  height: auto;
  float:none;
}
.box-70-prozent, .bildLinksTeaser {
  width: 73%;
  float:right;
}
.box-100-prozent {
  margin: 0 0 20px 0;
}
.box-100-prozent, aside .standard, .content-box-front {
  width: 100%;
  float:right;
}
.button-link, .button-tel {
  background-color: #f1f7fa;
  color: #57a3c7;
  display:block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.button-tel .button-phone p {
  color: #57a3c7;
  padding: 15px 0 15px 15px;
}
.button-tel p {
  color: #57a3c7;
  padding: 5px 0 15px 15px;
}

.button-link p {
  padding: 0;
}
.button-link a {
  font-family:"NotoSans Regular";
  font-size: 21px;
  line-height: 1.2;
  padding: 20px 0 20px 45px;/* für zweizeilige Buttons */
  display: block;
}
h2.button-link a:before {
  font-family: "alexianer_icons";
  content: "\f061 ";
  padding-right: 10px;
  margin-left: -30px; /* für zweizeilige Buttons */
}
.button-tel p {
  font-family:"NotoSans Bold";
  font-size: 13px;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.button-tel p span.telefon {
  font-family:"Avance W04 Regular";
  font-size: 32px;
  line-height: 1.2;
}
.button-tel p span.telefon:before {
  font-family: "alexianer_icons";
  content: "\f095 ";
  padding-right: 10px;
}
.button-link p a:before {
  font-family: "alexianer_icons";
  content: "\f061 ";
  padding-right: 10px;
}
section.content .ce-text > p > br + span.telefon  {
  margin-left: 0;
}
.ce-text > p > span.telefon:before {
  padding-right: 10px;
}
aside .standard {
  margin: 0 0 20px 0;
  /** border-bottom: 2px solid #57a3c7; Added by KERYGMA **/
  padding-bottom: 10px; /** Added by KERYGMA **/
  margin-bottom: 25px; /** Added by KERYGMA **/
}
aside .standard:last-child {
  border-bottom: 2px solid #57a3c7; 
}
aside .standard .ce-textpic.ce-left.ce-above > .ce-gallery .ce-column img, aside .standard .ce-textpic > .ce-gallery .ce-column img, aside .standard .ce-image.ce-left.ce-above > .ce-gallery .ce-column img {
    width: 65%;
    max-width: 65%;
}
aside .standard span.roterText {
  font-family: "NotoSans Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2px;
  padding: 0 0 10px 0;
}
section.content > .standard > .ce-intext.ce-left  > .ce-gallery {
  width: 26%;
  float:left;
}
/* Themenliste */
.box-2-linien, .box-linie-unten, .list-lines /*, .accordion ul */{
  border-bottom: 2px solid #57a3c7;
  padding: 20px 0 25px 0;
}
.box-2-linien, .list-lines /*, .accordion ul*/  {
  border-top: 5px solid #57a3c7;

}
.box-linie-unten h2, .box-2-linien h2, .box-2-linien h2.h2-rot a,main .box-2-linien h3 a:link,main .box-2-linien h3 a:visited,  
main .box-linie-unten h3 a:link,main .box-linie-unten h3 a:visited, .box-linie-unten h2.h2-rot a, .list-lines h2{
  color: #b5152b;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  padding: 0 0 10px 0;
  font-family:"NotoSans Regular";
}
.box-linie-unten h2, .box-2-linien h2{
  margin-left: 31%;
}
.box-linie-unten p, .box-2-linien p{
  padding-left: 0;
}
.box-linie-unten .ce-gallery, .box-2-linien .ce-gallery, section.content .ce-intext.ce-left > .ce-gallery, section.content .ce-left.ce-intext.ce-left > .ce-gallery {
  margin-top: 13px;
  width: 26%;
  float:left;
  margin-right: 5%;
}
section.content .standard .ce-intext.ce-left > .ce-bodytext, 
section.content .box-linie-unten .ce-intext.ce-left > .ce-bodytext,
section.content .box-2-linien .ce-intext.ce-left > .ce-bodytext {
  margin-left: 31%;
}
.box-linie-unten .ce-gallery .ce-column, .box-2-linien .ce-gallery .ce-column {
    width: 100%;
}
.box-linie-unten img, .box-2-linien img {
  width: 100%;
}
/* Box Linie oben*/
.box-2-linien.box-linie-oben {
 border-bottom: none;
 padding-bottom: 0; 
}
/* Box keine Linie */
.box-2-linien.box-linie-keine {
 border-top: none;
 border-bottom: none;
 padding-bottom: 0; 
}
/* Teaser-Liste Button */
.standard.teaser-button {
 margin-top: 0 !important; 
 margin-bottom: 5px !important;
}
/* Teaser-Liste Download */
section.content .downloads-schmal.teaser-download ul.ce-uploads li:last-of-type {
  padding-bottom: 5px;
 }
/* Teaser-Liste Trennlinie */
.standard.teaser-line {
  margin-top: 0px !important; 
  margin-bottom: 0 !important;
}
.standard.teaser-line hr {
  margin-top: 20px !important; 
  margin-bottom: 0 !important;
}
/* bild Team*/
section.content .standard .ce-textpic.ce-left.ce-above > .ce-gallery .ce-column img, section.content .tx-ttaddress img {
    width: 60%;
    max-width: 350px;
}
section.content .tx-ttaddress h3 {
	padding-top: 20px;
}
aside .tx-ttaddress img {
    width: 60%;
    margin-bottom: 5px;
    /*max-width: 350px;*/
}
.blaue-linie {
  border-top: 5px solid #57a3c7;
  padding: 20px 0 25px 0;
  margin-top: 40px;
}
.zitat, .hervorhebung {
  width: 100%;
  float:left;
  margin: 20px 0 20px -70px;
}
.zitat blockquote p, .zitat p:first-child {
  color: #57a3c7;
  font-style: italic;
  font-size: 27px;
  line-height: 1.3;
}
.zitat p:first-child:before {
  content: '\00bb'; 
}
.zitat p:first-child:after {
  content: '\00ab'; 
}
.zitat p span.name-of-person, .zitat p:last-child {
  color: #57a3c7;
  font-style: italic;
  size: 18px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-transform:uppercase;
  margin-top: 0.3em;
}
.hervorhebung div.textLinks, .hervorhebung p:first-child, .einrueckung{
  width: 35%;
  float:left; 
  margin-right: 10px;
  margin-bottom: 5px;
} 
.hervorhebung p:first-child {
  font-size: 0.8125rem;
  font-family:"NotoSans Bold";
  line-height: 1.5;
  color: #b5152b;
} /* KERYGMA */
.hervorhebung p:last-child, .hervorhebung p:nth-of-type(2), .hervorhebung p:nth-of-type(3) {
  margin-left: 37%;
}
.hervorhebung p span {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.6;
  font-family:"NotoSans Bold";
} /* KERYGMA */
.hervorhebung-ub {
    margin-bottom: 5px;
    display: block;
}    
/***************** Hervorhebung einrückung *******************************************/
.einrueckung {
   font-weight:bold;
  color: #b5152b;
  margin-left: -20%;
}
/******************Hervorhebung einrückung **********************************/
.video {
    width: calc(100% + 75px);
    float: left;
    padding: 20px 0 20px 0;
    margin: 20px 0 30px -75px;
}
#homeBottom .video {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
/** Text auf Video **/
#homeBottom .video .image {
  position: relative;
  line-height: 0;
}
#homeBottom .video-header {
  width: 100%;
  text-align: center;
  top: 8em;
}
#homeBottom .video-header > .subheader {
  color: #ffffff;
  font-family:"NotoSans Bold";
  font-size: 24px;
  line-height: 1.3; 
  text-transform: uppercase; 
  letter-spacing: 1.2px;
}
#homeBottom .video-header > h2 {
  color: #ffffff;
  font-family:"Avance W04 Italic";
  font-size: 75px;
  line-height: .6;
  text-transform: uppercase;
  letter-spacing: 1.2px;
    margin-top: .5em;
}
#homeBottom .video .image button {
  top: 50%;
  left: 50%;
   transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
  cursor: pointer;
  background-color: transparent;
  border-width: 0;
  border-style: outset;
  border-color: transparent;
  border-image: initial;
}
#homeBottom .video .image button #Triangle {
    fill: #fff;
    transition: fill .3s ease-in-out;
}
#homeBottom .video:hover .image button #Triangle {
      transform: translateY(0);
      fill: #d13f48;
}  
#homeBottom .video .image button #Oval{
    stroke: #fff;
    transition: fill .3s ease-in-out;
}
#homeBottom .video:hover .image button #Oval{
      transform: translateY(0);
      stroke: #d13f48;
}  
#homeBottom .video .image figcaption{
  bottom: 6em;
  width: 100%;
  text-align: center;
}
#homeBottom .video .image p {
  width: 70%;
  margin: auto;
  text-align: center;
  font-family:"NotoSans Bold";
  font-size: 24px;
  color: #fff;
}
#homeBottom .video .ce-textpic > figcaption {
  display: none;
}
.video .image div, .video .image figcaption, .video .image button {
  position: absolute;
}
@media only screen and (max-width: 480px) {
  #homeBottom .video-header { top: 1em; }
  #homeBottom .video-header > .subheader { font-size: 12px; }
  #homeBottom .video-header > h2 { font-size: 30px; margin-top: .5em;}
  #homeBottom .video .image figcaption{ bottom: 0; }
  #homeBottom .video .image p { width: 90%; font-size: 12px;}
  #homeBottom .video .image button > svg {width: 30%;}
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  #homeBottom .video-header { top: 2em; }
  #homeBottom .video-header > .subheader { font-size: 24px; }
  #homeBottom .video-header > h2 { font-size: 40px; margin-top: .5em;}
  #homeBottom .video .image figcaption{ bottom: 1em; }
  #homeBottom .video .image p { width: 80%; font-size: 20px;}
  #homeBottom .video .image button > svg {width: 80%;}
}
@media only screen and (max-width: 1023px) and (min-width: 769px) {
  #homeBottom .video-header { top: 2em; }
  #homeBottom .video-header > .subheader { font-size: 24px; }
  #homeBottom .video-header > h2 { font-size: 60px; margin-top: .5em;}
  #homeBottom .video .image figcaption{ bottom: 1em; }
  #homeBottom .video .image p { width: 80%; font-size: 20px;}
  #homeBottom .video .image button > svg {width: 100%;}
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  #homeBottom .video-header { top: 4em; }
  #homeBottom .video-header > .subheader { font-size: 24px; }
  #homeBottom .video-header > h2 { font-size: 60px; margin-top: .5em;}
  #homeBottom .video .image figcaption{ bottom: 4em; }
  #homeBottom .video .image p { width: 50%; font-size: 24px;}
  #homeBottom .video .image button > svg {width: 100%;}
}
section.content .video .ce-above .ce-gallery, section.content .video .ce-column, section.content .video .ce-row, section.content .video .ce-inner, section.content .video .ce-outer,
section.content .video figure.video /*, section.content .video figure video*/ {
  width: 100%;
}
/** Video Image im Artikel **/
.content .video .image {
  position: relative;
  line-height: 0;
  width: calc(100% - 70px);
}
.content .video-header {
  zi-index: 2;
  width: 100%;
  text-align: left;
  top: 2rem;
  left: 1.25rem;
}
.content .video-header > .subheader {
  display: none;
}
.content .video-header > h2 {
  color: #ffffff;
  font-family:"Avance W04 Italic";
  font-size: 40px;
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-top: 0;
}
.content .video .image button {
  top: 50%;
  left: 50%;
   transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
  cursor: pointer;
  background-color: transparent;
  border-width: 0;
  border-style: outset;
  border-color: transparent;
  border-image: initial;
}
.content .video .image button > svg {width: 70%;}
.content .video .image button #Triangle {
    fill: #fff;
    transition: fill .3s ease-in-out;
}
.content .video:hover .image button #Triangle {
      transform: translateY(0);
      fill: #d13f48;
}  
.content .video .image button #Oval{
    stroke: #fff;
    transition: fill .3s ease-in-out;
}
.content .video:hover .image button #Oval{
      transform: translateY(0);
      stroke: #d13f48;
}
.content .video figcaption p {
  color: #b5152b;
  font-size: 12px;
  line-height: 1.8;
  padding: 15px 5px 15px 0;
}
@media only screen and (max-width: 480px) {
  .content .video .image button > svg {width: 30%;}
  .content .video-header > h2 {font-size: 30px;}
  .hervorhebung p:last-child, .hervorhebung p:nth-of-type(2), .hervorhebung p:nth-of-type(3) {margin-left: 0 !important;}
  .content .video-header {
    width: calc(100% - 2.5rem);
    left: 1.25rem;
    right: 1.25rem;
  }
}
/**********************/
.zahlen {
  width: 100%;
  float: left;
  padding: 20px 0 20px 0;
  margin: 20px 0 30px -70px;
  border-top: 3px solid #b5152b;
  border-bottom: 1px solid #b5152b;
}
.zahlen h2 {
  color: #b5152b;
  font-family:"Avance W04 Italic";
  font-size: 70px;
  line-height: 1;
  padding: 0 0 20px 0;
}
.zahlen p {
  color: #b5152b;
}
.highlight {
  color: #b5152b;
}
aside h2.active a {
  color: #d13f48;
}
h2.label, aside h2, div.job-contact h2:first-child, h2.active, aside .intro h2  {
  color: #b5152b;
  font-size: 16px;
  line-height: 1.2;
  text-transform:uppercase;
  letter-spacing: 0.8px;
  padding: 15px 0 15px 0;
  border-top: 5px solid #57a3c7;
  font-family:"NotoSans Bold";
}
aside .button-tel  h2.button-link  {
  border-top: none;
}
/** Team Seiten **/
.team {
  padding-bottom: 0px;
  /*border-bottom: 2px solid #57a3c7;*/
}
.team hr, .team hr.ce-div {
  margin: 0px;
}
.team + .team {
  margin-bottom: 25px !important;
}
.team h2.h2-blau {
  margin-bottom: 25px;
  margin-top: 0;
}
.team + .team h2.h2-blau {
  margin-top: 25px;
}
.team h3 + p:not(:last-of-type) {
  padding: 5px 0px 5px 0px;
}
/** Telefon-Buttons: Wenn zwei oder mehr Buttons aufeinander folgen **/
.button-tel + .button-tel,
.button-tel + .button-tel {
  margin-top: -30px !important;
}
/** Doppelte Auszeichnungen SidebarMenü entfernt durch KERYGMA -> megamenu.css **/
/* Sitemap Menü der Unterseiten der ausgewählten Seiten ce-menu-1 */
section.content ul.ce-menu-1, section.content ul.ce-menu-0 /*, section.content .ce-menu-1 .buttons*/ {
  margin-left: 0;
}
section.content .text-nav ul.ce-menu-1 li, section.content .text-nav ul.ce-menu-0 li {
  list-style:none;
  padding:0;
  margin-left: 0;
  text-indent: 0;
}
section.content .text-nav ul.ce-menu-0 li {
  padding-top: 40px;
  padding-left: 40px;
}
section.content ul.ce-menu-1 li a, section.content ul.ce-menu-0 li /*, section.content .ce-menu-1 button */ {
  width: 43%;
  float:left;
  margin-right: 2%;
  margin-bottom: 20px;
  list-style:none;
  background-color: #f3f3f4;
  padding-top: 40px;
  padding-left: 40px;
  height: 150px;
  background-image: url("../Images/angle_right2_big.svg");
  background-repeat: no-repeat;
  background-position: 120% 45% /* right center*/;
  background-clip: padding-box;
  background-size: 40% 40%;
  border:none;
}
section.content ul.ce-menu-1 li:before, section.content ul.ce-menu-0 li:before {
  content:none;
}
section.content ul.ce-menu-1 li a, section.content ul.ce-menu-0 a {
  color: #b5152b;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  font-family:"NotoSans Regular";
}
#wrapper section.content .text-nav  ul  a {
  color: #b5152b;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  font-family:"NotoSans Regular";
}
#wrapper section.content .text-nav  ul  li {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f1f7fa;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 70px;
  height: 150px;
  background-image: url(../Images/angle_right2_big.svg);
  background-repeat: no-repeat;
  background-position: 120% 45%;
  background-clip: padding-box;
  background-size: 40% 40%;
  border: none;
  font-family: "NotoSans Regular", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  text-indent: 0;
}
/** Hack Microsoft Edge **/
_:-ms-lang(x),
_:-webkit-full-screen,
#wrapper section.content .text-nav ul li {width: calc(49% - 10px);}
#wrapper section.content .text-nav ul > a:nth-child(0) > li,
#wrapper section.content .text-nav ul > a:nth-child(3) > li,
#wrapper section.content .text-nav ul > a:nth-child(5) > li,
#wrapper section.content .text-nav ul > a:nth-child(7) > li,
#wrapper section.content .text-nav ul > a:nth-child(9) > li,
#wrapper section.content .text-nav ul > a:nth-child(11) > li,
#wrapper section.content .text-nav ul > a:nth-child(13) > li,
#wrapper section.content .text-nav ul > a:nth-child(15) > li,
#wrapper section.content .text-nav ul > a:nth-child(17) > li,
#wrapper section.content .text-nav ul > a:nth-child(19) > li {margin-right: 10px;}
#wrapper section.content .text-nav ul > a:nth-child(2) > li,
#wrapper section.content .text-nav ul > a:nth-child(4) > li,
#wrapper section.content .text-nav ul > a:nth-child(6) > li,
#wrapper section.content .text-nav ul > a:nth-child(8) > li,
#wrapper section.content .text-nav ul > a:nth-child(10) > li,
#wrapper section.content .text-nav ul > a:nth-child(12) > li,
#wrapper section.content .text-nav ul > a:nth-child(14) > li,
#wrapper section.content .text-nav ul > a:nth-child(16) > li,
#wrapper section.content .text-nav ul > a:nth-child(18) > li,
#wrapper section.content .text-nav ul > a:nth-child(20) > li {
  margin-left: 10px;
  margin-right: 0;
}
#wrapper section.content .text-nav  ul  li:before {display:none;}
/*******Regionenauswahl begin**************/
.frame-layout-126 {
   height: 32.6%;
}
.frame-indent.frame-layout-126, #c41380.frame-layout-126, #c41381.frame-layout-126, 
#c41382.frame-layout-126, #c41383.frame-layout-126, #c48822.frame-layout-126, #c48823.frame-layout-126 {
   height: 49.6%;
}
.frame-layout-126 div {
   height: 100%;
}
div.regionenauswahlimages {
  height: calc(100vh - 95px);
  overflow: hidden;
}
div.regionenauswahlimages{
  width:100%;
  margin:0;
  float:left;
}
div.regionenauswahlimages > div {
  margin-bottom: 10px;
  position: relative;
  }
div.regionenauswahlbild.ce-headline-center {
  width: 100%;
  bottom:10px;  
  position:absolute;
  color: #fff;
  cursor: pointer;
  height: auto;
}
div.regionenauswahlbild {
  width: 100%;
  margin-top:50px;  
  position:absolute;
  color: #fff;
  cursor: pointer;
  height: auto;
}
.regionenauswahlbild h2 {
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding: 0 30px;
position: relative;
z-index: 16;
font-size: 4.6875rem;
color: #ffffff;
  font-family: "Avance W04 Italic";
  text-transform: uppercase;
}
div.regionenauswahlimages .image {
  height: 100%;
}
div.regionenauswahlimages .image div {
  height: 100%;
  background-position: center;
  background-size: cover;  
}  
div.regionenauswahlimages .standard .ce-textpic .ce-gallery  figure.video video {
  width:100%;
}
#verbund{
  float:left;
  margin-top:20px;
  margin-left:60%;
}
#verbund:hover > .mega-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.frame-layout-126:hover .lazyloaded {
  -webkit-filter: brightness(0.8) contrast(1.0);
  filter: brightness(0.8) contrast(1.0);
  transition: all 0.3s linear;
}
@media only screen and (max-width: 480px) {
  div.regionenauswahlimages {height: calc(100vh - 95px);}
  .regionenauswahlbild h2 {font-size: 2rem;}
  #homeTop .intro h2 {font-size: 40px;}
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .regionenauswahlbild h2 {font-size: 2rem;}
}
@media only screen and (max-height: 500px) {
  div.regionenauswahlimages {height: calc(200vh - 100px);}
}
@media only screen and (max-width: 1023px) and (min-width: 769px) {
  .regionenauswahlbild h2 {font-size: 2.5rem;}
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  .regionenauswahlbild h2 {font-size: 3rem;}
  div.regionenauswahlbild.ce-headline-center {bottom:0;}
}
@media only screen and (max-width: 1439px) and (min-width: 1280px) {
  .regionenauswahlbild h2 {font-size: 3rem;}
}
@media only screen and (max-width: 1920px) and (min-width: 1440px) {}
@media only screen and (min-width: 1921px) {}
.text-nav, .bild-nav {  
  width: calc(100% + 165px);
  float: left;
  margin-right: 0;
  margin-left: -165px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.bild-nav .ce-gallery .ce-column:nth-of-type(1),
.bild-nav .ce-gallery .ce-column:nth-of-type(3),
.bild-nav .ce-gallery .ce-column:nth-of-type(5),
.bild-nav .ce-gallery .ce-column:nth-of-type(7),
.bild-nav .ce-gallery .ce-column:nth-of-type(9),
.bild-nav .ce-gallery .ce-column:nth-of-type(11),
.bild-nav .ce-gallery .ce-column:nth-of-type(13),
.bild-nav .ce-gallery .ce-column:nth-of-type(15),
.bild-nav .ce-gallery .ce-column:nth-of-type(17),
.bild-nav .ce-gallery .ce-column:nth-of-type(19){
  margin-right: 10px;
}
.bild-nav .ce-gallery .ce-column:nth-of-type(2),
.bild-nav .ce-gallery .ce-column:nth-of-type(4),
.bild-nav .ce-gallery .ce-column:nth-of-type(6),
.bild-nav .ce-gallery .ce-column:nth-of-type(8),
.bild-nav .ce-gallery .ce-column:nth-of-type(10),
.bild-nav .ce-gallery .ce-column:nth-of-type(12),
.bild-nav .ce-gallery .ce-column:nth-of-type(14),
.bild-nav .ce-gallery .ce-column:nth-of-type(16),
.bild-nav .ce-gallery .ce-column:nth-of-type(18),
.bild-nav .ce-gallery .ce-column:nth-of-type(20){
  margin-left: 10px;
  margin-right: 0;
}
section.content .bild-nav .ce-left.ce-below > .ce-gallery, section.content .bild-nav .ce-left.ce-below > .ce-gallery > figure   {
  width: 100%;
}
section.content .bild-nav  .ce-gallery .ce-outer, 
section.content .bild-nav  .ce-gallery .ce-outer .ce-inner {
  width: 100%;
}
section.content .bild-nav .ce-gallery figure { display: block; margin: 0; }
section.content .bild-nav .ce-textpic > .ce-gallery figure img {
  width: 100%;
}
main section.content .bild-nav .ce-gallery a h2, main section.content .teaser-nav h2 a {
  font-size: 21px;
  font-family:"NotoSans Regular";
  line-height: 1.2;
  letter-spacing: 0.2px;
  padding: 15px 0 15px 0;  
  display:block;
  color: #b5152b;
}
.bild-nav .ce-gallery .ce-column {
  width: calc(50% - 10px);
  margin-right: 10px;
  background-color: #f1f7fa;
  background-image: url(../Images/angle_right2_big.svg);
  background-repeat: no-repeat;
  background-position: 100% 40% /* right center*/;
  background-clip: padding-box;
  background-size: 25% 25%;
  min-height: 204px;
  padding-left: 20px;
  float: left;
  margin-bottom: 20px;
}
/** Hack Microsoft Edge **/
_:-ms-lang(x),
_:-webkit-full-screen,
.bild-nav .ce-gallery .ce-column {
  width: calc(49% - 10px);
}
.bild-nav .ce-gallery .ce-column img{
  max-width: 60%;
  height:auto;
}
section.content .teaser-nav .ce-textpic .ce-column a figure > .ce-gallery, section.content .teaser-nav .ce-image .ce-column a figure {
  margin-top: 0;
  width: 35%;
  float:left;
  margin-right: 5%;
}
section.content .teaser-nav .ce-image .ce-column a figure img {
    width: 100%;
    height: auto;
}
section.content .teaser-nav .ce-textpic .ce-bodytext {
    clear: none; 
}
section.content .teaser-nav h2 {
    font-size: 21px;
    font-family: "NotoSans Regular";
    line-height: 1.2;
    letter-spacing: 0.2px;
    padding: 15px 0 15px 0;
    display: block;
    color: #b5152b;
}
section.content .teaser-nav .ce-column a .ce-bodytext p {
  color: #4a4a4a;
}
/* übergangsweise */
a.internal-link img {
  display:none;
}
section.content ul.figures {
  margin-left:0;
}
section.content ul.figures li {
  list-style:none;
  margin: 5px 0 5px 0;
}
figcaption {
  color: #b5152b;
  font-size: 12px;
  line-height: 1.8;
  padding: 15px 5px 15px 0;
}
.video figcaption {
  padding: 0 5px 15px 0;
  clear: both;
}
.bild-nav figcaption{
  caption-side:top ! important;
  font-size:21px;
}
/* Absatz Typ Bild  */
.box-100-prozent .ce-image .ce-gallery,
.box-100-prozent .ce-image .ce-column,
.box-100-prozent .ce-image .ce-column figure, 
.box-100-prozent .ce-image .ce-column img  {
  width: 100%;
}
.box-100-prozent figcaption {
  margin-left:36%;
}
/* Absatz Typ Bild Alternative */
section.content .standard .ce-textpic .ce-gallery, 
section.content .standard .ce-textpic .ce-gallery .ce-outer,
section.content .standard .ce-textpic .ce-gallery .ce-inner,  
section.content .standard .ce-textpic .ce-column, 
section.content .standard .ce-textpic .ce-column figure, 
section.content .standard .ce-textpic .ce-gallery .ce-column img {
  width: 100%;
}
/* rte inline style */
span.important, span.roterText, aside .tt_address_detail h3 {
  font-family:"NotoSans Bold";
  color: #b5152b;
  text-transform: uppercase;
  font-size: 13px;
}
main a.mail, main .singleview a.mail, main .tx-browser-pi1-single a.mail, main a span.mail {
  color: #4a4a4a;
}
main span.telefon:before, div#homeTop span.telefon::before, div#wrapper .notfall-popup span.telefon::before {
  font-family: "alexianer_icons";
  content: "\f095 ";
  padding-right: 10px;
}
main span.mobile:before {
  font-family: "alexianer_icons";
  content: "\f10b ";
  padding-right: 16px;
}
main span.fax:before {
  font-family: "alexianer_icons";
  content: "\f0f6 ";
  padding-right: 10px;
}
main span.mail:before {
  font-family: "alexianer_icons";
  content: "\f003 ";
  padding-right: 10px;
}
main span.route:before {
  font-family: "alexianer_icons";
  content: "\f041 ";
  padding-right: 12px;
  padding-left: 4px;
}
main aside span.link:before, main span.link:before,
.notfall-popup span.link:before {
  font-family: "alexianer_icons";
  content: "\f0c1";
  padding-right: 10px;
}
main span.mail a, main aside span.link a, 
main span.telefon a, main span.mobile a,
main span.link a, .notfall-popup span.link a, main span.route a {
  color: #4a4a4a;
}
/*************Downloads *******Begin ************/
.h2-blau-linie h2 {
   border-bottom: 5px solid #57a3c7;
   padding: 40px 0 35px 0;
  color:#57a3c7;
  font-family: "Avance W04 Italic";
  font-size: 37px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.h2-blau-linie h3 {
   margin: 25px 0 15px 0;
}
.h2-blau-linie .ce-left .ce-gallery {
    width: 60%;
    max-width: 350px;  
    margin-top: 20px;
    margin-bottom: 25px;
}
.h2-blau-linie .ce-left .ce-gallery, .h2-blau-linie .ce-left .ce-bodytext {
  max-width: 60%;
}
section.content ul.ce-uploads li, section.content div.job-details ul.ce-uploads li {
  padding:15px 0px 10px 0px;
  text-indent:0;
  overflow:hidden;
  margin-left:0;
 }
section.content div.job-details ul.ce-uploads li, section.content div.accordion ul.ce-uploads li {
  border-bottom: 2px solid #57a3c7;
}
ul.ce-uploads li a.pdf, ul.ce-uploads li span.pdf {
  width: 20%; /*55px*/
  height:auto;
}
.singleview ul.ce-uploads li .pdf {
  width: 25%; /*55px*/
  height:auto;
}
ul.ce-uploads p, p.small {
  padding:0px 0px 10px 0px;  
  color: #4a4a4a;
  font-family:"Avance W04 Regular";
  font-size: 16px;
  line-height: 1.3;
}
ul.ce-uploads .pdf {
  float:left;
}
ul.ce-uploads .pdf-info {
  margin-left: 18%;
}
ul.ce-uploads .ce-uploads-filesize {
  color: #b5152b;
  font-family:"NotoSans Bold";
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.2px;
  padding: 0 0 10px 0;   
}
section.content  ul.ce-uploads li:before{
  content:none;
}
/************************** Mapbox *********************************/
.mapboxgl-popup-content {padding: 15px 15px 10px 15px !important;}
.marker {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #aad1e3;
}
.mapboxgl-popup {
    max-width: 330px;
    overflow:hidden;
}
.mapboxgl-popup-content .popup_image {
  width: 115px;
  height: 75px;
  float:left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.mapboxgl-popup-content img{
  position: absolute;
  top: -5%;
  left: 0;
}
.mapboxgl-popup-content .popup_title{
  width: calc(100% - 135px);
  float:right;
}
.mapboxgl-popup-content h3{
  font: 26px "NotoSans Regular", sans-serif;
  line-height: 1;
  -ms-hyphens: auto; 
  -moz-hyphens: auto; 
  -webkit-hyphens: auto; 
  hyphens: auto;
  padding-bottom: 0;
}
.mapboxgl-popup-content a{
  color:#3E96BE;
  float:left;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font: 15px "NotoSans Bold";
}
.mapboxgl-popup-content a:hover{
  color:#d13f48;
  }
.mapboxgl-popup-content p{
  font: 18px "Avance W04 Regular", "Times New Roman", serif;
  float:left;
  line-height: 1.2;
  margin-top: 10px;
}
/*************************Mapbox ***********/
.downloads-schmal {
  margin: 0 70px 20px 0px;
}
.downloads-schmal ul.ce-uploads {
  width: 100%;
  float:left;
  margin: 40px 20px 0px 0;
}
.downloads-schmal ul.ce-uploads .ce-uploads-filesize {
  padding: 0;
}
hr.ce-div, .standard hr, .accordion hr, .box-2-linien hr {
  border-style:solid;
  border-color: #57a3c7;
  border-width: 1px;
  margin: 20px 0 25px 0;
}
/*************Downloads *******Begin ************/
section.content .downloads-schmal ul.ce-uploads li {
  border-top: 2px solid #57a3c7;
  padding: 20px 0 20px 0;
  width: 60%;
  margin:0!important;
}
.downloads-schmal .ce-uploads-filesize{
  color:#b5152b;
  display:block;
}
section.content .downloads-schmal li:last-child {
  border-bottom: none;
}
.h2-blau-linie h2, .h2-blau  {
   border-bottom: 5px solid #57a3c7;
   padding: 40px 0 35px 0;
  color:#57a3c7;
  font-family: "Avance W04 Italic";
  font-size: 37px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.h2-blau-linie h3{
   margin: 25px 0 15px 0;

}
.h2-blau-linie .ce-left .ce-gallery {
    width: 60%;
    max-width: 350px;  
    margin-top: 20px;
    margin-bottom: 25px;
}
.h2-blau-linie .ce-left .ce-gallery, .h2-blau-linie .ce-left .ce-bodytext {
  max-width: 60%;
}
section.content ul.ce-uploads li {
  padding:15px 0px 10px 0px;
  text-indent:0;
  overflow:hidden;
  margin:0 0 0 0;
}
section.content .standard ul.ce-uploads li {
  border-bottom: 2px solid #57a3c7;
}
.downloads-schmal ul.ce-uploads li a.pdf, .standard ul.ce-uploads li a.pdf, .accordion ul.ce-uploads li a.pdf {
  width: 13%; /*55px*/
  height:auto;
}
.singleview ul.ce-uploads li .pdf {
  width: 25%; /*55px*/
  height: auto;
}
ul.ce-uploads p, p.small {
  padding:0px 0px 10px 0px;  
  color: #4a4a4a;
  font-family:"Avance W04 Regular";
  font-size: 16px;
  line-height: 1.3;
}
ul.ce-uploads .pdf {
  float:left;
}
.h2-blau-linie .pdf-info, .standard .pdf-info {
  margin-left: 17%;
}
.downloads-schmal .pdf-info {
  margin-left: 25%;
}
ul.ce-uploads .ce-uploads-filesize {
  color: #b5152b;
  font-family:"NotoSans Bold";
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.2px;
  padding: 0 0 10px 0;   
}
section.content  ul.ce-uploads li:before{
  content:none;
}
/*************Downloads ********End***********/
/* Navigationselemente Teaser-Button, Bild-Button, Link-Button  teaser-text-mit-linien */
.teaser-text-mit-linien {
  border-top: 5px solid #57a3c7;
  border-bottom: 2px solid #57a3c7;
  padding: 20px 50px 25px 5px;  
  background-image: url(../Images/angle_right2_big.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px 40px;
  margin-top: 13px;
  width: 26%;
  float:left;
  margin-right: 5%;
}
 .teaser-text-mit-linien p{
  padding-left: 0;
}
section.content .teaser-text-mit-linien .ce-intext.ce-left > .ce-bodytext {
  margin-left: 31%;
}
.teaser-text-mit-linien
{
  width: calc(100% - 70px);
  float:left;
  margin-bottom: 20px;
}
main section.content .bild-nav .ce-gallery figure a, main section.content .teaser-nav h2 a {
  font-size: 21px;
  font-family:"NotoSans Regular";
  line-height: 1.2;
  letter-spacing: 0.2px;
  padding: 15px 0 15px 0;  
  display:block;
  color: #b5152b;
}
.teaser-nav , .teaser-nav-linien{
  float:left;
  margin-left: -165px;
}
.teaser-nav .ce-image .ce-column, .teaser-nav .ce-textpic {
  padding:0;
  background-color: #f1f7fa;
  background-image: url("../Images/angle_right2_big.svg");
  background-repeat: no-repeat;
  background-position: 115% 45%;
  background-clip: padding-box;
  background-size: 30% 30%;
  min-height: 190px;
  margin-bottom: 25px;  
  margin-top: 20px;
  overflow:hidden;
}

.teaser-nav-linien .ce-image .ce-column {    
  background-image: url("../Images/angle_right2_big.svg");
  background-repeat: no-repeat;
  background-position: 115% 45%;
  background-clip: padding-box;
  background-size: 30% 30%;
  min-height: 195px;
  margin-bottom: 25px;  
  margin-top: 20px;
  overflow:hidden;  
  border-top: 5px solid #57a3c7;
  border-bottom: 2px solid #57a3c7;
  padding: 20px 0px 25px 0;
}
.teaser-nav-linien .ce-bodytext p{
  color:#000 !important;
}
.teaser-nav-linien .ce-image .ce-column:hover {   
  background: #d8eaf2;
  background-image: url("../Images/angle_right2_big.svg");
  background-repeat: no-repeat;
  background-position: 115% 45%;
  background-clip: padding-box;
  background-size: 30% 30%;
}
.teaser-text-mit-linien  div.ce-text p a  {
  color:#4a4a4a !important;
  display: block;
}
.teaser-text-mit-linien h4 a{
  color:#b5152b;
  display: block;
}
.teaser-text-mit-linien:hover {
  background: #d8eaf2;
  background-image: url(../Images/angle_right2_big.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px 40px;
}
.teaser-text-mit-linien:hover h4 a  {
  color: #d13f48;
}
.teaser-text-mit-linien:hover div.ce-text p a  {
  text-shadow: none;
  background-image: none;
  transition: 0s;
}
section.content .teaser-nav .ce-above .ce-bodytext ,section.content .teaser-nav-linien .ce-above .ce-bodytext {
  clear: none;
}
section.content .teaser-nav .ce-textpic .ce-column a figure > .ce-gallery, section.content .teaser-nav .ce-image .ce-column a figure ,
section.content .teaser-nav-linien .ce-textpic .ce-column a figure > .ce-gallery, section.content .teaser-nav-linien .ce-image .ce-column a figure {
  margin-top: 0;
  width: 35%;
  float:left;
  margin-right: 5%;
}
section.content .teaser-nav .ce-image .ce-column a  > figure, section.content .teaser-nav .ce-image a  > .ce-bodytext,
section.content .teaser-nav-linien .ce-image .ce-column a  > figure, section.content .teaser-nav-linien .ce-image a  > .ce-bodytext{
  width: 35%;
  float:left;
  margin-right: 3%;
}
section.content .teaser-nav .ce-image .ce-column a figure img,
section.content .teaser-nav-linien .ce-image .ce-column a figure img   {
    width: 100%;
    height: auto;
}
section.content .teaser-nav .ce-textpic .ce-bodytext,
section.content .teaser-nav-linien .ce-textpic .ce-bodytext {
    clear: none; 
}
section.content .teaser-nav h2 , section.content .teaser-nav-linien h2 {
    font-size: 21px;
    font-family: "NotoSans Regular";
    line-height: 1.2;
    letter-spacing: 0.2px;
    padding: 15px 0 15px 0;
    display: block;
    color: #b5152b;
}
.teaser-nav-linien .ce-image .ce-column:hover h2 {
color: #d13f48;
}
section.content .teaser-nav .ce-bodytext, section.content .teaser-nav .ce-column a .ce-bodytext,
section.content .teaser-nav-linien .ce-bodytext, section.content .teaser-nav-linien .ce-column a .ce-bodytext {
  width: 50%;
  float:left;
}
section.content .teaser-nav .ce-column a .ce-bodytext p {
  color: #4a4a4a;
}
/* Seitennavigation Typ Bild */
section.content .bild-nav .ce-left.ce-below > .ce-gallery, section.content .bild-nav .ce-left.ce-below > .ce-gallery > figure   {
  width: 100%;
}
section.content .bild-nav  .ce-gallery .ce-outer, 
section.content .bild-nav  .ce-gallery .ce-outer .ce-inner {
  width: 100%;
}
section.content .bild-nav .ce-gallery figure { display: block; margin: 0; }
section.content .bild-nav .ce-textpic > .ce-gallery figure img {
  width: 100%;
}
.bild-nav .ce-gallery .ce-column img{
  max-width: 60%;
  height:auto;
}
.frame-layout-201 {
	display:inline-block;
}
/* Navigationselemente Ende */
/* 2020 Tabs Startseite */
.tab {
  overflow: hidden;
  background-color: #fff;
  border-bottom: 5px solid #57a3c7; /*#4a4a4a;*/

}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 26px;
  transition: 0.3s;
  font: 21px "NotoSans Regular",sans-serif;
  letter-spacing: 0.2px;
  color: #4a4a4a;
}
.tab button:hover {
  background-color: #f1f7fa;
}
.tab button.active {
  background-color: #57a3c7; /*#f1f7fa;*/
  color: #fff;
}
.tabcontent {
  display: none;
  border-top: none;
} 
.tabcontent .news-list-view {
    margin-left: 0;
    margin-top: 0px;
    border-top: none;
}
.tabcontent .news-list-view .article{
    border-bottom: 2px solid #57a3c7;
}
.frame-space-before-extra-small {
  margin-top: -25px;
}
/* Jetzt bewerben für Berlin */

.button-tel #c29350 .ce-text p:before {
  font-family: "alexianer_icons";
  content: "\f003 ";
  padding-right: 10px;
  font-size: 20px;
  line-height: 2rem;
}

/* Clemenshospital Video auf der Startseite wegen Corona */

div#c29925 div.ce-textpic
{
	margin-top: 2em;
}

/* Popup für Clemens- und Raphaels*/

/* The Modal (background) */
.modalc {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 777777; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalc-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  width: 80%;
  color: #4a4a4a;
}

.modalc-content .stop-bild
{
  max-width: 200px;
  display: block;
  margin: auto;
}

.modalc-content h1
{
  text-align: center;
}

.modalc-content p:first-child
{
  margin-top: 2em;
}

.modalc-content .standard
{
	float: none;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* Jetzt bewerben für Berlin */

.button-tel #c29350 .ce-text p:before {
  font-family: "alexianer_icons";
  content: "\f003 ";
  padding-right: 10px;
  font-size: 20px;
  line-height: 2rem;
}

/* Clemenshospital Video auf der Startseite wegen Corona */

div#c29925 div.ce-textpic
{
	margin-top: 2em;
}

/*Popup*/
.pop {
  display: none;  
  position: fixed;  
  z-index: 9999;  
  left: 0;
  top: 0;
  width: 100%;  
  height: 100%;  
  overflow: auto;  
  background-color: rgb(0,0,0);  
  background-color: rgba(0,0,0,0.4);  
  padding: 0 0 0 0;
}

.popup-content {
  background-color: #fefefe;
  margin: 15% auto;  
  padding: 10px 20px 20px 10px;
  border: 1px solid #888;
  width: 80%;  
  max-width: 800px;
  border-radius: 5px;
}
.popup-content h1{
  font-size: 2em;
  margin: 20px auto 20px auto;
  
}
.popup-content .standard {
  float:none;
  display:inline-block;
  margin-bottom: 0 !important;
  text-align:center;
  width: 100%;
}
/*
.popup-content img {
	width: 100%;
    max-width: 500px;
}
*/
.schliessen {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.schliessen:hover,
.schliessen:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
a.markenButton {
	/*display:inline-block;*/
	position:relative;
}
a.markenButton .ce-gallery{
	width: 90%;
	float:left;
	z-index:7;
}
a.markenButton .ce-bodytext {
	width: 80%;
	float:left;
	z-index:8;
	left:5%;
	top:10%;
	position:absolute;
}
/*section.content .teaser-nav + a.markenButton .ce-textpic {
	background-color: #b5152b;
}*/
section.content a.markenButton h1, section.content a.markenButton h2, section.content a.markenButton p {
	color:#fff;
	text-shadow: 4px 3px 10px #666;
}
/*
section.content a.markenButton h1 {
	background: rgba(74,74,74,0.4);
	padding: 4px 8px;
}*/
/*section.content a.markenButton h1 strong {
	font-size:0.5em;
	margin-top: 0px;
    margin-bottom: 20px;
	color: #57A3C7;
	background: rgba(74,74,74,0.4);
	padding: 4px 8px;
}*/
/*text-shadow: 5px 5px 15px #ccc;*/
a.markenButton.teaser-nav .ce-textpic {
    padding: 0;
    background-color: #d8eaf2;
    background-image: url("../Images/angle_right2_big.svg");
    background-repeat: no-repeat;
    background-position: 115% 45%;
    background-clip: padding-box;
    background-size: 30% 30%;
    min-height: 195px;
    margin-bottom: 25px;
    margin-top: 20px;
    overflow: hidden;
}
a.markenButton.teaser-nav .ce-textpic:hover {
    background-color: #f1f8fa;
}
section.content a.markenButton.teaser-nav .ce-bodytext {
    width: 80%;
}
section.content a.markenButton.teaser-nav .video {
	width: auto;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 0 0 !important;
}
section.content a.markenButton.teaser-nav .video .image button, section.content a.markenButton.teaser-nav .video-header {
	display:none;
}
/*shariff share*/
main .shariff.sm-share/*, main .news-single .shariff.sm-share*/ {
	background: rgba(255, 255, 255, .2);
	position:fixed; 
	right:0;
	bottom:18%;
	z-index:9999;
	width: 33px;
	height: 110px;
}
main .shariff.sm-share .theme-grey .shariff-button a /*, main .news-single .shariff .shariff-button a*/ {
    background-color: #b5152b;
}
main .shariff.sm-share .orientation-horizontal.button-style-standard li {margin-left: 0; padding-left:0;}
main .shariff.sm-share .theme-grey .shariff-button a:hover, main .shariff.sm-share .theme-grey .info a:hover,
/*main .news-single .shariff .theme-color .shariff-button a:hover {
    background-color: #D13F48;
}*/
section.content .shariff.sm-share ul li::before, 
.news-single section.content ul li.shariff-button::before {
	content: "";
	padding-right: 0;
}
section.content ul li.shariff-button {
  text-indent: 0;
  padding: 0px;
}
.news-single section.content ul {
    margin-top: 5px;
}
.news-single section.content .shariff .orientation-horizontal.button-style-standard li {
  padding: 0;
  margin-right: 2%;
  margin-top: 5px;
  list-style: none;
  height: auto;
}
.news-single section.content ul li.shariff-button {
    text-indent: 0;
	height: auto;
}
.news-single section.content .shariff .orientation-horizontal {
  flex-wrap: nowrap;
}
/* Cituro Clemenshospital */
.cituroContainer > button.cituroBookingButton {
	margin: 0 30px 0 0 !important;
}

/* tt_address map */
section.content .box-100-prozent .tx-ttaddress {
	margin-left: -50%;
	padding-right: 70px;
}
section.content .tx-ttaddress .map {
	width: 100%;
	float:left;
}
section.content .box-100-prozent #ttaddress__map {
	min-height: 500px !important;
}
#ttaddress__map h3 {
	font: 16px "NotoSans Regular", sans-serif;
	padding-top: 6px;
}
#ttaddress__map .leaflet-popup-content div.address, #ttaddress__map .leaflet-popup-content p {
	font: 12px "NotoSans Regular", sans-serif;
	margin: 4px 0;
	padding: 0 0 0 0;
}
aside #ttaddress__map .leaflet-popup.leaflet-zoom-animated {
	max-width: 305px;	
	z-index: 401;
}
aside #ttaddress__map .leaflet-left {
  left: -10px;
}
aside #ttaddress__map .leaflet-top {
  top: -10px;
}

aside .tt_address_list .vcard {
  padding-bottom: 15px; 
  border-bottom: 2px solid #57a3c7;
  margin-bottom: 20px;
}

aside .tt_address_list .vcard:last-child {
  border-bottom:none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
section.content .standard.team .vcard.tt_address_detail, section.content .standard.kontakt .vcard.tt_address_detail {
	border-bottom: 2px solid #57a3c7;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
section.content .tt_address_list .vcard.tt_address_detail i.fab {
	font-size: 2rem;
	margin-right: 15px;
}
/* Barrierearmut */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
