/*
Theme Name: Kickass Child
Theme URI: https://www.eteam.dk/
Template: kickass
Author: ETeam
Author URI: https://www.eteam.dk/
Description: Robust, powerful, and exclusive premium themes for Eteam clients.
Tags: modern
Version: 1.0.1
*/

* {
    text-rendering: optimizeLegibility;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    /*    color: #808080;*/
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}
#the-site-holder {
	background: #fffcf7;
}
body,
button,
input,
select,
textarea {
    font-size: 18px;
    line-height: 1.65;
}

a,
a:visited {
    color: #0E1E40;
}

a:hover,
a:active,
a:focus {
    color: #000;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

p {
    font-weight: 400;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
}

p+p {
    margin: 18px 0 0;
    /*    margin: 15px 0 0;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: inherit;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

h1 {
    font-size: 44px;
    line-height: 65px;
}

h2 {
    font-size: 38px;
    line-height: 56px;
}

h3 {
    font-size: 34px;
    line-height: 51px;
}

h4 {
    font-size: 1.625rem;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 1.5rem;
}

blockquote {
    background-color: #f8f8f8;
    border-left: 8px solid #0D418C;
    line-height: 1.5;
    margin: 0 0 2.75em;
    padding: 1.25em 1.5em;
}

blockquote p {
    display: inline;
    font-size: 1.286rem;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea,
select {
    -webkit-appearance: none;
}

a strong {
    color: #0d418c;
    font-weight: 700;
}

a:hover strong {
    color: #000;
}

strong > a {
    color: #84AC3C;
    font-weight: 700 !important;
}

strong > a:hover {
    color: #7D426B;
}

.wrap {
    margin: 0 auto;
    max-width: 1720px;
    width: 100%;
}

.wrap:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
}

.skip-link {
    display: none;
}

.logged-in .site-header {
    top: 32px;
}


.site-header .no-wrap {
    height: 100%;
}

.widget {
    margin: 0;
}

.hentry {
    margin: 0;
}

.grecaptcha-badge {
    transition: all 0.5s ease-in-out 0s !important;
    z-index: 1;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    top: 3.5em;
}
.grecaptcha-badge:hover {
    right: 0 !important;
}

.site-header,
.site-content,
.site-footer,
.site-slider {
    display: inline-block;
    vertical-align: top;
    width: 100%;
   
}

#lightboxOverlay {
    height: 100% !important;
}


a strong,
.btn-1,
.btn-2,
.btn-3,
.btn-4,
.btn-5,
.trans-rec:after,
.color-rec:after,
#banner-bottom-section .col-4 .sow-image-container {
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}
/*--------------------------------------------------------------
 ## Header
--------------------------------------------------------------*/
.site-header,
.site-header .wrap {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.site-header .site-branding img,
.site-header .hmenu-wrapper .hamburger,
.site-header .hmenu-wrapper .hamburger label,
.site-header .hmenu-wrapper .hamburger.is-active label {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.site-header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-top: 2px solid #19A3E2;
    height: 120px;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
}

.site-header > .wrap {
    position: relative;
    height: 100%;
}

.site-header .site-branding {
    align-items: center;
    display: flex;
    float: left;
    height: 100%;
    width: auto;
}

.site-header .site-branding img {
    vertical-align: top;
/*     box-shadow: 5px 5px 6px rgba(0, 0, 0, .2); */
    width: 430px;
    height: 100px;
}

.site-header .site-branding img:hover {
    transform: scale(.95);
}

.site-header .header-right {
	display: none;
/*     display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: end;
    /* padding-left: 131px; */
    height: 100%;
    gap: 260px;
}
#header-nav-wrap,
.site-header .header-right > .top-group {
    display: flex;
    align-items: center;
}
#header-nav-wrap > .main-navigation {
    margin-top: 7px;
    padding-right: 4px;
}

.site-header .header-contact a {
    color: #000;
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
    line-height: 2.25;
    position: relative;
    padding: 0 0 0 54px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .20);
    margin-top: 15px;
    letter-spacing: 0.1px;
}

.site-header .header-contact a:hover {
    /* opacity: .7; */
    color: #0E1E40;
}
.site-header .header-contact .phone a {
    position: relative;
    z-index: 1;
}
.site-header .header-contact .phone a:before {
    background: url(assets/images/mobile.png) no-repeat left;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .20));
    width: 40px;
    height: 40px;
    left: 0;
    right: initial;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.site-header .header-contact .email a {
    background: url(assets/images/email.png) no-repeat left;
}

#title-header-section .textwidget p a {
    background: url(assets/images/icon-medlem.png) no-repeat left;
}

.top-group #title-header-section:hover .textwidget p a {
    color: #fff;
}

.site-header .header-contact .email {
    padding: 0 40px;
}

.top-group #title-header-section {
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.top-group #title-header-section:before {
    background: #CD2124;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: -1;
}

#title-header-section:hover:before {
    height: 100%;
}
/* addhere */
#resp-sidebar #title-header-section .textwidget p a:hover {
	color: #CD2124 !important;
}
#resp-sidebar #title-header-section .textwidget p a {
	font-weight: 500 !important;
	color: #030F27 !important;
}

.site-header .header-contact .phone,
.site-header .header-contact .email,
#title-header-section {
    background-size: 30px 30px;
    height: 54px;
    display: flex;
    align-items: center;
}

#title-header-section .textwidget a {
    padding: 2.5px 0 2.5px 52px;
    line-height: 2.25;
    font-size: 20px;
}

