body {
  padding-bottom: 100px;
  font-size: 0.8rem;
}

.content-container {
  display: flex;
  flex-direction: column-reverse;
  margin: 0.5em;
}

.container-right {
  flex: 1;
}

.smaller_text {
  font-size: 0.9em;
}

.smallest_text {
  font-size: 0.8em;
}

.container-left-content {
  padding: 10px;
  border-top: 2px #ccc solid;
}

.labeltitle {
  margin-top: 1em;
  font-size: 0.8em;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.labelcontent {
  font-size: 1.2em;
  color: #000;
  display: block;
  font-weight: bold;
}

.labelcontentstrike {
  font-size: 1em;
  text-decoration: line-through;
  color: #444;
  display: block;
  font-weight: normal;
}

#footmenu {
  background-color: rgb(239, 68, 68);
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
}

.breadcrumb li.done {
  display: none;
}

.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 65px;
  background: red;
  /* fallback color */
  background: #e05f51;
  position: relative;
  display: block;
  cursor: initial;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
  /* Makes the SVG arrow white */
}

.bg-danger {
  background-color: #c23627 !important;
}


#bg {
  position: fixed;
  z-index: -100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 54.64% 58.93%, #c2c2c2, transparent 79%), radial-gradient(circle at 93.03% 87.22%, #b3b3b3, transparent 100%), radial-gradient(circle at 22.06% 95.86%, #ffffff, transparent 67%), radial-gradient(circle at 21.53% 7.71%, #696969, transparent 75%), radial-gradient(circle at 50% 50%, #8c2907, #542e2eb5);
  background-size: 100%;
  background-repeat: no-repeat;
}

#header {
  background-color: white;
  box-shadow: #32325d40 0 13px 27px -5px, #0000004d 0 8px 16px -8px;
}



.altiheader .headerbg {
  background-color: #c23727b3;
  height: 100%;
  width: calc(45% + 100px);
  clip-path: polygon(0 0, calc(100% + 0px) 0, calc(100% - 70px) 100%, 0% 100%);
  position: absolute;
  z-index: 20;
  border-top-left-radius: 8px;
  background-blend-mode: multiply;
}

.altiheader {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  text-align: right;
}

.altiheader .headerbg .textbg {
  background-color: #c23627;
  padding: 0;
  margin-right: 50px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 70px) 100%, 0% 100%);
  color: #fff;
  vertical-align: middle;
  width: calc(100% - 13px);
  height: 100%;
  border-top-left-radius: 8px;
  display: flex;
}

.altiheader .headerbg .headText {
  width: 100%;
  height: 100%;
}

.altiheader .imgContainer {
  height: 100%;
  max-height: 100px;
  overflow: hidden;
  text-align: right;
}

.altiheader .imgContainer img {
  background-color: #c7c7c7;
  position: relative;
  width: calc(50% + 70px);
  z-index: 10;
  border-top-right-radius: 8px;
}

.maincontainer {
  margin: 40px auto;
  min-height: 300px;
  width: 99%;
  padding: 0;
  background-color: #fff;
  border-radius: 8px 8px 4px 4px;
  box-shadow: #00000073 0 25px 20px -20px;
}

.altiheader .headerbg .headText>span {
  margin-left: 20px;
  position: absolute;
  align-content: center;
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.altiheader .headerbg h1 {
  font-size: clamp(1.5rem, 4vw, 4rem);
  padding: 15px 50px 15px 15px;
  text-transform: uppercase;
  margin: auto;
  text-align: center;
}

.altiheader .headerbg h1 div {
  text-align: center;
  align-items: center;
  align-content: center;
  align-self: center;
}

.nav-link,
.nav-tabs {
  border: 0 !important;
}

.nav-link-tilbud {
  border-radius: 50px;
  border: 2px solid #c23627;
  background: #fff;
  color: #c23627;
  margin: 0 0.25rem;
  position: relative;
  min-width: 120px;
}

.nav-link-tilbud.active,
.nav-link-tilbud:active,
.nav-link-tilbud:focus {
  background: #c23627;
  color: #fff;
  border-color: #c23627;
  outline: none;
}

.nav-link-tilbud::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  border-radius: 50%;
  border: 2px solid #c23627;
  background: #fff;
}

.nav-link-tilbud.active::before {
  background: #c23627;
  border-color: #c23627;
}

#signerarrow {
  display: none;
  position: absolute;
  top: -10px;
  font-size: 2.5em;
  font-weight: bold;
  color: #c23627;
  left: -80px;
  animation: signeranim 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@keyframes signeranim {
  0% {
    left: -80px;
  }

  50% {
    left: -40px;
  }

  100% {
    left: -80px;
  }
}

