@charset "UTF-8";
/* CSS Document */


/* Adobe Fonts Import */
  @import url("https://use.typekit.net/qhe3hxg.css");

/* === Global Vars === */

:root {
    --blue: #183e6f;
    --blueTransp: rgba(24, 62, 111, 0.85);
    --green: #A69603;
    --dark: #333;
}

/* ============= Header / Navigation ============= */

header {
    background-color: rgba(255, 255, 255, 0.95);
    overflow: hidden;
}

.logo_col {
    padding: 10px;
}

.logo_col img {
    max-width: 250px;
    height: auto;
}

.m_only {
    display: block;
}

.d_only {
    display: none;
}

.m_nav {
    position: fixed;
    background-color: var(--green);
    width: 100%;
    z-index: 30;
}

.d_nav {
    display: none;
}

.m_nav.open {    
    display: inline-block;
    width: 45px !important;
    height: 45px;
    padding: 6px;
    border-radius: 6px;
}

.m_nav.open {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    cursor: pointer;
    background-color: #FFF;
}

.m_nav.open img {
    width: 100%;
    height: auto;
}

.m_nav nav,
.m_nav ul,
.m_nav li {
    display: block;
    width: 100%;
}

.m_nav a {
    color: #FFF !important;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}


/* ============= Basic Styles (body, h1, etc) ============= */

body {
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--dark);
    padding: 0;
}

.skip, .homepage_h1, .VisuallyHidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

h1, h2, h3 {
    font-family: var(--display);
    font-weight: 700;
    font-style: normal;
    line-height: 1;
}

h1, h2, h3, p {
    margin-bottom: 16px;
    text-align: center;
}

p, li {
    line-height: 1.3;
}

h1 {
    font-size: 2.75em;
    font-weight: 600;
}

h3 {
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.3;
}

ul {
    padding-left: 30px;
}

li {
    margin-bottom: 16px;
    line-height: 1;
}

a {
 color: var(--hot);
}

main ul {
    margin-top: -10px;
    margin-bottom: 25px;
}

main li {
    margin-bottom: 8px;
}

.maxw {
    max-width: 1200px;
}

.container-fluid {
    margin-bottom: 0 !important;
}

.pad1 {
    padding: 3vw !important;
}

.hidden, 
.backend_message {
    display: none;
}

.btn.btn-primary {
    border: none;
    border-radius: 2px;
    background-color: var(--green);
    font-weight: 500;
    margin: 0 auto 1em;
    padding: 10px 30px;
    border-radius: 60px;
/*    letter-spacing: 0.05em;*/
}

.btn.btn-primary:hover {
    opacity: 0.9;
}

.bg_red {
    background-color: var(--red);
}

.bg_light {
    background-color: var(--light);
}

.bg_dark {
    background-color: var(--blue);
}

.bg_dark :is(h2,h3,p,li) {
    color: #FFF;
}

.anchorlink {
    scroll-margin-top : 10em;
}

/* ============= Slideshow ============= */

.slideshow {
    /*border: yellow 3px solid;*/
    width: 100%;
    height: auto;
}

.slideshow img {
    width: 100%;
    height: auto;
}

.slide, .slick-list {
    padding: 0;
}

/* ============= Hero ============= */

.col_sliders {
    padding: 0;
    /*background-color: palegreen;*/
}

.col_headline {
    padding: 3vw;
}

.col_headline img {
    margin-bottom: 3vw;
}

.hero {
    padding: 0;
}

.hero h2 {
    color: #FFF;
    font-size: 12vw;
    line-height: 0.6;
}

.hero span {
    display: block;
}

.hero h2 span:nth-child(2) {
    margin-left: 17vw;
}

.logo {
    position: relative;
    display: block;
    margin: -60px auto 0;
    text-align: center;
}

/* ============= Hero ============= */

.hero {
    padding: 0;
    /*overflow: hidden;*/
    position: relative;
    min-height: 25vw;
    margin-bottom: 5vw !important;
    /*border: solid 3 px red;*/
}

.hero figure:not(#wpcontent .hero figure) {
    margin-bottom: 0;
    overflow: hidden;
    /*height: 50%;*/
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;   
    top: 0;
    left: 0;   
}

.hero img :not(#wpcontent .hero img) {
    position: absolute;
    width: 100%;
    top: -10vw;
}

.hero .wp-block-group {
    position: relative;
    z-index: 10;
    background-color: var(--blueTransp);
    padding: 75px 45px;
/*    width: fit-content;
    left: 10vw;
    top: 5vw;
*/    /*max-width: 500px;*/
    left: 0;
    top: 0;
    border-radius: 5px;
}

.hero .wp-block-group :is(h1,p) {
    margin-top: 0;
    color: #FFF;
}

.hero .wp-block-group h1 {
    margin-bottom: 10px;
    text-align: center;
}

.hero .wp-block-group hr {
    color: #FFF !important;
    width: 50%;
}

.hero .wp-block-group div:has(>.btn) {
    text-align: center;
}


/* ========== Page Styles ========= */


main {
    overflow: hidden;
}

.row_style {
}

