@charset "utf-8";
/* CSS Document 
Overrite (RSJuno!)
*/

/*@import "https://dl.dropboxusercontent.com/s/7lwv04ntn98ilij/custom.css";*/

.f5-edit p.formDescription {
    margin: 0;
}

.f5-edit table {
  background-color: #f8f8f8;
      width: auto;
  min-width: 80%;
    margin: 0 auto;
}

.f5-info-icon {
  color: #fdb913;
}

.information {
	display: block;
    text-align: left;
	position: absolute;
	background-color: #fdb913;
    color: #000000;
  	padding: 15px;
  	width: 500px;
  	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  border-radius: 12px;
}

.no_title #cboxClose {
    right: 15px;
    top: 15px;
}

.buttons-nav {
    padding: 2px;
}
.buttons-nav.buttons-nav-fixed-top {
    position: fixed;
    z-index: 1029;
    margin-bottom: 0;
    top: 60px;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    background-color: #eaeaea;
}
.f5-table-nav.f5-table-nav-fixed-top {
    position: fixed;
    z-index: 1029;
    margin-bottom: 0;
    top: 100px;  
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.f5-table-nav.f5-table-nav-fixed-top h3 {
  font-size: 16px;
}

.table.f5-table.f5-table-nav.f5-table-nav-fixed-top td {
    background-color: #eaeaea;
}


body.framed .rstpl-header-border,
body.framed .rstpl-top-position,
body.framed .rstpl-main-menu-position,
body.framed .rstpl-footer-position {
  display: none
}

.f5-debug {
    /*display: none;*/
    background-color: #f5ff00;
    padding: 10px;
    display: inline-block;
    font-weight: 500;
    color: black;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

li.disabled {
    display: none;
}

span.f5-scroll-area {
    display: block;
    width: 100%;
    height: 400px;
    overflow: auto;
    padding: 15px 10px 0px 20px;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.3);
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.3);

}
form.f5-search .span5,
form.f5-search .span6,
form.f5-search .span7 {
    background-color: #f8f8f8;
    min-height: 400px;
}
form.f5-search .span5:first-child,
form.f5-search .span6:first-child,
form.f5-search .span7:first-child {
    padding: 20px 15px;
}

form.f5-search .span12 {
    background-color: #f8f8f8;
    min-height: 400px;
    padding: 20px 15px;
}
form.f5-search .autoheight {
    min-height: inherit !important;
}
form.f5-search .span5.autoheight,
form.f5-search .span6.autoheight,
form.f5-search .span7.autoheight {
    min-height: inherit !important;
    padding: 20px 15px;
}

form.f5-search .span4.f5-checkbox-liste  {
    /*background-color: #cccccc;*/
    padding: 0;
}

span.f5-checkbox-liste .control-group {
    /*margin-bottom: 5px;*/
}

/* ----------------------------------------------------------------------- */
.f5-formblock-aktualisieren-input,
.f5-formblock-aktualisieren-input fieldset,
.f5-formblock-aktualisieren-btn {
    display: inline-block;
}

p.formDescription {
    margin: 0;
}

.pagination ul li span {
    font-size: .875em;
    vertical-align: 12%;
    display: inline;
}
span.pagination-disabled {
 color: #dddddd;
}


/* ------------------------------------ iframe generieren ---------------------------- */
.iframecode {
    background-color: #f8f8f8;
    padding: 15px;
    margin: 35px 0 15px 0;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.3);
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.3);
}

.f5-buttons-rechts {
    text-align: right;
}

.f5-buttons-rechts a {
    margin-left: 15px;
}

button.btn.f5-btn-refresh {
    height: 42px;
    width: 42px;
    border: 1px solid #fdb913;
    margin: 0;
    background-color: #fdb913;
    color: #fef0d0;
    padding: 0;
    line-height: 14px;
}
button.btn.f5-btn-refresh:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fdb913;
}

.row-fluid.f5-iframe-einstellungen {
    background-color: #f8f8f8;
}


