/************************************************
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
display: block;
}
body{
line-height: 1;
}
ol, ul{
list-style: none;
}
blockquote, q{
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
content: "";
content: none;
}
table{
border-collapse: collapse;
border-spacing: 0;
}



/************************************************
* CSS Mobile Ausgabe
* 21.05.2012 by Samuel Krucker
*************************************************/

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
background-color: #eee;
}
a{
text-decoration: none;
}

#menu{
overflow: visible;
position: fixed;
left: 0; top: 0;
height: 44px;
width: 100%;
background-color: #444;
z-index: 100;
}
#navigation{
display: none;
overflow: hidden;
position: fixed;
left: 0; top: 44px;
width: 100%;
padding: 20px 10px 10px 10px;
background-color: #444;
background: -webkit-linear-gradient(top, #666, #444);
background: -moz-linear-gradient(top, #666, #444);
background: -ms-linear-gradient(top, #666, #444);
background: -o-linear-gradient(top, #666, #444);
z-index: 1;
}
#navigationAbschluss{
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #fff;
text-shadow: 0px 1px 0 #000;
padding: 8px 10px 0 0;
}
#navigationAbschluss img{
vertical-align: middle;
}
#navigation a{
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #fff;
text-shadow: 0px 1px 0 #000;
padding: 12px 10px 14px;
}
#navigation a.aktiv{
background: -webkit-linear-gradient(top, #71b5da, #0079bc);
background: -moz-linear-gradient(top, #71b5da, #0079bc);
background: -ms-linear-gradient(top, #71b5da, #0079bc);
background: -o-linear-gradient(top, #71b5da, #0079bc);
}

#logo{
position: fixed;
left: 2%;
top: 0;
float: left;
width: 150px;
padding: 7px 10px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #ddd;
background: -webkit-linear-gradient(top, #fff, #ccc);
background: -moz-linear-gradient(top, #fff, #ccc);
background: -ms-linear-gradient(top, #fff, #ccc);
background: -o-linear-gradient(top, #fff, #ccc);
}
#logoDefault{
position: fixed;
left: 2%;
top: 0;
float: left;
min-height: 38px;
max-width: 180px;
text-align: center;
padding: 7px 10px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #ddd;
background: -webkit-linear-gradient(top, #fff, #ccc);
background: -moz-linear-gradient(top, #fff, #ccc);
background: -ms-linear-gradient(top, #fff, #ccc);
background: -o-linear-gradient(top, #fff, #ccc);
}
#logoDefault a{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 18px;
text-shadow: 0px 1px 0 #fff;
color: #444;
}

#wrapper{
position: absolute;
left: 0; top: 0;
width: 100%;
}
#seitenInhalt{
width: 100%;
font-family: Arial, Helvetica, sans-serif;
}
#seitenFuss{
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 20px 0 5px;
}
#seitenFuss a{
color: #999;
}
.fusszeile16{
font-size: 16px;
color: #999;
padding: 0 3% 5px;
}
.fusszeile16 .aktiv{
}
.fusszeile16 a{
color: #0079bc;
}
.fusszeile14{
font-size: 14px;
color: #999;
padding: 0 3% 5px;
}
.button{
display: inline;
color: #0079bc;
padding: 4px 6px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
}
.button a{
color: #0079bc;
text-shadow: 0 1px 0 #fff;
}
.marke{
font-size: 20px;
font-weight: bold;
color: #fff;
text-shadow: 0px 1px 0 #333;
margin: -30px 0 30px 5px;
}



/* Abschnitt & Zeile allgemein */
.abschnitt{
overflow: hidden;
background-color: #fff;
}
.abschnitt a{
color: #000;
}
.abschnittDynamisch{
font-size: 0.875rem; /* 14px */
line-height: 18px;
background-color: #fff;
}
.abschnittDynamisch a{
color: #0079bc;
}
.abschnittTitel{
font-size: 1rem; /* 16px */
color: #999;
padding: 10px 3%;
background-color: #eee;
border-bottom: 1px solid #ccc;
}
.abschnittTitel:first-child{
border-top: 1px solid #ccc;
}
.abschnitt h1{
font-size: 1.375rem; /* 22px */
font-weight: bold;
padding: 0 3% 20px;
}
.abschnittText{
overflow: hidden;
padding: 10px 3%;
background-color: #fff;
border-bottom: 1px solid #ccc;
}
.zeile{
overflow: hidden;
padding: 5px 3%;
border-bottom: 1px solid #ccc;
}
.zeile:hover{
background-color: #f4f4f4;
}
.zeile.zeilekind{
overflow: hidden;
padding: 5px 3% 5px 6%;
border-bottom: 1px solid #ccc;
}
.seiteTitel{
font-size: 20px;
font-weight: bold;
text-shadow: 0 1px 0 #fff;
padding: 15px 3% 12px;
background-color: #eee;
border-bottom: 1px solid #ccc;
}
.zeileNavigationTitel{
font-size: 1rem; /* 16px */
padding: 8px 0;
}

/* dokumentbaum */
/* Standard Definitionen */
.treecontainer {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:0;
}
.treecontainer .meldungGefiltert{
	display:none;
}
.treecontainer .meldungGefiltert.active{
	display:block;
}
.treecontainer .controls {
	/* ausgeblendet, möglicherweise später */
	display:none;
}
.treecontainer .folder,
.treecontainer .document{
	position:relative;
	line-height:150%;
}
.treecontainer .name {
	display:inline;
	cursor:pointer;
	line-height:100%;
}
.treecontainer .name span{
	margin-left:0.5em;
}
.treecontainer .marked > .name .nameSpan{
	background-color:rgba(0,0,0,0.2);
}
.treecontainer .name a.doklink{
	color:inherit;
}
.treecontainer [data-root] > .name a.doklink{
	font-weight:bold;
}
.treecontainer .icon {
	display:inline-block;
	height:1em;
	width:1em;
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:text-top;
}
#monitorSuche .document .downloadIcon,
.treecontainer .name .downloadIcon{
	display:inline-block;
	visibility:hidden;
	height:1em;
	width:1em;
	margin-left:0.5em;
	background-image: url(/_kirchenweb/images/dokIconsSVG/download.svg);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:text-top;
}
#monitorSuche .document:hover .downloadIcon,
.treecontainer .name:hover .downloadIcon,
.treecontainer .marked > .name .downloadIcon{
	visibility:visible;
}
.treecontainer .loading > .name .downloadIcon{
	display:none;
}
.treecontainer .folder > .name .icon{
	background-image:url("/_kirchenweb/images/dokIconsSVG/folder.svg");
}
.treecontainer .folder[data-parent] > .name .icon{
	background-image:url("/_kirchenweb/images/dokIconsSVG/folder_open.svg");
}
.treecontainer .error > .name .icon{
	background-image:url("/_kirchenweb/images/loginIcons.png");
	background-position:4px -1397px;
}
.treecontainer .loading > .name .icon{
	background-image:url("/_kirchenweb/images/iconLaden.gif");
}
.treecontainer .document .uploadProgress{
	display:none;
}
.treecontainer .document .cancel{
	display:none;
}
.treecontainer .children{
	display:none;
	margin-left:1.5em;
}
.treecontainer .folder.extended > .children{
	display:block;
}
.treecontainer .root > .children{
	display:block;
	margin-left:0;
}

/* FRONT -> Berichte & Fixtop */
.zeile .listeBerichtTitel, .zeileFixtopTitel{
font-size: 1rem; /* 16px */
font-weight: bold;
padding: 2px 0 5px;
}
.zeile .listeBerichtBild, .zeileFixtopBild{
float: left;
width: 30%;
padding: 4px 7px 2px 0;
}
.zeile .listeBerichtBild img, .zeileFixtopBild img{
width: 100%;
height: auto;
}
.zeile .listeBerichtText, .zeileFixtopText{
overflow: hidden;
max-height: 72px;
font-size: 0.875rem; /* 14px */
line-height: 18px;
padding: 0 0 2px;
}
.zeile .listeBerichtWeiter{
font-size: 0.875rem; /* 14px */
line-height: 18px;
color: #0079bc;
margin: -2px 0 2px;
}
.zeileFixtopText a{
color: #0079bc;
}
/* Layout Box */
.box{
float: left;
width: 44%;
padding: 5px 3%;
border-bottom: 1px solid #ccc;
}
.box:hover{
background-color: #f4f4f4;
}
.box .listeBerichtBild{
width: 100%;
padding: 5px 0 7px;
}
.box .listeBerichtBild img{
width: 100%;
height: auto;
}
.box .listeBerichtTitel{
font-size: 1rem; /* 16px */
font-weight: bold;
padding: 2px 0 5px;
}


/* FRONT -> Veranstaltungen */
.zeileVeranstaltungDatum{
font-size: 0.875rem; /* 14px */
line-height: 18px;
padding: 0 0 2px;
}
.zeileVeranstaltungTitel{
font-size: 1rem; /* 16px */
font-weight: bold;
padding: 0 0 3px 0;
}
.zeileVeranstaltungOrt{
font-size: 0.875rem; /* 14px */
line-height: 18px;
}
.zeileVeranstaltungButton{
font-size: 1rem; /* 16px */
color: #0079bc;
padding: 5px 0;
}



/* DETAIL -> Album */
.album .bild img{
width: 100%;
height: auto;
}
.album span.albumDatum {
font-family: ariel,sans-serif;
font-weight: normal;
font-size: 17px;
line-height: 120%;
padding: 0 0 16px 0;
color: #666666;
}
.album div.albumBeschreibung {
font-family: ariel,sans-serif;
font-size: 14px;
line-height: 120%;
padding: 0 0 16px 0;
color: #666666;
}
.album .sliderBox {
margin: 0;
padding: 0;
overflow: hidden;
background: #fff;
}
.album .sliderBox #slider {
position: relative;
top: 0;
left: 0;
}
.album .bilderBox{
float: left;
}
.album .bilderBox .bild{
float: left;
z-index: 10;
}
.album .bilderBox .bild .bildinfo {
display: none;
opacity: 0.8;
filter: alpha(opacity = 80);
position: absolute;
color: #444444;
background: #dfe8ec;
font-size: 14px;
z-index: 20;
cursor: pointer;
}
.album .bilderBox .bild .bildinfo .box {
position: relative;
}
.album .bilderBox .bild .bildinfo .bildname {
position: absolute;
bottom: 0;
display: block;
margin: 0 0 25px 0;
}
.album .bilderBox .bild .bildinfo .bildfotograf {
position: absolute;
bottom: 0;
display: block;
font-size: 13px;
}
.album .bilderBox .bild:hover .bildinfo {
display: block;
}
.album .sliderNavTop, .album .sliderNavBot {
position: relative;
height: 35px;
margin: 15px 0;
padding: 5px;
border: 0;
background-color: #eeeeee;
font-size: 15px;
}
.album .albName{
float: left;
height: 15px;
padding: 9px 10px 11px 10px;
}
.album .anzBilder{
float: right;
height: 15px;
padding: 9px 10px 11px 10px;
}
.album .sliderL, .album .sliderR{
float: right;
width: 15px;
height: 25px;
padding: 5px 10px;
background-color: #fff;
}
.album .sliderL{
margin: 0 2px 0 0;
}
.album .sliderD{
position: absolute;
height: 15px;
padding: 10px 5px;
}
.album .sliderLP, .album .sliderRP, .sliderDP{
fill: #d2d2d2;
}
.sliderDP{
fill: #797979;
}
.album .sliderL:hover .sliderLP, .album .sliderR:hover .sliderRP, .album .sliderD:hover .sliderDP{
fill: #797979 !important;
}


/* DETAIL -> Bericht */
.berichtTitel{
font-size: 22px;
font-weight: bold;
padding: 0 3% 20px;
}
.berichtAutor{
font-size: 16px;
color: #999;
padding: 0 3% 10px;
}
.berichtAutor a{
color: #999;
}
.berichtBild{
padding: 5px 3% 20px;
}
.berichtBild img{
width: 100%;
height: auto;
}
.berichtLead{
font-size: 16px;
font-weight: bold;
line-height: 120%;
padding: 0 3% 10px;
}
.berichtText{
font-size: 16px;
line-height: 120%;
padding: 0 3% 20px;
}
.berichtDokumentBox{
}
.berichtDokumentTitel{
font-size: 18px;
font-weight: bold;
padding: 0 3% 10px;
}
div.berichtDokument{
padding: 0 3% 20px;
}
.berichtLink{
padding: 0 3% 20px;
}
.berichtFusszeile{
font-size: 16px;
line-height: 120%;
color: #999;
padding: 0 3% 20px;
}


/* LISTE -> Profile */
.portraitBox{
overflow: hidden;
padding: 0 3% 0 0;
background-color: #fff;
border-bottom: 1px solid #ccc;
}
.portraitBox:hover{
background-color: #f4f4f4;
}
.portraitBild{
float: left;
padding: 0 10px 0 0;
}
.portraitBild img{
display: block;
}
.portraitName{
overflow: hidden;
height: 50px;
font-size: 16px;
line-height: 50px;
}
.portraitNameExt{
overflow: hidden;
height: 20px;
font-size: 16px;
line-height: 20px;
padding: 5px 0 0;
}
.portraitFunktion{
overflow: hidden;
height: 20px;
font-size: 14px;
line-height: 20px;
color: #666;
padding: 0 0 5px;
}
.personUnsichtbar{
display: none;
}


/* DETAIL -> Profil */
div.portrait{
background-color: #fff;
border-bottom: 1px solid #ccc;
}
.portrait a{
color: #000;
}
.portraitTitel{
font-size: 22px;
font-weight: bold;
padding: 0 3% 5px;
}
.portraitMail{
font-size: 16px;
line-height: 120%;
padding: 0 3% 20px;
}
div.portrait .portraitBild{
padding: 0 3% 10px;
}
.portraitAdresse{
font-size: 16px;
line-height: 120%;
padding: 0 3% 20px;
}
.portraitBeschreibung{
clear: both;
font-size: 16px;
line-height: 120%;
padding: 10px 3% 20px;
}


/* DETAIL -> Veranstaltung */
.veranstaltungBild{
padding: 5px 3% 20px;
}
.veranstaltungBild img{
width: 100%;
height: auto;
}
.veranstaltungLead{
font-size: 16px;
font-weight: bold;
line-height: 120%;
padding: 0 3% 10px;
}
.veranstaltungBeschreibung{
font-size: 16px;
line-height: 120%;
padding: 0 3% 20px;
}
.veranstaltungFusszeile{
font-size: 16px;
line-height: 120%;
color: #999;
padding: 20px 3% 0;
}


/* Aktive Module */
.album{
padding: 20px 3%;
background-color: #fff;
border-bottom: 1px solid #ccc;
}


/* erweiterung diskussion */
div.diskussion{
padding: 0 3% 20px 3%;
background: #fff;
line-height: 120%;
}
div.diskussion h1{
padding: 20px 0 15px 0;
font-size: 22px;
font-weight: bold;
}
div.diskussion textarea{
width: 100%;
font-size: 1.5em;
line-height: 120%;
}
div.diskussion input#diskussionAutor{
width: 50%;
font-size: 1.5em;
line-height: 120%;
}
#diskussionSubmit{
font-size: 1.2em;
line-height: 120%;
}
div.diskussion div.diskussionEintrag{
padding: 20px 0 0 0;
}


/* erweiterung formular */
div.formular{
padding: 0 3% 20px 3%;
background: #fff;
line-height: 120%;
}
div.formular h1{
padding: 20px 0 15px 0;
font-size: 22px;
font-weight: bold;
}
div.formular input, div.formular textarea, div.formular label{
font-size: 1.2em;
line-height: 120%;
}
div.formular input.formular[type="text"] {
width: 100%;
font-size: 1.5em;
}
div.formular textarea{
width: 100%;
font-size: 1.5em;
}


/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}

