@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

.geist-regular {
    font-family: "Geist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Kurdish Wide Black';
    src: url('fonts/Kurdis-Wide-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kurdish Condensed Black';
    src: url('fonts/Kurdis-Condensed-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kurdish ExtraCondensed Bold';
    src: url('fonts/Kurdis-ExtraCondensed-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root{
	--primary-mint-color: #BDF4D8;
    --green-color: #59AF38;
    --pink-color: #FFA1F4;
    --yellow-color: #EBFBB3;
    --orange-color: #FF7734;
    --pink-hover: #CB2AB8;

    --mid-grey: #424242;
    --default-white: #FFF;
    --default-black: #000;
    --error-color: #B30000;

    /* Focus colors */
    --focus-outline-color: currentColor;
    --focus-outline-offset: 0.3rem;
    --focus-outline-style: solid;
    --focus-outline-width: 3px;

    --clippath-een: polygon(0 0, /* linkerbovenhoek */ 100% 0, /* rechterbovenhoek */ 100% 90%, /* rechts iets boven de bodem */ 60% 95%, /* midden met variatie */ 20% 89%, /* links variatie */ 0 100% /* linkeronderhoek */);
    --clippath-twee: polygon(0 0, /* linkerbovenhoek */ 100% 0, /* rechterbovenhoek */ 100% 85%, /* rechts iets boven de bodem */ 75% 93%, /* midden met variatie */ 29% 89%, /* links variatie */ 0 100% /* linkeronderhoek */);
    --clippath-drie: polygon(0 0, /* linkerbovenhoek */ 100% 0, /* rechterbovenhoek */ 100% 92%, /* rechts iets boven de bodem */ 73% 88%, /* links variatie */ 41% 98%, /* midden met variatie */ 22% 90%, /* links variatie */ 0 95% /* linkeronderhoek */);
    --clippath-tablet: polygon(0 0, /* linkerbovenhoek */ 100% 0, /* rechterbovenhoek */ 100% 92%, /* rechts iets boven de bodem */ 73% 90%, /* links variatie */ 41% 98%, /* midden met variatie */ 22% 92%, /* links variatie */ 0 96% /* linkeronderhoek */);
    --clippath-mobile: polygon(0 0, /* linkerbovenhoek */ 100% 0, /* rechterbovenhoek */ 100% 97%, /* rechts iets boven de bodem */ 73% 95%, /* links variatie */ 41% 98%, /* midden met variatie */ 22% 96%, /* links variatie */ 0 97% /* linkeronderhoek */);

}

#innerfooter,
#qs-container{
    max-width: 100%;
}

#footer {
    margin-top: auto !important;
}

/* menu focus start */
.innerbot a:focus-visible,
.menu a:focus-visible, 
.b_menu-open a:focus-visible{
    outline-offset: -4px;
}  

#innerheader a{
    outline-color: var(--default-black);
}
/* Menu focus end */

#content,
.grid {
	max-width: 1680px;
	margin: 0 auto;
    padding: 90px 40px 120px;
}

/* skiplinks */
.a-skiplink {
    background-color: #fff;
    border: 2px solid #999;
    display: block;
    left: -1000em;
    padding: .5em;
    position: absolute;
    z-index: 10;
    transition: none;
}

.a-skiplink:focus {
    left: 1em;
    top: 126px;
    z-index: 1000;
}

#container_menu_top,
#apptitle,
.breadcrum_container,
#header_top,
#pull, 
.home-top .tileset h2, 
.b_cat-intro, .subscribe{
    display: none !important;
}

#innerfooter,
#container_menu {
    font-family: 'Kurdish Condensed Black';
    line-height: 1.2;
    
    ul{
        padding: 0;
        margin: 0;
    }
    
    li{
        list-style: none;
    }
    
    a {
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none;
        color: var(--default-black);
        display: inline-block;
        position: relative;
        line-height: 80px;
        letter-spacing: 0.7px;
    }
    .active a,
    a:hover{
        /* text-decoration-line: underline;
        text-decoration-thickness: 3px;
        text-underline-offset: 4px; */
        background: var(--default-black);
        color: var(--default-white);
    }
}

