.elementor-kit-5{--e-global-color-primary:#3C2012;--e-global-color-secondary:#E8E0D0;--e-global-color-text:#070404;--e-global-color-accent:#8B452D;--e-global-color-a24a840:#1C442C;--e-global-color-f46a7e2:#DCE2D8;--e-global-color-3b963cd:#EED5D7;--e-global-color-c02da21:#AD742C;--e-global-typography-primary-font-family:"Sainte Colombe";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Neue Haas Unica Pro";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"Neue Haas Unica Pro";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Sainte Colombe";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:normal;--e-global-typography-accent-letter-spacing:0.7px;color:var( --e-global-color-text );font-family:"Neue Haas Unica Pro", Sans-serif;}.elementor-kit-5 p{margin-bottom:10px;}.elementor-kit-5 a{color:var( --e-global-color-accent );font-family:"Sainte Colombe", Sans-serif;}.elementor-kit-5 h1{color:#3C2012;font-family:"Sainte Colombe", Sans-serif;font-size:8.5rem;font-weight:400;line-height:1.2em;letter-spacing:0.4px;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-family:"Sainte Colombe", Sans-serif;font-size:3.3rem;font-weight:normal;line-height:1.2em;letter-spacing:0.4px;}.elementor-kit-5 h3{color:var( --e-global-color-primary );font-family:"Sainte Colombe", Sans-serif;font-size:2.8rem;font-weight:400;line-height:1.2em;}.elementor-kit-5 h4{color:var( --e-global-color-primary );font-family:"Sainte Colombe", Sans-serif;font-size:2rem;font-weight:400;line-height:1.2em;}.elementor-kit-5 h5{color:var( --e-global-color-primary );font-family:"Sainte Colombe", Sans-serif;font-size:1.2rem;font-weight:400;line-height:1.2em;letter-spacing:0.4px;}.elementor-kit-5 h6{font-weight:400;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{color:var( --e-global-color-accent );background-color:#02010100;padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-5 h1{font-size:6rem;}.elementor-kit-5 h2{font-size:2.4rem;line-height:1.4em;letter-spacing:0.3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:3.9rem;}.elementor-kit-5 h2{font-size:2.4rem;}.elementor-kit-5 h3{font-size:1.8rem;}.elementor-kit-5 h4{font-size:2rem;}.elementor-kit-5 h5{font-size:1.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Button styling */
.abutton {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    background: transparent;
    margin: 0;
}

.abutton .mcircle {
    font-size: 45px;
    margin: 5px -0.5em 0 0;
  stroke-dasharray: 131;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.5s linear;
    padding: 1px;
}

.abutton:hover .mcircle {
  /* calculate using: (2 * PI * R) */
stroke-dashoffset: 131;
}

.abutton .elementor-button-text {
     display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.abutton .mcircle-light {
    font-size: 45px;
    margin: 5px -0.5em 0 0;
  stroke-dasharray: 131;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.5s linear;
    padding: 1px;
}

.abutton:hover .mcircle-light {
  /* calculate using: (2 * PI * R) */
stroke-dashoffset: 131;
}
/* Form Button styling */
.e-form__buttons {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    background: transparent;
    margin: 0;
}

.e-form__buttons .elementor-button-text {
     display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.e-form__buttons .mcircle {
    font-size: 45px;
    margin: 5px -0.5em 0 0;
  stroke-dasharray: 131;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.5s linear;
}

.e-form__buttons:hover .mcircle {
  /* calculate using: (2 * PI * R) */
stroke-dashoffset: 131;

}

.elementor-button[type="submit"] svg * {
    fill: none !important;
}
.elementor-element-b73902d .elementor-field-group {
    font-size: 14px;
    line-height: 16px;
}

/**Image reveal **/
.reveal {
  position: relative;
  overflow: hidden;
}
/**Quotes**/
.elementor-testimonial-meta {
    text-align: right;
    padding-right: 0%;
    padding-top: 4%;
}
.elementor-testimonial-job {
        text-align: right;
}
.elementor-testimonial-name {
        text-align: right;
}
/**The Wine Tabs **/
.elementor-widget-n-tabs .e-n-tabs-heading {
    padding-top: 30px;
}
/**Forms**/
.elementor-field-type-acceptance {
    line-height: 1.4em !important;
}
/**Preloader - remove fade**/
.tp-loaded #tp-loader-wrapper {
   transition: all 1.5s,background 1.5s,opacity 10s ease-out
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sainte Colombe';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://khen.aspiredev.dk/wp-content/uploads/2023/03/SainteColombe-Regular.eot');
	src: url('https://khen.aspiredev.dk/wp-content/uploads/2023/03/SainteColombe-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://khen.aspiredev.dk/wp-content/uploads/2023/03/SainteColombe-Regular.woff2') format('woff2'),
		url('https://khen.aspiredev.dk/wp-content/uploads/2023/03/SainteColombe-Regular.woff') format('woff'),
		url('https://khen.aspiredev.dk/wp-content/uploads/2023/03/SainteColombe-Regular.ttf') format('truetype'),
		url('https://khen.aspiredev.dk/wp-content/uploads/2023/03/SainteColombe-Regular.svg#SainteColombe') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neue Haas Unica Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://khen.aspiredev.dk/wp-content/uploads/2023/03/NeueHaasUnica-Light.eot');
	src: url('https://khen.aspiredev.dk/wp-content/uploads/2023/03/NeueHaasUnica-Light.eot?#iefix') format('embedded-opentype'),
		url('https://khen.aspiredev.dk/wp-content/uploads/2023/03/NeueHaasUnica-Light.woff2') format('woff2'),
		url('https://khen.aspiredev.dk/wp-content/uploads/2023/03/NeueHaasUnica-Light.woff') format('woff'),
		url('https://khen.aspiredev.dk/wp-content/uploads/2023/03/NeueHaasUnica-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */