/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

html {
    font-size: 16px;
    line-height: 24px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Barlow', sans-serif;
    color: #253758;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
.grecaptcha-badge {
    display: none;
}
/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
:focus {
    outline: 0
}
a.post-edit-link {
    display: none
}
textarea, input[type="submit"] {
    -webkit-appearance: none;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.2;
}
h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 2rem;
}
h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 32px;
}
h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.5rem;
}
h4 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.25rem;
}

b, strong {
    font-weight: 700;
}
p, li, a {
    line-height: 24px;
}
p {
    margin: 16px 0px;
}
a {
    text-decoration: none;
}
li {
    line-height: 24px;
}

.home-link {
    position: relative;
    display: block;
    width:100%;
    max-width: 200px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 100%;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: none;
    vertical-align: top;
}
img {
    border-style: none;
}
img, video {
    height: auto;
    max-width: 100%;
}

section:after, article:after, .clear:after, #inner-header:after, .row:after, .social:after, .site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.sub-contentlaag {
    position: relative;
    padding: 40px 0px;
}
div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}
div#navbar ul {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: ;
}
:-moz-placeholder {
    color: ;
}
::-moz-placeholder {
    color: ;
}
:-ms-input-placeholder {
    color: ;
}
/**
 * Standaard
 * ----------------------------------------------------------------------------
 */

.inner {
    width: 100%;
    max-width: 1292px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}
.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.c-btn {
    display: table;
    padding: 16px 32px;
    text-decoration: none;
    transition: .1s ease-in-out;
    margin-top: 16px;
    background: #89cb00;
    border-radius: 4px;
    color: white;
    font-weight: 600;
}
.c-btn:hover {
    background: #73ab00;
}

/**
 * Start - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */

 .menu span {
    background: #132628;
    height: 2px;
}
.menu {
    width: 24px;
    height: 24px;
    position: relative;
    align-self: center;
}
header.site-header div.menu:after {
    content: 'menu';
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    bottom: -8px;
}
header.site-header div.menu .close-btn span:nth-of-type(2) {
    transform: rotate(-25deg);
    top: 50%;
}
header.site-header div.menu .close-btn span:nth-of-type(1) {
    transform: rotate(25deg);
    top: 50%;
}
section.sub-contentlaag.product-layer .images-box ul#big {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}
section.sub-contentlaag.product-layer {
    padding-top: 8px;
}
#big .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 40px);
    display: flex;
    justify-content: space-between;
    left: -20px;
}
.product-layer .right.content-box div.leveringsmelding {
    margin-top: 16px;
}
.product-layer .right.content-box p.customerservice:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #0093ff url(https://www.nosewings.com/wp-content/uploads/2022/12/check-white.png) no-repeat;
    display: block;
    border-radius: 100%;
    margin-right: 8px;
    background-size: 10px;
    background-position: 48% 60%;
}
.product-layer .right.content-box .leveringsmelding p:before {
    background: #0093ff url(https://www.nosewings.com/wp-content/uploads/2022/12/check-white.png) no-repeat;
    background-size: 10px;
    background-position: 48% 60%;
}
.language-switcher:after {
    content: '';
    display: block;
    height: 12px;
    background: url(https://www.nosewings.com/wp-content/uploads/2022/12/united-kingdom.png) no-repeat;
    position: absolute;
    width: 20px;
    right: 0;
    background-position: center center;
}
.language-switcher {
    width: 52px;
    height: 24px;
    background: url(https://www.nosewings.com/wp-content/uploads/2022/12/language_FILL0_wght400_GRAD0_opsz48-1.svg) no-repeat;
    background-size: contain;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    align-items: center;
}
.language-switcher.nl:after {
    background: url(https://www.nosewings.com/wp-content/uploads/2023/01/download.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.language-switcher > a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.product-layer .right.content-box p.customerservice a {
    color: #253758;
}

.product-layer .right.content-box div.leveringsmelding p {
    justify-content: flex-start;
    text-align: left;
}
.product-layer .right.content-box p.customerservice {
    margin: 0;
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    color: #253758;
    font-size: 16px;
}
.product-layer .right.content-box p.customerservice, .product-layer .right.content-box p.inhuis {
    margin-top: 8px;
}

header.site-header div.menu {
    overflow: hidden;
    margin-right: 16px;
}
img.alignnone.size-full.wp-image-25 {
    background: white;
    border-radius: 100%;
}
.site-header .inner {
    justify-content: space-between;
    align-items: center;
}
.usp-wrapper li {
    display: flex;
    align-items: center;
}
.usp-wrapper span.icon {
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-right: 8px;
}
.usp-wrapper .owl-stage {
    padding-left: 0 !important;
}
.usp-wrapper div.owl-item {
    position: relative;
}

.usp-wrapper div.owl-item:after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #0093ff;
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-30%);
}
.usp-wrapper div.owl-item:last-of-type:after {
    display: none;
}
span.search-btn {
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://www.nosewings.com/wp-content/uploads/2022/11/search.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 16px;
    cursor: pointer;
}
span.search-btn:hover {
    opacity: .7;
}
.zoekresultaten .search-filter-results > div.zoek-item a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.zoekresultaten .search-filter-results > div.zoek-item a span.c-btn {
    margin-top: 0;
}
.zoekresultaten .search-filter-results > div.zoek-item a h3 {
    font-size: 18px;
    color: #253758;
    margin: 0;
    flex-basis: calc(100% - 180px);
}
.zoekresultaten .search-filter-results > div.zoek-item a {

    height: 100%;
    width: 100%;
}
.zoekresultaten .search-filter-results > div.zoek-item {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 16px;
    border-bottom: 1px solid #25375826;
    padding-bottom: 16px;
}
.zoekresultaten .search-filter-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header.site-header div.menu.open .close-btn {
   top: 0;
}

header.site-header div.menu .close-btn {
    position: absolute;
    width: 24px;
    height: 14px;
    transition: .2s ease-in-out;
    top: 26px;
}
div#navbar.open ul {
    max-height: 1000px;
}
header.site-header div.menu.open .open-btn {
    top: -26px;
}
div#navbar ul li:last-of-type {
    margin-bottom: 8px;
}

