/*
Theme Name: cultimech
Author: seaio.interactive
Author URI: https://www.seaio.ch
Description: Individual template created for WordPress
Version: 1.0
*/

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    color: #D4DCD8;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    overflow-x: hidden;
    font-family: 'Inter';
    background: #23352B;
}
h1 {
    color: #D4DCD8;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
}
h2 {
    color: #D4DCD8;
    font-size: 68px;
    font-weight: 600;
    line-height: 68px;
    margin: 0;
}
h3 {
    color: #D4DCD8;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
}
h4 {
    color: #D4DCD8;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 0 30px;
    position: relative;
}
h4:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #FF7618;
    left: -20px;
    top: 12px;
}
h5 {
    color: #D4DCD8;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin: 20px 30px 50px 30px;
}
h6 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
}
a{
    color: #D4DCD8;
    transition:all 0.25s linear;
}
a:hover{
    color: #FFF;
    text-decoration: none;
}
.sow-accordion-panel-content a {
    color: #FF7618;
}
.sow-accordion-panel-content a:hover {
    color: #aa4d0d;
}
em{
    color: #D4DCD8;
}
p{
    margin-top: 0;
}
a, :focus {
    outline: none;
}
.orange{
    color: #FF7618;
}
@media screen and (max-width: 959px) {
    h1 {
        font-size: 45px;
        line-height: 55px;
    }
    h2 {
        font-size: 58px;
        line-height: 58px;
    }
    h5 {
        margin: 15px 30px 0 30px;
    }
}
@media screen and (max-width: 639px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    h4 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 0 30px;
    }
}


.bodyDefault{
    background-color: #23352B;
}

/* page container */
.uk-container-large{
    max-width: 1540px;
}

/* special text in editor */
.ma_text{
    font-size: 22px;
    line-height: 25px;
}
.ma_text_light{
    font-weight: 400;
}
.ma_text br{
    display: none;
}
.ma_text i{
    font-style: normal;
}
@media screen and (max-width: 1280px) {
    .ma_text br{
        display: block;
    }
    .ma_text i{
        display: none;
    }
}
@media screen and (max-width: 959px) {
    .ma_text br{
        display: none;
    }
    .ma_text i{
        display: inline;
    }
}
@media screen and (max-width: 639px) {
    .ma_text{
        font-size: 18px;
        line-height: 22px;
    }
    .ma_text br{
        display: block;
    }
    .ma_text i{
        display: none;
    }
}



