.mobileOn { display: none; }
.rel { position: relative; }

:root {
	--color-tak-white: #ffffff;
	--color-tak-black: #4e4a4a;
	--color-tak-dark-gray: #777776;
	--color-tak-light-gray: #dcddde;
	--color-tak-red: #ff0000;
	--top-height: 80px;
	--dropdown-bg: #dcddde;
	--h1: 2.75em;
	--h1-smal: 2em;
	--h2: 2em;
	--h3: 1.75em;
	
	--3rem: 3.5rem;
	--2rem: 2rem;
	--25rem: 2.5rem;
	--225rem: 2.25rem;
	--1rem: 1rem;
	--115rem: 1.15rem;
	--11rem: 1.1rem;
	--125rem: 1.25rem;
	--13rem: 1.3rem;
	--15rem: 1.5rem;
	--09rem: .9rem;
	--08rem: .8rem;
	
	--big: 4.1875rem;
	
	--bg-lightgray: #f8f8f8;
	--icon-size: 53px;
	
	--max-height: 604px;
}
.bg-red { background: var(--color-tak-red); }
.bg-gray { background: var(--color-tak-light-gray); }
.bg-darkgray { background: var(--color-tak-black); }
.bg-lightgray { background: var(--bg-lightgray); }
.container-fluid { padding-right: 0; padding-left: 0; }
header .navbar {
	width: 100vw; height: var(--top-height); 
	/* background: var(--color-tak-black); */
	background: #fff;
	border-bottom: solid 1px var(--color-tak-light-gray);
}
/* .abstand { height: calc(var(--top-height) + 40px); } */
.abstand { height: calc(var(--top-height)); }
.pg1 .abstand { height: calc(var(--top-height)); }
/* .machine .abstand { height: calc(var(--top-height) - 24px); } */
.machine .abstand { height: calc(var(--top-height)); }
.machine h2 { display: block; min-height: 4rem; }
.navbar-nav { 	padding-top: 16px; }
.navbar-brand { padding-left: 80px; position: absolute; z-index: 9; }
.navbar-brand img {
	/* height: 44px;  */
	height: 70px; 
	width: auto; 
}
.navbar {
	/* background-color: var(--color-tak-black); */
	/* position: relative;  */
}
.navbar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/prefix-arrow.svg);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1; /* Stelle sicher, dass es hinter dem Inhalt liegt */
}
.nav-link {
	font-family: "Anton", Arial, Helvetica, sans-serif;
	font-size: var(--125rem);
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	color: var(--color-tak-black);
	padding: 2em 1.5em
}
.nav-link:hover { color: var(--color-tak-red); }
.dropdown-item {
	font-size: var(--09rem); line-height: 1.5em;
}
.dropdown-menu { 
	background: var(--dropdown-bg); 
	/* height: 450px;  */
	padding-top: 2em 
} 
.dropdown-menu.first {
	width: 100% !important;
	position: fixed !important;
	left: 50%;
	top: 78px;
	transform: translateX(-50%);
}
.dropdown-submenu {
	width: 15%;
	display: block;
	margin-left: 30%;
}
.dropdown-menu.second {
	width: 20%;
	float: left;
	margin-left: 15%;
	top: 0;
	height: 100%;
	border: none;
}
.dropdown-toggle::after {
	display: none;
}

