/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

table td, table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0,0%,50.2%,.5019607843137255);
}

.EDcolor {
	color:#DF5A26 !important;
}


.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty)::before {
	content:url(https://nyenergidrift.lux-webudvikling.dk/wp-content/uploads/2023/05/Group-281.svg) !important;
	transform: scale(1.2);
}

.raven-testimonial__header cite {
  line-height: 1 !important;
}

.raven-testimonial__content {
  background: #DF5A26;
  border-radius: 10px 10px 0px 0px;
	min-height: 265px;
}

.raven-content-switch-label {
  width: 170px !important;
}

.raven-content-switch-input:checked + .raven-content-switch-input-control::before {
  transform: translateX(calc(-220px/2)) !important;
}

.raven-content-toggle-switcher {
  width:10%;
  margin: 0 auto;
}

.raven-content-switch-primary-label {
	position:relative;
	z-index:9;
	left:50px;  
	pointer-events: none;
}

.raven-content-switch-primary-label h4, .raven-content-switch-secondary-label h4 {
	line-height:1px;
}

.raven-content-switch-secondary-label {
	position:relative;
	z-index:9;
	right:50px;
	pointer-events: none;
}

#form-field-autocomplete_adresse::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
}

.tp-widget-wrapper {
  text-align: right !important;
}



/*--- Alt med DAWA --- */

.autocomplete-container {
    /* relative position for at de absolut positionerede forslag får korrekt placering.*/
    position: relative;
    width: 100%;
    max-width: 30em;
}

.autocomplete-container input {
    /* Både input og forslag får samme bredde som omkringliggende DIV */
    width: 100%;
    box-sizing: border-box;
}

.dawa-autocomplete-suggestions {
    margin: 2em 0 0 0;
    padding: 0;
    text-align: left;
    border-radius: 0.3125em;
    background: #202020;
    box-shadow: 0 0.0625em 0.15625em rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 0.4em 0.6em;
    color: #FFFFFF;
    border: 0.0625em solid #202020;
    border-bottom-width: 0;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-width: 0.0625em;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
    background: #DF5A26;
}
