.mein-row{
	display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.mein-col-2, .mein-col-3, .mein-col-4, .mein-col-5, .mein-col-6 {
position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.mein-row input{
	width:100%;
	padding:8px
}
.mein-row label{
	width:100%;
}
.vsp-speisen-table input{
	text-align:center;
	width:100%;
	padding:8px 0
}
.speisen-filter {margin:30px 0}
.speisen-filter label {margin:0 10px}

.vsp-speisen-table {width:100%;font-size:90%}
.vsp-speisen-table td:nth-child(1) {width:56%}
.vsp-speisen-table td:nth-child(2) {width:15%}
.vsp-speisen-table th {width:10%;text-align:center}
.vsp-speisen-table td:last-child {width:8%}
.speisen {
  border: 1px solid #eee;
  padding: 20px;
	margin-bottom: 30px
}
.speisen h3{
  margin:0
}
.bestellung{width:100%}
.summe {text-align:right;
font-weight: bold;
	margin-bottom: 20px
}
.summe span {
font-size:120%;
	text-decoration:underline
}
.vsp-submit button, .vsp-pdf-download-button{
  border: 0;
  padding: 12px 15px;
  background-color: #a2cd21;
  color: #fff !important;
  text-decoration:none
}
.vsp-submit button:hover, .vsp-pdf-download-button:hover{
  background-color: #6e8f0a;
}
.vsp-pdf-button-container {
    display: none;
}
.vsp-pdf-button-container.visible {
    display: block;
}

@media (min-width: 998px) {
.mein-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
.mein-col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
.mein-col-4{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
.mein-col-3{
    flex: 0 0 25%;
    max-width: 25%;
  }
	.mein-col-2{
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}