div#navbar ul li:first-of-type {
    margin-top: 8px;
}
div#navbar ul li a {
    color: #253758;
    font-size: 18px;
    line-height: 26px;
}
header.site-header div.menu .open-btn {
    position: absolute;
    top: 0;
    width: 24px;
    height: 14px;
    transition: .2s ease-in-out;
}
.menu span {
    position: absolute;
    width: 100%;
    transition: .3s ease-in-out;
}
.menu span:nth-of-type(1) {
    top: 0px;
}
.menu span:nth-of-type(2) {
    top: 6px;
}
.menu span:nth-of-type(3) {
    bottom: 0px;
}

/**
 * Einde - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */

 p#breadcrumbs a {
    text-decoration: underline;
    font-weight: 700;
    transition: .1s ease-in-out;
}
p#breadcrumbs a:hover {
    color: #253758;
}

p#breadcrumbs span, p#breadcrumbs a {
    color: #35486C80;
    font-size: 14px;
    line-height: 1;
}
p#breadcrumbs {
    line-height: 1;
}
section.sub-contentlaag.info-layer h1 {
    color: #0093FF;
    text-align: center;
    margin-bottom: 24px;
}

section.sub-contentlaag.info-layer {
    padding-top: 0;
}
.video-box iframe {
    width: 100%;
    height: 100%;
}

.video-box {
    overflow: hidden;
    height: 214px;
    margin-top: 32px;
}
section.qr-layer.sub-contentlaag h2 {
    text-align: center;
    color: #0093FF;
    font-size: 32px;
}

section.qr-layer.sub-contentlaag {
    background: #F0F7FA;
}
.qr-layer h3 {
    display: none;
}
section.qr-layer.sub-contentlaag a.c-btn {
    margin: 40px auto;
}
a.insta-mobile-link {
    display: block;
    height: 435px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-top: 16px;
}
a.insta-mobile-link video {
    width: 100%;
    display: block;
    height: 100%;
}
.leveringsmelding p:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: #0093FF url(https://www.nosewings.com/wp-content/uploads/2022/12/check.png) no-repeat;
    border-radius: 100%;
    margin-right: 8px;
    background-size: 10px;
    background-position: 48% 60%;
}
.leveringsmelding {
    width: 100%;
    flex-basis: 100%;
}
.leveringsmelding p {
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul#thumbs .owl-item.active.current li.project-image {
    border: 1px solid #0093FF;
}
 section.meta-header {
    position: relative;
    padding: 8px 0px;
    background: #253758;
    color: white;
}
header#masthead {
    position: sticky;
    padding: 8px 0px;
    background: white;
    box-shadow: 0px 3px 6px #0000000d;
    top: 0;
    z-index: 9999;
}
.site-header .home-link {
    width: 73px;
    height: 47px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin-right: auto;
    background-position: center center !important;
}
.header-layer .text-box .flexbox-wrapper p {
    margin: 0;
    font-size: 15px;
    margin-left: 5px;
}
span.written-logo {
    width: 90px;
    height: 23px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.header-layer .text-box > p {
    line-height: 22px;
    margin: 0;
}

.header-layer h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    margin-top: 24px;
    line-height: 40px;
}
.header-layer .image-box .image {
    display: block;
    width: 100%;
    height: 350px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-top: -24px;
    transform: rotate(2deg);
}
.header-layer .image-box {
    flex-basis: 100%;
    width: 100%;
}
section.usp-layer p {
    margin: 0;
    color: #0093FF;
}

