/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */


.sparNemtColor {
	color:#F58634;
}

/*--- Vælg Pakke styling ---*/

.elementor-143 .elementor-element.elementor-element-4afb32f .elementor-field-type-select {
	position: relative;
	top: -20px;
	left: 115px;
	z-index: 9;
}

.priceBox1 {
	background-color: #F58634;
	color:#1D212F;
	min-height: 115px;
	border-radius:0 0 0 10px;
	padding: 12%;
	border-right: 1px solid #1D212F;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pris {
	display:block;
	width:100%;
	font-family: "Catamaran", Sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	text-align:center;
}

.prisWhite {
	color:#FFFFFF;
}

.binding {
	display:block;
	width:100%;
	font-family: "Catamaran", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	text-align:center;
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 115px !important;
}

#kwhName {
	display:none;
}

/*LAPTOP*/

@media screen and (min-device-width: 1081px) and (max-device-width: 1680px) and (-webkit-min-device-pixel-ratio: 1) { 
	
	.priceBox1 {
  		padding: 5%;
	}
	
	.pris {
		font-size: 20px;
	}
	
	.binding {
		font-size: 10px;
	}
	
}

/*TABLET*/

@media screen and (min-device-width: 767px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 1) { 
	
	.priceBox1 {
  		padding: 10%;
	}
	
	.pris {
		font-size: 18px;
	}
	
	.binding {
		font-size: 10px;
	}
	
	.elementor-143 .elementor-element.elementor-element-4afb32f .elementor-field-type-select {
  		left: 100px;
	}
	
}

/*MOBILE*/

@media screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 1) { 
	
	.priceBox1 {
  		padding: 10%;
	}
	
	.pris {
		font-size: 18px;
	}
	
	.binding {
		font-size: 9px;
	}
	
	.elementor-143 .elementor-element.elementor-element-4afb32f .elementor-field-type-select {
  		left: 100px;
	}
	
}

/*--- 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: #fcfcfc;
    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: #333;
    border: 0.0625em solid #ddd;
    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: #f0f0f0;
}
