:not(:defined)>* {
  display: none;
}

@font-face {
  font-family: LiebherrText-Regular_Web;
  src: url(fonts/LiebherrText-Regular_Web.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: LiebherrText-Bold_Web;
  src: url(fonts/LiebherrText-Bold_Web.woff2) format("woff2");
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: "LiebherrText-Regular_Web", sans-serif;
}

html,
body {
  padding: 0;
  margin: 0 auto;
  background-color: black;
	font-family: "LiebherrText-Regular_Web", sans-serif;
}

h3,
h4,
p {
  padding: 0;
  margin: 0;
	font-family: "LiebherrText-Regular_Web", sans-serif;
}

ul, li {
	font-family: "LiebherrText-Regular_Web", sans-serif;
}

/* https://stackoverflow.com/questions/45049873/how-to-remove-the-blue-highlight-of-button-on-mobile */
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}




#temp-logo {
	z-index: 100;
	position: absolute;
	left: 40px;
	top: 40px;
	width: 200px;
	opacity: 0;
	animation: fadeIn 2s 2s forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}









/* !!! Neue Icons !!! */
.icon-modellauswahl {
  position: absolute;
  /* bottom: 40px; Ursprungsabstand */
  bottom: 40px;
  left: 40px;
  cursor: pointer;
	filter: drop-shadow(0px 2px 8px #888);
}

.icon-modellauswahl img {
  width: 80px;
  height: 80px;
	filter: brightness(0);
}

.icon-modellauswahl img:last-child {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
@media (hover: hover) and (pointer: fine) {
.icon-modellauswahl:hover img:last-child {
  display: inline-block;
  visibility: visible;
  opacity: 1;
	filter: brightness(1);
}
.icon-modellauswahl:hover img:first-child {
  /* display: none;
  visibility: hidden;
  opacity: 0; */
  position: relative;
  top: 0;
  left: 0;
  /* transition: visibility 0s, opacity 2s linear; */
}
}






#modellauswahl {
  z-index: 100;
  position: absolute;
  bottom: 130px;
  left: 55px;
  display: none;
}

#modellauswahl-caret {
  position: absolute;
  display: block;
  width: 46px;
  top: 40px;
  left: 25px;
  transform: translate(-50%,-50%);
}

/*
#standard-model, #explosion-model {
  display: none; 
}
*/