.zoekresultaten form#search-filter-form-167 ul li {
    padding: 0;
}

.zoekresultaten form#search-filter-form-167 ul li input:focus {
    border: 1px solid #253758;
}
.product-layer .left.images-box {
    border-bottom: 1px solid #35486C26;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 16px;
}
ul#big li.project-image {
    height: 245px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: 1px solid #35486C26;
}
ul#thumbs li.project-image {
    height: 45px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: 1px solid #35486C26;
    cursor: pointer;
}
ul#thumbs {
    margin-top: 8px;
    margin-bottom: 8px;
}
.zoekresultaten form#search-filter-form-167 ul li input {
    font-size: 16px;
    line-height: 19px;
    color: #35486C80;
    font-family: 'Barlow', sans-serif;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #25375826;
    background: white url(https://www.nosewings.com/wp-content/uploads/2022/11/search.svg) no-repeat;
    background-size: 20px;
    background-position: calc(100% - 16px) 50%;
}
section.sub-header.faq-header .faq-filter form ul li label input:focus::placeholder, .zoekresultaten form#search-filter-form-167 ul li input:focus::placeholder {
    color: transparent;
}
.zoekresultaten form#search-filter-form-167 ul label, .zoekresultaten form#search-filter-form-167 ul {
    width: 100%;
}
.zoekresultaten form#search-filter-form-167 ul {
    margin-bottom: 40px;
}

section.usp-layer {
    position: relative;
    background: #DEECF1;
    padding: 16px 0px;
}
section.sub-header.faq-header .faq-filter form ul li label input {
    font-size: 16px;
    line-height: 19px;
    color: #35486C80;
    font-family: 'Barlow', sans-serif;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #25375826;
    background: white url(https://www.nosewings.com/wp-content/uploads/2022/11/search.svg) no-repeat;
    background-size: 20px;
    background-position: calc(100% - 16px) 50%;
}
#search-filter-results-167 p.noresults {
    margin: 0 auto;
    font-weight: bold;
}
.search-layer h1 {
    text-align: center;
    color: #0093FF;
    line-height: 32px;
    margin-bottom: 32px;
}
section.sub-contentlaag.search-layer {
    padding-top: 0;
}
section.sub-header.faq-header .faq-filter form ul li label {
    width: 100%;
}
section.sub-header.faq-header .faq-filter form ul li {
    padding: 0;
}
section.sub-header.faq-header .faq-filter form ul {
    width: 100%;
}
section.sub-header.faq-header h1 {
    text-align: center;
    color: #0093FF;
    line-height: 32px;
    margin-bottom: 16px;
}
section.sub-header.faq-header {
    background: #F0F7FA;
    padding-top: 1px;
    padding-bottom: 24px;

}
section.sub-contentlaag.faq-layer {
    padding-top: 24px;
    padding-bottom: 24px;
}
.ui-accordion h3.ui-accordion-header span {
    display: none;
}
.ui-accordion h3.ui-accordion-header {
    padding: 16px;
    background: white;
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #25375826;
    color: #0093FF;
    font-size: 16px !important;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    padding-right: 80px;
}
.ui-accordion h3.ui-accordion-header:first-of-type {
    margin-top: 0;
}
section.sub-header.faq-header .faq-filter form ul li label input:active, section.sub-header.faq-header .faq-filter form ul li label input:focus {
    border: 1px solid #0093FF;
}
/*h3.ui-state-active {
    border: 1px solid #253758 !important;
    border-bottom: 0 !important;
}*/
.ui-accordion .ui-accordion-content-active {
 
}
.ui-accordion h3.ui-accordion-header:hover {
    border: 1px solid #253758;
}
.ui-accordion h3.ui-accordion-header.ui-state-active:hover {
    border: 1px solid #25375826;
    border-bottom: initial;
}
.ui-accordion h3.ui-accordion-header.ui-state-active {
    /*margin-bottom: 0;*/
    border-bottom: 0;
    border-radius: 4px 4px 0px 0px;
}
/*.ui-accordion-content-active {
    margin-bottom: 16px;
}*/
.ui-accordion .ui-accordion-content {
    padding: 16px;
    color: #253758;
    padding-top: 0;
    margin-top: -16px;
}

