@charset "UTF-8";
/* CSS Document */

.modul-planeslider {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
}


.modul-planeslider .Abox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 25vw;
	margin: 0;
	padding: 0;
	
	background-color: transparent;
	
	margin-bottom: 3.125vw;
}


.modul-planeslider .Boxwrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
	background-color: transparent;
	
	margin-bottom: 3.125vw;
}

.modul-planeslider .TextblockBox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
}

.modul-planeslider .TextblockBox blockquote {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
}


.modul-planeslider .InfoBox {
	position: relative;
	
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	background-color:transparent;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top: 1.5625vw;
	margin-bottom: 3.125vw;
	
	
}


.modul-planeslider .valBox {
	position: relative;
	
	margin: 0;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	min-width: 120px;
	width: auto;
	height: auto;
	text-align: center;
	background-color: #fff;
	border-radius: 20px 20px 20px 20px;
}

.modul-planeslider .MSGBox{
	position: fixed;
	z-index: 9990;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	background-color:rgba(0,0,0,1);
	display: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	
}


.modul-planeslider .MSGBoxx{
	position: relative;
	width: 40%;
	height: auto;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #f00;
}

.modul-planeslider .slidecontainer {
  width: 100%;
	height:  6.25vw;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.modul-planeslider .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #ffffff;
  outline: none;
  opacity: 0.8;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.modul-planeslider .slider:hover {
  opacity: 1;
}

.modul-planeslider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6.25vw;
  height: 6.25vw;
	background-color: transparent;
	box-shadow: none;
	background-image: url(https://tracto.dbm.ac/wp-content/uploads/2023/12/im_4.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
  cursor: pointer;
}

.modul-planeslider .slider::-moz-range-thumb {
  width: 6.25vw;
  height: 6.25vw;
		background-color: transparent;
	background-image: url(https://tracto.dbm.ac/wp-content/uploads/2023/12/im_4.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: none;
  cursor: pointer;
}


#bt1{
	display: block;
}
#bt1.active{
	display: none;
}

#bt2{
	display: none;
}
#bt2.active{
	display: block;
}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {
	

/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 720px) {

.modul-planeslider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16vw;
  height: 16vw;
	background-image: url(https://tracto.dbm.ac/wp-content/uploads/2023/12/im_4.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
  cursor: pointer;
}

.modul-planeslider .slider::-moz-range-thumb {
  width: 16vw;
  height: 16vw;
	background-image: url(https://tracto.dbm.ac/wp-content/uploads/2023/12/im_4.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
  cursor: pointer;
}
	
	
.modul-planeslider .valBox {
	min-width: 100px;
}
	
	
	.modul-planeslider .InfoBox {
	margin-top: 6.25vw;
	margin-bottom: 6.25vw;
}

	

.modul-planeslider .Abox {
	height:32.5vw;
	
	margin-bottom: 6.25vw;
}

/* ------------------------------------------------------------------------ */

}