@charset "utf-8";
/* CSS Document */
.zoekentext, .zoekensubmit, .zoekenselect{
    font-family: 'Josefin Sans', sans-serif;
    border: 1px solid #0093e1;
		font-size: .857em;	
    margin: 0;		
    padding-right: 10px;
    padding-left: 10px;			
}

.zoekentext{
    height: 31px;		
    border-width: 1px 0 1px 1px;
    border-radius: .33333em 0 0 .33333em;	
    width: calc(100% - 60px);	
    background-color: white;
    color: #62615f;		
}

.zoekenselect{
    border-width: 1px 0 1px 1px;
    height: 35px;		
    width: 75px;
    background-color: white;
    color: #62615f;		
    padding-right: 0em;
    padding-left: 0em;			
    background-color: white;		
}

.zoekensubmit{
    height: 35px;		
    width: 35px;
    overflow: hidden;
    font-weight: 600;
    color: #0093e1;
    border-radius: 0 .33333em .33333em 0;
    border-width: 1px;
    cursor:pointer;		
    background-color: #00d501;	
		background-image: url('https://mariowii.nl/Plaatjes/Fun/zoek-icon25.png');	
		background-position: 5px 5px; 
    background-repeat: no-repeat;
}

.zoekensubmit:hover{
    background-color: #ff84c5;		
}

.zoekenitem2{
      font-family: 'Josefin Sans', sans-serif;
			font-size: .857em;		
      color: #00d501;				
			padding: 5px 0px 0px 0px;
			text-align: center;			
      display: none;		
	    width: 100%;
							
}
@media screen and (min-width: 650px){
.zoekenitem2{
      display: inline-block;								
}
}
.zoekenselect {
  display: none;
}
/*@media screen and (min-width: 325px) and (max-width: 360px){
.zoekenselect {
  display: inline-block;
}
.zoekentext{
    width: calc(100% - 175px);	
}
}*/
@media screen and (max-width: 360px){
.containerzoeken{
      margin-bottom: 0.33em;
}
}
@media screen and (min-width: 500px) and (max-width: 649px){
.zoekenselect {
  display: inline-block;
}
.zoekentext{
    width: calc(100% - 135px);	
}
.containerzoeken{
    margin-right: 10px;
    margin-left: 10px;
}
}
@media screen and (min-width: 850px){
.zoekenselect {
  display: inline-block;
}
.zoekentext{
    width: calc(100% - 135px);	
}
.containerzoeken{
    margin-right: 30px;
    margin-left: 30px;
}
}
@media screen and (min-width: 650px) and (max-width: 849px){
.containerzoeken{
    margin-right: 5px;
    margin-left: 5px;
}
}
@media screen and (max-width: 320px){
.zoekentext, .zoekensubmit{
		font-size: .757em;	
}
}
@media screen and (min-width: 360px) and (max-width: 400px){
.zoekentext, .zoekensubmit{
		font-size: .657em;	
}
}
@media screen and (min-width: 400px) and (max-width: 425px){
.zoekentext, .zoekensubmit{
		font-size: .757em;	
}
}
@media screen and (min-width: 650px) and (max-width: 685px){
.zoekentext, .zoekensubmit{
		font-size: .657em;	
}
}
@media screen and (min-width: 685px) and (max-width: 705px){
.zoekentext, .zoekensubmit{
		font-size: .757em;	
}
}