h3.ui-accordion-header.ui-state-active:after {
    transform: rotate(180deg);
}
h3.ui-accordion-header:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(https://www.nosewings.com/wp-content/uploads/2022/12/angle-arrow-down-grey.svg) no-repeat;
    background-position: center center;
    right: 16px;
    top: 20px;
}
.ui-accordion .ui-accordion-content p:last-of-type {
    margin-bottom: 0;
}
.ui-accordion .ui-accordion-content p:first-of-type {
    margin-top: 0;
}
.ui-accordion .ui-accordion-content p {
    font-family: 'Barlow', sans-serif;
}
div.language-switcher ul {
    display: block;
    width: 100%;
}
div.language-switcher li a {
    color: transparent;
    display: block;
    width: 100%;
}
div.language-switcher li.current-lang {
    display: none;
}
.extra-questions div p a {
    color: #0093FF;
    text-decoration: underline;
    display: table;
    transition: .1s ease-in-out;
}
.extra-questions div p a:hover {
    color: white;
}
.extra-questions div p {
    margin: 0;
}
.product-layer .content-box .c-btn {
    margin-top: 16px;
    width: 100%;
    max-width: 394px;
    text-align: center;
}
.product-layer div.short-text p {
    margin: 8px 0px;
}
section.error404 .inner {
    padding: 0px 40px;
}
section.error404 {
    padding: 120px 0px;
    text-align: center;
    background: #F0F7FA;
}
.product-layer span.prijs {
    font-size: 32px;
    font-weight: bold;
    display: table;
    margin-bottom: 16px;
}
.product-layer h1 br {
    display: none;
}
.product-layer h1 {
    color: #0093FF;
    font-size: 40px;
    margin-bottom: 8px;
}
.extra-questions {
    background: #253758;
    position: relative;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    margin-top: 24px;
}
.extra-questions h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
}
section.sub-contentlaag.about-layer h1 {
    text-align: center;
    color: #0093ff;
    line-height: 32px;
    margin-bottom: 32px;
}

section.sub-contentlaag.about-layer {
    padding-top: 0;
}
.about-wrapper.flexbox-wrapper .about_us_item a div.about-content span.functie {
    font-size: 20px;
    line-height: 28px;
}

.about-wrapper.flexbox-wrapper .about_us_item a div.about-content h2 {
    font-size: 32px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}
.about-wrapper.flexbox-wrapper .about_us_item a div.about-content {
    background: #253758;
    position: relative;
    transition: .1s ease-in-out;
    color: white;
    border-radius: 0px 0px 8px 8px;
    padding: 24px 40px;
}
.about-wrapper.flexbox-wrapper .about_us_item a:hover .about-content {
    background: #1a2840;
}
.about-wrapper.flexbox-wrapper .about_us_item a span.about-thumb {
    display: block;
    width: 100%;
    height: 293px;
    background-size: cover !important;
    border-radius: 8px 8px 0px 0px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.about-wrapper.flexbox-wrapper .about_us_item a {
    display: block;
    width: 100%;
    height: 100%;
}
.about-wrapper.flexbox-wrapper .about_us_item:last-of-type {
    margin-bottom: 0;
}
.about-wrapper.flexbox-wrapper .about_us_item {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 24px;
}
.about-wrapper.flexbox-wrapper {
    justify-content: center;
}
section.sub-contentlaag.about-layer .inner {
    z-index: 2;
}
section.sub-contentlaag.about-layer:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 70%;
    background: #F0F7FA;
    bottom: 0;
    visibility: visible;
}
section.sub-contentlaag.about-layer {
    padding-top: 0;
}
section.about-us-single .inner {
    max-width: 800px;
}
section.about-us-single h1 {
    color: #0093FF;
    line-height: 32px;
    margin-bottom: 24px;
    text-align: center;
}
.about-us-single .about-us-img {
    display: block;
    width: 100%;
    height: 293px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 24px;
}
.about-us-content .text-box ul li {
    position: relative;
    padding-left: 16px;
}
.about-us-content .text-box ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #0093FF;
    border-radius: 100%;
    left: 0;
    position: absolute;
    top: 8px;
}
.about-us-content .text-box p strong {
    color: #0093FF;
}
.about-us-content span.afb-box {
    height: 150px;
    display: block;
    width: 100%;
    background-size: contain !important;
    background-position: center left !important;
    background-repeat: no-repeat !important;
}
.about-us-content span.afb-box {
    margin: 32px 0px;
}
section.about-us-single {
    padding-bottom: 16px;
}