/* <select> styles */
select {
  /* Reset */
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit;
  /* Personalize */
  padding: .5em 1.7em .5em .8em;
  background: url(images/Caret_down_font_awesome_redvariation.svg)      no-repeat right 0.3em center / 1.4em,    linear-gradient(to left, #df0000 2em, #df0000 2em);
  color: #850000;
  border-radius: .2em;
  cursor: pointer;
  /* <option> colors */
  option {
    color: inherit;
    background-color: #320a28;
  }
  /* Remove focus outline */
  &:focus {
    outline: none;
  }
  /* Remove IE arrow */
  &::-ms-expand {
    display: none;
  }
}







.icon-download {
  position: absolute;
  /* bottom: 40px; Ursprungsabstand */
  bottom: 40px;
  left: 110px;
  cursor: pointer;
	filter: drop-shadow(0px 2px 8px #888);
}

.icon-download img {
  width: 80px;
  height: 80px;
}

.icon-download img:last-child {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

@media (hover: hover) and (pointer: fine) {
.icon-download:hover > img:last-child {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.icon-download:hover > img:first-child {
  /* display: none;
  visibility: hidden;
  opacity: 0; */
  position: relative;
  top: 0;
  left: 0;
  /* transition: visibility 0s, opacity 2s linear; */
}
}




















.icon-reset {
  position: absolute;
  /* bottom: 40px; Ursprungsabstand */
  bottom: 40px;
  left: 180px;
  cursor: pointer;
	filter: drop-shadow(0px 2px 8px #888);
}

.icon-reset img {
  width: 80px;
  height: 80px;
}

.icon-reset img:last-child {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: visibility 0s, opacity 0.5s linear; 
}
@media (hover: hover) and (pointer: fine) {
.icon-reset:hover img:last-child {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.icon-reset:hover img:first-child {
  /* display: none;
  visibility: hidden;
  opacity: 0; */
  position: relative;
  top: 0;
  left: 0;
  /* transition: visibility 0s, opacity 2s linear; */
}
}








.icon-fullscreen {
  position: absolute;
  /* bottom: 40px; Ursprungsabstand */
  bottom: 40px;
  left: 250px;
  cursor: pointer;
	filter: drop-shadow(0px 2px 8px #888);
}

.icon-fullscreen img {
  width: 80px;
  height: 80px;
}

.icon-fullscreen img:last-child {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: visibility 0s, opacity 0.5s linear; 
}
@media (hover: hover) and (pointer: fine) {
.icon-fullscreen:hover img:last-child {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.icon-fullscreen:hover img:first-child {
  /* display: none;
  visibility: hidden;
  opacity: 0; */
  position: relative;
  top: 0;
  left: 0;
  /* transition: visibility 0s, opacity 2s linear; */
}
}








.icon-ar {
  position: absolute;
  /* bottom: 40px; Ursprungsabstand */
  bottom: 40px;
  left: 320px;
  cursor: pointer;
	filter: drop-shadow(0px 2px 8px #888);
}

.icon-ar img {
  width: 80px;
  height: 80px;
}

.icon-ar img:last-child {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: visibility 0s, opacity 0.5s linear; 
}
@media (hover: hover) and (pointer: fine) {
.icon-ar:hover img:last-child {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.icon-ar:hover img:first-child {
  /* display: none;
  visibility: hidden;
  opacity: 0; */
  position: relative;
  top: 0;
  left: 0;
  /* transition: visibility 0s, opacity 2s linear; */
}
}










.icon-hilfe {
  position: absolute;
  /* bottom: 40px; Ursprungsabstand */
  bottom: 40px;
  right: 55px;
  cursor: pointer;
	filter: drop-shadow(0px 2px 8px #888);
}

.icon-hilfe img {
  width: 80px;
  height: 80px;
}

.icon-hilfe img:last-child {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

@media (hover: hover) and (pointer: fine) {
.icon-hilfe:hover > img:last-child {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.icon-hilfe:hover > img:first-child {
  /* display: none;
  visibility: hidden;
  opacity: 0; */
  position: relative;
  top: 0;
  left: 0;
  /* transition: visibility 0s, opacity 2s linear; */
}
}








#ar-button {
  /* background: url(images/Icon_AR.png);
  background-size: cover;
  border: none;
  position: absolute;
  bottom: 44px;
  left: 320px;
  width: 80px;
  height: 80px;
  z-index: 5;
  cursor: pointer; */
  visibility: hidden;
}








/* Mobile Controls */
@media only screen and (max-width: 600px) {
  .icon-modellauswahl {
    /* bottom: 20px; Ursprungsabstand */
    bottom: 20px;
    left: 20px;
    cursor: pointer;
  }
  
  .icon-modellauswahl img {
    width: 64px;
    height: 64px;
  }

  #modellauswahl {
    /* bottom: 100px; Ursprungsabstand */
    bottom: 100px;
    left: 30px;
  }

  #modellauswahl-caret {
    width: 38px;
    left: 22px;
  }

  .icon-download {
    /* bottom: 20px; Ursprungsabstand */
    bottom: 20px;
    left: 70px;
    cursor: pointer;
  }
  
  .icon-download img {
    width: 64px;
    height: 64px;
  }

  .icon-reset {
    /* bottom: 20px; Ursprungsabstand */
    bottom: 20px;
    left: 120px;
    cursor: pointer;
  }
  
  .icon-reset img {
    width: 64px;
    height: 64px;
  }

  .icon-fullscreen {
    /* bottom: 20px; Ursprungsabstand */
    bottom: 20px;
    left: 170px;
    cursor: pointer;
  }
  
  .icon-fullscreen img {
    width: 64px;
    height: 64px;
  }

  .icon-ar {
    /* bottom: 20px; Ursprungsabstand */
    bottom: 20px;
    left: 220px;
    cursor: pointer;
  }
  
  .icon-ar img {
    width: 64px;
    height: 64px;
  }

  .icon-hilfe {
    /* bottom: 20px; Ursprungsabstand */
    bottom: 20px;
    right: 20px;
    cursor: pointer;
  }
  
  .icon-hilfe img {
    width: 64px;
    height: 64px;
  }

  /* #ar-button {
    bottom: 24px;
    left: 260px;
    width: 70px;
    height: 70px;
  } */
}







@media (hover: none) and (max-width: 600px) {
  .icon-modellauswahl {
    bottom: 80px;
  }

  #modellauswahl {
    bottom: 160px;
  }

  .icon-download {
    bottom: 80px;
  }
  
  .icon-reset {
    bottom: 80px;
  }
  
  .icon-fullscreen {
    bottom: 80px;
  }
  
  .icon-ar {
    bottom: 80px;
  }

  .icon-hilfe {
    bottom: 80px;
  }
}

@media (hover: none) and (min-width: 601px) and (max-width: 1600px) {
  .icon-modellauswahl {
    bottom: 120px;
  }

  #modellauswahl {
    bottom: 210px;
  }

  .icon-download {
    bottom: 120px;
  }
  
  .icon-reset {
    bottom: 120px;
  }
  
  .icon-fullscreen {
    bottom: 120px;
  }
  
  .icon-ar {
    bottom: 120px;
  }

  .icon-hilfe {
    bottom: 120px;
  }
}










/* Hotspot List */

/* Spar Parts Idee */

/* .spare-parts {
  margin: 1em 0;
}

.spare-parts a {
  color: white;
  background-color: #e11c21;
  padding: .5em 1em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2em;
} */

ul.hotspot-ul {
  margin-top: 0;
  list-style: none;
  padding-left: 2em;
}

li.hotspot-li {
  padding: 0.2em 0;
  position: relative;
}

/* li.hotspot-li::marker {
  content: "➤ ";
} */

.hotspot-li::before {
  content: "";
  position: absolute;
  left: -2em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 12px;
  height: 12px;
  background-color: #ffd000;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.HotspotAnnotation h3 {
  margin-top: .5em;;
  font-size: 1.5em;
}





h3 {
  font-size: 2em;
  font-family: "LiebherrText-Bold_Web", sans-serif;
  text-transform: uppercase;
}

h4 {
  font-size: 1.4em;
  font-family: "LiebherrText-Regular_Web", sans-serif;
}

p {
  font-size: 1em;
}



@media only screen and (max-width: 600px) {
  .HotspotAnnotation h3 {
    font-size: 1em;
  }

  p {
    font-size: .8em;
  }

  ul.hotspot-ul {
    font-size: .8em;
  }

  .hotspot-li::before {
    width: 10px;
    height: 12px;
  }
}



#model-viewer {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  background-size: cover;
  background-position: center;
}

.progress-bar {
  display: block;
  width: 55%;
  height: 4px;
  margin-top: 140px;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 0px;
  /* box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6); */
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 1200px) {
  .progress-bar {
    margin-top: 80px
  }
}

@media only screen and (max-width: 600px) {
  .progress-bar {
    margin-top: 40px
  }
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 0px;
  float: left;
  transition: width 0.3s;
}

/* Hauptcontainer des Model-Viewers */
#container {
  display: flex;
}

/* Videocontainer des Model-Viewers */
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

/* Fix des mobilen Viewports. Achse schwebt sonst in der Luft. */
/* Korrektur: Ursprung war 92 vh, jedoch schwarzer Balken deshalb zurueck auf 100vh */
/* Korrektur: Aenderung auf Dynamic Viewport Units (dvh) */
@media only screen and (max-width: 600px) {
  video {
    height: 100dvh;
    /* Dynamic Viewport Units (dvh), https://dev.to/frehner/css-vh-dvh-lvh-svh-and-vw-units-27k4*/
  }
}

/* Fix finden für Button Swapping auf Handy!!! Nachfolgender Code geht noch nicht richtig! */
@media only screen and (max-width: 600px) and (display-mode: fullscreen) {
  #model-viewer {
    height: 100vh !important;
  }
}

@media only screen and (max-width: 600px) {
  #model-viewer {
    height: calc(var(--vh, 1vh) * 100);
  }
}

#controls {
  max-width: unset;
  transform: unset;
  position: absolute;
  bottom: 52px;
  right: 50px;
}

#hotspotauswahl-position {
  position: absolute;
  bottom: 4em;
  left: 4em;
  max-width: unset;
  transform: unset;
}

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

  #hotspotauswahl-position {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  --min-hotspot-opacity: 0;
}

.dim {
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, .5);
  background-color: transparent;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: white;
  display: block;
  max-width: 128px;
  font-size: 14px;
  overflow-wrap: break-word;
  padding: 0.5em 1em;
  width: max-content;
  height: max-content;
  --min-hotspot-opacity: 0;
}

