Meldungen aus Verein, Schule und Kinderhaus
Infoabend
Unser jährlicher Infoabend entfällt heuer! Wir haben uns entschlossen, den diesjährigen Informationsabend abzusagen, da wir keine freien Plätze haben, die wir an externe...

Frohe Weihnachten & einen guten Rutsch
Wir wünschen Euch allen eine wunderschöne Weihnachtszeit mit Euren Liebsten und einen guten Rutsch ins neue Jahr 2020. Euer Vorstandsteam Christian Lupp, Michaela Probst und...

Neustrukturierung unserer Webseiten
In einem ersten Schritt haben wir unsere Webseiten klarer strukturiert: Für alle sichtbar gibt es jetzt die drei Webseiten: https://kinderhaus.montessori-landshut.de ... für...

Neues Vorstandsteam
Auf unserer ordentlichen Mitgliederversammlung am 27.11.2019 wurde das neue Vorstandsteam gewählt. Wir bedanken uns für Eure Teilnahme und möchten uns Euch vorstellen....
.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);
});