@media (max-width: 979px) and (min-width: 768px) {
    .f5-iframe-einstellungen.row-fluid .span6 {
        width: 100%;
        margin-left: 0;
    }
}
/* -------------------------- linkliste --------------------- */
.f5-linklist {
    padding-left: 0;
    margin-left: 1.5em;
    list-style-type: none;
    padding-top: 7px;

}
.f5-linklist-item {
    position: relative;
    margin: 5px 0;

}

.f5-linklist-item a {
    color: #000000;
    font-size: 16px;
    font-weight: 100;
}

.f5-linklist-item a:hover,
.f5-linklist-item a:focus,
.f5-linklist-item:hover {
    color: #fdb913;
    text-decoration: none !important;
}

.f5-linklist-item:before {
    content: "\f0da";
    background-image: none;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-hyphenate-character: "\00AD";
    -moz-osx-font-smoothing: grayscale;

    /* makes the font 33% larger relative to the icon container */

    font-size: 1.33em;
    line-height: 0.75em;
    vertical-align: -15%;
    width: 1em;
    position: absolute;
    left: -1.5em;
    width: 1.5em;
    top: 0.14285714em;
    text-align: center;
}




/* --------------------------- Tabelle --------------------- */
.table.f5-table th, .table.f5-table td {
    /*padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;*/
    border-top: none;/*1px solid #ececec;*/
    color: #a2a2a2;
}

.f5-table .f5-table-th {
    font-size: 14px;
    font-weight: 100;
    background-color: #ffffff !important;
    padding-top: 40px;
    vertical-align: bottom;
    border-bottom: 1px solid #8e8e8e;
}
.table.f5-table td {
    background-color: #f8f8f8;
}

h2.f5-table-gottesdienste-datum {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    margin:0 10px 0 0;
    white-space: nowrap;
}

.f5-table-td a {
    color: #000000;
    font-weight: inherit;
}
.f5-table-td a:hover {
    color: #fdb913;
    text-decoration: none;
}

span.f5-table-zeit {
    display: block;
    font-weight: 500;
    color: #000000;
}
span.f5-table-kirche {
    display: block;
    color: #a2a2a2;
}
span.f5-table-name-kalendarium-p {
    display: block;
}
span.f5-table-kategorie {
    display: block;
}
span.f5-table-kategorie-item {
    display: block;
    margin-left: 10px;
}


span.f5-table-ort,
span.f5-table-volksname,
span.f5-table-patrozinium,
span.f5-table-gottesdiensttyp {
    display: inline;
}

span.f5-table-ort,
span.f5-table-volksname,
span.f5-table-patrozinium {
    font-weight: 500;
}
.f5-table-td a span.f5-table-gottesdiensttyp {
    color: #a2a2a2;
}
.f5-table-td a:hover span.f5-table-gottesdiensttyp {
    color: #fdb913;
}

span.f5-table-edit:after,
span.f5-table-link:after,
.f5-table-toggle {
    background-image: none;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-hyphenate-character: "\00AD";
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    line-height: 0.75em;
    vertical-align: 5%;
    width: 1.25em;
    color: #cccccc;
    margin-left: 0.5em;
}
.f5-table-toggle {
    margin-left: 0;
}
span.f5-table-edit:after {
    content: "\f044";
}
span.f5-table-link:after {
    content: "\f05a";
}
span.f5-table-edit,
span.f5-table-link {
    display: block;
    white-space: nowrap;
}

.f5-table-gottesdienstbeschreibung,
.f5-table-gottesdienstbeschreibung p {
    display: inline;
}

td.f5-table-controls {
    white-space: nowrap;
    text-align: right;
}

.btn.f5-btn,
.btn.f5-table-woche-btn {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 0px 0;
    padding: 5px 5px;
    text-transform: inherit;
    white-space: nowrap;
    margin-left: 10px;
}







