/*
Theme Name:        Logistica
Text Domain:       logistica
Version:           2.0.4
Description:       Transportation & Logistics WordPress Theme
Requires at least: 6.2
Requires PHP:      7.0
Tags:              portfolio
Author:            Pixelwars
Author URI:        https://themeforest.net/user/pixelwars
Theme URI:         https://themeforest.net/user/pixelwars/portfolio
License:           ThemeForest License
License URI:       https://themeforest.net/licenses
Domain Path:       /languages
*/


/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/


/* Plugin: "Top 10 - Popular Posts" */

.tptn_counter {
	display: none;
}

/* Plugin: "Top 10 - Popular Posts" */


/* ============================================
   CUSTOM FARBSCHEMA: SCHWARZE SCHRIFT, GELBE AKZENTE
   ============================================ */

/* --- Elementor CSS-Variablen überschreiben --- */
:root,
.elementor-kit-8 {
	--e-global-color-primary: #E6B800 !important;
	--e-global-color-accent: #E6B800 !important;
}

/* --- Links & Akzentfarbe: Gelb --- */
a,
a:link,
a:visited {
	color: #E6B800 !important;
}
a:hover,
a:focus,
a:active {
	color: #CC9900 !important;
}

/* --- Textauswahl --- */
::selection {
	color: #111 !important;
	background: #FFD700 !important;
}
::-moz-selection {
	color: #111 !important;
	background: #FFD700 !important;
}

/* --- Menü: Hover & aktive Links gelb --- */
@media screen and (min-width: 992px) {
	html .nav-menu > ul > li > a:hover,
	.nav-menu > ul > li.has-submenu:hover > a {
		color: #FFD700 !important;
	}
	.nav-menu > ul > li.current-menu-item > a {
		color: #111 !important;
	}
	.nav-menu li.current-menu-item > a .link-text:before {
		background-color: #FFD700 !important;
		border-color: #FFD700 !important;
	}
	.nav-menu > ul > li > a .link-text:before {
		background-color: #ffffff !important;
	}
}

/* Dropdown-Untermenüs */
.sub-menu a:hover,
.children a:hover {
	color: #FFD700 !important;
}

/* --- Buttons --- */
.button,
button,
html .elementor-button,
html .ekit-wid-con .elementskit-btn,
html .ekit-wid-con .ekit_creative_button,
.more-link,
input[type="submit"],
input[type="button"],
.wp-block-button__link,
.btn.is-black {
	background: #FFD700 !important;
	color: #111 !important;
	border-color: #FFD700 !important;
	box-shadow: 0px 18px 23px -6px rgba(230, 184, 0, 0.4) !important;
}
.button:hover,
button:hover,
html .elementor-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.wp-block-button__link:hover,
.more-link:hover {
	background: #CC9900 !important;
	color: #111 !important;
	border-color: #CC9900 !important;
}

/* Outline-Buttons */
.is-style-outline .wp-block-button__link {
	background: transparent !important;
	color: #E6B800 !important;
	border-color: #E6B800 !important;
}
.is-style-outline .wp-block-button__link:hover {
	background: #FFD700 !important;
	color: #111 !important;
}

/* --- Formular-Fokus --- */
input:focus,
textarea:focus,
select:focus {
	border-color: #FFD700 !important;
}

/* --- Trennlinien mit Akzent --- */
.entry-title:after,
.widget-title:after,
h2:after {
	background: #FFD700 !important;
}

/* --- Akzent-Elemente --- */
.site-info i,
.accent-color,
.highlight,
.theme-color {
	color: #FFD700 !important;
}

/* --- Scrollbar --- */
::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-thumb {
	background: #FFD700 !important;
	border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
	background: #CC9900 !important;
}

/* --- Logo-Hintergrund: Weiss --- */
html .site-header .site-title a {
	background: #ffffff !important;
}

/* ============================================
   ENDE CUSTOM FARBSCHEMA
   ============================================ */

