/* outfit-100 - latin */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/outfit-v4-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/outfit-v4-latin-100.woff') format('woff'), /* Modern Browsers */
  }
  /* outfit-300 - latin */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/outfit-v4-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/outfit-v4-latin-300.woff') format('woff'), /* Modern Browsers */
  }
  /* outfit-200 - latin */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/outfit-v4-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/outfit-v4-latin-200.woff') format('woff'), /* Modern Browsers */
  }
  /* outfit-regular - latin */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/outfit-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/outfit-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
  }
  /* outfit-500 - latin */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/outfit-v4-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/outfit-v4-latin-500.woff') format('woff'), /* Modern Browsers */
  }
  /* outfit-600 - latin */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/outfit-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/outfit-v4-latin-600.woff') format('woff'), /* Modern Browsers */
  }
  /* outfit-700 - latin */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/outfit-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/outfit-v4-latin-700.woff') format('woff'), /* Modern Browsers */
  }
  /* outfit-800 - latin */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/outfit-v4-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/outfit-v4-latin-800.woff') format('woff'), /* Modern Browsers */
  }
  /* outfit-900 - latin */
  @font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/outfit-v4-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/outfit-v4-latin-900.woff') format('woff'), /* Modern Browsers */
  }



body {

    font-family: "Outfit", Helvetica, Arial, sans-serif !important;

     /* BE Blau */
     --be-blau: #003669;
     --be-blau-90: #1a4a78;
     --be-blau-80: #335e87;
     --be-blau-70: #4d7396;
     --be-blau-60: #6686a5;
     --be-blau-50: #7f9ab4;
     --be-blau-40: #99afc3;
     --be-blau-30: #b2c2d2;
     --be-blau-20: #ccd7e1;
     --be-blau-10: #e5ebf0;

     /* BE Magenta */
     --be-magenta: #e5007d;
     --be-magenta-90: #e81a8a;
     --be-magenta-80: #ea3397;
     --be-magenta-70: #ed4da4;
     --be-magenta-60: #ef66b1;
     --be-magenta-50: #f27fbe;
     --be-magenta-40: #f599cb;
     --be-magenta-30: #f7b2d8;
     --be-magenta-20: #facce5;
     --be-magenta-10: #fce5f2;
     --be-pink: var(--be-magenta);

     /* BE Cyan */
     --be-cyan: #009ee3;
     --be-cyan-90: #1aa8e6;
     --be-cyan-80: #33b1e9;
     --be-cyan-70: #4dbbeb;
     --be-cyan-60: #66c5ee;
     --be-cyan-50: #7fcef1;
     --be-cyan-40: #99d8f4;
     --be-cyan-30: #b2e2f7;
     --be-cyan-20: #ccecf9;
     --be-cyan-10: #e5f5fc;

     /* BE Orange */
     --be-orange: #ee7100;
     --be-orange-90: #f07f1b;
     --be-orange-80: #f18d34;
     --be-orange-70: #f39c4e;
     --be-orange-60: #f5aa67;
     --be-orange-50: #f6b880;
     --be-orange-40: #f8c699;
     --be-orange-30: #fad4b2;
     --be-orange-20: #fce3cc;
     --be-orange-10: #fdf1e5;

     /* BE Grün */
     --be-gruen: #76b828;
     --be-gruen-90: #83be3d;
     --be-gruen-80: #9fcd68;
     --be-gruen-70: #9fcd68;
     --be-gruen-60: #acd47d;
     --be-gruen-50: #badb93;
     --be-gruen-40: #c8e2a9;
     --be-gruen-30: #d5e9be;
     --be-gruen-20: #e3f1d4;
     --be-gruen-10: #f1f8e9;

     /* BE Dunkelgrau */
     --be-dunkelgrau: #253339;
     --be-dunkelgrau-90: #39484d;
     --be-dunkelgrau-80: #4f5c61;
     --be-dunkelgrau-70: #657175;
     --be-dunkelgrau-60: #7b8588;
     --be-dunkelgrau-50: #91999c;
     --be-dunkelgrau-40: #a7adb0;
     --be-dunkelgrau-30: #bdc1c3;
     --be-dunkelgrau-20: #d3d6d7;
     --be-dunkelgrau-10: #e9eaeb;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Outfit", Helvetica, Arial, sans-serif !important;
}