h1 { margin-bottom: 1em; text-transform: uppercase; }
h1 + p { margin-top: -1em; }
h2, h3{ text-transform: uppercase; }
h1, h2, .hero_text, .interesse h3 {
	font-size: var(--h1);
	line-height: 1.2;
}
.section h2,
h1.smal, h2.smal {
	font-size: var(--h1-smal);
	line-height: 1.1em;
}
h1.versal.overlay { font-size: var(--3rem); line-height: 1.1; }
.section h2 {
	margin-bottom: .5em;
}
h4 {
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: var(--2rem);
	line-height: 1.3;
	display: flex;
	margin-bottom: 30px;
	min-height: 84px;
}
h4::before {
	display: block;
	content: "";
	background-image: url(../images/arrow-left-red.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 1.5em;
	width: 1.5em;
	margin-right: 5px;
}
h4.gslide-title::before { display: none; }
h4.gslide-title { font-family: 'Anton' !important; text-align: center; color: #fff !important; }
.glightbox-clean .gdesc-inner { background: var(--color-tak-black); }
.hero_text { 
	color: #fff; 	
	font-size: var(--h1);
	font-family: Anton;
	text-align: left;
	margin-bottom: .5em;
}
.machine h2 { 
	font-size: var(--h1); 
	margin-bottom: 1em;
}
p, li { 
	color: var(--color-tak-dark-gray);
}
p {	
	margin-bottom: 1em;
}
li {	
	margin-bottom: .5em;
}
.container ul { padding-left: 2rem; }
.btn { 
	font-family: 'Anton';	
	font-size: var(--125rem) !important;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px;
	border-radius: 0px;
	width: fit-content;
	transition: 0.8s;
}
.btn-info {
	border: solid 1px var(--color-tak-red);
	color: var(--color-tak-red);
	display: block;
	width: auto;
	text-align: center;
	margin-top: auto;
	background: #fff;
}
.btn-info:hover {
	background: var(--color-tak-red);
	border: solid 1px var(--color-tak-red);
	color: #fff;	
	transition: 0.8s;
}
.btn-warning, 
.btn-success, 
.btn-default {
	border: solid 1px var(--color-tak-red);
	background: var(--color-tak-red);
	color: #fff;
	display: inline-block;
	width: auto;
	text-align: center;
	margin-top: auto;
}
.btn-warning {
	border: solid 1px var(--color-tak-black);
	background: var(--color-tak-black);	
}
.btn-warning:hover,
.btn-default:hover,
.btn-success:hover 
{
	border: solid 1px var(--color-tak-dark-gray);
	background: var(--color-tak-dark-gray);
	color: #fff;
	transition: 0.8s;
}
.anfrage .btn { width: 100%; display: block; font-size: var(--225rem) !important; }
.anfrage div { padding: 0; }
.anfrage .btn::before {
	display: inline-block;
	content: "";
	background-image: url(../images/arrow-left-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	margin-right: 15px;
}
.teaser_button {
	font-family: "Anton";
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: var(--25rem);
	line-height: 1.2;
	padding: 20px 20px 20px 140px;
	background-color: var(--color-tak-black);
	color: #fff;
	background-image: url(../images/prefix-arrow.svg);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
}
.product-img-top {
	height: var(--max-height); 
	overflow: hidden;	
	width: 100%; /* Volle Breite */
	/* max-height: 75vh; /* Begrenzung auf 75% der Viewport-Höhe */ */
	/* aspect-ratio: 1200 / 683; /* Automatische Höhe basierend auf dem Seitenverhältnis */ */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	transition: 1s;
}
@media (max-width: 1700px) {
	:root { --max-height: 404px; }
}
.hero-banner {
	height: var(--max-height);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}
.product-img-top > .overlay {
	/* position: absolute; */
	/* bottom: 5%;  */
	margin-left: 10%;
	color: #fff;
	letter-spacing: .05em;
}
.besonderheiten {
	padding: 3em;
	margin: 4em 0 4em 3em;
	background: var(--color-tak-black);
	position: relative;
	max-width: 500px;
	z-index: 2;
}
.besonderheiten-div {
	/* position: absolute; */
}
.besonderheiten h2 {
	text-transform: uppercase; 
	
}
.besonderheiten h2,
.besonderheiten li,
.besonderheiten p,
.besonderheiten a
{
	color: #fff;
}
.besonderheiten h2 {
	min-height: inherit; margin-bottom: 1rem;
}
.besonderheiten h2,
.interesse h3,
h2.h2
	{ font-size: var(--2rem); }
.besonderheiten-img img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	max-height: 100%;
	width: 100%;
	z-index: 1;
}
.anforderungen {
	margin: 1em 0 4em;
}
.machine { position: relative; }
.machine + .machine { margin-top: 2rem }
.einleitung { 
	padding-top: 3em; 
	padding-bottom: 3em; 
}
.einleitung h2 { margin-bottom: 1rem; min-height: inherit; font-size: var(--h1) }

/* Listenasicht Bagger Kategorien */
.card-link { width: 100%; }
.card, .card-img, .card-img-top { border: none; border-radius: 0; }
.weight { font-weight: 600; color: var(--color-tak-black); font-size: var(--11rem); }
.card h3 { font-size: var(--h3); text-transform: uppercase; letter-spacing: .05em; text-align: left !important; display: flex }
.card h3::before {
	display: block;
	content: "";
	background-image: url(../images/arrow-left-red.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 1.5em;
	width: 1.5em;
	margin-right: 5px;
}

.accordion-button:not(.collapsed) {
	color: var(--color-tak-black);
	background-color: transparent;
	box-shadow: none
}
.accordion-button {
	text-transform: uppercase; 	font-family: "Anton"; font-size: var(--125rem); letter-spacing: .05em;
}
.accordion-header {
}
.accordion-item {
	border: solid 1px var(--color-tak-black);
	border-left: none;
	border-right: none; border-radius: 0 !important;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 11V10H20V11H0Z' fill='%234E4A4A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5 0H10.5V20H9.5V0Z' fill='%234E4A4A'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%2011V10H20V11H0Z'%20fill='%234E4A4A'/%3E%3C/svg%3E");
}

.hero_banner { 
	height: auto;
}
.hero_banner .head_line { left: 5%;  }
.hero_banner h1 { font-size: var(--25rem); color: #fff; text-align: left; line-height: 1.25em; letter-spacing: .05em; }
.head_line{
	font-size: var(--big);
	font-weight: 700;
}
.img_banner{
	/* height:calc(100vh - 3.125rem); */
	/* max-height: 75vh; */
	width:100vw;
	/* aspect-ratio: 1200 / 550; */
}
.txt_banner{
	font-family: Anton;
	font-size: var(--h1);
	font-weight: 400;
	line-height:1.2;
	text-align: left;
	position: absolute;
	/* bottom:4.42rem; */
	color:#fff;
	left:15%;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.44);
}

.nav-meta ul { list-style: none; padding-left: 0; }

.intro ul li,
.besonderheiten ul li 
	{
		padding-left: 10px;
		margin-top: 20px;
		list-style: none;
	}
.intro ul li { margin-top: 0; }
.intro ul li:before ,
.besonderheiten ul li:before 
	{
		height: 18px;
		width: 18px;
		content: "";
		background-image: url(../images/arrow-left-red.svg);
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
		left: -25px;
		margin-bottom: -5px;
		margin-right: -17px;
		display: inline-block;
	}
.swiper-slide {
	  text-align: center;
	  font-size: 18px;
	  background: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: auto;
	}
	.img_banner { overflow: hidden; }
	.img_banner,
	.swiper-slide img {
	  min-width: 100%;
	  height: calc(90vh - 250px);
	  min-height: 700px;
	  transition: 1s;
	}
	.swiper-slide img {
	  object-fit: cover;
	}

.swiper-small {
	width: 100%; height: 220px; overflow: hidden; position: relative;
}
.swiper-small .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: inherit;
	min-width: inherit;
	transition: 1s;
}
.swiper-small .swiper-slide {
	width: 100%;
}
/* Grundlegende Gestaltung */
.swiper-pagination-bullet {
	width: 26px;
	height: 6px;
	border-radius: 0; /* Rechteckig statt rund */
	background: white;
	opacity: 1; /* Volle Sichtbarkeit */
	margin: 0 10px;
	border: none;
}

/* Aktiver Bullet */
.swiper-pagination-bullet-active {
	background: red;
	border-radius: 0 !important;
}
.swiper-button-next svg {
	transform: scaleX(-1);
}
.swiper-button-prev {
	margin-left: 10px;
}

table.tg,
table.has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}
table.has-fixed-layout thead {
	background-color: var(--color-tak-black); color: #fff;
}
thead th {
	text-align: left; text-transform: uppercase
}
table.has-fixed-layout {
	color: #ffffff;
}
table td {
	padding: 8px 14px; color: var(--color-tak-black);
}
table th {
	padding: 10px 14px
}
table tr th {
	border: solid 1px #dcddde;
}
table tr:nth-child(even), 
table tr:nth-child(even),
table tr:nth-child(even)
	{
		background-color: #F2F2F2;
	}
table tr td, 
table tr th {
		border: solid 1px #dcddde;
	}
.technik h2 { margin-bottom: 1rem; font-size: var(--h1); min-height: inherit; }
		
/* .swiper-button-prev.custom-prev,
.swiper-button-next.custom-next {
  width: 51px;
  height: 51px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.swiper-button-next.custom-next {
	transform: scaleX(-1); margin-top: -48px;
}

.swiper-button-prev.custom-prev {
  left: 10px;
}

.swiper-button-next.custom-next {
  right: 10px;
} */
.bg-darkgray p,
.bg-darkgray li,
.bg-darkgray h1,
.bg-darkgray h2,
.bg-darkgray h3,
.bg-darkgray h4,
.bg-darkgray h6,
.bg-darkgray a 
{
	color: #fff;
	line-height: 1.75em;
	margin-bottom: 0;
}

/* Datenschutz */
.pg9 h2,
.pg9 h3,
.pg9 h4 {
	font-size: var(--115rem);
	min-height: inherit;
	display: block;
	margin: 0;
	margin-top: 1em;
	text-transform: none;
	letter-spacing: 0;
}
.pg9 h2,
.pg9 h3 {
	font-size: var(--15rem);
}
.pg9 h4:before {
	display: none
}

.iconBox + h2 { margin-top: calc(var(--icon-size) / 2); }
.iconBox {
	display: block; width: var(--icon-size); 
	height: var(--icon-size); 
	top: calc(var(--icon-size) / 2 * -1); 
	line-height: var(--icon-size); 
	margin-left: calc(var(--icon-size) / 2 * -1); 
	font-size: calc(var(--icon-size) / 2.5 );
	background: var(--color-tak-black); 
	color: #fff; 
	left: 50%; 
	border-radius: 50%; 
	position: absolute; 
}

.properties img { margin-bottom: 1em; height: 140px; }

.text-center ul {
	list-style-position: inside; /* Holt die Aufzählungszeichen in den Textbereich */
	text-align: center; /* Zentriert den Text inklusive Aufzählungszeichen */
	padding: 0;
}
.inner { padding: 2em; }
.gallery { position: relative; padding: 0; padding-bottom: 44px; overflow: hidden; }
.gallery img { width: 100%; max-width: inherit; transition: transform 0.4s ease-in-out; }
/* .gallery span {
	position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; background: var(--color-tak-black); color: #fff; padding: 10px;
} */
.similar_col { padding: .5em; }
.similar {
	display: flex;
	justify-content: flex-end;
	background-color: #4e4a4a;
	background-image: url(../images/prefix-arrow.svg);
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 14px 20px;
}
.similar p {
	color: #fff;
	font-family: Anton;
	font-size: var(--2rem);
	margin-bottom: 0;
}
.related h3 {
	font-size: var(--h1); text-transform: uppercase; margin-bottom: 1.5rem;
}
.similar_img { overflow: hidden; height: 300px; }

.copytext { }
.copytext h4:before { display: none }
.copytext h4 { margin-bottom: 1rem; min-height: inherit; margin-top: 3rem; }
.copytext h4:first-child { margin-top: 0; }

/* .gallery .hover { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); transition: .5s; } */
/* .gallery:hover .hover { transition: opacity .5s; opacity: 0; } */
/* .gallery:hover img { transform: scale(1.05); transition: transform 0.4s ease-in-out; } */
footer p,
footer li,
footer h1,
footer h2,
footer h3,
footer h4,
footer h6,
footer a {
	color: #fff;
	line-height: 1.75em;
	margin-bottom: 0;
}
footer h6 {
	margin-bottom: 1em;
}
footer .brand { max-width: 300px; }
.footer2 p { color: var(--color-tak-dark-gray); font-size: .9rem; margin-top: 1rem; }

#trackVisits { margin-right: .5em; }
/* footer a { text-decoration: underline !important; } */
.btn-play { margin: 2em auto 0; }
.video_trigger p, .video_trigger a { color: #fff; }
.col-lg-4 .video_trigger p, .video_trigger a { 
	
 }
.video_trigger .btn { 
	
}
.video_wrapper {
  background-size: cover;
  position: relative;
  height: 320px; background-position: center;
  width: 100%; 
}
.video_wrapper .video_trigger {
  padding: 70px 30px;
  height: -webkit-calc(100%);
  height: -moz-calc(100%);
  height: -o-calc(100%);
  height: calc(100%);
  width: -webkit-calc(100%);
  width: -moz-calc(100%);
  width: -o-calc(100%);
  width: calc(100%);
  position: absolute;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.boxes .video_wrapper .video_trigger {
  padding: 10px 20px;

}
.col-lg-4 .video_wrapper .video_trigger  {
  padding: 20px; 
}
.video_wrapper .video_trigger:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  z-index: -1;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.2);
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  top: -webkit-calc(50% - 60px);
  top: calc(50% - 60px);
  left: -webkit-calc(50% - 60px);
  left: calc(50% - 60px);
}
.video_wrapper .video_layer {
  position: relative;
  display: none;
  height: inherit;
  width: inherit;
  margin: auto;
}
.video_wrapper .video_layer iframe {
  border: 0px none transparent;
  height: inherit;
  width: inherit;
  vertical-align: middle;
}

.video_wrapper .movie { width: 100%; height: 100%; }

.boxes .video_wrapper, .col-lg-4 .video_wrapper { height: 220px; }
.boxes { width: 30%; margin-right: 3%; display: inline-grid; margin-bottom: 2rem; }
.boxes h3 { font-size: var(--15rem); margin-bottom: 1rem; }


.mySwiper {
	/* margin-bottom: 3em;  */
	height: var(--max-height);
}
.vorteile {
	background: url(../images/takeuchi_infoboxen_bg_1720x700px-1536x625.jpg);
	background-size: cover;
	padding: 3em 0;
}
.vorteile li {
	color: #000;
}
.vorteile .gray_block div {
	background: #dcddde; padding: 20px; height: 100%;
}
.types-list { margin-bottom: 3em !important; justify-content: center; }
.types-list img {
	max-height: 250px; display: block; margin: 0 auto; width: auto
}
.type-anbau .card { width: 100%; }
.type-anbau .card-title { min-height: 5rem; }
.type-anbau .card-text { text-align: center; }
.tonnen { color: var(--color-tak-black); text-transform: uppercase; font-family: Anton; letter-spacing: .1rem; }

@media (max-width: 1720px) {
	.img_banner,
	.swiper-slide img {
		height: 40vh;
		min-height: 600px;
	}
}

@media (max-width: 1400px) {
	.similar_img { height: 260px; }
}
/* Mobil: Dropdown-Submenüs als Block anzeigen */
@media (max-width: 1200px) {
	:root {
		--top-height: 60px;
		
		--h1: 2.5em;
		--big: 3rem;		
	}
	html, body{ font-size: 14px; }
	.navbar-brand img {
		height: 50px;
	}
	.navbar-toggler { transition: .5s; position: absolute; right: 5%; top: 16px; }	
	.navbar-toggler {
		border: none; /* Entferne den Rand */
		background-color: transparent; /* Mache den Hintergrund transparent */
	}	
	.navbar-toggler:focus {
		outline: none; /* Entferne den Fokus-Outline */
		box-shadow: none; /* Entferne den Box-Shadow */
	}	
	.navbar-toggler-icon {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 35px;
		height: 20px;
		cursor: pointer;
		background-image: none;
	}
	
	.similar_img { height: 220px; }
	.bar {
		width: 100%;
		height: 2px;
		background-color: var(--color-tak-black);
		transition: all 0.3s ease;
	}	
	/* Aktiver Zustand (Kreuz) */
	.navbar-toggler:not(.collapsed) .bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}
	
	.navbar-toggler:not(.collapsed) .bar:nth-child(2) {
		opacity: 0;
	}
	
	.navbar-toggler:not(.collapsed) .bar:nth-child(3) {
		transform: translateY(-10px) rotate(-45deg);
	}
	
	.boxes { width: 45%; margin-right: 4%; }
	.swiper-small, .boxes .video_wrapper {	height: 238px; }
	
	.navbar-collapse {
		display: block;
		height: 100vh;
		background: var(--dropdown-bg);
		position: fixed;
		top: var(--top-height);
		left: 0;
		width: 100%;
		overflow-y: auto;
		z-index: 10; /* Ensure it overlays other content */
	}
	
	.navbar-toggler {
		position: absolute;
		right: 20px;
		top: calc(var(--top-height) / 2 - 12px); /* Center the toggle vertically */
		z-index: 11;
	}
	.navbar .dropdown-menu.first {
		width: 40% !important;
		position: relative !important;
		left: inherit;
		top: inherit;
		transform: inherit;
		border: none;
		padding: 0 1em;
	}
	
	.dropdown-submenu {
		width: 60%;
		margin-left: 0;
	}
	
	.nav-item {
		width: 100%;
	}
	
	.nav-link {
		padding: 1em;
		width: 100%;
		text-align: left;
		color: var(--color-tak-black)
	}
	
	.dropdown-menu.second {
		width: auto;
		position: absolute;
		/* float: none; */
		margin-left: 60%;
		height: auto;
		border: none;
	}
	
	.dropdown-menu.show {
		display: block;
	}
	
	.navbar-nav {
		width: 100%;
	}
	
	.dropdown-toggle {
		/* width: 60%; */
	}
	
	.properties .col { margin-bottom: 1em; }
	.properties img { height: 100px; }
}