section.search-balk form ul li input {
    font-size: 16px;
    line-height: 19px;
    color: #35486C80;
    font-family: 'Barlow', sans-serif;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #25375826;
    background: white url(https://www.nosewings.com/wp-content/uploads/2022/11/search.svg) no-repeat;
    background-size: 20px;
    background-position: calc(100% - 16px) 50%;
}
section.search-balk form ul, section.search-balk form ul label {
    width: 100%;
}
section.search-balk form ul li {
    padding: 0;
}
section.search-balk form {
    padding: 8px 0px;
}

section.search-balk.open {
    max-height: 300px;
}
section.search-balk {
    position: sticky;
    top: 63px;
    background: #DEECF1;
    z-index: 999;
    padding: 0;
    max-height: 0;
    transition: .1s ease-in-out;
    overflow: hidden;
}
span.search-btn.open {
    background: url(https://www.nosewings.com/wp-content/uploads/2022/12/close.png) no-repeat;
    background-size: 20px;
    background-position: center center;
}

 /**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {}
.entry-content a {}
.entry-content a:hover {}
.entry-content a, .entry-title a {
    text-decoration: none;
}
.entry-title a:hover {}
/**
 * Navigatie
 * ----------------------------------------------------------------------------
 */

/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 100;
    padding: 0;
    border: 0;
    background: transparent;
    right: 10px;
    left: auto;
    top: 0px;
    font-size: 0.8rem;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none !important;
}
form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px;
}
form input, form textarea {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 15px;
    padding: 10px;
}
form textarea {
    height: 130px;
}
.ajax-loader {
    position: absolute;
}
form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    text-decoration: none;
    font-size: 15px;
    transition: .1s ease-in-out;
    width: auto;
    line-height: 2;
    margin-top: 0;
}
section.header-layer {
    position: relative;
    background: white url(https://www.nosewings.com/wp-content/uploads/2022/11/bg-phone.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 64px;
}

.informatie-layer h2 {
    color: #0093FF;
    margin-bottom: 24px;
}
section.informatie-layer {
    position: relative;
    background: #F0F7FA;
    padding: 24px 0px;
}
.informatie-layer .text-box h3 {
    color: #0093FF;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: -16px;
}
.informatie-layer .image-box ul li p {
    font-weight: 700;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0 !important;
    text-align: center;
    background: rgb(0 147 255 / 40%);
    color: white;
    padding: 8px 0px;
}

.informatie-layer .image-box ul li .small-img {
    position: absolute;
    width: 132px;
    height: 132px;
    background-size: contain !important;
    background-position: center center !important;
    left: -40px;
    background-repeat: no-repeat !important;
}
.informatie-layer .image-box ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 16px;
    height: 225px;
    background-size: cover !important;
    margin-left: 40px;
    background-position: center center !important;
    background-repeat:  no-repeat !important;
    position: relative;
}
.informatie-layer .image-box {
    flex-basis: 100%;
    width: 100%;
}
.site-footer .inner > div.logo-box {
    text-align: center;
}

.site-footer .inner > div .footer-logo {
    display: block;
    width: 122px;
    height: 78px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin: 0 auto;
}
.site-footer .inner > div.general-items {
    border-bottom: 1px solid #ffffff26;
}

.site-footer .inner > div.menu-items {
    margin-top: 16px;
}
.site-footer .inner > div.menu-items, .site-footer .inner > div.general-items {
    border-top: 1px solid #ffffff26;
    padding: 24px 0px;
}
.site-footer .inner > div {
    flex-basis: 100%;
    width: 100%;
}
.site-footer {
    position: relative;
    padding: 24px 0px;
    padding-bottom: 40px;
    background: #253758;
    color: white;
}
section.footer-layer .menu-items ul, .footer-layer .general-items ul {
    max-height: 0;
    overflow: hidden;
    transition: .1s ease-in-out;
}
section.footer-layer .menu-items.open ul, .footer-layer .general-items.open ul {
    max-height: 600px;
}
.footer-layer div ul li:first-of-type{
    margin-top: 16px;
}
.footer-layer div ul li {
    font-weight: 300;
}

.site-footer .inner > div.logo-box p {
    font-weight: 300;
}
.footer-layer div ul li a {
    color: white;
    font-weight: 300;
    transition: .1s ease-in-out;
}
.footer-layer div ul li a:hover {
    color: #0093ff;
}
.social-media-items ul li a:hover {
    background-color: #f0f7fa !important;
}
.footer-layer h4:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(https://www.nosewings.com/wp-content/uploads/2022/12/angle-arrow-down.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: 24px;
    top: 2px;
    transition: .1s ease-in-out;
}
.footer-layer .open h4:after {
    transform: rotate(180deg);
}
.social-media-items ul li a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: 1px solid #0093FF;
    border-radius: 100%;
}
.social-media-items ul li {
    width: 42px;
    height: 42px;
    display: block;
    margin: 0px 8px !important;
}
.social-media-items ul {
    display: flex;
    flex-wrap: nowrap;
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
}
.social-media-items {
    margin-top: 40px;
}
.social-media-items h4 {
    display: none;
}

section.footer-layer h4 {
    color: #0093FF;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    position: relative;
}
/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

