/**
Theme Name: SageDPW
Author: DPS BS
Author URI: https://dps-bs.de
Description: Wir sind DPS BS.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dps-bs
Template: hello-elementor
*/

body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
}

.broken_link, a.broken_link {
  text-decoration: none !important;
}


/* no horizontal scroll */
html, body{
  width:100%;
  overflow-x:hidden !important;
  hyphens: auto;
}

/* logo shrink in scroll */
.elementor-sticky--active .nav-logo img{
    width:50% !important;
}