@media (max-width: 992px) {
	.dropdown-menu.second {
		margin-left: 100%;
	}
	.dropdown-submenu {
		width: 100%;
	}
	.besonderheiten {
		margin-bottom: 0; margin: 0em 0 0; max-width: inherit; width: 100%;
	}
	.besonderheiten-img {
		margin-top: 0; width: 100%;
	}
	.besonderheiten-img img {
		width: 100%; 
		height: auto; 
		max-width: inherit; position: relative;
	}
	.inner { margin: 0; }
	.anfrage .btn::before {
		height: 28px;
		width: 28px;
		margin-right: 10px;
	}
	.gray_block { margin-bottom: 2em; }
	.boxes { width: 45%; margin-right: 4%; }
	.swiper-small, .boxes .video_wrapper {	height: 177px; }
	.video_trigger { margin-bottom: 0; }
	.video_trigger .btn { margin-top: 0; }
}
@media (max-width: 768px) {
	:root {
		--h1: 2em;
		--h1-smal: 1.2em;
		--h1-med: 1.5em;
	}
	:root {
		--top-height: 60px;
		
		--h1: 2em;
		--h1-smal: 2em;
		--h2: 1.75em;
		--h3: 1.5em;
		
		--2rem: 2rem;
		--25rem: 2.5rem;
		--1rem: 1rem;
		--115rem: 1.15rem;
		--11rem: 1.1rem;
		--125rem: 1.25rem;
		--13rem: 1.3rem;
		--15rem: 1.5rem;
		--09rem: .9rem;
		--08rem: .8rem;
		
		--big: 2.5rem;
	}
	.navbar-brand {
		padding-left: 50px;
	}
	.navbar .dropdown-menu.first { width: 60% !important; }
	.img_banner,
	.swiper-slide img {
		height: 60vh;
		min-height: 550px;
	}
	.section2 h1 {
		font-size: var(--h1-med);
		line-height: var(--h1-med)
	}
	.container-fluid.p-0 {
		padding-right: calc(var(--bs-gutter-x)* .5) !important;
		padding-left: calc(var(--bs-gutter-x)* .5) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.besonderheiten {
		/* margin-top: 0;
		margin-bottom: 2em; */
	}
	.besonderheiten-img {
		/* margin-bottom: 0;  */
	}
	.accordion {
		margin-bottom: 3em; 
	}
	.product-img-top > .overlay {
		bottom: 0;
	}
	.machine .col-12 { margin-bottom: 3em; }
	.machine .anfrage .col-12,
	.machine .col-12.product-img-top
		{ margin-bottom: 0; }
	.types-list {
		margin-bottom: 3em !important;
	}
	.card h3 {
		font-size: var(--h1-med)
	}
	.toolbox { margin-top: 4em; }
	.anfrage .btn {
		margin: 0 !important;
	}
	
	.similar_img { height: auto; }
	
	.boxes { width: 100%; margin-right: 0; }
	.swiper-small {	height: auto; }
	.boxes .video_wrapper {aspect-ratio: 16 / 9; height: auto }
	.video_trigger { margin-bottom: 0; }
	.video_trigger .btn { margin-top: 0; }
	.boxes .video_wrapper .video_trigger { padding: 3rem 20px; }
	
}
@media (max-width: 600px) {
	:root {
		--top-height: 60px;
		--h1: 2em;
		--h1-smal: 1.5em;
		--h2: 1.75em;
		--h3: 1.5em;
		--2rem: 2rem;
		--25rem: 2.5rem;
		--225rem: 1.75rem;
		--1rem: 1rem;
		--115rem: 1.15rem;
		--11rem: 1.1rem;
		--125rem: 1.25rem;
		--13rem: 1.3rem;
		--15rem: 1.5rem;
		--09rem: .9rem;
		--08rem: .8rem;
		--big: 2.5rem;
	}
	.container-fluid { --bs-gutter-x: 0; }
	.container { --bs-gutter-x: 2.5rem; }
	h1, h2, .hero_text, .interesse h3 {
		line-height: 1.4;
	}
	.navbar-brand img {
		height: 40px;
	}
	.checkbox-rect.w25 {
		width: 49%;
		display: inline-block;
		margin-bottom: 1em;
	}
	.form_liste p {
		margin: 1.5em 0 .5em;
	}
	.checkbox-rect.form-group { margin-top: 2em; }
	.properties img {
		height: 100px;
	}
	.p-5.interesse { padding: 0 !important; }
	.bg-darkgray.pe-5.ps-5 { padding: 2em 15px !important; }
	.machine .yt {
		padding: 0;
	}
	.video_wrapper {
		height: 195px;
	}
	.anfrage .btn::before {
		height: 22px;
		width: 22px;
		margin-right: 10px;
	}
	
}
.Anton {
	font-family: "Anton" !important;	
	font-weight: normal;
}
/* .swiper-pagination-bullet {
	position: relative;
}
.swiper-pagination-bullet-active:after {
	content: "";
	z-index: 9;
	position: absolute;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 1rem;
	border: 0.125rem solid #fff;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
} */

/* checkbox-rect */
.checkbox-rect input[type="checkbox"] {
  display: none;
}
.checkbox-rect input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkbox-rect input[type="checkbox"]:hover + label:hover {
  /* color: rgb(23, 86, 228); */
}
.checkbox-rect input[type="checkbox"]:hover + label:before {
  background: #999;
  /* box-shadow: inset 0px 0px 0px 1px #999; */
}
.checkbox-rect input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
.checkbox-rect input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  /* border: none; */
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s, background 0.2s ease-in-out;
  transition: all 0.2s, background 0.2s ease-in-out;
  background: #efefef;
}
.checkbox-rect input[type="checkbox"]:checked + label:before {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: var(--color-tak-red);
  /* box-shadow: 0 0 0 1px #000; */
}
/* checkbox-rect end */