@media (min-width:680px) {
}
@media (min-width:768px) {

.sub-contentlaag {
    padding: 40px 0px;
}
section.search-balk {
    top: 96px;
}
section.meta-header .inner {
}
.zoekresultaten {
    max-width: 768px;
    margin: 0 auto;
}
.leveringsmelding {
    width: auto;
    flex-basis: auto;
}

.leveringsmelding p {
    font-size: 16px;
}
.product-layer .right.content-box p.customerservice a, .product-layer .right.content-box p.customerservice, .product-layer .right.content-box p.inhuis {
    font-size: 16px;
    line-height: 24px;
}
.faq-filter, .faq-layer .inner div.faq-filter-results, .faq-layer div.extra-questions {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.search-layer h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 32px;
    padding-top: 32px;
}
section.about-us-single h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
}
.site-content .error404 .inner p {
    font-size: 20px;
}
.error404 h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
}
section.about-us-single {
    padding-top: 32px;
    padding-bottom: 72px;
}
.about-us-content .text-box p, .about-us-content .text-box li {
    line-height: 28px;
}
.about-us-single .about-us-img {
    height: 400px;
    margin-bottom: 32px;
}
.about-us-content .text-box > *:last-of-type {
    margin-bottom: 0;
}
.about-us-content .text-box > *:first-of-type {
    margin-top: 0;
}
.about-us-content .text-box p {
    margin: 24px 0px;
}
.about-us-content .text-box em {
    font-size: 20px;
    line-height: 32px;
}
.about-us-content span.afb-box {
    height: 298px;
}
section.sub-header.faq-header {
    padding-top: 16px;
    padding-bottom: 40px;
}
section.about-layer {
    padding-bottom: 80px;
}

.about-wrapper.flexbox-wrapper .about_us_item {
    margin-bottom: 0;
    flex-basis: calc(50% - 12px);
    width: calc(50% - 12px);
}
.about-wrapper.flexbox-wrapper {
    justify-content: space-between;
}
section.sub-contentlaag.about-layer h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
}
section.sub-contentlaag.about-layer {
    padding-top: 32px;
}
.about-wrapper.flexbox-wrapper .about_us_item a div.about-content {
    padding: 32px 40px;
}
section.sub-header.faq-header h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 32px;
    padding-top: 32px;
}
section.sub-header.faq-header .faq-filter form ul li label input {
    font-size: 18px;
    line-height: 22px;
}
section.sub-contentlaag.faq-layer {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ui-accordion h3.ui-accordion-header {
    font-size: 18px !important;
    line-height: 22px;
/*    padding-left: 40px;
    padding-top: 24px;
    padding-bottom: 24px;*/
}
/*.ui-accordion .ui-accordion-content {
    padding-left: 40px;
    padding-bottom: 24px;
    padding-right: 80px;
}*/
h3.ui-accordion-header:after {
    right: 40px;
}
.ui-accordion h3.ui-accordion-header {
    margin-bottom: 24px;
}
.extra-questions div p a {
    display: initial;
}
.extra-questions h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 32px;
    max-width: 600px;
}
.extra-questions {
    margin-top: 40px;
    padding: 40px;
}

section.meta-header {
    padding: 16px 0px;
}
section.qr-layer.sub-contentlaag h2 {
    display: block !important;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 32px;
    max-width: 854px;
    margin-left: auto;
    margin-right: auto;
}

section.qr-layer.sub-contentlaag h2.mobile-title {
    display: none;
}
section.crumbs {
    padding-top: 16px;
}
section.sub-contentlaag.info-layer {
    padding-top: 32px;
    padding-bottom: 80px;
}
section.sub-contentlaag.info-layer h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
}
.sub-contentlaag.info-layer div.inner div.video-box {
    column-count: initial;
    margin-top: 72px;
    max-width: 768px;
    height: 433px;
}
.sub-contentlaag.info-layer div.inner div p:first-of-type {
    margin-top: 0;
}
.sub-contentlaag.info-layer div.inner div {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0 auto;
    column-gap: 24px;
}
.qr-layer a.insta-mobile-link {
    display: none;
}
.qr-layer .flexbox-wrapper.afb-box span.image {
    display: block;
    width: 300px;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: 0px 12px;
}
.qr-layer .flexbox-wrapper.afb-box span.image.video video {
    width: 100%;
    height: 100%;
    display: block;
}
.qr-layer .flexbox-wrapper.afb-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
p.customerservice a {
    color: white;
    transition: .1s ease-in-out;
    text-decoration: underline;
}
p.customerservice a:hover {
    color: #deecf1;
}
section.qr-layer.sub-contentlaag {
    padding: 80px 0px;
}
p.customerservice {
    margin: 0;
    display: block !important;
    color: white;
}
section.meta-header .flexbox-wrapper {
    justify-content: space-between;
}
section.qr-layer.sub-contentlaag h3 {
    color: #0093FF;
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
}
.site-header .home-link {
    width: 100px;
    height: 64px;
}
.header-layer .text-box .flexbox-wrapper p {
    font-size: 18px;
}
section.header-layer {
    padding-top: 172px;
    background: url(https://www.nosewings.com/wp-content/uploads/2022/11/bg.png) no-repeat;
    background-size: cover !important;
    background-position: 100% 0% !important;
}
.header-layer h1 {
    font-size: 70px;
    line-height: 70px;
}
.header-layer .text-box > p {
    line-height: 26px;
    font-size: 20px;
    margin: 24px 0px;
    display: table;
    width: 75%;
    margin-bottom: 32px;
}
a.c-btn {
    font-size: 18px;
}
.header-layer .image-box .image {
    margin-top: 0;
    height: 460px;
}
section.usp-layer {
    padding: 24px 0px;
}
ul.usp-wrapper.flexbox-wrapper li {
    text-align: center;
}
ul.usp-wrapper.flexbox-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
}
.informatie-layer h2 {
    font-size: 40px;
    line-height: 40px;
}
section.informatie-layer {
    padding: 96px 0px;
}
body {
    font-size: 18px;
    line-height: 24px;
}
.informatie-layer .image-box ul li {
    height: 338px;
}
.image-box ul.afb-wrapper li {
    margin-left: 48px;
}

