/* CSS Document */

.testborder {
    border: 0px solid #e00606d2;
}

.testkleur {
    background-color: #c0ff14;
}
/* ########################################################### FILESTART ################################################### */
/* ########################################################### FILESTART ################################################### */
/* ########################################################### FILESTART ################################################### */
.progressbar ul {
    margin: auto;
}
.progressbar li {
      list-style-type: none;
      width: 25%;
      float: left;
      position: relative;
      text-align: center;
      text-transform: uppercase;
}
.progressbar li:before {
    width: 26px;
    height: 26px;
    content: "";
    line-height: 26px;
    border: 0px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #cde0f8;
}
.progressbar li:after {
     width: 100%;
     height: 2px;
     content: '';
     position: absolute;
     background-color: #eff0f6;
     top: 13px;
     left: -50%;
     z-index: 0;
}
.progressbar li:first-child:after {
     content: none;
}
.progressbar li.active + li:after {
    background-color: #cde0f8;
}
.progressbar li.active:before {
    background: #69a4f8;
    color: #ffffff;
}
.progressbar li::before {
    color: black;
    background: #eff0f6;
}
.progressbar {
    counter-reset: step;
}
.progressbar li:before {
    content: counter(step);
    counter-increment: step; 
}

#loggedIn {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 6rem;
    min-height: 2rem;
    background-color: white;
    border: 0.1rem solid hsla(0,0%,42%,1.00);
    margin-right: 1rem;
    margin-top: 1rem;
    padding: 0.3rem;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #99c0bc; 
}

.partner-dropdown {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.partner-dropdown a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#loggedIn:hover .partner-dropdown {
    display: block;
}

.hr {
    border: none;
    height: 1px;
    background: var(--fontColorGray);
    margin: 5px;
    margin-bottom: 0px;
}

.footer-section {
	background: rgba(255,189,16, 0.8);
    min-height: 100vh;
}

.topSpace {
    margin: 0.8rem;
}

.btn {
    background-color: var(--menuBtnBack);
    color: white;
    padding: 10px 18px;
    font-size: 16px;
    margin-right: 1rem;    
    opacity: 1;
    /*padding: 5px 5px;*/    
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1);
}

.btn:hover {
    background-color: var(--menuBtnBackHover);
}

.infoBox {
    width: 50vw;
	min-height: 40vh;
    margin-top: var(--MarginTop);
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
    left: 0;
    right: 0;
	padding: 15px;
	background: var(--infoBox);
    position: absolute;
}

.infoBox img {
    float: left;
    margin-right: 10px;
}

.infoBoxExtra, .infoBoxExtra1  {
    width: 50vw;
	min-height: 40vh;
    margin-top: var(--MarginTop);
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
    left: 0;
    right: 0;
	padding: 15px;
	background: var(--infoBox);
}

.infoBoxExtraSmallerSpace {
    margin-top: var(--MarginMinTop);
}

.infoBoxExtra img {
    float: left;
    margin-right: 10px;
}

.infoBoxExtra1 img {
    float: right;
    margin-right: 10px;
}

.infoBoxExtra ol {
    counter-reset: item;
}

.infoBoxExtra li {
    display: block;
    color: #666666;
}
.infoBoxExtra li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
}

.readMoretext a {
    color: var(--menuTopBack);
    font-style: italic;
    
}
#readLess {
    display: block;
}
#readMore {
    display: none;
    text-align:left;
}