#src {
  font-family: "LiebherrText-Regular_Web", sans-serif;
}

.show {
  --min-hotspot-opacity: 1;
}

.hide {
  display: none !important;
}

/* This keeps child nodes hidden while the element loads */
:not(:defined)>* {
  display: none;
}



.Hotspot-Reset {
  /* background: url(images/Icon_Reset.png) no-repeat 0 0%;
  margin: -5% auto 0 auto;

  background-size: cover;
  border-radius: 0px;
  border: 0;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .4));

  box-sizing: border-box;
  cursor: pointer;
  height: 80px;
  padding: 0px;
  position: relative;
  transition: opacity 0.3s;
  width: 80px;
  transition: .3s; */
  display: none !important;
  visibility: hidden !important;
}

/* .Hotspot-Reset:hover {
  background: url(images/Icon_Reset_Hover.png) no-repeat 0 0%;

  background-size: cover;
  border-radius: 0px;
  border: 0;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, .4));

  box-sizing: border-box;
  cursor: pointer;
  height: 80px;
  padding: 0px;
  position: relative;
  transition: opacity 0.3s;
  width: 80px;
  transition: .3s;
} */

.Hotspot {
  background: url(images/spritesheet_tinified.png) no-repeat 0 0%;
  animation: sprite 3s steps(74) infinite;
  margin: -5% auto 0 auto;
  /* positioning tweak */
  background-size: cover;
  border-radius: 0px;
  border: 0;
  /* filter: drop-shadow(-10px 0px 8px rgba(0, 0, 0, .1)); */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); */
  box-sizing: border-box;
  cursor: pointer;
  height: 80px;
  padding: 0px;
  position: relative;
  transition: opacity 0.3s;
  width: 80px;
  transition: .3s;
}

