body {
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-family: "Arial", sans-serif;
	background-color: #ffffff;
	line-height: 25px; 
	padding-top: 10px;}

.container {
	width: 1200px;
	margin: auto;
	font-family: "Arial", sans-serif; }

h1 {
	text-transform: uppercase;
	font-size: 22px;
	text-align: left;
	color: #2098D1; 
	font-weight: 600;
	margin-bottom: 10px;}

h2 {
	font-weight: 600;
	font-size: 22px;
	color: #2098D1;
	padding-bottom: 16px;
}


h3 {
	font-weight: 600;
	font-size: 16px;
	color: #2098D1;
	padding-bottom: 0px;
}

h3 {
	font-weight: 600;
	font-size: 16px; 
	color: white;
	text-transform: uppercase;
	}
	
h4 {
	font-weight: 600;
	font-size: 14px; 
	color: #6f991b;}
	
h5 {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 18px;
	color: #6f991b; }

h6 {
	float:left;
	width: 100%;
	font-size: 24px;
	text-align: left;
	color: #009A55; 
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;}	
	
	
a { color: #2098D1;}
strong { font-weight: 600;}

p {
	font-size: 18px;
	line-height: 25px;
}


.blocktext li {
	padding-left: 16px;
	margin-left: 20px;
	font-size: 18px;
	line-height: 25px;
	list-style-type: disc;
}

.blocktext h3 {
	color:#2098D1;
}



.blockleft {
	float:left;
	padding: 0px 15px 15px 15px;
	width: 45%;
}

.blockpicture {
	float:left;
	width: 100%;
}

.blockleft .button {
	float:left;
	width: 258px;
	padding: 5px 10px;
	border: 1px solid #2098D1;
	margin-bottom: 2px;
	color: #2098D1;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.blockleft .button:hover {
	background-color: #2098D1;
	color: white;
}


.blockpicture img {
	width: 100%;
}

.blockright {
	float:right;
	padding: 0px 15px 15px 15px;
	width: 45%;
	margin-bottom: 20px;
}

.linkbread {
	float:left;
	width: 100%;
	color:#aaa;
	font-size: 14px;
	padding-bottom: 10px;
	text-decoration: none;
}


.selectbox {
	border: 1px solid #e6e6e6;
    background-color: transparent;
    color: black;
    height: calc(2.125rem + 2px);
    width: calc(3.125rem + 2px);
    font-size: 14px;
}

.buttonhomecta, .homectatxt, .homectahead {
	display: none;
}


.menu ul li {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 26px;
	padding-left: 20px;
}

.menu ul li a {
	text-decoration: none;
	color: #626262;
}

.menu ul li img {
	width: 80px;
	margin-bottom: 5px;
}

.pd form {
	display: inline !important;
}

.homecontainer {
	float:left;
	width: 100%;
	
}


.homecontainerleft {
	float:left;
	width: 48%;
	margin-top: 9px;
}

.homecontainerright  {
	float:left;
	width: 52%;
	margin-top: 30px;

}

.homecontainerright img {
	float:right;
	width: 100%;
	}

.homecontainerleft .title {
	font-size: 30px;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 70px;
}

.homecontainerleft .subtitle {
	font-size: 30px;
	color: #2098D1;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
}

.homecontainerleft .subsubtitle {
	font-size:18px;
	color: black;
	margin-top: 25px;
	margin-bottom: 10px;
}

.homecontainerleft .selectom {
	float:left;
	width: 100%;
}

.homecontainerleft .selectdrop {
	float:left;
	width: 220px;
	margin-right: 10px;
}

.homecontainerleft .drop {
	float:left;
	width:100px;
}

.homecontainerleft .submithome {
	float:left;
	background-color: #00b900;
	border: 1px solid #00b900;
	color: white;
	padding: 15px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
}

.homecontainerleft .submithome:hover {
	background-color: green;
	border: 1px solid green;
	cursor: hand;
}

.homecontainerleft select {

  /* styling */
  background-color: white;
  border: 2px solid #00b900;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.9em 3.5em 0.9em 1em;
  color: #00b900;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}	

.homecontainerleft select.selectwink {
  background-image:
    linear-gradient(45deg, transparent 50%, #00b900 50%),
    linear-gradient(135deg, #00b900 50%, transparent 50%),
    linear-gradient(to right, #00b900, #00b900);
  background-position:
    calc(100% - 20px) calc(1.4em + 2px),
    calc(100% - 15px) calc(1.4em + 2px),
    calc(100% - 2.5em) 0.9em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.homecontainerleft select.selectwink:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #00b900;
  outline: 0;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}



/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #00b900;
  padding: 11px 16px;
  border: 2px solid #00b900;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  text-transform: uppercase;
  background-image:
    linear-gradient(45deg, transparent 50%, #00b900 50%),
    linear-gradient(135deg, #00b900 50%, transparent 50%),
    linear-gradient(to right, #00b900, #00b900);
  background-position:
    calc(100% - 20px) calc(1.2em + 2px),
    calc(100% - 15px) calc(1.2em + 2px),
    calc(100% - 2.5em) 0.9em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;


}

.select-items div,.select-selected:focus {
  background-image:
    linear-gradient(45deg, #fff 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #fff 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #00b900;
  outline: 0;
  color: white;


}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #00b900;
  color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.homeom {
	float:left;
	width: 100%;
	margin-top: 29px;
	margin-bottom: 65px;
}

.homeomleft {
	float:left;
	width: 42%;
}

.homeomright {
	float:left;
	width: 58%;
}

.homeomright img {
	width: 100%;
}

.item {
	float:left;
	width: 41.5%;
	margin-right: 8%;
	margin-bottom: 1%;
}

.item .image {
	float:left;
	width: 100%;
}

.item img {
	width: 100%;
}

.item .title {
	float:left;
	width: 100%;
	background-color: #2098D1;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}



.deliver_form {
	float: left;
	width: 100%;
	padding: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subpage_form .submit {
	outline: none;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	border-radius: 0;
	background: transparent;
	text-transform: uppercase;
	color: white;
	font-size: 13px;
	font-weight: 600;
}

.deliver_form input, .deliver_form textarea {
	margin-top: 0;
	width: 100%;
	padding: 7px;
	border-radius: 0;
	-webkit-appearance: none;
	border: 1px solid #6f991b;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.deliver_form textarea {
	height: 100px;
}

topmenu {
	float: left;
	width: 100%;
	background-color: #FFFFFF; 
	color: #666666;
	padding-bottom: 10px; 
}

topmenu .left{
	float: left;
	width: 47.8%; 
}

topmenu .right{
	float: right;
	width: 52%;
	font-size: 14px;
	color: #666666;

}

topmenu .totaright{
	text-align: right;
	width: 100%;

}

topmenu .right .link{ 
	margin-right: 10px;
	}

topmenu .right a{
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;	
}	

.shophome {
	float: right;
	background-color: #1ea4e6;
	color: white;
	margin-top: -10px;
	width: 70px;
	height: 40px;
}

.shophome:hover {
	background-color: green;
}

.shophome .left {
	float: left;
	width: 30px;
	color: white;
	padding: 8px 5px 5px 5px;
}

.shophome .left img {
	width: 100%;
}

.shophome .right {
	float: left;
	color: white;
	width: 20px;
	font-size:13px;
	border-bottom: 2px solid white;
	text-align: center;
	padding-top: 4px;
}

.spanstap2 {
	font-size: 18px;
}

header {
	float: left;
	width: 100%;
	background-color: #ffffff; }

header .left {
	float: left;
	width: 28%;
	padding: 2% 2% 2% 0%; }


header .right {
	float: right;
	width: 70%; 
	text-align: right;
	margin-top: 93px;
}

.titlepagetop {
	float: left;
	width: 100%;
	margin-top: -20px;
	z-index: 9;
	margin-bottom: 35px; }
.titlepageheader {
	float: none;
	position: absolute; }

.titlepagetop2 {
	margin-left: auto;
    margin-right: auto;
	background: #6f991b;
	width: 190px;
	padding: 10px 0px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.7px; }

.titlepagetop3 {
	margin-left: auto;
    margin-right: auto;
	background: #6f991b;
	width: 260px;
	padding: 10px 0px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.7px; }


.slider img {
	float:left;
	z-index: 9; 
}

.content {
	float:left;
	width: 100%;
	font-size: 14px;
}

.content .left {
	float:left;
	width: 48%;
}

.content .left a, .orderitem a {
	text-decoration: none;
	}


.content .left a{
	color: black;
	}


.content .right {
	float:right;
	width: 48%;
}

	
.submenu {
	float: left;
	width: 19%;
	text-align: right;
	margin-top: 40px;
}

.subcontent {
	float: left;
	width: 79%;
	padding-left: 2%;
	margin-left: 2%;
	margin-bottom: 50px;
	margin-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subcontent .subtext {
	color: #5EB6E1;
	font-size: 18px;
	font-weight: 100;
}
	
.intro_content {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.intro_content h1 {
	padding-bottom: 12px;
}

.intro_content .less {
	display: none;
}

.homelines {
	float:left;
	width: 100%;
	margin-bottom: 35px;
}



.telephoneico img{
	float:left;
	width: 12px;
	margin-right: 10px;
	padding-top: 3px;
}

.telephone {
	float:left;
	text-decoration: none;
	margin-right: 10px;
	color: #666666;
	font-weight: 500;
	font-size:16px;
	
}

.threesections {
	float:left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 60px;
}

.threesections .section_first {
	float:left;
	padding: 10px;
	border: 1px solid #bebebe;
	width:30%;
	margin-right: 12px;
	text-align: center;
	
}

.threesections .section_last {
	float:left;
	padding: 10px;
	border: 1px solid #bebebe;
	width:30%;
	text-align: center;
	
}

.threesections .imageabove {
	float:left;
	width: 100%;
	margin-bottom: 20px;
	min-height: 200px;
	
}

.threesections .imageabove img {
	width: 100%;
	}


.threesections .title {
	float:left;
	width: 100%;
	margin-bottom: -2px;
	font-size: 24px;
	color: black;
	font-weight: bold;
	
}

.threesections .subtitle {
	float:left;
	width: 100%;
	margin-bottom: 2px;
	color: #6f6f6f;
	font-size: 18px;
	margin-bottom: 30px;
	
}

.threesections .price {
	float:left;
	width: 100%;
	color: black;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	
}

.threesections .button {
	float:left;
	padding: 10px 0px;
	width: 100%;
    background-color: #00b900;
    margin-bottom: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    box-shadow: inset 0 -2px 0 0 #090;
    font-size: 15px;
	
}

.threesections .button:hover {
	background-color: #009A55;
	
	}


.centerclass {
	float:left;
	width: 100%;
	text-align: center;
}

.centerclass2 {
	float:left;
	width: 100%;
	text-align: center;
	
}



.mailico img{
	float:left;
	width: 25px;
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 3px;
}

.mail {
	float:left;
	text-decoration: none;
	margin-right: 10px;
	color: #666666;
	font-weight: 500;
	font-size:18px;
	
	
}
	
.homeline {
	float: left;
	width: 100%;
}

.homeback {
	float: left;
	width: 100%;
	margin-bottom: 60px;
	background-color: #ffffff;
	padding: 50px 0px 0px 0px;
}

.homelinemenu {
	float:left;
	width: 210px;
}

.homelinebtn {
	float:left;
	width: 98%;
	background-color: white;
	border: 4px solid #009A55;
	padding: 8px 0px 7px 0px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
	color: #009A55;
	font-weight: 600;
	font-size: 16px;
	
	
}

.textproduct {
	float:left;
	width: 100%;
}

.textproduct li {
    padding-left: 16px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 25px;
    list-style-type: disc;
}

.homelinebtn2 {
	float:left;
	width: 98%;
	background-color: white;
	background-color: #2098D1;
	padding: 8px 0px 7px 0px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 14px;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	
	
}

.googletranslate {
	float:right;
	width: 200px;
	font-size: 12px;
}


/* Back Pulse */
@-webkit-keyframes homelinebtn {
  50% {
    background-color: #009A55;
  }
}
@keyframes homelinebtn {
  50% {
    background-color: #009A55;
  }
}

@-webkit-keyframes homelinebtn2 {
  50% {
    background-color: #009A55;
  }
}
@keyframes homelinebtn2 {
  50% {
    background-color: #009A55;
  }
}

.homelinebtn, .homelinebtn2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.homelinebtn:hover, .homelinebtn:focus, .homelinebtn:active{
  -webkit-animation-name: homelinebtn;
  animation-name: homelinebtn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #009A55;
  background-color: #009A55;
  color: white;
}

.homelinebtn2:hover, .homelinebtn2:focus, .homelinebtn2:active{
  -webkit-animation-name: homelinebtn2;
  animation-name: homelinebtn2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #009A55;
  background-color: #009A55;
  color: white;
}

.location_banner {
	float: left;
	width: 100%;
	background-color: #6f991b;
}

.location_banner_left {
	float: left;
	width: 52%;
}

.location_banner_left img {
	width: 80%;
}

.location_banner_right {
	float: left;
	width: 46%;
	padding: 3.5% 0 0 2%;
}

.location_banner_right h3 {
	color: white;
	font-weight: 100;
	margin-bottom: 20px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.location_banner_right_address {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.location_description {
	float: left;
	width: 36%;
	margin-right: 4%;
}

.category {
	float:left;
	margin-top: 20px;
}

.kader {
	float:right;
	width: 210px;
	
}

.kadercat {
	float:right;
	width: 100%;
	
}

.kadercat3 {
	float:right;
	width: 100%;
	
}

.hvr-bounce-to-bottom-placed {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 1px solid #FFFFFF;
  background-color: #009A55;
  
}



.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 1px solid #FFFFFF;
  background-color: #2098D1;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #009A55;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.stripe {
  color: #444;
  padding: 0px;
  width: 100%;
  border:none;
  border-bottom: 1px solid #2098D1;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: bold;
  background-color: white;
}
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border:none;
  border-top: 1px solid #2098D1;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: bold;
  background-color: white;
}

.active, .accordion:hover {
  background-color: #2098D1; 
  color: white;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.spanitem {
	float: right;
	width: 50px;
    text-align: right;
}

.kader {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.kader:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.kader:hover, .kader:focus, .kader:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.kader:hover:before, .kader:focus:before, .kader:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}



.kader2 {
	float:right;
	width: 210px;
	margin-left: 3%;
}

.kader2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.kader2:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.kader2:hover, .kader2:focus, .kader2:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.kader2:hover:before, .kader2:focus:before, .kader2:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.kader .title, .kader2 .title {
	float:left;
	width: 100%;
	color: white;
	z-index: 99999; }

.pd {
	padding: 5px 18px;}

.kader .info, .kader2 .info, .news .info {
	float:left;
	width: 100%;
	height: 200px;
	background-color: #ebebeb; 
	padding-bottom: 20px;}
	
.kader .info_3, .kader2 .info_3, .news .info_3 {
	height: 174px;
}

.kader .buttonom, .kader2 .buttonom, .news .buttonom {
	float:left;
	width: 100%;
	margin-top: -15px;
	text-align: center;}

.orderitem {
	float:left;
	width: 30%;
	padding: 0px 9px 30px 21px;
	
}

.orderitem .title {
	color: #2098D1;
	font-size: 22px;
	font-weight: 600;
	
}

.orderitem .orderdescription {
	float:left;
	width: 100%;
	color: #2098D1;
	min-height: 110px;
	
}

.orderitem .orderdescription ul{
	margin-left: 0px;
	
}

.orderitem .orderdescription li {
	padding-left: 0px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 25px;
	list-style-type: disc;
}


.orderitem .picture{
	float:left; 
	width: 100%;
	text-align: center;}

.orderitem .picture img{
	max-width: 280px;
	height:300px; 
	}
	
.orderitem .btn {
	float:left;
	width: 258px;
	padding: 5px 10px;
	border: 1px solid #2098D1;
	margin-bottom: 2px;
	color: #2098D1;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.orderitem .bestel, .blocktext .bestel {
	float:left;
	width: 260px;
	padding: 5px 10px;
	background-color: #00b900;
	margin-bottom: 2px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}

.orderitem .bestel2, .blocktext .bestel2 {
	float:left;
	width: 100px;
	padding: 5px 10px;
	background-color: #00b900;
	margin-bottom: 2px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}

.bestel2:hover {
	background-color: #009A55;
	
	}

.orderitem .info{
	float:left;
	width: 130px;
	padding: 5px 10px;
	background-color: #2098D1;
	margin-bottom: 2px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	margin-right: 2px;
}

.orderitem .bestel:hover, .blocktext .bestel:hover {
	background-color: green;
}

.orderitem .btn:hover {
	background-color: #2098D1;
	color: white;
}


.bestelorder {
	padding: 14px 30px;
	background-color: #00b900;
	margin-bottom: 2px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}

.bestelorder:hover{
	background-color: green;
}

.bestelorder2 {
	padding: 17px 33px;
	background-color: #00b900;
	margin-bottom: 2px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	box-shadow: inset 0 -2px 0 0 #090;
}

.bestelorder2:hover{
	background-color: #009A55;
}


.orderaccessoires {
	float:left;
	width: 15%;
	padding: 0px 9px 30px 0px;
	margin-right: 30px;
	
}

.orderaccessoires .title {
	color: #2098D1;
	font-size: 15px;
	font-weight: 600;
	
}

.orderaccessoires .orderdescription {
	float:left;
	width: 100%;
	color: #2098D1;
	
}

.orderaccessoires .orderdescription ul{
	margin-left: 15px;
	
}


.orderaccessoires .picture{
	float:left; 
	text-align: center;}

.orderaccessoires .picture img{
	width: 100%; }
	

.orderaccessoires .bestel {
	float:left;
	width: 100%;
	padding: 5px 10px;
	background-color: #00b900;
	margin-bottom: 2px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.orderaccessoires .bestel:hover {
	background-color: green;
}

.orderaccessoires .btn:hover {
	background-color: #2098D1;
	color: white;
}





.shop_table {
	float:left;
	width: 100%;
	margin-top: 10px;
	color: #2098D1;
	
}

.shop_table a{
	color: #2098D1;	
	text-decoration: none;
}

.shop_table .title {
	color: #2098D1;
	font-size: 22px;
	font-weight: 600;
	vertical-align: top;
	
}

.subbutton{
	padding: 0px 9px 2px 9px;
	background-color: white;
	border: 1px solid #CCCCCC;
	color: #2098D1;
	font-size: 24px;
}

.addbutton{
	padding: 0px 8px 2px 9px;
	background-color: white;
	border: 1px solid #CCCCCC;
	color: #2098D1;
	font-size: 24px;
}

.buttonamount{
	text-indent: 9px;
	width: 36px;
	padding: 6px 0px 7px 0px;
	background-color: white;
	border: 1px solid #CCCCCC;
	color: #000000;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}

.shopmenu {
	float:left;
	width: 100%;
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	margin-top: 40px;
}

.shopbottomleft {
	float:left;
	width: 22%;
	padding: 10px;
}
 
.shopbottomright {
	float:right;
	width: 70%;
	text-align: right;
	padding: 10px;
}

.shopfurther {
	float:left;
	background-color: transparent;
	color: #2098D1;
	font-size: 15px;
	text-decoration: none;
	padding: 7px 10px 5px 10px;
	font-weight: 600;
	border: 1px solid #2098D1;
	
}

.shopupdate {
	float:right;
	background-color: transparent;
	color: #2098D1;
	font-size: 15px;
	text-decoration: none;
	padding: 10px;
	font-weight: 600;
	border: 1px solid #2098D1;
	
}

.shopnext {
	float:right;
	background-color: #2098D1;
	color: white;
	font-size: 15px;
	text-decoration: none;
	padding: 10px;
	font-weight: 600;
	border: 1px solid #2098D1;
	margin-left: 20px;
	
}

.shop_table .description {
	float: left;
    width: 100%;
    color: #2098D1;
    font-size: 14px;
    font-weight: 100;
	
}

.shop_table .description ul {
	margin-left: 15px;
}

.shop_table tr {
	border-bottom: 1px solid #CCCCCC;
	
}

.shop_table td {
	padding: 10px 0px 10px 0px;
	}


.swiper-container {
      width: 100%;

}

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

	


.newsitem {
	float:left;
	width: 30%;
	padding: 0px 9px 30px 21px;
	
}

.newsitem .title {
	color: #2098D1;
	font-size: 22px;
	font-weight: 600;
	
}

.newsitem .newsdescription {
	float:left;
	width: 100%;
	color: #2098D1;
	padding-bottom: 10px;
	
}

.newsitem .picture{
	float:left; }

.newsitem .picture img{
	width: 100%; 
	height: 200px;
	padding-bottom: 10px;}
	
.newsitem .btn {
	float:left;
	width: 100%;
	padding: 9px 0px 8px 0px;
	border: 1px solid #2098D1;
	margin-bottom: 2px;
	text-align: center;
}


.newsitem .btn {
	color: #2098D1;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.newsitem .btn:hover {
	background-color: #2098D1;
	color: white;
}

.contactform {
	float:left;
	width: 100%;
}

.contactform .left {
	float:left;
	width: 40%;
	margin-right: 20px;	
}

.contactform .right {
	float:left;
	width: 40%;	
	
}

.orderform {
	float:left;
	width: 100%;
}

.orderform .left {
	float:left;
	width: 40%;
	margin-right: 20px;	
}

.orderform .right {
	float:right;
	width: 40%;	
	
}	

.submitbtn {
	float:left;
	width: 100%;
	padding: 16px 0px 16px 0px;
	background-color: #2098D1;
	margin-bottom: 2px;
	border: 1px solid #2098D1 ;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	

}
	
	
	
.input {
    width: 100%;
    padding: 8px;
    color: #666666;
    display: inline-block;
    border: 2px solid #009A55;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 10px;
  

   }
   
   input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.textarea {
    width: 100%;
    padding: 8px;
    color: #666666;
    display: inline-block;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 10px;
    
   }
	
.kader .button, .kader2 .button, .intro_content .button, .location_description .button, .news .button, .location_banner_right .button, .button_vacature {
	display: initial;
	background: #6f991b;
	text-transform: uppercase;
	color: white;
	font-size: 13px;
	padding: 5px 10px;
	text-align: center;
	border: none;
	font-weight: 600; 
	text-decoration: none;
}

.button:hover {
	background-color: #97bf0d;
}

.button_vacature {
	float: left;
	margin-top: 20px;
}

.location_banner_right .button {
	float: left;
	color: #6f991b;
	background: white;
	margin-top: 15px;
}
	
.intro_content .morelink {
	text-decoration: none;
}

.kader .picture, .kader2 .picture {
	float:left; }

.kader .picture img, .kader2 .picture img, .news .picture img {
	width: 100%; }

.news {
	float:left;
	width: 22%;
	margin-right: 4%; 
}

.home_subs {
	display: none;
}

.homeline .news:last-child {
	margin-right: 0;
}

.morecontent {
	float: left;
	width: 100%;
	margin-top: 12px;
}
.leesmeer {
	margin-left: auto;
    margin-right: auto;
	background: #6f991b;
	text-transform: uppercase;
	color: white;
	font-size: 13px;
	padding: 2px;
	margin-top: -15px;
	width: 120px; 
	text-align: center;
	font-weight: 600; }
	
.last {
	margin-right: 0px; }

.endbottom {
	float: left;
	width: 100%;
	background-color: #282637;
	color: #ffffff;
	padding-bottom: 10px;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}

footer2 {
	float: left;
	width: 100%;
	color: #ffffff;
	padding-bottom: 10px;
	margin-top: 50px;
	text-align: center;
	color: #666;
}



footer {
	float: left;
	width: 100%;
	background-color: #282637;
	color: #ffffff;
	padding-bottom: 10px;
}

footerbottom {
	float: left;
	width: 100%;
	background-color: #eee;
	color: #ccc;
	padding-bottom: 10px;
}


footer a, footerbottom a {
	color: #ccc; 
	text-decoration: none;
	font-size: 16px;
	font-weight: 100;
	}

.footer_div {
	float: left;
	width: 25%;
	margin-top: 24px;
	font-size: 12px; }

.footer_div .title, .footer_div2 .title {
	float:left;
	font-size: 16px; 
	color: #ffffff;}

.footer_div label, .footer_div2 label, .footer_div3 label {
    float: left;
    width: 100%;}
 
 .footer_div2 {
	float: left;
	width: 25%;
	margin-top: 24px;
	font-size: 16px; 
	color:#ccc;  }
	
.footer_div3 {
	float: left;
	width: 15%;
	margin-top: 71px;
	font-size: 12px; 
}

.copyright {
	float: left;
	width: 100%;
	font-size: 10px;
	font-style: italic;
	color: #bebebe;
	text-align: center;
	margin-bottom: 20px;
}

.whatsappme__button {
	position: fixed;
    z-index: 2;
    bottom: 8px;
    right: 8px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    color: #fff;
    background-color: #25D366;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    cursor: pointer;
    transition: background-color 0.2s linear;
}



.whatsappme__button svg {
	width: 36px;
    height: 60px;
    margin: 0 12px;
}

.whatsappme__badge {
	position: fixed;
    z-index: 2;
    bottom: 52px;
    right: 8px;
    height: 20px;
    min-width: 20px;
    max-width: 25vw;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    cursor: pointer;
    transition: background-color 0.2s linear;
    background-color:red;
    text-align: center;
    line-height: 20px;
}




#map_canvas {
	width: 60%;
}

.bottom_message {
    bottom: 0;
    display: block;
    height: 50px;
    width: 100%;
    position: fixed;
    background-color: #000000;
    clear: both;
	text-align: center;
	color: white;
	font-size: 17px;
	padding-top: 15px;
	z-index: 0;
	display:none;
}
