/*
Theme Name: TS Truck
Theme URI: https://www.8create.digital
Version: 1.0
Description: Ts Truck
Author: 8create
Author URI: https://www.8create.digital
Template: Divi
*/

/* globals */

:root {
	--color1: #000;
	--color2: #003B71;
	--color3: #181821;
	--color4: rgba(211,215,218,0.4);
	--color-dark: #222629;
	--color-bright: #ffffff;
	--headline-font: 'Onest';
	--headline-weight: 500;
	--headline-color: var(--color1);
	--headline-h1-font-size: clamp(40px, 10vw + 0.6rem, 65px);
	--headline-h2-font-size: clamp(35px, 10vw + 0.6rem, 55px);
	--headline-h3-font-size: clamp(25px, 10vw + 0.6rem, 45px);
	--headline-h4-font-size: clamp(17px, 10vw + 0.6rem, 24px);
	--headline-h5-font-size: clamp(16px, 10vw + 0.6rem, 25px);
	--headline-h6-font-size: clamp(15px, 10vw + 0.6rem, 22px);
	--text-font: 'Onest';
	--text-weight: 400;
	--text-color: var(--color-dark);
	--text-size: clamp(13px, 10vw + 0.6rem, 18px);;
	--text-size-small: clamp(12px, 10vw + 0.6rem, 16px);;
}

@keyframes zoomLoop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* oder 1.05 für subtileren Effekt */
  }
}

.scrollblock {
	overflow: hidden;
}

/* font */

/* onest-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/themes/8create/fonts/onest-v6-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* onest-500 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Onest';
	font-style: normal;
	font-weight: 500;
	src: url('/wp-content/themes/8create/fonts/onest-v6-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* onest-600 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Onest';
	font-style: normal;
	font-weight: 600;
	src: url('/wp-content/themes/8create/fonts/onest-v6-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* onest-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Onest';
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/themes/8create/fonts/onest-v6-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

.et_pb_module h1,
.et_pb_module h2,
.et_pb_module h3,
.et_pb_module h4,
.et_pb_module h5,
.et_pb_module h6 {
	font-family: var(--headline-font);
	font-weight: var(--headline-weight);
	color: var(--headline-color) !important;
	line-height: 1.1em;
}
.et_pb_module.color-white h1,
.et_pb_module.color-white h2,
.et_pb_module.color-white h3,
.et_pb_module.color-white h4,
.et_pb_module.color-white h5,
.et_pb_module.color-white h6 {
	color: var(--color-bright) !important;
}
.et_pb_module.color-blue h1,
.et_pb_module.color-blue h2,
.et_pb_module.color-blue h3,
.et_pb_module.color-blue h4,
.et_pb_module.color-blue h5,
.et_pb_module.color-blue h6 {
	color: var(--color2) !important;
}

.et_pb_module h1 {
	font-size: var(--headline-h1-font-size);
}

.et_pb_module h2, .ll-h2 h1 {
	font-size: var(--headline-h2-font-size);
}

.et_pb_module h3 {
	font-size: var(--headline-h3-font-size);
}

.et_pb_module h4 {
	font-size: var(--headline-h4-font-size);
	color: var(--color1);
}

.et_pb_module h5 {
	font-size: var(--headline-h5-font-size);
}

.et_pb_module h6 {
	font-size: var(--headline-h6-font-size);
}

.et_pb_module p {
	font-family: var(--text-font);
	font-weight: var(--text-weight);
	color: var(--text-color);
	font-size: var(--text-size);
	line-height: 1.5em;
	font-style: normal;
}
.text-size-small p, p.text-size-small {
	font-size: var(--text-size-small);
}
.et_pb_module.color-blue p {
	color: var(--color1);
}

.et_pb_text a,
.et_pb_code a {
	color: var(--color1);
}

.et_pb_module.network-link p {
	color: var(--color-bright);
	font-size:1.5rem;
	line-height: 120%;
	font-weight: 500;
	display: flex;
    justify-content: center;
}
.et_pb_module.network-link.link-left p {
    justify-content: start;
}
.et_pb_module.network-desc p {
	color: var(--color-bright);
}
.et_pb_module.network-link p::after {
	content:"";
	width: 24px;
	height: 24px;
	display: block;
	background: url(/wp-content/uploads/sites/4/2025/02/icon_link.svg) no-repeat 0 0;
	margin-left: 12px;
    position: relative;
    top: 2px;
}

/* ----- Header ----- */