.container{
	position:relative;
	font-family: 'Outfit', sans-serif;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@-ms-viewport{
	width:auto!important;
}

a {
    color: var(--be-magenta);
}

.header{
    background-color: var(--be-blau);
    height:65px;
	border-bottom:5px solid var(--be-cyan);
	font-family: 'Outfit', sans-serif;
}

.header .brand{
	/*background-color: red;*/
	/*height:40px;*/
	padding-top: 13px;
	position:absolute;
}
.header .brand .icon, .header .brand .logo{
	float:left;
}

.header .brand .logo h1{
    margin: 0;
    padding: 0;
    font-size:30px;
    font-weight: bold;
    color:#ffffff;
}
.namenstag{
	text-align:right;
	position:absolute;
	right:250px;top:24px;
	color:#fff;
	font-size:14px;
	font-weight:300;
}
.namenstag span{
	text-transform:uppercase;
	font-weight:500;
}
.namenstag a{
	color:#fff;
	text-decoration:none;
}
.sys-check{
    background-color: var(--be-orange);
    padding: 0px 5px;
    height: 5px;
}

.sys-check-box{
    background-color: var(--be-cyan);
    padding:0px 5px;
    position: absolute;
    top:0;
		right:0;
    margin-left: 20px;
}

.sys-check-box h5{
    color:#ffffff;
    text-transform: uppercase;
    font-size: 10px;
    text-shadow: 1px 1px 1px var(--be-cyan);
    filter: dropshadow(color=var(--be-cyan), offx=1, offy=1);
    margin:10px 0;
}

.sys-check-box .ok{
    background: url(../Img/sys-check-okay.png) no-repeat;
    height:14px;
    width:34px;
    margin:5px 0;
}

.sys-check-box .warning{
    background: url(../Img/sys-check-warning.png) no-repeat;
    height:14px;
    width:34px;
    margin:5px 0;
}

.sys-check-box .abort{
    background: url(../Img/sys-check-abort.png) no-repeat;
    height:14px;
    width:34px;
    margin:5px 0;
}

.header .brand .icon img{
    display: inline;
    float: left;
    margin-right: 10px;
}
.search{

	margin-top:13px;
}
.search input.form-control{
	width:153px;height:30px;border-radius:0;
	border:0;background:url(../Img/lupe.png)  98% center no-repeat #fff;
	padding-right:20px;position:absolute;right:70px;
}
.search .unsichtbar{visibility:hidden;}


/*
Navigationsbereich mit LOGO
*/

.navi{
	margin-top:20px;
}
.logo-pic{
    /*background-color: gold;*/
    background-image:url(../Img/logo.png);
    background-repeat: no-repeat;
    background-position: 0px 36px;
    height:126px;
    width: 200px;
    margin-bottom: 30px;
    background-size: contain;
}

.navi nav .nav{
    margin-top: 50px;
}


.navi nav .nav > li {
	border-left:1px solid #bac9d1;
    margin-left: 2px;
}

.navi nav .nav > li > a{
    color:#191919;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    font-weight: normal;
		border-radius: 0px;
		margin:0 2px;
		padding:25px 0;
}
.navi nav .nav > li > a:hover, .navi nav .nav > li > a:focus, .navi nav .nav > li > a > span:hover, .navi nav .nav > li > a > span:focus {
	background-color: var(--be-blau);
	text-decoration: none;
	border-radius: 0px;
	color:#ffffff;
}
.navi nav .nav > li.active > a, .navi nav .nav > li > a.offen{
	background-color: var(--be-blau);
	color:#fff;
}
.navi nav .nav > li .aufzu{
	display:none;
}


.navi nav .nav > li:last-child{
    border-right: 1px solid #bac9d1;
}

/* Navi 2. Ebene */
.navi nav ul.nav li ul{
    display:none;
    background-color: var(--be-blau);
    list-style-type: none;
    border:none;
    margin: 0 0 0 2px;
    padding: 0;
    position: absolute;
    width: auto;
    z-index: 200;
}
nav ul.nav li ul li{
    padding:12px 28px 10px 28px;
    border-bottom:1px solid var(--be-blau-40);
    min-width: 230px;

}
nav ul.nav li ul li:first-child{
		padding-top:19px;
}
nav ul.nav li ul li:last-child{
    border-bottom:none;
}
nav ul.nav li ul li a{
    color:#ffffff;
	font-weight:200;
	/*text-transform: uppercase;*/
	font-size: 15px;
	line-height: 18px;
}
nav ul.nav li ul li a:hover{
    text-decoration: none;
}
nav ul.nav li ul li:hover{
    background-color: var(--be-blau-80);
}

/* Navi 3. Ebene */
.navi nav ul.nav li ul li ul{
    display:none;
    background-color: var(--be-blau);
    list-style-type: none;
    border:none;
    margin: -41px 0 0 2px;
    padding: 0 2px;
    position: absolute;
    width: auto;
    z-index: 400;
    zoom:1;
}
nav ul.nav li ul li ul li{
    padding:8px 28px;
    border-bottom:1px solid var(--be-blau-80);
    min-width: 100px;
}
nav ul.nav li ul li ul li:first-child{
    padding-top:7px;
}
nav ul.nav li ul li ul li:last-child{
    border-bottom:none;
}
nav ul.nav li ul li ul li a{
    color:#ffffff;
    font-weight:200;
    /*text-transform: uppercase;*/
    font-size: 13px;
    line-height: 20px;
}
nav ul.nav li ul li ul li a:hover{
    text-decoration: none;
}
nav ul.nav li ul li ul li:hover{
    background-color: var(--be-blau-80);
}


.slider{
    height:470px;
    width: 960px;
}


@media all and (max-width: 991px){
	.slider{
	    height:370px;
	}
	.slider img {
		height:370px;
	}
	.bx-viewport {
		height:auto !important;
	}
}

@media all and (max-width: 767px){
	.slider {
	    height: auto;
	    content: contain;
	}
	.slider img {
		width: 100%;
		height: auto;
	}
	.bx-viewport {
		height:100% !important;
	}
}

.slider .slider-description{
    background: url(../Img/slider-box.png);
    width:420px;
    height:150px;
    margin-top:-180px;
    margin-left: 20px;
    position:absolute;
    padding:10px 20px;
}

.slider-pager{
    position: absolute;
    top: 30px;
    margin-left: -20px;
}

.slider-pager ul li{
    list-style-type: none;
    float: left;
}

.slider-pager ul li a{
    background-color: #ffffff;
    color:var(--be-blau);
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    padding:5px 10px;
    text-transform: uppercase;
    margin-left:1px;
}

.slider-pager ul li a.active{
    background-color: var(--be-magenta);
    color:#fff;
}

.slider-container .bx-wrapper{
    -webkit-box-shadow:  1px 1px 8px 1px rgba(0, 40, 61, 0.6);
    box-shadow:  1px 1px 8px 1px rgba(0, 40, 61, 0.6);
    margin-bottom: 20px;
}

.slider .slider-description h3{
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}

.slider .slider-description p{
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 22px;
}

.slider .slider-description p a{
    color:var(--be-magenta);;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}

html body{
    margin: 0;
}

.breadcrumb{
    background-color: transparent;
    border-radius: 0px;
    margin: 0;
    padding: 0;
}

.breadcrumb a{
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    line-height: 30px;
    color:var(--be-blau);
    text-transform: uppercase;
    margin-left:5px;
    margin-right: 7px;
}

.navigator-container{
    background-color: var(--be-blau-40);
    /*height:200px;*/
    padding-bottom: 20px;
}

.navigator-header{
    margin-top:30px;
    border-top:2px solid #d6dfe3;
}

.navigator-header h2{
    background:url(../Img/kompass.png) var(--be-blau-40) 0 0 no-repeat;
    color:#ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 40px;
    height:40px;
    padding-top:2px;
    position: relative;
    top:-40px;
    width:280px;
}

cite{
    display: none;
}

.navigator-pills{
    position: relative;
    margin-top: -30px;
    padding:10px 20px 10px 0;
}

.navigator-pills > .nav > li > a{
    padding: 5px 10px;
    margin:2px;
}

.navigator-pills .nav-pills li a{
    background-color: var(--be-blau);
    color:#ffffff;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin-bottom:5px;
}

.navigator-search{
    float:right;
    margin-top:-20px;
}

.navigator-search form input{
    width:180px;
    height:35px;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color:#888888;
}

.navigator-search form button {
    background: linear-gradient(to bottom, #ea3397 0%, #ea3397 49%, var(--be-magenta) 50%, var(--be-magenta) 100%);
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 0;
    padding: 5px 20px;
}

.content-teaser{
	font-family: 'Outfit', sans-serif;
    /*padding-top:40px;*/
}

.content-teaser h1,.content-teaser h2, .content-teaser h3, .content-teaser h4{
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color:#191919;
    margin:30px 0 22px 0;
}

.content-teaser h2{
    font-size: 24px;
		line-height: 24px;
		margin:22px 0 12px 0;
}

.content-teaser h3{
    font-size: 20px;
		line-height: 22px;
    margin-bottom:30px;
    margin-top:20px;
		color:#111;
}
.content-teaser h4{
	font-size: 20px;
	line-height: 22px;
	margin-bottom:10px;
	margin-top:20px;
}

.content-teaser .ce-bodytext > p, .content-teaser .frame-type-text p{
    font-size: 17px;
    line-height: 24px;
    color: #191919;
}
.content-teaser .frame-default header > p{
	font-size: 18px;
	line-height: 24px;
	color: var(--be-blau);
	font-weight:500;
}
.content-teaser blockquote p{
	color:var(--be-blau);
	font-weight:400;
	font-size:18px;
	line-height: 24px;
	margin-bottom:10px;
	font-style:italic;
}
.content-teaser blockquote{
	border:0;
	padding:0;
	margin:5px 0 16px 0;
}
.content-teaser .frame-default .detail{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-style: italic;
    color:var(--be-blau);
    margin:15px 0;
    display: inline-block;
}
.content-teaser ul{
	list-style: none url(../Img/linklist-icon.png) outside;
	padding-left:20px;

}
.content-teaser ul.linklist{
	list-style: none url(../Img/linklist-icon.png) inside;
    border:2px solid #bac9d1;
    margin:20px 0;
    padding:15px 20px 10px 20px;
    overflow:hidden;
}

.content-teaser ul.linklist a{
    color:var(--be-magenta);
    font-weight: bold;
		line-height:14px;
}

.content-teaser ul.linklist span{
    position: relative;
    top:-2px;
}

.content-teaser ul.linklist li{
    float: left;
    width:50%;
		padding:5px 0;
}


.content-teaser .ce-bodytext li, .content-teaser .frame-type-text li{
	font-size:17px;
	padding-left:5px;
	padding-bottom:5px;
}

.content-teaser .ce-bodytext > p > a, .content-teaser .frame-type-text > p > a{
    color:var(--be-magenta);
    font-weight: bold;
}

.frame-teaser_startseite, .teaser-box{
	font-family: 'Outfit', sans-serif;
    border-top:2px solid #bac9d1;
    margin-top:40px;
    padding-top:20px;
}

.frame-teaser_startseite h4, .teaser-box h4{

    font-size: 20px;
    line-height: 26px;
    color:#191919;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.frame-teaser_startseite p, .teaser-box p{
    padding:10px 0px;
    font-size: 15px;
    line-height: 22px;
    color:#191919;
}

.frame-teaser_startseite p a, .teaser-box p a{
    color:var(--be-magenta);
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}
/*Check neuer Stand 27.1.*/
.frame-teaser_startseite img, .teaser-box img{
	width:270px;
	height:160px;
	overflow:hidden;
}
.verse-container{
    /*height:160px;*/
    /*background-color: hotpink;*/
	font-family: 'Outfit', sans-serif;
	position:relative;
	margin-top:10px;
}
.verse-container .row{
	margin-left:-30px;
	margin-right:0;
}
.verse-container .verse-header{
	background:url(../Img/bg_bibelh5.png) repeat-x top left;
	width:100%;
}
.verse-container .verse-header h5{
    color:var(--be-magenta);
    font-size: 17px; line-height: 17px;
    background-color: #ffffff; width:100%;
    z-index: 100;
    padding: 0 15px;
		margin-left:35%;
		text-transform: uppercase;
		display:inline;
	font-weight:200;
}

.verse-container .verse{
    /*border-top:2px solid #bac9d1;*/
    border-bottom:2px solid #bac9d1;
    margin-top: -25px;
    margin-bottom:60px;
}

.verse-container .verse h3{
    font-size: 22px;
    line-height: 30px;
    color:var(--be-blau);
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 40px 15% 20px 15%;
}

.verse-container .verse p{
    text-align: center;
}

.footer{
    background-color: var(--be-blau);
    padding-top:35px;
	margin-top:20px;
}

footer .footer-links{
	text-align:center;
}

.footer-links-header{
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#ffffff;
    line-height: 20px;
}

.footer-links-header:hover{
    color:var(--be-magenta);
    text-decoration: none;
}

.footer-links ul li{
    list-style-type: none;
    margin:5px 0px;
    padding:0;
}

.footer-links ul{
    margin:0;
    padding:0;
    -moz-padding-start:0;
}

.footer-links ul li a{
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    color:#ffffff;
    line-height: 20px;
}

.footer-links ul li a:hover{
    color:var(--be-magenta);
    text-decoration: none;
}

.footer .copyright-container{
    background-color: var(--be-blau-40);
    margin-top: 35px;
}

.footer .copyright{
    text-align: center;
    color:#ffffff;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

/*Spezielle Inhalte*/
.contenttable td, .contenttable th{
	padding:2px 4px;
	vertical-align:top;
}
.contenttable, table.contenttable{
	border:1px solid #bac9d1;
}
.contenttable thead tr{
	background:#bac9d1;
}



/*
csc-Mailform Powermail
*/
.tx-powermail{ padding-top:30px;}
.powermail_legend, .powermail_label{
	font-size:20px;text-transform:uppercase;color:#111;font-weight: normal;
}
.powermail_legend{ border:0;}
.powermail_label{ font-size:18px; width:100%;}
.powermail_input, .powermail_textarea{
	background-color:#e6e6e6;height:40px;
	border:0;padding-left:10px;
	width:100%;margin-bottom:26px;
}
.powermail_check_outer, .powermail_radio_outer, .powermail_select{
	margin-bottom:26px;
}
.powermail_textarea{	/*height:136px;*/height:230px;}
.powermail_submit, .powermail_confirmation_form, .powermail_confirmation_submit{
	background:#222;color:#fff;text-transform:uppercase;line-height:16px;
	width:auto;	padding:0 10px;height:40px;float:right;border:0;
}
legend.powermail_label{
	border:0;
}
.powermail_confirmation_submit{
	margin-right:20px;
}
.tx-powermail .formError{
	color:var(--be-magenta);
	width:100%;

}



/**********************
Feedback
*/
/*
formhandler
*/
.loading_ajax-submit { display:none; text-align:right; width: 80%; margin-top:-3px; float:left; }

input, textarea, .uneditable-input {
	width: auto;
	/*-webkit-appearance: none;*/
	border-radius: 0;
}


/* IE8 only*/
html>/**/body #sidebar {
	width/*\**/: 320px\9;
}



#sidebar {
	position: fixed;
	top: 180px;
	z-index: 500;
	width: 80%;
	max-width: 320px;
	right: 0px;
	visibility: hidden;
	overflow-y: auto;
}


#sidebar-content {
	padding: 20px;
	background-color: #ffa200;
}
#sidebar-content h4{
	color:#fff;
	font-weight:normal;
	text-transform: none;
	font-size:20px;
}
#sidebar-content label{
	font-weight:normal;
	text-transform:uppercase;
}
#sidebar-content input, #sidebar-content textarea{
	border-radius:0;
}
#sidebar-content .type-button input{
	color:#fff;
	background:url("../Img/bg_submit") repeat-x 0 0 transparent;
	border:0;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:20px;
}
#sidebar-content .success{
	color:#fff;
	font-style:italic;
	padding:10px;
}
#sidebar-content span{
	font-style:italic;
}

