.elementor-26322 .elementor-element.elementor-element-5f70e92{--display:flex;}.elementor-26322 .elementor-element.elementor-element-33afd60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-26322 .elementor-element.elementor-element-7cedcf2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7b8b99a */#Demo-Ladning_Id{
    
.container {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
}
.container h1 {
  text-align: center;
  font-weight: 900;
}
.container p {
  color: #0b0b0b;
  font-size: 1.4rem;
  font-weight: 600;
}
li {
  line-height: 50px;
  font-size: 1.1rem;
}

h2 {
  color: red;
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
  font-size: 25px;
  margin: 0;
  padding-top: 22px;
  font-weight: 800;
}
a {
  text-decoration: none;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  /* margin: 50px 0; */
}
.content {
  width: 25%;
  margin: 15px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  border-radius: 20px;
  cursor: 10px;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: 0.4s;
  background: #fff;
}
.content .cash {
  border: 2px solid dashed;
}
.content p {
  color: #0b0b0b;
}
.content .cash p {
  font-size: 1.5rem;
  color: #0b0b0b;
}
.diff {
  background-image: linear-gradient(#dbe7f8, #fafafa);
  border: 2px red dashed;
}
.diff h3 {
  color: red;
}
.content:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translate(0px, -8px);
}
img {
  width: 300px;
  height: 300px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
p {
  text-align: center;
  color: #b2bec3;
}
h6 {
  font-size: 46px;
  text-align: center;
  color: #222f3e;
  margin: 0;
  font-weight: bolder;
}
.gallery ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.fa {
  font-size: 26px;
  transition: 0.4s;
}
.checked {
  color: #ff9f43;
}
.fa:hover {
  transform: scale(1.3);
  transition: 0.6s;
}
button {
  text-align: center;
  font-size: 24px;
  color: #fff;
  width: 100%;
  padding: 15px;
  border: 0;
  outline: none;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.buy-1 {
  background: #2183a2;
}
.buy-2 {
  background: #3b3e6e;
}
.buy-3 {
  background: #0b0b0b;
}
#order-form {
  width: 100%;
}

/* .footer {
  text-align: center;
} */

.footer img {

    width: 100%;
    height: auto;
  
}

}


@media (max-width: 1000px) {
 #Demo-Ladning_Id{ 
     .content {
    width: 45%;
  }
  .container h1 {
    text-align: center;
  }
  iframe{
    margin: 30px 0;
  }}
}

@media (max-width: 750px) {
 #Demo-Ladning_Id{ 
     .content {
    width: 100%;
  }
  .container h1 {
    text-align: center;
  }
  iframe{
    margin: 30px 0;
  }
}}

@media (max-width: 640px) {
 #Demo-Ladning_Id {
     .container {
    width: 95%;
  }
  li {
    line-height: 35px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }

  .container h1 {
    text-align: center;
  }
  .footer iframe{
    margin: 30px 0;
  }
}
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-dc9ac50 *//* Light blue page background */
/*html, body {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  height: 100%;*/
/*  background-color: #e0f7fa;*/
/*  font-family: Arial, sans-serif;*/
/*}*/

/* Remove centering from the form container */
.form-container {
  display: block;
  max-width: 88%;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  background-color: #ffffff;
  margin-top:20px;
}

/* Make form title left-aligned */
.form-title {
  text-align: left;
  color: #01579b;
  margin-bottom: 20px;
  font-size: 42px;
}

/* Input fields styling */
.form-input {
  width: 95%;
  padding: 12px 15px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 2px; /* Changed from 4px to 2px */
  font-size: 30px; /* Changed from 26px to 30px */
  margin-bottom: 30px;
  height: 30px;
  box-sizing: border-box;
}

/* Select dropdown styling */
.form-select {
  width: 100%;
  padding: 12px 15px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 2px; /* Changed from 4px to 2px */
  font-size: 30px; /* Changed from 26px to 30px */
  background-color: #fff;
  margin-bottom: 30px;
  height: 60px;
  box-sizing: border-box;
}

.form-select1 {
  width: 60%;
  padding: 12px 15px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 2px; /* Changed from 4px to 2px */
  font-size: 10px;
  background-color: #fff;
  margin-bottom: 30px;
  height: 60px;
  box-sizing: border-box;
}

/* Label styling */
.form-label,
.form-label1 {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #0277bd;
}

/* Submit button styling */
.submit-button {
  background-color: #0288d1;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 2px; /* Changed from 4px to 2px */
  cursor: pointer;
  font-size: 18px;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}
.submit-button:hover {
  background-color: #0277bd;
}

@keyframes spinner {
  to { transform: rotate(360deg); }
}

.loading-spinner {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  border-top-color: #ffffff;
  animation: spinner 0.6s linear infinite;
  margin-right: 8px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  font-size: 30px;
}

.radio-group label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.radio-group input[type="radio"] {
  width: 1.9em;
  height: 1.9em;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.radio-group1 {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  font-size: 20px;
  font-weight:bold;
}

.radio-group1 label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.radio-group1 input[type="radio"] {
  width: 1.9em;
  height: 2.3em;
  margin-right: 0.2rem;
  vertical-align: middle;
}/* End custom CSS */