/*
 Theme Name:   DevDmBootstrap3 Child
 Theme URI:    
 Description:  DevDmBootstrap3 Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     devdmbootstrap3
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  devdmbootstrap3-child
*/

/*
 * colors
 * cf. consts.php
 * Dunkles Blau     #0164A7 / R 1, G 100, B 167
 * Mittleres Blau   #5891C6 / R 88, G 145, B 198
 * Helles Blau      #98B8E2 / R 155, G 184, B 226
 * Braun            #A15A00 / R 161, G 90, B 0
 */

/* Theme customization starts here
-------------------------------------------------------------- */

html {
    overflow-y: scroll;
}

body {
    background-color: #E8E8E8;
    color: #444444;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 59px;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
.dmbs-container {
    background-color: white;
}
h2 {
    color: #A15A00;
    font-family: 'Droid Serif', serif;
    font-size: 26px;
    font-style: italic;
    line-height: 1.4;
    margin: 44px 0 12px 0;
}
h2.page-header {
    border: none;
    margin: 47px 0 7px 0;
}
h3 {
    color: #A15A00;
    font-family: 'Droid Serif', serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.4;
    margin: 41px 0 16px 0;
}
h4 {
    color: #A15A00;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.4;
    margin: 31px 0 13px 0;
}
.dmbs-content ul li {
    margin-left: -24px;
    padding-left: 7px;
}

label input {
    font-weight: normal;
}
ul.li-margin-bottom li {
    margin-bottom: 13px;
}
ul.hierarchic, .hierarchic ul {
    list-style-type: none;
}
.navbar {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-weight: 700;
}

.navbar-inverse .navbar-nav > li > a {
    color: #0164A7;
}.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #5891C6;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #5891C6;
    background-color: #FFFFFF;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #0164A7;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #0164A7;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #0164A7;
}
.navbar-collapse {
    padding-top: 11px;
}
.navbar-toggle {
    background-color: #0164A7;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #0164A7;
}
.wortmarke {
    display: none;
    position: relative;
    z-index: 1;
}
.affixed {
    height: 50px;
    display: none;
    float: left;
    margin: 5px;
}
.collapsed {
    height: 50px;
    display: block;
    float: left;
    margin: 5px;
}
.courtesy {
    display: none;
    text-align: right;
}
.courtesy ul li {
    float: right;
    list-style-type: none;
    margin: 13px 13px 0px 13px;
}
.search-esf button {
    margin-top: -5px;
}

.dmbs-footer-menu nav {
    background-color: #b2d0e4;
    height: 37px;
    min-height: 37px;
}
.dmbs-footer-menu nav .container {
    width: 1280px;
}
.dmbs-footer-menu nav .container ul li a {
    font-size: 14px;
    margin-top: -13px;
}

.dmbs-main > h3:first-child {
    margin-top: 7px;
}
.dmbs-main > p {
    margin-top: 7px;
}
.dmbs-main #eventselection {
    margin-top: 12px;
}
.dmbs-left > div {
    padding: 15px;
}
.dmbs-left h2 {
    font-size: 20px;
    margin-top: 0;
}
.dmbs-left h3 {
    font-size: 18px;
}
.dmbs-left ul li {
    margin-left: -24px;
    padding-left: 7px;
    padding-right: 24px;
}
.dmbs-right h2 {
    font-size: 20px;
    margin-top: 0;
}
.dmbs-right h3 {
    font-size: 18px;
}
.dmbs-right ul li {
    margin-left: -24px;
    padding-left: 7px;
    padding-right: 24px;
}
.footer-navigation {
    display: block;
    margin: 19px -15px 0 -15px;
    opacity: 1;
    padding: 0px 15px 7px 15px;
}
.footer-menu-item {
    display: block;
    float: left;
    margin: 0 19px 0 0;
    padding: 5px 5px 3px 5px;
}
.footer-menu-item.active {
    background-color: white;
}
.dmbs-left .box {
    margin: 13px 0 37px 0;
    background-color: #E8E8E8;
}
.dmbs-right .box {
    margin: -4px 0 0 0;
}
.dmbs-right p + h2 {
    margin-top: 37px;
}
.box .title {
    padding: 15px;
}
.box .title h2 {
    font-size: 20px;
    color: white;
    margin: 0;
}
.box .text {
    padding: 15px;
}
.box .text h2 {
    font-size: 20px;
    margin: 0 0 13px 0;
}
.category-item {
    margin-bottom: 29px;
    padding-top: 5px;
}
.category-item .category-item-title {
    font-size: 20px;
    margin-top: 21px;
}
.category-item .category-item-excerpt a {
    color: #666666;
}
.category-item .category-item-excerpt a:hover {
    color: #999999;
    text-decoration: none;
}
.category-item .category-item-pubdate a {
    color: #666666;
    font-style: italic;
}
.category-item .category-item-pubdate a:hover {
    color: #999999;
    text-decoration: none;
}
.post-list {
    margin-bottom: 13px;
}
.front-tile {
    margin: 0 -15px 73px -15px;
}
.front-tile a {
    color: #000000;
}
.front-tile a:hover {
    color: #999999;
    text-decoration: none;
}
.front-tile h2 {
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 11px;
}
.front-tile .image-caption {
    margin-left: 15px;
    margin-right: 15px;
}
.front-tile .pubDate {
    color: #999999;
    display: block;
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 3px;
}
.front-tile p {
    margin-left: 15px;
    margin-right: 15px;
}

