body.page-template-template-contact iframe{
    width: 100%;
    flex: 0 0 49%;
    border-radius: 15px;
}

body.page-template-template-contact .contactcontent{
    flex: 0 0 49%;
}

body.page-template-template-contact .content-container{
    overflow: visible;
}

body.page-template-template-contact h1 span{
    position: relative;
    font-family: 'caveat', sans-serif;
    bottom: 5px;
    font-weight: 500;
}

body.page-template-template-contact .groenecubes{
    width: 400px;
    position: absolute;
    right: -60px;
    top: 100px;
}

body.page-template-template-contact .contactwrapper{
    position: relative;
}

body.page-template-template-contact h1 span:before{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    bottom: -25px;
    left: 0;
    background-image: url(/wp-content/themes/charliens/assets/images/stroke.png);
    background-size: contain;
    background-position: center;
}

body.page-template-template-contact .contactinfowrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: 40px;
}

body.page-template-template-contact .contactinfowrapper .contacticons li a{
    display: flex;
    color: black;
    gap: 5px;
    align-items: center;
    font-size: 18px;
}

body.page-template-template-contact .contactinfowrapper .contacticons li a{
    text-decoration: none!important;
}

body.page-template-template-contact .contactinfowrapper .contacticons li a{
    font-weight: normal!important;
}

body.page-template-template-contact .contactinfowrapper .contacticons li a i{
    width: 30px;
    height: 30px;
    color: black;
    display: flex;
    align-items: center;
}

body.page-template-template-contact .contactinfowrapper .contacticons li{
    list-style-type: none;
    margin-bottom: 10px;
}

body.page-template-template-contact .contactcontent h3{
    margin-bottom: 10px;
}

body.page-template-template-contact .contactcontent p:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
    body.page-template-template-contact .contactcontent{
        flex: 0 0 100%;
    }

    body.page-template-template-contact .content-container{
        padding-bottom: 0;
    }

    body.page-template-template-contact iframe{
        margin-top: 20px;
        flex: 0 0 100%;
    }

    body.page-template-template-contact .groenecubes{
        display: none;
    }
}