#innerfooter{

    a:hover {
        color: var(--pink-hover);
        background: unset;
    }
}

a.logo {
    height: fit-content;
    display: block;
    width: fit-content;
}

.logo img{
    max-width: 150px;
    width: 100%;
}

.logo.scroll img{
    max-width: 100px;
    width: 100%;
}


.b_header-wrapper {
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    padding: 0 15px;
    position: relative;
}

.menu{
    display: flex;
    flex-direction: row;

    a{
        padding: 0 15px;
    }
}

.grid.gfooter{
    max-width: 100%;
    padding: 40px 0 0 0;
}


#innerfooter .topfooter{
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;

    ul{
        display: flex;
        flex-direction: row; 
    }
    a{
        padding: 0 15px;
    }
}

#innerfooter .botfooter{
    height: 72px;
    background: var(--default-black);

    ul{
        display: flex;
        flex-direction: row; 
        gap: 8px;
    }

    a, span{
        color: var(--default-white);
        font-family: "Geist", sans-serif;
        text-transform: capitalize;
        line-height: 72px;
        letter-spacing: normal;
    }

    a::after{
        font-size: 12px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        content: "\f08e";
        display: inline-block;
        margin-left: 6px;
        position: relative;
        bottom: 2px;
    }

    .sep--tiles{
        margin-left: 10px;
    }

    .innerbot{   
        height: inherit;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 100px;
        max-width: 1640px;
        padding: 0 20px;
        width: 100%;
        margin: 0 auto;
    }

    p {
        margin: 0;
    }
}

.search-main{
    .search-result.tile {
        background-color: var(--default-white);
        color: var(--default-black);
    }
    
    .btn-color, .search-filter-keywords button.selected.btn-color {
        background-color: var(--default-black);
        color: var(--default-white);
    }
}

#innerfooter .topfooter li a{
    line-height: 60px;
}

@media screen and (max-width: 1260px) {
    #container_menu {
        overflow: visible;
    }
    #container_menu .menu{
        max-width: 100%;
    }

    .b_header-wrapper {
        justify-content: space-between;
    }
    .b_menu-search-container {
        padding: 0;
        position: unset;
    }

    .b_menu-search-wrapper {
        height: 100%;
        position: unset;
    }
    #pull {
        display: block !important;
        width: 44px;
        height: 44px;
        right: 15px;
        text-decoration: none !important;
        position: unset !important;
    }

    #pull:before {
        font-family: "Font Awesome 6 Pro";
        font-size: 25px;
        font-weight: 600;
        content: "\f0c9";
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #pull[aria-expanded="true"]::before {
        content: "\f00d";
    }

    .menu,
    .menu-button {
        display: none;
    }

    .b_menu-open {
        display: block;
        position: absolute;
        z-index: 99;
        left: 0;
        top: 79px;
        background: var(--default-white);
        width: 100%;
        height: fit-content;
    }

    .menu li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .b_menu-open a {
        padding: 20px;
        width: 100%;
    }
    #innerfooter, #container_menu {
        a {
            line-height: 30px;

        }
    }
}

@media screen and (max-width: 820px) {
    #innerfooter .botfooter {
        .innerbot {
            flex-direction: column;
            gap: 18px;
            padding: 20px;
        }
    }
    #innerfooter .botfooter{
        height: fit-content;
    }

    #innerfooter .botfooter a, 
    #innerfooter .botfooter span {
        line-height: 1.2;
    }
}

@media screen and (max-width: 620px) {
    #innerfooter .botfooter {
        ul {
            flex-direction: column;
            gap: 16px;
        }
    }
    #innerfooter .botfooter {
        .innerbot {
            align-items: start;
        }
    }
    #innerfooter, #container_menu {
        a{
            line-height: 24px;  
        }
    }
}

@media screen and (max-width: 500px) {
    #innerfooter .topfooter {
        height: fit-content;
        ul {
            flex-direction: column;
            gap: 14px;
            padding: 20px 0;
        }
    }
}