.carrier {
    position: relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.carrierCenter {
 	width: 70vw;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
    text-align: center;
}
.row {
	width: 100%;
	display: block;	
	text-align:left;
    overflow: hidden;
 /*   border: 1px solid hsla(289,85%,48%,1.00);*/
}

.betweenRow {
	background: var(--betweenRowBack);
	height: 40px;
	padding: 10px;
	text-align:center;
	font-weight: bold;
	text-transform:uppercase;
    color: var(--betweenRowText);
}

.cellfloat {
	display: inline-block;
	text-align:center;
	vertical-align: top;
}

.cellfloatleft {
	display: inline-block;
	text-align:left;
	vertical-align: top;
}

.betweenCell {
    margin-bottom: 0.5rem; 
    min-height: 3rem; 
    border-left: 1px solid #eaeaea;
    padding-right: 3px;
}

.cellfloatright {
    float: right;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.cellfloatleftFixed {
	display: inline-block;
	text-align:left;
	vertical-align: top;
}

.cellfloatrightFixed {
	display: inline-block;
	text-align:left;
	vertical-align: top;
}
.width5 {
	width: 5%;
}
.width10 {
	width: 9%;
}

.width15 {
	width: 15%;
}

.width20 {
	width: 19%;
}

.width25 {
	width: 24%;
}

.width30 {
	width: 30%;
}
.width32 {
	width: 32%;
}

.width35 {
	width: 35%;
}

.width40 {
	width: 40%;
}

.width48 {
	width: 45%;
}

.width50 {
	width: 49%;
}

.width60 {
	width: 58%;
}

.width70 {
	width: 68%;
}

.width75 {
	width: 73%;
}

.width80 {
	width: 78%;
}

.width90 {
	width: 88%;
}

.width95 {
	width: 94%;
}

.width100 {
	width: 100%;
}

.spacer {
	height: 50px;	
}

.borderradius5 {
    border-radius: 5px;
}

.borderradius10 {
    border-radius: 10px;
}

.borderradius15 {
    border-radius: 15px;
}

.whiteBack {
    background: var(--semiWhite);
    padding-top: 32px;
    padding-bottom: 32px;
}

.tintBack {
    background: var(--grayBack);
}

.marginTop5 {
    margin-top: 5px;
}

.padding5 {
	padding: 5px;
    padding-left: 10px;
}

.padding10 {
    padding: 6px;
    padding-left: 10px;
}

.padding15 {
	padding: 15px;	
}

.padding20 {
	padding: 20px;	
}

.paddingTop5 {
	padding-top: 5px;	
}

.paddingTop10 {
	padding-top: 10px;
}

.paddingTop20 {
	padding-top: 20px;
}

.paddingLeft5 {
    padding-left: 5px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingBottom5 {
    padding-bottom: 5px;	
}

.paddingBottom10 {
    padding-bottom: 10px;	
}

.adminTitle {
    width: 15rem;
}

.marginBottom10{
    margin-bottom:10px;	
}

#korting {
    display: none;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.labelHeight {
	margin-top:5px;	
	margin-bottom:5px;	
}
            
ol {
    counter-reset: item;
  /*  list-style-type: none;*/
    text-align: left;
    padding: 20px;
}

ol li {
    display: block;
    margin-bottom: 10px;
}

ol li:before {
    content: counter(item) "  ";
    counter-increment: item;
}
    

ol > li:before {
  font-weight: bold;
}
/* ########################################################### TAB ################################################### */
/* ########################################################### TAB ################################################### */
/* ########################################################### TAB ################################################### */

.betweenForm {
    float: left; 
    margin-top: 1rem; 
    min-height: 3rem; 
    border-left: 1px solid #eaeaea;
    padding-right: 3px;
}

.rowRentFormTop {
	width: 100%;
    text-align: left;
}

.cellRentFormL {
    text-align: left;
	width: 95%;
    float: left;    
}

.cellRentFormR {
    text-align: left;
    width: 95%;
    float: left;
    /* padding: 10px; */
}

#left {
    display:zblock;
    width: 48%;
    float: left;
    background: var(--semiWhite);
    border-radius: 15px;
    padding: 1.5rem;
}

#right {
    width: 48%; 
    float: right;
    background: var(--semiWhite);
    border-radius: 15px;
    padding: 1.5rem;
}

.tipText {
    font-size: 0.9rem;
    color: #007A4E;
    font-style: italic;

}
/* ########################################################### INPUT ################################################### */
/* ########################################################### INPUT ################################################### */
/* ########################################################### INPUT ################################################### */



input[type=text],  select, textarea, option  {
    width: 90%;
    height: 35px;
    background: var(--inputBack) 0% 0% no-repeat padding-box;
    border: 1px solid var(--inputBorder);
    opacity: 1;
    padding: 2px;
    border-radius: 5px;
	color: var(--inputText);
}

input[type=tel] {
    width: 90%;
    height: 35px;
    background: var(--inputBack) 0% 0% no-repeat padding-box;
    border: 1px solid var(--inputBorder);
    opacity: 1;
    padding: 2px;
    border-radius: 5px;
	color: var(--inputText);
    transition: all 0.3s ease;
}

.zoomed {
    z-index: 99999;
}

.zoomed input[type=tel] {
    font-size: 1.5rem;
    width: 80px;
    height: 40px;
}

select {
    font-family: 'Livvic',serif;
    font-size: 16px;
}
option {
    font-family: 'Livvic',serif;
    font-size: 16px;
}

input[type=submit].plusKnop {
    width: 2rem;
    height: 2rem;
    background: linear-gradient(80deg,#cceecc 0%,#64b145 100%);
    /* var(--inputButtonBack) 0% 0% no-repeat padding-box; */
    opacity: 1;
    cursor: pointer;
    font-size: 16px;
	color: var(--inputText);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1);
}

input[type=submit].plusKnop:hover {
    background: linear-gradient(20deg,#cceecc 100%,#64b145 0%);
}

input[type=submit],input[type=button]  {
    width: 170px;
    height: 40px;
    background: var(--inputButtonBack) 0% 0% no-repeat padding-box;
    opacity: 1;
    cursor: pointer;
    font-size: 16px;
	color: var(--inputText);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1);
}

input[type=checkbox] {
    width: 25px;
    height: 25px;
    background: var(--inputBack) 0% 0% no-repeat padding-box;
    border: 1px solid var(--inputBorder);
    opacity: 1;
    margin: 1px;    
    border-radius: 5px;
	color: var(--inputText);
}

input[type=submit]:hover, input[type=button]:hover {
    background: var(--inputButtonBackHover); /*#ffbd10;*/
}

input[type=number] {
    width: 60%;
    height: 40px;
    background: var(--inputBack) 0% 0% no-repeat padding-box;
    border: 1px solid var(--inputBorder);
    opacity: 1;
    padding: 10px 5px;
    border-radius: 5px;
	color: var(--inputText);
}

input[type=file] {
    width: 100%;
    height: 35px;
    background: var(--inputBack) 0% 0% no-repeat padding-box;
    border: 1px solid var(--inputBorder);
    opacity: 1;
    padding: 2px;
    border-radius: 5px;
	color: var(--inputText);
}

input[type=file]::file-selector-button {
    height: 30px;
    background-color: var(--inputButtonBackHover);
    color: var(--inputText);
    border: 0px;
    border-right: 1px solid #e5e5e5;
    padding: 2px;
    margin-right: 20px;
    transition: .5s;
}

input[type=file]::file-selector-button:hover {
    background-color: #eee;
    border: 0px;
    font-size: 1rem;
    border-right: 1px solid #e5e5e5;
}

.iframe {
    width: 60%;
    height: 40px;
}

.checkbox-container {
  display: flex;
  align-items: center;
}

input.dateIcon {
      background-image: url('/admin/images/calendar.png');
      background-repeat: no-repeat;
      background-size: 24px 24px;
      padding: 2px 2px 2px 50px; /* left padding for icon */
      background-position: 10px center;
      /* background-position: 96%; */
}

textarea {
	height: 140px;
	color: var(--inputText);
}

label {
    width: 100%;
}

.lbl-checkbox {
    padding: 5px;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

#tussendiv {
	position:absolute;
	top: 50%;
	left: 47%;
	transform: translateY(-50%);
}

#AfterConfirm {
	position:absolute;
	left:0;
  	display: none;
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	background-color: rgba(255,255,255, 0.8);
	text-align:center;
	vertical-align: middle;
	z-index:1000;
}

