/*
Theme Name: Charlie - Nova Septem
Author: het Nova Septem team
Author URI: https://novaseptem.nl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: charliens
*/

section#hero{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0 !important;
    margin: 0 auto;
}

section#hero .heroafbeelding {
    width: 100%;
}

section#hero .heroafbeelding .splide__slide{
    padding: 200px 0;
}

section#hero .heroafbeelding .splide__slide .captions{
    position: relative;
    z-index: 2;
}

section#hero .heroafbeelding .splide__slide:before{
    background: #ffffff82;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}

section#hero .heroafbeelding .splide__slide h1{
    margin-top: 0;
    margin-bottom: 10px;
}

section#hero .heroafbeelding .splide__slide p{
    font-size: 20px;
}

section#hero .heroafbeelding img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section#hero .herowaves{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    
}

section#hero .herowaves img{
    width: 100%;
    
}

.home section#hero .herocontainer{
    width: 35%;
    z-index: 1;
    margin-left: 10%;
}

section#hero .contentrightslide{
    margin: 0 auto;
    position: relative;
}

section#hero .contentrightslide h3{
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    color: #04112A;
    margin: 0;
    margin-bottom: -10px!important;
    font-family: 'Calendula', sans-serif;
    opacity: 0;
    padding-bottom: 20px;
}

.page-template-template-landingspagina section#hero .herobeeldmerk{
    height: 200px;
    min-width: unset!important;
}

section#hero .herobeeldmerk{
    width: 40%;
    top: -100px;
    right: 0;
    position: absolute;
}

section#hero .beeldmerkglow{
    top: -168px;
right: 0;
width: 40%;
height: 1124px;
/* UI Properties */
background: transparent radial-gradient(closest-side at 50% 50%, #9CD8D3 0%, #B1F1FF00 100%) 0% 0% no-repeat padding-box;
opacity: 0.25;
position: absolute;
pointer-events: none;
}

section#hero .herobeeldmerk img{
    width: 100%;
}

section#hero a:hover{
    opacity: 0.95!important;
}

section#hero .contentrightslide h1{
    font-weight: bold;
    color: var(--maincolor);
    font-size: 55px;
    line-height: 60px;
    margin: 0;
    opacity: 0;
    position: relative;
    z-index: 1;
    margin: 25px 0px;
    width: 60%;
}

section#hero .contentrightslide .aftertitel{
    width: 20%;
    position: absolute;
    right: 25%;
    top: -50px;

} 

section#hero .contentrightslide h2{
    font-weight: bold;
    color: var(--maincolor);
    margin: 0;
    opacity: 0;
    position: relative;
    z-index: 1;
    margin: 25px 0px;
    font-family: 'monsterrat', sans-serif!important;
}

section#hero .contentrightslide a{
    opacity: 0;
}

section#hero .raam{
    width: 375px;
    height: 650px;
    overflow: hidden;
    border-radius: 200px;
}

section#hero .raam .innerraam{
    height: 100%;
    width: 100%;
    position: relative;
}

section#hero .raam .innerraam .raamdeur{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #04112A;
}

section#hero .raam img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

section#hero .contactraam{
    width: 375px;
    height: 650px;
    overflow: hidden;
    border-radius: 200px;
    border: 2px solid #04112A;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    box-sizing: border-box;
    z-index: 1;
}

section#hero .contactraam li img{
    width: 40px;
    height: auto;
}

section#hero .contactraam li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 100%;
    justify-content: center;
    gap: 30px;
    color: #053175;
    font-size: 18px;
}

section#hero .contactraam li a{
    color: #053175;
}

section#hero .contactraam li .contactinfo{
    flex: 0 0 50%;
}

h1{
    font-size: 60px;
    line-height: 66px;
    font-weight: 800;
}

h2{
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
}

h3{
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
}

a.button, input.button{
    cursor: pointer;
    padding: 10px 20px;
    background: var(--maincolor);
    color: white;
    border-radius: 3px;
    display: inline-flex !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

a.button img{
    width: 10px;
    height: auto;
    filter: brightness(9999);
}

body{
    background: white;
    
}

textarea{
    font-weight: normal;
}

html{
    overflow-x: hidden;
}

@media only screen and (max-width: 1000px) {
    h1{
        font-size: 40px;
        line-height: 50px;
    }
    
    h2{
        font-size: 30px;
    }
}