/* checkbox-rect */
.checkbox-rect input[type="radio"] {
  display: none;
}
.checkbox-rect input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  line-height: 23px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: var(--1rem);
}
.checkbox-rect input[type="radio"]:hover + label:hover {
  color: var(--black);
}
.checkbox-rect input[type="radio"]:hover + label:before {
  background: var(--color-tak-light-gray);
  box-shadow: inset 0px 0px 0px 2px #f7f2f2;
}
.checkbox-rect input[type="radio"] + label:last-child {
  margin-bottom: 0;
}
.checkbox-rect input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s, background 0.2s ease-in-out;
  transition: all 0.2s, background 0.2s ease-in-out;
  background: var(--color-tak-red);
}
.checkbox-rect input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: var(--color-tak-dark-gray);
  /* box-shadow: 0 0 0 1px #000; */
}
/* checkbox-rect end */

.checkbox-rect.radio { display: inline-block; margin-right: 2em; }
.checkbox-rect label { font-size: var(--1rem); }

.form-control { border-radius: 0; padding: .75em; }
.form-group { margin: 1em 0 0; }
label.lb, .pflicht { font-size: var(--08rem); }
label.lg { font-size: var(--1rem); }

.form_liste label {
	/* margin-right: 2em;  */

}
.form_liste p {
	margin: 1em 0 0; 
}
.form_hl {
	margin: 1em 0 1em;
}
.checkbox-rect.w25 {
	width: 30%; display: inline-block;
}
.checkbox-rect.w50 {
	width: 49%; display: inline-block;
}
/* .sendform { float: right; } */

.ihre_webseite { position:absolute; left:-9999px; }