* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav {
  background-color: rgb(15, 15, 15);
}

h1 {
  color: white;
  font-size: 40px;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.navbar-toggler {
  border: 0 !important;
}

.produkt-bilder {
  width: auto;
}

.produkt-texter {
  border-left: 1px solid rgb(121, 121, 121);
}

.produkt-wrapper section p {
  font-size: 0.9rem;
}

.produkt-wrapper section {
  padding: 0 0 0 0.4rem;
  height: min-content;
}

.produkt-wrapper img {
  padding: 0 0.4rem 0 4rem;
}

.symboler-container section {
  width: 12%;
  margin: 1.5rem;
}

.symboler-container section img {
  width: 100%;
}

#splide2 {
  width: 75%;
  margin: auto;
}

.splide__slide {
  display: flex;
  justify-content: center;
  background: #ecf0f1;
}

.splide__slide__container {
  text-align: center;
}

.slide__content {
  margin: 1rem 0;
  font-size: 1.3rem;
}

.slide-img__wrapper {
  display: flex;
  align-items: center;
}

.slide-img {
  width: 18rem;
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
}

.btngrp {
  height: 25rem;
  width: 18rem;
}

.konfigurator {
  border-top: 1px solid rgb(121, 121, 121);
  border-bottom: 1px solid rgb(121, 121, 121);
  padding: 1rem 0 1rem 0;
}

@media only screen and (max-width: 500px) {
  .btngrp {
    min-width: 1rem;
  }

  .produkt-bilder {
    width: 40% !important;
  }
}

@media only screen and (max-width: 767px) {
  .btngrp {
    height: 23rem;
  }
}

@media only screen and (max-width: 991px) {
  .btngrp {
    min-width: 15rem;
  }

  .produkt-bilder {
    width: 30% !important;
  }

  .produkt-texter {
    width: 50% !important;
    border-bottom: 1px solid rgb(121, 121, 121);
    border-left: none;
  }

  .produkt-bilder {
    border-bottom: 1px solid rgb(121, 121, 121);
  }

  .produkt3 {
    border: none;
  }
}

@media only screen and (min-width: 1200px) {
  .cases {
    width: 75%;
  }
}

@media only screen and (max-width: 1399px) {
  .btngrp {
    height: 28rem;
  }
}
