Meldungen aus dem Kinderhaus
Tag der offenen Tür 2024
Lernen Sie unser Kinderhaus mit Kinderkrippe und das pädagogische Konzept rund um Maria Montessori in Landshut kennen. Zur besseren Planung bitten wir Sie, sich kostenlos...
Weihnachts- und Neujahrsgrüße
Wir wünschen allen frohe Weihnachten und ein glückliches und gesundes neues Jahr 2023.
Sie suchen einen Kitaplatz? Jetzt online anmelden!
Ab sofort ist für das Montessori Kinderhaus - Krippe und Kindergarten - die Voranmeldung über das Onlineportal little-bird eingerichtet. Wir bitten alle interessierten...
.divilife-11-col-blog-img-right .et_pb_post {
position: relative;
overflow: hidden;
box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
}
.divilife-11-col-blog-img-right .et_pb_post .entry-featured-image-url { margin: 0; }
.divilife-11-col-blog-img-right .et_pb_post .entry-featured-image-url .et_overlay {
z-index: -1 !important;
opacity: 1;
width: 200%;
border: none;
left: auto;
right: 0;
}
@media(min-width: 768px) {
.divilife-11-col-blog-img-right .et_pb_post > * {
width: 50%;
margin: auto 0 0 0;
}
.divilife-11-col-blog-img-right .et_pb_post .entry-featured-image-url {
position: absolute;
right: 0;
top: 0;
width: 50%;
height: 100%;
}
.divilife-11-col-blog-img-right .et_pb_post .entry-featured-image-url img {
width: 100%;
height: 100%;
object-fit: cover;
}
.divilife-11-col-blog-img-right .et_pb_post .post-cat-wrapper {
padding: 0 5%;
}
}
@media(max-width: 767px) {
.divilife-11-col-blog-img-right .et_pb_post .entry-featured-image-url .et_overlay {
top: 100%;
height: 300%;
}
.divilife-11-col-blog-img-right .et_pb_post .post-cat-wrapper {
padding: 0 30px;
}
}
/***This reorders Blog Posts Post Meta items and adds custom separators. It also moves category tags up to top***/
.divilife-11-col-blog-img-right .et_pb_post .post-meta { display: flex; flex-wrap: wrap; }
.divilife-11-col-blog-img-right .et_pb_post .post-meta .published { order: 1; }
.divilife-11-col-blog-img-right .et_pb_post .post-meta .author { order: 2; }
.divilife-11-col-blog-img-right .et_pb_post .post-meta a[rel="tag"] { order: 3; }
.divilife-11-col-blog-img-right .et_pb_post .post-meta .published:after {
content: '|';
display: inline-block;
margin: 0 7px;
}
.divilife-11-col-blog-img-right .et_pb_post a[rel="tag"] { margin-left: 10px; }
.divilife-11-col-blog-img-right:not(.ui-sortable) .et_pb_post a[rel="tag"] {
display: inline-block;
color: #fff;
text-transform: uppercase;
padding: 5px 20px;
margin: 0 10px 10px 0;
width: auto;
min-width: 116px;
text-align: center;
z-index: 10;
}
jQuery(document).on('ready ajaxComplete', function() {
//This removes the Post Meta Default Separators due to reordering
jQuery('.divilife-11-col-blog-img-right .et_pb_post .post-meta').contents().filter(function() {
return this.nodeType == 3;
}).replaceWith('');
//This moves categories above the title position
jQuery('.divilife-11-col-blog-img-right .et_pb_post').each(function() {
var postEntryTitle = jQuery(this).children('.entry-title');
jQuery(this).find('.post-meta a[rel="tag"]').wrapAll('');
jQuery(this).find('.post-cat-wrapper').insertBefore(postEntryTitle);
});
//This reads the color of post Title and applies it on Category links as background color
var postTitleColor = jQuery('.divilife-11-col-blog-img-right .entry-title a').css('color');
jQuery('.divilife-11-col-blog-img-right .et_pb_post a[rel="tag"]').css('background-color', postTitleColor);
});