/*
Theme Name: WeltnetzTV
Author: Prichindel Petrowitsch
Author URI: https://dafty.de
Description: Dieses Theme wurde speziell für WeltnetzTV entwickelt.
Version: 1.1.0
Tested up to: 6.7
Requires PHP: 7.4
Theme URI: https://weltnetz.tv
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: Карстен Петрович Рихтер (Судья)
Tags: grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, flexible-header, full-width-template, blog, entertainment, photography
Text Domain: weltnetztv
*/

* {
    font-smooth: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    top: -2px;
    margin: 0;
    padding: 0;
    /*background-color: rgba(27, 35, 43, 0.1);
    background: var(--bs-dark);*/
    font-family: 'Roboto Regular', sans-serif;
    /*background: var(--bs-light-border-subtle);*/
}

a {
    /*color: #375067;*/
    color: var(--bs-light) !important;
    text-decoration: none !important;
}

a:hover {
    color: var(--bs-secondary) !important;
    opacity: 0.8;
}

img {
    max-width: 100% !important;
    height: auto !important;
}