/* header */
.topLogo{
    padding: 12px 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.topLogoLight{
    display: block;
    transition:all 0.25s linear;
}
.topLogoDark{
    display: none;
    transition:all 0.25s linear;
}
.topHamburger{
    background: #FF7618;
    padding: 22px 26px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.topHamburgerClose{
    background: #FF7618;
    padding: 22px 29px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
.topHamburgerContent{
    background: #000;
    padding: 160px 80px 80px 80px;
    text-align: left;
    top: 0;
    right: 0;
    display: none;
    position: absolute;
    max-width: 640px;
    overflow: auto;
    max-height: calc(100vh - 240px);
    z-index: 999;
}
.topHamburgerContentLink {
    margin-top: 75px;
}
.topHamburgerContentLink a{
    margin-top: 20px;
    display: block;
}
.topHamburgerContentText1{
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 20px;
}
.topHamburgerContentText2{
    margin: 20px 0 120px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.topHamburgerContentTel{
    margin-bottom: 50px;
}
.topHamburgerContentTel a,
.topHamburgerContentMail a{
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
}
.topHamburgerContentTel img,
.topHamburgerContentMail img{
    margin-right: 25px;
}
@media screen and (max-width: 959px) {
    .topHamburgerContent{
        padding: 100px 80px 80px 80px;
    }
    .topHamburgerContentText2{
        margin: 20px 0 80px 0;
    }
    .topHamburgerContentTel{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 639px) {
    .topLogo{
        padding: 15px 0 0 15px;
    }
    .topLogo img{
        height: 40px;
    }
    .topHamburgerContent{
        padding: 80px 40px 40px 40px;
        height: 100vh;
        max-height: 100vh;
    }
    .topHamburgerContentText2{
        margin: 20px 0 40px 0;
    }
    .topHamburgerContentTel{
        margin-bottom: 15px;
    }
}


/* topnav */
.topNav{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    padding: 22px 0;
    transition:all 0.25s linear;
}
.topNav a{
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-right: 60px;
}
.topNav a:last-child{
    margin-right: 0px;
}
.uk-sticky.uk-active.uk-sticky-fixed .topNav{
    background: #E6E6E6;
}
.uk-sticky.uk-active.uk-sticky-fixed .topNav a{
    color: #65776E;
}
.uk-sticky.uk-active.uk-sticky-fixed .topNav a:hover{
    color: #000;
}

.uk-sticky.uk-active.uk-sticky-fixed .topLogoLight{
    display: none;
}
.uk-sticky.uk-active.uk-sticky-fixed .topLogoDark{
    display: block;
}



/* header */
.headerImage{
    height: 100vh;
    width: 100%;
    z-index: 1;
}
.headerImage img{
    object-fit: cover;
    object-position: center;
    height: 100vh;
    width: 100%;
}
.headerImageText{
    padding-bottom: 80px;
}
.headerImageText1{
}
.headerImageText2{
}
.headerImageText3{
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
}
.headerNoImage{
    height: 100px;
}
@media screen and (max-width: 959px) {
    .headerImageText2{
        margin-bottom: 50px !important;
    }
}
@media screen and (max-width: 639px) {
    .headerImageText{
        padding-bottom: 140px;
    }
    .headerImageText2{
        margin-bottom: 75px !important;
    }
}


/* subpage content */
.subpageContent{
    padding: 0;
}
.subpageContentInner{
    max-width: 1600px;
    margin: 0 auto;
}
.subpageContentInner h6{
    margin-bottom: 25px;
}
.bgcolor_{
    background-color: #23352B;
}
.bgcolor_light{
    background-color: #56665E;
}
.bgLineLeft{
    border-left: 1px solid #3F4D46;
    border-right: 1px solid #3F4D46;
    padding: 120px 30px;
}
.bgLineRight{
    border-right: 1px solid #3F4D46;
    padding: 120px 30px;
}
@media screen and (max-width: 959px) {
    .subpageAnchor{
        position: relative;
        top: -30px;
    }
    .bgLineLeft{
        border-left: none;
        border-right: none;
        padding: 80px 30px;
    }
    .bgLineRight{
        border-right: none;
        padding: 0 30px 80px 30px;
    }
}
@media screen and (max-width: 639px) {
    .subpageAnchor{
        top: -60px;
    }
    .bgLineLeft{
        padding: 40px 15px;
    }
    .bgLineRight{
        border-right: none;
        padding: 0 15px 40px 15px;
    }
}


/* footer */
footer{
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    background: #000;
}
.footerLogo img{
    width: 110px;
    height: auto;
}
.footerAddress{
}
.footerAddressEmail{
    margin-top: 20px;
}
.footerLinks{
    margin: 120px 0 0 0;
    opacity: 0.5;
}
.footerLinks a{
    text-decoration: none;
}
.footerLinks a:hover{
    opacity: 1;
    text-decoration: none;
}
@media screen and (max-width: 959px) {
    footer .bgLineRight{
        padding: 80px 30px 50px 30px;
    }
    .footerLinks{
        margin: 60px 0 0 0;
    }
}
@media screen and (max-width: 639px) {
    .footerLogo img{
        width: 35px;
    }
    footer .bgLineRight{
        padding: 35px 0px 30px 25px;
    }
}



/*
 * print styles
 */
@media print{
    .uk-grid {
        display: inline !important;
    }
}