.form-check-input:checked {
  background-color: #c23627;
  border-color: #c23627;
}

input.is-invalid {
  border-color: #c23627;
  box-shadow: 0 0 0 0.2rem rgba(194, 54, 39, 0.25);
  position: relative;
}

input[type="radio"] {
  accent-color: #c23627;
  /* or any red hex code you prefer */
}

.breadcrumb {
  overflow: hidden;
  list-style: none;
  font: 18px Sans-Serif;
  display: flex;
  /* Use flexbox for better alignment */
  justify-content: space-between;
  /* Spread items across the width */
  padding: 0;
  /* Remove default padding */
  margin: 0;
  /* Remove default margin */
}

.breadcrumb li {
  flex: 1;

}

.breadcrumb li a::after {
  content: " ";
  overflow: hidden;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #e05f51;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.breadcrumb li a::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumb li:first-child a {
  padding-left: 20px;
  border-radius: 8px 0 0 0;
}

.breadcrumb li:last-child a {
  border-radius: 0 8px 0 0;
}


.breadcrumb li.active a {
  background: #eeeeee;
  color: black;
  font-weight: bold;
}

.breadcrumb li.active a:after {
  border-left-color: #eeeeee;
}

.breadcrumb li.done a {
  background: #c23627;
}

.breadcrumb li.done a:after {
  border-left-color: #c23627;
}

.breadcrumb li.done a span {
  position: relative;
}




.typebtn {
  background-color: #eeeeee;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 1.2em;
}

.typebtn.active {
  background-color: #c23627;
  color: white;
}

.typebtn.active:hover {
  background-color: #c23627;
  color: white;
}

.typebtn:hover {
  background-color: #dddddd;
  color: black;
}


.productContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -9px;
  padding: 0;
}

.productContainer .productBox {
  width: 30%;
  min-width: 200px;
  margin: 9px;
  border: none;
  background-color: #fff;
  flex-direction: column;
  color: #eee;
  display: flex;
  font-size: 13px;
  transition: background-color .2s;
  cursor: pointer;
  box-shadow: 0 2px 7px -3px #12152a73, 0 22px 20px -15px #00000073;
}

.productContainer .productBox .topContainer {
  background-color: #555;
  border: 5px solid #555;
  margin: -1px;
  flex: 1;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 25px), 50% 100%, 0 calc(100% - 25px));
}

.productContainer .productBox .bottomContainer {
  background-color: #fff;
  flex: 1;
  align-items: center;
  color: #000;
  text-align: center;
  padding: 20px 10px;
}

.productContainer .productBox .altiboxLogo {
  height: 28px;
  text-align: center;
}

.productContainer .productBox .bottomContainer .oldPrice {
  text-decoration: line-through;
  color: #646464;
  font-size: large;
  padding-bottom: 10px;
}

.productContainer .productBox.selected {
  border: 4px solid #ee4238;
}

.productContainer .productBox .bottomContainer .mainPrice {
  color: #ee4238;
  font-size: 31px;
  font-weight: 900;
}

.productDescriptionContainer {
  margin-top: 20px;
  border-top: 4px solid #ee4238;
  padding: 10px 0;
  font-size: 0.8em;
}

@media screen and (min-width: 700px) {

  .maincontainer {
    width: 90%;
  }

  body {
    padding-bottom: 100px;
    font-size: 1rem;
  }

  .altiheader .imgContainer {
    max-height: 200px;
  }
}

@media screen and (min-width: 1000px) {

  .altiheader .imgContainer {
    max-height: 300px;
  }


  .breadcrumb li.done {
    display: inline-block;
  }

  .breadcrumb li a {
    padding: 20px 0 20px 65px;
  }

  .content-container {
    margin: 1em;
    flex-direction: row;
  }

  .container-right {
    flex: 1;
    padding: 10px 30px;
  }

  .container-left {
    width: 250px;
  }

  .container-left-content {
    padding: 10px;
    border-right: 1px #ccc solid;
    border-top: 0;
  }
}

@media screen and (min-height: 1000px) {
  #footmenu {
    padding: 1rem !important;
  }
}

@media screen and (min-height: 1000px) and (min-width: 1000px) {
  .btn-xl {
    padding: 0.8rem 1.25rem;
    font-size: 1.5rem;
    border-radius: 0.75rem;
  }

  .breadcrumb li a {
    padding: 25px 0 25px 65px;
  }
}


#loading {
  display: none;
  position: absolute;
  z-index: 99999;
  left: 50%;
  top: 50%;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #ff0000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ff0000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}