.formContainer{
	position: relative;
	padding-left: 35px;
}
a#toggleSidbar.togglebutton{
	color:#ffa200;
}


#toggleSidebar {
	position: absolute;
	left: 0;
	width: 35px;
	height: 130px;
	margin-top: 41px;
}

.fbiconOpen,
.fbiconClose{
	width: 35px;
	height: 130px;
	display: block;
	background: url("../Img/fb_open.png") no-repeat 0 0 transparent;
}

.fbiconClose{
	background: url("../Img/fb_close.png") no-repeat 0 0 transparent;
}

.new-submit-btn {
	white-space: normal;
}

.pastoralAnchor {
    display: block;
    height: 180px;
    margin-top: 0px;
    position: fixed;
    right: 0;
    top: 150px;
    width: 48px;
    z-index: 600;    
}

.pastoralAnchor a.pastoralAnchor__link {
    width: 180px;
    background-color: #003669;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    color: #fff;
    transform-origin: bottom right;
    transform: rotateZ(-90deg);
    position: absolute;
    right: -2px;
    top: 0px;
    z-index: 220;
}

.pastoralAnchor a.pastoralAnchor__link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.pastoralAnchor a.pastoralAnchor__link:focus {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pastoralAnchor .pastoralAnchor__icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateZ(90deg);
    background-color: #335E87;
    /* set z-index for bg to appear behind outline on hover/focus */
    z-index: -1;
}

