﻿@import url('https://fonts.googleapis.com/css?family=Hanken+Grotesk');

html, form {
    /*background-image: url("images/bodyBackground.jpg");*/
    background-color: #FAFBF3;
    height: 100%;
    font-family: 'Hanken Grotesk',sans-serif;
}

.container {
    background: #FAFBF3 !important;

}

.artikelsearch { min-width: 100px
}
.navbar {
    background-color: #374836;
    color: #FAFBF3;
}

.navbar-nav {
    flex-wrap: wrap;
    background-color: #374836;
    color: #FAFBF3;
}
.divColPromoImage img {
    height: 33vh;
    width: auto; /* Maintains the image's aspect ratio */
    object-fit: cover; /* Prevents stretching and fills the space */
}
.partijregLogin {
    font-family: 'Hanken Grotesk',sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    color: #374836;
    background-color: #FAFBF3;
    padding-top: 0px;
    padding-left: 16px;
    padding-right: 3px;
    height: 100%;
}
.nav-link {
    color: #FAFBF3 !important;
}
.nav-link:hover {
    color: #EEEEE6 !important;
}
.top-buffer {
    margin-top: 20px;
}

.completionListItem {
    color: deeppink !important;
 }
.main-div {
    background: #FAFBF3 none repeat scroll 0 0;
    border-radius: 2px;
    /*  padding: 5px 70px 70px;*/
}

.auth-form {
    text-align: center;
    max-width: 500px;
    margin: auto;
    padding: 60px 0 0;

}
.partijregLogin td {
    display: block;
    text-align: left;

}

.partijregLogin body, form, html {
    background-color: #FAFBF3;
    height: 100%;
    color: #374836;
}

.partijregLogin input {
padding: 2px;
}

.partijregLogin input:focus {
    outline: none;
    border: 1px solid #374836;
}

    .partijregLogin input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
        background-color: #374836;
        color: #C21B18;
        padding: 10px 15px;
        border-radius: 25px;
        border: 2px solid #FAFBF3;
        text-decoration: none;
    }

        .partijregLogin input[type="submit"]:active,
        .partijregLogin input[type="submit"]:hover {
            text-decoration: underline;
            background-color: #374836;
            color: #FAFBF3;
            border: 2px solid #860705;
        }

.loginlogo {
    display: inline-block;
    text-align: center;
    max-width: 360px;
    width: 75%;
    background-color: transparent;
    color: transparent;
    /*inline-block */
    /* shrink wrap */
    /* height: 50vh;*/
}
.partijregwelkom 
{
	display: inline-block;
	width: 80%;
	margin-left: 5px;
}
  /*  .imglogocontainer > img {
        width: 100%*/
		/*make the img's width 100% of the height of .container */
      
  /*  }*/
.webshoptitleHeader {
    background-color: #374836;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 10px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.winkelmandcolor {
    color: #C21B18;


}
.navbar-toggler {
    background-color: #374836;
    color: #FAFBF3;
    /* border-color: #FFFFFF;
    **/
}

.nav-item {
    border-right-color: #374836 !important;
    border-right-style: solid;
    border-right-width: 1px;
    line-height: 10px;
    color: #FAFBF3 !important;
}

.faLinkButton, .searchbuttoncolor {
    color: #C21B18 !important;
    
}
.searchbuttoncolor:hover, .searchbuttoncolor:active {
    background-color: #FAFBF3 !important;

}
.faLinkButton:hover, faLinkButton:active {
    background-color: #374836 !important;

}

.completionListHighlightedItem {
    background-color: #FAFBF3 !important;
}

.navproduct {
    color: black !important;
}

.navproduct > .active a {
    color: #FAFBF3 !important;
}

.navbar-nav > .active a {
    color: #2A302A !important;
}
.titleproduct {
    background-color: #FAFBF3;
  
}