.site-header .hmenu-wrapper {
    display: none;
    background-color: #fff;
    bottom: 0;
    /* display: inline-block; */
    line-height: 1.25;
    height: 60px;
    right: 0px;
    margin: auto 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 9;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.site-header .hmenu-wrapper .hamburger {
    background-color: #F3AB0E;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px 25px;
}

.site-header .hmenu-wrapper .hamburger .hamburger-inner,
.site-header .hmenu-wrapper .hamburger .hamburger-inner::after,
.site-header .hmenu-wrapper .hamburger .hamburger-inner::before,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner::after,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner::before {
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.site-header .hmenu-wrapper .hamburger:hover .hamburger-inner,
.site-header .hmenu-wrapper .hamburger:hover .hamburger-inner::after,
.site-header .hmenu-wrapper .hamburger:hover .hamburger-inner::before,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner::after,
.site-header .hmenu-wrapper .hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
}

.site-header .hmenu-wrapper .hamburger:hover,
.site-header .hmenu-wrapper .hamburger.is-active {
    background-color: #030F27;
    opacity: 1 !important;
}

.site-header .hmenu-wrapper label {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.5;
    margin-left: 10px;
    margin-top: 0px;
    text-transform: uppercase;
}

.site-header .hmenu-wrapper .hamburger:hover label,
.site-header .hmenu-wrapper .hamburger.is-active label {
    color: #fff;
}

.site-header .hmenu-wrapper .hamburger-box {
    height: 20px;
    vertical-align: middle;
    width: 27px;
}

.hamburger--elastic .hamburger-inner {
    top: 3px !important;
}

.hamburger--elastic .hamburger-inner:before {
    top: 9px;
}

.hamburger--elastic .hamburger-inner::after {
    top: 18px;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    top: 19px;
}

.site-header .hmenu-wrapper .hamburger-inner,
.site-header .hmenu-wrapper .hamburger-inner:after,
.site-header .hmenu-wrapper .hamburger-inner:before {
    background-color: #030F27;
    border-radius: 0;
    width: 27px;
    height: 3px;
}

.site-header .hamburger--elastic .hamburger-inner:before {
    left: 0;
    width: 27px;
}

.gsticky .site-header {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.site-slider {
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, .60); */
    overflow: hidden;
    position: relative;
    z-index: 13;
}
/* for konakt-icon css  */
rs-slide > rs-zone:nth-of-type(2) {
    z-index: 7 !important;
    top: 287px !important;
    width: fit-content !important;
}
#float-kontakt-section {
    position: fixed;
    top: 439px;
    z-index: 35;
}
.mail-icon,
.mobile-icon {
    font-family: 'Oswald', sans-serif !important;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .20);
    padding-right: 13px !important;
}
.floating-kontakt > .panel-grid-cell:first-child {
    background: #ECECEC !important;
    padding: 10px 10px;
}
.floating-kontakt > .panel-grid-cell:last-child {
    background: #0DA0E3 !important;
    padding: 10px;
}
.floating-kontakt > .panel-grid-cell {
    display: flex;
    width: 100% !important;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    left: 0;
}
.floating-kontakt {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 0 !important;
    position: fixed;
    width: fit-content !important;
}
.floating-kontakt > .panel-grid-cell:hover {
    left: 251px !important;
}
.floating-kontakt {
      left: -251px !important;
}
rs-module-wrap {
    left: 0 !important;
    width: 100% !important;
}
.mobile-icon {
    color: #000 !important;
    font-size: 28px !important;
    border-right: 1px solid #0da0e3 !important;
}
.mobile-icon:hover {
    color: #0da0e3 !important;
}
.mail-icon {
    color: #fff !important;
    font-size: 22px !important;
    border-right: 1px solid #ececec !important;
}
.mail-icon:hover {
    color: #000 !important;
}
rs-module,
.rs-parallax-wrap {
    width: 100% !important;
    left: 0 !important;
}

.site-slider rs-module-wrap,
.site-slider rs-module {
    left: 0 !important;
    width: 100% !important;
}

.site-slider .tp-revslider-mainul {
    width: 100% !important;
}



rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
    /*    text-align: center !important;*/
}

#header-contact-section {
    background: hsla(215, 83%, 30%, 1);
    background: linear-gradient(0deg, hsla(215, 83%, 30%, 1) 0%, hsla(207, 97%, 55%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(215, 83%, 30%, 1) 0%, hsla(207, 97%, 55%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(215, 83%, 30%, 1) 0%, hsla(207, 97%, 55%, 1) 100%);
    border: 1px solid #fff;
    display: inline-block;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 12px 5px 9px;
    width: 240px;
    text-align: center;
}

#header-contact-section a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    padding-left: 50px;
    position: relative;
}

#header-contact-section a:before {
    background: url(assets/images/phone.png) no-repeat center;
    center;
    content: '';
    display: inline-block;
    position: absolute;
    width: 27px;
    height: 27px;
    left: 7px;
    top: 3px;
    bottom: 0;
}