.mg-header {
	background-color: var(--color1) !important;
	color: var(--color-bright);
	padding: 0 !important;
}

.mg-header.transparent {
	background-color: transparent !important;
	transition: background-color .5s;
}

.mg-header.transparent.bg {
	background-color: var(--color1) !important;
}

.mg-header .et_pb_row {
	display: flex !important;
}

.mg-header .et_pb_column {
	margin: auto !important;
}

.mg-header .icon-burger {
	font-family: 'ETmodules';
	font-size: 50px;
	margin-top: 3px;
}

.mg-header .lang-toogle img {
	vertical-align: middle;
	width: 25px;
	padding: 1px;
	background-color: rgba(255,255,255,0.6);
}

.mg-bmenu .mg-nav {
	padding-bottom: 1em;
}

.mg-bmenu h3 {
	color: var(--color-bright) !important;
}

.et-l--header .submenu-bar-right {
	text-align:right;
}
.et-l--header .nav-bar, .et-l--header .submenu-bar-right {
	display:flex;
}
.et-l--header .nav-bar, .et-l--header .submenu-bar-right .right-nav {
	padding-right: 20px;
    display: flex;
    align-items: center;
}
.et-l--header .nav-bar .logo-bar {
	margin-right:30px;
}
.et-l--header .submenu-bar-right {
	justify-content: end;
}
.et-l--header .menu-bar ul {
	display:flex;
	padding:0;
	justify-content: flex-end;
}
.et-l--header .menu-bar ul li {
	list-style:none;
	margin-right:30px;
}
.et-l--header .menu-bar ul li:last-child {
	margin-right:0;
}
.et-l--header .menu-bar ul li a {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	color: var(--color-bright) !important;
	font-size: 18px;
}
.logo-link {
	cursor: pointer;
}
.et-l--header .submenu-bar-right .open-menu, .et-l--header .right-section .close-menu {
	cursor:pointer;
	transition: ease 0.2s all;
}
.et-l--header .submenu-bar-right .open-menu:hover, .et-l--header .right-section .close-menu:hover {
	opacity:0.6;
}
.et-l--header .overlay-sub-menu {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}
.et-l--header .full-size-nav {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	display:flex;
}
.et-l--header .full-size-nav .left-section {
	width: 50%;
	background: #001C31;
	height: 100vh;
}
.et-l--header .full-size-nav .right-section {
	width: 50%;
	background: var(--color1) !important;
	height: 100vh;
}

/* ----- Content ----- */
/* Special Styles Mg Recycle */

