    /*
 Theme Name:   Indigo Child
 Description:  WPZoom Indigo Child Theme
 Author:       Marcus Huith
 Author URI:   http://www.netzvisionen.de
 Template:     wpzoom-indigo
 Version:      1.0
 Text Domain:  wpzoom-indigo-child
*/

.top-navbar,
#sidebar .widget .title {
    background: #444444;
}
#sidebar .pressemitteilungen.widget {
    border: none !important;
    padding: 0 !important;
}

.header-archive {
    padding:15px;
    background:none;
    margin: 0 0 40px;
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #444;
    text-align: center;
}
.header-archive .section-title {
    color: #444;
}
/* Images align */
.entry-content .wp-caption {
    /*max-width: none !important;*/
    width: auto;
    text-align: center;
}
.recent-posts.two-columns_layout .post-thumb {
    max-height: 220px; 
    overflow: hidden;
}

/* Kategorien in Sidebar formatieren */
.execphpwidget .cat-item ul.children {
    margin-left:10px;
    font-weight: 400;
}
.execphpwidget .cat-item ul.children .cat-item:before {
    content: "\f345";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: 14px/14px "dashicons";
    vertical-align: middle;
    margin: 0 0 0 4px;
}

/* Startcarousel - Begrenzung der Höhe der Bilder und Font-Format */
.carousel-slider .item .entry-title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
}
.carousel-slider .post-thumb {
    max-height: 240px; 
    overflow: hidden;
}

.content-area .widget .title, .section-title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
}

.readmore_button a {
    display: inline-block;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    padding: 10px 15px;
    font-size: 14px;
    background: #444;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.recent-posts .post {
    font-size: 16px;
    color:#444;
}

/* Hinergrundfarbe überschreiben */
.single .cat-links a {
    background: #444;
}

.footer-menu {
    font-size: 16px;
    text-transform: none;
}

.readmore_button.cta {
    background: #ef002b;
    color: #FFF;
    text-align: center
}
.readmore_button.cta:hover  {
    background: #d30000;
}

.readmore_button.cta a,
.readmore_button.cta a:hover {
    background: none;
    color: #FFF;
}
.site-info .designed-by {
    display: none;
}

/* Navbar Subnavi Font Formatting */
.navbar-wpz ul a {
    text-align: left;
    line-height: 1.4;
    text-transform: none;
    padding: 8px 15px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

/* Topbar Formatierungen */
.top-navbar #navbar-top li#menu-item-7148 a {
    background-image:url(https://www.tierrechte.de/wp-content/uploads/2021/12/itz-weblogo.jpg);
    background-repeat: no-repeat;
    width: 180px;
    height: 45px;
    text-indent: -4000px;
}
.top-navbar {
    background: #FFFFFF !important;
    border-bottom: 1px solid #eee;
}
.top-navbar a {
    color: #ef002b !important;
    font-weight: 500 !important;
}
.top-navbar a:hover {
   text-decoration: underline;
}
.sb-search .sb-icon-search {
    color: #444 !important;
}
.slicknav_menu .slicknav_menutxt {
    font-family: Roboto;
    font-weight: 500;
}