.image-box ul.afb-wrapper span.small-img {
    width: 150px;
    height: 150px;
    left: -48px;
}
.image-box ul.afb-wrapper {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 32px;
}
.informatie-layer .image-box ul li p {
    padding: 16px 0px;
}
.image-box ul.afb-wrapper li:last-of-type {
    margin-bottom: 0;
}
section.informatie-layer {
    padding-bottom: 80px;
}
section.footer-layer h4 {
    font-size: 18px;
    line-height: 18px;
}
header#masthead {
    padding: 16px 0px;
}
.informatie-layer .text-box h3 {
    font-size: 18px;
}
span.written-logo {
    width: 105px;
    height: 26px;
}
ul#big li.project-image {
    height: 415px;
}
ul#thumbs li.project-image {
    height: 75px;
}
.usp-wrapper div.owl-item:nth-of-type(4) li {
    justify-content: center;
}

.usp-wrapper div.owl-item:nth-of-type(2) li, .usp-wrapper div.owl-item:nth-of-type(3) li {
    justify-content: center;
}
.usp-wrapper div.owl-item:after {
    right: 0;
}

ul#thumbs {
    margin-top: 16px;
    margin-bottom: 16px;
}

}
@media (min-width: 769px) {
}
@media (min-width: 1024px) {

    .header-layer .image-box .image {
        height: 568px;
    }
    p.customerservice, p.customerservice a {
        font-size: 14px;
        line-height: 22px;
    }
    .leveringsmelding p {
        font-size: 14px;
        line-height: 22px;
    }
    .informatie-layer .image-box ul {
        margin-top: 0;
    }
    .product-layer h1 br {
        display: table;
    }
    .product-layer .right.content-box div.leveringsmelding {
        margin-top: 32px;
        position: relative;
        left: initial;
        right: initial;
    } 
    .product-layer span.prijs {
        font-size: 40px;
        line-height: 40px;
    }
    .product-layer h1 {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 32px;
    }
    .product-layer .short-text {
        margin: 32px 0px;
    }
    section.sub-contentlaag.product-layer {
        padding-top: 32px;
    }
    section.sub-contentlaag.product-layer {
        padding-bottom: 120px;
    }
    section.sub-contentlaag.product-layer .left.images-box {
        flex-basis: 50%;
        width: 50%;
        margin: 0;
        border-bottom: 0;
    }
    section.sub-contentlaag.product-layer .right.content-box {
        flex-basis: calc(50% - 80px);
        width: calc(50% - 80px);
    }
    section.sub-contentlaag.product-layer .inner {
        justify-content: space-between;
        align-items: center;
    }
    .zoekresultaten .search-filter-results > div.zoek-item a h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .zoekresultaten .search-filter-results > div.zoek-item {
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
    section.crumbs {
        padding-top: 24px;
    }
    .about-wrapper.flexbox-wrapper {
        max-width: 970px;
        margin-left: auto;
        margin-right: auto;
    }
    section.error404 {
        padding: 160px 0px;
    }
    .about-wrapper.flexbox-wrapper .about_us_item a span.about-thumb {
        height: 400px;
    }
    section.qr-layer.sub-contentlaag h3 {
        margin-bottom: 40px;
    }
    section.sub-contentlaag.info-layer {
        padding-top: 40px;
    }
    
    .informatie-layer .inner {
        justify-content: space-between;
    }
   
    .informatie-layer .image-box {
        flex-basis: calc(50% - 40px);
        width: calc(50% - 40px);
    }
    .about-wrapper.flexbox-wrapper .about_us_item a:hover span.about-thumb {
        background-size: 105% !important;
    }
    .about-wrapper.flexbox-wrapper .about_us_item a span.about-thumb {
        background-size: 100% !important;
        transition: .2s ease-in-out;
    }
    .informatie-layer .text-box {
        flex-basis: 50%;
        width: 50%;
    }
    .site-footer {
        padding: 96px 0px;
    }
    .site-footer .inner {
        justify-content: space-between;
    }
    
    .site-footer .inner > div {
        flex-basis: auto;
        width: auto;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }
    .footer-layer h4:after {
        display: none;
    }
    section.footer-layer .menu-items ul, .footer-layer .general-items ul {
        max-height: initial;
    }
    .footer-layer div ul li {
        margin: 4px 0px;
    }
    .footer-layer div ul li:first-of-type {
        margin-top: 24px;
    }
    section.footer-layer .social-media-items h4 {
        display: block;
        margin-bottom: 24px;
    }
    section.footer-layer .social-media-items ul li {
        margin-left: 0 !important;
        margin-right: 16px !important;
    }
    .site-footer .inner > div .footer-logo {
        margin-left: 0;
    }
    header.site-header div.menu {
        display: none;
    }
    div#navbar ul li a {
        color: #0093ff;
        font-weight: 600;
        transition: .1s ease-in-out;
    }
    div#navbar ul li a:hover {
        color: #253758;
    }
    
    div#navbar ul li {
        margin: 0px 16px;
    }
    div#navbar ul li:first-of-type {
        margin-top: 0;
    }
    
    
    .site-header .flexbox-wrapper a.home-link {
        margin: initial;
    }
    .site-header .flexbox-wrapper {
        justify-content: space-between;
    }
    div#navbar ul {
        max-height: initial;
        display: flex;
        flex-wrap: nowrap;
    }
    div#navbar {
        order: initial;
        flex-basis: initial;
        width: initial;
    }
    section.sub-header.faq-header .faq-filter form ul li label input {
        background-position: calc(100% - 24px) 50%;
    }
    section.sub-header.faq-header {
        padding-top: 24px;
    }
    section.sub-header.faq-header h1 {
        padding-top: 40px;
    }

}
@media (min-width: 1025px) {
}
@media (min-width:1160px) {

.sub-contentlaag {
    padding: 64px 0px;
}
div#navbar ul li.current_page_item a {
    color: #253758;
}
.header-layer {
    padding-bottom: 160px;
}
section.qr-layer.sub-contentlaag a.c-btn {
    display: none;
}
.ui-accordion h3.ui-accordion-header {
    padding: 24px;
    padding-left: 40px;
}
.qr-layer .flexbox-wrapper.afb-box span.image:not(.video) {
    background-size: contain !important;
    background-color: white !important;
}
.qr-layer .flexbox-wrapper.afb-box span.image {
    height: 350px;
}
.qr-layer .flexbox-wrapper.afb-box span.image.video {
    overflow: hidden;
}
.qr-layer .flexbox-wrapper.afb-box span.image.video video {
    height: auto;
    margin-top: -100px;
}
.ui-accordion .ui-accordion-content {
    padding-left: 40px;
    margin-top: -24px;
    padding-bottom: 24px;
    padding-right: 40px;
}
span.search-btn {
    margin-right: 24px;
}
h3.ui-accordion-header:after {
    top: 28px;
}
.informatie-layer .text-box div > *:first-of-type {
    margin-top: 0;
}
.informatie-layer .text-box div > h3 {
    flex-basis: 100%;
    width: 100%;
}
section.sub-contentlaag.product-layer .right.content-box {
    flex-basis: calc(50% - 120px);
    width: calc(50% - 120px);
}
#big .owl-nav i {
    font-size: 28px;
}
#big .owl-nav {
    left: -28px;
    width: calc(100% + 56px);
}
.informatie-layer .text-box div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.informatie-layer .text-box div > p:nth-of-type(3) {
    flex-basis: 150px;
    width: 150px;
}
.informatie-layer .text-box div > p:nth-of-type(2) {
    width: calc(100% - 166px);
}
.meta-header .flexbox-wrapper p.customerservice {
    margin-left: auto;
    z-index: 2;
}

.meta-header .flexbox-wrapper {
    justify-content: flex-end;
}
.leveringsmelding {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
}
.about-us-single .about-us-img {
    height: 650px;
}
section.about-us-single h1 {
    font-size: 64px;
    line-height: 64px;
    text-align: left;
}
section.error404 {
    padding: 200px 0px;
}
.error404 h1 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 32px;
}
ul#thumbs {
    border-bottom: 1px solid #35486C26;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.header-layer .image-box {
    flex-basis: 50%;
    width: 50%;
    position: absolute;
    right: -80px;
}

}
@media (min-width:1440px) {
}

@media (max-width: 1024px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    a[href^="tel"] {
        text-decoration: none;
    }
}

@media (max-width:500px) {

body:not(.home) .flexbox-wrapper.afb-box {
    display: none;
} 

}