.product-box {
	border-radius:6px !important;
}
.product-box-wrapper h2 {
    border-top: 1px solid #212121;
    padding-top: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.product-item {
    width: 33%;
    margin-top: 40px;
    box-sizing: border-box;
    padding-right: 30px;
}
html .product-item img {
    height: fit-content;
    width: 100%;
    margin-bottom: 30px;
}
html .product-item .img-wrapper {
    height: 308px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.product-item span.text-categorie {
    text-transform: uppercase;
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}
.product-item a {
    display: block;
    margin-top: 15px;
}
.product-box-inner {
    display: flex;
    flex-wrap: wrap;
}
.text-before-point {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.text-before-point::before {
	content:"";
	width: 16px;
	height: 16px;
	background: var(--color2);
	display:block;
	border-radius: 2px;
	position: relative;
	top:5px;
}
.text-before-point .et_pb_text_inner {
	display: flex;
	flex:1;
	padding-left:10px;
}
.img-full-strech span {
	width: 100%;
	height: 55vh;
}
.img-full-strech span img {
	width:100% !important;
	height:100% !important;
	object-fit: cover;
}

@media (max-width: 980px) {
	.img-full-strech span {
		height: 250px;
	}
}

@media (max-width: 640px) {
	.img-full-strech span {
		height: 150px;
	}
}

/* Filter */
.content-block {
	margin-top: 25px;
}
.content-block.hide {
	display:none;
}

.head-block {
	display:flex;
	align-items:center;
	cursor: pointer;
}
.head-block h3 {
	padding-bottom:0;
	margin-left:12px;
}
.mg-filter .content-block {
	padding-left:2rem;
}
.cat-filter-button {
    background: rgba(0,0,0,0.2);
    padding: 7px 10px;
    border-radius: 99px;
    color: #212121;
	transition:ease 0.3s all;
	position:relative;
	top:0;
	cursor:pointer;
	margin-bottom: 10px !important;
    display: inline-block;
}
.cat-filter-button:hover {
    top:-3px;
}
.cat-filter-button.active {
    background: var(--color1) !important;
    color: var(--color-bright);
}
.button-radius {
	border-radius: 0 8px 0 8px !important;
}

/* footer */

.mg-footer {
	background-color: var(--color3) !important;
	color: var(--color-bright);
}

.mg-footer p {
	color: var(--color-bright) !important;
}

.mg-footer a {
	color: var(--color-bright) !important;
	border-bottom: 1px solid var(--color-bright);
	transition: opacity 0.2s;
}

.mg-footer a:hover {
	opacity: 0.8;
}

.mg-footer [data-icon]:before {
	font-family: 'ETmodules';
	content: attr(data-icon);
	vertical-align: middle;
	margin-right: 5px;
}

/* mg-nav */

.mg-nav .entry a {
	color: var(--color-bright) !important;
	border-bottom: 1px solid var(--color-bright);
	transition: opacity 0.2s;
}

.mg-nav .entry a:hover {
	opacity: 0.8;
}

/* mg-network */

.mg-network {
	margin-top: 32px;
	display: grid;
	grid-template-columns: 48% 48%;
	justify-content: space-between;
}

.mg-network .entry{
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.mg-network .entry a {
	color: var(--color-bright);
	opacity: 1;
	transition: 0.2s ease all;
	font-size: 16px;
}

.mg-network .entry a span {
	vertical-align: middle;
}

.mg-network .entry a:before {
	display: inline-block;
	content: '';
	background-image: url('/wp-content/themes/mg-holding/images/icon-external-link.svg');
	background-size: cover;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.mg-network .entry a:hover {
	opacity: 0.8;
}

/* mg-social */

.mg-social a.entry {
	font-family: 'ETmodules';
	border-bottom: none;
	margin-right: 10px;
	font-size: 30px;
}

/* mg-elements */

.mg-bg-color2 {
	background-color: var(--color2);
}

.mg-bg-color4 {
	background-color: var(--color4);
}

.mg-bg-color2 .et_pb_text h1,
.mg-bg-color2 .et_pb_text h2,
.mg-bg-color2 .et_pb_text h3,
.mg-bg-color2 .et_pb_text h4,
.mg-bg-color2 .et_pb_text p {
	color: var(--color-bright) !important;
}
.mg-color-2 .et_pb_text h1,
.mg-color-2 .et_pb_text h2,
.mg-color-2 .et_pb_text h3,
.mg-color-2 .et_pb_text h4,
.mg-color-2 .et_pb_text p {
	color: var(--color-bright) !important;
}

.mg-bg-color2 .et_pb_text.mg-border-left {
	padding-left: 20px;
	border-left: 1px solid var(--color-bright);
}

.mg-padding-top-large {
	padding-top: 15rem !important;
}

.mg-btn-primary,
.mg-btn-primary:hover {
	color: var(--color-bright);
	background-color: var(--color1);
	border: none !important;
	border-radius: 0;
	font-size: 15px;
	padding: 10px 40px 10px 23px !important;
}

.mg-btn-primary:hover {
	background-color: var(--color2) !important;
}

.mg-btn-primary:after {
	line-height: inherit;
	font-size: inherit !important;
	opacity: 1;
	margin-left: .3em !important;
	left: auto;
	font-family: 'ETmodules' !important;
	content: '$';
	font-weight: 400 !important;
}

.mg-form .gform_footer input[type="submit"] {
	color: var(--color-bright) !important;
	background-color: var(--color1) !important;
	border: none !important !important;
	border-radius: 0 !important;
	font-size: 15px !important;
	padding: 10px 23px 10px 23px !important;
}

.mg-team {

}

.mg-team-header {

}

@media (min-width: 981px) {
	.mg-valign-center {
		display: flex !important;
	}

	.mg-valign-center .et_pb_column {
		margin: auto !important;
	}
}


/* import from divi css field */

.menu-footer-nav li a {
	  font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    color: var(--color-bright);
    font-size: 18px;
    line-height: 26px;
}
.menu-footer-nav ul {
	  display:block !important;
	 	margin:0 !important;
		padding:0 !important;
}
.menu-footer-nav ul li {
	  margin:0 !important;
		padding:0 !important;
}

.wpml-ls-statics-footer, .otgs-development-site-front-end {
	display:none;
}

.links-white a {
	color: var(--color-bright);
	text-decoration:underline;
}
.et-l--header .nav-bar .logo-bar {
	margin-right:80px;
}
.et-l--header .nav-bar .logo-bar img {
	width:180px;
}

/* Submenu */
.et_pb_section_1_tb_header.et_pb_section.overlay-sub-menu {
	background-color: var(--color1) !important;
}
.et-l--header .full-size-nav {
	display:flex;
}
.et-l--header .full-size-nav h3 {
	font-family: 'Onest';
	font-weight: 800;
	color: var(--color-bright);
	font-size:40px;
	line-height:48px;
}
.button-bar .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 15px;
}
/*.et-l--header .full-size-nav .entry-company-wrapper {
	margin-top:32px;
}
.et-l--header .full-size-nav .entry-company-wrapper .company-entry {
	font-size:22px;
	border-bottom:1px solid rgba(255,255,255,0.4);
	margin-bottom:12px;
	padding-bottom:12px;
}
.et-l--header .full-size-nav .entry-company-wrapper .company-entry a {
	color: var(--color-bright);
	transition:0.2s ease all;
}
.et-l--header .full-size-nav .entry-company-wrapper .company-entry a:after {
	display:inline-block;
	content:"";
	width:15px;
	height:15px;
	background:url('/wp-content/uploads/2023/01/arrow-next-page.svg') no-repeat 0 0;
	background-size:cover;
	margin-left:10px;
}
.et-l--header .full-size-nav .entry-company-wrapper .company-entry a:hover {
	color: var(--color1) !important;
}*/
.et-l--header .full-size-nav .left-section {
	width: 70%;
	background: #001C31;
	height: 100vh;
}
.et-l--header .full-size-nav .right-section {
	width: 30%;
	background: var(--color1) !important;
	height: 100vh;
	padding:5rem;
}
.et-l--header .full-size-nav .right-section .submenu-wrapper {
	margin-top:32px;
}
.et-l--header .full-size-nav .right-section .submenu-wrapper ul {
	margin-left:0;
	padding-left:0;
}
.et-l--header .full-size-nav .right-section .submenu-wrapper ul li {
	font-size:18px;
	font-weight:400;
	list-style:none;
}
.et-l--header .full-size-nav .right-section .submenu-wrapper ul li a {
	color: var(--color-bright);
}
.et-l--header .full-size-nav .right-section .submenu-wrapper .show-only-mobile {
	display:none;	
}
.et-l--header .right-section .close-menu {
	position:absolute;
	top:60px;
	right:43px;
}
.wpml-ls-statics-shortcode_actions ul {
	padding:0 !important;
}
.wpml-ls-statics-shortcode_actions {
	    position: relative;
    top: -13px;
}
.wpml-ls-statics-shortcode_actions ul li a {
	color: var(--color-bright) !important;
}  
.lang-switcher-inner {
    opacity:0;
		visibility:hidden;
    background: var(--color-bright);
    border-radius: 5px;
    width: 200px;
    height: auto;
    position: absolute;
    left: -49px;
		top:32px;
}
.lang-switcher-inner.show {
     opacity:1;
		visibility:visible;
}
.lang-switcher-inner .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    display: block;
    text-align: left;
}
.lang-switcher-inner .wpml-ls-statics-shortcode_actions ul li a {
    color: var(--color1) !important;
}
.lang-switcher-inner .wpml-ls-statics-shortcode_actions {
    top: 0;
}
.lang-switcher-inner ul {
    display: flex;
    flex-direction: column;
}
.lang-switcher-wrapper {
	position:relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.lang-switcher-wrapper .lang-toogle {
    color: var(--color-bright);
    display: block;
	cursor:pointer;
}
span.lang-toogle:after {
    content: "";
    background: url('/wp-content/themes/mg-holding/images/icon-arrow.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -999px;
    position: relative;
    top: 5px;
    margin-left: 2px;
	transition:all 0.3s ease;
	transform: rotate(90deg);
}
span.lang-toogle.open:after {
   transform:rotate(-90deg);
}

@media (max-width: 1450px) {

}
@media (max-width: 1150px) {
	.et_pb_section.hero {
		width:100%;
		padding-left:0 !important;
		padding-right:0 !important; 
	}
	.product-item {
    	width: 50% !important;
	}
	.product-item img {
    	max-width:fit-content !important;
	}
}
@media (max-width: 999px) {
	.et-l--header .menu-bar ul {
		justify-content: flex-start;
	}
	.et-l--header .full-size-nav .right-section .submenu-wrapper .show-only-mobile {
		display:block;	
	}
	.hide-mobile {
		display:none;
	}
	.dont-break {
		display:flex !important;
	}
	.dont-break-column {
		width:50%;
	}
	.break-column {
		width:100%;
	}
	.et-l--header .header-wrapper {
		margin-bottom:0;
	}
	.et-l--header .more-button-wrapper {
		margin:auto 0 !important;
	}
	.et_pb_column_1_2.et-last-child {
		margin-top:42px;
		padding-left:0;
	}
	.entry-content .et_pb_column_1_3 {
		width:33.3%;
	}
	.entry-content .et_pb_column_1_3:nth-child(1), et_pb_column_1_3:nth-child(3n+1) {
		padding-right:4%;
	}
	.entry-content .et_pb_column_1_3:nth-child(2n) {
		padding-right:2%;
		padding-left:2%;
	}
	.entry-content .et_pb_column_1_3:nth-child(3n) {
		padding-left:4%;
	}
	.et-l--header .full-size-nav .left-section {
		width: 60%;
	}
	.et-l--header .full-size-nav .right-section {
		width: 40%;
	}
}
@media (max-width: 800px) {
	h1 {
		font-size:50px;
		line-height:55px;
	}
	h2 {
		font-size:35px;
		line-height:43px;
	}
	h3 {
		font-size:29px;
		line-height:38px;
	}
	.entry-content .dont-break {
    	display: flex !important;
    	flex-wrap: wrap;
	}
	.entry-content .et_pb_column_1_3 {
		width:50%;
	}
	.entry-content .et_pb_column_1_3:nth-child(1) {
		padding-right:3%;
	}
	.entry-content .et_pb_column_1_3:nth-child(2n), et_pb_column_1_3:nth-child(3n+1) {
		padding-left:3%;
		padding-right:0;
	}
	.entry-content .et_pb_column_1_3:nth-child(3n) {
		padding-right:3%;
		padding-left:0;
	}
	.et-l--header .full-size-nav .left-section {
		width: 50%;
		padding:3rem;
	}
	.et-l--header .full-size-nav .right-section {
		width: 50%;
		padding:3rem;
	}
	.et-l--header .full-size-nav h3 {
		font-size:30px;
		line-height:38px;
	}
	.product-item {
    	width: 100% !important;
	}
	.product-item img {
    	max-width: 100% !important;
    	height: auto !important;
	}
	.mobile_menu_bar {
		display:none;
	}
	ul.et_mobile_menu {
		border-top:none;
		padding-bottom:50px;
	}
	.et_mobile_menu li a {
		padding-left:0;
		padding-right:0;
	}
}
@media (max-width: 750px) {
	.et-l--header .full-size-nav {
		display:block;
	}
	.et-l--header .full-size-nav .left-section, .et-l--header .full-size-nav .right-section {
		width:100%;
		height:auto;
	}
}
@media (max-width: 620px) {
	.et-l--header .nav-bar .logo-bar {
		margin-right:0;
	}
	.dont-break-column {
		width:100%;
	}
	.break-column {
		width:100%;
	}
	h1 {
		font-size:42px;
		line-height:50px;
	}
	h2 {
		font-size:30px;
		line-height:38px;
	}
	h3 {
		font-size:25px;
		line-height:33px;
	}
	.copy-medium p {
		font-size:22px;
		line-height:30px;
	}
}
@media (max-width: 480px){
	.et_pb_column.et_pb_column_2_3.et_pb_column_0_tb_header.header-wrapper.et_pb_css_mix_blend_mode_passthrough{
		width: 140px !important;
	}
}

/* vehicles */

/*.flex-center {
    display: flex;
    justify-content: center;
}*/

.vehicles {
    display: flex;
    flex-direction: row;
	align-items:flex-start;
}

.vehicles.block {
	display: block;
}


.vehicles .nav {
    display: flex;
    align-items: start;
    gap: 30px;
    flex-direction: column;
	border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 30px 20px 30px 20px;
	max-width: 300px;
	margin-right: 10px;
}

.vehicles .nav > div {
	display: inline-block;
	width: 100%;
}

.vehicles .entries.cols4 {
	display: grid;
	grid-template-columns: 24% 24% 24% 24%;
	justify-content: space-between;
	gap: 10px;
	flex: 1;
}

.vehicles .entries.cols3 {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	justify-content: space-between;
	gap: 10px;
	flex: 1;
}

.vehicles .entries .entry {
    background: #f3f3f3;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.vehicles .entries .entry .image {
    margin-bottom: 32px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
	width: 100%;
	height: 250px;
}
.vehicles .entries .entry .image img {
    object-fit: cover;
	width: 100%;
	height: 100%;
}

.vehicles p strong {
	padding: 0 24px 0 24px;
	color:#222629;
	font-size: 18px;
	line-height: 140%;
	display: flex;
}
.vehicles p strong {
	margin-bottom: 15px;
}

.vehicles p {
	padding: 0;
	color:#222629;
	font-size: 16px;
	line-height: 140%;
	border-bottom: 1px solid #E0E0E0;
	margin:0 24px 3px 24px;
	padding-bottom: 3px;
}
.vehicles .nav h4 {
	margin-bottom: 12px;
}
.vehicles .nav p {
	border:none;
	margin:0;
	padding: 0 10px 10px 10px;
}
.vehicles .nav select {
	background: #F3F3F3;
    border-radius: 4px;
    border: none;
    font-size: var(--text-size);
    color: var(--text-color);
    font-weight: 600;
    padding: 15px 10px;
	width: 100%;
	margin-bottom: 15px;
}

.vehicles p.vehicle-title, .meta-vehicle p {
	margin:0;
	border:none;
}
.meta-vehicle p {
	font-weight: 700;
}
.meta-vehicle a {
	font-weight: 500;
	color: var(--color1) !important;
	font-size: var(--text-size-small) !important;
}
.meta-vehicle {
	display: flex;
    justify-content: space-between;
    padding: 32px 24px 12px 24px;

    align-items: center;
}

@media (min-width: 981px) {
	.vehicles .nav {
		max-height: calc(100vh - 160px);
		overflow-y: scroll;
		position: sticky;
		top: 130px;
	}
}

@media (max-width: 1400px) {
	.vehicles .entries.cols4 {
		grid-template-columns: 32% 32% 32%;
		gap: 10px;
	}
}

@media (max-width: 1200px) {
	.vehicles .entries.cols4 {
		grid-template-columns: 48% 48%;
		gap: 10px;
	}
}

@media (max-width: 980px) {
	.vehicles {
		display: block;
	}

	.vehicles .nav {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.vehicles .entries.cols3 {
		grid-template-columns: 48% 48%;
		gap: 20px;
	}
}

@media (max-width: 640px) {
	.vehicles .entries.cols3,
	.vehicles .entries.cols4  {
		grid-template-columns: 100%;
	}
}

/* vehicle */

.vehicle .back {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	color: var(--color1);
	font-size: 16px;
	max-width: 1400px;
	margin: 0 auto 20px;
}

.vehicle .header {
	display: grid;
	grid-template-columns: 48% 48%;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
}

.vehicle h4 {
	color: var(--color2) !important;
	margin-bottom: 30px;
}

.vehicle img {
	border-radius: 4px;
}

.vehicle .images .more {
	margin: -25px 0 0 20px;
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	align-items: center;
}

.vehicle .images .more img {
	height: 100px;
	object-fit: cover;
}

.vehicle .images .more .amount {
	background: var(--color-dark);
	border-radius: 50px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0 0 -35px;
	display: block;
}

.vehicle .meta > div {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #E0E0E0;
	display: grid;
	grid-template-columns: 50% 50%;
}

.vehicle .meta span {
	color: var(--color-dark);
}

.vehicle .meta span.value {
	font-weight: bold;
}

.vehicle .price_wrapper {
	padding: 30px;
	background: #F3F3F3;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 30px;
}

.vehicle .price_wrapper p {
	padding-bottom: 0;
	font-size: 16px;
}

.vehicle .price_wrapper p.price {
	font-size: 22px;
	font-weight: bold;
}

.mfp-removing img {
	opacity: 0 !important;
}

.vehicle .divider_wrapper {
	background: #F3F3F3;
	margin: 100px 0;
	padding: 50px 20px;
}

.vehicle .divider {
	max-width: 1400px;
	margin: 0 auto;
	display: grid;
	align-items: center;
	grid-template-columns: 30% 30% 40%;
}

.vehicle .divider .entry {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	margin: 30px 0;
	color: #000;
}

.vehicle .divider > div:last-child {
	display: flex;
	gap: 40px;
	justify-content: flex-end;
	align-items: center;
}

.vehicle .divider .wa {
	display: inline-flex;
}

.vehicle .specification {
	max-width: 1400px;
	margin: 0 auto;
}

.vehicle .specification .entries {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-between;
	gap: 50px 0;
}

.vehicle .specification .entry {
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 20px;
}

.vehicle .specification p {
	color: var(--color1);
	font-size: 24px;
	margin-bottom: 20px;
}

.vehicle .specification ul {
	color: #000
}

@media (max-width: 980px) {
	.vehicle .header {
		grid-template-columns: 100%;
		gap: 50px;
	}

	.vehicle .divider {
		grid-template-columns: 100%;
	}

	.vehicle .divider > div:last-child {
		display: block;
		margin-top: 50px;
	}

	.vehicle .divider > div:last-child > a:not(.wa) {
		display: block;
		width: fit-content;
	}

	.vehicle .divider .entry {
		margin: 5px 0;
	}

	.vehicle .specification .entries {
		grid-template-columns: 48% 48%;
	}
}
@media (max-width: 640px) {
	.vehicle .specification .entries {
		grid-template-columns: 100%;
	}

	.vehicle .meta span {
		font-size: 14px;
	}
}

/* fullsize-nav */

.fullsize-nav-wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	background-color: #003B71;
	overflow-y: scroll;
}

.fullsize-nav {
	display: grid;
	grid-template-columns: 50% 50%;
}

.fullsize-nav .left a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	padding-left: 10%;
	width: 100%;
	height: 33.33333vh;
	color: #fff;
	font-size: 32px;
}

.fullsize-nav .left a:nth-child(1) {
	background-image: url('/wp-content/uploads/sites/4/2025/03/bg-menu-01.jpg');
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(25,129,244,0.75);
}

.fullsize-nav .left a:nth-child(2) {
	background-image: url('/wp-content/uploads/sites/4/2025/05/verkaufen-mg-handel.jpg');
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(0,59,113,0.75)
}

.fullsize-nav .left a:nth-child(3) {
	background-image: url('/wp-content/uploads/sites/4/2025/05/kontakt-mg-handel.jpg');
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(34,38,41,0.75);
}

.fullsize-nav .right > div {
	padding: 100px;
}

.fullsize-nav .right .top {
	height: 66.66666vh;
	display: flex;
	align-items: center;
}

.fullsize-nav .right .top a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	color: #fff;
	margin: 20px 0;
}

.fullsize-nav .right .top .address {
	margin: 100px 0;
	color: #fff;
}

.fullsize-nav .right .top .menu {
	display: flex;
	gap: 60px;
	justify-content: flex-start;
}

.fullsize-nav .right .bottom {
	background-color: #222629;
	height: 33.33333vh;
}

.fullsize-nav .right .bottom .headline {
	color: #fff;
	font-size: 20px;
}

.fullsize-nav .close {
	position: absolute;
	top: 3%;
	right: 3%;
	background: #0D6DD6;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
}

@media (max-width: 980px) {
	.fullsize-nav {
		grid-template-columns: 100%;
	}

	.fullsize-nav .left {
		margin-top: 100px;
	}

	.fullsize-nav .left a {
		height: 50px;
		background: none !important;
		font-size: 20px;
	}

	.fullsize-nav .left svg {
		display: none;
	}

	.fullsize-nav .right .top {
		height: auto;
	}

	.fullsize-nav .right .top .menu {
		display: block;
	}

	.fullsize-nav .right > div {
		padding: 30px 10%;
	}

	.fullsize-nav .right .top .address {
		margin: 40px 0 30px;
	}

	.mg-network {
		grid-template-columns: 100%;
	}
}

/* mg_team */

.mg_team {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	justify-content: space-between;
}

.mg_team .entry {
	border: 1px solid var(--color4);
	padding: 20px;
	margin-bottom: 20px;
}

.mg_team .img img {
	width: 100%;
	height: auto;
}

.mg_team .name {
	margin-top: 15px;
}

.mg_team .position {
	margin-bottom: 25px;
}

@media (max-width: 1200px) {
	.mg_team {
		grid-template-columns: 48% 48%;
	}
}

@media (max-width: 760px) {
	.mg_team {
		grid-template-columns: 100%;
	}
}

/* vehicle_categories */

.vehicle_categories {
	display: grid;
	grid-template-columns: 23% 23% 23% 23%;
	gap: 40px 2%;
	justify-content: space-between;
}

.vehicle_categories a {
	color: var(--color-dark);
}

.vehicle_categories .entry .image {
	position: relative;
}

.vehicle_categories .entry .image img {
	object-fit: cover;
	width: 100%;
}

.vehicle_categories .entry .image .amount {
	display: inline-block;
	position: absolute;
	bottom: -5px;
	right: 40px;
	color: #fff;
	background: var(--color1);
	padding: 5px 10px;
	border-radius: 50px;
	min-width: 50px;
	text-align: center;
}

.vehicle_categories .entry .content {
	display: flex;
	gap: 5px;
	align-items: end;
	margin-top: 10px;
}

@media (max-width: 980px) {
	.vehicle_categories {
		grid-template-columns: 48% 48%;
		gap: 20px 2%;
	}
}

@media (max-width: 640px) {
	.vehicle_categories {
		grid-template-columns: 100%;
	}
}