.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}

.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.fancybox-opened {
z-index: 8030;
}

.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.fancybox-outer, .fancybox-inner {
position: relative;
}

.fancybox-inner {
overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}

.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}

.fancybox-image {
max-width: 100%;
max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(/_kirchenweb/images/fancybox_sprite.png);
}

#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}

#fancybox-loading div {
width: 44px;
height: 44px;
background: url(/_kirchenweb/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}

.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(/_kirchenweb/images/blank.gif); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}

.fancybox-prev {
left: 0;
}

.fancybox-next {
right: 0;
}

.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}

.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}

.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}

.fancybox-nav:hover span {
visibility: visible;
}

.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
overflow: hidden !important;
width: auto;
}

.fancybox-lock body {
overflow: hidden !important;
}

.fancybox-lock-test {
overflow-y: hidden !important;
}

.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background-color: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}

.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}

.fancybox-opened .fancybox-title {
visibility: visible;
}

.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}

.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; /* Fallback for web browsers that doesnt support RGBa */
background: rgba(0, 0, 0, 0.8);

-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}

.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}

.fancybox-title-inside-wrap {
padding-top: 10px;
}

.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(/_kirchenweb/images/fancybox_sprite@2x.png);
background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}

#fancybox-loading div {
background-image: url(/_kirchenweb/images/fancybox_loading@2x.gif);
background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}