.inst-name {
    margin: 40px 0 11px 0;
}

.single .pubDate {
    color: #999999;
    display: block;
    font-size: 15px;
    font-style: italic;
}

.wp-caption {
    border: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-align: left;
    width: 100%;
}
.wp-caption.alignnone {
    margin: 29px 0 29px 0;
}
.wp-caption img {
    max-width: 100%;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    padding: 5px 0 7px 0;
}
.image-container {
    box-shadow: 2px 2px 7px #CCCCCC;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 23.4375%; /* 1280 : 300 */
    /* padding-bottom: 56.25%; /* 16 : 9 */
    padding-top: 0px;
    position: relative;
}
.image-container > span {
    background-position: center;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.image-caption {
    color: #999999;
    display: block;
    font-size: 15px;
    margin: 5px 0 17px 0;
    height: 47px;
    overflow-x: hidden;
    overflow-y: auto;
}
.image-caption a {
    color: #999999;
}

.esf-img-censhare {
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%;
}

.esf-table-censhare td:last-child {
    text-align: right;
}

.esf-censhare-title a {
    cursor: cell;
}

.featured-image {
    margin-top: 13px;
}
.featured-image > .image-caption {
    margin-bottom: 17px;
}

.cell .esf-image-caption {
    height: 5.3rem;
    max-height: 5.3rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu-active {
    color: #787878;
}
.claim {
    color: #0164A7;
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin: -59px 0 15px 0;
    position: relative;
    text-align: right;
}
.claim span {
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 5px 19px 5px 19px;
}
.w1_3, .w2_3 {
    margin-top: 37px;
}
.w1_3 .box {
    margin: 23px 15px 0 15px;
}
.w1_3 h2 {
    margin-top: 0;
}

.esf-halfwidth {
    margin-top: 12px;
}

.esf-col ul {
    padding-top: 9px;
}
.esf-post-list h3 {
    margin-top: 22px;
}
.esf-post-list .excerpt {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 29px;
}

.form-inst-right, .form-pers-right {
    margin-bottom: 23px;
}
.srchInstInput, .srchPersInput {
    margin-bottom: 7px;
	width: 100% !important;
}
.kindSelect, .funcSelect {
    width: 100% !important;
}

.esf_parent_and_child_navigation {
    /*
    background-color: #E8E8E8;
    margin: 13px 0 37px 0;
    padding: 15px;
    */
    border-top: 1px solid #E8E8E8;
    margin: 13px 0 37px 0;
    padding: 15px;
}
.esf_parent_and_child_navigation ul {
    list-style-type: none;
    margin-left: -21px;
}
.screen-reader-shortcut {
    position: absolute;
    top: -1000em;
}
.screen-reader-shortcut:focus {
    left: 6px;
    top: 6px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f1f1f1;
    color: #005aa1;
    z-index: 100000;
    line-height: normal;
	/*
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	*/
    text-decoration: none;
    outline: 0;
}

.calendar {
	color: #FFFFFF;
	background-color: #7F7F7F;
    border-radius: 7px;
    margin: 4px 0 0 0;
    max-width: 99px;
    min-width: 50px;
	padding: 15px 7px 10px 7px;
}
.calendar > .day {
    font-size: 30px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}
.calendar > .month {
    font-size: 20px;
	font-weight: 300;
	text-align: center; 
	text-transform: uppercase;
	padding-top: 6px;
}

.eventselection {
    margin-bottom: 17px;
}
#eventlist {
    margin-top: 2rem;
    overflow: hidden;
}
.eventdatetimelocation, .eventexcerpt {
    color: #999999;
}
.eventdatetimelocation {
    font-size: 0.9em;
    margin-bottom: 1.5rem;
}

.esf-event-list .vertical.left {
	white-space: normal;
}

.pfarreiblattausgaben img {
    border: 1px solid #E8E8E8;
}

.pfarreiblattausgaben .caption {
    display: block;
    margin: 5px 0 19px 2px;
}

.year-navigation {
    margin: 0 0 19px 0;
}

.esf-col .esf-fullwidth + h2 {
    margin-top: 0;
}
.esf-col ul {
    margin-left: 7px;
}

.esf-image-caption {
    font-size: 12px;
}
.caption {
    color: #999999;
    font-size: 12px;
    margin-top: 3px;
}

.esf-nl-newsletterabo {
    margin-top: 17px;
    margin-bottom: 21px;
}

.esf-event-reservation .form-check-label {
    font-size: 1.4rem;
    font-weight: normal;
}
/*
* solseit
*/
.parish-item {
    margin-bottom: 37px;
}
.K2_Gemeinden, .K6_Gottesdienst_Datumn, .K7_Gottesdienst_Datum, .M2_Mitteilungen_Untertitel {
    color: #A15A00;
    font-family: 'Droid Serif', serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1.4;
    margin: 27px 0 13px 0;
}
.M4_Mitteilung_Aufzaehlug {
	display: list-item; 
	list-style: disc outside none;
	margin-left: 23px;
}
.parishfeed_time {
    float: left;
    width: 20%;
}
.parishfeed_text {
    float: left;
    width: 80%;
}
.parish_address {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 17px;
}
.parish_address p {
    margin: 0;
    padding: 0;
}
.parish_communication {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 17px;
}
.parish_communication td {
    border: none;
    padding: 0;
}
.parish_communication td:first-child {
    padding-right: 13px;
}
.portraet {
	margin-bottom: 23px;
}
#pfarreienLink {
	margin: 23px 0 37px 0;
}
.pers-image-detail {
    margin-bottom: 19px;
}

