
@media screen and (max-width: 1500px){


	.container-fluid{
		width: 90%;
	}

	.winkelmand-box.scroll{
		height: auto;
		top: 0;
		
		margin-top: 0;
	}

	.winkelmand-box.scroll .bestelling-inhoud{
		max-height: 68%;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.winkelmand-box .bestelling-naam{
		width: 65%;
	}

	.verwijder-gerecht{
		right: 0;
	}

}


@media screen and (max-width: 1366px){



}

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 1024px) and (orientation: landscape) {

	.container-fluid{
		width: 100%;
	}

	.winkelmand-box{
		width: 280px;
	}

	.bestelling-naam{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 55%;
	}

}

@media screen and (max-width:1024px) {

	.container-fluid {
		width:100%;
	}
	
	/* == MEDEWERKER AANMAKEN == */

	.medewerkers-overzicht.mobiel {
		display:block;
	}

	.medewerkers-overzicht.desktop {
		display:none;
	}

	.medewerker-rij input[type="submit"] {
		display:block;
	    font-size: 16px;
	    color: #fff;
	    background: #dc3545;
	    text-align: center;
	    border: 0;
	    cursor: pointer;
	    width: 100%;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    padding: 10px;
	}

	.medewerkers-overzicht.mobiel .medewerker-rij strong {
		font-weight:800;
	}

	/* WINKELMAND */

	.winkelmand-box {
		margin-left:0;
		width:300px;
	}

	.winkelmand-box .verwijder-gerecht {
		right:-20px;
	}

}

@media screen and (max-width: 800px){

	.container-fluid{
		width: 100%;
	}

	.winkelmand-box{
		width: 230px;
		margin-left: 0;
	}

	.bestelling-aantal{
		margin-right: 4px;
	}

	.bestelling-naam{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 40%;
		font-size: 14px;
	}

	.bestelling-prijs{
		display: block;
	}

	.verwijder-gerecht{
		right: 0px;
	}

	.gerecht-box{
		padding: 15px;
		margin-bottom: 20px;
	}

	.gerecht-info{
		width: 55%;
	}

	.gerecht-prijs{
		width: 40%;
	}

}

/** MOBILE SMALL **/

@media screen and (max-width: 550px){

	.topbalk {
		display:none;
	}

	.bottom-bar {
		z-index:9999;
		display: block;
		position: fixed;
		bottom:0;
		left:0;
		width:100%;
		height:70px;
		background:#0b4013;
		border-top:1px solid #fff;
	}

	.bottom-bar-left {
		float:left;
		width:50%;
		height:100%;
	}

	.bottom-bar-right {
		float:right;
		width:50%;
		height:100%;
	}

	.bottom-bar-left .bottom-bar-item {
		border-right:1px solid #fff;
	}

	.bottom-bar-right .bottom-bar-item {
		border-left:1px solid #fff;
		float:right;
	}

	.bottom-bar-item {
		display: inline-block;
		width:70px;
		text-align:center;
	}

	.bottom-bar-item i {
		width:100%;
		color:#fff;
		line-height:70px;
		font-size:20px;
	}

	.contact .contactgegevens {
		margin-top:50px;
	}

	/* == MIJN ACCOUNT == */

	.order-actions span {
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}

	ul.wc-item-meta {
		padding-left:0;
		margin-bottom:10px!important;
	}

	.account-nav-box {
		margin-top:30px;
	}

	.woocommerce-Address {
		margin-bottom:20px;
	}

	/* == MEDEWERKER AANMAKEN == */

	.medewerkers-overzicht.mobiel {
		display:block;
	}

	.medewerkers-overzicht.desktop {
		display:none;
	}

	.medewerkers-aanmaken .medewerker-rij {
		width:100%;
	}

	.medewerkers-aanmaken .tabel-headers {
		width:100%;
	}

	/* MENU */

	nav.menu-responsive{
		display: block;
		position: fixed;
		left: 0;
		top: -200%;
		background-color: rgba(216, 35, 43, 0.9);
		color: #ffffff;
		width: 100%;
		height: 100%;
		z-index: 99999999;
		transition:all 300ms ease-in-out;
		-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
	}

	nav.menu-responsive .menu-header-container {
		display: block;
	}


	.menu-responsive.open{
		top: 0;
	}

	.menu-home{
		position: absolute;
		top: 30px;
		left:30px;
		font-size: 60px;
		color: #ffffff;
		cursor: pointer;
	}

	.menu-home a{
		color: #ffffff;
	}

	.menu-sluiten{
		position: relative;
		top: 30px;
		right:30px;
		float:right;
		font-size: 60px;
		color: #ffffff;
		cursor: pointer;
	}

	.menu-links{
		width: 100%;
		float: left;
		margin-top: 10vh;
	}

	.menu .menu-rechts{
		font-size:25px;
		width: 30%;
		float: right;
		margin-top: 25vh;
	}

	.menu .menu-rechts a {
		color:#fff;
	}

	.menu-rechts a.button-donkerblauw {
		font-size:15px;
	}

	.menu .menu-rechts .contact-container {
		margin-bottom:20px;
	}

	.menu .menu-rechts .icon {
		width:40px;
		text-align:center;
		margin-right:20px;
	}

	.menu-links ul {
		padding: 0;
		margin: 0;
	}

	.menu-links ul li {
		display: block;
		list-style-type: none;
		width:100%;
		border-bottom:1px solid #fff;
		padding-bottom:10px;
		margin-bottom:10px;
	}

	.menu-links ul li a {
		font-size: 30px;
		color: #ffffff;
		font-weight: 700;
		display: block;
		text-transform: uppercase;
	}

	.menu-links ul li a .menu-rondje {
		display: block;
		float: left;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 26px;
		border: 2px solid #d4d4d4;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		font-size: 18px;
		margin-right: 15px;
		margin-top: 10px;
	}

	.menu-rechts .contact-mail,.menu-rechts .contact-tel {
		font-size: 24px;
		display: block;
		margin-bottom: 25px;
	}

	.menu-rechts .contact-mail i,.menu-rechts .contact-tel i {
		color: #fff;
		margin-right: 25px;
	}

	.menu-rechts .knop {
		display: block;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 25px;
	}

	.menu .menu-rechts ul {
		padding: 0;
		margin: 0;
	}

	.menu .menu-rechts ul li {
		display: block;
		list-style-type: none;
	}

	.menu .menu-rechts ul li a {
		font-size: 24px;
		color: #ffffff;
		font-weight: 700;
		margin-bottom: 30px;
		display: block;
		text-transform: uppercase;
	}

	.menu .menu-rechts ul li a .menu-rondje {
		display: block;
		float: left;
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 20px;
		border: 2px solid #d4d4d4;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		font-size: 14px;
		margin-right: 15px;
		margin-top: 3px;
	}	

	.placeholder, .menubalk {
		display: none;
	}

	/* == HEADER == */

	.header-beeld {
		padding:0;
	}

	/* == == */

	.winkelmand-box{
		width: 100%;
		position: relative;
		margin-top: 25px;
	}

	.bestelling-naam{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		width: 70%;
	}

	.bestelling-prijs{
		display: inline-block;
	}

	.gerecht-info{
		width: 50%;
	}

	.gerecht-prijs{
		font-size: 18px;
		line-height: 45px;
		width: 44%;
	}

	.voeg-toe{
		right: -10px;
	}

	.voeg-toe .qty{
		margin-right: 5px;
	}

}

@media screen and (max-width: 375px){

}