/*
 Theme Name:   JOERGDESIGN
 Theme URI:    https://joerg.design
 Description:  DIVI Child Theme von JOERG.DESIGN
 Author:       JOERG.DESIGN
 Author URI:   https://joerg.design
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  
*/

/*--------------------------------------------------------------- JOERG.DESIGN CSS3 Anpassungen -----------------------------------------------------------*/
#top-header {z-index: 99999;}
 
#logo {
    max-height: 100px!important;
    margin-top: 5px;
    z-index: 100000;
}
 @media only screen and (max-width : 980px) {
    #logo { 
margin-top: 13px;
min-width: 90px;
}}


/*----------------------------------------Blog Hintergründe-------------------------------*/

#main-content {
    background-color: rgba(18, 12, 23, 0);
}
#commentform textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {

    background-color: #0e1633!important;
}
.container:before {
    background-color: rgba(226, 226, 226, 0)!important;
}
.et_pb_widget a {
    color: #ddecb9!important;
}
.tagcloud a {
  
    font-size: 14px !important;
}


/*----------------------------------------Kontakt Formular-------------------------------*/
.et_pb_contact p input, .et_pb_contact p textarea {
    background-color: rgba(193, 202, 109, 0.13)!important;
}