.col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.form-check.form-check-inline {
    display: inline-block;
    margin-top: 3px;
    max-width: 200px;
}
.form-check-label {
    margin-top: 4px;
    margin-bottom: 5px;
}

 .with-floating-button {
     min-height: 59px;
}

.esf-box {
    background-color: inherit;
}

/**
 *
 * Gutenberg
 *
 */

.has-fixed-layout tbody tr td img {
    max-width: 100%;
    width: 100%;
}

/*
cf7
*/

.wpcf7 label {
    font-weight: normal;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    width: 100%;
}

.wpcf7 .wpcf7-form-control.wpcf7-text, .wpcf7 .wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #CCCCCC;
    width: 100%;
}

.wpcf7 span.wpcf7-list-item {
    display: block;
    margin-left: 0;
}
.wpcf7 span.wpcf7-list-item input {
    margin: 0.5rem 0.5rem 0 0;
}

.esf-image-container {
    margin-top: 2.8rem;
    z-index: 0;
}

/*
cycle2
*/
.cycle-slideshow {
    z-index: 1;
}
/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .6;
}
/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 50%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(images/dia-prev.png) 0% 50% no-repeat;}
.cycle-next { right: 0; background: url(images/dia-next.png) 100% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .75; filter: alpha(opacity=75); }
/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #666666;}
.cycle-pager > * { cursor: pointer;}

/*
 * modal
 */
.modal {
    display: none;
}
.modal-link {
    margin-bottom: 13px;
}

.banner-rechts {
    margin-right: 15px !important;
}

/**
* collapseomatic
*/
.collapseomatic {
    background-position: 0 9px;
    color: #A15A00;
    display: block;
    font-family: 'Droid Serif', serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.4;
    margin: 41px 0 0 0;
    padding: 0 0 0 23px;
}