.row_style .wp-block-group {
    background-color: #FFF;
    height: 100%;
    border-radius: 4px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.row_style .leadin {
    left: -30px;  
    margin-top: 0;  
}

/* === Link Block === */

.linkblock {
    display: block;
    padding: 15px;  
    transition: background-color 0.2s;  
    border-radius: 5px;
}

.linkblock:hover {
    background-color: #ddd;
}

.linkblock img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.linkblock h2 {
    font-size: 1.4em;
}

.linkblock, .linkblock :is(h2,p) {
    text-decoration: none !important;
    /*background-color: red;*/
}


/* ========== Form ========== */

.contact h2 {
    font-weight: 500;
    margin: 1.5em 0;
}

form input {
    height: 60px !important;
    border-radius: 2px !important;
}

form .frm_checkbox {
    padding-left: 25px !important;
}

form input[type=checkbox] {    
    margin-left: -25px !important;
    /*padding-left: 60px !important;*/
}

/* ========== Footer ========== */

.copyright {
    text-align: center;
    padding-top: 15px;
}


/* ========== Responsive Start ========== */

@media(min-width: 768px) {

    body {
        font-size: 16px;
    }

    h1, h2, h3, p {
        text-align: initial;
    }

    p, li {
        line-height: 1.5;
        text-align: left;
    }

    li {
        line-height: 1;
    }

    .btn.btn-primary {
    }

    .d_only {
        display: block;
    }

    /* === Header / Navigation === */

    .m_only,
    .m_nav,
    .m_nav.open {
        display: none;
    }   

    .d_nav {
        display: block;
        align-self: center;
    }

    .top_nav {
        padding: 0;
    }

    .logo_col {
        flex: none;
        width: 100%;
        display: block;
        align-self: center;
    }

    .logo_col img {
        width: 200px;
        height: auto;
        cursor: pointer;
    }

    .primary {
        padding: 0 0 15px 0;
        justify-content: flex-start;
    }

    .primary > div {
    }    

    .primary .col {
        flex: none;
    }

    .primary .nav_col {
        flex: 1;
        max-width: 350px;
        align-self: center;
    }

    .primary nav {
        width: 100%;
    }

    .primary .nav_col ul {
        justify-content: space-between;
    }   

    .primary .nav_col li {
        padding: 0 1px;
        margin-bottom: 0;
    }  

    .primary .nav_col a {
        font-weight: 500;
        font-style: normal;        
        color: var(--blue) !important;
        font-size: 1.2em;
        padding: 10px 10px;
        position: relative;
        line-height: 1;
        text-align: center;
        align-self: center;
    }

    .primary .nav_col a:before {
        content: '';
        width: 1%;
        height: 1%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.5;
        background-image: url(/wp-content/uploads/2024/11/stump.webp);
        background-repeat: no-repeat;
        background-size: auto 70%;
        background-position: center;  
        z-index: -1; 
        transition: width 0.2s, height 0.2s;
    }

    .primary .nav_col a:hover:before {
        width: 100%;
        height: 100%;        
    }

    .primary .contact_button a {
        background-color: #F05C1B;
        color: #FFF !important;
    }

    .primary .buttonlink {
        max-width: 200px;
        align-self: center;
    }

    .primary .buttonlink a {
        background-color: var(--green);
        padding: 6px 20px;
        border-radius: 100px;
        align-self: center;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
    }

    .secondary {
        background-color: #2DB1C3;
        padding: 15px 0;
    }

    .secondary .row {
        justify-content: flex-end;
    }

    .secondary .row > div {
        width: fit-content;
    }

    .secondary .nav_col {
        flex: none;
    }

    .secondary .nav_col a {
        color: #FFF !important;
    }

    .secondary .search_col {
        max-width: 200px;
    }

    .secondary .search_col input,
    .secondary .search_col button {
        height: 25px;
        border: none;
    }

    .secondary .search_col input {

    }

    .secondary .search_col button {
        padding: 0;
        margin: 0;      
        background-color: #e8e8e8;
    }

    /* ======== Submenu ======== */

    header {
        overflow: visible;
    }

    header li ul {
        margin: 0;
        padding: 0;
        width: fit-content;
    }

    header li ul li{
        margin-bottom: 0;        
        /*background-color: orange !important;*/
    }

    header li li a {        
        white-space: nowrap;
        border-bottom: #ddd solid 1px;
        text-align: left !important;
        font-size: 0.85em !important;
        padding: 15px !important;
    }

    header .primary li li a:hover {
        background-color: var(--blue);
        color: #FFF !important;
    }

    /* ======== Hero Areas ======== */

    .hero {
        /*background-color: burlywood;*/
    }

    .hero figure:not(#wpcontent .hero figure) {
        position: absolute;
        bottom: 0;
        right: 0;
        /*width: 130%;*/
        left: auto;
    }

    .hero img:not(#wpcontent .hero img) {
        position: relative;
        height: auto;
        width: 100%;
        /*max-width: 25000%;*/
        bottom: 0;
        right: 0;
        left: auto;
        top: 0;
    }
    
    .hero .wp-block-group {
        max-width: 50%;
    }

    .hero .wp-block-group :is(h1,p) {
        text-align: left;
        max-width: 800px;
    }   

    .hero .wp-block-group h1 {
        /*font-size: 6em;*/
    }

    .hero .wp-block-group p {
        font-size: 1.44em;
    }

    .hero .wp-block-group div:has(>.btn) {
        text-align: left;
    }    

}

@media(min-width: 950px) {

    /* === Header / Navigation === */

    .primary {
        justify-content: space-between;
        padding: 0;
    }

    .primary > div {
        width: fit-content;
    }

    .hero img:not(#wpcontent .hero img) {
        top: -12vw;
    }

}

@media(min-width: 992px) {

    .primary .nav_col ul {
        /*padding-left: 45px;*/
    }      

    .primary .nav_col a {
        /*padding: 30px 0; */
    }     

}

@media(min-width: 1300px) {
    .hero .row > div:first-child div {
        /*padding: 0 3vw 0 0;*/
        padding: 0;
    }

    .hero .wp-block-group {
        position: relative;
        z-index: 10;
        background-color: var(--blue);
        padding: 75px 45px;
        width: fit-content;
        left: calc((100vw - 1200px) / 2);
        top: 5vw;
        max-width: 500px;
        border-radius: 5px;
    }    
}

