/* Aufzählung Abstand nach oben */
ul {
/*  list-style: none; */
  padding-top: 0;
  margin-top: 15px;
}

ul, ol {
    margin-left:  20px;
}

/* Abstand Menu zu Bild */
label {
   margin-bottom: 0 !Important;
}


/* Symbol Mobilemenu */
/*
@media screen and (max-width: 524px) {
    #block-menu .mobileckhambuger_togglerlabel {
        display: block !important;
        font-size: 48px !important;
        text-align: right !important;
        padding: 10px !important;
        height: 48px;
    }
}
*/

/* Trennlinie Farbe/Stärke */
hr {
    border-bottom: 0.5px solid #969696;
}

/* Abstand zwischen Blog-Spalten */
@media (min-width: 758px) {
    .blog-items.masonry-4, .blog-items.columns-4 {
         column-gap: 3em;
    }
}

/*
.kacheln h2 {
	font-size: 16px !important;
	font-weight: bold !important;
    padding-bottom: 0px !important;
}
*/

/* zusätzliche Absatzabstände ändern */
p {
    margin-top: 0;
    margin-bottom: 0rem;
}

/*
.contentheading {
    padding-bottom: 0px !Important;
}
*/

/* Einstellungen Portfolio Beiträge */

.mwall-s-desc, .mwall-desc {
    font-size: 16px;
   line-height: 22px;
   font-weight: 400;
    padding: 8px 15px 15px;
}

h3.mwall-title a, h3.mwall-title span {
    font-size: 22px;
/*    line-height: 22px; */
/*	font-weight: 700; */
}

h3.mwall-title {
	padding: 0px 15px;
}


