Meldungen aus Verein, Schule und Kinderhaus

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...

Geschenk mit Herz
Fleißig wurden im Kinderhaus, wie jedes Jahr, Päckchen gesammelt für die Organisation Humedica. Wir bedanken uns recht herzlich für die große Teilnahme und hoffen, dass somit...

Der Nikolaus war da
Am Montag, den 07.12.2020 besuchte uns im Kinderhaus der Nikolaus. Er zog durch den Garten, wir konnten ihn bewundern und sangen ihm ein Lied. Dafür ließ er für jedes Kind...

Verschiebung der Präsenz-Mitgliederversammlung auf Februar 2021
Liebe Montessori-Gemeinschaft, üblicherweise sollte laut unserer Satzung im Oktober oder November des Jahres die ordentliche Mitgliederversammlung unseres Vereins...
.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);
});