#fancybox-thumbs {
position: fixed;
left: 0;
width: 100%;
overflow: hidden;
z-index: 8050;
}

#fancybox-thumbs.bottom {
bottom: 2px;
}

#fancybox-thumbs.top {
top: 2px;
}

#fancybox-thumbs ul {
position: relative;
list-style: none;
margin: 0;
padding: 0;
}

#fancybox-thumbs ul li {
float: left;
padding: 1px;
opacity: 0.5;
}

#fancybox-thumbs ul li.active {
opacity: 0.75;
padding: 0;
border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
opacity: 1;
}

#fancybox-thumbs ul li a {
display: block;
position: relative;
overflow: hidden;
border: 1px solid #222;
background: #111;
outline: none;
}

#fancybox-thumbs ul li img {
display: block;
position: relative;
border: 0;
padding: 0;
max-width: none;
}

#fancybox-buttons {
position: fixed;
left: 0;
width: 100%;
z-index: 8050;
}

#fancybox-buttons.top {
top: 10px;
}

#fancybox-buttons.bottom {
bottom: 10px;
}

#fancybox-buttons ul {
display: block;
width: 337px;
height: 30px;
margin: 0 auto;
padding: 0;
list-style: none;
border: 1px solid #111;
border-radius: 3px;
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
background: rgb(50,50,50);
background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#222222",GradientType=0 );
}