@keyframes sprite {
  from {
    background-position: 0 0%;
  }

  to {
    background-position: 0 100%;
  }
}

.Hotspot:not([data-visible]) {
  opacity: 40%;
}

/*
.Hotspot:focus {}
*/

.Hotspot:hover {
  transform: scale(1.1);
  transition: .3s;
}

.Hotspot>* {
  opacity: 1;
  transform: translateY(-50%);
}

/* ALT HotspotAnnotation */
/* .HotspotAnnotation {
  background: rgba(0, 0, 0, .6);
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, .5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: white;
  display: block;
  left: calc(100% + 1em);
  max-width: 250px;
  overflow-wrap: break-word;
  padding: 1em 1.5em;
  position: absolute;
  top: 50%;
  width: max-content;
  text-align: left;
  z-index: 10;
} */

/* NEU HotspotAnnotation */
.HotspotAnnotation {
  background: white;
  /* border-radius: 2px; */
  /* border: 2px solid #d3d8dd; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); */
  color: black;
  display: block;
  left: calc(100% + 1em);
  max-width: 250px;
  overflow-wrap: break-word;
  padding: 1em 1.5em;
  position: absolute;
  top: 50%;
  width: max-content;
  text-align: left;
  z-index: 10;
  filter: drop-shadow(0px 10px 16px rgba(0, 0, 0, .2));
}

.HotspotAnnotation p {
  margin-bottom: 1em;
}

@media only screen and (max-width: 1000px) {
  .HotspotAnnotation {
    /* transform: scale(0.6); */
    /* transform: scale(0.8);
    transform-origin: left top;
    left: -165%;
    top: 100%; */
    transform: translate(-50%, -50%);
    width: 80vw;
    height: auto;
    position: absolute;
    max-width: 80vw;
    top: unset;
    left: 50%;
  }

  .Hotspot {
    height: 40px;
    width: 40px;
  }

  .Hotspot:hover {
    transform: scale(1);
  }
}