/* ------------------------------------------------------------- breadcrumbs ---------------------------------- */
.rstpl-breadcrumbs-position {
    margin-top: 15px !important;
    margin-bottom: 35px !important;
}
.breadcrumbs {
    font-size: 1em !important;
}
.breadcrumbs > li,
.breadcrumbs .showHere, .breadcrumbs > li > .divider {
    color: #adadad;
}
.rstpl-top-position, .rstpl-top-fluid-position {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.rstpl-head-bg {
    background-image: none;
    background-repeat: repeat;
    background-color: #f8f8f8;
}

/* ------------------------------------ WOCHENansicht -------------------------------- */
.f5-tagesinfo {
    /*display: block;*/
}
.tableborderWoche, .tableborderWoche table, .tableborderWoche tr, .tableborderWoche td {
    /*margin-bottom: 0 !important;*/
}
.f5-table-woche-checkbox {
    display: inline-block;
    background-color: #fdb913;
    padding: 3px 8px 8px;
}
.btn.f5-table-woche-btn {
margin-right: 10px !important;
}
.gottesdienst1 {
    font-size: 16px !important;
    margin-left: 40px !important;
    margin-top: 31px !important;
    padding: 9px 13px !important;
    border: none !important;
    background-color: #fdb913 !important;
    line-height: 200% !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.gottesdienst1.f5-submenu-gottesdienst {
    font-size: 16px !important;
    margin-left: 21px !important;
    margin-top: 0px !important;
    padding: 9px 13px !important;
    border: none !important;
    background-color: #fdb913 !important;
    line-height: 200% !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.gottesdienst1 a {
    color: #ffffff;
    font-weight: 100;
}
.gottesdienst1 a:hover {
    color: #000000;
    text-decoration: none;
}
.f5-table-th-kalendarium {
    color: #000000;
}
.f5-table-th-namenstage {
    font-size: 12px;
}

.f5-lit-farbe {
    position: absolute;
    right: 10px;
    bottom: 8px;
    height: 31px;
    width: 31px;
    border: 1px solid #cccccc;
}

.f5-lit-farbe img {
    height: 100%;
    width: 100%;
    display: inherit;
}
.icon-stack.f5-copy-next-week {
    width: inherit;
    height: inherit;
    line-height: inherit;
    margin-top: -4px;
}

.icon-stack.f5-copy-next-week:before {
    content: "\f133";
}
.icon-stack.f5-copy-next-week .icon-angle-double-right.icon-stack-1x {
    font-size: 80%;
    position: absolute;
    /*left: 5px;
    /top: 10px;*/
}
.f5-table-zeit.f5-zeit-column {
    display: inline-block;
    width: 12%;
}
.f5-overlayGottesdienstDetail {
    left: 0 !important;
    margin-top: 0 !important;
}
.gottesdienst.f5-overlayGottesdienstDetail {
    background-color: #fdb913 !important;
    color: #000000 !important;
    padding: 15px !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    border-radius: 12px;
    border: none;
}
.gottesdienst.f5-overlayDetail {
    background-color: #fdb913 !important;
    color: #000000 !important;
    padding: 15px !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    border-radius: 12px;
    border: none;
    position: absolute;
    left: 10%;
    right: 10%;
    font-size: 14px;
    line-height: 160%;
    top: 30px;
}

.table.tableborderWoche {
    margin-bottom: 0;
}


.table.f5-tagesinfo {
    margin-bottom: 35px;
    border-bottom: 1px solid #8e8e8e;
}
.f5-tagesinfo th {
    font-weight: 100;
    font-size: 13px;
}
.f5-tagesinfo td {
    font-weight: 300;
    font-size: 13px;
}

.table.f5-tagesinfo  th, .table.f5-tagesinfo  td {
    padding: 4px 8px;
}

/* ------------------------------------------ Monatskalender ---------------------------------- */

table.f5-table-monat {

}

table.f5-table-monat tr.f5-th-tr {
    background-color: #fdb913;
}
table.f5-table-monat th.f5-th-tag {
    text-align: center;
    font-weight: 100;
    padding: 4px;
    color: #000000;
    border-bottom: 1px solid #777;
}


.f5-table-monat-tag {
    position: relative;
    padding: 0 !important;
}
table.f5-table-monat .gottesdienst.f5-overlayTagDetail {
    background-color: #fdb913 !important;
    color: #000000 !important;
    padding: 10px !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    border: none;
    top: 29px;
    width: 94%;
    left: 5px;
    font-size: 13px;
    line-height: 120%;
}
.f5-table-monat .f5-lit-farbe {
    width: 19px;
    height: 6px;
    display: block;
    /* margin: -5px 0; */
    position: static;
    margin: 0px 0px 4px auto;
    /* border: none; */
    /* float: right; */
}

.f5-monat-tag {
    /*padding-top: 5px;
    padding-bottom: 5px;*/
    font-weight: 500;
    color: #000000;
    /*display: block;
    text-align: right;*/
    float: right;
}
.f5-monat-tag.f5-monat-tag-disabled {
    color: #bbb;
    font-weight: 100;
}
.f5-table-monat-tag-content {
    min-height: 120px;
    padding: 6px 5px 0px 5px !important;
}
.f5-table-monat-tag-content.f5-table-monat-tag-content-disabled {
    /*background-color: #f8f8f8;*/
    background: rgb(232,232,232); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.table.f5-table-monat .btn.f5-btn, .table.f5-table-monat .btn.f5-table-monat-btn {
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 0px 0;
    padding: 6px 5px 2px 5px;
    text-transform: inherit;
    white-space: nowrap;
    margin-left: 0px;
    line-height: 14px;
}
.f5-table-monat-tag-content .gottesdienst1 {
    font-size: 16px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding: 8px 13px !important;
    border: none !important;
    background-color: #fdb913 !important;
    line-height: 200% !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    width: 200%;
    left: 31px;
    top: 16px;
}
.table.f5-table-monat th, .table.f5-table-monat td {
    /*border-top: none;*/
    color: #a2a2a2;
}

.f5-table-monat-tag-content span.icon-bars.f5-icon-small {
    font-size: 12px !important;
    padding: 0px 7px 0px 0px;
    display: inline;
    vertical-align: 2px;
    line-height: 1em;
    text-shadow: 1px 1px 0px #79590a;
    color: #fdb913;
}

.table.f5-table-monat.f5-table-zeit.f5-zeit-column {
    display: inline-block;
    width: auto;
}

.f5-table-edit-monat {
    display: inline;
    font-size: 13px;
    font-weight: 100;
}
.table.f5-table-monat a span.f5-table-edit-monat {
    color: #000000 !important;
}
/*.table.f5-table-monat a:hover span.f5-table-edit-monat,
.table.f5-table-monat a:focus span.f5-table-edit-monat {
    color: #fdb913 !important;
}*/
.f5-gottesdienste-liste {
    padding-top: 20px;
    position: relative;
    margin: 0;
    list-style: none;
}

.table.f5-table-monat .f5-table-monat-tag-content .gottesdienst1.f5-submenu-gottesdienst {
    font-size: 16px !important;
    margin-left: 16px !important;
    margin-top: 5px !important;
    padding: 9px 13px !important;
    border: none !important;
    background-color: #fdb913 !important;
    line-height: 200% !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    width: 200%;
    left: 6px;
    top: -3px;
}

table.f5-table-monat .gottesdienst.f5-overlayGottesdienstDetail {
    background-color: #fdb913 !important;
    color: #000000 !important;
    padding: 10px !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    border: none;
    top: 35px;
    width: 100%;
    //right: 7px;
    //left: 160px !important;
    font-size: 13px;
    line-height: 160%;
    /*display: block;*/
}
.f5-einzelner-termin {
    background-color: #ffefc9;
    border-radius: 5px;
    padding: 3px 6px;
    margin-bottom: 4px;
    position: relative;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
}