.ce_blogbox {
	overflow: hidden;
    margin-top: 30px;
}

.ce_blogbox_content {
    margin-left: 240px;
}
.ce_blogbox_inside {
	background: white;
/*  padding: 15px 10px 1px 15px;
    min-height: 230px; */
    font-size: 0.9em;
    margin-bottom: 30px;
    line-height: 1.7em;    
}

.ce_blogbox_inside .image_container {
    float: left;
    width: 200px;
    margin: 8px 20px 0px 0px;
}

.ce_blogbox .name {
    font-size: 1.3em;
    color: #cc0000;
    margin-bottom: 8px;
}

.ce_blogbox .subtitle {
    font-size: 1.0em;
    color: grey;
    margin-bottom: 8px;
}

.ce_blogbox .link a {
    font-weight: 600;
    font-size: 14px;
    color: #cc0000;
/*    line-height: 40px; */
    padding: 3px 10px;
    background: white!important;
    border: 2px solid #cc0000;
}
 
.ce_blogbox .link a:hover {
    font-weight: 600;
    color: white;
    background: #cc0000!important;
}

.blog-trenner {
    border-bottom: 2px dotted grey;   
}
 
.submenu_v1 .level_1 li:hover .level_2 {
    display: block;
}

.txt-color-accent, .txt-color-accent p, .txt-color-accent i, .txt-color-accent a, .txt-color-accent h1, .txt-color-accent h2, .txt-color-accent h3, .txt-color-accent h4, .txt-color-accent h5, .txt-color-accent h6, .txt-color-accent .h1, .txt-color-accent .h2, .txt-color-accent .h3, .txt-color-accent .h4, .txt-color-accent .h5, .txt-color-accent .h6, .txt-color-accent .h1 p, .txt-color-accent .h2 p, .txt-color-accent .h3 p, .txt-color-accent .h4 p, .txt-color-accent .h5 p, .txt-color-accent .h6 p, .txt-color-accent.h1, .txt-color-accent.h2, .txt-color-accent.h3, .txt-color-accent.h4, .txt-color-accent.h5, .txt-color-accent.h6, .txt-color-accent.h1 p, .txt-color-accent.h2 p, .txt-color-accent.h3 p, .txt-color-accent.h4 p, .txt-color-accent.h5 p, .txt-color-accent.h6 p {
    color: #cc0000!important
}

.trenner {
    border-bottom: 1px solid #cc0000;   
}

@media only screen and (max-width: 980px) {
	.m-980 { display: none; }      
   
	.mainmenu ul li a { 
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2px; 
    }      

	.mod_article > .container { 
    padding: 30px 10px 150px 10px; 
    }      

/*    .ce_authorbox_inside .image_container {
    width: 140px;
    margin: 5px 20px 5px 0px; 
    }
*/    
    .ce_authorbox_content {
    margin-left: 0px;
    }
    
    .body_top { 
    margin-left: 0;
    height: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .autogrid_grid .column, .column[class*=col_] {
    margin-bottom: -5px;
    padding-left: 10px!important;
    padding-right: 10px!important;
    }
    
    .image-small {
    padding-left: 40px;
    padding-right: 40px;
    }
    
}

.body_top {
    width: 100%;
    height: 70px;
    background: #000;
    top: 0;
    position: fixed;
    z-index: 999; 
}

.body_bottom {
    width: 230px;
    padding: 0px 10px;
    background: #000;
    bottom: 0;
    position: fixed;
    font-size: 0.9em;  
    color: white;  
    z-index: 1111; 
}

.h-m {
    height: 70px;
}

.h-l {
    height: 180px;
}