/*
Theme Name: Pluspoint 2023
Theme URI: 
Author: PLUSpoint GmbH
Author URI: https://www.pluspoint.de/
Description: Pluspoint 2023 Theme
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pluspoint
Tags: one-column, wide-blocks, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-styles, accessibility-ready, blog, portfolio, news
*/

@import url(assets/css/pluspoint.css);

.section-stage .hero-img {
  transform: translateY(63px);
}
@media screen and (min-width: 600px) {
  .section-stage .hero-img {
    transform: translateY(67px);
  }
}

@media screen and (max-width: 925px) {
  .section-slider .slide-content {
    min-height: 800px;
  }
}	

/*  Bugfix - PP Navigations Startseite */
body.home .lom-header .header-navigation .current-menu-item > a {
  color: var(--wp--preset--color--primary) !important;
}

/* Bugfix - PP removed picture of persons in slider */
@media screen and (max-width: 925px) {
	.section-slider .slider-content .content .content-text {
    padding: 50px 20px 20px 20px;
    margin-left: 0 !important;
	}
	.brand {
        margin-left: 0 !important;
	}
}




