
html, body {
    overflow-x: hidden;     
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    background-color: #FFFFFF;

    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
    box-sizing: border-box;
    height: 100%;
}

h1 {
    color: #FFDE00;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.melding_ok {
    background-color: #FFDE00; 
    color: #000000;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;   
    padding-bottom: 10px;   
    margin-bottom: 30px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 10px;
}

.logo_shop {
    width: 180px;
    margin-bottom: 20px;
}

.logo_shop_titel {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #FFDE00;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}

.shop_welkom {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: justify;
}

.shop_welkom_sub {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: justify;
}

.button_full {
    border-radius: 10px;
    width:100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
    background-color: #FFDE00;
    color: #000000;
}

.button {
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
    background-color: #FFDE00;
    color: #000000;
}

.content_wrapper{
    margin: auto;
    width: 90%;
}

.content_products {
    width:50%;
    float: left;
    vertical-align: top;
    display: table-cell;
}

.content_products table {
    padding: 0px;
    margin: 0px;
}

.content_naw {
    width:45%;
    float: right;
    vertical-align: top;
    display: table-cell;
}

.content_naw h1 {

}

.product_titel {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}

.product_omschrijving {
    margin: 0px;
    font-size: 14px;
}

.product_prijs {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

.table_products {
    width:100%;
}

.table_products td {
    padding: 10px;
    vertical-align: top;
}

.content_naw_input {
    width:100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #666666;
    color: #FFFFFF;
    border: 0px;
    border-radius: 10px;
}

.content_naw_akkoord {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content_naw_akkoord input {
    transform: scale(1.5);
    margin: 10px;
}

.content_naw_input_fout {
    border: 1px solid #FF0000;
}

.shop_wrapper {
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto;
}

.shop_item {
    width: 200px;
    cursor: pointer;
    height: 280px;
    background-color: #222222;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.shop_item_foto {
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.shop_item_text h1 {
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.small_shop_wrapper {
    overflow-y: hidden;
    height: 180px;
    width: 100%;
}

.small_shop_item {
    width: 100px;
    cursor: pointer;
    height: 160px;
    float: left;
    background-color: #222222;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.small_shop_item_foto {
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.small_shop_item_text h1 {
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.shop_product_foto {
    box-sizing: border-box;
    float: left;
    border: 1px solid #CCCCCC;
    text-align: left;
    width: 90%;
    margin-bottom: 10px;
    margin-right: 10px;
}

.shop_product_foto_extra {
    box-sizing: border-box;
    float: left;
    border: 1px solid #CCCCCC;
    text-align: left;
    width: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.shop_product_tekst {
    box-sizing: border-box;
    float: right;
    text-align: left;
    width: 100%;
}

.shop_product_tekst h1 {
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.footer_wrapper {
    width:100%;
    min-height: 150px;
    background-color: #1C1C1C;
    bottom: 0px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.footer_wrapper_stick {
    width:100%;
    min-height: 150px;
    background-color: #1C1C1C;
    bottom: 0px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: fixed;
}

.footer_links {
    padding-top: 8px;
}

.footer_links a {
    text-decoration: none;
    color: #999999;
}

.footer_links_item {
    margin-bottom: 5px;
}

.top_wrapper {
    background-color: #1C1C1C;
    width:100%;
    height: 60px;
    position: fixed;
    top: 0px;
    margin-bottom: 10px;
    border-bottom: 10px solid #000000;
}

.top_element_nav_wrapper {
    display: block;
}

.top_element_nav_wrapper_mobile {
    display: none;
}

.top_wrapper_spacer {
    height: 60px;
    display: block;
    clear: both;
}

.top_element {
    height: inherit;
    width: 100px;
    float: left;
}

.top_element_nav {
    height: inherit;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
}

.top_element_nav_mobile {
    height: inherit;
    line-height: 60px;
    padding-top: 10px;
    margin-right: 20px;
    float: right;
}

.top_element_nav a {
    text-decoration: none;
    color: #FFFFFF;
}

.top_menu_mobile_wrapper {
    display: none;
}

.top_menu_mobile_wrapper_open {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000000;
    opacity: 0.9;
}

.top_menu_mobile {
    display: none;
}

.top_menu_mobile_open {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 300px;
    background-color: #444444;
    padding: 20px;
    box-sizing: border-box;
}

.top_menu_mobile_item {
    margin-bottom: 15px;
}

.top_menu_mobile_item a {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.top_logo {
    margin-top: 10px;
    height: 40px;
    margin-bottom: 10px;
}

.social_icons {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

.social_icons_img {
    height: 38px;
}

.index_titel_block {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #333333;
    background-image: url("/images/header_index_back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_titel_block h1 {
    padding: 0px;
    margin: 0px;
    line-height: 50px;
    font-size: 50px;
    font-weight: bold;
    color: #FFDE00;
    box-sizing: border-box;
    text-transform: uppercase;
}

.index_titel_block h2 {
    padding: 0px;
    margin: 0px;
    font-weight: 100;
    line-height: 30px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    box-sizing: border-box;
    text-transform: uppercase;
}

.content_wrapper_index {
    margin: auto;
    width: 90%;
    height: 280px;
}

.content_block_index {
    background-color: #303030;
    box-sizing: border-box;
    padding: 20px;
    display: table-row;
    margin-bottom: 20px;
}

.content_block_index_full {
    width:100%;
    height: inherit;
    float: left;
    vertical-align: top;
    display: table-row;
}

.content_block_index_links {
    width:49%;
    height: inherit;
    float: left;
    vertical-align: top;
    display: table-row;
}

.content_block_index_rechts {
    width:49%;
    height: inherit;
    float: right;
    vertical-align: top;
    display: table-row;
}

.content_block_index h1 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    box-sizing: border-box;
}

.content_wrapper_social_index {
    margin: auto;
    width: 90%;
}

.social_wrapper_index {
    display: flex; 
    flex-flow: row wrap; 
    justify-content: space-evenly; 
    align-items: center; 
    height: auto;
}

.social_element_index {
    background-color: #222222;
    text-align: center;
    width: 24%;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.social_element_index h1 {
    margin: 0px;
    padding: 0px;
    font-weight: 100;
    margin-bottom: 10px;
}

.social_element_index h2 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFDE00;
}

::-webkit-input-placeholder { color:#999999; }
::-moz-placeholder { color:#999999; }
::-ms-placeholder { color:#999999; }
::placeholder { color:#999999; }

.winkelwagen_foto {
    margin-left: 10px;
    display: block;
    float:left;
}

@media screen and (max-width: 950px) {
    .content_products {
        width:100%;
        display: block;
        margin-bottom: 20px;
    }

    .content_naw {
        width:100%;
        display: block;
    }

    .footer_wrapper {
        min-height: 280px;
    }

    .content_block_index_links {
        width:100%;
        display: block;
        margin-bottom: 20px;
    }

    .content_block_index_rechts {
        width:100%;
        display: block;
    }

    .social_element_index {
        width: 48%;
        margin-bottom: 10px;
    }

    .shop_wrapper {
        display: grid;
        justify-content: center;
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width: 700px) {
    .top_element_nav_wrapper {
        display: none;
    }

    .winkelwagen_foto {
        display: none;
    }

    .top_element_nav_wrapper_mobile {
        display: block;
    }

    .shop_wrapper {
        display: grid;
        justify-content: center;
        grid-template-columns: auto;
    }
}
