/*
Theme Name: Bureau Hanze
Theme URI: https://bureauhanze.nl
Author: Bureau Hanze (Bart Nijenhuis)
Author URI: https://bureauhanze.nl
Description: WordPress, SEO, Webdevelopment.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Bureau Hanze
*/




@font-face {
    font-family: "Autography";
    src: url("assets/fonts/Autography.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gobold Uplow";
    src: url("assets/fonts/Gobold-Uplow.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Jost Bold";
    src: url("assets/fonts/Jost-VariableFont_wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Jost";
    src: url("assets/fonts/Jost-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {

    --background-color: #E4E1CF;
    --button-color: #F0580C;
    --text-color: #4B2C29;
    --text-color-inverted: white;
    --text-color-special: #E4E1CF;

    --header-color: #4B2C28;
    --header-color-inverted: white;
    --header-color-special: #E4E1CF;

    --font-size-xxs: 10px;
    --font-size-xs: 14px;
    --font-size-sm: 16px;
    --font-size-root: 20px;
    --font-size-md: 24px;
    --font-size-lg: 28px;
    --font-size-xl: 32px;
    --font-size-xxl: 60px;
    --font-size-xxxl: 90px;

    --font-family-special: "Autography";
    --font-family-header: "Gobold Uplow";
    --font-family-text: "Jost";
    --font-family-text-special: "Jost Bold";

    --margin-xxs: 2px;
    --margin-xs: 4px;
    --margin-sm: 8px;
    --margin-md: 12px;
    --margin-lg: 16px;
    --margin-xl: 24px;
    --margin-xxl: 32px;
    --margin-xxxl: 48px;
    --margin-xxxxl: 64px;
    --margin-xxxxxl: 96px;
    --margin-xxxxxxl: 112px;

    --padding-xxs: 2px;
    --padding-xs: 4px;
    --padding-sm: 8px;
    --padding-md: 12px;
    --padding-lg: 16px;
    --padding-xl: 24px;
    --padding-xxl: 32px;
    --padding-xxxl: 48px;
    --padding-xxxxl: 64px;
    --padding-xxxxxl: 96px;
    --padding-xxxxxxl: 112px;

    --border-radius: 16px;
    --border-radius-lg: 24px;

    --container: 1435px;
    --container-lg: 1720px;
    --container-header: 1920px;
}

* {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all 0.2s;

}

body {
    background: var(--background-color);
}

h1, h2, h3, h4 {
    font-family: var(--font-family-header);
    font-size: var(--font-size-xxl);
    color: var(--header-color);
    display: inline;
}

h3{
    font-size: var(--font-size-xl);
}

p {
    color: var(--text-color);
    font-family: var(--font-family-text);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
}

a {
    font-style: unset;
    text-decoration: unset;
    color: unset;
}

span {
    position: absolute;
    font-family: var(--font-family-special);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    line-height: 0;
    margin-left: -15px;
    top: -10px;
    font-weight: 400;
    color: var(--text-color);
    opacity: 0.5;

}

img {
    width: 100%;
    height: 100%;
}

.container {
    display: flex;
    margin: auto;
    max-width: var(--container);
    padding-top: var(--padding-xxxl);
    margin-top: var(--margin-xxxl);
    
}

header .container {
    padding-top: 0;
    margin-top: 0;
    max-width: var(--container-header);
    margin-bottom: 100px;
}
header .container figure {
    width: 100%;
    height: 100%;
}
@media(max-width: 1500px){
    .container:not(header .container) {
        padding: var(--padding-xxl);
        padding-top: 24px;
        padding-bottom: 0;
    }
}

header .container .header__content {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding: 0px 90px;
}

header .container .header__photo {
    z-index: 0;
}

header .container .header__content .header__logo {
    max-width: 300px;
    max-height: auto;
}

@media(max-width: 1500px){
    header .container .header__content .header__logo {
        max-width: 250px;
    }
}

.btn__text {
    display: flex;
}

.btn__text p {
    font-family: var(--font-family-special);
}

header .container .header__content .header__contact {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
}

.btn {
    font-family: var(--font-family-header);
    padding: var(--padding-sm) var(--padding-xl);
    border-radius: var(--border-radius-lg);
    background-color: var(--button-color);
    color: white;
}

.btn:hover {
    cursor: pointer;
}

.image-text .container {
    justify-content: space-between;
    margin-top: -150px;
}

.image-text .container .image-text__text {
    display: flex;
    flex-direction: column;
    margin-top: -28px;
    max-width: 630px;
}
.image-text__header{
    margin-bottom: var(--margin-lg);
}

.image-text .container .image-text__text p:nth-of-type(1) {
    font-family: var(--font-family-text-special);
}

.image-text .container .image-text__text p:nth-of-type(1) {
    font-family: var(--font-family-text-special);
    font-size: var(--font-size-md);
}

.images-text .container .images-text__item {
    display: flex;
    max-height: 300px;
    background: #DAB8A3;
    padding: 0px 32px;
    align-items: center;
    box-shadow: 0px 4px 26px 0px rgba(44, 43, 22, 0.25);

}

.images-text .container .images-text__item figure img {
    display: flex;
    width: auto;
}

.images-text .container .images-text__item figure {
    flex: 1;
    height: 100%;

}

.images-text .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    column-gap: 100px;
    background-image: url('assets/svg/circle.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.images-text .container .images-text__item .item__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.strong {
    margin-top: 28px;
    font-weight: 900;
    font-family: var(--font-family-text-special);
}

.images-text .container .images-text__item:nth-of-type(2), .images-text .container .images-text__item:nth-of-type(3) {
    flex-direction: row-reverse;
}

.images-text .container .images-text__item:nth-of-type(2) figure, .images-text .container .images-text__item:nth-of-type(3) figure {
    display: flex;
    justify-content: flex-end;
}

.images-text .container .images-text__item:nth-of-type(2), .images-text .container .images-text__item:nth-of-type(4) {
    margin-top: 100px;
}


.images-text .container .images-text__item:nth-of-type(2) {
    background: #8F7E73;
}

.images-text .container .images-text__item:nth-of-type(2) .item__text p, .images-text .container .images-text__item:nth-of-type(3) .item__text p {
    color: #E4E1CF;
}

.images-text .container .images-text__item:nth-of-type(2) .item__text h3, .images-text .container .images-text__item:nth-of-type(3) .item__text h3 {
    color: #E4E1CF;
}


.images-text .container .images-text__item:nth-of-type(3) {
    background: #4C2C29;
}

.images-text .container .images-text__item:nth-of-type(4) {
    background: #8E5B56;;
}

.images-text .container .images-text__item:nth-of-type(4) .item__text p, .images-text .container .images-text__item:nth-of-type(4) .item__text h3 {
    color: white;
}

footer .text-image__image figure img {
    max-height: 450px;
    max-width: 330px;
}

footer .container {
    justify-content: space-between;
    gap: 100px;
}

footer .container .footer__text-image {
    width: 100%;
    flex: 1;
}

footer .container .footer__text-image figure {
    display: flex;
    
}

footer .container .footer__text-image figure img {
    box-shadow: 0px 4px 26px 0px rgba(69, 38, 38, 0.30);
    
}
footer .container .footer__links {
    display: flex;
    flex-direction: row;
    gap: 28px;

}

footer .container .footer__links .links {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.links__text {
    margin-top: var(--margin-xl);
}

.links img {
    max-height: 18px;
    max-width: 18px;
}

footer a {
    font-size: 22px;
    font-family: var(--font-family-text-special);
    color: var(--text-color);
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.2s;
}

footer a:hover {
    color: #8F7E73;
}

.footer__cta {
    display: flex;
    flex-direction: column;
    flex: 3;
    gap: 32px;
}

.links__wrapper {
    flex: 2;
}

.footer__form {
    flex: 3;
}

.footer__copyright {
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

footer hr {
    width: 100%;
    height: 1px;
    border-color: #4B2C28;
    opacity: 0.2;
    align-self: flex-end;
}

.footer__copyright .copyright__text {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: var(--margin-xl);
    margin-bottom: var(--margin-xl);

}

.footer__copyright .copyright__text p {
    font-size: var(--font-size-xs);
    opacity: 0.5;
}

.form-group {
  position: relative;
}

.form-group label, .form-group-message label {
    position: absolute;
    width: 100%;
    transition: all 0s;
    transition: transform 0.2s;
    margin-left: 10px;
    font-size: 16px;
}

.form-group:focus-within label, .form-group-message:focus-within label, .form-group .active, .form-group-message .active{
    background: rgba(236, 234, 223, 1);    
    transform: translate(20px, -23px);
    padding: 0px 5px;
    width: unset;
    z-index: 9999;
}

footer form span {
    all: unset;
    position: absolute;
    z-index: -1;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--font-size-sm);
}

.wpcf7-response-output {
    
    font-family: var(--font-family-text);
    color: var(--text-color);
	font-style: italic;
	background: #DAB8A3;
}

footer form .form-group-message span {
    height: unset;
}

footer form p:not(.form-group-message p) {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    

}
footer form p:not(.form-group-final p:nth-last-child(1)) {
    opacity: 0.5;
}
.hidden-fields-container {
	display: none;
}

footer form p input {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.30);
    width: 100%;
}
footer form p input:focus-visible {
    outline: var(--header-color) auto 1px;
}

footer form p textarea:focus-visible {
    outline: var(--header-color) auto 1px;
}


footer form span textarea {
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.30);
    width: 100%;
    height: auto;

}

footer form span select {
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.30);
    width: 100%;
    height: 18px;
}

footer form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer .form-col {
    display: flex;
    gap: 16px
}
.text-image__text {
    display: flex;
}
.contact__header {
    margin-bottom: var(--margin-xxl);
}
.form-group-message {
    height: 170px;
    margin-top: 5px;
}

footer .form-group, .form-group-message {
    width: 100%;
}

footer .form-group, .form-group-message p {
    align-items: unset;
    height: 100%;
}

footer form br {
    display: none;
}

.screen-reader-response {
    display: none;
}
.form-group-final {

    display: flex;
    gap: 50px;
}

.form-group-final p {
    justify-content: flex-end;
}
.form-group-final .form-disclaimer {
    color: #452626;
    font-family: var(--font-family-text);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
}
.form-group-final input {
	cursor: pointer;
}
form input, form p {
	cursor: text;
}
form .form-group-select select {
    height: 100%;
    width: 100%;
    color: #452626;
    font-family: var(--font-family-text);
    font-size: 16px;
    padding: 6px;
}
form .form-group-select select:focus-visible {

    outline: #452626 auto 1px;
}

form .form-group-select select option{
    opacity: 0.5;
    padding: 10px;
}


.form-group-final p {
    width: unset !important;
}
footer form .form-group-final p:nth-last-child(1) input {
    font-family: var(--font-family-header);
    width: unset;
    padding: 8px 28px;
    text-transform: uppercase;
    color: white;
    background: var(--button-color);
    border-radius: 20px;
    font-size: 18px;
} 

@media(max-width:1200px){
    span{
        font-size: 60px;
        margin-left: -5px;
        top: -5px;
    }

    h1, h2, h3 {
        font-size: 32px;
    }

    .image-text h2{
        font-size: 50px;
    }

    p {
        font-size: var(--font-size-sm);
    }

    header .container .header__content .header__logo {
        max-width: 200px;
    }

    .image-text .container .image-text__text p:nth-of-type(1) {
        font-size: var(--font-size-root);
        line-height: 1.4;
    }

    .image-text .container {
        gap: var(--margin-xxxxl);
    }

    .image-text .container .image-text__text {
        flex: 1;
    }

    .image-text .container .image-text__image {
        flex: 1;
        align-self: center;
    }

    .images-text .container {
        column-gap: 48px;
    }

    .images-text .container .images-text__item:nth-of-type(2), .images-text .container .images-text__item:nth-of-type(4) {
        margin-top: 48px;
    }

    .images-text .container .images-text__item {
        max-height: 250px;
        padding: 0 20px;
    }

    footer .container {
        gap: var(--margin-lg);
    }

    footer .footer__links a {
        font-size: 18px;
    }
}

@media(max-width: 1000px) {
    h3{
        font-size: 24px;
    }

    .images-text .container .images-text__item {
        max-height: 225px;
        padding: 0 20px;
    }

    .images-text .container .images-text__item p {
        line-height: 1.4;
    }

    
    .form-group-final  {
        flex-direction: column;
        gap: 12px;
    }
}

@media(max-width: 850px) {

    .form-group-final  {
        flex-direction: row;
        gap: 50px;
    }

    header .container .header__content{
        padding: 0 48px;
    }

    .image-text .container .image-text__image {
        flex: 1;
        align-self: initial;
    }

    .image-text .container {
        flex-direction: column;
    }

    .images-text .container {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }


    .images-text .container figure {
        max-height: unset !important;
    }

    .image-text .container {
        margin-top: -50px;
    }

    .images-text__item {
        max-height:  unset !important;
    }

    .images-text .container .images-text__item:nth-of-type(2), .images-text .container .images-text__item:nth-of-type(4) {
        margin-top: 0;
    }

    .item__text {
        align-items: center;
        text-align: center;
        margin-bottom: 16px;
    }

    .images-text__item p {
        font-size: var(--font-size-root);
    }

    .images-text .container .images-text__item {
        padding: 20px 20px;
        align-self: center;
        flex-direction: column-reverse !important;
    }

    .images-text .container .images-text__item{
        padding-bottom: 0;
    }

    h3 {
        font-size: 40px;
    }

    .image-text {
        margin-bottom: 130px;
    }


    footer .container {
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    footer .container .footer__cta .footer__links {
        flex-direction: column;

    }

    footer .text-image__image figure img {
        max-width: unset;
        max-height: unset;
    }
}
@media(max-width: 600px) {

    
    .footer__links {
        flex-direction: column !important;
    }
    header .container .header__content .header__logo {
        max-width: 125px;
    }
    header .container .header__content {
        padding: 0 10px;
    }

    .form-group-final .form-disclaimer {
        font-size: 10px;
        line-height: 1.5;
    }
}