#header-contact-section a:hover {
    opacity: .8;
}
/*--------------------------------------------------------------
 ## Banner
--------------------------------------------------------------*/
rs-mask-wrap {
    width: 100% !important;
}
.banner-holder {
	margin-left: 130px !important;
    top: -20px !important;
	width: fit-content !important;
}
.banner-holder p {
    text-align: left !important;
    line-height: 1.5 !important;
	color: #083e0a;
}
.banner-holder p:first-child {
	 font-size: 80px !important;
	font-family: "Dancing Script", sans-serif;
	line-height: 65px !important;
}
.banner-holder p:nth-child(2) {
	font-family: "Oswald", sans-serif;
    font-weight: 800 !important;
    font-size: 110px !important;
    text-transform: uppercase !important;
    line-height: 1.1 !important;
    margin-top: 0 !important;
}
.banner-holder p:nth-child(3) {
	font-family: "Oswald", sans-serif;
    font-size: 66px !important;
    text-transform: uppercase;
    margin-top: 0 !important;
    line-height: 60px !important;
	font-weight: 700 !important;
    position: relative !important;
    left: 4px !important;
	padding-bottom: 30px !important;
	background: url(assets/images/leaf.png) center bottom -5px;
	background-repeat: no-repeat;
}
.banner-holder p:nth-child(3):before,
.banner-holder p:nth-child(3):after {
	background: #fed22f;
	height: 5px;
	width: 45%;
	top: initial;
	bottom: 5px;
	z-index: 1;
}
.banner-holder p:nth-child(3):before {
    left: 0;
	right: initial;
}
.banner-holder p:nth-child(3):after {
	right: 0;
	left: initial;
}
.banner-holder p:nth-child(4) {
	color: #000 !important;
	font-family: "Poppins", sans-serif !important;
	position: relative !important;
    left: 8px !important;
}
/*--------------------------------------------------------------
 ## Body
--------------------------------------------------------------*/
.site-content {
    font-size: 17px;
    /*    line-height: 1.75;*/
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.site-content .entry-content {
    margin: 0;
}

.site-content .entry-content a {
    /*    color: #808080;*/
    /* color: #000; */
    /*    font-weight: 700;*/
    font-weight: 400;
}

.site-content .entry-content a:hover {
    color: #000;
    /* color: #fff; */
}

.site-content .entry-content .brwn-bg a {
    color: #fff;
    font-weight: 700;
}

.site-content .entry-content .brwn-bg a:hover {
    color: #BACF34;
}

.site-content .entry-content ul {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-content .entry-content ul li {
    background: url(assets/images/blue-check-mark.png) no-repeat left 5px;
    /*    background-size: 18px auto;*/
    line-height: 1.245;
    padding: 3px 0 3px 35px;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    margin-left: 50px;
}

.site-content .entry-content ul li+li {
    margin-top: 15px;
}

.site-content .entry-content .google-maps {
    border: 0 !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}


/*--------------------------------------------------------------
 ## Footer
--------------------------------------------------------------*/
.site-footer,
.site-footer * {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.site-footer {
    background: url(assets/images/footer-bg.png) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.site-footer:before {
    background: rgba(14, 30, 64, .97);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.site-footer p+p {
    margin: 2px 0 0;
    display: flex;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #0DA0E3;
}

.site-footer .wrap {
    position: relative;
    z-index: 4;
}

.site-footer .footer-wrap {
    /* padding-bottom: 80px;
    padding-top: 82px; */
    padding: 79px 0px 72px 54px;
    z-index: 3;
}

.site-footer .footer-col {
    float: left;
    padding: 0;
    width: 100%;
}

#footer-col-4 p {
    display: flex;
    gap: 3px;
    line-height: 30px;
}

.site-footer .widget-title {
    color: #fff;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 23px;
    position: relative;
    text-transform: initial;
    text-shadow: none;
    width: 100%;
    text-transform: uppercase;
    border-left: 12px solid #0DA0E3;
    padding-left: 12px;
}


.site-footer .footer-col ul {
    clear: both;
    line-height: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-footer-menu.menu {
    column-count: 1;
    column-gap: 80px;
}

.site-footer .footer-col ul li+li {
    /* margin-top: 2px; */
}

.site-footer .sub-menu .menu-item-object-page {
    position: relative;
    padding-left: 15px;
    width: 100%;
}

.site-footer .sub-menu .menu-item-object-page:before {
    height: 2px;
    width: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.site-footer .footer-col ul li.current-menu-item a {
    color: #fff;
    font-weight: 700;
}

.site-footer .panel-grid {
    margin-bottom: 0 !important;
}

.site-footer #footer-col-1 {
    max-width: 27.2%;
    padding-right: 121px;
}

.site-footer #footer-col-2 {
    max-width: 14.8%;
    padding-left: 8px;
}

.site-footer #footer-col-3 {
    max-width: 30%;
    padding-left: 141px;
}

.site-footer #footer-col-4 {
    max-width: 28%;
    padding-left: 78px;
}

.site-footer #footer-col-4 #sow-editor-4 {
    margin-bottom: 10px;
}

.site-footer #footer-col-1 .sow-image-container {
    padding-bottom: 29px;
    padding-top: 1px;
}

.site-footer #footer-col-1 .sow-image-container img {
    filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, .2));
}

#footer-col-3 label,
#footer-col-4 label {
    font-weight: 700;
    display: inline-block;
}

#footer-col-4 label {
    width: 117px;
}

#footer-col-3 label {
    width: 100px;
    margin-bottom: 4px;
}

#footer-col-1 p {
    line-height: 32px;
    font-family: "Roboto", sans-serif;
}

#footer-col-1 p+p {
    margin-top: 7px;
}

#footer-col-3 p:nth-child(3),
#footer-col-4 p:nth-child(3),
#footer-col-4 p:nth-child(4) {}

#copyright-wrapper {
    /* background-color: #020A1C; */
    border-top: 1px solid #fff;
    float: left;
    overflow: hidden;
    padding: 11px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

#copyright-wrapper .cdev {
    color: #f5f5f5;
    float: left;
}

#copyright-wrapper span {
    color: #0DA0E3;
    font-weight: 400;
}
.copyright-wrap {
    padding: 0 54px;
    font-family: "Roboto", sans-serif;
}

#copyright-wrapper .cdev:hover {
    color: #0d418c;
}

/*--------------------------------------------------------------
 ## Header Menu
--------------------------------------------------------------*/
.site-header .main-navigation a {
    font-size: 18px;
    color: #000;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-header .main-navigation ul.menu > li + li {
    margin-left: 96px;
}
.site-header .main-navigation ul.menu > li:nth-child(3) {
       margin-left: 93px;
}
.site-header .main-navigation ul.menu li a {
    padding: 10px 9.5px 19px;
    position: relative;
}