#loading {
  display: inline-block;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(5,5,5,.3);
  border-radius: 30%;
  animation: spin 2s ease-in-out infinite;
  -webkit-animation: spin 2s ease-in-out infinite;
}
/* ########################################################### FONT ################################################### */
/* ########################################################### FONT ################################################### */
/* ########################################################### FONT ################################################### */


.fontGray {
    color: var(--fontColorGray);
}

.fontGreen {
    color: #80C3BC;
}
.fontKop {
    color: var(--KopText);
}

.fontKop25 {
    color: var(--KopText);
    opacity: 75%;
}

.fontSub {
    color: var(--SubKopText);
}


strong {
    font-weight: 600;
}
h3 {
	padding:0;
	margin:0;
    font-weight: 600;
}
h4 {
	padding:0;
	margin:0;
}
h5 {
	padding:0;
	margin:0;
}
.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.bold {
    font-weight: bold;
}

.weight300 {
    font-weight: 300;
}

.weight400 {
    font-weight: 400;
}

.weight500 {
    font-weight: 500;
}

.weight600 {
    font-weight: 600;
}
.italic {
    font-style: italic;
}

.white {
    color: #FFFFFF;
}
.red {
    color: #F4090D;
}
.green {
    color: #00CB04;
}
.inActiveBackground {
    background-color: var(--InActiveBackdrop);
}

