/* 
Theme Name: Rex-V Special
Theme URI: https://rex-v.karich.design/
Description: Rex-V Special, created by Karich.Design
Author: Karich.Design
Author URI: https://karich.design
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-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: 150px;
}

.site-header{
    background-color: #272727;
}

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;
}