.site-header .main-navigation ul.menu li a:before {
    /* background: #19A3E2; */
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    height: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header .main-navigation ul.menu li a:hover:before,
.site-header .main-navigation ul.menu > .current-menu-item > a:before {
    width: 100%;
}

.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li a {
    padding: 12px 15px 12px 20px;
    color: #000 !important;
    left: 0;
    width: 100%;
}
.sf-menu ul {
    width: 340px !important;
}
.site-header .main-navigation ul.menu > li.menu-item-has-children ul {
    background: rgba(13, 65, 140, .8);
    padding: 20px 20px 10px;
}

.site-header .main-navigation ul.menu > li.menu-item-has-children ul li a:before {
    bottom: 0;
    left: 0;
    top: 0;
    right: initial;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li:not(:last-child) {
    /*    border-bottom: 1px solid rgb(25 47 78);*/
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li a,
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li.current-menu-item a {
    color: #fff !important;
    position: relative;
}

.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li a:hover:before,
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li.current-menu-item a:before {
    content: '';
    display: inline-block;
    background: url(assets/images/arrow-white-menu.png) no-repeat left;
    position: absolute;
    width: 9px;
    height: 8px;
    left: 0;
    right: initial;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* .site-header .main-navigation ul.menu > li:hover > a,  */
.site-header .main-navigation ul.menu > .current-menu-item > a,
.site-header .main-navigation ul.menu > .current-menu-ancestor > a {
    font-size: 18px;
}


.site-header .main-navigation ul.menu > li:hover > a > .sf-sub-indicator,
.site-header .main-navigation ul.menu > li > a > .sf-sub-indicator {
    display: inline-block;
    margin-left: 10px;
    width: 15px;
}

.site-header .main-navigation ul.menu > li > a > .sf-sub-indicator {
    background: url('assets/images/dd.png') no-repeat center center;
}

.site-header .main-navigation ul.menu > li:hover > a > .sf-sub-indicator,
.site-header .main-navigation ul.menu > .current-menu-parent > a > .sf-sub-indicator {
    background: url('assets/images/dd.png') no-repeat center center;
}


.site-header .main-navigation ul.menu > li:hover > a > .sf-sub-indicator,
.site-header .main-navigation ul.menu > li.menu-item-has-children ul > li.current-menu-item a .sf-sub-indicator {
    /* transform: rotate(0deg); */
}





/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/
#sb-site {
    left: 0;
}

#resp-sidebar.sb-slidebar {
    background-color: #fafafa !important;
    /*    background-color: #030F27 !important;*/
    -webkit-box-shadow: inset 5px 0px 8px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 5px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 5px 0px 8px 0px rgb(0 0 0 / 15%);
}

#resp-sidebar .resp-sidebar-wrap {
    display: inline-block !important;
    padding: 1em 1em 1em !important;
    width: 100% !important;
}

#resp-sidebar .site-branding {
    background: #030f27;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .30);
    float: left;
    padding: 25px 0;
    text-align: center;
    width: 100% !important;
}

#resp-sidebar .site-branding:hover {
    transform: scale(.95);
}

#resp-sidebar .site-branding img {
    max-width: 90%;
    vertical-align: top !important;
}

#resp-sidebar #mobile-navigation {
    display: inline-block !important;
    margin: 1.35em 0 0 !important;
    width: 100% !important;
}

#resp-sidebar #mobile-navigation,
#resp-sidebar #mobile-navigation * {
    line-height: 150% !important;
}

#resp-sidebar #mobile-navigation .menu-mobile-navigation-container {
    max-height: 75vh !important;
    /*overflow-y: scroll !important;*/
    -webkit-overflow-scrolling: touch !important;
}

#resp-sidebar #mobile-navigation ul {
    background-color: #f8f0e3;
    clear: both !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#resp-sidebar #mobile-navigation .menu > li+li {
    border-top: 1px solid #f8f0e3;
}

#resp-sidebar #mobile-navigation li > a,
#resp-sidebar #mobile-navigation li > a:before,
#resp-sidebar .site-branding {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#resp-sidebar #mobile-navigation li > a {
    background-color: #030f27;
    color: #fff;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5 !important;
    padding: 12px 10px 12px 40px;
    position: relative;
    text-transform: inherit;
    width: 100%;
}

#resp-sidebar #mobile-navigation li > a:before {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 8px;
    left: 20px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 8px;
}

#resp-sidebar #mobile-navigation .menu > .current-menu-parent > ul,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > ul,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor .current-menu-parent > ul {
    display: block;
}

#resp-sidebar #mobile-navigation .menu .sub-menu li > a:before {
    left: 42px;
    top: 0;
}

#resp-sidebar #mobile-navigation .menu .sub-menu .sub-menu li > a:before {
    left: 40px;
}

#resp-sidebar #mobile-navigation .menu > li > a:hover,
#resp-sidebar #mobile-navigation .menu > .current-menu-item > a,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu > .par-active > a,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > a {
    background-color: #f3ab0e !important;
    color: #fff !important;
}

#resp-sidebar #mobile-navigation .menu > li > a:hover:before,
#resp-sidebar #mobile-navigation .menu > .current-menu-item > a:before,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > a:before,
#resp-sidebar #mobile-navigation .menu > .par-active > a:before,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > a:before {
    background-color: #fff;
}

#resp-sidebar #mobile-navigation .menu .sub-menu li a:hover,
#resp-sidebar #mobile-navigation .menu .sub-menu .current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.current-menu-item > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.par-active > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.menu-item-has-children:hover > a {
    color: #c1c6ca !important;
}

#resp-sidebar #mobile-navigation li.menu-item-has-children {
    position: relative;
}