.topcornerR {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin-top: 1.5rem;
  margin-right: 1rem;
}

#Shopbag {
    display: none;
}

.toeslag{
    color: red;
}

#ItemCount {
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    color: #070707;
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-weight: bold;
    position: absolute;
    top: -4px;
    left: 25px;
    background-image: url('/catalogus/images/itemCount.png');
    background-repeat: no-repeat;
    /* background-color: rgb(222, 247, 166);
    border: 1px solid #070707; */
    /* border-radius: 30%; */
}

.topcornerL {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 1.5rem;
  margin-left: 1rem;
}

.responsiveImg {
    max-width: 95%;
    height: auto;
}

.Toppie {
    display: none;
    top: 0;
    bottom:0;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
    z-index: 999;
}

.Toppie .carrier {
    width: 95vw; 
    /* height: 50vh; */
    background-color: #ffffff;
}

input.ListInput {
    width: 70%;
    text-align: right;
}
input.basketInput {
    width: 70%;
    text-align: right;
}


.bastketCol1 {
    width:15%;
    font-size: 20px;
    display: inline-block;
}

.bastketCol2 {
    width: 20%;
    font-size: 20px;
    display: inline-block;
}

#col1 {
    width: 10%;
    /* background-color: #00CB04; */
}
#col2 {
    width: 35%;
    /* background-color: #69a4f8; */
}
#col3 {
    width: 20%;
    padding-right: 30px;
}
#col4 {
    width: 20%;
    /* background-color: #c0ff14; */
}
#col5 {
    width: 10%;
    /* background-color: #F4090D; */
}
/* +++++++++++++++++++++++++++++++ FOOTER ++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++ MOBILE EXTR FOOTER ++++++++++++++++++++++++++++++++++ */

.mobile_footer_extra {
    display: none;
    background-color: var(--menuTopBack);
    width: 100%;
    position: fixed;
    bottom: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr; /*repeat( auto-fit, minmax(24%, 1fr) );*/
    grid-auto-flow: column;
    z-index: 9999;
    grid-auto-rows: 2rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 3.5rem;
    padding-top: 0.5rem;
}

.mobile_footer_cell {
    min-height: 3rem;
    grid-column: span 1;
    text-align: center;
    border-right: 1px solid var(--fontColorFooter);
}
.mobile_footer_cell:last-child {
    border: none;
}
.mobile_footer_cell > a {
    font-size: 13px;
    color: var(--fontColorFooter);
}

.besteld {
    width: 55%;
    margin: 5rem auto;
    text-align: left;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
@media screen and (max-width: 1600px) {
    .paddingTop20 {
        padding-top: 60px;
    }
}
@media screen and (max-width: 600px) {
	.cellfloatleft {
		width: 100%;
		display: block;
	}
   .cellfloatright {
		width: 100%;
		display: block;
   }
    .topSpace {
        margin: 0rem;
    }
    .width90 {
        width: 98%;
    }
    .topcornerR {
        margin-top: 0.5rem;
        margin-right: 0rem;
    }

    .topcornerL {
        margin-top: 0.5rem;
        margin-left: 0rem;
    }

    .paddingTop20 {
        padding-top: 45px;
    }

    .paddingRight20 {
        padding-right: 10px;
    }

    input.ListInput {
        width: 2.3rem;
    }

    input.basketInput {
        width: 2rem;
    }

    .bastketCol1 {
        width: 10%;
        font-size: 16px;
    }

    .bastketCol2 {
        font-size: 16px;
        width: 25%;
    }
    .mobile_footer_extra {
        display: grid;
    }
    .besteld {
        margin: 2rem auto;
        width: 95%;
    }
    #col1 {
        width: 10%;
        /* background-color: #00CB04; */
    }
    #col2 {
        width: 40%;
        /* background-color: #69a4f8; */
    }
    /* #col3 {
        width: 20%;
    } */
    #col4 {
         width: 20%;
         /* background-color: #c0ff14; */
    }
    #col5 {
        width: 20%;
        /* background-color: #F4090D; */
    }
    #bijwerken {
        width: 30px;
        height: 30px;
    }
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  text-align: center;
  padding-top: 3rem;
}

#login_username, #login_password {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  height: 50px;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 2px;
}

#login {
  text-transform: uppercase;
  outline: 0;
  background: #43a146;
  width: 100%;
  height: 50px;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
#login:hover,#login:active,#login:focus {
  background: #007A4E;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
