/*!
Theme Name: Medienrauschen 2024
Theme URI: https://them.es/starter
Author: Thomas Gigold
Author URI: https://gigold.de/
Description: The Medienrauschen Plain Theme
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: mrschn
*/
@media (prefers-color-scheme: dark) {
:root {
    } }
@media (prefers-color-scheme: light) {
:root {
    } }

body{
    color: rgb(30,45,60);
    font-weight: 200 !important;
}
a:link, a:visited{
    color: rgb(30,45,60);
    text-decoration: underline;
}
a:hover, a:active{
    text-decoration: none;
}
#head{

}
#head p{
    font-size: 0.8rem;
    font-weight: 600;
}
#head p span{
    font-weight: 100;
}
#lead{
    background-color: rgb(158,207,69,1);
    /* BRAT GREEN __ background-color: rgb(186,204,72); */
    color: #ffffff;
}
#info{
    background-color: rgb(255, 255, 255);
}
#info img{
    border:6px solid rgb(158,207,69);
    border-radius: 50%;
    float:right;
    padding:1px;
    margin-left:1rem;
    width: auto;
    height: auto;
}
#info img:after {
    content: "";
    display: table;
    clear: both;
}
#abos{
    background-color: #eeeeee;
}
#foot{
    background-color: rgb(0, 0, 0);
    color: rgb(200, 200, 200);
    font-size: 0.8rem;
}
#foot .love{
    color: red;
}
.lead{
    margin:0;
    padding:0 0 0.3rem 0;
}
.sib-form a:link, .sib-form a:visited{
    color: #ffffff;
    text-decoration: underline;
}
.sib-form a:hover, .sib-form a:hover{
    text-decoration: none;
}
.input{
    color:black !important;
    margin:0;
    padding:.3rem 1rem !important;
    font-size:1rem !important;
}
.entry__error, .entry__error--primary{
    margin:0 !important;
    padding:0 !important;
}
input:focus{
    outline: none !important;
}
 .form-control{
    background-color: #ffffff;
    color: black;
}