#resp-sidebar #mobile-navigation li.menu-item-has-children .caret {
    background: url('assets/images/icon-caret.png') no-repeat center center;
    cursor: pointer;
    height: 52px;
    right: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#resp-sidebar #mobile-navigation .sub-menu li.menu-item-has-children .caret {
    height: 32px;
}

#resp-sidebar #mobile-navigation .menu li.par-active > .caret {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#resp-sidebar #mobile-navigation .sub-menu {
    background-color: #030f27;
    margin-top: 1px !important;
    display: none;
}

#resp-sidebar #mobile-navigation .sub-menu li:first-child {
    border-top: 0 !important;
    padding-top: 15px;
}

#resp-sidebar #mobile-navigation .sub-menu li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 15px;
}

#resp-sidebar #mobile-navigation .sub-menu .sub-menu li:first-child {
    padding-top: 0;
}

#resp-sidebar #mobile-navigation .sub-menu .sub-menu li:last-child {
    padding-bottom: 0;
}

#resp-sidebar #mobile-navigation .sub-menu li > a {
    font-size: 1.063rem;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 60px;
    position: relative;
}

#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 45px;
}

#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 56px;
}

#resp-sidebar .contact-sidebar {
    display: inline-block;
    margin: 3.5em 0 3em;
    width: 100%;
}

#resp-sidebar .contact-sidebar .box {
    background-color: #fff;
    border-left: 8px solid #F3AB0E;
    height: 100%;
    line-height: 1;
    max-width: 100%;
    padding: 16px 5px 18px 15px;
    position: relative;
    text-align: left;
    width: 100% !important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

#resp-sidebar .contact-sidebar .box+.box {
    margin-top: 10px;
}

#resp-sidebar .contact-sidebar .box * {
    color: #fff;
}

#resp-sidebar .contact-sidebar .box label {
    color: #030F27;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 6px;
    vertical-align: top;
    width: 100%;
}

#resp-sidebar .contact-sidebar .box a {
    color: #030F27;
    font-size: 1.5rem;
    font-weight: 500;
}

#resp-sidebar .contact-sidebar .email a {
    font-size: 1.25rem;
}

#resp-sidebar .contact-sidebar .box a:hover {
    color: #F3AB0E;
}

#resp-sidebar .copyright-sidebar {
    display: inline-block;
    width: 100%;
}

#resp-sidebar .copyright-sidebar {
    color: #000;
    font-size: 1rem;
    margin: 0 0 3em;
    text-align: center;
}

#resp-sidebar .copyright-sidebar a {
    color: #000;
    font-weight: 500;
}

#resp-sidebar .copyright-sidebar a:hover {
    color: #cd2124;
}



/*--------------------------------------------------------------
 ## Overrides
--------------------------------------------------------------*/


/** CF7 Overwrites **/
.wpcf7 {
    float: left;
    position: relative;
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: block
}

.wpcf7-response-output,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
    border: 0 !important;
    border-radius: 0;
    bottom: -3em;
    color: #000;
    font-size: 0.875rem;
    left: 0;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    width: 100%;
}

.wpcf7 .ajax-loader {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 9;
}

.wpcf7-checkbox {
    display: inline-block;
    font-size: 0.9375rem;
    margin: 0 0 0.75em;
    width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    max-width: 150px;
    width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 5px;
    vertical-align: middle;
}

/** Kontakt Formular **/
#kontakt-form {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    display: table;
    padding-top: 0;
    padding-bottom: 0;
}

#kontakt-form p {
    /* display: flex;
    justify-content: center; */
    text-align: center;
    font-weight: 500;
}

#kontakt-form input[type="checkbox"] {
    accent-color: #030f27;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, .16);
    width: 18px;
    height: 18px;
}

#kontakt-form .text {
    margin-bottom: 30px;
}

#kontakt-form .row,
#kontakt-form .inrow {
    float: left;
    width: 100%;
    display: flex;
}

#kontakt-form .row+.row {
    margin-top: 25px;
}

#kontakt-form .btm-row .col:last-child {
    padding-left: 0;
}

/* #kontakt-form .row .col:first-child {
    display: flex;
    gap:6px;
} */
#kontakt-form .row .col:last-child {
    /* margin-top: 9px; */
}

#kontakt-form .row .col,
#kontakt-form .row .incol {
    width: 100%;
    justify-content: center;
}

#kontakt-form .row.col-3 .col {
    width: 33.33%;
}

#kontakt-form .row.col-3 .col+.col {
    padding-left: 8px;
}

#kontakt-form .textbox {
    flex-direction: row;
    gap: 7px;
    padding-top: 36px;
}

#kontakt-form .row:first-child {
    display: flex;
    width: 100% !important;
    flex-direction: row;
    gap: 5px;
}

#kontakt-form .row:last-child {
    width: 100% !important;
}

#kontakt-form .btm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#kontakt-form .btm-row .col:first-child .wpcf7-list-item {
    margin-left: 0;
}

#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap {
    color: #000;
    display: inline-block;
    font-size: 16px;
    position: initial;
    vertical-align: middle;
    width: auto;
}

#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap a {
    color: #CD2124;
    font-weight: 400;
    font-size: 16px;
}

#kontakt-form .btm-row .col:first-child .wpcf7-form-control-wrap a:hover {
    color: #000;
}

#kontakt-form .btm-row .col:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 13px;
}

#kontakt-form .btm-row .col:last-child div+div {
    margin-left: 10px;
    margin-top: 0;
}

#kontakt-form .btm-row span.wpcf7-not-valid-tip {
    left: 0;
    max-width: 125px;
    top: -15px;
}

#kontakt-form [type="text"],
#kontakt-form [type="tel"],
#kontakt-form [type="email"],
#kontakt-form [type="date"],
#kontakt-form textarea,
#kontakt-form select {
    background-color: transparent;
    border: 1px solid #BCBCBC;
    box-shadow: none;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 18px;
    height: 49px;
    padding: 5px 15px;
    text-align: left;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

