/*
-----------------------------------------------------

Theme Name:     DHZ - Support
Theme URI:      https://www.wmtd.nl
Author:         Plan B & WMTD.nl
Author URI:     https://wmtd.nl
Description:    
Version:        1.0
License:        GNU General Public License
License URI:    http://www.gnu.org/licenses/gpl-2.0.html

-----------------------------------------------------
*/


/* rules for certain pages */
.page-id-36 header {
	display: none;
}

.page-id-39 header {
	display: none;
}

.gform_confirmation_message {
	text-align:center;
}


:root {
    --black: #121212;
    --lightgreen: #1A3E2F;
    --hero_title: 75px;
    --hero_title_lineheight: 68px;
    --donkerblauw_dhz: #456573;
 	--lichtblauw_dhz: #D6E1E6;
 
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: var(--black);
    line-height: 1.8;
}

input, 
select {
    font-family: "Open Sans", sans-serif;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

a,
input,
button,
.gform_footer input[type="submit"] {
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

a {
    text-decoration: none;
    color: var(--donkerblauw_dhz);
}

a:hover {
    color: var(--black);
}

.row {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 990px;
}

header#main-header {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* max-width: 1190px; */
}

#logo svg {
    width: auto;
    height: 24px;
    margin-top: 8px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
}

.hamburger {
    display: none;
}

.wp-block-quote {
    border-left: solid 1px #ddd;
    margin: 0;
    padding-left: 40px;
}

.alignleft {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
}

.alignright {
    float: right;
    padding-left: 30px;
    padding-bottom: 30px;
}

h1 {
	color: var(--donkerblauw_dhz);
}

h1.page-title {
    text-align: center;
    font-size: 2 rem;
}

h1.form-title {
    text-align: center;
    font-size: 2 rem;
    margin:0;
}


h2.page-title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    margin:0;
}


.content_builder_faqs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content_builder_faq_section_title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
  	color: var(--donkerblauw_dhz);
}

.content_builder_faq {
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    margin-bottom: 10px;
}

span.faq_toggle_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    padding: 22px 35px;
}

.faq_toggle_content {
    padding: 0 35px 22px 35px;
}


@media only screen and (max-width: 1024px) {



}






@media only screen and (max-width: 768px) {

.hamburger {
    display: block !important;
    width: 52px;
    height: 52px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 999;
    outline: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.hamburger-box {
    width: 42px;
    height: 42px;
    display: inline-block;
    position: relative;
    top: 6px;
    left: 1px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}

.hamburger-inner {
    width: 26px;
    left: 8px;
}

.hamburger-inner::before, 
.hamburger-inner::after {
    width: 18px;
    left: 4px;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    position: absolute;
    height: 1px;
    background-color: var(--black);
    border-radius: 4px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -8px; 
}

.hamburger-inner::after {
    bottom: -8px; 
}

/*
header.open-menu {
    position: fixed;
    padding: 25px 0 !important;
}
*/


header.open-menu #logo {
    z-index: 999;
}

header.open-menu  #logo svg {
    width: 100px;
    height: 60px;
}

header.open-menu .hamburger {
    background: var(--beige);
}

header.open-menu .hamburger .hamburger-inner::before, 
header.open-menu .hamburger .hamburger-inner::after {
    width: 27px;
}

/*
button.hamburger.hamburger--stand.is-active {
    top: -10px;
    right: 10px;
}
*/

.hamburger--stand.is-active .hamburger-inner {
    height: 0px;
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.75s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
  
.hamburger--stand.is-active .hamburger-inner::before {
    background-color: var(--black);
    top: -2px;
    transform: rotate(-45deg);
    transition: top 0.75s 0.1s ease-out, transform 0.75s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hamburger--stand.is-active .hamburger-inner::after {
    background-color: var(--black);
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.75s 0.1s ease-out, transform 0.75s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header nav {
    position: fixed;
    z-index: 2;
    top: -110%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

header.open-menu nav {
    top: 0;
}

header nav ul {
    display: block;
    padding: 0;
    margin: 120px 0 0 !important;
}

header nav ul li {
    display: block;
    width: 100%;
    padding: 0 15px;
}

header nav ul li a {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    padding: 12.5px 0;
    color: var(--donkerblauw_dhz) !important;
    font-size: 20px;
    line-height: 24px;
    border-bottom: solid 1px;
}

header nav ul li a:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13px;
    height: 14px;
}

}
