/*

Theme Name: KZGW
Text Domain: KZGW

*/


.site-logo {
    background-image: url('/wp-content/themes/kzgw/dist/img/kzgw_logo@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 35px;
    max-width: 235px;
}

.site-logo-mobile {
    background-image: url('/wp-content/themes/kzgw/dist/img/kzgw_logo-notext@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 35px;
    width: 304px;
    height: auto;
    display: none;
}

.header-wrapper {
    background-image: url("/wp-content/themes/kzgw/dist/img/ucr-muzen.jpg");
    background-size: cover;
    background-position: center center;
    height: 375px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

#header-menu-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

#header-menu-mobile li {
    list-style: none;
}

#header-menu-mobile a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

#header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

#header-menu li {
    list-style: none;
}

#header-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.site-header {
    display: flex;
    justify-content: space-between;
    flex-shrink: 1;
}

.site-header .menu-item {
    display: flex;
    position: relative;
}

.site-header .menu-item a {
    display: flex;
    align-items: center;
}

.menu-main-menu-container > ul > .menu-item > .menu-item-link {
    padding: 10px 0;
}

.site-header .menu-item-has-children .sub-menu {
    display: none;
    width: 250px;
}

.site-header .menu-item-has-children:hover > .sub-menu {
    display: flex;
}

.site-header .sub-menu {
    background-color: #0082BA;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    list-style: none;
    z-index: 10;
}

.site-header .menu-item-has-children > .sub-menu {
    top: 100%;
}

.site-header .menu-item-has-children > .sub-menu .sub-menu {
    top: -10px;
    left: 95%;
}

.site-header .menu-item-link {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.site-header .menu-item-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.site-header .menu-item i.fa-chevron-down {
    font-size: 9px;
    margin-left: 6px;
}

.site-header .menu-item-has-children i.fa-chevron-right {
    font-size: 9px;
}

.site-header .sub-menu-item-link {
    text-decoration: none;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-direction: column;
}

.site-header .menu-item-has-children .sub-menu a {
    background-color: #0082BA;
    padding: 10px 20px;
}

.site-header .menu-item-has-children .sub-menu a:hover {
    background-color: #0074a7;
    transition: all 0.5s ease;
}

.site-header .menu-item-has-children > .sub-menu {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.15);
}

.site-header-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-header-end a, .site-header-end a:active, .site-header-end a:visited {
    color: #fff;
    text-decoration: none;
}

.site-header-end a:hover {
    text-decoration: none;
    color: #000;
}

.word-lid-button {
    border: 2px #fff solid;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    margin-right: 30px;
    transition: all 0.5s ease;
    white-space: nowrap;
}

.word-lid-button:hover {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    margin-right: 30px;
    background-color: #fff;
    color: #000;
    transition: all 0.5s ease;
}

.search-button-header {
    color: #fff;
}

.searchform-container {
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    top: 185px;
}

.searchform {
    display: flex;
    align-items: center;
}

.searchform.focused {
    -webkit-box-shadow: 0px 0px 8px 8px rgba(255,255,255,0.25);
    -moz-box-shadow: 0px 0px 8px 8px rgba(255,255,255,0.25);
    box-shadow: 0px 0px 8px 8px rgba(255,255,255,0.25);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.42, 0, 0.42, 1);
    transition-duration: 300ms;
}

.searchform input[type=text] {
    font-family: 'Open Sans';
    font-size: 18px;
    margin: 0;
    flex-grow: 1;
    flex-shrink: 1;
    border: none;
    box-sizing: border-box;
    outline: none;
}

.search-submit-button {
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-magnifier {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-blue {
    color: #0082BA;
}

.menu-home-icon {
    filter: brightness(0%) invert(1);
    width: 20px;
    height: auto;
    margin-right: 20px;
}

#main-menu-visible {
    display: none;
}

#main-menu-visible:checked ~ .main-menu-container {
    transform: translateX(-100%);
}

.main-menu-container {
    top: 0;
    left: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 100px 0 0 0;
    background-color: #0082BA;
    transition: transform 0.4s ease-in-out;
    z-index: 9;
    overflow: auto;
}

.main-menu-button {
    width: 24px;
    height: 24px;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 10px;
    margin: 30px 30px 0 0;
    z-index: 10;
}

.main-menu-button span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.65, 0.5, 0.65, 1.5);
}

.main-menu-button span:nth-of-type(1) {
    top: 0;
}
.main-menu-button span:nth-of-type(2) {
    top: 11px;
}
.main-menu-button span:nth-of-type(3) {
    top: 22px;
}

#main-menu-visible:checked ~ .main-menu-button span:nth-of-type(1) {
    top: 11px;
    transform: rotate(45deg);
    width: 24px;
    margin: 0;
}
#main-menu-visible:checked ~ .main-menu-button span:nth-of-type(2) {
    top: 11px;
    width: 0;
}
#main-menu-visible:checked ~ .main-menu-button span:nth-of-type(3) {
    top: 11px;
    transform: rotate(-45deg);
    width: 24px;
    margin: 0;
}

.main-menu-container #header-menu-mobile {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.main-menu-container #header-menu-mobile li {
    width: 100%;
}

.main-menu-container #header-menu-mobile li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #0082BA;
    padding: 20px;
}

.main-menu-container #header-menu-mobile li a:hover {
    background-color: #0074a7;
    transition: all 0.5s ease;
    padding: 20px;
}

.main-menu-container #header-menu-mobile .sub-menu a {
    background-color: #1374A7;
}

.main-menu-container #header-menu-mobile .sub-menu a span {
    margin-left: 20px;
}

.main-menu-container #header-menu-mobile i.fa-chevron-down {
    font-size: 9px;
}

.over-deze-foto {
    color: #fff;
    text-decoration: none;

    position: absolute;
    right: 20px;
    top: 100px;
    margin: 0!important;
}

.over-deze-foto > * {
    margin-top: 0!important;
}

@media only screen and (max-width: 1440px) {
    .site-header {
    display: flex;
    }
    .main-menu-container {
    display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .site-header {
        display: none;
    }
    .site-header-end {
        display: none;
    }
    .main-menu-container {
        display: block;
    }
    .searchform input[type=text] {
        font-size: 14px;
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .site-header {
        display: none;
    }
    .site-header-end {
        display: none;
    }
    .site-logo {
        display: none;
    }
    .site-logo-mobile {
        display: block;
    }
    .main-menu-container {
        display: block;
    }
    .header-content {
        justify-content: flex-start;
    }
    .searchform input[type=text] {
        font-size: 12px;
        padding: 0;
    }
}