#kontakt-form [type="text"]:active,
#kontakt-form [type="tel"]:active,
#kontakt-form [type="email"]:active,
#kontakt-form textarea:active,
#kontakt-form.oensker [type="text"]:active,
#kontakt-form [type="text"]:focus,
#kontakt-form [type="tel"]:focus,
#kontakt-form [type="email"]:focus,
#kontakt-form textarea:focus,
#kontakt-form.oensker [type="text"]:focus {
    border-color: #4c3126;
}

#kontakt-form select {
    background: url(assets/images/input-selct-pointer.png) no-repeat 96% 15px;
}

#kontakt-form textarea {
    height: 104px;
    vertical-align: top;
    resize: vertical;
}

#kontakt-form [type=text].wpcf7-mathcaptcha {
    border: 1px solid #c0c0c0;
    height: 44px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 70px;
}

#kontakt-form .wpcf7-checkbox {
    margin: 0 !important;
}

#kontakt-form .wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}

#kontakt-form .btn-col .wpcf7-list-item {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0 !important;
}

#kontakt-form .btn-col .wpcf7-list-item a {
    color: #7F6252;
}

#kontakt-form .btn-col .wpcf7-list-item a:hover {
    color: #516E60;
}

#kontakt-form input[type="submit"] {
    background-color: #434242;
    border: 0;
    border-radius: 0;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 5px 8px;
    text-align: center;
    text-transform: initial;
    width: 308px;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#kontakt-form input[type="submit"]:hover {
    background-color: #000;
    color: #fff !important;
}

#kontakt-form .ajax-loader {
    left: initial !important;
    margin: 0 !important;
    right: 0 !important;
}

#kontakt-form span.wpcf7-not-valid-tip {
    background-color: #8A121C;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    margin: 0;
    padding: 4px 10px 6px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    width: auto;
}

#kontakt-form .btm-row {
    display: flex;
    flex-direction: column;
}

#kontakt-form .btm-row span.wpcf7-not-valid-tip {
    left: 0;
    margin: 0 auto !important;
    max-width: 140px;
    right: 0 !important;
    top: -15px;
}

#kontakt-form .btm-row .wpcf7-form-control-wrap {
    color: #000;
    display: inline-block;
    width: auto;
}

#kontakt-form .row:last-child .wpcf7-spinner {
    bottom: -25px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

#kontakt-form ::-webkit-input-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}

#kontakt-form ::-moz-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}

#kontakt-form :-ms-input-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}

#kontakt-form :-moz-placeholder {
    color: #3E3E3E !important;
    opacity: 1 !important;
}

/** Back to Top **/
#back-top {
    background: url('assets/images/top-bottom.png') no-repeat center center #0da0e3;
    background-size: 15px;
    border-radius: 5px;
    bottom: 70px;
    height: 50px;
    text-align: center;
    opacity: 0;
    position: fixed;
    right: 10px;
    width: 50px;
    z-index: 25;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#back-top:hover {
    background-color: #000;
}

#back-top.show {
    opacity: 1;
}

.sb-active #back-top {
    right: -5em;
}

/*--------------------------------------------------------------
 ## Galleri CSS
--------------------------------------------------------------*/
#billeder-wrap {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

#billeder-wrap > .no-wrap {
    padding: 20px 0;
}

#billeder-wrap .widget-title {
    border-bottom: 1px solid #05134E;
    color: #010220;
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-bottom: 18px;
    padding-left: 26px;
    position: relative;
    text-align: left;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
    width: 100%;
}

#billeder-wrap .widget-title:before {
    background-color: #F8B54B;
    content: '';
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 13px;

}

#billeder-wrap .eteam-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: left;
    gap: 12px;
    margin: 0 15px;
}

#billeder-wrap .eteam-gallery * {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#billeder-wrap .eteam-gallery > .thumbnail-item {
    width: calc(20% - 1 * 10px) !important;
}

#billeder-wrap .eteam-gallery > .thumbnail-item > .everlightbox-trigger {
    display: inline-block;
    height: 100%;
}

#billeder-wrap .thumbnail-item .inner {
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    /* margin-right: 15px; */
    overflow: hidden;
    height: 100%;
}

#billeder-wrap .thumbnail-item figcaption {
    align-items: center;
    background-color: #8b8476;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    justify-content: center;
    letter-spacing: -0.05rem;
    line-height: 1.25;
    min-height: 148px;
    padding: 5px 10px;
    text-shadow: 5px 0 5px rgba(1, 1, 1, 0.10);
    width: 100%;
}

#billeder-wrap .thumbnail-item .inner:hover figcaption {
    background-color: #225b39;
}

#billeder-wrap .thumbnail-item figcaption > span {
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: -10px;
}

#billeder-wrap .eteam-gallery img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    filter: grayscale(50%);
    height: 100%;
}

#billeder-wrap .eteam-gallery img:hover {
    /*opacity: 0.875;*/
    filter: grayscale(0);
    transform: scale(1.07);
}

.site-footer .footer-col .widget-title {
    position: relative;
}

.site-footer .footer-col .widget-title:before {
    background: url(assets/images/bottom-ornament.png) no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
}

.site-footer #footer-col-2 .widget-title {
    padding-right: 63px;
}

.rs-parallax-wrap .banner-img img {
    filter: drop-shadow(-11px 0px 35px rgba(0, 0, 0, .37));
    top: 4px;
    left: 256px;
}