.pastoralAnchor .pastoralAnchor__text-wrapper {
    height: 48px;
    width: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
FAQ
*/
.container .tx-jpfaq .jpfaqShowAll{
    display: none !important;
}
.container ul.jpfaqList{
    list-style-image: none;
}
.container .tx-jpfaq li h3{
	font-size:20px;
	color:var(--be-blau);
}

.container .tx-jpfaq li h3{
	font-size:20px;
	color:var(--be-blau);
	padding-left: 30px;
}
.container .tx-jpfaq li h3, .container .jpfaqList > li h3.toggleTrigger {
	background: url('../Img/pfeil-faq-auf.png') no-repeat left top;
}
.container .tx-jpfaq li h3.questionUnfolded {
	background: url('../Img/pfeil-faq-zu.gif') no-repeat left top;
}
.container .tx-jpfaq .jpfaqShowAll, .tx-jpfaq .jpfaqHideAll{
	background: url('../Img/pfeil-faq-auf.png') no-repeat right center;
	padding-right:25px;
}
.container .tx-jpfaq .jpfaqHideAll {
	background: url('../Img/pfeil-faq-zu.gif') no-repeat right center;
}








@media all and (max-width: 992px){
	.namenstag{
		top:54px;
		text-align:left;
		right:70px;
	}
	.header{
		height:80px;
	}
	.sys-check-box{
		height:75px;
	}

}


@media all and (max-width: 768px){
	.navi nav .nav > li{
		border-right: 1px solid #bac9d1;
		background-color:var(--be-blau-80);
		border-bottom: 1px solid #bac9d1;
	}
	.navi nav .nav > li > a{
		margin-bottom:0;
		margin-left:30px;
		padding:4px 0 4px 10px;
		color:#fff;
		text-align:left;
	}

    /*.navi nav .nav > li > ul > li{*/
        /*border-right: 1px solid #bac9d1;*/
        /*background-color:var(--be-blau-80);*/
        /*border-bottom: 1px solid #bac9d1;*/
    /*}*/
    /*.navi nav .nav > li > ul > li a{*/
        /*margin-bottom:0;*/
        /*margin-left:30px;*/
        /*padding:4px 0 4px 10px;*/
        /*color:#fff;*/
        /*text-align:left;*/
    /*}*/

    .navi nav .nav > li > a:hover, .navi nav .nav > li > a:focus, .navi nav .nav > li > a > span:hover, .navi nav .nav > li > a > span:focus{
        background-color: var(--be-blau);
    }

    .navi nav .nav > li:hover, .navi nav .nav > li:focus, .navi nav .nav > li:hover, .navi nav .nav > li:focus {
        background-color: var(--be-blau);
    }

    nav ul.nav li ul > li:hover {
        background-color: #819CA9;
        /*background-color: var(--be-blau);*/
    }

    /*nav ul.nav li ul li a:hover {*/
        /*background-color: #819CA9;*/
        /*display: inline-block;*/
        /*margin: 0 -20px;*/
        /*padding: 0 137px;*/
        /*width:260px;*/
    /*}*/

    nav ul.nav li ul li span:hover{
        padding:1px;
    }

    .navi nav .nav > li.active, .navi nav .nav > li > a.offen{
		background-color: var(--be-blau);
		color:#fff;
	}

    .navi nav .nav > li.active, .navi nav .nav > li > ul > li a.offen-2{
        background-color: var(--be-blau);
        color:#fff;
    }

	.navi nav .nav > li .aufzu{
		display:block;
		float: left;
		margin: 5px 8px 0 10px;
		height:18px;
		width:22px;
		background:url(../Img/nav_pfeil_aufzu.png) center bottom no-repeat;
	}

    .navi nav .nav > li > ul > li .aufzu-2{
        display:block;
        float: left;
        margin: 2px -28px 0 34px;
        height:18px;
        width:22px;
        background:url(../Img/nav_pfeil_aufzu.png) center bottom no-repeat;
    }

	.navi nav .nav > li .aufzu.offen{
		background-position:center top;
	}

    .navi nav .nav > li .aufzu-2.offen-2{
        background-position:center top;
    }

    .navi nav .nav > li > ul > li{
        display:block;
        position: relative;
    }

	.navi nav ul.nav li ul{
		display:none;
		list-style-type: none;
		border:none;
		border-top:1px solid var(--be-blau-80);
		margin: 0 2px 0 2px;
		padding: 0;
		position: relative;
		width:auto;
		z-index: 200;
	}

    .navi nav ul.nav li ul li ul{
        display:none;
        list-style-type: none;
        border:none;
        border-top:1px solid var(--be-blau-80);
        margin: 0 0px 0 0px;
        padding: 0 0px;
        position: relative;
        width:auto;
        z-index: 200;
    }



	nav ul.nav li ul li:first-child {
		padding-top: 0;
	}
	nav ul.nav li ul li:last-child {
		border-bottom: 1px solid var(--be-blau);
	}

    nav ul.nav li ul li ul li:first-child {
        padding-top: 0;
    }
    nav ul.nav li ul li ul li:last-child {
        border-bottom: 1px solid var(--be-blau);
    }

	nav ul.nav li ul li {
		padding: 0px;
		background-color: var(--be-blau);
	}

    nav ul.nav li ul li ul li {
        padding: 0 50px;
        background-color: var(--be-blau);
    }

	.navi nav .nav li ul li a{
		margin:0 1px 0 34px;
        padding:0;
		text-decoration:none;
		border-bottom:none;
		background:none;

	}

	.verse-container .verse-header h5{
		margin-left:28%;
	}

}

@media all and (max-width: 600px){
	.namenstag{
		display:none;
	}
	.header{
		height:65px;
	}
	.sys-check-box{
		height:60px;
	}
	.verse-container .verse-header h5{
		margin-left:20%;
	}
}

@media all and (max-width: 480px){

	.search input.form-control{
		width:26%;
	}

}
@media all and (max-width: 420px){
	.search input.form-control {
		right:17%;
	}
	.verse-container .verse-header h5{
		margin-left:10%;
	}

}



/* Akkordion */

.panel-title h1, .panel-title h2, .panel-title h3, .panel-title h4, .panel-title h5, .panel-title h6 {
	margin: 0px;
    display: inline;
}

.accordion .toggle-icon {
    float: right;
    position: relative;
    width: 35px;
    height: 35px;
    background-color: var(--be-magenta);
    border-radius: 3px;
    position: relative;
}

.accordion .collapsed .toggle-icon {
    background-color: var(--be-blau);
}
.accordion .toggle-icon:before {
    content: '';
    width: 23px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 17px;
    left: 6px;
}
.accordion .collapsed .toggle-icon:after {
    content: '';
    width: 1px;
    height: 23px;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 17px;
}

.accordion p {
	font-size: 17px;
	font-family: "Outfit", sans-serif;
}
.accordion p span {
	font-size: 17px;
	font-family: "Outfit", sans-serif;
}

.accordion h1 {
	display: none;
}


/* Hightlightbox */
.frame-type-container_highlightbox{
    margin-top:20px;
}
.highlightbox {
    border-radius: 4px;
    margin-bottom: 40px;
    padding: 15px 20px;
    padding: 10px 10px 5px 10px;
}

.highlightbox a, .highlightbox a:hover {
    font-weight: bold;
}

.highlightbox h2 a, .highlightbox h2 a:hover,
.highlightbox h3 a, .highlightbox h3 a:hover,
.highlightbox h4 a, .highlightbox h4 a:hover {
    font-weight: normal;
}

.highlightbox.width100 {
    width: 100%;
    display: block;
}

.highlightbox.width50 {
    display: inline-block;
    margin: 0 0 30px;
    width: 48%;
}

.highlightbox.width25 {
    display: inline-block;
    margin: 0 1% 20px;
    width: 22.5%;
}

.highlightbox.left-1 {
    float: left;
    margin: 0 15px 10px 0px;
}

.highlightbox.right-1 {
    float: right;
    margin: 0 0px 10px 15px;
}

.highlightbox.hellgrau {
    background: var(--be-blau-30) none repeat scroll 0 0;
}

.highlightbox.hellblau {
    background: var(--be-blau-30) none repeat scroll 0 0;
}

.highlightbox.hellrosa {
    background: var(--be-magenta-10) none repeat scroll 0 0;
    color: var(--be-blau);
}

.highlightbox .tx-ig-downloadmanager .row {
    margin: 0px;
}

/* Login Fenster */
.frame-type-felogin_login {
	margin: 0px;
	display: block;
	width: 100%;
}
.frame-type-felogin_login legend, .frame-type-felogin_login h3 {
  display: none;
}
.frame-type-felogin_login > p {
    font-size: 17px;
    line-height: 24px;
    color: #191919;
}
.frame-type-felogin_login div {
  font-size: 17px !important;
  font-weight: 500;
}
.frame-type-felogin_login form label {
	font-size: 18px !important;
    min-width: 120px;
	/*text-transform: capitalize;*/
}
.frame-type-felogin_login form input {
	background: #f4f4f4;
	border: 1px solid #4d4d4d;
	margin: 5px;
}

.pagination > .active > a,
.pagination > .active > span {
    color: #ffffff !important;
}



.teaser-box.csc-teaser_startseite figure {
    text-align: center;
}

.tx-ig-newsrss figure.csc-textpic-image {
    width: 270px;
    height: 160px;
    overflow: hidden;
    display: block !important;
}
.tx-ig-newsrss figure.csc-textpic-image img {
    height: initial;
    margin-top: -20px;
}


/* Concludis */
.tx-concludis li {
    font-size: 14px !important;

}


/* Mitarbeiter */

.tx-ig-mitarbeiter{
	margin:30px 0;
	font-size:17px;
}
.tx-ig-mitarbeiter hr{
	border-color:#bac9d1;
	border-width:2px;
	margin:24px 0 18px 0;
}
.tx-ig-mitarbeiter .col-md-3{
	color:#191919;
	font-weight:500;
}
.ma_position{
	color:var(--be-blau-80);
	font-size:18px;
	font-weight:bold;
	float:left;
}
.tx-ig-mitarbeiter .ma_person{
	float:left;
}
.ma_img{
	float:left;
	margin-right:19px;
}
.content-teaser .tx-ig-mitarbeiter h1{
	margin:29px 0 20px 0;
	font-weight:400;
}
.content-teaser .tx-ig-mitarbeiter h4{
	margin:0 0 20px 0;
	color:var(--be-blau-80);
	font-weight:500;
}

.tx-ig-mitarbeiter .row{
	margin-bottom:10px;
}
.tx-ig-mitarbeiter .tag{
	font-weight:500;
}

.tx-ig-mitarbeiter a{
	color:var(--be-magenta);
}
.tx-ig-mitarbeiter a.zurueck{
	color:var(--be-blau-80);
	float:right;
}
.tx-ig-mitarbeiter .liste a{
	color:var(--be-blau-80);
}
.tx-ig-mitarbeiter .liste h6{
	font-size:17px;
	margin-bottom:5px;
}

.tag_wrap{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float:left;
	padding-bottom:10px;
}

.vKarte{
	border:1px solid #BAC9D1;
	clear:left;
	float:left;
	width:100%;
	/*background:#bac9d1;*/
	margin-bottom: 10px;
}
.vKarte img{
	max-width:33%;
}
.col-md-6 .vKarte img{
	width:22%;
}
.vKarte h2{
	font-size:17px;
	margin: 12px 0 6px 0;
	line-height:18px;
}
.vKarte h2 a{
	color:var(--be-blau-80);
}

.content-teaser .tx-ig-mitarbeiter .vKarte h4{
	font-size:14px;
	line-height:16px;
	color:#333;
	margin-bottom:10px;
}
.vKarte .daten{
	float:left;
	width:67%;
	background:#fff;
}
.col-md-6 .vKarte .daten{
	width:78%;
}
.vKarte .daten p{
	clear:left;
	font-size:14px;
	margin-bottom:4px;
	line-height:16px;
}
.vKarte .daten p, .vKarte .daten h2, .vKarte .daten h4{
	padding-left:10px;
	padding-right:2px;
}
.vKarte .ma_img {
	float: left;
	margin-right: 0;
}

html > body .content-teaser .container .col-md-12 .col-md-4 {
	width: 300px;
}

.tx-ptextlist-pager-item-display {
  display: none;
}

/*Chanegs after Update to 12*/

.fc-gallery .fc-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.fc-gallery .fc-gallery__item-wrapper {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    padding: 7px
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
  
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ce-nowrap .ce-bodytext, .ce-row, .ce-uploads li, .ce-uploads div { overflow: initial; }
.ce-uploads li { list-style: inherit; padding-left: 5px;}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery{
  margin-bottom: 15px;
}

.fc-gallery .fc-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.fc-gallery__item-wrapper {
    aspect-ratio: 1 / 1;
    overflow: hidden; 
    position: relative;
}

.fc-gallery__item {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.fc-gallery__item__thumbnail {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    display: block;
}


/* AI Anchor Navigation */
#ai-anchor-navigation {
    display: flex;
    position: fixed;
    z-index: 222;;
    top: 410px;
    right: -202px;
    height: 200px;
    width: 248px;
    background-color: #C70A5F;
    color: #fff;
    transition: right .1s ease;
}

#ai-anchor-navigation__content {
    padding-left: 48px;
    visibility: hidden;
}

#ai-anchor-navigation.ai-anchor-navigation--expanded {
    display: flex;
    position: fixed;
    right: 0;
}