.collapseomatic.read-more {
    background-position: 0 4px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 12px 0;
    padding: 0 0 10px 23px;
}

.collapseomatic_excerpt, .collapseomatic_content {
    margin-top: 12px;
    margin-left: 0px;
}

.parish-item a.fancybox-thumb.fancybox.image > img {
    margin-bottom: -7px !important;
    margin-top: 17px !important;
}

/*
 * SimpleModal
 */
 #simplemodal-overlay {
	background-color: #000000;
}
#simplemodal-container {
    max-height: 70%; max-width: 70%; min-height: 70%; min-width: 70%; height: 70%; width: 70%; color: #333333; background-color: #F0F0F0; border: 1px solid #FFFFFF; padding: 12px;
    opacity: 0.9;
    -webkit-box-shadow: 5px 5px 5px 1px rgba(64,64,64,1);
    -moz-box-shadow: 5px 5px 5px 1px rgba(64,64,64,1);
    box-shadow: 5px 5px 5px 1px rgba(64,64,64,1);
}
#simplemodal-container a.modalCloseImg {
	background: url('images/x.png') no-repeat; width: 25px; height: 29px; display: inline; z-index: 3200; position: absolute; top: -15px; right: -16px; cursor: pointer;
}
#simplemodal-container h1 {
	color:inherit;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#simplemodal-container table, #simplemodal-container td {
	border: none;
}
#simplemodal-container table {
	border-collapse: collapse;
}
/*
 * /SimpleModal
 */

  /* ---------- */
 /* Responsive */
/* ---------- */

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .affix .affixed {
        display: block;
        margin-right: -23px;
    }
    .wortmarke {
        display: block;
        height: 59px;
        margin: 7px 7px -41px 0px;
    }
    #navigation {
        margin-left: 77px;
    }
    .nav > li > a {
        padding: 10px 10px;
    }
    .collapsed {
        display: none;
    }
    .courtesy {
        display: block;
    }
    .courtesy ul li {
        margin: 0px 7px 0px 7px;
    }
    .courtesy ul li.searchform {
        margin-top: -3px;
    }
    .eventselection select {
        max-width: 49%;
    }
    .front-tile {
        margin: 0 15px 59px 15px;
    }
    .front-tile .image-caption, .front-tile .pubDate, .front-tile h2, .front-tile p {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .dmbs-left .box {
        margin: 13px 15px 37px 15px;
    }
    .dmbs-right .box {
        margin: 23px 15px 37px 15px;
    }
    .esf_parent_and_child_navigation {
        margin: 13px 15px 37px 15px;
    }
    .wortmarke {
        height: 73px;
        margin: 9px 9px -41px 0px;
    }
    #navigation {
        margin-left: 177px;
    }
    .nav > li > a {
        padding: 10px 15px;
    }
    .courtesy ul li {
        margin: 3px 7px 0px 7px;
    }
    .courtesy ul li.searchform {
        margin-top: 0px;
    }
    .dmbs-left > div {
        font-size: 14px;
    }
    .dmbs-left > div .box .text h2 {
        font-size: 16px;
    }
    .dmbs-right > div {
        font-size: 14px;
    }
    .dmbs-right > div .box .text h2 {
        font-size: 16px;
    }
    .esf-post-list .excerpt {
        border-bottom: none;
        padding-bottom: 0;
    }
    .pers-image-detail {
        float: right;
        margin-bottom: 0;
    }
    .ics-calendar.layout-month {
        margin-left: -50%;
        margin-right: -50%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .wortmarke {
        height: 91px;
        margin: 13px 13px -43px 0px;
    }
    #navigation {
        margin-left: 222px;
    }
    .courtesy ul li {
        margin: 13px 13px 0px 13px;
    }
    .courtesy ul li.searchform {
        margin-top: 10px;
    }
    .dmbs-left > div {
        font-size: 15px;
    }
    .dmbs-left > div .box .text h2 {
        font-size: 20px;
    }
    .dmbs-right > div {
        font-size: 15px;
    }
    .dmbs-right > div .box .text h2 {
        font-size: 20px;
    }
}

/* responsive youtube video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* responsive google map */
.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.affix {
    background-color: white;
    top: 0;
    width: 100%;
    z-index: 10;
}

.affix + .dmbs-content {
    margin-top: 72px;
}