.custom-logo-link img {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .30));
    margin-bottom: 3px;
}
/* for pages css  */
/* Homepage  */
#homepage-row-1 .wrap > .panel-layout > .panel-grid > .col-2 {
	padding-top: 50px;
	gap: 10px;
	align-items: normal;
}
#homepage-row-1 .wrap > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:first-child {
	width: 60%;
}
#homepage-row-1 .wrap > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell:last-child {
	width: 39%;
}
#homepage-row-1 .col-4 {
	align-items: normal !important;
}
#homepage-row-1 .col-4 .header h5 {
	color: #083e0a;
    margin: 10px 0 10px;
	text-align: center;
}
#homepage-row-1 .col-4 > .panel-grid-cell:not(:last-child) > .so-panel:not(:first-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#homepage-row-1 .col-4 > .panel-grid-cell:not(:last-child) > .so-panel:last-child {
	height: 100%;
}
#homepage-row-1 .col-4 > .panel-grid-cell > .so-panel {
	padding: 0 20px;
}
#homepage-row-1 .col-4 > .panel-grid-cell {
	width: calc(25% - 1 * 1px);
	overflow: hidden;
}
#homepage-row-1 .col-4 .content p {
	line-height: 24px;
	text-align: center;
}
#homepage-row-1 .col-4 .sow-image-container {
	justify-content: center;
}
#homepage-row-1 .wrap > .panel-layout > .panel-grid > .col-2 .col-2 {
	align-items: center;
	background: #00370a;
	padding: 7px 20px;
    border-radius: 30px;
}
#homepage-row-1 .wrap > .panel-layout > .panel-grid > .col-2 .col-2 > .panel-grid-cell:first-child {
	width: fit-content;
}
#homepage-row-1 .wrap > .panel-layout > .panel-grid > .col-2 .col-2 > .panel-grid-cell:last-child {
	width: 74%;
}
#homepage-row-1 .wrap > .panel-layout > .panel-grid > .col-2 .col-2 .header h3 {
	font-size: 20px;
    color: #fed22f;
    margin: 0 0 0;
    line-height: 1.8;
	font-family: 'Poppins', sans-serif;
}
#homepage-row-1 .wrap > .panel-layout > .panel-grid > .col-2 .col-2 p {
	color: #fff;
	line-height: 1.5;
	font-size: 16px;
}
#homepage-row-1 .wrap > .panel-layout > .panel-grid > .col-2 .col-2 p:nth-child(2) {
	font-weight: 600;
}
#homepage-row-1 .wrap > .panel-layout > .panel-grid > .col-2 .col-2 p:last-child {
	margin-top: 0px;
    padding-left: 9px;
}
#homepage-row-1 .wrap > .panel-layout > .panel-grid > .col-2 .col-2 .sow-image-container {
	border-radius: 80px;
    overflow: hidden;
    border: 1px solid #fff;
	background: #f3d34a;
}
#eteam-events-slider .slickslider-item > .slickslider-box,
#eteam-testimonial-slider .slickslider-item > .slickslider-box,
#eteam-testimonial-slider .slickslider-item {
	display: flex;
	align-items: center;
}
#eteam-testimonial-slider .slickslider-item > .slickslider-box {
	width: 55%;
}
#eteam-testimonial-slider .slickslider-item > .slickslider-box .content-container .fa-arrow-right {
	padding-left: 5px
}
#eteam-events-slider .slickslider-item,
#eteam-testimonial-slider .slickslider-item {
	justify-content: space-between;
	padding: 10px 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#eteam-testimonial-slider .slickslider-item img {
	width: 240px;
    height: 100px;
    border-radius: 10px;
}
#eteam-events-slider .slickslider-item .header h5,
#eteam-testimonial-slider .slickslider-item .header h5 {
	margin: 0 0 6px !important;
    font-size: 22px;
	color: #000;
}
#eteam-events-slider .slickslider-item .header h5 a {
	 font-size: 22px;
	color: #000;
}
#eteam-events-slider .slickslider-item .header h5 a:hover {
	color: #083e0a;
}
#eteam-events-slider .slickslider-item .date-holder,
#eteam-testimonial-slider .slickslider-item .date-holder {
	width: 50px;
    height: fit-content;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    background: #00370a;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
	padding: 0 5px;
	margin-right: 15px;
}
#eteam-events-slider .slickslider-item .date-holder:hover,
#eteam-testimonial-slider .slickslider-item .date-holder:hover {
	background: #000;
}
#eteam-testimonial-slider .slickslider-item .content-container p a {
	color: #083e0a;
    font-size: 17px;
    font-weight: 700;
}
#eteam-testimonial-slider .slickslider-item .content-container p a:hover {
	color: #000;
}
#eteam-testimonial-slider .slickslider-item .content-container p a:hover .fa-arrow-right {
	padding-left: 10px;
}
#eteam-events-slider .slickslider-item .content-container {
	display: flex;
	flex-direction: column;
}
#eteam-events-slider .slickslider-wrap,
#eteam-testimonial-slider .slickslider-wrap {
	height: 379px;
    overflow-y: auto;
}
#homepage-row-2 .col-2 .header h4  {
	margin: 20px 0 20px;
	color: #083e0a;
	font-family: 'Poppins', sans-serif;
}
#homepage-row-2 .wrap > .panel-layout > .panel-grid > .col-2 > .panel-grid-cell {
	    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
#homepage-row-2 .wrap > .panel-layout > .panel-grid > .col-2 {
	padding-top: 50px;
}
#homepage-row-2 .col-2 .announcement-header .col-2 {
	justify-content: flex-start;
}
#homepage-row-2 .col-2 .announcement-header .col-2 > .panel-grid-cell {
	width: fit-content;
}
/*For Pseudo Element*/
.banner-holder p:nth-child(3):before,
.banner-holder p:nth-child(3):after {
    content: '';
    display: inline-block;
    position: absolute;
}
.top-hover {
	position: relative;
	top: 0;
	padding-top: 5px;
}
.top-hover:hover {
	top: -10px;
}

