.elementor-kit-15{--e-global-color-primary:#AA182C;--e-global-color-secondary:#161A1D;--e-global-color-text:#0B090A;--e-global-color-accent:#AA182C;--e-global-color-49a20a0:#F5F3F4;--e-global-color-cb2838f:#EAE8E8;--e-global-color-ebc908d:#CFC7C7;--e-global-color-3196de2:#FFFFFF;--e-global-color-eb84a50:#000000;--e-global-typography-primary-font-family:"proxima-nova";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"proxima-nova";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"proxima-nova";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"proxima-nova";--e-global-typography-accent-font-weight:700;background-color:var( --e-global-color-49a20a0 );font-family:"proxima-nova", Sans-serif;font-size:18px;line-height:1.6em;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{background-color:var( --e-global-color-primary );font-weight:700;color:var( --e-global-color-49a20a0 );border-radius:0px 0px 0px 0px;padding:15px 30px 15px 30px;}.elementor-kit-15 button:hover,.elementor-kit-15 button:focus,.elementor-kit-15 input[type="button"]:hover,.elementor-kit-15 input[type="button"]:focus,.elementor-kit-15 input[type="submit"]:hover,.elementor-kit-15 input[type="submit"]:focus,.elementor-kit-15 .elementor-button:hover,.elementor-kit-15 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-49a20a0 );}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 p{margin-bottom:30px;}.elementor-kit-15 a{color:var( --e-global-color-primary );}.elementor-kit-15 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-15 h1{font-family:"proxima-nova", Sans-serif;font-size:48px;font-weight:700;line-height:1.2em;}.elementor-kit-15 h2{font-family:"proxima-nova", Sans-serif;font-size:32px;font-weight:700;line-height:1.2em;}.elementor-kit-15 h3{font-family:"proxima-nova", Sans-serif;font-size:26px;font-weight:700;line-height:1.2em;}.elementor-kit-15 h4{font-family:"proxima-nova", Sans-serif;font-size:20px;font-weight:700;line-height:1.2em;}.elementor-kit-15 h5{font-family:"proxima-nova", Sans-serif;font-size:18px;line-height:1.2em;}.elementor-kit-15 h6{font-family:"proxima-nova", Sans-serif;font-size:16px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15{font-size:17px;line-height:1.4em;}.elementor-kit-15 h1{font-size:40px;}.elementor-kit-15 h2{font-size:24px;}.elementor-kit-15 h3{font-size:20px;}.elementor-kit-15 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Remove blue focus outline */
*:focus {
    outline: none;
}
/* Remove browser x from search bar */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* Selection text */
::-moz-selection { /* Code for Firefox */
  color: #1D1D1D;
  background: #FF8E7B;
}
::selection {
  color: #1D1D1D;
  background: #FF8E7B;
}
/* Blockquote styling */
blockquote {
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    margin:30px 0;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    line-height: 1.45;
    position: relative;
    color: #0B090A;
    border-left:5px solid #AA182C;
    background:#ffffff;
}
blockquote cite {
    color: #0B090A;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
blockquote cite:before {
    content: “\2014 \2009”;
}

/* Horizontal ruler styling */
hr {
    width:50%;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
@media only screen and (max-width: 600px) {
   hr {
    width:50%;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
     margin-top: 30px !important;
     margin-bottom: 30px !important;
  }
}

/* Link styling */
.text-content a:not(.elementor-button-link) {
  position: relative;
  color: inherit;
  text-decoration: none !important;
}
.text-content a:not(.elementor-button-link):after,
.text-content a:not(.elementor-button-link):before {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  background-color: #FF8E7B;
  transition: .5s width;
  width: 0;
}
.text-content a:not(.elementor-button-link):before {
  width: 100%;
  opacity: .3;
}
.text-content a:not(.elementor-button-link):hover:after {
  width: 100%;
}
.current-selskap-ancestor a {
  color: var( --e-global-color-primary ) !important;
}
h1 a:hover {
    color: var( --e-global-color-primary ) !important;
}
h3 a:hover {
    color: var( --e-global-color-primary ) !important;
}
h2 a:hover {
    color: var( --e-global-color-primary ) !important;
}

.floatAnimation {
    position: relative;
    top: 0;
    transition: top .5s !important;
}
.floatAnimation:hover {
  top: -15px;
}
.jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle {
    right: 30px;
    top: 30px;
}
.menu-item-object-language_switcher .trp-flag-image {
    margin: -1px 0px !important;
}
.dce-breadcrumbs {
    margin: 0px !important;
}
/* List spacing */
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
	margin-bottom: 1rem;
}
.searchandfilter ul {
    display: flex;
    flex-direction: row; /* Align elements in a row */
    gap: 30px; /* Add 30px space between elements */
    justify-content: flex-start; /* Align items to the start */
    align-items: center; /* Align items vertically in the center */
    list-style: none; /* Remove default list styling */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

.searchandfilter ul li {
    list-style: none;
}

.searchandfilter .sf-input-text, 
.searchandfilter .sf-input-select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0; /* Remove rounded corners */
    font-size: 16px;
    box-sizing: border-box; /* Ensure padding and border are included in the total width */
}

.searchandfilter .search-filter-reset {
    padding: 10px 20px;
    background-color: #AA182C;
    color: white;
    border: none; /* Remove border */
    border-radius: 0; /* Remove rounded corners */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
    cursor: pointer; /* Make it look clickable */
    white-space: nowrap; /* Prevent text from wrapping */
}

.searchandfilter .search-filter-reset:hover {
    background-color: #333333;
}

@media (max-width: 768px) {
    .searchandfilter ul {
        flex-direction: column; /* Stack elements vertically on smaller screens */
        gap: 10px; /* Smaller gap for mobile view */
    }
}/* End custom CSS */