#fancybox-buttons ul li {
float: left;
margin: 0;
padding: 0;
}

#fancybox-buttons a {
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background-color: transparent;
background-image: url(/_kirchenweb/images/fancybox_buttons.png);
background-repeat: no-repeat;
outline: none;
opacity: 0.8;
}

#fancybox-buttons a:hover {
opacity: 1;
}

#fancybox-buttons a.btnPrev {
background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
background-position: -33px 0;
border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
background-position: -30px -30px;
}

#fancybox-buttons a.btnDirectLink {
width: 95px;
height: 30px;
text-indent: 0;
text-align: center;
background: transparent;
border-left: 1px solid #111;
border-right: 1px solid #3e3e3e;
line-height: 220%;
font-size: 13px;
font-family: "Ubuntu", sans-serif;
color: #f1f1f1;
}
#fancybox-buttons a.btnDirectLink:hover {
color: #f0f0f0;
}

#fancybox-buttons a.btnDisagreement {
width: 110px;
height: 30px;
text-indent: 0;
text-align: center;
background: transparent;
border-left: 1px solid #111;
border-right: 1px solid #3e3e3e;
line-height: 220%;
font-size: 13px;
font-family: "Ubuntu", sans-serif;
color: #f1f1f1;
}
#fancybox-buttons a.btnDisagreement:hover {
color: #f0f0f0;
}

