:root {
    --bg-color: #fff;
    --lowlight: #aaa;
    --highlight: #000;
    --pink: #d8035f;
}


* {
    box-sizing: border-box;
    position: relative;
}

html, body {
    width:100%;
    margin:0px;
    padding:0px;
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    background: #fff;
}

.wf-loading { visibility: hidden;}

h1, h2, h3, h4 {
    font-weight: 700;
    font-style: normal;
    padding: 0px;
    margin: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

.pink {
    color: var(--pink);
}

.cntr {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 1400px;
    line-height: 160%;
}

    .cntr h3 {
        padding: 20px 0px;
    }


#topmenu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: linear-gradient(black, transparent);
    padding: 25px 0px;
    height: 250px;
    z-index: 99;
    transition: .5s;
}

    #topmenu .logo, #footer .logo {
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 20px;
        z-index: 99;
    }



    #topmenu .logo img {
        height: 115px;
        xfilter: invert(100%) sepia(11%) saturate(0%) hue-rotate(126deg) brightness(106%) contrast(102%);
        transition: .5s;
    }




    .scrolled #topmenu .logo img {
        height: 60px;
        transition: .5s;
    }

    .scrolled #topmenu {
        height: 80px;
        transition: .5s;
        padding: 0px;
    }

    #topmenu .buttons {
        text-align: right;
        padding-right: 50px;
    }

        #topmenu .buttons a {
            display: inline-block;
            text-decoration: none;
            color: #fff;
            padding: 10px 20px;
            font-size: 20px;
            
        }

            #topmenu .buttons a:hover {
                text-shadow: 2px 2px 2px #fff;
            }







#hero {
    width: 100%;
    height: 100vh;
    background: url(/images/excel-oeffelt-header.jpg);
    background-size: cover;
    display: table;
}

    #hero:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
    }

    #hero .cl {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10%;
    }

    #hero h1 {
        color: #fff;
        font-weight: 1000;
        font-size: 80px;
        text-transform: uppercase;
        display: inline-block;
        max-width: 50%;
        line-height: 70px;
    }

    #hero h2 {
        color: var(--bg-color);
        font-weight: 1000;
        font-size: 20px;
        text-transform: uppercase;
    }

.mt {
    margin-top: 200px !important;
}

.hlfcntr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 40px;
    gap: 40px;
    align-items: center;
}

    .hlfcntr .hlf {
        line-height: 160%;

    }

    .hlfcntr .hlf.txt {
        padding: 150px;
        color: #000;
        
    }

        .hlfcntr .hlf.txt.l {
            padding-right: 350px;
        }

        .hlfcntr .hlf.txt.r {
            padding-left: 350px;
            text-align: right;
        }

    .hlfcntr .hlf.clr {
        background: var(--bg-color);
        
    }

        .hlfcntr .hlf img {
            object-fit: cover;
            height: 100%;
            width: 100%;

        }

        .hlfcntr .hlf h2 {
            display: inline-block;
            text-transform: uppercase;
            font-weight: 100;
            color: var(--highlight);
            font-size: 30px;
        }

        .hlfcntr .hlf h3 {
            display: inline-block;
            text-transform: uppercase;
            font-weight: 100;
            color: var(--lowlight);
            font-size: 20px;
            margin-top: -10px;
        }

.mm {
    xmax-height: 600px;
}

.blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 80px;
    margin: 80px auto 150px auto;
    width: 100%;
    max-width: 2400px;
    padding: 0px 20px;

}

    .blocks div {
        aspect-ratio: 8/7;
        text-decoration: none;
        color: #000;
        font-size: 25px;
        background-size: cover;
        transition: .5s;
    }

    .blocks div:hover {
        transform: scale(1.1);
        transition: .5s;
    }



    .xblocks a:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        transition: .5s;
    }

    .ss img:nth-child(2) {
        display: none;
    }


.wwd {
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
    padding: 0px 40px;
}     

    .wwd h2 {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 100;
        color: var(--highlight);
        font-size: 30px;
    }

    .wwd h3 {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 100;
        color: var(--lowlight);
        font-size: 20px;
        margin-top: -10px;
    }


#footer {
    xheight: 600px;
    background: #000;
    color: #fff;
    font-size: 14px;
}
    
    #footer .center .logo {
        top: 200px;
        left: 100px;
        padding: 0px;
    }

        #footer .logo img {
            height: 150px;
            transition: .5s;
            xfilter: invert(100%) sepia(11%) saturate(0%) hue-rotate(126deg) brightness(106%) contrast(102%);
        }

    #footer .center .r {
        position: relative;
        text-align: right;
        padding: 100px 200px;
    }

.bldm {
    max-height: 800px;
    margin: 50px;
}

.btn {
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 6px 43px 6px 10px;
    transition: .5s;
    background: #fff;
    box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
}

    .btn:hover {
        transition: .5s;
        background: #000 !important;
        color: #fff;

    }

.btninvert {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 6px 43px 6px 10px;
    transition: .5s;
    background: #000;
    box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
}

    .btninvert:hover {
        transition: .5s;
        background: #fff !important;
        color: #000;

    }



.ib {
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
}


ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#footer a {
    color: #fff;
    font-size: 16px;
}

    #footer a:hover {
        color: var(--lowlight);
    }


.sprk li {
    padding: 4px;
}

.sprk li .fa-solid {
    margin-right: 20px;
}

#mobilemenu, #hamburger {
    display: none;
}

.maincontainer {
    margin-top: 150px;
}


.cntr {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}

.alrt {
    background: #fff;
    margin: 40px auto;
    width: 100%;
    max-width: 900px;
    padding: 30px 30px 30px 80px;
    border-top: 10px solid var(--pink);
    border-left: 10px solid var(--pink);
    border-right: 0px;
    border-bottom: 0px;

    border-radius: 35px 0px 0px 0px;
    
}
    
    .alrt::before {
        content: '\f06a';
        position: absolute;
        top: -2px;
        left: 8px;
        color: var(--pink);
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 40px;
    }