
Notice: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>customizr</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Se venligst <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Fejlfinding i WordPress</a> for mere information. (denne meddelelse blev tilføjet i version 6.7.0). in /mnt/customers/customers-bh-5dqay4/12e82719-70f0-4631-8a2e-803a9d547d49/wp-content/wp-includes/functions.php on line 6131
div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
  max-width:100% !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 768px){
  .text-md-right {
      text-align: left !important;
  }
  
  aside#wpforms-widget-2 {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      padding: 13px;
      margin-top: 78px;
    	border-radius:15px;
	}
}

.row.fp-widget-area {
    margin-bottom: -8em;
}

label#lsearch-5b13a3cdb2004:before {
    content: "Søg her";
    margin-bottom:-20px
}

form.czr-form .czr-focus label span {
    display: none;
}


.section-slider .filter::before {
   background: rgba(255, 153, 0, 0.5);
}

img { 
  border-radius:15px;
}

button#wpforms-submit-43  {
    background: #ff9900;
    color: #fff;
    border-radius:  15px;
    transition:  0.4s;
 		 padding: 10px 50px;
  	border:1px solid #ff9900;
} 

button#wpforms-submit-43:hover {
    background:transparent;
    color:#ff9900;
    transition:0.4s;
} 

button#wpforms-submit-75 {
    background: #ff9900;
    color: #fff;
    border-radius:  15px;
    transition:  0.4s;
  	border:1px solid #ff9900;
}

button#wpforms-submit-75:hover {
    background:transparent;
    color:#ff9900;
    transition:0.4s;
} 

div#colophon {
    display: none;
}

a.kontakt_knap {
    background:  #ff9900;
    padding: 15px;
    border-radius:  15px;
    color: #fff;
    text-decoration: none !important;
    border: 1px solid #ff9900;
    transition:0.4s;
}

a.kontakt_knap:hover {
    background:transparent;
    color:#ff9900;
    transition:0.4s;
}