@media screen and (max-width: 768px) {
  tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  td, th {
    display: block;
    width: 33%;
  }

  td:first-child #highlight {
    font-weight: 700;
  }

  th:first-child,
  td:first-child {
    color: #fff;
    font-weight: 500;
    text-align: center;
    background:  #ee7a25;
    width: 100%;
  }
  th:first-child {
    display: none;
  }
}

table {
    border:solid 1px #ccc ;
    border-spacing: 0;
    border-collapse:separate;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

td {
   padding: 0 1.1em 0 1.1em ;
   border-collapse: collapse;
   line-height: 2.3em;
}

tbody tr:nth-child(even) {background: #92a1ad;}

tbody  {
    border:solid 1px #ccc ;
}

thead {
        border: 0px #fffff;
        font-family: Rajdhani,sans-serif !important;
        text-align: left;
        font-size: 1.375rem;
        text-transform: uppercase;
        font-weight: 700;
        background: #183b55;
        background: -webkit-linear-gradient(top, #475975, #364761);
        background: -moz-linear-gradient(top, #475975, #364761);
        background: -o-linear-gradient(top, #475975, #364761);
        background: -ms-linear-gradient(top, #475975, #364761);
        background: linear-gradient(top, #475975, #364761);
        color: #fff;
        line-height: 2.5em;
}

#highlight {
        background:  #ee7a25;
        font-family: Rajdhani,sans-serif !important;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-size: 1.1em;
        font-weight: 700;
        height: 2.0em;
        line-height: 2.0em;
}


.left{
font-size: 0.9rem;
overflow:none
}

.rght{
font-size: 0.9rem;
overflow:none
}

.cf{
color:white;
}



.selection__dot_angebote{
position:relative;
border-bottom:1px solid #17344b;
width:98%;
margin-top:25px
}

.selection__dot_angebote .dot-angebote{
font-size:12px;
color:#17344b;
position:absolute;
right:0;
-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)
}

.orderkorb{
background-color: #ee7a25;
}

.even{
background-color: #ee7a25;
}

.errorText{
display:none;
color:red;
}

.tableft{
  float: left;
}

.formright{
float:right;
clear: both;
}

.tabright{
  float: right;
  clear: both;
}