#fancybox-buttons a.btnToggle {
background-position: 3px -60px;
border-left: 1px solid #111;
border-right: 1px solid #3e3e3e;
width: 35px
}

#fancybox-buttons a.btnToggleOn {
background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
border-left: 1px solid #111;

width: 35px;
background-position: -56px 0;
}

#fancybox-buttons a.btnDisabled {
opacity : 0.4;
cursor: default;
}











/* copy of kirchenwebL for crisis communication */


/* suchausgaben */
.modSucheNavigation{
	padding: 8px 16px;
	background-color: #ededed;
	border: 1px solid #e5e5e5;
}

.modSucheNavigation.top{
	margin-bottom: 2rem;
}

.modSucheNavigationTabs {
	display: flex;
	flex-wrap: wrap;
}

.modSucheNavigationSteuerung {
	margin-top: 16px;
	padding: 0 16px;
}


.modSucheNavigationTab.disabled,
.modSucheNavigationTab.disabled:hover {
	color: hsla(0, 0%, 0%, 0.15);
	cursor: not-allowed;
}


.checkboxSwitch {
	position: relative;
	top: -2px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}

.checkboxSwitchInput {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	opacity: 0;
}

.checkboxSwitchLabel {
	margin-right: 3rem;
	font-size: 14px;
	line-height: 27px;
	cursor: pointer;
}