/*--------------------------------------------------------------
 ## SiteOrigin CSS
--------------------------------------------------------------*/
/* .textwidget .btn-con:before, */
.top-hover,
#eteam-testimonial-slider .slickslider-item .content-container p a .fa-arrow-right {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#nyttig-row-1 .wrap .col-2 h2 {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

#forside-row-4 .icon-holder img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#service-box .so-widget-image:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#image-bubble-wrap .so-widget-image:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

#home-row-2 #details-holder #details .sow-image-container:hover,
#welcome-row-2 .box > .panel-grid-cell .sow-image-container:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#social-icon-wrap .so-widget-image:hover,
#betal-kliks .so-widget-image:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#page-title-wrap {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    text-align: center;
    padding: 37.5px 0;
    position: relative;
    z-index: 3;
    color: #FFFFFF;
}
#page-title-wrap h1 {
    margin: 0;
}

/*for revslider*/
rs-fullwidth-wrap {
	margin-top: 118px !important;
}
.banner-container > rs-column-wrap > rs-column > rs-layer-wrap {
    margin: 0 !important;
    max-width: 100% !important;
}
.banner-container > rs-column-wrap > rs-column > rs-layer-wrap > rs-layer {
    width: 100% !important;
}
.banner-container > rs-column-wrap:last-child {
    position: relative;
    z-index: 1;
}

.text-banner-container  {
    margin: 127px 60px 0 77px !important;
}
.text-banner-container > div > p:first-child {
    font-size: 40px !important;
    line-height: 56px !important;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .20) !important;
    font-weight: 600 !important;
    font-family: "Oswald", sans-serif !important;
    background: url(assets/images/plumbing.png) top left -9px !important;
    background-repeat: no-repeat !important;
    padding-top: 82px !important;
    letter-spacing: 0.1px;
}
.text-banner-container > div > p label {
    font-weight: 700 !important;
}
.text-banner-container > div > p:nth-of-type(2) {
    font-size: 18px !important;
    margin-top: 10px !important;
    line-height: 32px !important;
    margin-left: 2px !important;
    margin-bottom: 20px !important;
}
.text-banner-container .banner-btn-container {
    display: flex;
    gap: 7px;
    margin-left: 2px !important; 
}

/* .icon img:hover {
    animation: bounce 3s infinite;
} */


.fg-1,
.fg-2,
.fg-3,
.fg-4 {
    position: relative;
}

.fg-1 > .panel-grid-cell:before,
.fg-2 > .panel-grid-cell:before,
.fg-3 > .panel-grid-cell:before,
.fg-4 > .panel-grid-cell:before {
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}



/*-- flexbox safari workaround --*/
.panel-grid.panel-has-style > .panel-row-style,
.panel-grid.panel-no-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

/*--------------------------------------------------------------
 ## Responsive CSS
--------------------------------------------------------------*/
@media only screen and (max-width: 1860px) {
   
}

@media only screen and (max-width: 1799px) {
   
}

@media only screen and (max-width: 1779px) {
   
}

@media only screen and (max-width: 1699px) {
   
}

@media only screen and (max-width: 1642px) {
   
}

@media only screen and (max-width: 1599px) {
  
}

@media only screen and (max-width: 1499px) {
   
}

@media only screen and (max-width: 1399px) {
   
}

@media only screen and (max-width: 1360px) {
  
}

@media only screen and (max-width: 1279px) {
   
}

@media only screen and (max-width: 1199px) {
   
}

@media only screen and (max-width: 1099px) {
   
}

@media only screen and (max-width: 1040px) {
  
}

@media only screen and (max-width: 1024px) {
   
}

@media only screen and (max-width: 991px) {
 
}
@media only screen and (max-width: 970px) {
  
}
@media only screen and (max-width: 899px) {
   
}
@media only screen and (max-width: 830px) {
  
}

@media only screen and (max-width: 799px) {
   
}

/* @media only screen and (max-width: 794px) {} */

@media only screen and (max-width: 780px) {

    /** FACEBOOK in-app browser fix **/
    .panel-grid .panel-grid-cell {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
        width: 100% !important;
    }
 
}

@media only screen and (max-width: 767px) {
   
}

@media only screen and (max-width: 734px) {
   
}

@media only screen and (max-width: 666px) {
  
}

@media only screen and (max-width: 599px) {
  
}

@media only screen and (max-width: 567px) {
   
}
@media only screen and (max-width: 545px) {
	
}

@media only screen and (max-width: 532px) {
	

}
@media only screen and (max-width: 500px) {
	
}
@media only screen and (max-width: 496px) {
 
}

@media only screen and (max-width: 479px) {
  
}
@media only screen and (max-width: 470px) {
	
}
@media only screen and (max-width: 430px) {

}

@media only screen and (max-width: 413px) {
   
}

@media only screen and (max-width: 374px) {
  
}


@media only screen and (max-width: 320px) {}


/** Slidebar Overrides **/
@media only screen and (max-width: 2000px) and (min-width: 1600px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1367px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 901px) {
    .sb-slidebar {
        max-width: 390px;
        width: 100%;
    }
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
    .sb-slidebar {
        max-width: 370px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 568px) {
    .sb-slidebar {
        max-width: 350px;
        width: 100%;
    }
}

@media only screen and (max-width: 567px) and (min-width: 414px) {
    .sb-slidebar {
        max-width: 320px;
        width: 100%;
    }
}

@media only screen and (max-width: 413px) and (min-width: 345px) {
    .sb-slidebar {
        max-width: 280px;
        width: 100%;
    }
}
@media only screen and (max-width: 345px) and (min-width: 321px) {
    .sb-slidebar {
        max-width: 260px;
        width: 100%;
    }
}

@media only screen and (max-width: 320px) and (min-width: 300px) {
    .sb-slidebar {
        max-width: 280px;
        width: 100%;
    }
}