/*
 * Bitte diese Datei nicht umbenennen!!!
 * Die Frontend Templates laden fix diese Datei (custom-ext.css). Per Import werden dann auch weitere Datei geladen.
 * 
 * - Jede .less Datei wird zu .css konvertiert (siehe http://lesscss.org/ für Dokumentation dieser erweiterten CSS Notation)
 * - Für jede Datei, die Sie in Ihre Webseite integrieren möchten, muss hier ein entsprechendes Input-Statement erstellt werden.
 */

@import "style.css";

.header .navbar-default .navbar-nav > li > a {
    color: #000000;
}
.header .dropdown-menu li a {
    color: #000000;
}

.wrapper {
    background: #E0FEFA;
}

.row .htmlcode img{
	max-width:100%;
	
}
.header .navbar-default .navbar-nav > li.dropdown > a {
    
    cursor: text;
}

.thumbnails.thumbnail-style.has-image.has-link.is-short p{
 
    font-weight: bold;
    color: #454545 !important;
    font-size: 13px;
}
a, li a, .blog li a {
    
    font-weight: bolder;
}
.newslist_portfolio_animation .thumbnail-style {
    background: #f7f7f7;
    border-top: 2px solid #3E8E8F;
    border-top: 2px solid #3E8E8F;
    overflow: hidden;
    height: 240px;
    margin-bottom: 20px;
    z-index: 1;
}