@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

/* html{


} */
body {
  font-family: "Inter", sans-serif;
}
.egreen {
  background-color: #0b3d91;
  color: #0b3d91;
}
.background {
  /* background-color: rgb(240, 244, 244); */
  border-radius: 5px;
  /* box-shadow: 20px 20px 20px rgba(122, 122, 122, 0.212); */
}
.form-check-input-checked {
  color: #0b3d91;
}
.green {
  color: #0b3d91;
}
.postcode {
  width: 100%;
}

/* .year-input {
			max-width: 95ch;
		}
.etg-input {
			max-width: 4ch;
		}
    .kwh-input {
			max-width: 11ch;
		}
    .inv-input {
			max-width: 15ch;
		} */

/* .btype-input {
  max-width: 30ch;
  min-width: 13ch;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* -webkit-appearance: none; */
  margin: 0;
}

.input-group-texts {
  margin: auto;
  padding: 6px;
  border: 1px solid #ced4da;
  background-color: #e9ecef;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close_otovo {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.close_otovo:hover,
.close_otovo:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
img {
  cursor: pointer;
  transition: 0.3s;
}
img:hover {
  opacity: 0.7;
}

/* Modal */
/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width: 500px;
  color: white;
  text-align: center;
  border-radius: 8px;
}

.modal-text-container {
  padding: 10px 20px;
}

/* Spinner */
.spinner {
  margin: auto;
  margin-top: 20px;
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #0b3d91;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
.egrey {
  background-color: #888;
}

/* Spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none;
}
.show {
  display: block;
}
.margin10 {
  margin-right: 10px;
}

.modal-content_order {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: none;
  width: 90%;
  max-width: 680px;
  height: auto;
  margin-top: 50px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.modal-header-brand {
  background: linear-gradient(120deg, #0b3d91, #008a60);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
}

.modal-brand-title {
  color: #fbf9f9;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
}

.modal-brand-title .ltext {
  font-size: 2rem;
}

.modal-close-btn {
  color: #fbf9f9;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
  user-select: none;
}

.modal-close-btn:hover {
  opacity: 1;
}

.modal-text-container {
  padding: 24px 28px 28px;
}

.modal-text-container h2,
.modal-text-container h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0b3d91;
  margin-top: 20px;
  margin-bottom: 8px;
}

.modal-text-container h2:first-child,
.modal-text-container h3:first-child {
  margin-top: 0;
}

.modal-icon {
  color: #008a60;
  margin-right: 6px;
}

.modal-text-container p {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 10px;
}

.modal-content_order h3:not(:first-of-type),
.modal-text-container h2:not(:first-of-type) {
  padding-top: 10px;
}

logo {
  font-weight: 800;
  /* color: whitesmoke; */
  text-decoration: none;
  font-size: 48px;
  margin-bottom: 20px;
  display: inline;
  color: #0b3d91;
}

ltext {
  font-size: 52px;
}

.marginbottom {
  margin-bottom: 10px;
}
.banner_front {
  margin: auto;
  max-width: 100%;
  cursor: pointer;
  background-color: azure, 0.3;
}
.margintop {
  margin-top: 10px;
}
/* #otovo_btn{
			display: none;
		} */
.modal {
  display: none; /* hide the modal by default */
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: auto;
  display: block;
  top: 20px;
  width: 80%;
  max-width: 700px;
  max-height: 80%;
  animation-name: zoom;
  animation-duration: 0.6s;
  color: black;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
img {
  cursor: pointer;
  transition: 0.3s;
}
img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  .col-6 {
    width: 100%;
    /* columns: 12; */
  }
}
@media screen and (max-width: 990px) {
  .investCol {
    display: none;
  }
  .kwhCol {
    display: none;
  }
}
@media screen and (max-width: 771px) {
  .banner_front {
    display: none;
  }
  #otovo_btn {
    display: block;
    font-weight: bold;
  }
  .tilskuddCol {
    display: none;
  }
}
@media screen and (max-width: 555px) {
  .npvCol {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .postcode {
    width: 50%;
  }

  .modal-content_Otovo {
    /* margin-right: 10px; */
    width: 100%;
    max-width: 100%;
    min-width: 200px;
    padding: 5px;
  }
}