#ai-anchor-navigation.ai-anchor-navigation--expanded #ai-anchor-navigation__content {
    visibility: visible;
}
#ai-anchor-navigation__headline {
    font-size: 14px;
    margin: 0;
    height: 48px;
    width: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    padding: 0 12px;
}



#ai-anchor-navigation__toggle {
    transform: rotate(-90deg) translate(-32%);
    height: 48px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #fff;
    border: none;
    border-radius: 0;
    transform-origin: bottom;
    position: absolute;
    left: -52px;
    top: -12px;
    background-color: #E5007D;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#ai-anchor-navigation__toggle:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
#ai-anchor-navigation__toggle:focus {
    text-decoration: underline;
    text-underline-offset: 2px;
}

#ai-anchor-navigation.ai-anchor-navigation--collapsed .ai-anchor-navigation__toggle-icon--close {
    display: none;
}

#ai-anchor-navigation.ai-anchor-navigation--expanded .ai-anchor-navigation__toggle-icon--open {
    display: none;
}

#ai-anchor-navigation.ai-anchor-navigation--expanded .ai-anchor-navigation__toggle-icon--close {
    display: block;
}

#ai-anchor-navigation.ai-anchor-navigation--collapsed .ai-anchor-navigation__toggle-icon--open {
    display: block;
}

.ai-anchor-navigation__toggle-icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C70A5F;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.ai-anchor-navigation__toggle-text {
    width: 152px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    color: #fff;
}

.ai-anchor-navigation__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: #E5007D;
    height: calc(100% - 48px);
}

.ai-anchor-navigation__list a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap:4px;
    padding: 5px 12px;
    height: 38px;
    cursor: pointer;
}

.ai-anchor-navigation__list a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ai-anchor-navigation__list a:focus {
    outline: 2px solid #fff;
    outline-offset: -2px;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ai-anchor-navigation__list a > span {
    display: flex;
    align-items: center;
}