
.tabelleBlock tr {

border: solid 0px #bbb;

}


fieldset {
display: inline-block;
vertical-align: center;
border: none;
border-color: #fff;
}

.topSuchmaske {
box-shadow: 0 0 6px 0 rgba(0,0,0,.08);
    background-color: #fff;
    width: -webkit-fill-available;
    padding: 0px;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;

}
fieldset.suchmaskeRef  {	
	background-color: transparent;
	/*background-image: url("images/back_grey.png");*/
	/*background: #eee;*/
	/*border: solid 1px #989898;*/
	/*border-collapse: separate;
	border: solid 0px #bbb;*/
	vertical-align: center;
	font-style: bold;
	font: 14px verdana;
	text-align: left;
	padding: 1em;
	border: none;
	/*margin-top: 30px;*/
	/*width: 32.7%;*/
	
	/*background-image: linear-gradient(
		hsla(200,0%,88%,20) 5%,
hsl(230,10%,88%) 70%);*/
    margin-bottom: 0px;
    margin-top: 0px;
}

input[type="plz"] {
   font-size: 1.1em;
   padding: 2px 2px; 
   font-family: Verdana, sans-serif;
   font-weight: 150;
   color: red;
   text-align: left;
   border: 1px solid silver;
  /* background-image: linear-gradient(to top, gainsboro 0%, white 90%);*/
   border-radius: 2px;
	 height: 2.5rem;
   margin-right:5px;
  
}
input[type="ort"] {
   font-size: 1.1em; padding: 2px 2px; 
   font-family: Verdana, sans-serif;
   font-weight: 150;
   color: red;
   text-align: left;
   border: 1px solid silver;
 /*  background-image: linear-gradient(to top, gainsboro 0%, white 90%);*/
   border-radius: 2px;
	 height: 2.5rem;
  
}

input[type="text"],[type="date"],[type="system"] {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 2.5rem;
    line-height: 1.3;
	
}

.tabelleBlock img {
	padding: 7px;
    /*margin: 0.5em 0.5em 0.5em -0.21em;*/
    background: #fff;
    /*border: 1px solid #bbb;
	border-radius: 0.8em;*/
    width: 100%;
box-shadow: 0 0 6px 0 rgba(0,0,0,.08);
}
.tabelleBlock {
    border-collapse: separate;
    border-spacing: 10px;
    font: 11px arial, sans-serif;
    vertical-align: center;
    font-style: normal;
    float: left;
    margin: 0em 0.2em 2em 0.2em;
box-shadow: 0 0 6px 0 rgba(0,0,0,.08);
}

.tabelleBlock td {
	padding:0.5em;
	border-bottom: none;
    font: 11px open sans, sans-serif;
}

/*---------------------------------------------------------------------------------------------------*/

 @media (min-width: 0px) and (max-width: 767px)  { 
	

fieldset {
	 width: 100%;
}
.tabelleBlock {
	 width: 100%;
text-align: left;	
font: 18px arial, sans-serif; 
}

.tabelleBlock img {
    height: auto;
}



input[type="plz"] {
   width: 100%;
  
}
input[type="ort"] {
   width: 100%;
  
}

input[type="text"],[type="date"],[type="system"] {
    width: 100%;
}

.BvUeberschrift' {
	font: 18px arial, sans-serif;
background-color: #333;	
}


}
/*---------------------------------------------------------------------------------------------------*/

 @media (min-width: 768px) and (max-width: 1079px)  { 
	

fieldset {
	 width: 46.1%;
}
input[type="plz"] {
   width: 100%;
  
}
input[type="ort"] {
   width: 100%;
  
}

input[type="text"],[type="date"],[type="system"] {
    width: 100%;
}

.tabelleBlock {
	 width: 49%;
}

.tabelleBlock img {
    height: auto;
}

}
/*---------------------------------------------------------------------------------------------------*/



@media (min-width: 1080px) and (max-width: 2000px) {


fieldset {
	 width: 19.7%;
}
.tabelleBlock {
    width: 24.5%;
}

.tabelleBlock img {
    height: 17em;
}

input[type="plz"] {
   width: 100%;
  
}
input[type="ort"] {
   width: 100%;
  
}

input[type="text"],[type="date"],[type="system"] {
    width: 100%;
}

.tabelleBlock h3 {
font: 14px open sans, sans-serif;
font-weight: 600;
}


/*---------------------------------------------------------------------------------------------------*/









.sendButtonUebersicht {
	width: 100%;	
}

input[type=submit],[type=button] {
	width: 100%;
font-family: "Open Sans";
    font-size: .75rem;
    background-color: #03a9f4;
    border-radius: 5px;
    min-width: 100%;
    padding: .55rem 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5rem;
    border: 2px solid #03a9f4;
    vertical-align: middle;
    -webkit-appearance: none;
    margin-bottom: .75rem;
	color: #fff;
    margin-top: 0px;
}



option {
	width: 100%;
	font-size: 1.0em; padding: 5px; 
	font-weight: 200;
	/*background-image: linear-gradient(to top, gainsboro 0%, white 90%);*/
	border: 1px solid silver;
}



.BvUeberschriftGalerie {
    background-color: #696969;
    border-bottom: solid 1px #000000;
    border-top: solid 1px #000000;
    vertical-align: center;
    font-style: bold;
    font: 16px verdana;
    text-align: left;
    padding: 10px;
    width: 100%;
    /* background-image: linear-gradient( hsla(200,0%,88%,0) 10%, hsl(230,10%,88%) 70%); */
    color: #fff;
}
/*nur für die Galeriedarstellung*/



.BvTabelleGalerie
 {	
 border-collapse: separate;
	border: solid 0px #000000;
	font: 14px arial, sans-serif;
	vertical-align: center;
	font-style:bold;
	text-align: left;
	line-height: 1.9em;
	width: 100%;
}
img {
	padding: 5px;
	margin: 5px 0 5px 0;
	/*background: #fff;*/
	/*border: 1px solid #ddd;
	border-radius: 1em;*/
	/*box-shadow: 2px 3px 3px grey;*/
}



.BvTabelleGalerie td {
	border-bottom: solid 1px #eee;
	padding: 0.5em
	}

input.sendButtonUebersicht:hover,input[type=submit]:hover,[type=button]:hover {
transition: all .3s linear;
background-color:#3ab8f1;
    border: 2px solid #3ab8f1;
}

}