.Hotspot:not([data-visible])>* {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% + 4px));
  transition: transform 0.3s, opacity 0.3s;
}

#hotspot-logo {
  margin-bottom: 2em;
  max-width: 80%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}




.hotspot-video {
  max-width: 250px;
  height: auto;
  position: relative;
}

.img-hotspot {
  padding-top: 1em;
}

.hover_img {
  display: none;
  transition: .5s;
}

.homelogo:hover .hover_img {
  display: inline;
  transition: .5s;
}

.HotspotLuftfederaggregat {
  display: none;
}





 .HotspotAnnotation h3 {
  text-align: left;
 }


 .Hotspot-Explosion {
  visibility: hidden;
}




 








/* Code für Dialog Popups (Downloads & Hilfe) */


#details-logo {
  margin-bottom: 2em;
  max-width: 60%;
}

dialog[open] {
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, .5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: black;
  background: white;
  padding: 2em;
  display: block;
  max-width: 40vw;
  word-wrap: break-word;
  hyphens: auto;
  z-index: 100;
}

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

  dialog[open] {
    max-width: 60vw;
  }

}



dialog[open] div {
  width: 100%;
}

dialog[open] p {
  margin-top: 1em;
}

dialog[open] button {
  margin-top: 2em;
}

dialog[open]::backdrop {
  background: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}



#dialog-downloads {
  text-align: left;
}

#dialog-downloads a {
  font-size: 1em;
}

#dialog-downloads a:focus {
  outline: 0;
}

#file-download-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  flex-direction: column;
}

.file-download {
  color: #ffd000;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: .5em 1em .5em 0;
}

.file-download:hover {
  color: lightgray;
  transition: .5s;
}

.file-download-text {
  margin-left: .7em;
  color: black;
}

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

  #dialog-downloads a {
    font-size: 0.8em;
  }

  #dialog-downloads h3 {
    font-size: 1.5em;
  }

}

#close-popup {
  text-align: center;
}

.fa-xmark {
  transition: .5s;
  font-size: 3em;
  margin-top: 1em;
  color: #ffd000;
 }

.fa-xmark:hover {
  transition: .5s;
  animation: spin-animation .5s;
  cursor: pointer;
  color: lightgray;
}

@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(89deg);
  }
}



















@media only screen and (max-width: 1200px) {
  #beschreibung-hilfe {
    font-size: 1em;
  }
}






.slider {
  width: 100%;
  max-width: 750px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
color: black;
}
.slides {
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none; 
  position: relative;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.slides::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.slide:nth-of-type(even) {
  background-color: transparent;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: 300px;
  margin-right: 0px;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
  transform: scale(1);
  scroll-snap-align: center;
}

.slide__text {
  font-size: 40px;
  font-weight: bold;
  font-family: sans-serif;
  padding: 0 2.5em;
}



.slide__text img {
width: 140px;
margin-bottom: 0px;
}

.slide__text h3 {
font-size: .7em;
margin: 0 0 10px 0;
text-transform: uppercase;
}

.slide__text h4 {
font-size: .5em;
}


.slide__text p {
font-size: .3em;
}

.slide a {
  background: none;
  border: none;
}

.slide a:focus {
  outline: 0;
}

a.slide__prev,
.slider::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 5%;
}

a.slide__next,
.slider::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 5%;
}

.slider::before,
.slider::after,
.slide__prev,
.slide__next {
  position: absolute;
  top: 48%;
  width: 35px;
  height: 35px;
  border: solid #ffd000;
  border-width: 0 4px 4px 0;
  padding: 3px;
  box-sizing: border-box;
}

.slider::before,
.slider::after {
content: '';
z-index: 1;
background: none;
pointer-events: none;
}

@media only screen and (max-width: 1300px) {
  .slider::before,
.slider::after,
.slide__prev,
.slide__next {
  width: 18px;
  height: 18px;
}

.slide {
  height: unset;
}

.slide__text {
  padding: 0 .5em;
}

.slide__text img {
  width: 100px;
  }
  
  .slide__text h3 {
  font-size: .4em;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  }
  
  .slide__text h4 {
  font-size: .3em;
  }
  
  
  .slide__text p {
  font-size: .2em;
  }

}