/* 
 Theme Name:     Divi Child
 Author:         PK
 Author URI:     https://
 Template:       Divi
 Version:        V01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.7.5
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* 400 Font Weight Navi Text */
#top-menu .menu-item a,
#et-secondary-nav .menu-item a {
    font-weight: 400;
}

/* Unterste Leiste anpassen */
.site-info,
#copyright,
#socket,
#footer-bottom,
.footer-bottom,
.inside-site-info {
  text-align: center !important;
  font-size: 16px !important;
  width: 100%;
}
.site-info a,
#copyright a,
#socket a,
#footer-bottom a,
.footer-bottom a,
.inside-site-info a {
  font-size: 16px !important;
}

@media only screen and (max-width: 800px) {
  body header img#logo {
    max-width: 80% !important;
    height: auto !important;
  }
}