.text-colored {
    color: #333;
    font-weight: 500;
	letter-spacing: .2px;
	line-height: 1.3;
    cursor: default;
    font-size: 1.2em;
}
.text-bold {
    font-weight: 700
}
.text-question {
    font-weight: 700;
    font-style: italic
}
.text-italic {
    font-style: italic
}
.infobox {
    padding: 15px;
    border: 2px solid #ADADAD;
    padding-top: 0
}
div.infobox>h1 {
    color: #333
}
div.infobox>h2 {
    color: #333
}
div.infobox>h3 {
    color: #333
}
div.infobox>h4 {
    color: #333
}
.infobox-title {
    text-transform: uppercase;
    color: #fff;
    background-color: #ADADAD;
    padding: 5px 15px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 1.2rem
}
.box-green {
    color: #fff;
    background-color: #94c11c
}
.kh .box-green {
    background-color: #0057a0
}
.kh .box-grey {
    background-color: #fff
}
.infobox .wp-caption {
    background: 0
}
.prokontra {
    margin: 20px 0
}
h3.prokontra-title {
    color: #333;
    margin-top: 0
}
.prokontra-title span {
    color: #94c11c
}
.kh .prokontra-title span {
    color: #0057a0
}
.prokontra-item {
    width: 90%;
    float: left;
    border-top: 1px solid #cdcdcd
}
.prokontra-item span {
    border-radius: 50%;
    background-color: #94c11c;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 17px;
    padding-left: 7px;
    margin-right: 5px
}
.prokontra-box {
    width: 50%;
    float: left
}
.prokontra-box .prokontra-item:last-child {
    border-bottom: 1px solid #cdcdcd
}
.pro-item span {
    padding-left: 5px
}
.kontra-item span {
    background-color: #d44e38
}
blockquote.khm-quote {
    font-size: 1.2rem;
    margin: 20px auto;
    max-width: 80%;
    line-height: 1.4;
    background: #dedede;
    padding: .5em 10px;
    quotes: "\201D" "\201C";
    border: 0
}
.khm-highlight {
    font-size: 1.2rem;
    margin: 20px auto;
    max-width: 80%;
    line-height: 1.4;
    background: #cdcdcd;
    padding: .5em 10px;
    border: 0
}
blockquote.khm-quote:before, blockquote.khm-quote:after {
    font-family: Georgia, serif;
    color: #ccc;
    content: open-quote;
    font-size: 2em;
    line-height: .1em;
    vertical-align: -.2em;
    margin-right: .1em;
    clear: both;
}
blockquote.khm-quote:after {
    content: close-quote;
    vertical-align: -.6em;
    margin-left: .1em
}
blockquote.khm-quote p, .khm-highlight p {
    display: inline;
    font-style: italic
}
.kh .khm-quote, .kh .khm-highlight {
    color: #0057a0
}

.year-index-row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 840px) {
    .year-index-row{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 570px) {
    .year-index-row{
        grid-template-columns: 1fr;
    }
}

.index-cat-title {
    font-size: 1.35rem;
    margin-top: 10px;
    margin-bottom: 3px;
    padding-top: 3px;
    background-color: #0057a0;
    font-size: 1.3em;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0;
}

.index-cat-title a,
.index-cat-title a:hover{
    color: #fff;
}

.index-issue-title{
    
}

.index-article{
    color: #5e5e5e;
    text-decoration: none;
    padding: 0 7px 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
    line-height: 1.2;
}

.index-article .content__roofline{
    font-size: 0.85rem;
}

.index-article:last-child{
    border-bottom: none;
}

.index-article a{
    color: #5e5e5e;
    font-size: 1.1rem;
}

.index-issue-title,
.index-issue-title a,
.index-issue-title a:hover{
    white-space: nowrap;
    color: #5e5e5e;
    color: #0057a0;
    font-size: 0.85rem;
}

.kh-plus-mark{
    float: right;
    font-size: 1rem;
    background-color: #0057a0;
    padding: 3px;
    border-radius: 3px;
}

.title-post-thumbnail .kh-plus-mark {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
}

.kh-plus-mark .kh-svg{
    background-image: url('../images/krafthand_plus_markierung.png');
    background-image: url('../images/krafthand_plus_markierung.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 30%;
    width: 75px;
    height: auto;
}

.kh-post-mark {
    float: right;
    font-size: 1rem;
    padding: 3px;
    border-radius: 3px;
}

.kh-post-mark.incoming{
    background-color: #47bed7;
}

.incoming .kh-svg {
    background-image: url('../images/im_markierung.png');
    background-image: url('../images/im_markierung.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 108px;
    height: 16px;
}

.kh-post-mark.truck{
    background-color: #e9b400;
}

.truck .kh-svg {
    background-image: url('../images/krafthand_truck_markierung.png');
    background-image: url('../images/krafthand_truck_markierung.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 68px;
    height: 23px;
}

.kh-post-mark.ta{
    background-color: #f39100;
}

.ta .kh-svg {
    background-image: url('../images/technologie_award.svg?1108');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 100px;
    height: 10px;
}

.loop-post-card.techaward .thumbnail {
    border-color: #f39100;
}

.title-post-thumbnail .kh-post-mark,
.title-post-thumbnail .kh-podcast-mark {
    position: absolute;
    top: 0;
    left: 0;
}

.content-special-notice{
    background-color: #e0e8eb;
    color: #333;
    padding: 10px 20px;
    margin: 15px 0;
    font-size: 1.1rem;
    position: relative;
    padding-left: 50px;
}

.content-special-notice:before{
    width: 50px;
    content: " ";
    background-image: url('../images/Icon_Spezial.png');
    position: absolute;
    top: 10px;
    left: 14px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

/** newsletter **/
.khm-newsletter{
	background-color: #e6e6e6;
	padding: 39px 10px;
	text-align: center;
}

.khm-newsletter__title{
    font-size: 1.2em;
    padding-bottom: 5px;
    font-weight: 500;
}

.khm-newsletter__content{
    padding-bottom: 15px;
}

.khm-newsletter a.btn{
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.post-body .khm-newsletter{
    margin: 20px 0;
    text-align: left;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.link-more-posts{
    grid-column-start: 1;
    grid-column-end: -1;
    text-align: right;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}


.single-post .entry-content .loop-post{
    background: #dedede;
    border-radius: 4px;
}

.single-post .entry-content .loop-post .entry-content{
    margin-bottom: 0;
}