.checkboxSwitchHandle {
	width: 28px;
	height: 16px;
	border-radius: 0.5rem;
	background-color: #666;
}

.checkboxSwitchHandle::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.2s ease;
}

.checkboxSwitchInput:checked ~ .checkboxSwitchHandle::before {
	left: 13px;
}

.button.viewChange {
	padding: 0.2rem 0.5rem;
	font-size: 14px;
}

.button.viewChange:hover {
	transform: none;
	background-color: #f9f9f9;
}

.modSucheNavigationLabel {
	margin-right: 4px;
	font-size: 14px;
}

.modSucheNavigation.bottom {
	margin-top: 2rem;
}

.modSucheNavigationPagination {
	display: flex;
	justify-content: space-between;
}


.modSucheNavigation select {
	padding: 2px;
	font-size: 14px;
	border: 1px solid #ddd;
}

.modSucheNavigationAnsicht{
	width: 200px;
	float: right;
	text-align: right;
}

table.modSucheTable {
	margin: 10px auto 10px auto;
	border-collapse: collapse;
	background-color: transparent;
}
table.modSucheTable tr{
	vertical-align: top;
}
table.modSucheTable th{
	font-size: 11px;
	padding: 5px;
}
table.modSucheTable td{
	padding: 0 5px;
}
table.modSucheTable tr.inaktiv{
}
table.modSucheTable tr.aktiv *{
	background-color: #eee;
}
table.modSucheTable td.modSucheTdLine{
	padding: 2px 5px;
	border-top: 1px solid #ccc;
}
table.modSucheTable tr:first-child td.modSucheTdLine{
	border-top: none;
}
.liste{
	width: 100%;
}






/* ausgabe ver... */
div.modSucheAusgabeVer{
	text-align: center;
}
div.agenda div.modSucheAusgabeVer{
	min-height: 700px;
}
td.modSucheAusgabeMehrzeiligLS{
	text-align: right;
	margin: 0 5px;
	padding: 0 5px;
}
td.modSucheAusgabeMehrzeiligRS{
	text-align: left;
	border-left: 1px dotted #ccc;
}
td.modSucheAusgabeMehrzeiligRS a{
	padding: 0 0 10px 0;
}
hr.modSuche{
	height: 1px;
}



/* ausgabe ausfuehrlich */
div.modSucheAusgabeAusfuehrlichBild{
	float: left;
	padding: 7px 0 0 5px;
}
.modSucheAusgabeAusfuehrlichDatum{
	float: left;
	height: 60px;
	width: 80px;
	padding: 5px 0 0 5px;
	background-color: transparent;
}
div.modSucheAusgabeAusfuehrlichText{
	min-height: 70px;
	margin: 0 0 0 95px;
	padding: 5px 5px 5px 0;
}
* html div.modSucheAusgabeAusfuehrlichText{
	height: 70px;
}
a .modSucheAusgabeAusfuehrlichText{
	color: #686e72;
}
.modSucheAusgabeAusfuehrlichText span.msaTitel{
	display: block;
	color: #0079bc;
}
.modSucheAusgabeAusfuehrlichText span.msaDatum:after{
	content: " ";
}
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild img,
.modSucheAusgabeAusfuehrlich .modSucheAusgabeAusfuehrlichBild svg{
	width: 80px;
	height: 60px;
}


/* ausgabe beschreibungallein */
.modSucheAusgabeBeschreibungallein .modSucheAusgabeAusfuehrlichDatum{
	min-height: 0;
}


/* ausgabe kompakt */
div.modSucheAusgabeKompakt{
	padding: 2px;
	border-top: 1px solid #ccc;
}
div.modSucheAusgabeKompaktHover{
	padding: 2px;
	background-color: #eee;
	border-top: 1px solid #ccc;
}
div.modSucheAusgabeKompaktDatum{
	float: right;
	width: 85px;
	text-align: right;
	padding: 0 3px 0 0;
}
div.modSucheAusgabeKompaktZeit{
	float: right;
	width: 40px;
	text-align: right;
	padding: 0 3px 0 0;
}


/* ausgabe handlich */
div.modSucheAusgabeHandlich{
	float: left;
	width: 80px;
	color: #555;
}
div.modSucheAusgabeHandlichV{
	float: left;
	width: 80px;
}