/* 
Theme Name: Karich Design Child
Theme URI: https://karich.design
Description: Karich Design Child is a child theme of Karich Designs Multi Theme.
Author: Karich Design
Author URI: https://karich.design
Template: karich-design
Version: 1.0.1
Text Domain: karich-design-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
    background-color: #141414;
  }
  
  .site-logo{
    max-width: 75px;
  }
  
  .site-header{
    /*! background-color: #272727; */
  }
  
.entry-title{
  display: none !important ;
}

  a {
    color: rgb(255, 255, 255);
  }
  
  a:hover {
    color: rgb(15, 87, 168);
  }
  
  /* Füge dies zu deinem Theme-CSS hinzu oder zu einem benutzerdefinierten CSS-Bereich im WordPress-Dashboard */
  iframe.custom-iframe {
    height: 800px !important;
  }
  
  .site-navigation ul.menu li ul {
    background-color: #1b1b1b !important;
  }
  
  .footer-inner{
    max-width: 100% !important;
    display: block !important;
  }
  
  .site-branding{
    display: block !important;
  }