@charset "UTF-8";
.grid_container,
.grid_container-fluid {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.grid_container,
.grid_container-fluid,
.grid_container *,
.grid_container-fluid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  clear: both;
  text-align: inherit;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.grid_row,
.grid_row * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid_row > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 100%;
  max-width: 100%;
}
[class*="grid_col"] {
  margin-bottom: 15px;
}
.d-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (min-width: 0px) {
  .grid_cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .grid_cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .grid_cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .grid_cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .grid_cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .grid_cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid_cols-7 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .grid_cols-8 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
  }
  .grid_cols-9 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .grid_cols-10 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10%;
  }
  .grid_cols-11 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .grid_cols-12 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  * > .grid_col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  * > .grid_col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  * > .grid_col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  * > .grid_col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  * > .grid_col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  * > .grid_col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  * > .grid_col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  * > .grid_col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  * > .grid_col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  * > .grid_col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  * > .grid_col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  * > .grid_col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  * > .grid_col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  * > .grid_col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid_g-0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid_g-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid_g-0 > [class*="grid_col"] {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .grid_g-1 {
    margin-left: -2.5px;
    margin-right: -2.5px;
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .grid_g-1 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .grid_g-1 > [class*="grid_col"] {
    padding-bottom: 2.5px;
    padding-top: 2.5px;
    margin-bottom: 0;
  }
  .grid_g-2 {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .grid_g-2 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .grid_g-2 > [class*="grid_col"] {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0;
  }
  .grid_g-3 {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
  .grid_g-3 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .grid_g-3 > [class*="grid_col"] {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    margin-bottom: 0;
  }
  .grid_g-4 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .grid_g-4 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid_g-4 > [class*="grid_col"] {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .grid_g-5 {
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-top: -12.5px;
    margin-bottom: -12.5px;
  }
  .grid_g-5 > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .grid_g-5 > [class*="grid_col"] {
    padding-bottom: 12.5px;
    padding-top: 12.5px;
    margin-bottom: 0;
  }
  .grid_g-6 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .grid_g-6 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid_g-6 > [class*="grid_col"] {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .grid_g-7 {
    margin-left: -17.5px;
    margin-right: -17.5px;
    margin-top: -17.5px;
    margin-bottom: -17.5px;
  }
  .grid_g-7 > * {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .grid_g-7 > [class*="grid_col"] {
    padding-bottom: 17.5px;
    padding-top: 17.5px;
    margin-bottom: 0;
  }
  .grid_g-8 {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .grid_g-8 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid_g-8 > [class*="grid_col"] {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
  }
  .grid_g-9 {
    margin-left: -22.5px;
    margin-right: -22.5px;
    margin-top: -22.5px;
    margin-bottom: -22.5px;
  }
  .grid_g-9 > * {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .grid_g-9 > [class*="grid_col"] {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
    margin-bottom: 0;
  }
  .grid_g-10 {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .grid_g-10 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .grid_g-10 > [class*="grid_col"] {
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .grid_cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .grid_cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .grid_cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .grid_cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .grid_cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .grid_cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid_cols-sm-7 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .grid_cols-sm-8 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
  }
  .grid_cols-sm-9 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .grid_cols-sm-10 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10%;
  }
  .grid_cols-sm-11 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .grid_cols-sm-12 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  * > .grid_col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  * > .grid_col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  * > .grid_col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  * > .grid_col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  * > .grid_col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  * > .grid_col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  * > .grid_col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  * > .grid_col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  * > .grid_col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  * > .grid_col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  * > .grid_col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  * > .grid_col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  * > .grid_col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  * > .grid_col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid_g-sm-0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid_g-sm-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid_g-sm-0 > [class*="grid_col"] {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .grid_g-sm-1 {
    margin-left: -2.5px;
    margin-right: -2.5px;
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .grid_g-sm-1 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .grid_g-sm-1 > [class*="grid_col"] {
    padding-bottom: 2.5px;
    padding-top: 2.5px;
    margin-bottom: 0;
  }
  .grid_g-sm-2 {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .grid_g-sm-2 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .grid_g-sm-2 > [class*="grid_col"] {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0;
  }
  .grid_g-sm-3 {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
  .grid_g-sm-3 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .grid_g-sm-3 > [class*="grid_col"] {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    margin-bottom: 0;
  }
  .grid_g-sm-4 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .grid_g-sm-4 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid_g-sm-4 > [class*="grid_col"] {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .grid_g-sm-5 {
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-top: -12.5px;
    margin-bottom: -12.5px;
  }
  .grid_g-sm-5 > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .grid_g-sm-5 > [class*="grid_col"] {
    padding-bottom: 12.5px;
    padding-top: 12.5px;
    margin-bottom: 0;
  }
  .grid_g-sm-6 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .grid_g-sm-6 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid_g-sm-6 > [class*="grid_col"] {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .grid_g-sm-7 {
    margin-left: -17.5px;
    margin-right: -17.5px;
    margin-top: -17.5px;
    margin-bottom: -17.5px;
  }
  .grid_g-sm-7 > * {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .grid_g-sm-7 > [class*="grid_col"] {
    padding-bottom: 17.5px;
    padding-top: 17.5px;
    margin-bottom: 0;
  }
  .grid_g-sm-8 {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .grid_g-sm-8 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid_g-sm-8 > [class*="grid_col"] {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
  }
  .grid_g-sm-9 {
    margin-left: -22.5px;
    margin-right: -22.5px;
    margin-top: -22.5px;
    margin-bottom: -22.5px;
  }
  .grid_g-sm-9 > * {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .grid_g-sm-9 > [class*="grid_col"] {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
    margin-bottom: 0;
  }
  .grid_g-sm-10 {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .grid_g-sm-10 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .grid_g-sm-10 > [class*="grid_col"] {
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .grid_cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .grid_cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .grid_cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .grid_cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .grid_cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .grid_cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid_cols-md-7 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .grid_cols-md-8 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
  }
  .grid_cols-md-9 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .grid_cols-md-10 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10%;
  }
  .grid_cols-md-11 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .grid_cols-md-12 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  * > .grid_col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  * > .grid_col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  * > .grid_col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  * > .grid_col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  * > .grid_col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  * > .grid_col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  * > .grid_col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  * > .grid_col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  * > .grid_col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  * > .grid_col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  * > .grid_col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  * > .grid_col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  * > .grid_col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  * > .grid_col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid_g-md-0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid_g-md-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid_g-md-0 > [class*="grid_col"] {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .grid_g-md-1 {
    margin-left: -2.5px;
    margin-right: -2.5px;
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .grid_g-md-1 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .grid_g-md-1 > [class*="grid_col"] {
    padding-bottom: 2.5px;
    padding-top: 2.5px;
    margin-bottom: 0;
  }
  .grid_g-md-2 {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .grid_g-md-2 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .grid_g-md-2 > [class*="grid_col"] {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0;
  }
  .grid_g-md-3 {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
  .grid_g-md-3 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .grid_g-md-3 > [class*="grid_col"] {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    margin-bottom: 0;
  }
  .grid_g-md-4 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .grid_g-md-4 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid_g-md-4 > [class*="grid_col"] {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .grid_g-md-5 {
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-top: -12.5px;
    margin-bottom: -12.5px;
  }
  .grid_g-md-5 > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .grid_g-md-5 > [class*="grid_col"] {
    padding-bottom: 12.5px;
    padding-top: 12.5px;
    margin-bottom: 0;
  }
  .grid_g-md-6 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .grid_g-md-6 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid_g-md-6 > [class*="grid_col"] {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .grid_g-md-7 {
    margin-left: -17.5px;
    margin-right: -17.5px;
    margin-top: -17.5px;
    margin-bottom: -17.5px;
  }
  .grid_g-md-7 > * {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .grid_g-md-7 > [class*="grid_col"] {
    padding-bottom: 17.5px;
    padding-top: 17.5px;
    margin-bottom: 0;
  }
  .grid_g-md-8 {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .grid_g-md-8 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid_g-md-8 > [class*="grid_col"] {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
  }
  .grid_g-md-9 {
    margin-left: -22.5px;
    margin-right: -22.5px;
    margin-top: -22.5px;
    margin-bottom: -22.5px;
  }
  .grid_g-md-9 > * {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .grid_g-md-9 > [class*="grid_col"] {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
    margin-bottom: 0;
  }
  .grid_g-md-10 {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .grid_g-md-10 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .grid_g-md-10 > [class*="grid_col"] {
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .grid_cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .grid_cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .grid_cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .grid_cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .grid_cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .grid_cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid_cols-lg-7 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .grid_cols-lg-8 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
  }
  .grid_cols-lg-9 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .grid_cols-lg-10 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10%;
  }
  .grid_cols-lg-11 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .grid_cols-lg-12 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  * > .grid_col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  * > .grid_col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  * > .grid_col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  * > .grid_col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  * > .grid_col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  * > .grid_col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  * > .grid_col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  * > .grid_col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  * > .grid_col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  * > .grid_col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  * > .grid_col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  * > .grid_col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  * > .grid_col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  * > .grid_col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid_g-lg-0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid_g-lg-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid_g-lg-0 > [class*="grid_col"] {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .grid_g-lg-1 {
    margin-left: -2.5px;
    margin-right: -2.5px;
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .grid_g-lg-1 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .grid_g-lg-1 > [class*="grid_col"] {
    padding-bottom: 2.5px;
    padding-top: 2.5px;
    margin-bottom: 0;
  }
  .grid_g-lg-2 {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .grid_g-lg-2 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .grid_g-lg-2 > [class*="grid_col"] {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0;
  }
  .grid_g-lg-3 {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
  .grid_g-lg-3 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .grid_g-lg-3 > [class*="grid_col"] {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    margin-bottom: 0;
  }
  .grid_g-lg-4 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .grid_g-lg-4 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid_g-lg-4 > [class*="grid_col"] {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .grid_g-lg-5 {
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-top: -12.5px;
    margin-bottom: -12.5px;
  }
  .grid_g-lg-5 > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .grid_g-lg-5 > [class*="grid_col"] {
    padding-bottom: 12.5px;
    padding-top: 12.5px;
    margin-bottom: 0;
  }
  .grid_g-lg-6 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .grid_g-lg-6 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid_g-lg-6 > [class*="grid_col"] {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .grid_g-lg-7 {
    margin-left: -17.5px;
    margin-right: -17.5px;
    margin-top: -17.5px;
    margin-bottom: -17.5px;
  }
  .grid_g-lg-7 > * {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .grid_g-lg-7 > [class*="grid_col"] {
    padding-bottom: 17.5px;
    padding-top: 17.5px;
    margin-bottom: 0;
  }
  .grid_g-lg-8 {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .grid_g-lg-8 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid_g-lg-8 > [class*="grid_col"] {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
  }
  .grid_g-lg-9 {
    margin-left: -22.5px;
    margin-right: -22.5px;
    margin-top: -22.5px;
    margin-bottom: -22.5px;
  }
  .grid_g-lg-9 > * {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .grid_g-lg-9 > [class*="grid_col"] {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
    margin-bottom: 0;
  }
  .grid_g-lg-10 {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .grid_g-lg-10 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .grid_g-lg-10 > [class*="grid_col"] {
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .grid_cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .grid_cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .grid_cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .grid_cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .grid_cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .grid_cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .grid_cols-xl-7 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28571429%;
  }
  .grid_cols-xl-8 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
  }
  .grid_cols-xl-9 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.11111111%;
  }
  .grid_cols-xl-10 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10%;
  }
  .grid_cols-xl-11 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 9.09090909%;
  }
  .grid_cols-xl-12 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  * > .grid_col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  * > .grid_col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  * > .grid_col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  * > .grid_col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  * > .grid_col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  * > .grid_col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  * > .grid_col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  * > .grid_col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  * > .grid_col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  * > .grid_col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  * > .grid_col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  * > .grid_col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  * > .grid_col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  * > .grid_col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid_g-xl-0 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .grid_g-xl-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid_g-xl-0 > [class*="grid_col"] {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .grid_g-xl-1 {
    margin-left: -2.5px;
    margin-right: -2.5px;
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .grid_g-xl-1 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .grid_g-xl-1 > [class*="grid_col"] {
    padding-bottom: 2.5px;
    padding-top: 2.5px;
    margin-bottom: 0;
  }
  .grid_g-xl-2 {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .grid_g-xl-2 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .grid_g-xl-2 > [class*="grid_col"] {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0;
  }
  .grid_g-xl-3 {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
  .grid_g-xl-3 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .grid_g-xl-3 > [class*="grid_col"] {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    margin-bottom: 0;
  }
  .grid_g-xl-4 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .grid_g-xl-4 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid_g-xl-4 > [class*="grid_col"] {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .grid_g-xl-5 {
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-top: -12.5px;
    margin-bottom: -12.5px;
  }
  .grid_g-xl-5 > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .grid_g-xl-5 > [class*="grid_col"] {
    padding-bottom: 12.5px;
    padding-top: 12.5px;
    margin-bottom: 0;
  }
  .grid_g-xl-6 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .grid_g-xl-6 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid_g-xl-6 > [class*="grid_col"] {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .grid_g-xl-7 {
    margin-left: -17.5px;
    margin-right: -17.5px;
    margin-top: -17.5px;
    margin-bottom: -17.5px;
  }
  .grid_g-xl-7 > * {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .grid_g-xl-7 > [class*="grid_col"] {
    padding-bottom: 17.5px;
    padding-top: 17.5px;
    margin-bottom: 0;
  }
  .grid_g-xl-8 {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .grid_g-xl-8 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid_g-xl-8 > [class*="grid_col"] {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
  }
  .grid_g-xl-9 {
    margin-left: -22.5px;
    margin-right: -22.5px;
    margin-top: -22.5px;
    margin-bottom: -22.5px;
  }
  .grid_g-xl-9 > * {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
  .grid_g-xl-9 > [class*="grid_col"] {
    padding-bottom: 22.5px;
    padding-top: 22.5px;
    margin-bottom: 0;
  }
  .grid_g-xl-10 {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .grid_g-xl-10 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .grid_g-xl-10 > [class*="grid_col"] {
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 0;
  }
}
.nowrap {
  white-space: nowrap;
}
@media (min-width: 0px) {
  .p-0 {
    padding: 0px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pl-0 {
    padding-left: 0px;
  }
  .pr-0 {
    padding-right: 0px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .m-0 {
    margin: 0px;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .ml-0 {
    margin-left: 0px;
  }
  .mr-0 {
    margin-right: 0px;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .p-5 {
    padding: 5px;
  }
  .pt-5 {
    padding-top: 5px;
  }
  .pl-5 {
    padding-left: 5px;
  }
  .pr-5 {
    padding-right: 5px;
  }
  .pb-5 {
    padding-bottom: 5px;
  }
  .px-5,
  .additional_pages .page_content h3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-5 {
    margin: 5px;
  }
  .mt-5 {
    margin-top: 5px;
  }
  .ml-5 {
    margin-left: 5px;
  }
  .mr-5 {
    margin-right: 5px;
  }
  .mb-5 {
    margin-bottom: 5px;
  }
  .mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-5,
  .additional_pages #trackingInput input,
  .additional_pages #ersatzteilForm input,
  .additional_pages#reparaturformular input,
  .additional_pages .anfrage_formular input,
  .additional_pages #trackingInput select,
  .additional_pages #ersatzteilForm select,
  .additional_pages#reparaturformular select,
  .additional_pages .anfrage_formular select,
  .additional_pages #trackingInput textarea,
  .additional_pages #ersatzteilForm textarea,
  .additional_pages#reparaturformular textarea,
  .additional_pages .anfrage_formular textarea {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .p-10 {
    padding: 10px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pl-10 {
    padding-left: 10px;
  }
  .pr-10 {
    padding-right: 10px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-10 {
    margin: 10px;
  }
  .mt-10 {
    margin-top: 10px;
  }
  .ml-10 {
    margin-left: 10px;
  }
  .mr-10 {
    margin-right: 10px;
  }
  .mb-10,
  .additional_pages #trackingInput label,
  .additional_pages#reparaturformular label {
    margin-bottom: 10px;
  }
  .mx-10,
  .collapse-trigger > a span {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-15 {
    padding: 15px;
  }
  .pt-15 {
    padding-top: 15px;
  }
  .pl-15 {
    padding-left: 15px;
  }
  .pr-15 {
    padding-right: 15px;
  }
  .pb-15,
  .additional_pages .page_header .page_image {
    padding-bottom: 15px;
  }
  .px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-15,
  .additional_pages .page_content h3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-15 {
    margin: 15px;
  }
  .mt-15 {
    margin-top: 15px;
  }
  .ml-15 {
    margin-left: 15px;
  }
  .mr-15 {
    margin-right: 15px;
  }
  .mb-15,
  .additional_pages .page_header .page_headline {
    margin-bottom: 15px;
  }
  .mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-20 {
    padding: 20px;
  }
  .pt-20 {
    padding-top: 20px;
  }
  .pl-20 {
    padding-left: 20px;
  }
  .pr-20 {
    padding-right: 20px;
  }
  .pb-20 {
    padding-bottom: 20px;
  }
  .px-20,
  .additional_pages .page_header .page_headline {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-20 {
    margin: 20px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .ml-20 {
    margin-left: 20px;
  }
  .mr-20 {
    margin-right: 20px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-30 {
    padding: 30px;
  }
  .pt-30 {
    padding-top: 30px;
  }
  .pl-30 {
    padding-left: 30px;
  }
  .pr-30 {
    padding-right: 30px;
  }
  .pb-30 {
    padding-bottom: 30px;
  }
  .px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-30,
  .additional_pages .page_header .page_headline {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-30 {
    margin: 30px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .ml-30 {
    margin-left: 30px;
  }
  .mr-30 {
    margin-right: 30px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-40 {
    padding: 40px;
  }
  .pt-40 {
    padding-top: 40px;
  }
  .pl-40 {
    padding-left: 40px;
  }
  .pr-40 {
    padding-right: 40px;
  }
  .pb-40 {
    padding-bottom: 40px;
  }
  .px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-40 {
    margin: 40px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .ml-40 {
    margin-left: 40px;
  }
  .mr-40 {
    margin-right: 40px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-50 {
    padding: 50px;
  }
  .pt-50 {
    padding-top: 50px;
  }
  .pl-50 {
    padding-left: 50px;
  }
  .pr-50 {
    padding-right: 50px;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-50 {
    margin: 50px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .ml-50 {
    margin-left: 50px;
  }
  .mr-50 {
    margin-right: 50px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .ml-auto,
  .collapse-trigger > a span {
    margin-left: auto;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .d-none {
    display: none;
  }
  .d-inline {
    display: inline;
  }
  .d-inline-block {
    display: inline-block;
  }
  .d-inline-flex {
    display: inline-flex;
  }
  .d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
  }
  .d-block,
  .additional_pages .page_header img,
  .additional_pages #trackingInput label,
  .additional_pages#reparaturformular label {
    display: block;
  }
  .d-flex,
  .grid_card,
  .collapse-trigger > a,
  .additional_pages .page_header .page_headline {
    display: flex;
  }
  .d-flex,
  .grid_card,
  .collapse-trigger > a,
  .additional_pages .page_header .page_headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .align-content-start {
    align-content: start;
    -ms-flex-line-pack: start;
  }
  .align-content-end {
    align-content: end;
    -ms-flex-line-pack: end;
  }
  .align-content-center {
    align-content: center;
    -ms-flex-line-pack: center;
  }
  .align-content-around {
    align-content: around;
    -ms-flex-line-pack: around;
  }
  .align-content-stretch {
    align-content: stretch;
    -ms-flex-line-pack: stretch;
  }
  .align-self-start {
    align-self: start;
    -ms-flex-item-align: start;
  }
  .align-self-end {
    align-self: end;
    -ms-flex-item-align: end;
  }
  .align-self-flex-end {
    align-self: flex-end;
    -ms-flex-item-align: flex-end;
  }
  .align-self-center {
    align-self: center;
    -ms-flex-item-align: center;
  }
  .align-self-baseline {
    align-self: baseline;
    -ms-flex-item-align: baseline;
  }
  .align-self-stretch {
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
  .align-items-start {
    align-items: start;
    -webkit-box-align: start;
  }
  .align-items-end {
    align-items: end;
    -webkit-box-align: end;
  }
  .align-items-flex-end {
    align-items: flex-end;
    -webkit-box-align: flex-end;
  }
  .align-items-center {
    align-items: center;
    -webkit-box-align: center;
  }
  .align-items-baseline {
    align-items: baseline;
    -webkit-box-align: baseline;
  }
  .align-items-stretch {
    align-items: stretch;
    -webkit-box-align: stretch;
  }
  .justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .justify-content-flex-end,
  .additional_pages .page_header .page_headline {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-around {
    -webkit-box-pack: around;
    -ms-flex-pack: around;
    justify-content: around;
  }
  .justify-content-between {
    -webkit-box-pack: between;
    -ms-flex-pack: between;
    justify-content: between;
  }
  .justify-content-evenly {
    -webkit-box-pack: evenly;
    -ms-flex-pack: evenly;
    justify-content: evenly;
  }
  .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-flow: row;
  }
  .flex-column,
  .grid_card,
  .additional_pages .page_header .page_headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-direction: column;
    flex-flow: column;
  }
  .flex-grow,
  .additional_pages .page_header .page_headline {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .align-content-start {
    align-content: start;
    -ms-flex-line-pack: start;
  }
  .align-content-end {
    align-content: end;
    -ms-flex-line-pack: end;
  }
  .align-content-center {
    align-content: center;
    -ms-flex-line-pack: center;
  }
  .align-content-around {
    align-content: around;
    -ms-flex-line-pack: around;
  }
  .align-content-stretch {
    align-content: stretch;
    -ms-flex-line-pack: stretch;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-visible {
    overflow-x: visible;
  }
  .overflow-y-visible {
    overflow-y: visible;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .position-static {
    position: static;
  }
  .position-absolute {
    position: absolute;
  }
  .position-fixed {
    position: fixed;
  }
  .position-sticky {
    position: sticky;
  }
  .clear-none {
    clear: none;
  }
  .clear-left {
    clear: left;
  }
  .clear-right {
    clear: right;
  }
  .clear-both {
    clear: both;
  }
  .float-none {
    float: none;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .h-25 {
    height: 25%;
  }
  .w-25 {
    width: 25%;
  }
  .h-33 {
    height: 33%;
  }
  .w-33 {
    width: 33%;
  }
  .h-50 {
    height: 50%;
  }
  .w-50 {
    width: 50%;
  }
  .h-66 {
    height: 66%;
  }
  .w-66 {
    width: 66%;
  }
  .h-75 {
    height: 75%;
  }
  .w-75 {
    width: 75%;
  }
  .h-100 {
    height: 100%;
  }
  .w-100 {
    width: 100%;
  }
  .text-start {
    text-align: start;
  }
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .bg-primary,
  .collapse-trigger.default,
  .additional_pages .page_header .page_headline {
    background-color: #001f4f;
  }
  .text-primary {
    color: #001f4f;
  }
  .alert-primary {
    background-color: #5581c6;
    color: #000b1c;
  }
  .border-primary {
    border-color: #001f4f;
  }
  .bg-secondary {
    background-color: #001f4f;
  }
  .text-secondary {
    color: #001f4f;
  }
  .alert-secondary {
    background-color: #5581c6;
    color: #000b1c;
  }
  .border-secondary {
    border-color: #001f4f;
  }
  .bg-tertiary {
    background-color: #16a2c5;
  }
  .text-tertiary {
    color: #16a2c5;
  }
  .alert-tertiary {
    background-color: #c6dbe1;
    color: #117c97;
  }
  .border-tertiary {
    border-color: #16a2c5;
  }
  .bg-quaternary {
    background-color: #f80;
  }
  .text-quaternary {
    color: #f80;
  }
  .alert-quaternary {
    background-color: #f2e6d9;
    color: #cc6d00;
  }
  .border-quaternary {
    border-color: #f80;
  }
  .bg-default {
    background-color: #000;
  }
  .text-default {
    color: #000;
  }
  .alert-default {
    background-color: #666666;
    color: #000000;
  }
  .border-default {
    border-color: #000;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .text-transparent {
    color: transparent;
  }
  .alert-transparent {
    background-color: rgba(102, 102, 102, 0);
    color: rgba(0, 0, 0, 0);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-light,
  .additional_pages .page_content h3 {
    background-color: #e0e0e0;
  }
  .text-light {
    color: #e0e0e0;
  }
  .alert-light {
    background-color: #ffffff;
    color: #c7c7c7;
  }
  .border-light {
    border-color: #e0e0e0;
  }
  .bg-lighter,
  .collapse-content.default {
    background-color: #f0f0f0;
  }
  .text-lighter,
  .collapse-trigger.default > a {
    color: #f0f0f0;
  }
  .alert-lighter {
    background-color: #ffffff;
    color: #d7d7d7;
  }
  .border-lighter {
    border-color: #f0f0f0;
  }
  .bg-danger {
    background-color: #dc3545;
  }
  .text-danger {
    color: #dc3545;
  }
  .alert-danger {
    background-color: #f2ebec;
    color: #bd2130;
  }
  .border-danger {
    border-color: #dc3545;
  }
  .bg-warning {
    background-color: #ffc107;
  }
  .text-warning {
    color: #ffc107;
  }
  .alert-warning {
    background-color: #f4efde;
    color: #d39e00;
  }
  .border-warning {
    border-color: #ffc107;
  }
  .bg-info {
    background-color: #0dcaf0;
  }
  .text-info {
    color: #0dcaf0;
  }
  .alert-info {
    background-color: #daecef;
    color: #0aa1c0;
  }
  .border-info {
    border-color: #0dcaf0;
  }
  .bg-success {
    background-color: #198754;
  }
  .text-success {
    color: #198754;
  }
  .alert-success {
    background-color: #a8c4b7;
    color: #115c39;
  }
  .border-success {
    border-color: #198754;
  }
  .alert-success {
    background-color: #e5ede9;
  }
  .border {
    border-width: 2px;
    border-style: solid;
  }
  .border-top {
    border-top-width: 2px;
    border-top-style: solid;
  }
  .border-small {
    border-width: 1px;
  }
  .border-large {
    border-width: 4px;
  }
  .border-top-small {
    border-top-width: 1px;
  }
  .border-top-large {
    border-top-width: 4px;
  }
  .border-right {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-small {
    border-width: 1px;
  }
  .border-large {
    border-width: 4px;
  }
  .border-right-small {
    border-right-width: 1px;
  }
  .border-right-large {
    border-right-width: 4px;
  }
  .border-bottom {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-small {
    border-width: 1px;
  }
  .border-large {
    border-width: 4px;
  }
  .border-bottom-small {
    border-bottom-width: 1px;
  }
  .border-bottom-large {
    border-bottom-width: 4px;
  }
  .border-left {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-small {
    border-width: 1px;
  }
  .border-large {
    border-width: 4px;
  }
  .border-left-small {
    border-left-width: 1px;
  }
  .border-left-large {
    border-left-width: 4px;
  }
  .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .btn,
  [class*="btn-"] {
    border-radius: 3px;
    border-width: 1px;
    border-color: currentColor;
    border-style: solid;
    color: currentColor;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .btn:hover,
  [class*="btn-"]:hover,
  .btn:focus,
  [class*="btn-"]:focus {
    background-color: #000;
    color: white;
    text-decoration: none;
  }
  .btn-link {
    border: 0;
    padding: 0;
  }
  .btn-link:hover,
  .btn-link:focus {
    color: currentColor;
    background-color: transparent;
  }
  .btn-lg {
    padding: 6px 8px;
  }
  .btn-primary {
    color: white;
    background-color: #001f4f;
    border-color: #001f4f;
  }
  .btn-primary:hover,
  .btn-primary:focus {
    background-color: white;
    color: #001f4f;
  }
  .btn-outline-primary {
    color: #001f4f;
    background-color: transparent;
    border-color: #001f4f;
  }
  .btn-outline-primary:hover,
  .btn-outline-primary:focus {
    background-color: #001f4f;
    color: white;
  }
  .btn-secondary {
    color: white;
    background-color: #001f4f;
    border-color: #001f4f;
  }
  .btn-secondary:hover,
  .btn-secondary:focus {
    background-color: white;
    color: #001f4f;
  }
  .btn-outline-secondary {
    color: #001f4f;
    background-color: transparent;
    border-color: #001f4f;
  }
  .btn-outline-secondary:hover,
  .btn-outline-secondary:focus {
    background-color: #001f4f;
    color: white;
  }
  .btn-tertiary {
    color: white;
    background-color: #16a2c5;
    border-color: #16a2c5;
  }
  .btn-tertiary:hover,
  .btn-tertiary:focus {
    background-color: white;
    color: #16a2c5;
  }
  .btn-outline-tertiary {
    color: #16a2c5;
    background-color: transparent;
    border-color: #16a2c5;
  }
  .btn-outline-tertiary:hover,
  .btn-outline-tertiary:focus {
    background-color: #16a2c5;
    color: white;
  }
  .btn-quaternary {
    color: white;
    background-color: #f80;
    border-color: #f80;
  }
  .btn-quaternary:hover,
  .btn-quaternary:focus {
    background-color: white;
    color: #f80;
  }
  .btn-outline-quaternary {
    color: #f80;
    background-color: transparent;
    border-color: #f80;
  }
  .btn-outline-quaternary:hover,
  .btn-outline-quaternary:focus {
    background-color: #f80;
    color: white;
  }
  .btn-default {
    color: white;
    background-color: #000;
    border-color: #000;
  }
  .btn-default:hover,
  .btn-default:focus {
    background-color: white;
    color: #000;
  }
  .btn-outline-default {
    color: #000;
    background-color: transparent;
    border-color: #000;
  }
  .btn-outline-default:hover,
  .btn-outline-default:focus {
    background-color: #000;
    color: white;
  }
  .btn-transparent {
    color: white;
    background-color: transparent;
    border-color: transparent;
  }
  .btn-transparent:hover,
  .btn-transparent:focus {
    background-color: white;
    color: transparent;
  }
  .btn-outline-transparent {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
  }
  .btn-outline-transparent:hover,
  .btn-outline-transparent:focus {
    background-color: transparent;
    color: white;
  }
  .btn-light {
    color: white;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
  }
  .btn-light:hover,
  .btn-light:focus {
    background-color: white;
    color: #e0e0e0;
  }
  .btn-outline-light {
    color: #e0e0e0;
    background-color: transparent;
    border-color: #e0e0e0;
  }
  .btn-outline-light:hover,
  .btn-outline-light:focus {
    background-color: #e0e0e0;
    color: white;
  }
  .btn-lighter {
    color: white;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
  }
  .btn-lighter:hover,
  .btn-lighter:focus {
    background-color: white;
    color: #f0f0f0;
  }
  .btn-outline-lighter {
    color: #f0f0f0;
    background-color: transparent;
    border-color: #f0f0f0;
  }
  .btn-outline-lighter:hover,
  .btn-outline-lighter:focus {
    background-color: #f0f0f0;
    color: white;
  }
  .btn-danger {
    color: white;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .btn-danger:hover,
  .btn-danger:focus {
    background-color: white;
    color: #dc3545;
  }
  .btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    border-color: #dc3545;
  }
  .btn-outline-danger:hover,
  .btn-outline-danger:focus {
    background-color: #dc3545;
    color: white;
  }
  .btn-warning {
    color: white;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .btn-warning:hover,
  .btn-warning:focus {
    background-color: white;
    color: #ffc107;
  }
  .btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107;
  }
  .btn-outline-warning:hover,
  .btn-outline-warning:focus {
    background-color: #ffc107;
    color: white;
  }
  .btn-info {
    color: white;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
  }
  .btn-info:hover,
  .btn-info:focus {
    background-color: white;
    color: #0dcaf0;
  }
  .btn-outline-info {
    color: #0dcaf0;
    background-color: transparent;
    border-color: #0dcaf0;
  }
  .btn-outline-info:hover,
  .btn-outline-info:focus {
    background-color: #0dcaf0;
    color: white;
  }
  .btn-success {
    color: white;
    background-color: #198754;
    border-color: #198754;
  }
  .btn-success:hover,
  .btn-success:focus {
    background-color: white;
    color: #198754;
  }
  .btn-outline-success {
    color: #198754;
    background-color: transparent;
    border-color: #198754;
  }
  .btn-outline-success:hover,
  .btn-outline-success:focus {
    background-color: #198754;
    color: white;
  }
  .btn-transparent {
    color: #000;
    background-color: transparent;
    border-color: transparent;
  }
  .btn-transparent:hover,
  .btn-transparent:focus {
    background-color: transparent;
    color: #000;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-text {
    cursor: text;
  }
  .cursor-wait {
    cursor: wait;
  }
}
@media (min-width: 480px) {
  .p-sm-0 {
    padding: 0px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .px-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .m-sm-0 {
    margin: 0px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mx-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .p-sm-5 {
    padding: 5px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .px-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-sm-5 {
    margin: 5px;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .mx-sm-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-sm-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .px-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-sm-10 {
    margin: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mx-sm-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-sm-15 {
    padding: 15px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .px-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-sm-15 {
    margin: 15px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mx-sm-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .px-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-sm-20 {
    margin: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mx-sm-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-sm-30 {
    padding: 30px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-sm-30 {
    margin: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mx-sm-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-sm-40 {
    padding: 40px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .px-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-sm-40 {
    margin: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mx-sm-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-sm-50 {
    padding: 50px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .px-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-sm-50 {
    margin: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mx-sm-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .ml-sm-auto {
    margin-left: auto;
  }
  .mr-sm-auto {
    margin-right: auto;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .align-content-sm-start {
    align-content: start;
    -ms-flex-line-pack: start;
  }
  .align-content-sm-end {
    align-content: end;
    -ms-flex-line-pack: end;
  }
  .align-content-sm-center {
    align-content: center;
    -ms-flex-line-pack: center;
  }
  .align-content-sm-around {
    align-content: around;
    -ms-flex-line-pack: around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
    -ms-flex-line-pack: stretch;
  }
  .align-self-sm-start {
    align-self: start;
    -ms-flex-item-align: start;
  }
  .align-self-sm-end {
    align-self: end;
    -ms-flex-item-align: end;
  }
  .align-self-sm-flex-end {
    align-self: flex-end;
    -ms-flex-item-align: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
    -ms-flex-item-align: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
    -ms-flex-item-align: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
  .align-items-sm-start {
    align-items: start;
    -webkit-box-align: start;
  }
  .align-items-sm-end {
    align-items: end;
    -webkit-box-align: end;
  }
  .align-items-sm-flex-end {
    align-items: flex-end;
    -webkit-box-align: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
    -webkit-box-align: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
    -webkit-box-align: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
    -webkit-box-align: stretch;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .justify-content-sm-flex-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-sm-around {
    -webkit-box-pack: around;
    -ms-flex-pack: around;
    justify-content: around;
  }
  .justify-content-sm-between {
    -webkit-box-pack: between;
    -ms-flex-pack: between;
    justify-content: between;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: evenly;
    -ms-flex-pack: evenly;
    justify-content: evenly;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-flow: row;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-direction: column;
    flex-flow: column;
  }
  .flex-sm-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-sm-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .overflow-sm-visible {
    overflow: visible;
  }
  .overflow-x-sm-visible {
    overflow-x: visible;
  }
  .overflow-y-sm-visible {
    overflow-y: visible;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .overflow-x-sm-hidden {
    overflow-x: hidden;
  }
  .overflow-y-sm-hidden {
    overflow-y: hidden;
  }
  .overflow-sm-scroll {
    overflow: scroll;
  }
  .overflow-x-sm-scroll {
    overflow-x: scroll;
  }
  .overflow-y-sm-scroll {
    overflow-y: scroll;
  }
  .overflow-sm-auto {
    overflow: auto;
  }
  .overflow-x-sm-auto {
    overflow-x: auto;
  }
  .overflow-y-sm-auto {
    overflow-y: auto;
  }
  .position-sm-static {
    position: static;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-fixed {
    position: fixed;
  }
  .position-sm-sticky {
    position: sticky;
  }
  .clear-sm-none {
    clear: none;
  }
  .clear-sm-left {
    clear: left;
  }
  .clear-sm-right {
    clear: right;
  }
  .clear-sm-both {
    clear: both;
  }
  .float-sm-none {
    float: none;
  }
  .float-sm-left {
    float: left;
  }
  .float-sm-right {
    float: right;
  }
  .h-sm-25 {
    height: 25%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .h-sm-33 {
    height: 33%;
  }
  .w-sm-33 {
    width: 33%;
  }
  .h-sm-50 {
    height: 50%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .h-sm-66 {
    height: 66%;
  }
  .w-sm-66 {
    width: 66%;
  }
  .h-sm-75 {
    height: 75%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .h-sm-100 {
    height: 100%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .text-sm-start {
    text-align: start;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .bg-sm-primary {
    background-color: #001f4f;
  }
  .text-sm-primary {
    color: #001f4f;
  }
  .alert-sm-primary {
    background-color: #5581c6;
    color: #000b1c;
  }
  .border-sm-primary {
    border-color: #001f4f;
  }
  .bg-sm-secondary {
    background-color: #001f4f;
  }
  .text-sm-secondary {
    color: #001f4f;
  }
  .alert-sm-secondary {
    background-color: #5581c6;
    color: #000b1c;
  }
  .border-sm-secondary {
    border-color: #001f4f;
  }
  .bg-sm-tertiary {
    background-color: #16a2c5;
  }
  .text-sm-tertiary {
    color: #16a2c5;
  }
  .alert-sm-tertiary {
    background-color: #c6dbe1;
    color: #117c97;
  }
  .border-sm-tertiary {
    border-color: #16a2c5;
  }
  .bg-sm-quaternary {
    background-color: #f80;
  }
  .text-sm-quaternary {
    color: #f80;
  }
  .alert-sm-quaternary {
    background-color: #f2e6d9;
    color: #cc6d00;
  }
  .border-sm-quaternary {
    border-color: #f80;
  }
  .bg-sm-default {
    background-color: #000;
  }
  .text-sm-default {
    color: #000;
  }
  .alert-sm-default {
    background-color: #666666;
    color: #000000;
  }
  .border-sm-default {
    border-color: #000;
  }
  .bg-sm-transparent {
    background-color: transparent;
  }
  .text-sm-transparent {
    color: transparent;
  }
  .alert-sm-transparent {
    background-color: rgba(102, 102, 102, 0);
    color: rgba(0, 0, 0, 0);
  }
  .border-sm-transparent {
    border-color: transparent;
  }
  .bg-sm-light {
    background-color: #e0e0e0;
  }
  .text-sm-light {
    color: #e0e0e0;
  }
  .alert-sm-light {
    background-color: #ffffff;
    color: #c7c7c7;
  }
  .border-sm-light {
    border-color: #e0e0e0;
  }
  .bg-sm-lighter {
    background-color: #f0f0f0;
  }
  .text-sm-lighter {
    color: #f0f0f0;
  }
  .alert-sm-lighter {
    background-color: #ffffff;
    color: #d7d7d7;
  }
  .border-sm-lighter {
    border-color: #f0f0f0;
  }
  .bg-sm-danger {
    background-color: #dc3545;
  }
  .text-sm-danger {
    color: #dc3545;
  }
  .alert-sm-danger {
    background-color: #f2ebec;
    color: #bd2130;
  }
  .border-sm-danger {
    border-color: #dc3545;
  }
  .bg-sm-warning {
    background-color: #ffc107;
  }
  .text-sm-warning {
    color: #ffc107;
  }
  .alert-sm-warning {
    background-color: #f4efde;
    color: #d39e00;
  }
  .border-sm-warning {
    border-color: #ffc107;
  }
  .bg-sm-info {
    background-color: #0dcaf0;
  }
  .text-sm-info {
    color: #0dcaf0;
  }
  .alert-sm-info {
    background-color: #daecef;
    color: #0aa1c0;
  }
  .border-sm-info {
    border-color: #0dcaf0;
  }
  .bg-sm-success {
    background-color: #198754;
  }
  .text-sm-success {
    color: #198754;
  }
  .alert-sm-success {
    background-color: #a8c4b7;
    color: #115c39;
  }
  .border-sm-success {
    border-color: #198754;
  }
  .alert-sm-success {
    background-color: #e5ede9;
  }
  .border-sm {
    border-width: 2px;
    border-style: solid;
  }
  .border-sm-top {
    border-top-width: 2px;
    border-top-style: solid;
  }
  .border-sm-small {
    border-width: 1px;
  }
  .border-sm-large {
    border-width: 4px;
  }
  .border-sm-top-small {
    border-top-width: 1px;
  }
  .border-sm-top-large {
    border-top-width: 4px;
  }
  .border-sm-right {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-sm-small {
    border-width: 1px;
  }
  .border-sm-large {
    border-width: 4px;
  }
  .border-sm-right-small {
    border-right-width: 1px;
  }
  .border-sm-right-large {
    border-right-width: 4px;
  }
  .border-sm-bottom {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-sm-small {
    border-width: 1px;
  }
  .border-sm-large {
    border-width: 4px;
  }
  .border-sm-bottom-small {
    border-bottom-width: 1px;
  }
  .border-sm-bottom-large {
    border-bottom-width: 4px;
  }
  .border-sm-left {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-sm-small {
    border-width: 1px;
  }
  .border-sm-large {
    border-width: 4px;
  }
  .border-sm-left-small {
    border-left-width: 1px;
  }
  .border-sm-left-large {
    border-left-width: 4px;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .pr-md-0 {
    padding-right: 0px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .px-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .m-md-0 {
    margin: 0px;
  }
  .mt-md-0 {
    margin-top: 0px;
  }
  .ml-md-0 {
    margin-left: 0px;
  }
  .mr-md-0 {
    margin-right: 0px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .mx-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .p-md-5 {
    padding: 5px;
  }
  .pt-md-5 {
    padding-top: 5px;
  }
  .pl-md-5 {
    padding-left: 5px;
  }
  .pr-md-5 {
    padding-right: 5px;
  }
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .px-md-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-md-5 {
    margin: 5px;
  }
  .mt-md-5 {
    margin-top: 5px;
  }
  .ml-md-5 {
    margin-left: 5px;
  }
  .mr-md-5 {
    margin-right: 5px;
  }
  .mb-md-5 {
    margin-bottom: 5px;
  }
  .mx-md-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-md-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-md-10 {
    margin: 10px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mx-md-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-md-15 {
    padding: 15px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pr-md-15,
  .additional_pages .page_header .page_image {
    padding-right: 15px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-md-15 {
    margin: 15px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mx-md-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-md-20 {
    margin: 20px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mx-md-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-md-30 {
    padding: 30px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-md-30 {
    margin: 30px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mx-md-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-md-40 {
    padding: 40px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-md-40 {
    margin: 40px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .ml-md-40 {
    margin-left: 40px;
  }
  .mr-md-40 {
    margin-right: 40px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mx-md-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-md-50 {
    padding: 50px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-md-50 {
    margin: 50px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mx-md-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .ml-md-auto {
    margin-left: auto;
  }
  .mr-md-auto {
    margin-right: auto;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex,
  .additional_pages .page_header {
    display: flex;
  }
  .d-md-flex,
  .additional_pages .page_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .align-content-md-start {
    align-content: start;
    -ms-flex-line-pack: start;
  }
  .align-content-md-end {
    align-content: end;
    -ms-flex-line-pack: end;
  }
  .align-content-md-center {
    align-content: center;
    -ms-flex-line-pack: center;
  }
  .align-content-md-around {
    align-content: around;
    -ms-flex-line-pack: around;
  }
  .align-content-md-stretch {
    align-content: stretch;
    -ms-flex-line-pack: stretch;
  }
  .align-self-md-start {
    align-self: start;
    -ms-flex-item-align: start;
  }
  .align-self-md-end {
    align-self: end;
    -ms-flex-item-align: end;
  }
  .align-self-md-flex-end {
    align-self: flex-end;
    -ms-flex-item-align: flex-end;
  }
  .align-self-md-center {
    align-self: center;
    -ms-flex-item-align: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
    -ms-flex-item-align: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
  .align-items-md-start {
    align-items: start;
    -webkit-box-align: start;
  }
  .align-items-md-end {
    align-items: end;
    -webkit-box-align: end;
  }
  .align-items-md-flex-end {
    align-items: flex-end;
    -webkit-box-align: flex-end;
  }
  .align-items-md-center {
    align-items: center;
    -webkit-box-align: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
    -webkit-box-align: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
    -webkit-box-align: stretch;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .justify-content-md-flex-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-md-around {
    -webkit-box-pack: around;
    -ms-flex-pack: around;
    justify-content: around;
  }
  .justify-content-md-between {
    -webkit-box-pack: between;
    -ms-flex-pack: between;
    justify-content: between;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: evenly;
    -ms-flex-pack: evenly;
    justify-content: evenly;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-flow: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-direction: column;
    flex-flow: column;
  }
  .flex-md-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-md-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .overflow-md-visible {
    overflow: visible;
  }
  .overflow-x-md-visible {
    overflow-x: visible;
  }
  .overflow-y-md-visible {
    overflow-y: visible;
  }
  .overflow-md-hidden {
    overflow: hidden;
  }
  .overflow-x-md-hidden {
    overflow-x: hidden;
  }
  .overflow-y-md-hidden {
    overflow-y: hidden;
  }
  .overflow-md-scroll {
    overflow: scroll;
  }
  .overflow-x-md-scroll {
    overflow-x: scroll;
  }
  .overflow-y-md-scroll {
    overflow-y: scroll;
  }
  .overflow-md-auto {
    overflow: auto;
  }
  .overflow-x-md-auto {
    overflow-x: auto;
  }
  .overflow-y-md-auto {
    overflow-y: auto;
  }
  .position-md-static {
    position: static;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-fixed {
    position: fixed;
  }
  .position-md-sticky {
    position: sticky;
  }
  .clear-md-none {
    clear: none;
  }
  .clear-md-left {
    clear: left;
  }
  .clear-md-right {
    clear: right;
  }
  .clear-md-both {
    clear: both;
  }
  .float-md-none {
    float: none;
  }
  .float-md-left {
    float: left;
  }
  .float-md-right {
    float: right;
  }
  .h-md-25 {
    height: 25%;
  }
  .w-md-25 {
    width: 25%;
  }
  .h-md-33 {
    height: 33%;
  }
  .w-md-33 {
    width: 33%;
  }
  .h-md-50 {
    height: 50%;
  }
  .w-md-50 {
    width: 50%;
  }
  .h-md-66 {
    height: 66%;
  }
  .w-md-66 {
    width: 66%;
  }
  .h-md-75 {
    height: 75%;
  }
  .w-md-75 {
    width: 75%;
  }
  .h-md-100 {
    height: 100%;
  }
  .w-md-100 {
    width: 100%;
  }
  .text-md-start {
    text-align: start;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .bg-md-primary {
    background-color: #001f4f;
  }
  .text-md-primary {
    color: #001f4f;
  }
  .alert-md-primary {
    background-color: #5581c6;
    color: #000b1c;
  }
  .border-md-primary {
    border-color: #001f4f;
  }
  .bg-md-secondary {
    background-color: #001f4f;
  }
  .text-md-secondary {
    color: #001f4f;
  }
  .alert-md-secondary {
    background-color: #5581c6;
    color: #000b1c;
  }
  .border-md-secondary {
    border-color: #001f4f;
  }
  .bg-md-tertiary {
    background-color: #16a2c5;
  }
  .text-md-tertiary {
    color: #16a2c5;
  }
  .alert-md-tertiary {
    background-color: #c6dbe1;
    color: #117c97;
  }
  .border-md-tertiary {
    border-color: #16a2c5;
  }
  .bg-md-quaternary {
    background-color: #f80;
  }
  .text-md-quaternary {
    color: #f80;
  }
  .alert-md-quaternary {
    background-color: #f2e6d9;
    color: #cc6d00;
  }
  .border-md-quaternary {
    border-color: #f80;
  }
  .bg-md-default {
    background-color: #000;
  }
  .text-md-default {
    color: #000;
  }
  .alert-md-default {
    background-color: #666666;
    color: #000000;
  }
  .border-md-default {
    border-color: #000;
  }
  .bg-md-transparent {
    background-color: transparent;
  }
  .text-md-transparent {
    color: transparent;
  }
  .alert-md-transparent {
    background-color: rgba(102, 102, 102, 0);
    color: rgba(0, 0, 0, 0);
  }
  .border-md-transparent {
    border-color: transparent;
  }
  .bg-md-light {
    background-color: #e0e0e0;
  }
  .text-md-light {
    color: #e0e0e0;
  }
  .alert-md-light {
    background-color: #ffffff;
    color: #c7c7c7;
  }
  .border-md-light {
    border-color: #e0e0e0;
  }
  .bg-md-lighter {
    background-color: #f0f0f0;
  }
  .text-md-lighter {
    color: #f0f0f0;
  }
  .alert-md-lighter {
    background-color: #ffffff;
    color: #d7d7d7;
  }
  .border-md-lighter {
    border-color: #f0f0f0;
  }
  .bg-md-danger {
    background-color: #dc3545;
  }
  .text-md-danger {
    color: #dc3545;
  }
  .alert-md-danger {
    background-color: #f2ebec;
    color: #bd2130;
  }
  .border-md-danger {
    border-color: #dc3545;
  }
  .bg-md-warning {
    background-color: #ffc107;
  }
  .text-md-warning {
    color: #ffc107;
  }
  .alert-md-warning {
    background-color: #f4efde;
    color: #d39e00;
  }
  .border-md-warning {
    border-color: #ffc107;
  }
  .bg-md-info {
    background-color: #0dcaf0;
  }
  .text-md-info {
    color: #0dcaf0;
  }
  .alert-md-info {
    background-color: #daecef;
    color: #0aa1c0;
  }
  .border-md-info {
    border-color: #0dcaf0;
  }
  .bg-md-success {
    background-color: #198754;
  }
  .text-md-success {
    color: #198754;
  }
  .alert-md-success {
    background-color: #a8c4b7;
    color: #115c39;
  }
  .border-md-success {
    border-color: #198754;
  }
  .alert-md-success {
    background-color: #e5ede9;
  }
  .border-md {
    border-width: 2px;
    border-style: solid;
  }
  .border-md-top {
    border-top-width: 2px;
    border-top-style: solid;
  }
  .border-md-small {
    border-width: 1px;
  }
  .border-md-large {
    border-width: 4px;
  }
  .border-md-top-small {
    border-top-width: 1px;
  }
  .border-md-top-large {
    border-top-width: 4px;
  }
  .border-md-right {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-md-small {
    border-width: 1px;
  }
  .border-md-large {
    border-width: 4px;
  }
  .border-md-right-small {
    border-right-width: 1px;
  }
  .border-md-right-large {
    border-right-width: 4px;
  }
  .border-md-bottom {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-md-small {
    border-width: 1px;
  }
  .border-md-large {
    border-width: 4px;
  }
  .border-md-bottom-small {
    border-bottom-width: 1px;
  }
  .border-md-bottom-large {
    border-bottom-width: 4px;
  }
  .border-md-left {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-md-small {
    border-width: 1px;
  }
  .border-md-large {
    border-width: 4px;
  }
  .border-md-left-small {
    border-left-width: 1px;
  }
  .border-md-left-large {
    border-left-width: 4px;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .grid_container-md-fluid {
    width: 100%;
  }
  .grid_container,
  .grid_container-md {
    max-width: 748px;
  }
}
@media (min-width: 1024px) {
  .p-lg-0 {
    padding: 0px;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .pr-lg-0 {
    padding-right: 0px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .px-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .m-lg-0 {
    margin: 0px;
  }
  .mt-lg-0 {
    margin-top: 0px;
  }
  .ml-lg-0 {
    margin-left: 0px;
  }
  .mr-lg-0 {
    margin-right: 0px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .mx-lg-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-lg-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .p-lg-5 {
    padding: 5px;
  }
  .pt-lg-5 {
    padding-top: 5px;
  }
  .pl-lg-5 {
    padding-left: 5px;
  }
  .pr-lg-5 {
    padding-right: 5px;
  }
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .px-lg-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-lg-5 {
    margin: 5px;
  }
  .mt-lg-5 {
    margin-top: 5px;
  }
  .ml-lg-5 {
    margin-left: 5px;
  }
  .mr-lg-5 {
    margin-right: 5px;
  }
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .mx-lg-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .px-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-lg-10 {
    margin: 10px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mx-lg-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-lg-15 {
    padding: 15px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .px-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-lg-15 {
    margin: 15px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mx-lg-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-lg-20 {
    margin: 20px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mx-lg-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .px-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-lg-30 {
    margin: 30px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mx-lg-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-lg-40 {
    padding: 40px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .px-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-lg-40 {
    margin: 40px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mx-lg-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-lg-50 {
    padding: 50px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .px-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-lg-50 {
    margin: 50px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mx-lg-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .ml-lg-auto {
    margin-left: auto;
  }
  .mr-lg-auto {
    margin-right: auto;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .align-content-lg-start {
    align-content: start;
    -ms-flex-line-pack: start;
  }
  .align-content-lg-end {
    align-content: end;
    -ms-flex-line-pack: end;
  }
  .align-content-lg-center {
    align-content: center;
    -ms-flex-line-pack: center;
  }
  .align-content-lg-around {
    align-content: around;
    -ms-flex-line-pack: around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
    -ms-flex-line-pack: stretch;
  }
  .align-self-lg-start {
    align-self: start;
    -ms-flex-item-align: start;
  }
  .align-self-lg-end {
    align-self: end;
    -ms-flex-item-align: end;
  }
  .align-self-lg-flex-end {
    align-self: flex-end;
    -ms-flex-item-align: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
    -ms-flex-item-align: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
    -ms-flex-item-align: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
  .align-items-lg-start {
    align-items: start;
    -webkit-box-align: start;
  }
  .align-items-lg-end {
    align-items: end;
    -webkit-box-align: end;
  }
  .align-items-lg-flex-end {
    align-items: flex-end;
    -webkit-box-align: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
    -webkit-box-align: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
    -webkit-box-align: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
    -webkit-box-align: stretch;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .justify-content-lg-flex-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-lg-around {
    -webkit-box-pack: around;
    -ms-flex-pack: around;
    justify-content: around;
  }
  .justify-content-lg-between {
    -webkit-box-pack: between;
    -ms-flex-pack: between;
    justify-content: between;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: evenly;
    -ms-flex-pack: evenly;
    justify-content: evenly;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-flow: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-direction: column;
    flex-flow: column;
  }
  .flex-lg-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-lg-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .overflow-lg-visible {
    overflow: visible;
  }
  .overflow-x-lg-visible {
    overflow-x: visible;
  }
  .overflow-y-lg-visible {
    overflow-y: visible;
  }
  .overflow-lg-hidden {
    overflow: hidden;
  }
  .overflow-x-lg-hidden {
    overflow-x: hidden;
  }
  .overflow-y-lg-hidden {
    overflow-y: hidden;
  }
  .overflow-lg-scroll {
    overflow: scroll;
  }
  .overflow-x-lg-scroll {
    overflow-x: scroll;
  }
  .overflow-y-lg-scroll {
    overflow-y: scroll;
  }
  .overflow-lg-auto {
    overflow: auto;
  }
  .overflow-x-lg-auto {
    overflow-x: auto;
  }
  .overflow-y-lg-auto {
    overflow-y: auto;
  }
  .position-lg-static {
    position: static;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-fixed {
    position: fixed;
  }
  .position-lg-sticky {
    position: sticky;
  }
  .clear-lg-none {
    clear: none;
  }
  .clear-lg-left {
    clear: left;
  }
  .clear-lg-right {
    clear: right;
  }
  .clear-lg-both {
    clear: both;
  }
  .float-lg-none {
    float: none;
  }
  .float-lg-left {
    float: left;
  }
  .float-lg-right {
    float: right;
  }
  .h-lg-25 {
    height: 25%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .h-lg-33 {
    height: 33%;
  }
  .w-lg-33 {
    width: 33%;
  }
  .h-lg-50 {
    height: 50%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .h-lg-66 {
    height: 66%;
  }
  .w-lg-66 {
    width: 66%;
  }
  .h-lg-75 {
    height: 75%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .h-lg-100 {
    height: 100%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .text-lg-start {
    text-align: start;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .bg-lg-primary {
    background-color: #001f4f;
  }
  .text-lg-primary {
    color: #001f4f;
  }
  .alert-lg-primary {
    background-color: #5581c6;
    color: #000b1c;
  }
  .border-lg-primary {
    border-color: #001f4f;
  }
  .bg-lg-secondary {
    background-color: #001f4f;
  }
  .text-lg-secondary {
    color: #001f4f;
  }
  .alert-lg-secondary {
    background-color: #5581c6;
    color: #000b1c;
  }
  .border-lg-secondary {
    border-color: #001f4f;
  }
  .bg-lg-tertiary {
    background-color: #16a2c5;
  }
  .text-lg-tertiary {
    color: #16a2c5;
  }
  .alert-lg-tertiary {
    background-color: #c6dbe1;
    color: #117c97;
  }
  .border-lg-tertiary {
    border-color: #16a2c5;
  }
  .bg-lg-quaternary {
    background-color: #f80;
  }
  .text-lg-quaternary {
    color: #f80;
  }
  .alert-lg-quaternary {
    background-color: #f2e6d9;
    color: #cc6d00;
  }
  .border-lg-quaternary {
    border-color: #f80;
  }
  .bg-lg-default {
    background-color: #000;
  }
  .text-lg-default {
    color: #000;
  }
  .alert-lg-default {
    background-color: #666666;
    color: #000000;
  }
  .border-lg-default {
    border-color: #000;
  }
  .bg-lg-transparent {
    background-color: transparent;
  }
  .text-lg-transparent {
    color: transparent;
  }
  .alert-lg-transparent {
    background-color: rgba(102, 102, 102, 0);
    color: rgba(0, 0, 0, 0);
  }
  .border-lg-transparent {
    border-color: transparent;
  }
  .bg-lg-light {
    background-color: #e0e0e0;
  }
  .text-lg-light {
    color: #e0e0e0;
  }
  .alert-lg-light {
    background-color: #ffffff;
    color: #c7c7c7;
  }
  .border-lg-light {
    border-color: #e0e0e0;
  }
  .bg-lg-lighter {
    background-color: #f0f0f0;
  }
  .text-lg-lighter {
    color: #f0f0f0;
  }
  .alert-lg-lighter {
    background-color: #ffffff;
    color: #d7d7d7;
  }
  .border-lg-lighter {
    border-color: #f0f0f0;
  }
  .bg-lg-danger {
    background-color: #dc3545;
  }
  .text-lg-danger {
    color: #dc3545;
  }
  .alert-lg-danger {
    background-color: #f2ebec;
    color: #bd2130;
  }
  .border-lg-danger {
    border-color: #dc3545;
  }
  .bg-lg-warning {
    background-color: #ffc107;
  }
  .text-lg-warning {
    color: #ffc107;
  }
  .alert-lg-warning {
    background-color: #f4efde;
    color: #d39e00;
  }
  .border-lg-warning {
    border-color: #ffc107;
  }
  .bg-lg-info {
    background-color: #0dcaf0;
  }
  .text-lg-info {
    color: #0dcaf0;
  }
  .alert-lg-info {
    background-color: #daecef;
    color: #0aa1c0;
  }
  .border-lg-info {
    border-color: #0dcaf0;
  }
  .bg-lg-success {
    background-color: #198754;
  }
  .text-lg-success {
    color: #198754;
  }
  .alert-lg-success {
    background-color: #a8c4b7;
    color: #115c39;
  }
  .border-lg-success {
    border-color: #198754;
  }
  .alert-lg-success {
    background-color: #e5ede9;
  }
  .border-lg {
    border-width: 2px;
    border-style: solid;
  }
  .border-lg-top {
    border-top-width: 2px;
    border-top-style: solid;
  }
  .border-lg-small {
    border-width: 1px;
  }
  .border-lg-large {
    border-width: 4px;
  }
  .border-lg-top-small {
    border-top-width: 1px;
  }
  .border-lg-top-large {
    border-top-width: 4px;
  }
  .border-lg-right {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-lg-small {
    border-width: 1px;
  }
  .border-lg-large {
    border-width: 4px;
  }
  .border-lg-right-small {
    border-right-width: 1px;
  }
  .border-lg-right-large {
    border-right-width: 4px;
  }
  .border-lg-bottom {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-lg-small {
    border-width: 1px;
  }
  .border-lg-large {
    border-width: 4px;
  }
  .border-lg-bottom-small {
    border-bottom-width: 1px;
  }
  .border-lg-bottom-large {
    border-bottom-width: 4px;
  }
  .border-lg-left {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-lg-small {
    border-width: 1px;
  }
  .border-lg-large {
    border-width: 4px;
  }
  .border-lg-left-small {
    border-left-width: 1px;
  }
  .border-lg-left-large {
    border-left-width: 4px;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .grid_container-lg-fluid {
    width: 100%;
  }
  .grid_container,
  .grid_container-lg {
    max-width: 1004px;
  }
}
@media (min-width: 1280px) {
  .p-xl-0 {
    padding: 0px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pl-xl-0 {
    padding-left: 0px;
  }
  .pr-xl-0 {
    padding-right: 0px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .px-xl-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .m-xl-0 {
    margin: 0px;
  }
  .mt-xl-0 {
    margin-top: 0px;
  }
  .ml-xl-0 {
    margin-left: 0px;
  }
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .mx-xl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-xl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .p-xl-5 {
    padding: 5px;
  }
  .pt-xl-5 {
    padding-top: 5px;
  }
  .pl-xl-5 {
    padding-left: 5px;
  }
  .pr-xl-5 {
    padding-right: 5px;
  }
  .pb-xl-5 {
    padding-bottom: 5px;
  }
  .px-xl-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-xl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-xl-5 {
    margin: 5px;
  }
  .mt-xl-5 {
    margin-top: 5px;
  }
  .ml-xl-5 {
    margin-left: 5px;
  }
  .mr-xl-5 {
    margin-right: 5px;
  }
  .mb-xl-5 {
    margin-bottom: 5px;
  }
  .mx-xl-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-xl-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .p-xl-10 {
    padding: 10px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .pl-xl-10 {
    padding-left: 10px;
  }
  .pr-xl-10 {
    padding-right: 10px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .px-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-xl-10 {
    margin: 10px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .ml-xl-10 {
    margin-left: 10px;
  }
  .mr-xl-10 {
    margin-right: 10px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .mx-xl-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-xl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-xl-15 {
    padding: 15px;
  }
  .pt-xl-15 {
    padding-top: 15px;
  }
  .pl-xl-15 {
    padding-left: 15px;
  }
  .pr-xl-15 {
    padding-right: 15px;
  }
  .pb-xl-15 {
    padding-bottom: 15px;
  }
  .px-xl-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-xl-15 {
    margin: 15px;
  }
  .mt-xl-15 {
    margin-top: 15px;
  }
  .ml-xl-15 {
    margin-left: 15px;
  }
  .mr-xl-15 {
    margin-right: 15px;
  }
  .mb-xl-15 {
    margin-bottom: 15px;
  }
  .mx-xl-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-xl-20 {
    padding: 20px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .pl-xl-20 {
    padding-left: 20px;
  }
  .pr-xl-20 {
    padding-right: 20px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .px-xl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-xl-20 {
    margin: 20px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .ml-xl-20 {
    margin-left: 20px;
  }
  .mr-xl-20 {
    margin-right: 20px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .mx-xl-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-xl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .px-xl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-xl-30 {
    margin: 30px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .mx-xl-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-xl-40 {
    padding: 40px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .px-xl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-xl-40 {
    margin: 40px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mx-xl-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-xl-50 {
    padding: 50px;
  }
  .pt-xl-50 {
    padding-top: 50px;
  }
  .pl-xl-50 {
    padding-left: 50px;
  }
  .pr-xl-50 {
    padding-right: 50px;
  }
  .pb-xl-50 {
    padding-bottom: 50px;
  }
  .px-xl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-xl-50 {
    margin: 50px;
  }
  .mt-xl-50 {
    margin-top: 50px;
  }
  .ml-xl-50 {
    margin-left: 50px;
  }
  .mr-xl-50 {
    margin-right: 50px;
  }
  .mb-xl-50 {
    margin-bottom: 50px;
  }
  .mx-xl-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-xl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .ml-xl-auto {
    margin-left: auto;
  }
  .mr-xl-auto {
    margin-right: auto;
  }
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .mx-xl-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .align-content-xl-start {
    align-content: start;
    -ms-flex-line-pack: start;
  }
  .align-content-xl-end {
    align-content: end;
    -ms-flex-line-pack: end;
  }
  .align-content-xl-center {
    align-content: center;
    -ms-flex-line-pack: center;
  }
  .align-content-xl-around {
    align-content: around;
    -ms-flex-line-pack: around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
    -ms-flex-line-pack: stretch;
  }
  .align-self-xl-start {
    align-self: start;
    -ms-flex-item-align: start;
  }
  .align-self-xl-end {
    align-self: end;
    -ms-flex-item-align: end;
  }
  .align-self-xl-flex-end {
    align-self: flex-end;
    -ms-flex-item-align: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
    -ms-flex-item-align: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
    -ms-flex-item-align: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
  .align-items-xl-start {
    align-items: start;
    -webkit-box-align: start;
  }
  .align-items-xl-end {
    align-items: end;
    -webkit-box-align: end;
  }
  .align-items-xl-flex-end {
    align-items: flex-end;
    -webkit-box-align: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
    -webkit-box-align: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
    -webkit-box-align: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
    -webkit-box-align: stretch;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .justify-content-xl-flex-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-xl-around {
    -webkit-box-pack: around;
    -ms-flex-pack: around;
    justify-content: around;
  }
  .justify-content-xl-between {
    -webkit-box-pack: between;
    -ms-flex-pack: between;
    justify-content: between;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: evenly;
    -ms-flex-pack: evenly;
    justify-content: evenly;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-flow: row;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-direction: column;
    flex-flow: column;
  }
  .flex-xl-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-xl-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .overflow-xl-visible {
    overflow: visible;
  }
  .overflow-x-xl-visible {
    overflow-x: visible;
  }
  .overflow-y-xl-visible {
    overflow-y: visible;
  }
  .overflow-xl-hidden {
    overflow: hidden;
  }
  .overflow-x-xl-hidden {
    overflow-x: hidden;
  }
  .overflow-y-xl-hidden {
    overflow-y: hidden;
  }
  .overflow-xl-scroll {
    overflow: scroll;
  }
  .overflow-x-xl-scroll {
    overflow-x: scroll;
  }
  .overflow-y-xl-scroll {
    overflow-y: scroll;
  }
  .overflow-xl-auto {
    overflow: auto;
  }
  .overflow-x-xl-auto {
    overflow-x: auto;
  }
  .overflow-y-xl-auto {
    overflow-y: auto;
  }
  .position-xl-static {
    position: static;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-fixed {
    position: fixed;
  }
  .position-xl-sticky {
    position: sticky;
  }
  .clear-xl-none {
    clear: none;
  }
  .clear-xl-left {
    clear: left;
  }
  .clear-xl-right {
    clear: right;
  }
  .clear-xl-both {
    clear: both;
  }
  .float-xl-none {
    float: none;
  }
  .float-xl-left {
    float: left;
  }
  .float-xl-right {
    float: right;
  }
  .h-xl-25 {
    height: 25%;
  }
  .w-xl-25 {
    width: 25%;
  }
  .h-xl-33 {
    height: 33%;
  }
  .w-xl-33 {
    width: 33%;
  }
  .h-xl-50 {
    height: 50%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .h-xl-66 {
    height: 66%;
  }
  .w-xl-66 {
    width: 66%;
  }
  .h-xl-75 {
    height: 75%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .h-xl-100 {
    height: 100%;
  }
  .w-xl-100 {
    width: 100%;
  }
  .text-xl-start {
    text-align: start;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .bg-xl-primary {
    background-color: #001f4f;
  }
  .text-xl-primary {
    color: #001f4f;
  }
  .alert-xl-primary {
    background-color: #5581c6;
    color: #000b1c;
  }
  .border-xl-primary {
    border-color: #001f4f;
  }
  .bg-xl-secondary {
    background-color: #001f4f;
  }
  .text-xl-secondary {
    color: #001f4f;
  }
  .alert-xl-secondary {
    background-color: #5581c6;
    color: #000b1c;
  }
  .border-xl-secondary {
    border-color: #001f4f;
  }
  .bg-xl-tertiary {
    background-color: #16a2c5;
  }
  .text-xl-tertiary {
    color: #16a2c5;
  }
  .alert-xl-tertiary {
    background-color: #c6dbe1;
    color: #117c97;
  }
  .border-xl-tertiary {
    border-color: #16a2c5;
  }
  .bg-xl-quaternary {
    background-color: #f80;
  }
  .text-xl-quaternary {
    color: #f80;
  }
  .alert-xl-quaternary {
    background-color: #f2e6d9;
    color: #cc6d00;
  }
  .border-xl-quaternary {
    border-color: #f80;
  }
  .bg-xl-default {
    background-color: #000;
  }
  .text-xl-default {
    color: #000;
  }
  .alert-xl-default {
    background-color: #666666;
    color: #000000;
  }
  .border-xl-default {
    border-color: #000;
  }
  .bg-xl-transparent {
    background-color: transparent;
  }
  .text-xl-transparent {
    color: transparent;
  }
  .alert-xl-transparent {
    background-color: rgba(102, 102, 102, 0);
    color: rgba(0, 0, 0, 0);
  }
  .border-xl-transparent {
    border-color: transparent;
  }
  .bg-xl-light {
    background-color: #e0e0e0;
  }
  .text-xl-light {
    color: #e0e0e0;
  }
  .alert-xl-light {
    background-color: #ffffff;
    color: #c7c7c7;
  }
  .border-xl-light {
    border-color: #e0e0e0;
  }
  .bg-xl-lighter {
    background-color: #f0f0f0;
  }
  .text-xl-lighter {
    color: #f0f0f0;
  }
  .alert-xl-lighter {
    background-color: #ffffff;
    color: #d7d7d7;
  }
  .border-xl-lighter {
    border-color: #f0f0f0;
  }
  .bg-xl-danger {
    background-color: #dc3545;
  }
  .text-xl-danger {
    color: #dc3545;
  }
  .alert-xl-danger {
    background-color: #f2ebec;
    color: #bd2130;
  }
  .border-xl-danger {
    border-color: #dc3545;
  }
  .bg-xl-warning {
    background-color: #ffc107;
  }
  .text-xl-warning {
    color: #ffc107;
  }
  .alert-xl-warning {
    background-color: #f4efde;
    color: #d39e00;
  }
  .border-xl-warning {
    border-color: #ffc107;
  }
  .bg-xl-info {
    background-color: #0dcaf0;
  }
  .text-xl-info {
    color: #0dcaf0;
  }
  .alert-xl-info {
    background-color: #daecef;
    color: #0aa1c0;
  }
  .border-xl-info {
    border-color: #0dcaf0;
  }
  .bg-xl-success {
    background-color: #198754;
  }
  .text-xl-success {
    color: #198754;
  }
  .alert-xl-success {
    background-color: #a8c4b7;
    color: #115c39;
  }
  .border-xl-success {
    border-color: #198754;
  }
  .alert-xl-success {
    background-color: #e5ede9;
  }
  .border-xl {
    border-width: 2px;
    border-style: solid;
  }
  .border-xl-top {
    border-top-width: 2px;
    border-top-style: solid;
  }
  .border-xl-small {
    border-width: 1px;
  }
  .border-xl-large {
    border-width: 4px;
  }
  .border-xl-top-small {
    border-top-width: 1px;
  }
  .border-xl-top-large {
    border-top-width: 4px;
  }
  .border-xl-right {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-xl-small {
    border-width: 1px;
  }
  .border-xl-large {
    border-width: 4px;
  }
  .border-xl-right-small {
    border-right-width: 1px;
  }
  .border-xl-right-large {
    border-right-width: 4px;
  }
  .border-xl-bottom {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-xl-small {
    border-width: 1px;
  }
  .border-xl-large {
    border-width: 4px;
  }
  .border-xl-bottom-small {
    border-bottom-width: 1px;
  }
  .border-xl-bottom-large {
    border-bottom-width: 4px;
  }
  .border-xl-left {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-xl-small {
    border-width: 1px;
  }
  .border-xl-large {
    border-width: 4px;
  }
  .border-xl-left-small {
    border-left-width: 1px;
  }
  .border-xl-left-large {
    border-left-width: 4px;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .grid_container-xl-fluid {
    width: 100%;
  }
  .grid_container,
  .grid_container-xl {
    max-width: 1200px;
  }
}
.img-fluid,
.grid_card img {
  max-width: 100%;
  height: auto;
}
.img-fluid.noimg {
  opacity: 0.6;
}
.img-full {
  width: 100%;
  max-width: inherit;
  height: auto;
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/cosmoshop/shared/fonts/open-sans-v17-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/cosmoshop/shared/fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/cosmoshop/shared/fonts/open-sans-v17-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/cosmoshop/sharedfonts/open-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-italic.woff') format('woff'), /* Modern Browsers */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/cosmoshop/shared/fonts/open-sans-v17-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/cosmoshop/shared/fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/cosmoshop/shared/fonts/open-sans-v17-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('/cosmoshop/shared/fonts/open-sans-v17-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/cosmoshop/shared/fonts/open-sans-v17-latin-700italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('/cosmoshop/shared/fonts/oswald-v29-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/cosmoshop/shared/fonts/oswald-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/cosmoshop/shared/fonts/oswald-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/cosmoshop/shared/fonts/oswald-v29-latin-300.woff') format('woff'), /* Modern Browsers */ url('/cosmoshop/shared/fonts/oswald-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/cosmoshop/shared/fonts/oswald-v29-latin-300.svg#Oswald') format('svg');
  /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/cosmoshop/shared/fonts/oswald-v29-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/cosmoshop/shared/fonts/oswald-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/cosmoshop/shared/fonts/oswald-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/cosmoshop/shared/fonts/oswald-v29-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/cosmoshop/shared/fonts/oswald-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/cosmoshop/shared/fonts/oswald-v29-latin-regular.svg#Oswald') format('svg');
  /* Legacy iOS */
}
/* Standard HTML-Elemente */
* {
  font-family: arial, Helvetica, sans-serif;
  font-size: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1200px;
  border: 0;
  font-family: arial, Helvetica, sans-serif;
  font-size: 100%;
}
@media (min-width: 0px) and (max-width: 1279px) {
  body {
    overflow-x: hidden;
    width: 100%;
    min-width: auto;
  }
}
div {
  font-size: 12px;
}
[onclick] {
  cursor: pointer ;
}
[onclick]:hover {
  text-decoration: none;
}
.unterstrichen [onclick] {
  text-decoration: none;
}
.text-decoration-none,
.unterstrichen .text-decoration-none {
  text-decoration: none;
}
.table-responsive {
  max-width: 100%;
  overflow: auto;
}
.table-responsive table {
  width: 100%;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive::before,
.embed-responsive-16by9::before {
  padding-top: calc(100% / 16*9);
}
.embed-responsive-4by3::before {
  padding-top: calc(100% / 4*3);
}
ul.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.w-100 {
  width: 100%;
}
[class*="alert-"] {
  padding: 15px;
  margin-bottom: 15px;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: underline;
}
.unterstrichen a {
  text-decoration: underline;
}
a:link.lexikon_link,
a:visited.lexikon_link,
a:active.lexikon_link {
  border-bottom: dashed 1px #999999;
  text-decoration: none;
}
a:hover.lexikon_link {
  border-bottom: dashed 1px black;
  text-decoration: none;
}
input.small {
  width: 25px;
}
input.rot,
select.rot {
  background-color: #FFD2CE;
  border: 1px solid #B01204;
}
input.gruen,
select.gruen {
  background-color: #EAF7C6;
  border: 1px solid #709212;
}
input.normal,
select.normal {
  background-color: white;
  border: 1px solid #838383;
}
img {
  border: 0;
}
.align-right {
  text-align: right;
}
@media (min-width: 768px) {
  .align-md-right {
    text-align: right !important;
  }
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.error {
  color: red;
}
.hasShadow {
  box-shadow: 2px 2px 3px rgba(40, 40, 40, 0.25);
}
.keine_artikel {
  margin: 10px 0 10px 0;
  color: red;
  font-weight: bold;
}
.flex-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text-lg {
  font-size: 16px;
  line-height: 1.6;
}
#header {
  clear: both;
  float: left;
  width: 100%;
}
#service_leiste {
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #001f4f;
  overflow: visible;
  height: auto;
}
#service_leiste,
#service_leiste * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#service_leiste #sprachumschaltung {
  margin: 0;
  padding: 5px 15px;
  align-items: center;
  display: flex;
}
#service_leiste #quicklinks_block {
  min-width: auto;
  margin: 0;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 0px) and (max-width: 1023px) {
  #service_leiste #quicklinks_block {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    background-color: #e0e0e0;
    color: #888;
  }
}
#service_leiste #searchbar,
#service_leiste #quicklinks_block,
#service_leiste #quicklinks_block .quicklink_element,
#service_leiste form#sPlusForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
}
#service_leiste #quicklinks_block .quicklink_element,
#service_leiste #quicklinks_block a {
  color: currentColor;
}
#service_leiste #quicklinks_block .quicklink_element {
  margin: 0;
}
#service_leiste #quicklinks_block #nummer {
  margin-right: auto;
}
#service_leiste .number-hotline:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  margin-right: 5px;
}
#service_leiste .text-meinkonto:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  margin-right: 5px;
}
#service_leiste #quicklinks_block .trennzeichen {
  margin: 0 5px;
}
#service_leiste #searchbar {
  height: auto;
  overflow: auto;
  padding: 3px 4px;
  margin-left: auto;
}
@media (min-width: 768px) {
  #service_leiste #searchbar {
    padding-left: 30px;
  }
}
#service_leiste #searchbar #search {
  height: auto;
  padding: 0;
  float: none;
}
#service_leiste #searchbar #search .trichter {
  padding: 0;
}
#service_leiste #searchbar #search #aktuelle_sprache,
#service_leiste #searchbar #search .trichter,
#service_leiste #searchbar #search .searchentry,
#service_leiste #searchbar #search .searchsubmit,
#service_leiste #searchbar #search .searchsubmit > *,
#service_leiste #searchbar #search .searchtag {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
}
@media (min-width: 0px) and (max-width: 479px) {
  #service_leiste #searchbar #search .searchtag {
    display: none;
  }
}
#service_leiste #searchbar #search .searchentry input {
  padding: 3px 4px;
  line-height: 1.5;
}
@media (min-width: 0px) and (max-width: 767px) {
  #service_leiste #searchbar #search .searchentry input {
    width: 100%;
    max-width: 100px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  #service_leiste #quicklinks_block .quicklink_element.lexikon,
  #service_leiste #quicklinks_block .quicklink_element.trennzeichen {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #service_leiste .label-hotline,
  #service_leiste .text-login,
  #service_leiste .text-logout {
    display: none;
  }
}
#center {
  text-align: center;
}
#infoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 15px;
}
#infoblock,
#infoblock * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  #infoblock {
    height: 100px;
  }
}
#infoblock #logo {
  margin: 0;
}
#infoblock #logo img {
  display: block;
}
@media (min-width: 0px) and (max-width: 479px) {
  #infoblock #logo img {
    width: 130px;
  }
}
#infoblock #cart {
  margin: 0;
  font-size: 12px;
  float: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
}
@media (min-width: 0px) and (max-width: 479px) {
  #infoblock #cart {
    font-size: 10px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  #infoblock #cart .cart-label {
    font-weight: 300;
    font-size: 12px;
  }
}
#infoblock #cart .cart-icon {
  margin-left: auto;
}
#infoblock #cart .cart-item-count {
  min-width: 24px;
  height: 24px;
  line-height: 18px;
  font-size: 12px;
  padding: 2px;
}
@media (min-width: 0px) and (max-width: 479px) {
  #infoblock #cart .cart-icon-image {
    width: 30px;
    height: 20px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  #infoblock #cart a {
    font-size: 10px;
    font-weight: 300;
  }
}
#infoblock #cart .btn-cart,
#infoblock #cart .cart-addon {
  margin: 0;
  margin-left: auto;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#infoblock #cart .btn-cart {
  width: 100%;
}
#infoblock #cart .cart-addon {
  align-items: baseline;
  -webkit-box-align: baseline;
  margin-bottom: 0;
}
#infoblock #cart .cart-addon a {
  margin: 0 5px;
}
@media (max-width: 767px) {
  #infoblock #cart .cart-label,
  #infoblock #cart .cart-addon {
    display: none;
  }
}
.content .detailansicht .articledetail h1 {
  padding: 30px;
  margin: 0;
  margin-bottom: 30px;
}
.content .detailansicht .articledetail_familie .bigpic {
  width: 100% !important;
}
.content .detailansicht .artikelbilder {
  padding: 30px 7.5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content .detailansicht .artikelbilder,
.content .detailansicht .artikelbilder * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .content .detailansicht .artikelbilder {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.content .detailansicht .artikelbilder .spalte {
  float: none;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin: 0;
  margin-bottom: 15px;
  width: auto;
}
.content .detailansicht .artikelbilder .spalte.bild_gross {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto !important;
}
.content .detailansicht .artikelbilder .spalte.bild_gross .hauptbild > img,
.content .detailansicht .artikelbilder .spalte.bild_gross .hauptbild .container > img {
  max-width: 100% !important;
}
.content .detailansicht .artikelbilder .spalte.bild_gross .hauptbild .container {
  max-width: 100% !important;
}
.content .detailansicht .artikelbilder .spalte.bild_gross .wr360_player,
.content .detailansicht .artikelbilder .spalte.bild_gross .wr360_player .container {
  width: auto !important;
}
.content .detailansicht .artikelbilder .spalte.bild_gross .wr360_player img,
.content .detailansicht .artikelbilder .spalte.bild_gross .wr360_player .container img {
  max-width: 100% !important;
  height: auto !important;
}
.content .detailansicht .artikelbilder .spalte.bild_gross #youtube * {
  max-width: 100% !important;
}
@media (min-width: 480px) {
  .content .detailansicht .artikelbilder .spalte.bilder_klein {
    width: calc(100%/12*4);
  }
}
@media (min-width: 768px) {
  .content .detailansicht .artikelbilder .spalte.bilder_klein {
    width: calc(100%/12*5);
  }
}
@media (min-width: 1024px) {
  .content .detailansicht .artikelbilder .spalte.bilder_klein {
    width: calc(100%/12*7);
  }
}
@media (min-width: 1280px) {
  .content .detailansicht .artikelbilder .spalte.bilder_klein {
    width: calc(100%/12*6);
  }
}
.content .detailansicht .artikelbilder .zusatzbilder_liste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  min-height: auto;
  overflow: visible;
}
.content .detailansicht .artikelbilder .zusatzbild_container,
.content .detailansicht .artikelbilder #hauptbild_icon {
  float: none;
  width: 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .content .detailansicht .artikelbilder .zusatzbild_container,
  .content .detailansicht .artikelbilder #hauptbild_icon {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .content .detailansicht .artikelbilder .zusatzbild_container,
  .content .detailansicht .artikelbilder #hauptbild_icon {
    width: calc(100%/2);
  }
}
@media (min-width: 1024px) {
  .content .detailansicht .artikelbilder .zusatzbild_container,
  .content .detailansicht .artikelbilder #hauptbild_icon {
    width: calc(100%/3);
  }
}
@media (min-width: 1280px) {
  .content .detailansicht .artikelbilder .zusatzbild_container,
  .content .detailansicht .artikelbilder #hauptbild_icon {
    width: calc(100%/3);
  }
}
.content .detailansicht .artikelbilder .zusatzbild_container,
.content .detailansicht .artikelbilder #hauptbild_icon,
.content .detailansicht .artikelbilder .zusatzbild_container .zusatzbild,
.content .detailansicht .artikelbilder #hauptbild_icon .zusatzbild,
.content .detailansicht .artikelbilder .zusatzbild_container .zusatzbild .container,
.content .detailansicht .artikelbilder #hauptbild_icon .zusatzbild .container,
.content .detailansicht .artikelbilder .zusatzbild_container #hauptZusatzBlock,
.content .detailansicht .artikelbilder #hauptbild_icon #hauptZusatzBlock,
.content .detailansicht .artikelbilder .zusatzbild_container #hauptZusatzBlock .container,
.content .detailansicht .artikelbilder #hauptbild_icon #hauptZusatzBlock .container {
  height: auto;
  max-height: 175px;
}
@media (min-width: 768px) {
  .content .detailansicht .artikelbilder .zusatzbild_container .zusatzbild .container,
  .content .detailansicht .artikelbilder #hauptbild_icon .zusatzbild .container,
  .content .detailansicht .artikelbilder .zusatzbild_container #hauptZusatzBlock .container,
  .content .detailansicht .artikelbilder #hauptbild_icon #hauptZusatzBlock .container {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .content .detailansicht .artikelbilder .zusatzbild_container .zusatzbild .container img,
  .content .detailansicht .artikelbilder #hauptbild_icon .zusatzbild .container img,
  .content .detailansicht .artikelbilder .zusatzbild_container #hauptZusatzBlock .container img,
  .content .detailansicht .artikelbilder #hauptbild_icon #hauptZusatzBlock .container img {
    max-height: 145px;
  }
}
.content .detailansicht .artikelbilder .zusatzbild_container #hauptZusatzBlock .container > img,
.content .detailansicht .artikelbilder #hauptbild_icon #hauptZusatzBlock .container > img,
.content .detailansicht .artikelbilder .zusatzbild_container .zusatzbild .container > img,
.content .detailansicht .artikelbilder #hauptbild_icon .zusatzbild .container > img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: 150px;
}
.content .detailansicht .artikelbilder a:hover {
  text-decoration: none;
}
.content .detailansicht .artikelbilder .symbol,
.content .detailansicht .artikelbilder .hauptbildSymbolIcon,
.content .detailansicht .artikelbilder .hauptbildSymbol {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  vertical-align: top;
}
.content .detailansicht .artikelbilder .titel,
.content .detailansicht .artikelbilder .hauptbildTitelIcon,
.content .detailansicht .artikelbilder .hauptbildTitel {
  width: calc(100% - 25px);
  max-height: 2.5em;
  overflow: hidden;
  display: inline-block;
}
.content .detailansicht .artikelbilder .titel:empty,
.content .detailansicht .artikelbilder .hauptbildTitelIcon:empty,
.content .detailansicht .artikelbilder .hauptbildTitel:empty {
  display: none;
}
.content .detailansicht .artikelbilder .symbol:empty {
  display: none;
}
.content .detailansicht .hauptbild .titel {
  max-height: 4.5em;
}
.content .detailansicht .artikelbilder #hauptZusatzBlock,
.content .detailansicht .artikelbilder #hauptZusatzBlock .container,
.content .detailansicht .artikelbilder #hauptZusatzBlock .container img,
.content .detailansicht .articleinfo .artikelbilder .zusatzbilder_liste .zusatzbild_container .zusatzbild,
.content .detailansicht .articleinfo .artikelbilder .zusatzbilder_liste .zusatzbild_container .zusatzbild img {
  max-width: 100% !important;
}
.view360_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  float: left;
  width: 175px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.view360_image img {
  position: absolute;
  top: 60px;
  left: 60px;
}
#youtube_icon a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
#youtube_icon a img {
  width: 100%;
  height: 100%;
}
#youtube_icon a .youtube_play_icon {
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
.preisformat {
  margin-bottom: 5px;
  font-weight: normal;
}
.preisformat .anfrage {
  font-weight: bold;
  font-size: 12px;
}
.preisformat .uvp {
  text-decoration: line-through;
}
.preisformat .preiszeile {
  font-size: 22px;
}
.preisformat .preiszeile .ab {
  font-size: 10px;
}
.preisformat .preiszeile .preis {
  font-weight: bold;
}
.preisformat .preiszeile .waehrung {
  font-size: 0.8em;
}
.preisformat .zweitwaehrung {
  font-weight: bold;
}
.preisformat .inhalt {
  font-size: 11px;
}
.preisformat .grundpreis {
  font-size: 11px;
}
.preisformat .klarna_details {
  padding-top: 6px;
}
.preisformat .klarna_details a {
  color: darkblue;
}
#frage_produkt .success {
  margin-top: 5px;
  color: green;
  font-weight: bold;
}
#wrapper {
  margin: 0 auto;
  width: 1200px;
  text-align: left;
  display: block;
  box-shadow: 0 0 25px -20px #000;
}
@media (min-width: 0px) and (max-width: 1279px) {
  #wrapper {
    width: 100%;
  }
}
.layout {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}
.layout .content {
  margin-top: 20px;
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}
.layout .productlisting1 {
  overflow: hidden;
}
.productlisting1 .row {
  margin-bottom: 10px;
  overflow: hidden;
}
.productlisting1 .row .colspacer1 {
  width: 7px;
  height: 1px;
  float: left;
}
.productlisting1 .row .product {
  width: 180px;
  padding: 10px;
  float: left;
  border: 1px solid #d3d1d1;
}
.productlisting1 .row .product .special {
  float: right;
  height: 20px;
  overflow: hidden;
}
.productlisting1 .row .banner {
  width: 190px;
  padding: 0;
  float: left;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clear {
  clear: both;
}
.margin {
  margin: 10px 0;
}
.margin-top {
  margin-top: 10px;
}
.margin-bottom {
  margin-bottom: 10px;
}
.margin-left {
  margin-left: 10px;
}
.margin-right {
  margin-right: 10px;
}
.nomargin {
  margin: 0;
}
.nobr {
  white-space: nowrap;
}
.fehler_rechte {
  margin: 5px;
}
#staffelTabelle .sidebox h3 {
  padding: 0;
  margin: 0;
  width: 200px;
  height: 25px;
  display: block;
  background: #cfcdcd url(/cosmoshop/default/pix/sets/new_style/de/detail_staffeltabelle/Ueberschrift2.png) no-repeat 0 0;
}
#staffelTabelle .sidebox h3 span {
  padding: 7px 2px 0 10px;
  display: block;
}
#staffelTabelle .staffel_grundpreis {
  font-size: smaller;
}
#staffelrechner_summe {
  color: red;
  font-weight: bold;
}
#staffelrechner_stueck {
  font-size: 10px;
}
#staffelrechner_grundpreis {
  font-size: 10px;
}
#fssList_137 .slider_137_bubble_aktive,
#fssList_146 .slider_146_bubble_aktive,
#fssList_447 .slider_447_bubble_aktive {
  display: none;
}
#fssList_137 .fssActive .slider_137_bubble_aktive,
#fssList_146 .fssActive .slider_146_bubble_aktive,
#fssList_447 .fssActive .slider_447_bubble_aktive {
  display: inline;
}
#fssList_137 .fssActive .slider_137_bubble_inaktive,
#fssList_146 .fssActive .slider_146_bubble_inaktive,
#fssList_447 .fssActive .slider_447_bubble_inaktive {
  display: none;
}
/* Sprachumschaltung */
#sprachumschaltung {
  margin-left: 10px;
}
#sprachumschaltung #aktuelle_sprache {
  cursor: pointer;
}
#sprachumschaltung #sprachen_liste {
  widht: 140px;
  background: #FFFFFF;
  border: 1px solid #001f4f;
  padding: 5px;
  position: absolute;
  top: 34px;
  z-index: 4051;
  display: none;
}
#sprachumschaltung #sprachen_liste .spacer {
  height: 3px;
}
#sprachumschaltung .flagge {
  float: left;
  margin-right: 10px;
}
#sprachumschaltung .sprache {
  float: left;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 10px;
}
#sprachumschaltung .button {
  float: left;
  color: #FFFFFF;
  padding: 0px;
  margin: 0;
  padding: 0;
  min-width: 0;
}
/* Startseite Info-Block */
.post_teaser {
  margin: 5rem 0;
  line-height: 1.4;
  color: #666;
}
.post_teaser div {
  font-size: 16px;
}
.post_teaser h1 {
  font-weight: 100;
  color: #666;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  word-break: break-word;
  margin-top: 0;
}
.post_teaser .titel {
  font-weight: 100;
  color: #666;
  font-size: 1.25rem;
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 1rem;
}
.post_teaser a,
.post_teaser a * {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.post_teaser a:hover {
  text-decoration: none;
}
.post_teaser a:hover img {
  transform: scale(1.2);
}
.post_teaser i {
  color: #f80 !important;
}
.post_teaser.post_news {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
  box-shadow: calc(1200px * -1) 0 0 0 #fafafa, calc(1200px * -2) 0 0 0 #fafafa, calc(1200px * 1) 0 0 0 #fafafa, calc(1200px * 2) 0 0 0 #fafafa;
}
.post_teaser.post_news .teaser_card {
  background: #fff;
}
.teaser_card {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-flow: column;
}
.teaser_card_image {
  margin-bottom: 1.5rem;
  padding-top: 50%;
  position: relative;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.teaser_card_image img {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.teaser_card_body {
  flex-basis: 75%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#startseite_infoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.5%;
  padding: 0;
}
#startseite_infoblock,
#startseite_infoblock * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#startseite_infoblock .teaser {
  border: 1px solid #000;
  margin: 0.5%;
  padding: 5px 10px;
  width: 99%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 480px) {
  #startseite_infoblock .teaser {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  #startseite_infoblock .teaser {
    width: 32.3333%;
  }
}
#startseite_infoblock .teaser .titel {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  float: left;
  font-weight: bold;
  padding-bottom: 10px;
}
#startseite_infoblock .teaser .titel a {
  color: #666;
}
#startseite_infoblock .teaser table {
  width: 100%;
}
#startseite_infoblock #slider {
  margin-bottom: 0px;
}
/* Startseite Vorteile */
#startseite_vorteile {
  text-align: center;
  margin: 0.5%;
}
#startseite_vorteile > ul {
  box-sizing: border-box;
  border: 1px solid black;
  padding: 1em;
  margin: 0.5%;
  list-style: none;
  font-size: 1.2em;
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 480px) {
  #startseite_vorteile > ul {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  #startseite_vorteile > ul {
    width: 23%;
  }
}
#startseite_vorteile i {
  margin: 0.5em auto;
  display: block;
  color: #777;
}
#startseite_vorteile i + span {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #777;
  display: block;
}
/* TS-Box */
#tsBox {
  margin: 10px 0;
  width: 154px;
  padding: 2px;
  background-color: white;
  border: 1px solid #C0C0C0;
  text-align: center;
}
#tsBox #tsSeal {
  padding: 2px;
}
#tsBox #tsText {
  padding: 2px;
}
/* Slider */
#slider {
  margin-bottom: 15px;
  position: relative;
  /* Slider Startseite + Contentslider Startseite */
  /* Slider Startseite */
  /* Contentslider Startseite */
}
#slider.header-slider {
  margin-top: -20px;
  margin-bottom: 0px;
}
#slider .slider_debug {
  height: 30px;
  color: red;
  display: none;
}
#slider .slideshow {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
}
#slider .slideshow li {
  max-width: 100%;
  width: 100% !important;
}
#slider .slideshow li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#slider .slider_controle {
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  width: 100%;
}
#slider .slider_controle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#slider .slider_controle ul li {
  margin: 0;
  padding: 15px 5px;
  display: inline-block;
}
#slider .slider_controle ul li a {
  display: block;
  border-radius: 500px;
  border: 1px solid #777;
  width: 12px;
  height: 12px;
  background: #fff;
}
#slider .slider_controle ul li a [class*="_bubble_"] {
  display: none;
}
#slider .slider_controle ul li a:hover {
  text-decoration: none;
  background: #ddd;
}
#slider .slider_controle ul li.fssActive a,
#slider .slider_controle ul li.fssActive a:hover {
  background: #444;
}
#slider #slider_controle_137.slider_controle,
#slider #slider_controle_146.slider_controle,
#slider #slider_controle_447.slider_controle {
  position: absolute;
  width: 100% !important;
}
#slider #slideshow_137.slideshow,
#slider #slideshow_146.slideshow,
#slider #slideshow_447.slideshow,
#slider #slideshow_137.slideshow li,
#slider #slideshow_146.slideshow li,
#slider #slideshow_447.slideshow li,
#slider #slideshow_137.slideshow li img,
#slider #slideshow_146.slideshow li img,
#slider #slideshow_447.slideshow li img {
  width: 100% !important;
}
#slider #slideshow_137.slideshow li,
#slider #slideshow_146.slideshow li,
#slider #slideshow_447.slideshow li {
  height: 100% !important;
  background: #fff;
}
#slider #slideshow_137.slideshow li,
#slider #slideshow_146.slideshow li,
#slider #slideshow_447.slideshow li,
#slider #slideshow_137.slideshow li p,
#slider #slideshow_146.slideshow li p,
#slider #slideshow_447.slideshow li p,
#slider #slideshow_137.slideshow li a,
#slider #slideshow_146.slideshow li a,
#slider #slideshow_447.slideshow li a,
#slider #slideshow_137.slideshow li a img,
#slider #slideshow_146.slideshow li a img,
#slider #slideshow_447.slideshow li a img {
  height: 100%;
  display: block;
}
#slider p {
  margin: 0;
}
#slider .kasten_wrapper .kasten {
  float: none;
}
#slider #slideshow_137 {
  height: 33.3vw !important;
}
@media (min-width: 1280px) {
  #slider #slideshow_137 {
    height: 400px !important;
    margin: 70px 0;
  }
}
#slider #slideshow_137 li {
  background: #000;
}
#slider #slideshow_137 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1280px) {
  #slider #slider_controle_137 {
    top: -55px;
  }
}
#slider #slider_controle_146 ul,
#slider #slider_controle_447 ul {
  text-align: right;
}
#slider #slider_controle_146 li,
#slider #slider_controle_447 li {
  padding: 5px;
}
#slider #slideshow_146,
#slider #slideshow_447 {
  height: 100vw !important;
}
#slider #slideshow_146 li img,
#slider #slideshow_447 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  #slider #slideshow_146,
  #slider #slideshow_447 {
    height: 210px !important;
  }
  #slider #slideshow_146 table,
  #slider #slideshow_447 table,
  #slider #slideshow_146 td,
  #slider #slideshow_447 td,
  #slider #slideshow_146 tbody,
  #slider #slideshow_447 tbody,
  #slider #slideshow_146 tr,
  #slider #slideshow_447 tr {
    display: block;
    width: 100% !important;
    margin: 10px auto;
    text-align: center;
  }
  #slider #slideshow_146 table img,
  #slider #slideshow_447 table img,
  #slider #slideshow_146 td img,
  #slider #slideshow_447 td img,
  #slider #slideshow_146 tbody img,
  #slider #slideshow_447 tbody img,
  #slider #slideshow_146 tr img,
  #slider #slideshow_447 tr img {
    width: auto !important;
    max-width: 155px;
    height: auto;
    margin: auto;
  }
  #slider #slideshow_146.slideshow li,
  #slider #slideshow_447.slideshow li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-flow: column;
  }
}
@media (min-width: 480px) {
  #slider #slideshow_146,
  #slider #slideshow_447 {
    height: 55vw !important;
  }
}
@media (min-width: 768px) {
  #slider #slideshow_146,
  #slider #slideshow_447 {
    height: 20vw !important;
  }
}
@media (min-width: 1024px) {
  #slider #slideshow_146,
  #slider #slideshow_447 {
    height: 160px !important;
  }
}
@media (max-width: 767px) {
  #slider #slideshow_447 {
    height: 250px !important;
  }
}
#fssPrev,
.fssPrev {
  cursor: pointer;
  background: transparent url(/cosmoshop/default/pix/sets/new_style/de/startseite_infoblock/Button_links.png) no-repeat 0 0;
  position: absolute;
  top: 280px;
  left: -30px;
  width: 32px;
  height: 127px;
  z-index: 200;
  text-indent: -999em;
}
#fssPrev:hover,
.fssPrev:hover {
  background-position: -32px 0;
}
#fssPrev:active,
.fssPrev:active {
  background-position: -64px 0;
}
#fssNext,
.fssNext {
  cursor: pointer;
  background: transparent url(/cosmoshop/default/pix/sets/new_style/de/startseite_infoblock/Button_rechts.png) no-repeat 0 0;
  position: absolute;
  top: 280px;
  right: -30px;
  width: 32px;
  height: 127px;
  z-index: 200;
  text-indent: -999em;
}
#fssNext:hover,
.fssNext:hover {
  background-position: -32px 0;
}
#fssNext:active,
.fssNext:active {
  background-position: -64px 0;
}
#beschreibung {
  margin-top: 20px;
}
#artnum {
  margin-bottom: 20px;
}
/* WK Add-Layer */
#wk_add_layer {
  padding: 5px;
  display: none;
}
#wk_add_layer .image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 30%;
  min-height: 120px;
}
#wk_add_layer .margin {
  margin-bottom: 10px;
}
#wk_add_layer .buttons {
  clear: both;
}
/* Breadcrumb */
/*TODO refactoring Nach Liveschaltung der neuen Detailseite löschen*/
#breadcrumb {
  width: 100%;
  padding-bottom: 3px;
  padding-left: 10px;
  overflow: hidden;
  border-bottom: 1px solid #CFCDCD;
}
#breadcrumb,
#breadcrumb * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#breadcrumb ul li {
  color: #838282;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}
#breadcrumb ul li a {
  color: #838282;
  margin-left: 2px;
  margin-right: 2px;
}
#breadcrumb ul li.active a {
  color: #000000;
}
#breadcrumb .home {
  color: #838282;
}
/* Grundpreisangabe */
#grundpreisangabe {
  font-size: smaller;
}
/* Warenkorb */
#cart {
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  float: right;
}
#cart a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  box-sizing: border-box;
}
#cart .btn-cart {
  color: #000000;
  margin-bottom: 15px;
  text-align: left;
  text-decoration: none;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cart .btn-cart:hover {
  color: #001f4f;
}
#cart .btn-cart:hover .cart-icon-image {
  fill: #001f4f;
}
#cart .btn-cart:hover .cart-item-count {
  background: #FFFFFF;
  color: #001f4f;
  border-color: #001f4f;
}
#cart .cart-icon {
  position: relative;
  text-align: left;
  margin-right: 10px;
  top: 2px;
}
#cart .cart-icon-image {
  height: 30px;
  width: 45px;
  fill: #000000;
}
#cart .cart-item-count {
  position: absolute;
  right: -16px;
  top: -16px;
  display: inline-block;
  background: #666666;
  color: #FFFFFF;
  padding: 2px 1px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid transparent;
  min-width: 17px;
  text-align: center;
}
@media (min-width: 480px) {
  #cart .cart-item-count {
    right: -4px;
    top: -12px;
  }
}
#cart .cart-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
/* Zusatzseiten Seitlich */
#zusatzseiten_seitlich ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
#zusatzseiten_seitlich ul li {
  padding: 0;
  margin: 0;
  color: #fff;
}
#zusatzseiten_seitlich ul li a {
  padding: 0;
  margin: 0;
  color: #fff;
}
#zusatzseiten_seitlich ul ul {
  padding-left: 8px;
}
/* Newsletter */
.newsletter .leftcol {
  width: 120px;
}
.newsletter .pflicht {
  font-weight: bold;
}
.newsletter .formstrasse {
  width: 180px;
  margin-right: 3px;
}
.newsletter .formnr {
  width: 25px;
}
.newsletter .formplz {
  width: 38px;
  margin-right: 3px;
}
.newsletter .formort {
  width: 167px;
}
.newsletter .formgebtag {
  width: 17px;
  margin-right: 3px;
}
.newsletter .formgebmonat {
  width: 17px;
  margin-right: 3px;
}
.newsletter .formnewsletter {
  width: 17px;
  margin: 0 3px 0 118px;
}
.newsletter .formgebjahr {
  width: 30px;
}
.newsletter .label {
  width: 110px;
}
.newsletter .marginalform {
  float: left;
  width: 420px;
  padding: 2px 0 0 10px;
}
.newsletter select {
  width: 220px;
  margin: 2px 0 1px 0;
}
.newsletter input.breit {
  width: 214px;
}
.newsletter input.eingabe {
  margin: 2px 0 1px 0;
  padding: 2px;
}
/* Searchbar */
#searchbar {
  overflow: hidden;
  height: 31px;
  float: right;
  background: #001f4f;
}
#searchbar #search {
  float: left;
  height: 26px;
  padding-left: 5px;
  padding-top: 5px;
}
#searchbar #search .searchtag {
  float: left;
  padding: 2px 10px 0px 0px;
  line-height: 18px;
  font-weight: bold;
  color: white;
}
#searchbar #search .searcharea {
  float: left;
  margin-right: 10px;
}
#searchbar #search .searcharea select {
  padding: 0 0 0 2px;
  border: 1px solid #d4d2d2;
}
#searchbar #search .searchentry {
  float: left;
  margin-right: 8px;
}
#searchbar #search .searchentry input {
  padding: 1px 2px;
  width: 140px;
  border: 1px solid #d4d2d2;
}
#searchbar #search .searchsubmit {
  float: left;
}
#searchbar #search #disclaimer {
  float: right;
  height: 24px;
  padding-right: 10px;
  padding-top: 7px;
  font-size: 12px;
  color: white;
}
#searchbar #search #disclaimer a {
  color: white;
  text-decoration: underline;
  font-size: 11px;
}
#searchbar #search #disclaimer a:hover {
  text-decoration: none;
}
.sPlusSuggest_intro_treffer {
  width: 300px;
  font-weight: bold;
  text-align: center;
}
.sPlusSuggest_intro_keine_treffer {
  width: 300px;
  font-weight: bold;
  color: red;
  text-align: center;
}
.autocomplete_zeile {
  min-width: 300px;
  height: 15px;
}
.autocomplete_left {
  float: left;
  overflow: none;
}
.autocomplete_right {
  float: right;
  margin-left: 20px;
  overflow: none;
}
/* Left */
.layout .left {
  width: 160px;
  float: left;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
.left .sidebox {
  overflow: hidden;
  margin-bottom: 10px;
}
.left .sidebox h2 {
  width: 160px;
  height: 30px;
  padding: 0;
  margin: 0;
  background: #cfcdcd url(/cosmoshop/default/pix/sets/new_style/de/linke_navigation/Ueberschrift.png) no-repeat 0 0;
  display: block;
}
.left .sidebox h2 span {
  padding: 7px 2px 0 10px;
  display: block;
}
.left .sidebox .boxcontent {
  padding: 8px;
  background: #faf7f7;
  border: 1px solid #cfcdcd;
  border-top: 0;
}
.left .banner {
  margin-bottom: 10px;
}
/* Letzte Einkäufe */
#letzte_einkaeufe ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
#letzte_einkaeufe ol li {
  padding-left: 25px;
  margin-bottom: 5px;
  height: 1%;
  overflow: hidden;
}
#letzte_einkaeufe ol li p {
  padding: 0;
  margin: 0;
}
#letzte_einkaeufe ol li.no1 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/letzte_einkaeufe/Zaehler_1.png) no-repeat 0 0;
}
#letzte_einkaeufe ol li.no2 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/letzte_einkaeufe/Zaehler_2.png) no-repeat 0 0;
}
#letzte_einkaeufe ol li.no3 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/letzte_einkaeufe/Zaehler_3.png) no-repeat 0 0;
}
#letzte_einkaeufe ol li.no4 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/letzte_einkaeufe/Zaehler_4.png) no-repeat 0 0;
}
#letzte_einkaeufe ol li.no5 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/letzte_einkaeufe/Zaehler_5.png) no-repeat 0 0;
}
#letzte_einkaeufe ol li.no6 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/letzte_einkaeufe/Zaehler_6.png) no-repeat 0 0;
}
#letzte_einkaeufe ol li.no7 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/letzte_einkaeufe/Zaehler_7.png) no-repeat 0 0;
}
#letzte_einkaeufe ol li.no8 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/letzte_einkaeufe/Zaehler_8.png) no-repeat 0 0;
}
#letzte_einkaeufe ol li.no9 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/letzte_einkaeufe/Zaehler_9.png) no-repeat 0 0;
}
#letzte_einkaeufe ol li.no10 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/letzte_einkaeufe/Zaehler_10.png) no-repeat 0 0;
}
#letzte_einkaeufe img {
  border: 1px solid #D3D1D1;
}
/* Bestseller */
#bestseller ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
#bestseller ol li {
  min-height: 20px;
  overflow: hidden;
  padding-left: 25px;
  margin-bottom: 5px;
  height: 1%;
}
#bestseller ol li.no1 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestseller/Zaehler_1.png) no-repeat 0 0;
}
#bestseller ol li.no2 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestseller/Zaehler_2.png) no-repeat 0 0;
}
#bestseller ol li.no3 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestseller/Zaehler_3.png) no-repeat 0 0;
}
#bestseller ol li.no4 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestseller/Zaehler_4.png) no-repeat 0 0;
}
#bestseller ol li.no5 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestseller/Zaehler_5.png) no-repeat 0 0;
}
#bestseller ol li.no6 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestseller/Zaehler_6.png) no-repeat 0 0;
}
#bestseller ol li.no7 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestseller/Zaehler_7.png) no-repeat 0 0;
}
#bestseller ol li.no8 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestseller/Zaehler_8.png) no-repeat 0 0;
}
#bestseller ol li.no9 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestseller/Zaehler_9.png) no-repeat 0 0;
}
#bestseller ol li.no10 {
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestseller/Zaehler_10.png) no-repeat 0 0;
}
#bestseller ol li p {
  padding: 0;
  margin: 0;
}
#bestseller img {
  border: 1px solid #D3D1D1;
}
#bestseller .bs_grundpreis {
  font-size: smaller;
}
#bestseller .preisformat .preiszeile {
  font-size: 12px;
}
.detailansicht .error {
  margin-top: 5px;
  color: red;
  font-weight: bold;
}
/* Lieferzeit */
.lieferzeit i {
  font-size: 12px;
}
.lieferzeit.gruen i,
.lieferzeit .gruen {
  color: #008000 !important;
}
.lieferzeit.gelb i,
.lieferzeit .gelb {
  color: #FFD700 !important;
}
.lieferzeit.orange i,
.lieferzeit .orange {
  color: #FFA500 !important;
}
.lieferzeit.rot i,
.lieferzeit .rot {
  color: #FF0000 !important;
}
.lieferzeit.grau i,
.lieferzeit .grau {
  color: #AAAAAA !important;
}
.lieferzeit.wieder i,
.lieferzeit .wieder {
  color: #FF00FF !important;
}
.lieferzeit.warnung i,
.lieferzeit .warnung {
  color: #FFD700 !important;
}
/* Produktverantwortlicher */
.produktverantwortlicher {
  float: right;
  margin-bottom: -20px;
  margin-right: 10px;
}
.produktverantwortlicher h5 {
  margin: 0 0 5px 0;
}
.produktverantwortlicher table {
  border: 2px solid #f0f0f0;
  background-color: #f0f0f0;
}
.produktverantwortlicher table td {
  background-color: #f0f0f0;
}
/* Highlight der Woche */
#highlight_der_woche img {
  padding: 5px;
  width: 130px;
  border: 1px solid #D3D1D1;
}
#highlight_der_woche .price {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
#highlight_der_woche .artikeleinheit {
  font-size: 12px;
}
/* Quicklinks */
#quicklinks_block {
  margin-left: 10px;
  margin-top: 4px;
  float: left;
  color: #fff;
  min-width: 630px;
}
#quicklinks_block .quicklink_element {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}
#quicklinks_block #nummer {
  margin-right: 90px;
  color: #fff;
  font-weight: bold;
}
#quicklinks_block p {
  margin: 0;
  color: #fff;
}
#quicklinks_block a {
  color: #fff;
}
#quicklinks_block table tr {
  float: left;
}
/* Content */
.content .articledetail h1 {
  padding: 5px 0 0 10px;
  margin: 5px 0 10px 0;
  font-size: 17px;
  border-bottom: 1px solid #000;
}
.content .articledetail h1 span {
  display: block;
  font-weight: normal;
}
.content .articledetail .bigpic {
  width: 750px;
  min-height: 50px;
  overflow: visible;
  float: left;
}
.content .articledetail .bigpic img.ie7hide {
  display: none;
}
.content .articledetail .bigpicmarginal {
  width: 200px;
  overflow: hidden;
  float: left;
  margin-left: 22px;
}
.content .articledetail .articleinfo {
  position: relative;
}
.content .articledetail .auszeichnung {
  position: absolute;
  z-index: 999;
  left: 100%;
  top: 15px;
}
@media (min-width: 480px) {
  .content .articledetail .auszeichnung {
    left: 68%;
  }
}
@media (min-width: 768px) {
  .content .articledetail .auszeichnung {
    left: 58%;
  }
}
@media (min-width: 1024px) {
  .content .articledetail .auszeichnung {
    left: 39%;
  }
}
@media (min-width: 1280px) {
  .content .articledetail .auszeichnung {
    left: 50%;
  }
}
.content .articledetail .auszeichnung img {
  margin-bottom: 5px;
  margin-left: -70px;
}
.content .articledetail .articleinfo .left {
  float: left;
}
.content .articledetail .articleinfo .right {
  float: right;
}
.content .articledetail .articleinfo p {
  padding: 0 0 5px 0;
  margin: 0;
}
.content .detailansicht .articledetail_familie .bigpic {
  width: 1200px;
}
.content .detailansicht .articledetail_familie .bigpicmarginal {
  display: none;
}
.content .previousnext {
  overflow: hidden;
  padding: 10px 10px 5px 10px;
}
.content .previousnext .pnleft {
  float: left;
}
.content .previousnext .pnleft a {
  padding-left: 17px;
  text-decoration: none;
  background: url(/cosmoshop/default/pix/sets/new_style/de/detail/Pfeil_vorheriger_Artikel.png) no-repeat 0 3px;
}
.content .previousnext .pnleft a:hover {
  text-decoration: underline;
}
.content .previousnext .pnmiddle {
  float: left;
  margin-left: 210px;
}
.content .previousnext .pnmiddle a {
  padding-left: 17px;
  text-decoration: none;
  background: url(/cosmoshop/default/pix/sets/new_style/de/detail/Pfeil_vorheriger_Artikel.png) no-repeat 0 3px;
}
.content .previousnext .pnright {
  float: right;
}
.content .previousnext .pnright a {
  padding-right: 17px;
  text-decoration: none;
  background: url(/cosmoshop/default/pix/sets/new_style/de/detail/Pfeil_nachfolgender_Artikel.png) no-repeat right 3px;
}
.content .previousnext .pnright a:hover {
  text-decoration: underline;
}
.content .favoriten {
  background: #B3B3B3;
  margin: 6px 0 0 0;
}
.content .favoriten .titel {
  background: #555;
  color: #fff;
  padding: 5px;
}
.content .favoriten .liste {
  padding: 5px 0 10px;
}
.content .favoriten .liste .row {
  margin: 8px 10px;
}
.content .favoriten .liste .row .vorschau_spacer {
  float: left;
  height: 5px;
  width: 10px;
}
/* Bigpic */
.bigpic .articleinfo .rating {
  margin-bottom: 5px;
  height: 16px;
  min-height: 16px;
}
.bigpic .articleinfo .rating .beschriftung {
  float: left;
  margin-right: 10px;
}
.bigpic .articleinfo .rating .stars {
  float: left;
  cursor: pointer;
}
.bigpic .articleinfo .rating .votes {
  float: left;
}
.bigpicmarginal .sidebox {
  margin-bottom: 10px;
  overflow: hidden;
}
.bigpicmarginal .detailsidebox {
  padding: 8px;
  border: 1px solid #cfcdcd;
  background-color: #ffffff;
}
.bigpicmarginal .detailsidebox .info {
  line-height: 140%;
}
.bigpicmarginal .detailsidebox .info a {
  text-decoration: underline;
}
.bigpicmarginal .detailsidebox .info a:hover {
  text-decoration: none;
}
.bigpicmarginal .detailsidebox select {
  width: 185px;
  margin: 2px 0;
  font-size: 11px;
}
.bigpicmarginal .detailsidebox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bigpicmarginal .detailsidebox ul li a {
  padding-left: 15px;
}
/* Lexikon */
#lexikon .leftcol {
  width: 180px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 10px;
}
#lexikon .rightcol {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
}
#lexikon .trenner {
  font-size: 16px;
}
#lexikon .alphabet {
  list-style: none;
  padding: 0 50px 0 7px;
}
#lexikon .alphabet li {
  display: inline-block;
  border-radius: 3px;
  margin: 3px;
}
#lexikon .alphabet a,
#lexikon .alphabet span {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  background: #eee;
}
#lexikon .alphabet span {
  background: #fafafa;
}
@media (max-width: 767px) {
  #lexikon .leftcol,
  #lexikon .rightcol {
    display: block;
    padding: 20px 10px !important;
  }
  #lexikon .leftcol {
    padding-bottom: 0 !important;
  }
}
/* Merkliste */
#merkliste input.eingabe {
  margin: 2px 0 1px 0;
  padding: 2px;
}
#merkliste input.breit {
  width: 214px;
}
#merkliste .versenden_link {
  text-decoration: underline;
}
#merkliste .border_top {
  border-top: 1px solid black;
}
#merkliste .artikelname {
  font-size: 1.3em;
}
#merkliste .preis {
  font-size: 1.3em;
}
#merkliste .error {
  font-weight: bold;
  color: red;
}
#merkliste .preisformat .preiszeile {
  font-size: 16px;
}
/* Newstable */
#newsTable {
  margin-left: 15px;
}
#newsTable .headRow {
  height: 25px;
  background-color: #001f4f;
  color: white;
  font-weight: bold;
}
#newsTable .headRow a {
  color: #fff;
}
#newsTable .contentRow {
  background-color: #dedede;
}
#newsTable .contentRow a {
  text-decoration: none;
}
#newsTable .contentRow img {
  margin: 15px 0;
}
.newsContent {
  line-height: 1.4;
}
.news-list-all {
  margin: 0 -15px;
}
#newsListe {
  width: 260px;
  overflow-x: auto;
  overflow-y: scroll;
}
#newsListe .newsItem {
  padding: 15px;
  margin-bottom: 15px;
  width: 210px;
  background-color: #DEDEDE;
}
#newsListe .newsDate {
  color: #666666;
}
#newsListe .newsContent a.mehrInfo {
  text-decoration: none;
}
#newsListe .newsPicture {
  text-align: center;
  margin-bottom: 15px;
}
#newsListe .newsPicture img {
  max-width: 210px;
}
#newsPage {
  width: 890px;
  overflow: hidden;
  margin-left: 15px;
}
#newsPage #newsHead {
  padding: 7px 7px 7px 20px;
  margin-bottom: 15px;
  background: none repeat scroll 0 0 #001f4f;
  color: white;
  font-weight: bold;
}
#newsPage #newsBody {
  min-height: 330px;
  background-color: #ffffff;
}
/* Historie Detail */
#historie_detail {
  padding: 0px 20px;
}
#historie_detail .rechnungsanschrift {
  width: 300px;
  border: 1px solid black;
}
#historie_detail .lieferanschrift {
  width: 300px;
  border: 1px solid black;
}
#historie_detail .rand {
  padding: 5px;
}
#historie_detail .box_artikel {
  width: 490px;
}
#historie_detail .leftcol {
  padding: 0 15px 0 0;
}
#historie_detail .aufzaehlung_abstand {
  margin-right: 4px;
}
/* Tabs */
.tablist ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.tablist ul li a {
  padding-left: 15px;
  line-height: 140%;
  background: url(/cosmoshop/default/pix/sets/new_style/de/detail_reiter/Aufzaehlung.png) no-repeat left 4px;
  color: #000;
}
.tabber {
  margin-right: 10px;
}
.tabberlive {
  margin-top: 1em;
  margin-bottom: 1em;
}
.tabberlive .tabbertab {
  padding: 5px;
  margin-left: 10px;
  margin-top: 6px;
  margin-right: 10px;
  background-color: #f0f0f0;
}
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
  display: none;
}
.tabberlive .tabbertabhide {
  display: none;
}
.tabbertab .tabcontent {
  padding: 5px 10px;
}
.tabbernav {
  height: 20px;
  /* trips haslayout, wrap floats IE */
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  overflow: hidden;
  /* wrap floats */
  list-style: none;
  border-bottom: 1px solid #000000;
}
.tabbernav li {
  display: inline;
}
.tabbernav a {
  text-decoration: none;
  color: #B3B3B4;
  background: url(/cosmoshop/default/pix/sets/new_style/de/detail_reiter/Reiter_links.png) 0 0 no-repeat;
  float: left;
  position: relative;
  padding-left: 30px;
  padding-right: 0px;
  margin-right: 29px;
  height: 26px;
  padding-top: 4px;
}
.tabbernav a span {
  position: absolute;
  top: 0;
  left: 100%;
  width: 29px;
  height: 42px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/detail_reiter/Reiter_rechts.png) 0 0 no-repeat;
}
.tabbernav a:active,
.tabbernav a:focus,
.tabbernav a:hover {
  color: #000;
  background-position: 0 -26px;
}
.tabbernav a:active span,
.tabbernav a:focus span,
.tabbernav a:hover span {
  background-position: 0 -26px;
}
.tabbernav .tabberactive a {
  color: #000;
  background-position: 0 -26px;
}
.tabbernav .tabberactive a span {
  color: #fff;
  background-position: 0 -26px;
}
/* Mediafiles */
.mediafiles {
  width: 400px;
  overflow: hidden;
}
.mediafiles-icon {
  width: 25px;
  float: left;
}
.mediafiles-title {
  width: 250px;
  float: left;
}
.mediafiles-filesize {
  float: right;
}
#shop_layer_view {
  position: fixed;
  overflow: auto;
  z-index: 4060;
  display: none;
  background: #fff;
  width: 100%;
  max-width: 95%;
  max-height: 95%;
  height: 95%;
  left: 50%;
  top: 50%;
  padding: 15px;
  transform: translate(-50%, -50%);
}
#shop_layer_view,
#shop_layer_view * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#shop_layer_view #shop_layer_close {
  float: right;
  position: relative;
  z-index: 1003;
}
#shop_layer_view #shop_layer_close a {
  margin-right: 3px;
}
#shop_layer_view #shop_layer_content,
#shop_layer_view #shop_layer_view_container {
  position: relative;
  height: 100%;
  margin: 0;
}
#shop_layer_view .bilder .titel {
  font-size: 15px;
  font-weight: bold;
}
#shop_layer_view #shop_layer_view_container .bilder .zusatzbilder {
  float: none;
  clear: both;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #shop_layer_view #shop_layer_view_container .bilder .zusatzbilder {
    position: absolute;
    width: 95px;
  }
}
#shop_layer_view #shop_layer_view_container .bilder .zusatzbilder ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #shop_layer_view #shop_layer_view_container .bilder .zusatzbilder ul {
    display: block;
  }
}
#shop_layer_view #shop_layer_view_container .bilder .zusatzbilder li {
  width: 95px;
  display: inline-block;
  list-style: none;
  margin: 3px;
}
#shop_layer_view #shop_layer_view_container .bilder .zusatzbilder li .aktiv {
  border: 1px solid blue;
}
#shop_layer_view #shop_layer_view_container .bilder .zusatzbilder li .inaktiv {
  border: 1px solid #BABABA;
}
#shop_layer_view #shop_layer_view_container .bilder .zusatzbilder .pic_container {
  height: 95px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
}
#shop_layer_view #shop_layer_view_container .bilder .hauptbild {
  width: 100%;
  height: auto !important;
}
@media (min-width: 768px) {
  #shop_layer_view #shop_layer_view_container .bilder .hauptbild {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 95px;
  }
}
#shop_layer_view #shop_layer_view_container .bilder .hauptbild img {
  max-width: 100% !important;
  max-height: 70vh;
}
/* Historie-Liste */
.ungerade,
.odd {
  background: transparent;
}
.gerade,
.even {
  background: #eeeeee;
}
#historie_liste {
  padding: 0px 20px 20px 20px;
}
#historie_liste h1 {
  padding-left: 5px;
}
#historie_liste .leftcol {
  padding-left: 5px;
}
#historie_liste .aufzaehlung_abstand {
  margin-right: 4px;
}
#historie_liste .link {
  text-decoration: underline;
}
#bestellblock .availability {
  overflow: hidden;
}
#bestellblock .availability .status {
  float: right;
  width: 45px;
  margin-right: 5px;
}
#bestellblock .availability .statustext {
  float: left;
  margin-top: 8px;
}
#bestellblock .tocart {
  margin: 15px 0;
}
/* Reparaturformular */
#reparaturformular .breit {
  width: 240px;
}
#reparaturformular form {
  padding-left: 15px;
}
.nettoPreisVal {
  color: #808080;
  float: left;
  margin-right: 2px;
}
#subblock {
  clear: both;
}
#subheader {
  margin-left: 15px;
  padding-left: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  height: 20px;
  line-height: 16px;
}
#subheader.auf {
  background-image: url(/cosmoshop/default/pix/sets/new_style/de/trichtersuche/Block-auf.png);
  background-position: 0 5px;
}
#subheader.zu {
  background-image: url(/cosmoshop/default/pix/sets/new_style/de/trichtersuche/Block-zu.png);
  background-position: 4px 0;
}
#subheader.active.zu {
  color: #EB0000;
}
#subcontent {
  display: none;
  margin: 0 0 10px;
}
.attributeListe {
  display: none;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
a.zuruecksetzen {
  display: block;
  float: right;
}
/* Empfehlungen */
#empfehlung {
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
#empfehlung .row {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
#empfehlung .colspacer1 {
  width: 7px;
  height: 1px;
  float: left;
}
#empfehlung .colspacer5 {
  width: 18px;
  height: 1px;
  float: left;
}
#empfehlung .bh_left {
  width: 5px;
  height: 26px;
  float: left;
}
#empfehlung .box_header {
  height: 25px;
}
#empfehlung .box_header .bh_left {
  background: url(/cosmoshop/default/pix/sets/new_style/de/empfehlung/Header_links.png) no-repeat 0 0;
}
#empfehlung .box_header .bh_middle {
  height: 26px;
  width: 790px;
  float: left;
  background: url(/cosmoshop/default/pix/sets/new_style/de/empfehlung/Header_mittig.png) repeat-x 0 0;
}
#empfehlung .box_header .bh_middle h2 {
  padding: 5px 10px 2px 10px;
  margin: 0;
  font-weight: bold;
}
#empfehlung .box_header .bh_right {
  width: 5px;
  height: 26px;
  float: left;
  background: url(/cosmoshop/default/pix/sets/new_style/de/empfehlung/Header_rechts.png) no-repeat right 0;
}
#empfehlung .box_content {
  padding: 13px 5px 2px 10px;
  border: 1px solid #E1DFDF;
  background-color: #FAF7F7;
}
/* Bewertungen */
#bewertungen p {
  margin: 10px 0 5px 0;
}
#bewertungen .rating {
  margin-right: 20px;
}
#bewertungen .rating .beschriftung {
  float: left;
  margin-right: 20px;
}
#bewertungen .padding {
  margin: 0 0 0 20px;
}
#bewertungen .bewertung {
  margin-bottom: 10px;
  padding: 2px 2px 2px 2px;
  background-color: #FCFAFB;
  border: 1px solid #cccccc;
}
#bewertungen .trennlinie {
  height: 2px;
  margin: 5px 0 5px 0;
  border-top: 1px solid black;
}
#bewertungen .link_alle {
  color: red;
  font-weight: bold;
}
/* RMA */
#rma .card {
  margin-left: 15px;
  width: 380px;
  float: left;
}
#rma .card.first {
  margin-left: 0;
}
#rma .card .card-title {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  margin: 8px 0 14px 0;
}
#rma .bg-info {
  background: #eee;
  padding: 20px 12px;
  width: 526px;
}
#rma .hotline {
  margin-top: 8px;
}
/* Service Portal */
.teaser-row,
.teaser-row * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.teaser-row img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.teaser-row {
  overflow: hidden;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.additional_pages .page_content .teaser-row h3 {
  background: transparent;
}
.teaser-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .teaser-col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .teaser-col {
    width: 33.33333%;
  }
}
body .teaser-item,
body .teaser-item a,
body .teaser-item *,
body .teaser-item:hover,
body .teaser-item a:hover,
body .teaser-item *:hover {
  text-decoration: none;
}
.teaser-item {
  background: #f0f0f0;
  position: relative;
  padding: 18px;
}
.teaser-item,
.teaser-item a {
  display: block;
  height: 100%;
}
.teaser-item div {
  font-size: 15px;
  line-height: 1.5;
}
.teaser-item-body {
  padding-left: 16px;
  padding-right: 16px;
}
.teaser-item h1,
.teaser-item h2,
.teaser-item h3,
.teaser-item h4,
.teaser-item h5,
.teaser-item h6 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 16px;
  text-align: center;
  color: #001f4f;
}
.teaser-item > * {
  margin-bottom: 16px;
}
.teaser-icon {
  width: 2.75em;
  height: auto;
  line-height: 2.75em;
  text-align: center;
  display: block;
  margin: 0.75em auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.teaser-item:hover .teaser-icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* Cross-Selling */
#cross_selling .product_mini .picturecontainer {
  text-align: center;
}
#cross_selling .product_mini .description a {
  font-size: 12px;
  font-weight: normal;
}
#cross_selling .product_mini .price {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}
#cross_selling .product_mini .box_header .bh_left {
  background: url(/cosmoshop/default/pix/sets/new_style/de/cross_selling/Header_links.png) no-repeat 0 0;
}
#cross_selling .product_mini .box_header .bh_right {
  background: url(/cosmoshop/default/pix/sets/new_style/de/cross_selling/Header_rechts.png) no-repeat right 0;
}
#cross_selling .product_mini .box_header .bh_middle {
  background: url(/cosmoshop/default/pix/sets/new_style/de/cross_selling/Header_mittig.png) repeat-x 0 0;
}
#cross_selling .product_mini .box_header .bh_middle h2 {
  font-weight: bold;
}
/* Hotlines*/
#hotlines h1 {
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  margin: 0 0 14px 0;
}
#hotlines .card {
  margin-left: 15px;
  padding: 15px;
  width: 258px;
  float: left;
  font-size: 12px;
  line-height: 14px;
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff 0%, #efefef 100%);
}
#hotlines .card.first {
  margin-left: 0;
  margin-right: 1;
}
#hotlines .card.info {
  margin: 25px 0;
  width: 865px;
  float: none;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
#hotlines .card.info img {
  vertical-align: middle;
}
#hotlines .card .card-title {
  display: block;
  font-size: 23px;
  line-height: 28px;
  margin: 8px 0 14px 0;
}
#hotlines .card .card-phone {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  margin: 20px 0 14px 0;
}
#hotlines .card .card-phone img {
  vertical-align: middle;
}
#hotlines .hotline {
  margin-top: 8px;
}
.optics-checklists {
  background: #dedede;
  margin: 0;
  padding: 20px 15px;
}
.optics-checklists h2 {
  color: #102f6b;
  font-size: 15px;
  line-height: 18px;
}
.optics-checklists .btn-checklist {
  display: block;
  background: white;
  padding: 10px 30px 0 30px;
  background: #dedede;
  height: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.optics-checklists .btn-checklist:focus,
.optics-checklists .btn-checklist:hover,
.optics-checklists .btn-checklist:active {
  background: #f3f3f3;
  color: inherit;
}
.optics-checklists .btn-checklist:last-child,
.optics-checklists .btn-checklist.last {
  margin-right: 0 !important;
}
.optics-checklists .btn-checklist .img-holder {
  display: block;
  width: 30%;
  float: left;
}
.optics-checklists .btn-checklist img {
  max-width: 100%;
  height: auto;
  margin-top: 12px;
}
.optics-checklists .btn-checklist .descr {
  display: block;
  width: 65%;
  float: right;
}
.picturecontainer {
  text-align: center;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.picturecontainer .picture > div,
.picturecontainer .picture [style] {
  position: absolute;
  right: 5px;
  top: 5px;
  left: inherit !important;
}
.picturecontainer img {
  max-width: 220px;
}
/* Produkt Kompakt */
.product_kompakt {
  width: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  height: 250px;
}
.product_kompakt .description {
  height: 50px;
  font-weight: bold;
}
.product_kompakt .description .artikeleinheit {
  font-size: smaller;
}
.product_kompakt .oldprice {
  margin-bottom: 5px;
  height: 15px;
  text-decoration: line-through;
}
.product_kompakt .shortinfo {
  overflow: hidden;
  padding-top: 0px;
}
.product_kompakt .shortinfo .price {
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
}
.product_kompakt .shortinfo .buttons {
  float: right;
  overflow: hidden;
  margin-top: 0;
  height: 50px;
  padding-top: 2px;
}
.product_kompakt .shortinfo .buttons .action {
  float: right;
}
#zuletzt_gesehen {
  margin: 0 0 15px 0;
}
#zuletzt_gesehen .box_header {
  background: #e0e0e0;
  background: linear-gradient(0deg, #e0e0e0 0%, #f0f0f0 100%);
  padding: 10px;
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
  height: auto;
}
#zuletzt_gesehen .box_content {
  background: transparent;
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  border: 1px solid #e0e0e0;
}
#zuletzt_gesehen .product_kompakt {
  height: 230px;
}
#zuletzt_gesehen .jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-container-horizontal {
  padding: 0 45px;
}
#zuletzt_gesehen .jcarousel-clip.jcarousel-clip-horizontal {
  height: 230px;
}
#zuletzt_gesehen ul {
  list-style: none;
}
#zuletzt_gesehen #carousel_artikel_zuletzt_gesehen li {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#zuletzt_gesehen #carousel_artikel_zuletzt_gesehen li {
  width: 200px !important;
}
#zuletzt_gesehen .jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-prev-horizontal,
#zuletzt_gesehen .jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-next-horizontal {
  border: 1px solid #f0f0f0;
  background: transparentize(#f0f0f0, 0.75);
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
#zuletzt_gesehen .jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-prev-horizontal:after,
#zuletzt_gesehen .jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-next-horizontal:after {
  font-family: 'FontAwesome';
  content: "\f060";
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #888;
}
#zuletzt_gesehen .jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-next-horizontal {
  right: 0;
  left: auto;
}
#zuletzt_gesehen .jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-next-horizontal:after {
  content: "\f061";
}
/* Mitarbeiter */
.mitarbeiter .bg-dark {
  background-color: #001f4f;
}
.mitarbeiter .bg-light {
  background-color: #dedede;
}
/* Schulungen */
.schulungen .header {
  background-color: #666666;
  color: #ffffff;
}
.schulungen .bg-primary {
  background-color: #001f4f;
}
.schulungen .bg-dark {
  background-color: #dedede;
}
.schulungen .bg-light {
  background-color: #ffffff;
}
.artikelInfoLayer {
  text-align: left;
}
.inWkBlock {
  padding-left: 15px;
  float: left;
}
.db_bez {
  width: 300px;
  float: left;
}
.db_wert {
  float: left;
}
.db_einheit {
  clear: both;
}
.db_rahmen {
  width: 100%;
  padding: 3px 10px 3px 10px;
  background-color: #ececec;
}
.db_kat {
  width: 100%;
  padding: 10px;
  background-color: #706f6f;
  font-size: 14px;
  color: #ffffff;
}
.db_headline {
  width: 100%;
  margin: 30px 0;
  padding: 10px 0;
  background-color: #e3e3e3;
}
.db_headline2 {
  padding: 0px 20px;
  display: block;
  font-size: 14px;
}
.db_headline3 {
  padding: 0px 20px;
  display: block;
  font-size: 20px;
}
#zweispalten {
  width: 98%;
  -moz-column-count: 2;
  -moz-column-rule: solid 1px #ffffff;
  -moz-column-gap: 50px;
  -webkit-column-count: 2;
  -webkit-column-rule: solid 1px #ffffff;
  -webkit-column-gap: 50px;
}
#footer_info_block {
  background: #666;
  color: #fff;
  padding: 0;
  padding-top: 45px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer_info_block,
#footer_info_block * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer_info_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer_info_block li {
  padding: 3px 0 0 0;
}
#footer_info_block .spalte {
  float: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
#footer_info_block .spalte .zusatzseite_inhalt,
#footer_info_block .spalte .rubrik_inhalt,
#footer_info_block .spalte .zusatzseite_titel,
#footer_info_block .spalte .rubrik_titel {
  text-decoration: none;
}
#footer_info_block .spalte .zusatzseite_inhalt a,
#footer_info_block .spalte .rubrik_inhalt a,
#footer_info_block .spalte .zusatzseite_titel a,
#footer_info_block .spalte .rubrik_titel a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#footer_info_block .spalte .zusatzseite_inhalt a:hover,
#footer_info_block .spalte .rubrik_inhalt a:hover,
#footer_info_block .spalte .zusatzseite_titel a:hover,
#footer_info_block .spalte .rubrik_titel a:hover,
#footer_info_block .spalte .zusatzseite_inhalt a:focus,
#footer_info_block .spalte .rubrik_inhalt a:focus,
#footer_info_block .spalte .zusatzseite_titel a:focus,
#footer_info_block .spalte .rubrik_titel a:focus {
  text-decoration: underline;
  opacity: 0.7;
}
#footer_info_block .zusatzseite_titel,
#footer_info_block .rubrik_titel {
  font-size: 14px;
}
@media (min-width: 480px) {
  #footer_info_block .spalte {
    width: calc(100%/2);
  }
}
@media (min-width: 768px) {
  #footer_info_block .spalte {
    width: calc(100%/4);
  }
}
@media (min-width: 1024px) {
  #footer_info_block .spalte {
    width: calc(100%/7);
  }
}
/* Footer bottom */
#footer {
  background: #777;
  color: #b3b3b3;
  clear: both;
  padding: 15px;
  position: relative;
}
#footer,
#footer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer ul li {
  float: left;
  margin-right: 10px;
}
#footer ul li a {
  padding-right: 10px;
  color: #b3b3b3;
  background: url(/cosmoshop/default/pix/sets/new_style/de/shop_footer/Trennstrich.png) no-repeat right 2px;
}
#footer ul li.last a {
  padding: 0;
  color: #b3b3b3;
  background: none;
}
#footer p.footer_hinweis {
  color: #b3b3b3;
  font-size: 11px;
}
#footer p.footer_hinweis a {
  color: #b3b3b3;
  text-decoration: underline;
}
#footer #copyright p {
  margin: 0 0 10px 0;
  padding: 0;
  color: #b3b3b3;
  font-size: 11px;
}
#footer #copyright p a {
  color: #b3b3b3;
  font-size: 11px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  #footer .footer_hinweis,
  #footer #copyright {
    text-align: center;
  }
}
/* Social Media Icons */
.social_media_icons {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .social_media_icons {
    position: static;
    text-align: center;
    padding-top: 10px;
  }
}
.social_media_icons a {
  background-color: #b3b3b3;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  margin-left: 5px;
}
.social_media_icons a.facebook:hover {
  background-color: #3b5998;
}
.social_media_icons a.instagram:hover {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.social_media_icons a.youtube:hover {
  background-color: #e52d27;
}
.social_media_icons a.twitter:hover {
  background-color: #55acee;
}
.social_media_icons a.linkedin:hover {
  background-color: #0077b5;
}
.social_media_icons a.xing:hover {
  background-color: #009090;
}
.social_media_icons a:hover .fa {
  color: #FFFFFF;
}
.social_media_icons .fa {
  color: #666;
  line-height: 24px;
}
/* Overlay */
#black_overlay {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* Layer */
#layer_view {
  position: fixed;
  top: 15%;
  left: 10%;
  width: 80%;
  height: 70%;
  z-index: 1002;
  overflow: auto;
  display: none;
  border: 1px solid black;
  background-color: white;
}
#layer_close {
  position: fixed;
  margin-right: 20px;
  margin-top: 10px;
  top: 16%;
  right: 10%;
  z-index: 1003;
}
#layer_close a {
  margin-right: 3px;
  color: #b3b3b3;
  font-weight: bold;
}
#layer_close_org {
  position: absolute;
  margin-left: 5px;
  margin-bottom: 5px;
  top: 0px;
  right: 0px;
  z-index: 1003;
  background-color: white;
}
#layer_content {
  position: relative;
  margin: 15px;
}
.layer_error {
  margin-top: 5px;
  color: red;
  font-weight: bold;
}
.ui-widget-overlay {
  background: #888888 50% 50% repeat-x;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ui-dialog {
  z-index: 1;
}
.ui-autocomplete {
  z-index: 4050 !important;
}
.ui-menu-item {
  font-size: 12px;
}
/* Cookie-Hinweis */
.cc-window {
  margin: 0 auto;
  width: 1200px !important;
  font-size: 12px !important;
}
/* Buttons */
.button {
  padding: 10px 40px 10px 10px;
  margin-left: 10px;
  border: none;
  display: inline-block;
  position: relative;
  min-width: 90px;
}
.button i {
  position: absolute;
  top: 4px;
  right: 10px;
}
.button input {
  background: none;
  border: none;
  color: inherit;
  padding: 10px 0px;
  margin: 0px;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
span.button {
  padding-top: 0px;
  padding-bottom: 0px;
}
.button_abort {
  background-color: #737373;
  color: #FFFFFF;
}
.button_primary {
  background-color: #001f4f;
  color: #FFFFFF;
}
.button_secondary {
  background-color: #990000;
  color: #FFFFFF;
}
.CookieDeclarationType {
  overflow: auto;
  max-width: 100%;
}
table.CookieDeclarationTable {
  width: 100%;
  table-layout: auto !important;
}
.grid_card {
  padding: 15px;
  line-height: 1.4;
  height: 100%;
  min-width: 0;
  word-wrap: break-word;
}
.grid_card p,
.grid_card h1,
.grid_card h2,
.grid_card h3,
.grid_card h4,
.grid_card h5,
.grid_card h6,
.grid_card .h1,
.grid_card .h2,
.grid_card .h3,
.grid_card .h4,
.grid_card .h5,
.grid_card .h6 {
  margin-top: 4.99995px;
  margin-bottom: 15px;
}
.grid_card img {
  display: block;
  margin-bottom: 15px;
}
.grid_card > * {
  width: 100%;
}
.grid_card > :last-child {
  align-self: flex-end;
  -ms-flex-item-align: flex-end;
  margin-top: auto;
  margin-bottom: 0;
}
[class*="truncate-lines"] {
  position: relative;
  max-height: calc(1.4 * 3em);
  overflow: hidden;
  padding-right: 1rem;
  /* space for ellipsis */
}
.truncate-lines-4 {
  max-height: calc(1.4 * 4em);
}
.truncate-lines-5 {
  max-height: calc(1.4 * 5em);
}
.truncate-lines-6 {
  max-height: calc(1.4 * 6em);
}
[class*="truncate-lines"]::after {
  content: "...";
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  border-radius: 400em;
  color: #000;
  text-align: center;
  line-height: 0.4;
  margin: 0 2px 0 0;
}
.collapse-trigger {
  margin: 10px 0 0 0;
}
.collapse-trigger > a {
  padding: 10px;
}
.collapse-content {
  padding: 15px;
}
.collapse-content.schulungen {
  padding: 0;
}
/* Main-Nav */
#mainnav {
  background: #c9c9c9;
  background: linear-gradient(0deg, #c9c9c9 0%, #e4e4e4 66%);
  border-bottom: 1px solid #000000;
  clear: both;
  width: 100%;
  position: relative;
  z-index: 2003;
}
#mainnav,
#mainnav * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mainnav .topleft {
  border-left: 0;
}
#mainnav .topright {
  border-right: 0;
}
#mainnav > ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  #mainnav > ul {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
#mainnav > ul > li {
  height: 32px;
}
#mainnav > ul,
#mainnav > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  text-align: center;
}
#mainnav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#mainnav ul ul {
  z-index: 10;
  position: absolute;
  top: 32px;
  width: 180px;
  visibility: hidden;
}
#mainnav ul ul a,
#mainnav ul ul a:visited {
  line-height: 120%;
  width: 100%;
  height: auto;
  color: #000000;
  border: 1px solid #cfcdcd;
  border-top: 0;
  background: #faf7f7;
  text-align: left;
}
#mainnav ul ul a:hover {
  background: #e6e5e5;
}
#mainnav ul ul a:hover > a.drop {
  background: #e6e5e5;
}
#mainnav ul ul ul {
  left: 100%;
  top: 0;
  margin-left: -1px;
  width: 235px;
}
@media (max-width: 767px) {
  #mainnav ul ul ul {
    display: none;
  }
}
#mainnav ul li:hover ul,
#mainnav ul a:hover ul {
  visibility: visible;
}
#mainnav ul :hover ul ul {
  visibility: hidden;
}
#mainnav ul :hover ul :hover ul {
  visibility: visible;
}
#mainnav ul li.has-sub-items:after {
  display: block;
  content: '↓';
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: bold;
  float: right;
  width: 24px;
  margin-left: -5px;
}
#mainnav li {
  position: relative;
}
#mainnav li:hover {
  background: #a0a0a0;
  background: linear-gradient(0deg, #a0a0a0 0%, #b6b6b6 66%);
}
#mainnav li.right a {
  color: red;
}
#mainnav li.home a.tophome {
  font-size: 18px;
}
@media (max-width: 1023px) {
}
#mainnav a,
#mainnav a:visited {
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  background: transparent;
  width: auto;
}
@media (min-width: 768px) {
  #mainnav a,
  #mainnav a:visited {
    padding: 5px 10px;
  }
}
@media (min-width: 1280px) {
  #mainnav a,
  #mainnav a:visited {
    padding: 5px 20px;
  }
}
/* Artikel Famile Layer */
.artikelFamilieLayer {
  width: 1050px;
  text-align: left;
}
.artikelFamilieLayer .titel {
  background: #B3B3B3;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 5px;
}
.artikelFamilieLayer .layer_left {
  float: left;
}
.artikelFamilieLayer .layer_left .hinweis {
  margin-top: 15px;
  margin-bottom: 20px;
}
.artikelFamilieLayer .layer_left table {
  width: 750px;
}
.artikelFamilieLayer .layer_left table tr.tr_header td {
  background: #e8e8e8;
}
.artikelFamilieLayer .layer_left table tr.tr_content td {
  font-weight: bold;
}
.artikelFamilieLayer .layer_left table tr.tr_content td input {
  width: 25px;
}
.artikelFamilieLayer .layer_left table tr.tr_footer td {
  color: #fff;
  background: #B3B3B3;
}
.artikelFamilieLayer .layer_left table tr.tr_footer_content td {
  border: none;
}
.artikelFamilieLayer .layer_left table tr td {
  padding: 4px;
  border-right: 2px solid #828282;
}
.artikelFamilieLayer .layer_left table tr td .inWkBlock {
  float: none;
  padding: 0;
}
.artikelFamilieLayer .layer_left table tr td.last {
  border-right: none;
}
.artikelFamilieLayer .layer_left table tr td table {
  width: 250px;
}
.artikelFamilieLayer .layer_left table tr td table tr td {
  border: none;
}
.artikelFamilieLayer .bildcontainer {
  margin-top: 15px;
  min-width: 200px;
}
.artikelFamilieLayer .layer_footer {
  margin-top: 30px;
}
.artikelFamilieLayer .layer_footer .titel {
  background: none;
  color: #b3b3b3;
  margin: 0;
  padding: 0;
}
.artikelFamilieLayer .layer_footer .text {
  color: #b3b3b3;
}
.artikelFamilieLayer .layer_wk_block {
  margin-top: 15px;
}
.artikelFamilieLayer .layer_wk_block .left {
  float: left;
}
.artikelFamilieLayer .layer_wk_block .left .close_layer {
  background: #999;
  padding: 5px;
  width: 120px;
}
.artikelFamilieLayer .layer_wk_block .left .close_layer .left {
  float: left;
}
.artikelFamilieLayer .layer_wk_block .left .close_layer .left a {
  color: #fff;
}
.artikelFamilieLayer .layer_wk_block .left .close_layer .right {
  float: right;
  padding-top: 3px;
}
.artikelFamilieLayer .layer_wk_block .right {
  float: right;
}
.artikelFamilieLayer .layer_wk_block .right .in_wk {
  background: #0264AF;
  color: #fff;
  width: 170px;
  padding: 5px;
  cursor: pointer;
}
.artikelFamilieLayer .layer_wk_block .right .spacer {
  height: 15px;
}
/* Artikelfamilie Bestellung */
.artikelFamilieBestellung {
  text-align: left;
  margin: 20px 15px;
  max-width: 100%;
}
.artikelFamilieBestellung,
.artikelFamilieBestellung * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.artikelFamilieBestellung .titel {
  background: #B3B3B3;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 5px;
}
.artikelFamilieBestellung form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}
.artikelFamilieBestellung .layer_left {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.artikelFamilieBestellung .layer_left.artikelkonfiguration {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.artikelFamilieBestellung .layer_left .hinweis {
  margin-top: 15px;
  margin-bottom: 20px;
}
.artikelFamilieBestellung .layer_left table {
  width: 100%;
}
.artikelFamilieBestellung .layer_left table tr td {
  padding: 4px;
  border-left: 2px solid #828282;
}
.artikelFamilieBestellung .layer_left table tr td:first-child {
  border-left: none;
}
.artikelFamilieBestellung .layer_left table tr td .inWkBlock {
  float: none;
  padding: 0;
}
.artikelFamilieBestellung .layer_left table tr td.listen_preis {
  color: #AFAFAF;
}
.artikelFamilieBestellung .layer_left table tr td table {
  width: 250px;
}
.artikelFamilieBestellung .layer_left table tr td table tr td {
  border: none;
  padding: 0px;
}
.artikelFamilieBestellung .layer_left table tr td table tr td input {
  width: 217px;
}
.artikelFamilieBestellung .layer_left table tr td table tr td select {
  width: 221px;
}
.artikelFamilieBestellung .layer_left table tr.tr_header td {
  background: #e8e8e8;
}
.artikelFamilieBestellung .layer_left table tr.tr_header.solution td {
  font-weight: bold;
}
.artikelFamilieBestellung .layer_left table tr.tr_content td {
  font-weight: bold;
}
.artikelFamilieBestellung .layer_left table tr.tr_content td input {
  width: 25px;
}
.artikelFamilieBestellung .layer_left table tr.tr_content.main td {
  font-weight: bold;
}
.artikelFamilieBestellung .layer_left table tr.tr_content.accessory td {
  font-weight: normal;
}
.artikelFamilieBestellung .layer_left table tr.tr_content.service td {
  font-weight: normal;
}
.artikelFamilieBestellung .layer_left table tr.tr_footer td {
  color: #fff;
  background: #B3B3B3;
}
.artikelFamilieBestellung .layer_left table tr.tr_footer_content td {
  border: none;
}
.artikelFamilieBestellung .bildcontainer {
  margin-top: 15px;
  min-width: 200px;
}
.artikelFamilieBestellung .layer_footer {
  margin-top: 30px;
}
.artikelFamilieBestellung .layer_footer .titel {
  background: none;
  color: #b3b3b3;
  margin: 0;
  padding: 0;
}
.artikelFamilieBestellung .layer_footer .text {
  color: #b3b3b3;
}
.artikelFamilieBestellung .layer_wk_block {
  margin-top: 15px;
}
.artikelFamilieBestellung .layer_wk_block .left {
  float: left;
  width: auto;
}
.artikelFamilieBestellung .layer_wk_block .left .close_layer {
  background: #999;
  padding: 5px;
  width: 120px;
}
.artikelFamilieBestellung .layer_wk_block .left .close_layer .left {
  float: left;
}
.artikelFamilieBestellung .layer_wk_block .left .close_layer .left a {
  color: #fff;
}
.artikelFamilieBestellung .layer_wk_block .left .close_layer .right {
  float: right;
  padding-top: 3px;
}
.artikelFamilieBestellung .layer_wk_block .right {
  float: right;
}
.artikelFamilieBestellung .layer_wk_block .right .in_wk {
  background: #0264AF;
  color: #fff;
  width: 170px;
  padding: 5px;
  cursor: pointer;
}
.artikelFamilieBestellung .layer_wk_block .right .spacer {
  height: 15px;
}
/* Artikel-Vorschau */
.artikel_vorschau {
  position: relative;
  width: 170px;
  padding: 10px;
  float: left;
  border: 1px solid #d3d1d1;
}
.artikel_vorschau form {
  margin: 0px;
}
.artikel_vorschau .picturecontainer {
  text-align: center;
}
.artikel_vorschau .picturecontainer .picturecontainer {
  text-align: center;
}
.artikel_vorschau .description {
  height: 50px;
  font-weight: bold;
}
.artikel_vorschau .info {
  min-height: 17px;
}
.artikel_vorschau .info .rating {
  margin-bottom: 5px;
}
.artikel_vorschau .info .rating .stars {
  float: left;
}
.artikel_vorschau .info .rating .votes {
  float: left;
}
.artikel_vorschau .info .oldprice {
  text-decoration: line-through;
}
.artikel_vorschau .info .vpe {
  margin-bottom: 3px;
}
.artikel_vorschau .preiscontainer {
  min-height: 55px;
}
.artikel_vorschau .preiscontainer .artikeleinheit {
  font-size: smaller;
}
.artikel_vorschau .price {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 22px;
}
.artikel_vorschau .shortinfo {
  overflow: hidden;
}
.artikel_vorschau .shortinfo .quicklinks {
  float: left;
  width: 110px;
}
.artikel_vorschau .shortinfo .quicklinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.artikel_vorschau .shortinfo .quicklinks ul li {
  margin-bottom: 3px;
}
.artikel_vorschau .shortinfo .quicklinks ul li a {
  text-decoration: underline;
}
.artikel_vorschau .shortinfo .quicklinks ul li a:hover {
  text-decoration: none;
}
.artikel_vorschau .shortinfo .buttons {
  float: left;
}
.artikel_vorschau .shortinfo .buttons .status {
  float: left;
  margin-right: 2px;
}
.artikel_vorschau .shortinfo .buttons .action {
  float: left;
}
/* Zubehör */
#zubehoer .trennzeile {
  width: 100%;
  height: 1px;
  border-top: 1px solid black;
  border-color: #D4D2D2;
}
#zubehoer .zub_artikeleinheit {
  font-size: smaller;
}
#zubehoer .zub_grundpreis {
  font-size: smaller;
}
#zubehoer .lieferzeit img {
  display: none;
}
#zubehoer .lieferzeit img.load {
  display: block;
}
#zubehoer .preisformat .preiszeile {
  font-size: 16px;
}
.zub {
  overflow: auto;
  max-height: 300px;
}
.zub tr:nth-child(2n-1) {
  background-color: #f0f0f0;
}
.zub tr:nth-child(2n) {
  background-color: #ffffff;
}
/* Piktogramm Tabelle */
#pictogramme_tabelle tr td.tb_header {
  border-bottom: 1px solid #B3B3B3;
  color: #B3B3B3;
}
#pictogramme_tabelle tr td.tb_content {
  padding-top: 5px;
  width: 42px;
  font-size: 11px;
}
#pictogramme_tabelle tr td.tb_content .container {
  margin-bottom: 3px;
}
/* Familien Tabelle */
#familien_tabelle {
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
#familien_tabelle .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
#familien_tabelle .row:first-child {
  margin-top: 0;
}
#familien_tabelle .colspacer1 {
  width: 7px;
  height: 1px;
  float: left;
}
#familien_tabelle .colspacer5 {
  width: 18px;
  height: 1px;
  float: left;
}
#familien_tabelle .box_header {
  height: 26px;
  border-bottom: 1px solid #B3B3B3;
  margin: 0 10px;
}
#familien_tabelle .box_header .bh_left {
  width: 5px;
  height: 26px;
  float: left;
}
#familien_tabelle .box_header .bh_middle {
  height: 26px;
  width: 760px;
  float: left;
}
#familien_tabelle .box_header .bh_middle h2 {
  padding: 5px 10px 2px 10px;
  margin: 0;
  color: #B3B3B3;
  font-weight: bold;
}
#familien_tabelle .box_header .bh_right {
  width: 5px;
  height: 26px;
  float: left;
}
#familien_tabelle .box_content {
  border-top: 0;
  margin: 15px;
  overflow-x: auto;
  padding: 0;
}
#familien_tabelle .box_hinweis {
  float: right;
  margin: 0 15px;
  font-weight: 700;
}
.hdlPreis {
  color: red;
  float: left;
  margin-right: 2px;
}
table#artikel_tabelle_modelle,
table[data-sort] {
  border-spacing: 0;
}
table#artikel_tabelle_modelle thead,
table[data-sort] thead {
  background: #001f4f;
  color: #fff;
}
table#artikel_tabelle_modelle thead tr th,
table[data-sort] thead tr th {
  padding: 4px;
  text-align: left;
  vertical-align: top;
}
table#artikel_tabelle_modelle thead tr th .text,
table[data-sort] thead tr th .text {
  float: left;
}
table#artikel_tabelle_modelle thead tr th.header .sort,
table[data-sort] thead tr th.header .sort,
table#artikel_tabelle_modelle thead tr th .sort,
table[data-sort] thead tr th .sort {
  background-image: url("/cosmoshop/default/pix/sets/new_style/de/artikel_familie_tabelle/Sortieren.gif");
  background-position: 80% center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 5px;
}
table#artikel_tabelle_modelle thead tr th.headerSortDown .sort,
table[data-sort] thead tr th.headerSortDown .sort {
  background-image: url("/cosmoshop/default/pix/sets/new_style/de/artikel_familie_tabelle/Sortieren_Ab.gif");
}
table#artikel_tabelle_modelle thead tr th.headerSortUp .sort,
table[data-sort] thead tr th.headerSortUp .sort {
  background-image: url("/cosmoshop/default/pix/sets/new_style/de/artikel_familie_tabelle/Sortieren_Auf.gif");
}
table#artikel_tabelle_modelle tbody tr td,
table[data-sort] tbody tr td {
  border-bottom: 1px solid #B3B3B3;
  text-align: left;
}
table#artikel_tabelle_modelle tbody tr td a,
table[data-sort] tbody tr td a {
  text-decoration: underline;
}
table#artikel_tabelle_modelle tfoot.dark,
table[data-sort] tfoot.dark {
  background: none repeat scroll 0 0 #696969;
  color: #FFFFFF;
  font-weight: bold;
}
table#artikel_tabelle_modelle .standard_preis,
table[data-sort] .standard_preis {
  float: left;
  margin-right: 2px;
}
table#artikel_tabelle_modelle .lieferzeit img,
table[data-sort] .lieferzeit img {
  display: none;
}
table#artikel_tabelle_modelle .lieferzeit img.load,
table[data-sort] .lieferzeit img.load {
  display: block;
}
.listen_preis {
  color: #AFAFAF;
}
/* Artikel vergleichen */
#artikel_vergleichen {
  text-align: left;
}
#artikel_vergleichen .titel_zeile {
  background: #001f4f;
  color: #fff;
  width: 88%;
  margin-bottom: 10px;
  padding: 5px;
}
#artikel_vergleichen .titel_zeile .grafik {
  float: left;
  margin-left: 5px;
}
#artikel_vergleichen .titel_zeile .titel {
  float: left;
  margin-left: 10px;
  font-weight: bold;
  line-height: 25px;
}
#artikel_vergleichen .subtitel_zeile {
  margin-bottom: 8px;
}
#artikel_vergleichen .icon_artikel_vergleichen {
  position: absolute;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
#artikel_vergleichen .box {
  display: none;
  border: 1px solid #ccc;
  position: absolute;
  width: 200px;
  z-index: 2;
  left: -169px;
}
#artikel_vergleichen .box_header {
  background: #ccc;
  line-height: 20px;
  padding: 5px;
  cursor: pointer;
}
#artikel_vergleichen .box_content {
  background: #fff;
  padding: 5px;
}
#artikel_vergleichen table tr td {
  border-left: 1px solid #cfcdcd;
  padding: 3px 5px;
}
#artikel_vergleichen table tr td.spalte1 {
  border-left: none;
  width: 160px;
}
#artikel_vergleichen table tr td.spalte_daten {
  text-align: center;
  width: 200px;
}
#artikel_vergleichen table tr.zeile_ungerade td {
  background: #E6E6E6;
}
#artikel_vergleichen table tr.zeile1 td {
  text-align: center;
  margin: 2px;
}
#artikel_vergleichen table tr.zeile1 td.spalte_daten {
  background: #001f4f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  font-size: 13px;
}
#artikel_vergleichen table tr.zeile2 td.spalte_daten {
  text-align: center;
}
#artikel_vergleichen table tr.zeile3 td.spalte_daten {
  text-align: center;
}
#artikel_vergleichen table tr.zeile4 td {
  border-bottom: 1px solid #000;
}
#artikel_vergleichen table tr.zeile4 td.spalte_daten {
  text-align: center;
}
#artikel_vergleichen table tr.zeile5 td {
  font-weight: bold;
}
/* Product Comparsion */
#productcomparison .item {
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #CCC;
}
#productcomparison .item .av_left {
  float: left;
  width: 80px;
}
#productcomparison .item .av_right {
  float: right;
  width: 110px;
}
#productcomparison .item .name {
  margin-bottom: 10px;
}
#productcomparison .item .preis {
  margin-bottom: 18px;
}
#productcomparison .icon {
  float: left;
  width: 18px;
}
#productcomparison .text {
  margin-left: 3px;
  float: left;
}
#productcomparison .text a {
  color: #aaa;
}
#productcomparison .link_vergleichen {
  color: #fff;
  background: #001f4f;
}
#productcomparison .link_vergleichen img {
  float: left;
}
#productcomparison .link_vergleichen .text {
  color: #fff;
  padding-top: 6px;
}
#productcomparison .preisformat .preiszeile {
  font-size: 12px;
}
#productcomparison .grundpreis {
  font-size: smaller;
}
/* Sonderangebote */
[data-role="sale_teaser"] *:empty {
  display: none;
}
[data-role="sale_teaser"] br:empty {
  display: block;
}
[data-role="sale_teaser"] a,
[data-role="sale_teaser"] a:hover {
  text-decoration: none;
}
/* Rubriken */
#rubriken ul {
  font-weight: blod;
  padding: 0;
  margin: 0;
  list-style: none;
}
#rubriken ul li {
  background-color: #FAF7F7;
  border: 1px solid #cfcdcd;
  border-top: 0;
}
#rubriken ul li a {
  padding-left: 10px;
  display: block;
  line-height: 20px;
}
#rubriken ul li .cat {
  padding-left: 0px;
  background-color: #E9E8E8;
}
#rubriken ul li .cat1 {
  min-height: 20px;
  padding-left: 0px;
  background-color: #E9E8E8;
}
#rubriken ul li .active {
  font-weight: bold;
}
#rubriken ul ul li {
  background-color: #E9E8E8;
  border: 0;
}
#rubriken ul ul li a {
  padding-left: 20px;
}
#rubriken ul ul li .cat {
  padding-left: 0;
}
#rubriken ul ul li .active a {
  font-weight: bold;
  background: url(/cosmoshop/default/pix/sets/new_style/de/rubrikbaum/aktive_Rubrik.png) no-repeat 5px 5px;
}
#rubriken .cat2 {
  padding-left: 10px;
  background-color: #D0D0D0;
}
#rubriken .active1 {
  font-weight: bold;
  background: url(/cosmoshop/default/pix/sets/new_style/de/rubrikbaum/aktive_Rubrik.png) no-repeat 5px 5px;
}
#rubriken .active2 {
  font-weight: bold;
  background: url(/cosmoshop/default/pix/sets/new_style/de/rubrikbaum/aktive_Rubrik.png) no-repeat 15px 5px;
}
#rubrik_header {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 65vw;
  background-size: cover;
}
#rubrik_header,
#rubrik_header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  #rubrik_header {
    padding-top: 35vw;
  }
}
@media (min-width: 768px) {
  #rubrik_header {
    padding-top: 25vw;
  }
}
@media (min-width: 1024px) {
  #rubrik_header {
    padding-top: 25%;
  }
}
#rubrik_header:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(12, 34, 67, 0.85);
  top: 0;
  left: 0;
  z-index: 1;
}
#rubrik_header .rubrik_header_inner {
  background-color: transparent;
  height: auto;
  position: absolute;
  left: 30px;
  right: 30px;
  top: auto;
  bottom: 10%;
  z-index: 2;
}
#rubrik_header .rubrik_header_inner h1,
#rubrik_header .rubrik_header_inner p {
  position: static;
  font-weight: lighter;
  color: #fff;
  margin: 0;
}
#rubrik_header .rubrik_header_inner h1 {
  font-size: 30px;
  text-transform: uppercase;
}
#rubrik_header .rubrik_header_inner p {
  margin: 12px 0 0 0;
}
#rubrik_header .rubrik_header_inner p:empty {
  display: none;
}
.productlisting_rubrik,
.productlisting_suche {
  background: #e0e0e0;
  padding: 30px 7.5px 15px;
  margin: 0;
}
.productlisting_rubrik .row,
.productlisting_suche .row {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productlisting_rubrik .row,
.productlisting_suche .row,
.productlisting_rubrik .row *,
.productlisting_suche .row * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productlisting_rubrik .row .spalte,
.productlisting_suche .row .spalte {
  float: none;
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .productlisting_rubrik .row .spalte,
  .productlisting_suche .row .spalte {
    width: calc(100%/2);
  }
}
@media (min-width: 768px) {
  .productlisting_rubrik .row .spalte,
  .productlisting_suche .row .spalte {
    width: calc(100%/3);
  }
}
@media (min-width: 1024px) {
  .productlisting_rubrik .row .spalte,
  .productlisting_suche .row .spalte {
    width: calc(100%/4);
  }
}
.artikel_vorschau_rubrik {
  width: 100% !important;
  margin: 0;
  background: #fff;
}
.artikel_vorschau_rubrik .description {
  font-size: 13px;
  height: 107px;
  overflow: hidden;
  margin: 0 5px;
}
.artikel_vorschau_rubrik .description a .artnum {
  font-weight: bold;
}
.artikel_vorschau_rubrik .preis {
  background: #555;
  color: #fff;
  text-align: right;
  padding: 15px 5px 5px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
}
.productlisting_rubrik_slider .titel {
  background: #555;
  color: #fff;
  padding: 5px;
}
.unterrubriken {
  background: #e0e0e0;
  padding: 30px 7.5px 15px;
  margin: 0;
}
.unterrubriken .row {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.unterrubriken .row,
.unterrubriken .row * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.unterrubriken .row .spalte {
  float: none;
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .unterrubriken .row .spalte {
    width: calc(100%/2);
  }
}
@media (min-width: 768px) {
  .unterrubriken .row .spalte {
    width: calc(100%/3);
  }
}
@media (min-width: 1024px) {
  .unterrubriken .row .spalte {
    width: calc(100%/4);
  }
}
.unterrubriken .rubrik_vorschau {
  margin: 0;
  position: relative;
  padding-top: calc(100vw/4*3);
  width: 100%;
  background-size: cover !important;
}
@media (min-width: 480px) {
  .unterrubriken .rubrik_vorschau {
    padding-top: calc(100vw/2/16*9);
  }
}
@media (min-width: 768px) {
  .unterrubriken .rubrik_vorschau {
    padding-top: calc(100vw/3/4*3);
  }
}
@media (min-width: 1024px) {
  .unterrubriken .rubrik_vorschau {
    padding-top: calc(100vw/4/16*9);
  }
}
.unterrubriken .ueberschrift,
.unterrubriken .rubrik_vorschau .ueberschrift {
  background: #fff;
  height: 33.6px;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  opacity: 0.85;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
}
/* Trichtersuche */
.trichter {
  float: left;
  padding: 2px 0px 0px 0px;
  line-height: 18px;
}
#trichtersuche {
  position: relative;
  left: 0;
  top: -32px;
}
@media (min-width: 1280px) {
  #trichtersuche {
    left: -32px;
    top: -2px;
  }
}
#trichtersuche .trichter {
  position: absolute;
  left: 0px;
  z-index: 10;
  cursor: pointer;
}
#trichtersuche .box {
  display: none;
  position: absolute;
  width: 290px;
  border: 1px solid #CCCCCC;
  z-index: 2;
  background-color: lightgrey;
}
#trichtersuche .box .box_header {
  background: #CCCCCC;
  heigth: 20px;
  line-height: 20px;
  padding: 5px 5px 5px 40px;
  cursor: pointer;
}
#trichtersuche .box .box_content {
  background: #FFFFFF;
  padding: 5px;
}
#trichtersuche #trichterForm {
  position: relative;
  z-index: 5;
}
#trichtersuche .trichterCrit {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#trichtersuche .trichterCrit > li {
  border: 1px solid #A0A0A0;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  height: 25px;
  margin: 7px 17px;
  padding: 0 10px;
  width: 200px;
}
#trichtersuche .trichterCrit li {
  position: relative;
  background-color: white;
}
#trichtersuche .trichterCrit li ul.sub {
  border-color: #A0A0A0;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  height: auto;
  left: -1px;
  list-style: none outside none;
  margin: 0;
  padding: 8px 10px;
  position: absolute;
  top: 26px;
  width: 232px;
  z-index: 500;
  background-color: white;
}
#trichtersuche .trichterCrit li a.toplink {
  color: #646464;
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  width: 190px;
  float: left;
}
#trichtersuche .trichterCrit li a.active {
  color: #EB0000;
}
#trichtersuche .trichterCrit li:hover a.toplink {
  color: #EB0000;
}
#trichtersuche #subheader.active.zu {
  color: #EB0000;
}
#trichtersuche ul.trichterCrit > li > a.zuruecksetzen {
  margin-top: 7px;
}
#trichterContentErgebnisse {
  left: 265px;
  top: -1px;
  position: absolute;
  width: 966px;
  border: 1px solid #CCCCCC;
  padding-bottom: 20px;
  background: #FFFFFF;
}
#trichterHeader {
  background: url(/cosmoshop/default/pix/sets/new_style/de/trichtersuche/Ueberschrift.png) no-repeat scroll 0 0 #CFCDCD;
  background-size: 100%;
  padding: 6px;
  font-weight: bold;
  display: block;
  width: calc(100% - 30px) !important;
  margin: 15px;
  margin-bottom: 0;
  height: auto;
  position: relative;
}
#trichterHeader,
#trichterHeader * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#trichterHeader > div {
  float: none !important;
}
#trichterForm {
  position: relative;
  z-index: 5;
  border-width: 0 1px 1px;
  border-color: #CFCDCD;
  border-style: solid;
  background-color: #FAF7F7;
  width: calc(100% - 30px) !important;
  margin: 0 15px;
  padding: 15px 0;
}
#trichterForm,
#trichterForm * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.trichterCrit {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.trichterCrit > li {
  border: 1px solid #A0A0A0;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: bold;
  height: 25px;
  margin: 7px 17px;
  padding: 0 10px;
  width: 255px;
}
.trichterCrit li {
  position: relative;
  background-color: white;
}
.trichterCrit li ul.sub {
  border-color: #A0A0A0;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  height: auto;
  left: -1px;
  list-style: none outside none;
  margin: 0;
  padding: 8px 10px;
  position: absolute;
  top: 26px;
  width: 232px;
  z-index: 500;
  background-color: white;
}
.trichterCrit li a.toplink {
  color: #646464;
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  width: 220px;
  float: left;
}
.trichterCrit li:hover a.toplink,
.trichterCrit li a.active {
  color: #EB0000;
}
#trichterLoading {
  display: none;
  position: absolute;
  width: 1200px;
  left: 0px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/trichtersuche/Loading.gif) no-repeat scroll 50% center #FAF7F7;
  opacity: 0.75;
  z-index: 1000;
  height: 100px;
}
#trichterHeader a.zuruecksetzen,
ul.trichterCrit > li > a.zuruecksetzen {
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  right: 5px;
  top: 3px;
}
#sale_tabelle {
  width: calc(100% - 30px) !important;
  margin-left: 15px;
  margin-right: 15px;
}
#sale_tabelle,
#sale_tabelle * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sale_tabelle .box_content {
  overflow: auto;
  width: 100%;
}
/* Suche Plus */
.sPlusTop {
  line-height: 16px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  list-style-type: none;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  color: black;
}
.sPlusLiTop {
  line-height: 16px;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  list-style-type: none;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  color: black;
}
.sPlusUnter {
  line-height: 16px;
  margin-left: 0;
  margin-top: 2px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  list-style-type: none;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  color: black;
}
.sPlusLetzter {
  line-height: 16px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 7px;
  margin-right: 0;
  padding: 0;
  list-style-type: none;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  color: black;
}
.sPlusLink {
  line-height: 16px;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
.headline-suche,
.ergebnisse-suche,
.keine_artikel {
  margin-right: 15px;
  margin-left: 15px;
}
/* Kunden Anmeldung */
#kunden_anmeldung h1 {
  background: #001f4f;
  color: #fff;
  padding: 5px;
  font-size: 13px;
}
#kunden_anmeldung h2 {
  font-size: 13px;
  padding: 5px 0 10px 5px;
}
#kunden_anmeldung h3 {
  padding-left: 5px;
}
#kunden_anmeldung .leftcol {
  width: 150px;
}
#kunden_anmeldung .aufzaehlung_abstand {
  margin-right: 4px;
}
#kunden_anmeldung .halfmargin {
  margin-bottom: 3px;
}
#kunden_anmeldung .hinweis {
  padding: 5px 0 5px 10px;
}
#kunden_anmeldung .eingabe {
  background-color: #DCDCDC;
  border: none;
  width: 300px;
}
#kunden_anmeldung a.pwd_vergessen {
  color: #9C9C9C;
  text-decoration: underline;
}
#kunden_anmeldung input.submit {
  background: #001f4f;
  border: none;
  padding: 3px 5px;
  color: #fff;
  width: 110px;
}
#kunden_anmeldung .fleft {
  float: left;
}
#kunden_anmeldung .zeile {
  margin: 10px 0 0 15px;
  height: 200px;
  overflow: hidden;
}
#kunden_anmeldung .infozeile {
  color: #fff;
  background: #001f4f;
  margin-left: 15px;
  padding: 10px;
  height: 200px;
  width: 795px;
  overflow: hidden;
}
#kunden_anmeldung .infozeile .anmeldung {
  margin-top: 10px;
}
#kunden_anmeldung .infozeile .willkommen {
  font-weight: bold;
  margin-top: 20px;
}
#kunden_anmeldung .infozeile .icons {
  margin-top: 40px;
}
#kunden_anmeldung .infozeile .icons .spacer {
  height: 5px;
  width: 80px;
}
#kunden_anmeldung .infozeile .icons .icon {
  heigth: 115px;
  width: 115px;
  text-align: center;
  height: 85px;
}
#kunden_anmeldung .infozeile .icons .icon .link {
  padding-top: 65px;
}
#kunden_anmeldung .infozeile .icons .icon a {
  color: #fff;
}
#kunden_anmeldung .infozeile .icons .icon_konto {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_anmeldung/BG_Konto_inaktiv.jpg) repeat-x 0 0;
}
#kunden_anmeldung .infozeile .icons .icon_konto:hover {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_anmeldung/BG_Konto_hover.jpg) repeat-x 0 0;
}
#kunden_anmeldung .infozeile .icons .icon_warenkorb {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_anmeldung/BG_Warenkorb_inaktiv.jpg) repeat-x 0 0;
}
#kunden_anmeldung .infozeile .icons .icon_warenkorb:hover {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_anmeldung/BG_Warenkorb_hover.jpg) repeat-x 0 0;
}
#kunden_anmeldung .infozeile .icons .icon_hilfe {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_anmeldung/BG_Hilfe_inaktiv.jpg) repeat-x 0 0;
}
#kunden_anmeldung .infozeile .icons .icon_hilfe:hover {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_anmeldung/BG_Hilfe_hover.jpg) repeat-x 0 0;
}
#kunden_anmeldung .infozeile .icons .icon_kundenportal {
  background: url(/cosmoshop/default/pix/template/new_style/kunden_benutzerlogin/de/BG_Kundenportal_inaktiv.jpg) repeat-x 0 0;
}
#kunden_anmeldung .infozeile .icons .icon_kundenportal:hover {
  background: url(/cosmoshop/default/pix/template/new_style/kunden_benutzerlogin/de/BG_Kundenportal_hover.jpg) repeat-x 0 0;
}
#kunden_anmeldung .infozeile .icons .icon_logout {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_anmeldung/BG_Logout_inaktiv.jpg) repeat-x 0 0;
}
#kunden_anmeldung .infozeile .icons .icon_logout:hover {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_anmeldung/BG_Logout_hover.jpg) repeat-x 0 0;
}
/* Kunden Registrierung */
#kunden_registrierung h1 {
  background: #001f4f;
  color: #fff;
  padding: 5px;
  font-size: 13px;
}
#kunden_registrierung .hinweis {
  padding: 5px 0 5px 10px;
}
/* Kunden Benutzerlogin */
#kunden_benutzerlogin .fleft {
  float: left;
}
#kunden_benutzerlogin .zeile {
  margin: 10px 0 0 15px;
  height: 200px;
  overflow: hidden;
}
#kunden_benutzerlogin .infozeile {
  color: #fff;
  background: #001f4f;
  margin-left: 15px;
  padding: 10px;
  height: 200px;
  width: 835px;
  overflow: hidden;
}
#kunden_benutzerlogin .infozeile .anmeldung {
  margin-top: 10px;
}
#kunden_benutzerlogin .infozeile .willkommen {
  font-weight: bold;
  margin-top: 20px;
}
#kunden_benutzerlogin .infozeile .icons {
  margin-top: 30px;
}
#kunden_benutzerlogin .infozeile .icons .spacer {
  height: 5px;
  width: 80px;
}
#kunden_benutzerlogin .infozeile .icons .icon {
  heigth: 115px;
  width: 115px;
  text-align: center;
  height: 85px;
}
#kunden_benutzerlogin .infozeile .icons .icon .link {
  padding-top: 65px;
}
#kunden_benutzerlogin .infozeile .icons .icon a {
  color: #fff;
}
#kunden_benutzerlogin .infozeile .icons .icon_konto {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_benutzerlogin/BG_Konto_inaktiv.jpg) repeat-x 0 0;
}
#kunden_benutzerlogin .infozeile .icons .icon_konto:hover {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_benutzerlogin/BG_Konto_hover.jpg) repeat-x 0 0;
}
#kunden_benutzerlogin .infozeile .icons .icon_warenkorb {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_benutzerlogin/BG_Warenkorb_inaktiv.jpg) repeat-x 0 0;
}
#kunden_benutzerlogin .infozeile .icons .icon_warenkorb:hover {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_benutzerlogin/BG_Warenkorb_hover.jpg) repeat-x 0 0;
}
#kunden_benutzerlogin .infozeile .icons .icon_hilfe {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_benutzerlogin/BG_Hilfe_inaktiv.jpg) repeat-x 0 0;
}
#kunden_benutzerlogin .infozeile .icons .icon_hilfe:hover {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_benutzerlogin/BG_Hilfe_hover.jpg) repeat-x 0 0;
}
#kunden_benutzerlogin .infozeile .icons .icon_kundenportal {
  background: url(/cosmoshop/default/pix/template/new_style/kunden_benutzerlogin/de/BG_Kundenportal_inaktiv.jpg) repeat-x 0 0;
}
#kunden_benutzerlogin .infozeile .icons .icon_kundenportal:hover {
  background: url(/cosmoshop/default/pix/template/new_style/kunden_benutzerlogin/de/BG_Kundenportal_hover.jpg) repeat-x 0 0;
}
#kunden_benutzerlogin .infozeile .icons .icon_logout {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_benutzerlogin/BG_Logout_inaktiv.jpg) repeat-x 0 0;
}
#kunden_benutzerlogin .infozeile .icons .icon_logout:hover {
  background: url(/cosmoshop/default/pix/sets/new_style/de/kunden_benutzerlogin/BG_Logout_hover.jpg) repeat-x 0 0;
}
/* Kunden Maske */
#kunden_maske .leftcol {
  width: 120px;
}
#kunden_maske .pflicht {
  font-weight: bold;
}
#kunden_maske .formstrasse {
  width: 180px;
  margin-right: 3px;
}
#kunden_maske .formnr {
  width: 25px;
}
#kunden_maske .formplz {
  width: 38px;
  margin-right: 3px;
}
#kunden_maske .formort {
  width: 167px;
}
#kunden_maske .formgebtag {
  width: 17px;
  margin-right: 3px;
}
#kunden_maske .formgebmonat {
  width: 17px;
  margin-right: 3px;
}
#kunden_maske .formgebjahr {
  width: 30px;
}
#kunden_maske .marginalform {
  float: left;
  width: 420px;
  padding: 2px 0 0 10px;
}
#kunden_maske select {
  width: 220px;
  margin: 2px 0 1px 0;
}
#kunden_maske input.breit {
  width: 214px;
}
#kunden_maske input.eingabe {
  margin: 2px 0 1px 0;
  padding: 2px;
}
/* Kunden Passwort vergessen */
#kunden_passwort_vergessen h1 {
  background: #001f4f;
  color: #fff;
  padding: 5px;
  font-size: 13px;
}
#kunden_passwort_vergessen a.pwd_vergessen {
  color: #001f4f;
  font-weight: bold;
  text-decoration: underline;
}
#kunden_passwort_vergessen input.submit {
  background: #001f4f;
  border: none;
  padding: 3px 5px;
  color: #fff;
  width: 110px;
}
/* Mein Konto */
#mein_konto .rand {
  padding: 5px;
}
#mein_konto .smallmargin {
  margin: 10px 0;
}
#mein_konto .mein_konto_tabelle {
  margin: 0px 20px;
  width: 1160px;
}
#mein_konto .persoenliche_daten {
  border: 1px solid black;
}
#mein_konto .einstellungen {
  border: 1px solid black;
}
/* Kunden Freischaltung */
.kunden_freischaltung .leftcol {
  width: 120px;
  font-weight: bold;
}
.kunden_freischaltung .eingabe {
  width: 214px;
  margin: 2px 0 1px 0;
  padding: 2px;
}
/* Wunschzettel */
#wunschzettel_darstellen input.breit {
  width: 214px;
}
#wunschzettel_darstellen .error {
  font-weight: bold;
}
#wunschzettel_darstellen .border_top {
  border-top: 1px solid #dbdada;
}
#wunschzettel_darstellen .preisformat .preiszeile {
  font-size: 20px;
}
#wunschzettel_bearbeiten input.breit {
  width: 214px;
}
#wunschzettel_bearbeiten input.eingabe {
  margin: 2px 0 1px 0;
  padding: 2px;
}
#wunschzettel_bearbeiten a {
  text-decoration: underline;
}
#wunschzettel_bearbeiten .border_top {
  border-top: 1px solid black;
}
#wunschzettel_bearbeiten .artikelname {
  font-size: 1.3em;
}
#wunschzettel_bearbeiten .preis {
  font-size: 1.3em;
}
#wunschzettel_bearbeiten .error {
  font-weight: bold;
}
.wunschzettel_suchmaske input.breit {
  width: 214px;
}
.wunschzettel_suchmaske .error {
  font-weight: bold;
}
#wunschzettel_auswahl input.breit {
  width: 214px;
}
#wunschzettel_auswahl input.eingabe {
  margin: 2px 0 1px 0;
  padding: 2px;
}
#wunschzettel_auswahl .error {
  font-weight: bold;
}
#wunschzettel_auswahl a {
  text-decoration: underline;
}
#wunschzettel_navi img {
  margin-right: 4px;
  float: left;
  margin-top: 2px;
}
#wunschzettel_link {
  width: 120px;
  float: right;
  margin-bottom: 5px;
}
#ersatzteilsuche {
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
#ersatzteilsuche .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ersatzteilsuche .row:first-child {
  margin-top: 0;
}
#ersatzteilsuche .colspacer1 {
  width: 7px;
  height: 1px;
  float: left;
}
#ersatzteilsuche .colspacer5 {
  width: 18px;
  height: 1px;
  float: left;
}
#ersatzteilsuche .box_header {
  height: 26px;
  border-bottom: 1px solid #B3B3B3;
  margin: 0 10px;
}
#ersatzteilsuche .box_header h2 {
  padding: 5px 10px 2px 10px;
  margin: 0;
  color: #B3B3B3;
  text-transform: uppercase;
}
#ersatzteilsuche .box_content {
  padding: 10px;
}
#ersatzteilsuche .box_hinweis {
  float: right;
  margin-right: 10px;
  font-weight: 700;
}
#ersatzteilsuche .typenschild {
  text-decoration: underline;
}
#ersatzteilsuche .typenschild:hover {
  cursor: pointer;
}
#ersatzteilsuche .ersatzteil-link {
  color: #FFFFFF;
  background-color: #0065B2;
  padding: 2px 5px;
}
table#ersatzteilResult {
  border-spacing: 0;
}
table#ersatzteilResult thead {
  background: #696969;
  color: #fff;
}
table#ersatzteilResult thead tr th {
  padding: 4px;
  text-align: left;
  vertical-align: top;
}
table#ersatzteilResult thead tr th .text {
  float: left;
}
table#ersatzteilResult tbody tr td {
  border-bottom: 1px solid #B3B3B3;
  text-align: left;
}
table#ersatzteilResult tbody tr td a {
  text-decoration: underline;
}
table#ersatzteilResult tbody tr td img {
  max-height: 100px;
  width: auto;
}
table#ersatzteilResult .haendlerpreis {
  color: red;
  float: left;
  margin-right: 2px;
}
table#ersatzteilResult .standard_preis {
  float: left;
  margin-right: 2px;
}
/* Prüfgewichterechner */
#pruefgewichtsrechner {
  position: relative;
}
#pruefgewichtsrechner .info-url {
  color: blue;
  font-size: 13px;
  font-weight: normal;
  float: right;
}
#pruefgewichtsrechner .waiting {
  position: absolute;
  display: none;
}
#pruefgewichtsrechner .tr_header.solution td {
  line-height: 18px;
}
#pruefgewichtsrechner .tr_header.solution td label {
  float: left;
}
#pruefgewichtsrechner .tr_header.solution td label input {
  float: left;
  margin-right: 5px;
}
#pruefgewichtsrechner .solution_tr td:first-child {
  padding-left: 28px !important;
}
#pruefgewichtsrechner .artikelFamilieBestellung .layer_left table tr.tr_content.hint td {
  color: orange;
}
#pruefgewicht-slider-label {
  width: 130px;
  float: left;
  margin-right: 10px;
}
#pruefgewicht-slider {
  width: 160px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
#pruefgewicht-slider-retval {
  width: 90px;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  text-align: right;
}
/* Jcarousel */
.jcarousel-skin-ie7 .jcarousel-container-horizontal {
  border-bottom: 1px solid #e1dfdf;
  border-left: 1px solid #e1dfdf;
  border-right: 1px solid #e1dfdf;
}
.jcarousel-skin-ie7 .jcarousel-item {
  background-color: #ffffff;
  border-right: 1px solid #e1dfdf;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
  cursor: pointer;
  background: transparent url(/cosmoshop/default/pix/sets/new_style/de/cross_selling/Button_rechts.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
  background-position: -32px 0;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
  background-position: -64px 0;
}
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
  background-image: url(/cosmoshop/default/pix/sets/new_style/de/cross_selling/Button_links.png);
}
.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  background-image: url(/cosmoshop/default/pix/sets/new_style/de/cross_selling/Button_rechts.png);
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
  cursor: pointer;
  background: transparent url(/cosmoshop/default/pix/sets/new_style/de/cross_selling/Button_links.png) no-repeat 0 0;
}
.jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-container-horizontal {
  padding: 10px 40px 3px 40px;
}
.jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 0;
}
.jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-next-horizontal {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 32px;
  height: 227px;
}
.jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-prev-horizontal {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 32px;
  height: 227px;
}
.jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
}
.jcarousel-skin-ie7_zuletzt_gesehen .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
}
.jcarousel-skin-ie7_neuheiten .jcarousel-container-horizontal {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.jcarousel-skin-ie7_neuheiten .jcarousel-item {
  background-color: #ffffff;
  border-right: 1px solid #fff;
}
.jcarousel-skin-ie7_neuheiten .jcarousel-next-horizontal {
  cursor: pointer;
  background: transparent url(/cosmoshop/default/pix/sets/new_style/de/startseite_infoblock/Button_rechts.png) no-repeat 0 0;
}
.jcarousel-skin-ie7_neuheiten .jcarousel-next-horizontal:hover {
  background-position: -32px 0;
}
.jcarousel-skin-ie7_neuheiten .jcarousel-next-horizontal:active {
  background-position: -64px 0;
}
.jcarousel-skin-ie7_neuheiten .jcarousel-prev-horizontal {
  cursor: pointer;
  background: transparent url(/cosmoshop/default/pix/sets/new_style/de/startseite_infoblock/Button_links.png) no-repeat 0 0;
}
.jcarousel-skin-ie7_neuheiten .jcarousel-prev-horizontal:hover {
  background-position: -32px 0;
}
.jcarousel-skin-ie7_neuheiten .jcarousel-prev-horizontal:active {
  background-position: -64px 0;
}
.jcarousel-skin-ie7_neuheiten .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7_neuheiten .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7_neuheiten .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
.jcarousel-skin-ie7_neuheiten .jcarousel-prev-horizontal .jcarousel-prev-horizontal .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7_neuheiten .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7_neuheiten .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
.jcarousel-skin-ie7_neuheiten .jcarousel-direction-rtl .jcarousel-next-horizontal {
  background-image: url(/cosmoshop/default/pix/sets/new_style/de/startseite_infoblock/Button_links.png);
}
.jcarousel-skin-ie7_neuheiten .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  background-image: url(/cosmoshop/default/pix/sets/new_style/de/startseite_infoblock/Button_rechts.png);
}
.bestellung .content {
  padding: 15px 15px 30px 15px;
}
.bestellung .content,
.bestellung .content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bestellung .content .cartstep5layout1 {
  overflow: hidden;
  margin-bottom: 10px;
}
.bestellung .content .cartstep5layout1 .block1 {
  float: left;
  width: 320px;
  margin-right: 10px;
}
.bestellung .content .cartstep5layout1 .block2 {
  float: left;
  width: 320px;
  margin-right: 10px;
}
.bestellung .content .cartstep5layout1 .block3 {
  margin-right: 0;
}
.bestellung .content .step56 table {
  margin-bottom: 1em;
}
.bestellung .content .step56 table thead th {
  height: 23px;
  text-align: left;
}
.bestellung .content .step56 table tbody {
  border-left: 2px solid #D0CECE;
}
.bestellung .content .step56 table tbody td {
  border-bottom: 0;
  background-color: #fff;
}
.bestellung .content .step56 table tfoot .links {
  border-left: 1px solid #D0CECE;
}
.bestellung .content .row2 {
  width: 680px;
  padding: 10px;
  overflow: hidden;
  background-color: #ededed;
}
.bestellung .content .row2 .label {
  width: 110px;
}
.bestellung .content .row2 .leftform input.step2input {
  background-color: #ededed;
}
.bestellung .content .cartstep2layout {
  overflow: hidden;
  margin-bottom: 10px;
}
.bestellung .content .cartstep2layout .leftside {
  max-width: 740px;
  width: 100%;
  float: none;
  margin: 0 auto;
}
.bestellung .content .cartstep2layout .rightside {
  float: left;
}
.bestellung .content .cartstep2layout table {
  width: 100%;
}
@media (max-width: 767px) {
  .bestellung .content .cartstep2layout td {
    display: inline-block;
    max-width: 100%;
    width: auto;
  }
}
.bestellung .content .cartstep2layout .login_form {
  padding: 10px;
}
@media (max-width: 767px) {
  .bestellung .content .cartstep2layout .login_form td {
    display: block;
  }
}
.bestellung .content .cartstep2layout .login_form input {
  margin-bottom: 5px;
}
.bestellung .content .cartbox_step2 .header {
  margin: 15px 0;
  padding: 15px 0 0 0;
}
.bestellung .content .cartboxinfo_step2 {
  margin-top: 10px;
}
.bestellung .content .cartboxinfo_step2 .boxtop {
  width: 353px;
  height: 40px;
  padding: 15px 10px 0 10px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestellung_schritt_2/Hinweisbox_oben.png) no-repeat 0 0;
}
.bestellung .content .cartboxinfo_step2 .boxtop h2 {
  display: inline;
}
.bestellung .content .cartboxinfo_step2 .boxmiddle {
  width: 353px;
  padding: 0 10px 10px 10px;
  margin-top: -26px;
  height: 120px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestellung_schritt_2/Hinweisbox_mittig.png) repeat-y 0 0;
}
.bestellung .content .cartboxinfo_step2 .boxmiddle ul {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}
.bestellung .content .cartboxinfo_step2 .boxstep2 {
  height: 100px;
}
.bestellung .content .cartboxinfo_step2 .boxbottom {
  width: 373px;
  height: 7px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestellung_schritt_2/Hinweisbox_unten.png) no-repeat 0 0;
}
.bestellung .content .direktbestellung table {
  max-width: 500px;
  width: 100%;
}
.bestellung .content .direktbestellung td {
  padding: 15px;
}
.bestellung .content .direktbestellung .bs1_col1a {
  padding-bottom: 0;
}
.bestellung .content .carttable_new {
  max-width: 100%;
  overflow: auto;
}
.bestellung .content .carttable_new > table {
  width: 100%;
}
.bestellung .content .carttable_new > table thead th {
  text-align: left;
  background-color: #737373;
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 5px 0 16px 5px;
}
.bestellung .content .carttable_new > table thead th:first-child {
  border-left: none;
}
.bestellung .content .carttable_new > table tbody tr.artikel td {
  text-align: left;
  background-color: #ffffff;
  border-left: 1px solid #000000;
  color: #000000;
  padding: 5px;
}
.bestellung .content .carttable_new > table tbody tr.artikel td:first-child {
  border-left: none;
}
.bestellung .content .carttable_new > table tbody tr.artikel td table {
  width: auto;
}
.bestellung .content .carttable_new > table tbody tr.artikel td table td {
  border: none;
  padding: 0;
}
.bestellung .content .carttable_new > table tbody tr.zubehoer td {
  text-align: left;
  background-color: #ededed;
  border-left: 1px solid #000000;
  padding: 5px;
  font-size: 11px;
  color: #727272;
}
.bestellung .content .carttable_new > table tbody tr.zubehoer td:first-child {
  border-left: none;
}
.bestellung .content .carttable_new > table tbody tr.zubehoer td table {
  width: auto;
}
.bestellung .content .carttable_new > table tbody tr.zubehoer td table td {
  border: none;
}
.bestellung .content .carttable_new td [id*="miete"] {
  white-space: nowrap;
}
.bestellung .content .textpic_cart {
  overflow: hidden;
  margin: 8px 0 8px 0;
}
.bestellung .content .textpic_cart .pic {
  float: left;
  margin-right: 10px;
}
.bestellung .content .textpic_cart .pic img {
  border: 1px solid #D4D2D2;
}
.bestellung .content .textpic_cart .text {
  float: left;
}
.bestellung .content .textpic_cart .text p {
  position: relative;
  vertical-align: middle;
  padding-top: 5px;
}
.bestellung .content .zwischensummenlabel {
  padding-right: 57px;
}
.bestellung .content .zwischensummenlabel p {
  padding: 0 0 5px 0;
  margin: 0;
}
.bestellung .content .zwischensummenlabel h4 {
  padding: 0 0 5px 0;
  margin: 0;
}
.bestellung .content .zwischensummen {
  padding-left: 9px;
  text-align: right;
}
.bestellung .content .zwischensummen p,
.bestellung .content .zwischensummen h4 {
  padding: 0 0 5px 0;
  margin: 0;
}
.bestellung .content div.step5 .simpleright p {
  margin: 0;
  padding: 0 0 5px 4px;
  font-weight: bold;
}
.bestellung .content div.step5 .simpleleft p.last {
  padding: 25px 0 0;
}
.bestellung .content div.step5 .simpleleft h1 {
  padding: 5px 0 0;
}
.bestellung .content .cartstep3layout {
  overflow: hidden;
  margin-bottom: 10px;
}
.bestellung .content .cartstep3layout .rightside {
  float: left;
}
.bestellung .content .cartstep3layout table {
  width: 100%;
}
@media (max-width: 767px) {
  .bestellung .content .cartstep3layout td {
    display: block;
  }
}
@media (max-width: 1023px) {
  .bestellung .content .cartstep3layout #rechnungsanschrift td,
  .bestellung .content .cartstep3layout #abweichende_rechnungsanschrift td,
  .bestellung .content .cartstep3layout #weitere_angaben td,
  .bestellung .content .cartstep3layout #liefer_block td,
  .bestellung .content .cartstep3layout #bankverbindung td {
    display: block;
  }
}
.bestellung .content .cartbox_step3 .header {
  margin-top: 10px;
  padding: 7px 10px 0 10px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestellung_schritt_3/Hintergrund_Ueberschriftszeile.png) no-repeat 0 0;
}
.bestellung .content .cartboxinfo_step3 {
  margin-top: 10px;
}
.bestellung .content .cartboxinfo_step3 .boxtop {
  width: 353px;
  height: 40px;
  padding: 15px 10px 0 10px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestellung_schritt_3/Hinweisbox_oben.png) no-repeat 0 0;
}
.bestellung .content .cartboxinfo_step3 .boxtop h2 {
  display: inline;
}
.bestellung .content .cartboxinfo_step3 .boxmiddle {
  width: 353px;
  padding: 0 10px 10px 10px;
  margin-top: -27px;
  height: 120px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestellung_schritt_3/Hinweisbox_mittig.png) repeat-y 0 0;
}
.bestellung .content .cartboxinfo_step3 .boxmiddle ul {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}
.bestellung .content .cartboxinfo_step3 .boxstep2 {
  height: 100px;
}
.bestellung .content .cartboxinfo_step3 .boxbottom {
  width: 373px;
  height: 7px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestellung_schritt_3/Hinweisbox_unten.png) no-repeat 0 0;
}
.bestellung .content .cartboxspacerstep3 {
  margin-top: 0;
}
.bestellung .content .cartstep4layout {
  overflow: hidden;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bestellung .content .cartstep4layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bestellung .content .cartstep4layout .leftside {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .bestellung .content .cartstep4layout .leftside {
    padding-right: 0;
    display: block;
  }
}
.bestellung .content .cartstep4layout .rightside {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bestellung .content .cartbox_step4 .row_neu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .bestellung .content .cartbox_step4 .row_neu {
    width: 260px;
  }
}
.bestellung .content .cartbox_step4 .row_neu .linkeseite {
  width: 100%;
}
.bestellung .content .cartbox_step4 .header {
  margin: 15px 0;
  padding: 15px 0 0 0;
}
.bestellung .content .cartbox_step4 .rightform.mitteilung {
  margin-bottom: 15px;
}
.bestellung .content .cartboxinfo_step4 {
  padding: 15px;
  background: #f0f0f0;
  height: 100%;
}
.bestellung .content .cartboxinfo_step4 .boxtop {
  margin: 15px 0;
  padding: 0;
}
.bestellung .content .cartboxinfo_step4 .boxtop h2 {
  margin: 0;
}
.bestellung .content .cartboxinfo_step4 .boxmiddle ul {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
}
.bestellung .content .carttable {
  overflow: auto;
  margin-bottom: -10px;
}
.bestellung .content .carttable table {
  padding: 0;
  border-spacing: 0;
  width: 100%;
}
.bestellung .content .carttable table thead {
  border: 0;
  padding: 0;
  height: 26px;
  color: white;
}
.bestellung .content .carttable table thead th {
  padding-left: 10px;
  height: 25px;
  background: #737373;
  border-right: 1px solid #ffffff;
  text-align: left;
}
.bestellung .content .carttable table thead th.col1 {
  width: 220px;
}
.bestellung .content .carttable table thead th.col2 {
  width: 200px;
}
.bestellung .content .carttable table thead th.col3 {
  width: 220px;
}
.bestellung .content .carttable table thead th.col4 {
  width: 100px;
}
.bestellung .content .carttable table thead th.col5 {
  width: 100px;
}
.bestellung .content .carttable table thead th.col6 {
  width: 220px;
}
.bestellung .content .carttable table thead th.col7 {
  width: 180px;
}
.bestellung .content .carttable table thead th.col8 {
  width: 100px;
}
.bestellung .content .carttable table tbody td {
  padding-left: 10px;
}
.bestellung .content .carttable table tbody td input[type="text"] {
  width: 45px;
  border: 1px solid #D0CECE;
}
.bestellung .content .carttable table tbody td.rand_unten {
  padding-left: 10px;
  color: black;
  border-right: 1px solid #19171A;
}
.bestellung .content .carttable table tbody td.first {
  width: 50px;
}
.bestellung .content .carttable table tbody .input_new {
  border: 0;
  margin-top: 5px;
  height: 18px;
  padding: 2px;
  text-align: left;
  float: left;
}
.bestellung .content .carttable table tbody .input_menge {
  margin-top: 5px;
  height: 18px;
  padding: 2px;
  text-align: center;
  width: 17px ! important;
  color: #535154;
  border: 0;
  background: url('/cosmoshop/default/pix/sets/new_style/de/bestellung_schritt_1/bg_stueckzahl.png') no-repeat left top;
}
.bestellung .content .carttable table tbody .col5 {
  padding: 10px;
  text-align: center ! important;
}
.bestellung .content .carttable table tbody .col8 {
  padding: 10px;
  text-align: center ! important;
}
.bestellung .content .carttable table tbody td.last {
  border-right: 1px solid #D0CECE;
}
.bestellung .content .carttable table .col6 {
  border-right: 0 !important;
}
.bestellung .content .carttable table .col7 {
  border-right: 0 !important;
}
.bestellung .content .carttable table .col8 {
  border-right: 0 !important;
}
.bestellung .content .carttable a {
  color: black;
  text-decoration: underline;
}
.bestellung .content .carttable a:hover {
  text-decoration: none;
}
.bestellung .content .rueckgaberecht {
  margin-top: 15px;
}
.bestellung .content .rueckgaberecht p {
  padding: 0;
  margin: 0 0 5px 0;
}
.bestellung .content .rueckgaberecht p a {
  text-decoration: underline;
}
.bestellung .content .rueckgaberecht p a:hover {
  text-decoration: none;
}
.bestellung .content .cartboxsmall .header {
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestelldaten_zusammenfassung/Hintergrund_Ueberschriftszeile.png) no-repeat 0 0;
}
.bestellung .content .cartboxsmall .row .address .leftlabel {
  font-weight: bold;
}
.bestellung .content .cartboxsmall .row input.changedata {
  border: 0;
  background: none;
}
.bestellung .content table tbody {
  border-left: 2px solid #D0CECE;
}
.bestellung .content table tfoot td.links {
  border-left: 1px solid #D0CECE;
}
.bestellung .content table tfoot td.rechts {
  border-right: 1px solid #D0CECE;
}
.bestellung .content table tfoot td {
  padding-top: 10px;
}
.bestellung .content table tfoot td .miete_summary td {
  padding: 0;
}
.bestellung .content .simplebox {
  padding: 7.5px 0;
  overflow: hidden;
}
.bestellung .content .simplebox .simpleleft {
  float: left;
  padding: 7.5px 0;
}
.bestellung .content .simplebox .simpleleft h1 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.bestellung .content .simplebox .simpleleft p {
  padding: 0;
  margin: 0;
}
.bestellung .content .simplebox .simpleleft.bluebuttons td {
  padding: 0 5px 0 0;
}
@media (max-width: 1023px) {
  .bestellung .content .simplebox .simpleleft.bluebuttons td {
    display: block;
  }
}
.bestellung .content .simplebox .coupon {
  padding-top: 40px;
}
.bestellung .content .simplebox .coupon input[type="text"] {
  border: 1px solid #949494;
  width: 200px;
}
.bestellung .content .simplebox .simpleright {
  float: right;
  padding: 7.5px 0;
}
.bestellung .content .simplebox .simpleright2 {
  float: right;
  padding: 7.5px 0;
}
.bestellung .content .thanksalot {
  overflow: hidden;
  margin: 0 0 30px 0;
  position: relative;
}
@media (min-width: 480px) {
  .bestellung .content .thanksalot {
    padding-right: 190px;
  }
}
.bestellung .content .thanksalot h1 {
  color: #b01204;
  font-size: 20px;
  padding: 0;
}
.bestellung .content .thanksalot .leftdisclaimer {
  float: left;
}
.bestellung .content .thanksalot .leftdisclaimer h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 5px 0;
}
.bestellung .content .thanksalot .leftdisclaimer p {
  padding: 0;
  margin: 0;
}
.bestellung .content .thanksalot .rightcontinue {
  margin-top: 15px;
}
@media (min-width: 480px) {
  .bestellung .content .thanksalot .rightcontinue {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.bestellung .content .row {
  background-color: #faf7f7;
  border: 1px solid #d2d0d0;
  border-top: 0;
  width: 566px;
  padding: 10px;
  overflow: hidden;
}
.bestellung .content .row .leftform {
  float: left;
  margin-right: 10px;
}
.bestellung .content .row .leftform input.step2input {
  border: 0;
  background-color: #FAF7F7;
  width: 30px;
}
.bestellung .content .row .checkbox {
  width: 25px;
  margin-left: -13px;
}
.bestellung .content .row .checkbox input {
  border: 0;
  background-color: #FAF7F7;
  width: 30px;
}
.bestellung .content .row textarea.mitteilung {
  border: 1px solid #D2D0D0;
  background-color: #fff;
  width: 550px;
  height: 60px;
  margin-top: 0;
  padding: 5px;
}
.bestellung .content .row a {
  text-decoration: underline;
}
.bestellung .content .row a:hover {
  text-decoration: none;
}
.bestellung .content .row .label {
  width: 110px;
}
.bestellung .content .row .rightform {
  float: left;
}
.bestellung .content .row .marginalform {
  float: left;
  width: 210px;
  padding: 2px 0 0 10px;
}
.bestellung .content .row .linkeseite {
  float: left;
  width: 280px;
}
.bestellung .content .row .rechteseite {
  float: left;
  width: 280px;
}
.bestellung .content .row .mitteilungtext {
  width: 520px;
}
.bestellung .content .row_neu {
  width: 566px;
  padding: 10px;
  overflow: hidden;
}
.bestellung .content .row_neu a {
  text-decoration: underline;
}
.bestellung .content .row_neu a:hover {
  text-decoration: none;
}
.bestellung .content .row_neu .leftform {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .bestellung .content .cartstep5layout .bestelldaten_zusammenfassung td,
  .bestellung .content .cartstep6layout .bestelldaten_zusammenfassung td {
    display: block;
  }
}
.bestellung .cartstep5 table {
  width: 978px;
  border-spacing: 0;
  margin-bottom: 1em;
}
.bestellung .cartstep5 table td.header {
  height: 24px;
  width: 300px;
  padding: 2px 10px 0 10px;
  overflow: hidden;
  font-weight: bold;
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestelldaten_zusammenfassung/Hintergrund_Ueberschriftszeile.png) no-repeat 0 0;
}
.bestellung .cartstep5 table td.box1 {
  width: 298px;
}
.bestellung .cartstep5 table td.tablespacerstep5 {
  width: 7px;
}
.bestellung .cartstep5 table td.mitte {
  padding: 10px;
  background-color: #FAF7F7;
  border: 1px solid #D2D0D0;
  border-bottom: 0;
}
.bestellung .cartstep5 table td.footer {
  padding: 10px;
  background-color: #FAF7F7;
  border: 1px solid #D2D0D0;
  border-top: 0;
}
.bestellung .cartstep5 table.data {
  padding: 0;
  width: 295px;
  border: 0;
}
.bestellung .cartstep5 table.data td {
  padding: 0 0 5px 0;
  border: 0;
}
.bestellung .cartstep5 table.data td.links {
  width: 50px;
  vertical-align: top;
  font-weight: bold;
}
.bestellung .cartstep5 table.data td.rechts {
  width: 150px;
  vertical-align: top;
}
.bestellung #statusbar {
  overflow: hidden;
  padding: 15px 0;
}
.bestellung #statusbar .iframe_step {
  position: absolute;
  left: 682px;
  top: 24px;
  overflow: hidden;
  width: 200px;
  height: 50px;
}
.bestellung #statusbar .iframe_step .logo {
  position: absolute;
  left: 14px;
  top: 15px;
}
.bestellung #statusbar .iframe_step .text {
  position: absolute;
  left: 50px;
  top: 22px;
  color: #B01204;
}
.bestellung #statusbar .iframe_step .text_inaktiv {
  position: absolute;
  left: 50px;
  top: 22px;
  color: #000000;
}
.bestellung #statusbar ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #e5e5e5;
  list-style: none;
}
.bestellung #statusbar ul li {
  float: left;
  background-color: #e5e5e5;
}
.bestellung #statusbar ul li .innerstep {
  padding-right: 5px;
  overflow: hidden;
  float: left;
  color: #000000;
}
.bestellung #statusbar ul li .innerstep .stepright {
  padding: 5px 15px 5px 10px;
}
.bestellung #statusbar ul li .innerstep .stepleft {
  float: left;
  margin-right: 4px;
}
.bestellung #statusbar ul li .innerstep .red {
  height: 27px;
  color: #ffffff;
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestellung_navizeile/offen_blau.png) no-repeat right;
}
.bestellung #statusbar ul li .innerstep .green {
  color: #808080;
}
.bestellung #statusbar ul li .innerstep .green span {
  padding-right: 7px;
}
.bestellung #statusbar ul li .innerstep .green span a {
  color: #808080;
}
.bestellung #statusbar .sslsecured {
  float: right;
  margin: -20px 0 -30px 0;
}
.bestellung #statusbar .sslsecured span {
  padding-left: 20px;
  height: 25px;
  display: block;
  background: url(/cosmoshop/default/pix/sets/new_style/de/bestellung_navizeile/SSL_Logo.png) no-repeat 0 0;
}
.bestellung #statusbar .simplebox {
  padding-left: 0;
  padding-right: 0;
}
.bestellung .step5_error {
  margin-top: 5px;
  color: red;
  font-weight: bold;
}
.bestellung .status {
  height: 40px;
  float: left;
}
.bestellung .legend {
  text-align: right;
}
.bestellung .legend .textpic {
  height: 17px;
  overflow: hidden;
  margin: 0;
}
.bestellung .legend .textpic .pic {
  float: left;
  margin-right: 10px;
}
.bestellung .legend .textpic .text {
  float: left;
}
.bestellung .legend .textpic .text p {
  position: relative;
  vertical-align: middle;
  padding-top: 5px;
}
.bestellung .legend .textpic img {
  margin-left: 5px;
}
.bestellung .gutscheintable_div {
  border: 1px solid #D0CECE;
  background-color: #FAF7F7;
  padding-bottom: 10px;
}
.bestellung #gutschein_eingabe {
  width: 200px;
}
.bestellung .eingabe_versandkosten {
  height: 20px;
}
.bestellung .step3_error {
  margin-top: 5px;
  color: red;
  font-weight: bold;
}
.bestellung .step4_error {
  margin-top: 5px;
  color: red;
  font-weight: bold;
}
.bestellung #geburtsdatum_eingabe .formgebtag {
  width: 17px;
  margin-right: 3px;
}
.bestellung #geburtsdatum_eingabe .formgebmonat {
  width: 17px;
  margin-right: 3px;
}
.bestellung #geburtsdatum_eingabe .formgebjahr {
  width: 30px;
}
.bestellung table#artikel_tabelle_modelle .lieferzeit img.load {
  display: inline;
}
.bestellung table#artikel_tabelle_modelle .lieferzeit img {
  display: none;
}
.bestellung td.leer {
  width: 200px;
  display: none;
}
.bestellung input.breit {
  width: 260px;
}
@media (min-width: 768px) {
  .bestellung input.breit {
    width: 340px;
  }
}
.bestellung #rechnungsanschrift td,
.bestellung #abweichende_rechnungsanschrift td,
.bestellung #liefer_block td,
.bestellung #weitere_angaben td,
.bestellung #bankverbindung td {
  padding: 0 0 5px 0;
}
.bestellung #rechnungsanschrift .leftcol,
.bestellung #abweichende_rechnungsanschrift .leftcol,
.bestellung #liefer_block .leftcol,
.bestellung #weitere_angaben .leftcol,
.bestellung #bankverbindung .leftcol {
  width: 260px;
}
@media (min-width: 1024px) {
  .bestellung #rechnungsanschrift .leftcol,
  .bestellung #abweichende_rechnungsanschrift .leftcol,
  .bestellung #liefer_block .leftcol,
  .bestellung #weitere_angaben .leftcol,
  .bestellung #bankverbindung .leftcol {
    width: 160px;
  }
}
.bestellung #rechnungsanschrift .radio,
.bestellung #abweichende_rechnungsanschrift .radio,
.bestellung #liefer_block .radio,
.bestellung #weitere_angaben .radio,
.bestellung #bankverbindung .radio {
  width: 17px;
  margin: 0 3px 0 118px;
}
.bestellung #rechnungsanschrift select.breit,
.bestellung #abweichende_rechnungsanschrift select.breit,
.bestellung #liefer_block select.breit,
.bestellung #weitere_angaben select.breit,
.bestellung #bankverbindung select.breit {
  width: 260px;
}
@media (min-width: 768px) {
  .bestellung #rechnungsanschrift select.breit,
  .bestellung #abweichende_rechnungsanschrift select.breit,
  .bestellung #liefer_block select.breit,
  .bestellung #weitere_angaben select.breit,
  .bestellung #bankverbindung select.breit {
    width: 340px;
  }
}
.bestellung #rechnungsanschrift select,
.bestellung #abweichende_rechnungsanschrift select,
.bestellung #liefer_block select,
.bestellung #weitere_angaben select,
.bestellung #bankverbindung select {
  padding-top: 1px;
  padding-bottom: 1px;
  width: 260px !important;
}
@media (min-width: 768px) {
  .bestellung #rechnungsanschrift select,
  .bestellung #abweichende_rechnungsanschrift select,
  .bestellung #liefer_block select,
  .bestellung #weitere_angaben select,
  .bestellung #bankverbindung select {
    width: 340px !important;
  }
}
.bestellung #rechnungsanschrift textarea,
.bestellung #abweichende_rechnungsanschrift textarea,
.bestellung #liefer_block textarea,
.bestellung #weitere_angaben textarea,
.bestellung #bankverbindung textarea {
  width: 260px;
}
@media (min-width: 768px) {
  .bestellung #rechnungsanschrift textarea,
  .bestellung #abweichende_rechnungsanschrift textarea,
  .bestellung #liefer_block textarea,
  .bestellung #weitere_angaben textarea,
  .bestellung #bankverbindung textarea {
    width: 340px;
  }
}
.bestellung #rechnungsanschrift .formnr,
.bestellung #abweichende_rechnungsanschrift .formnr,
.bestellung #liefer_block .formnr,
.bestellung #weitere_angaben .formnr,
.bestellung #bankverbindung .formnr {
  width: 25px;
}
.bestellung #rechnungsanschrift .formplz,
.bestellung #abweichende_rechnungsanschrift .formplz,
.bestellung #liefer_block .formplz,
.bestellung #weitere_angaben .formplz,
.bestellung #bankverbindung .formplz {
  width: 38px;
  float: left;
  margin-right: 2px;
}
.bestellung #rechnungsanschrift .formort,
.bestellung #abweichende_rechnungsanschrift .formort,
.bestellung #liefer_block .formort,
.bestellung #weitere_angaben .formort,
.bestellung #bankverbindung .formort {
  width: 220px;
}
@media (min-width: 768px) {
  .bestellung #rechnungsanschrift .formort,
  .bestellung #abweichende_rechnungsanschrift .formort,
  .bestellung #liefer_block .formort,
  .bestellung #weitere_angaben .formort,
  .bestellung #bankverbindung .formort {
    width: 300px;
  }
}
.bestellung #rechnungsanschrift .formgebtag,
.bestellung #abweichende_rechnungsanschrift .formgebtag,
.bestellung #liefer_block .formgebtag,
.bestellung #weitere_angaben .formgebtag,
.bestellung #bankverbindung .formgebtag {
  width: 17px;
}
.bestellung #rechnungsanschrift .formgebmonat,
.bestellung #abweichende_rechnungsanschrift .formgebmonat,
.bestellung #liefer_block .formgebmonat,
.bestellung #weitere_angaben .formgebmonat,
.bestellung #bankverbindung .formgebmonat {
  width: 17px;
}
.bestellung #rechnungsanschrift .formgebjahr,
.bestellung #abweichende_rechnungsanschrift .formgebjahr,
.bestellung #liefer_block .formgebjahr,
.bestellung #weitere_angaben .formgebjahr,
.bestellung #bankverbindung .formgebjahr {
  width: 30px;
}
.bestellung #rechnungsanschrift .pflicht,
.bestellung #abweichende_rechnungsanschrift .pflicht,
.bestellung #liefer_block .pflicht,
.bestellung #weitere_angaben .pflicht,
.bestellung #bankverbindung .pflicht {
  font-weight: bold;
}
.bestellung #rechnungsanschrift .hint,
.bestellung #abweichende_rechnungsanschrift .hint,
.bestellung #liefer_block .hint,
.bestellung #weitere_angaben .hint,
.bestellung #bankverbindung .hint {
  color: red;
  display: block;
  font-style: italic;
}
.bestellung #best_newsletter {
  width: 17px;
  margin: 0 3px 0 118px;
  background-color: transparent;
  border: 0 solid black;
}
.bestellung .bs5_ausrichtung1 {
  width: 266px;
}
.bestellung #bank {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: -10px;
}
.bestellung #bank .leftccdata {
  float: left;
  width: 485px;
  margin-right: 10px;
}
.bestellung #bank .rightccinfo {
  float: left;
  width: 451px;
  margin-left: -2px;
}
.bestellung #bank .cartboxmiddle .header {
  height: 23px;
  width: 465px;
  margin-top: 10px;
  padding: 7px 10px 0 10px;
  overflow: hidden;
  background: url(/cosmoshop/default/pix/sets/new_style/de/zahlungsschnittstelle_bankdaten/Hintergrund_Ueberschriftszeile.png) no-repeat 0 0;
}
.bestellung #bank .cartboxmiddle .row {
  width: 463px;
  height: 155px;
  background-color: #fff;
}
.bestellung #bank .cartboxmiddle .row .enterccdata {
  overflow: hidden;
}
.bestellung #bank .cartboxmiddle .row .enterccdata .logoandlabel {
  float: left;
  width: 130px;
  margin-right: 10px;
  font-weight: bold;
}
.bestellung #bank .cartboxmiddle .row .enterccdata .textandform {
  float: left;
  width: 320px;
}
.bestellung #bank .cartboxmiddle .row .enterccdata .textandform select.validmonth {
  width: 50px;
}
.bestellung #bank .cartboxmiddle .row .enterccdata .textandform select.validyear {
  width: 55px;
}
.bestellung #bank .cartboxmiddle .row .enterccdata .textandform input.ccno {
  width: 250px;
  margin-right: 5px;
}
.bestellung #bank .cartboxmiddle .row .enterccdata .textandform input.kpnno {
  width: 30px;
  margin-right: 5px;
}
.bestellung #bank .cartboxmiddle .row .enterbankdata {
  overflow: hidden;
}
.bestellung #bank .cartboxmiddle .row .enterbankdata .leftcol {
  width: 120px;
  font-weight: bold;
}
.bestellung #bank .cartboxinfobig {
  margin-top: 10px;
  width: 485px;
}
.bestellung #bank .cartboxinfobig .boxtop {
  width: 465px;
  height: 34px;
  padding: 5px 10px 0 10px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/zahlungsschnittstelle_bankdaten/Hinweisbox_oben.png) no-repeat 0 0;
}
.bestellung #bank .cartboxinfobig .top h2 {
  padding: 0;
  margin: 0;
}
.bestellung #bank .cartboxinfobig .boxmiddle {
  width: 465px;
  height: 150px;
  padding: 0 10px 10px 10px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/zahlungsschnittstelle_bankdaten/Hinweisbox_mittig.png) repeat-y 0 0;
}
.bestellung #bank .cartboxinfobig .boxmiddle .cchowto {
  overflow: hidden;
}
.bestellung #bank .cartboxinfobig .boxmiddle .cchowto .ccexample {
  float: left;
  width: 110px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bestellung #bank .cartboxinfobig .boxmiddle .cchowto .ccexampletext {
  float: left;
  width: 340px;
}
.bestellung #bank .cartboxinfobig .boxmiddle .bankhowto {
  overflow: hidden;
  width: 463px;
}
.bestellung #bank .cartboxinfobig .boxbottom {
  width: 485px;
  height: 7px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/zahlungsschnittstelle_bankdaten/Hinweisbox_unten.png) no-repeat 0 0;
}
.bestellung .liefer_radio {
  height: 25px;
}
.bestellung .liefer_radio input.zentriert {
  vertical-align: middle;
}
.bestellung #pack_block .leftcol {
  width: 120px;
}
.bestellung #pack_block .radio {
  width: 17px;
  margin: 0 3px 0 118px;
}
.bestellung #pack_block .formplz {
  width: 38px;
}
.bestellung #pack_block .formort {
  width: 167px;
}
.bestellung #kredit {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: -10px;
}
.bestellung #kredit .leftccdata {
  float: left;
  width: 485px;
  margin-right: 10px;
}
.bestellung #kredit .rightccinfo {
  float: left;
}
.bestellung #kredit .cartboxmiddle .header {
  height: 24px;
  width: 465px;
  margin-top: 10px;
  padding: 7px 10px 0 10px;
  overflow: hidden;
  background: url(/cosmoshop/default/pix/sets/new_style/de/zahlungsschnittstelle_kreditkarte/Hintergrund_Ueberschriftszeile.png) no-repeat 0 0;
}
.bestellung #kredit .cartboxmiddle .row {
  width: 463px;
  height: 155px;
  background-color: #fff;
}
.bestellung #kredit .cartboxmiddle .row .enterccdata {
  overflow: hidden;
}
.bestellung #kredit .cartboxmiddle .row .enterccdata .logoandlabel {
  float: left;
  width: 130px;
  margin-right: 10px;
  font-weight: bold;
}
.bestellung #kredit .cartboxmiddle .row .enterccdata .textandform {
  float: left;
  width: 320px;
}
.bestellung #kredit .cartboxmiddle .row .enterccdata .leftcol {
  width: 120px;
  font-weight: bold;
}
.bestellung #kredit .cartboxmiddle .row .enterccdata .validmonth {
  width: 50px;
}
.bestellung #kredit .cartboxmiddle .row .enterccdata select.validyear {
  width: 55px;
}
.bestellung #kredit .cartboxmiddle .row .enterccdata input.kpnno {
  width: 30px;
  margin-right: 5px;
}
.bestellung #kredit .cartboxinfobig {
  margin-top: 10px;
  width: 485px;
}
.bestellung #kredit .cartboxinfobig .boxtop {
  width: 465px;
  height: 34px;
  padding: 5px 10px 0 10px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/zahlungsschnittstelle_kreditkarte/Hinweisbox_oben.png) no-repeat 0 0;
}
.bestellung #kredit .cartboxinfobig .top h2 {
  padding: 0;
  margin: 0;
}
.bestellung #kredit .cartboxinfobig .boxmiddle {
  width: 465px;
  height: 150px;
  padding: 0 10px 10px 10px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/zahlungsschnittstelle_kreditkarte/Hinweisbox_mittig.png) repeat-y 0 0;
}
.bestellung #kredit .cartboxinfobig .boxmiddle .cchowto {
  overflow: hidden;
}
.bestellung #kredit .cartboxinfobig .boxmiddle .cchowto .ccexample {
  float: left;
  width: 110px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bestellung #kredit .cartboxinfobig .boxmiddle .cchowto .ccexampletext {
  float: left;
  width: 340px;
}
.bestellung #kredit .cartboxinfobig .boxbottom {
  width: 485px;
  height: 7px;
  background: url(/cosmoshop/default/pix/sets/new_style/de/zahlungsschnittstelle_kreditkarte/Hinweisbox_unten.png) no-repeat 0 0;
}
.bestellung #kreditt .cartboxmiddle .row .enterccdata input.ccno {
  width: 250px;
  margin-right: 5px;
}
.bestellung .miete_header {
  background-color: #900;
  padding: 15px;
  color: #FFF;
  margin-bottom: 15px;
}
.bestellung .schrift_klein {
  font-size: 11px;
  color: #737373;
}
.bestellung .layout {
  background-color: #fff;
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
}
.bestellung .layout .colmid {
  float: left;
  width: 200%;
  position: relative;
  right: 100%;
  margin-left: 0;
}
.bestellung .layout .colleft {
  float: left;
  width: 100%;
  height: 1%;
  margin-left: -50%;
  position: relative;
  left: 0;
}
.bestellung .layout .contentwrap {
  float: left;
  width: 50%;
  position: relative;
  right: 160px;
}
.bestellung .layout .content {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin: 0;
  left: 0;
}
.bestellung .layout .left {
  float: right;
  width: 160px;
  position: relative;
  right: 0;
}
.bestellung .layout .right {
  float: right;
  width: 160px;
  margin-right: 0;
  position: relative;
  left: 50%;
}
.bestellung input.error {
  background-color: #ffd2ce !important;
  border: 1px solid #b01204 !important;
}
.bestellung input.eingabe {
  background-color: white;
  border: 1px solid #838383;
  margin: 2px 0 1px 0;
  padding: 2px;
}
.bestellung select {
  background-color: white;
  border: 1px solid #838383;
}
.bestellung select:focus {
  background-color: #EAF7C6;
  border: 1px solid #709212;
}
.bestellung input.gruen {
  background-color: #EAF7C6;
  border: 1px solid #709212;
}
.bestellung select.gruen {
  background-color: #EAF7C6;
  border: 1px solid #709212;
}
.bestellung input.normal {
  background-color: white;
  border: 1px solid #838383;
  width: 220px;
  margin: 2px 0 1px 0;
}
.bestellung select.normal {
  background-color: white;
  border: 1px solid #838383;
  width: 220px;
  margin: 2px 0 1px 0;
}
.bestellung input.rot {
  background-color: #FFD2CE;
  border: 1px solid #B01204;
}
.bestellung select.rot {
  background-color: #FFD2CE;
  border: 1px solid #B01204;
}
.bestellung .button {
  padding: 10px 40px 10px 10px;
  margin: 5px 0 5px 5px;
  border: none;
  display: inline-block;
  position: relative;
  min-width: 150px;
}
.bestellung .button i {
  position: absolute;
  top: 6px;
  right: 10px;
}
.bestellung .button input {
  background: none;
  border: none;
  color: inherit;
  padding: 10px 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.bestellung span.button {
  padding-top: 0;
  padding-bottom: 0;
}
.bestellung .button_abort {
  background-color: #737373;
  color: #FFFFFF;
}
.bestellung .button_primary {
  background-color: #001f4f;
  color: #FFFFFF;
}
.bestellung .button_secondary {
  background-color: #990000;
  color: #FFFFFF;
}
.bestellung #timeout_dialog_container {
  display: none;
}
.bestellung .drucken {
  color: black;
}
.bestellung .download_url {
  text-decoration: underline;
  color: darkblue;
}
.bestellung .carttable .new {
  padding: 25px 10px 10px 10px;
  background: #001f4f;
}
.bestellung .carttable .new.first {
  padding: 10px ! important;
  background: #001f4f;
}
.bestellung .wk_einheit,
.bestellung .wk_grundpreis {
  font-size: smaller;
}
.bestellung tr.bestand_fehler td {
  background-color: #FF8080 !important;
}
.bestellung .bs5_oben {
  margin-bottom: 30px;
}
.bestellung .bs5_grauoben {
  background-color: #e0e0e0;
  margin: 15px 0;
  padding: 15px;
}
.bestellung .blau_oben_bs4 {
  background-color: #001f4f;
  color: #ffffff;
  padding: 6px;
  width: 340px;
}
@media (max-width: 1023px) {
  .bestellung .blau_oben_bs4 {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .bestellung .blau_oben_bs4 {
    width: 100%;
  }
}
.bestellung .bs1_schriftklein a {
  font-size: 12px;
  color: #727272;
  text-decoration: underline;
}
.bestellung .bs1_col1c,
.bestellung .bs1_col2c,
.bestellung .bs1_col3c,
.bestellung .bs1_col4c,
.bestellung .bs1_col5c,
.bestellung .bs1_col6c,
.bestellung .bs1_col7c,
.bestellung .bs1_col8c,
.bestellung .bs1_col1d,
.bestellung .bs1_col2d,
.bestellung .bs1_col3d,
.bestellung .bs1_col4d,
.bestellung .bs1_col5d,
.bestellung .bs1_col6d,
.bestellung .bs1_col7d,
.bestellung .bs1_col8d {
  text-align: left;
  background-color: #ededed;
  border-right: 1px solid #000000;
  padding: 5px;
}
.bestellung .bs1_col1c,
.bestellung .bs1_col2c,
.bestellung .bs1_col3c,
.bestellung .bs1_col4c,
.bestellung .bs1_col5c,
.bestellung .bs1_col6c,
.bestellung .bs1_col7c,
.bestellung .bs1_col8c {
  font-size: 11px;
  color: #727272;
}
.bestellung .bs1_col5c {
  text-align: center;
}
.bestellung .bs1_col7c {
  text-align: center;
}
.bestellung .bs1_col8c {
  border-right: none;
}
.bestellung .bs1_col8d {
  border-right: none;
}
.bestellung .bs1_col1b,
.bestellung .bs1_col2b,
.bestellung .bs1_col3b,
.bestellung .bs1_col4b,
.bestellung .bs1_col5b,
.bestellung .bs1_col6b,
.bestellung .bs1_col7b,
.bestellung .bs1_col8b {
  text-align: left;
  background-color: #ffffff;
  border-right: 1px solid #000000;
  color: #000000;
  padding: 5px;
}
.bestellung .bs1_col5b {
  text-align: center;
}
.bestellung .bs1_col7b {
  text-align: center;
}
.bestellung .bs1_col8b {
  text-align: center;
  border-right: none;
}
.bestellung .bs1_col1a,
.bestellung .bs1_col2a,
.bestellung .bs1_col3a,
.bestellung .bs1_col4a,
.bestellung .bs1_col5a,
.bestellung .bs1_col6a,
.bestellung .bs1_col7a,
.bestellung .bs1_col8a {
  text-align: left;
  background-color: #001f4f;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px;
}
.bestellung .bs1_col2a {
  text-align: center;
}
.bestellung .bs1_col4a {
  text-align: center;
}
.bestellung .bs1_col5a {
  text-align: center;
}
.bestellung .bs1_col8a {
  text-align: center;
  border-right: none;
}
.bestellung .bs1_col1_blind2,
.bestellung .bs1_col2_blind2,
.bestellung .bs1_col3_blind2,
.bestellung .bs1_col4_blind2,
.bestellung .bs1_col5_blind2,
.bestellung .bs1_col6_blind2,
.bestellung .bs1_col7_blind2,
.bestellung .bs1_col8_blind2 {
  background-color: #ededed;
  border-right: 1px solid #000000;
}
.bestellung .bs1_col8_blind2 {
  border-right: none;
}
.bestellung .bs1_col1_blind,
.bestellung .bs1_col2_blind,
.bestellung .bs1_col3_blind,
.bestellung .bs1_col4_blind,
.bestellung .bs1_col5_blind,
.bestellung .bs1_col6_blind,
.bestellung .bs1_col7_blind,
.bestellung .bs1_col8_blind {
  background-color: #737373;
  border-right: 1px solid #ffffff;
}
.bestellung .bs1_col8_blind {
  border-right: none;
}
.bestellung .bs1_col1,
.bestellung .bs1_col2,
.bestellung .bs1_col3,
.bestellung .bs1_col4,
.bestellung .bs1_col5,
.bestellung .bs1_col6,
.bestellung .bs1_col7,
.bestellung .bs1_col8 {
  text-align: left;
  background-color: #737373;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px 0 16px 5px;
}
.bestellung .bs1_col8 {
  border-right: none;
}
.bestellung .bs5_headlinetable_col1,
.bestellung .bs5_headlinetable_col2,
.bestellung .bs5_headlinetable_col3,
.bestellung .bs5_headlinetable_col4,
.bestellung .bs5_headlinetable_col5,
.bestellung .bs5_headlinetable_col6 {
  background-color: #001f4f;
  color: #ffffff;
  width: 100px;
  text-align: left;
}
.bestellung .bs5_headlinetable_col2 {
  width: 300px;
}
.bestellung .bs5_linieoben {
  border-top: 1px solid #000000;
}
.bestellung .bs5_linielinks {
  border-left: 1px solid #000000;
}
.bestellung .bs5_headlinetable {
  background-color: #001f4f;
  color: #ffffff;
  text-align: left;
}
.bestellung .wktable_grundpreis {
  font-size: smaller;
}
.bestellung .wktable_einheit {
  font-size: smaller;
}
.bestellung *html .content .cartstep5layout1 .block1,
.bestellung *html .content .cartstep5layout1 .block2 {
  width: 300px;
  margin-right: 10px;
}
.bestellung *html .content .cartstep5layout1 .block2 {
  margin-right: 5px;
}
.bestellung *html .content .simplebox {
  height: 1%;
  margin-top: -5px;
}
.bestellung *html .content .row .rightform .newsletter {
  margin-left: -120px;
}
.bestellung *html .content .row .checkbox {
  margin-left: 0;
}
.bestellung *html .content .cartstep2layout {
  height: 1%;
  width: 980px;
  margin-bottom: 0;
}
.bestellung *html .content .cartstep2layout .leftside {
  width: 670px;
}
.bestellung *html .content .cartstep2layout .rightside {
  margin-left: -1px;
}
.bestellung *html .content .cartbox_step2 .header {
  width: 670px;
}
.bestellung *html .content .cartboxinfo_step2 .boxtop {
  height: 51px;
}
.bestellung *html .content .cartboxinfo_step2 .boxstep2 {
  height: 112px;
}
.bestellung *html .content .cartboxinfo_step2 .boxbottomstep2 {
  margin-bottom: 20px;
}
.bestellung *html .content .textpic_cart .pic {
  margin-right: 5px;
}
.bestellung *html .content .textpic_cart .text {
  padding-top: 4px;
}
.bestellung *html .content .last .textpic_cart .text {
  padding-top: 0;
}
.bestellung *html .content .legend .textpic_cart .text {
  padding-top: 0;
}
.bestellung *html .content .cartstep3layout {
  height: 1%;
  width: 980px;
  margin-bottom: 0;
}
.bestellung *html .content .cartstep3layout .leftside {
  width: 570px;
}
.bestellung *html .content .cartstep3layout .rightside {
  margin-left: -1px;
}
.bestellung *html .content .cartbox_step3 .header {
  width: 570px;
}
.bestellung *html .content .cartboxinfo_step3 .boxtop {
  height: 51px;
}
.bestellung *html .content .cartboxinfo_step3 .boxstep2 {
  height: 112px;
}
.bestellung *html .content .cartboxinfo_step3 .boxbottomstep2 {
  margin-bottom: 20px;
}
.bestellung *html .content .cartstep4layout {
  height: 1%;
  width: 980px;
  margin-bottom: 0;
}
.bestellung *html .content .cartstep4layout .leftside {
  width: 570px;
}
.bestellung *html .content .cartstep4layout .rightside {
  margin-left: -1px;
}
.bestellung *html .content .cartbox_step4 .header {
  width: 570px;
}
.bestellung *html .content .cartboxinfo_step4 .boxtop {
  height: 51px;
}
.bestellung *html .content .cartboxinfo_step4 .boxstep2 {
  height: 112px;
}
.bestellung *html .content .cartboxinfo_step4 .boxbottomstep2 {
  margin-bottom: 20px;
}
.bestellung *html .content .carttable {
  margin-bottom: 20px;
}
.bestellung *html .content .carttable .textpic_cart .pic input {
  overflow: hidden;
  margin: 2px 0 8px 0;
  width: 40px;
}
.bestellung *html .content .step56 table tfoot {
  overflow: hidden;
  height: 1%;
  width: 200px;
  position: relative;
}
.bestellung *html .cartstep5 table td.footer {
  padding: 10px 10px 0 10px;
}
.bestellung *html .layout {
  overflow: hidden;
  position: relative;
}
.bestellung *html .layout .colleft {
  margin-left: -100%;
}
.bestellung *html .layout .content {
  margin: 0;
  left: 0;
  clear: both;
  position: relative;
  overflow: hidden;
  height: 1%;
}
.bestellung *html #statusbar .sslsecured {
  margin: -20px 0 20px 0;
}
.bestellung *html #statusbar .sslsecured span {
  width: 100px;
}
.bestellung *html #trusted_shops_header {
  height: 134px;
}
.bestellung *html .legend .textpic {
  margin-bottom: -1px;
}
.bestellung *html .legend .textpic .pic {
  margin-right: 5px;
}
.bestellung *html .legend .textpic .text {
  padding-top: 0;
}
.bestellung *html .legend .last .textpic .text {
  padding-top: 0;
}
.bestellung *html #bank .rightccinfo .boxtop {
  width: 465px;
}
.bestellung *html #bank .rightccinfo .boxtop h2 {
  width: 465px;
}
.bestellung *html #bank .cartboxmiddle .header {
  width: 465px;
}
.bestellung *html #bank .cartboxinfobig .boxtop {
  width: 455px;
}
.bestellung *html #bank .cartboxinfobig .boxmiddle {
  width: 465px;
  padding: 0 10px 0 10px;
}
.bestellung *html #kredit .rightccinfo {
  float: left;
  width: 451px;
  margin-left: -2px;
}
.bestellung *html #kredit .rightccinfo .boxtop {
  width: 465px;
}
.bestellung *html #kredit .rightccinfo .boxtop h2 {
  width: 465px;
}
.bestellung *html #kredit .cartboxmiddle .header {
  width: 465px;
}
.bestellung *html #kredit .cartboxinfobig .boxtop {
  width: 455px;
}
.bestellung *html #kredit .cartboxinfobig .boxmiddle {
  width: 465px;
  padding: 0 10px 0 10px;
}
.bestellung #wrapper:after {
  content: '[DXS20Y]';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -100px;
}
.bestellung * html .content table tfoot td {
  padding-bottom: 10px;
}
.bestellung * html .content .row .rightform .newsletter {
  margin-left: -120px;
}
.bestellung * html #mainnav ul ul a {
  width: 150px;
}
.bestellung * html #mainnav ul ul a:visited {
  width: 150px;
}
.bestellung .float-right {
  float: right;
}
.bestellung .float-left {
  float: left;
}
.bestellung .clear {
  clear: both;
}
.bestellung .margin {
  margin: 10px 0;
}
.bestellung .margin-top {
  margin-top: 10px;
}
.bestellung .margin-bottom {
  margin-bottom: 10px;
}
.bestellung .margin-left {
  margin-left: 10px;
}
.bestellung .margin-right {
  margin-right: 10px;
}
.bestellung .nomargin {
  margin: 0;
}
.bestellung .nobr {
  white-space: nowrap;
}
.bestellung .trustedshops_rating_link {
  padding: 10px;
}
.bestellung #mainnav {
  width: 780px;
  height: 29px;
  position: relative;
  z-index: 999;
}
.bestellung #mainnav ul {
  padding: 0;
  margin: 0;
}
.bestellung #mainnav ul ul {
  position: absolute;
  height: 0;
  top: 29px;
  width: 150px;
}
.bestellung #mainnav ul ul ul {
  left: 179px;
  top: -1px;
  width: 180px;
}
.bestellung #mainnav ul ul ul.left {
  left: -179px;
}
.bestellung #mainnav ul ul a {
  line-height: 120%;
  padding: 5px 10px;
  width: 158px;
  height: auto;
}
.bestellung #mainnav ul ul a:visited {
  line-height: 120%;
  padding: 5px 10px;
  width: 158px;
  height: auto;
}
.bestellung #mainnav li {
  float: left;
  position: relative;
}
.bestellung #mainnav a {
  height: 29px;
  padding: 0 10px;
  line-height: 29px;
}
.bestellung #mainnav a:visited {
  height: 29px;
  padding: 0 10px;
  line-height: 29px;
}
.bestellung #mainnav table {
  top: 0;
  left: 0;
  position: absolute;
}
.bestellung #trusted_shops_header {
  overflow: hidden;
  width: 180px;
  height: 120px;
  margin: 10px 0 0 8px;
  padding: 5px 10px;
  float: right;
}
.bestellung #trusted_shops_header .securetext {
  float: left;
  width: 100px;
  margin-right: 5px;
  line-height: 170%;
}
.bestellung #trusted_shops_header .secureseal {
  float: right;
  width: 70px;
}
.bestellung #trusted_shops_header h3 {
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 30px;
}
.bestellung #trusted_shops_header p {
  padding: 0;
  margin: 0 0 8px 0;
}
.bestellung * + html .content .cartstep2layout {
  margin-bottom: 0;
}
.bestellung * + html .content .cartboxinfo_step2 .boxtop {
  height: 51px;
}
.bestellung * + html .content .cartboxinfo_step2 .boxstep2 {
  height: 112px;
}
.bestellung * + html .content .textpic_cart .text {
  padding-top: 12px;
}
.bestellung * + html .content .cartstep3layout {
  margin-bottom: 0;
}
.bestellung * + html .content .cartboxinfo_step3 .boxtop {
  height: 51px;
}
.bestellung * + html .content .cartboxinfo_step3 .boxstep2 {
  height: 112px;
}
.bestellung * + html .content .cartstep4layout {
  margin-bottom: 0;
}
.bestellung * + html .content .cartboxinfo_step4 .boxtop {
  height: 51px;
}
.bestellung * + html .content .cartboxinfo_step4 .boxstep2 {
  height: 112px;
}
.bestellung * + html .content .carttable {
  margin-bottom: -20px;
}
.bestellung * + html .content .carttable table thead {
  height: 22px;
}
.bestellung * + html .legend .textpic {
  margin-bottom: 5px;
}
.bestellung * + html .legend .textpic .text {
  padding-top: 12px;
}
.bestellung .lieferzeit.gruen i {
  color: #008000 !important;
}
.bestellung .lieferzeit.gelb i {
  color: #FFD700 !important;
}
.bestellung .lieferzeit.orange i {
  color: #FFA500 !important;
}
.bestellung .lieferzeit.rot i {
  color: #FF0000 !important;
}
.bestellung .lieferzeit.grau i {
  color: #AAAAAA !important;
}
.bestellung .lieferzeit.wieder i {
  color: #FF00FF !important;
}
.bestellung .lieferzeit.warnung i {
  color: #FFD700 !important;
}
.bestellung *hmtl #bank .cartboxinfobig {
  width: 476px;
}
.bestellung *hmtl #kredit .cartboxinfobig {
  width: 476px;
}
.bestellung #black_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.bestellung #layer_view {
  position: fixed;
  top: 15%;
  left: 14%;
  width: 70%;
  height: 70%;
  z-index: 1002;
  overflow: auto;
}
.bestellung #layer_close {
  position: fixed;
  margin-right: 15px;
  margin-top: 10px;
  top: 15%;
  right: 16%;
  z-index: 1003;
}
.bestellung #layer_close_org {
  position: absolute;
  margin-left: 5px;
  margin-bottom: 5px;
  top: 0;
  right: 0;
  z-index: 1003;
}
.bestellung #layer_content {
  position: relative;
  margin: 15px;
}
.additional_pages {
  padding: 15px;
}
.additional_pages,
.additional_pages * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.additional_pages h1,
.additional_pages .h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
}
.additional_pages h2,
.additional_pages .h2 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.25;
}
.additional_pages .h3 {
  font-size: 14px;
  line-height: 1.25;
}
.additional_pages .teaser-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.additional_pages .page_header img {
  min-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .additional_pages .page_header img {
    max-width: 260px;
  }
}
.additional_pages .page_header .page_headline {
  color: white;
}
.additional_pages .page_header .page_headline > * {
  margin-bottom: 0;
  font-weight: normal;
}
.additional_pages .page_content h3 {
  margin-top: 0px;
}
.additional_pages #trackingInput input,
.additional_pages #ersatzteilForm input,
.additional_pages#reparaturformular input,
.additional_pages .anfrage_formular input,
.additional_pages #trackingInput select,
.additional_pages #ersatzteilForm select,
.additional_pages#reparaturformular select,
.additional_pages .anfrage_formular select,
.additional_pages #trackingInput textarea,
.additional_pages #ersatzteilForm textarea,
.additional_pages#reparaturformular textarea,
.additional_pages .anfrage_formular textarea {
  padding: 11.25px;
  border-radius: 4px;
  border: 1px solid #888;
  font-size: 14px;
  width: 100%;
  max-width: 680px;
}
.additional_pages #trackingInput input[type="submit"],
.additional_pages #ersatzteilForm input[type="submit"],
.additional_pages#reparaturformular input[type="submit"],
.additional_pages .anfrage_formular input[type="submit"] {
  background: #001f4f;
  color: white;
  border: 1px solid transparent;
  transition: all 0.2s;
}
.additional_pages #trackingInput input[type="submit"]:hover,
.additional_pages #ersatzteilForm input[type="submit"]:hover,
.additional_pages#reparaturformular input[type="submit"]:hover,
.additional_pages .anfrage_formular input[type="submit"]:hover {
  background: #000000;
}
.additional_pages #trackingInput input[type="image"],
.additional_pages #ersatzteilForm input[type="image"],
.additional_pages#reparaturformular input[type="image"],
.additional_pages .anfrage_formular input[type="image"] {
  padding: 0;
  width: inherit;
  max-width: inherit;
  background: transparent;
  color: inherit;
  border: none;
}
.additional_pages #trackingInput input[type="file"],
.additional_pages #ersatzteilForm input[type="file"],
.additional_pages#reparaturformular input[type="file"],
.additional_pages .anfrage_formular input[type="file"] {
  padding: 8px 11.25px;
}
.additional_pages #trackingInput input[type="checkbox"],
.additional_pages #ersatzteilForm input[type="checkbox"],
.additional_pages#reparaturformular input[type="checkbox"],
.additional_pages .anfrage_formular input[type="checkbox"],
.additional_pages #trackingInput input[type="radio"],
.additional_pages #ersatzteilForm input[type="radio"],
.additional_pages#reparaturformular input[type="radio"],
.additional_pages .anfrage_formular input[type="radio"] {
  width: auto !important;
  margin: 0 5px 0 0 !important;
}
.additional_pages #trackingInput label,
.additional_pages#reparaturformular label {
  font-size: 10px;
  color: #888;
}
.additional_pages #ersatzteilsuche {
  margin-top: 0;
  margin-bottom: 0;
}
.additional_pages#reparaturformular form.reparaturformular {
  padding-left: 0 !important;
}
.additional_pages#der-weg-zu-uns {
  line-height: 1.4;
}
/**
 * Basic CSS Media Query Template
 * ------------------------------------------
 *  Responsive Grid Media Queries - 1280, 1024, 768, 480
 *   1280-1024   - desktop (default grid)
 *   1024-768    - tablet landscape
 *   768-480     - tablet
 *   480-less    - phone landscape & smaller
 * --------------------------------------------
 */
@media screen and (max-width: 479px) {
  /* Wrapper */
  body {
    min-width: 0;
  }
  #wrapper {
    width: 100%;
  }
  /* Logo */
  #logo img {
    width: 150px;
  }
  /* Warenkorb */
  #cart .ueberschrift_warenkorb {
    display: none;
  }
  #cart .info {
    display: none;
  }
  #cart .link_bestellung {
    display: none;
  }
  /* Brotkrümelnavigation */
  #breadcrumb {
    display: none;
  }
  /* Rubrik-Header */
  #rubrik_header .rechts {
    width: 100%;
  }
  #rubrik_header .rechts img {
    width: 100%;
    height: auto;
  }
  #rubrik_header .rub_des {
    width: auto;
    padding: 12px;
  }
  /* Rubriken */
  .productlisting_rubrik {
    padding: 12px;
  }
  .artikel_vorschau_rubrik {
    width: auto;
    margin-right: 0;
  }
  .artikel_vorschau_rubrik .description {
    height: auto;
    margin-bottom: 8px;
  }
  /* Zuletzt gesehen */
  #zuletzt_gesehen {
    display: none;
  }
  /* Pagination */
  .previousnext {
    display: none;
  }
  /* Trichtersuche */
  #trichtersuche {
    display: none;
  }
  /* Service */
  #service_leiste #quicklinks_block {
    display: none;
  }
  /* Artikel-Bild */
  .bigpic {
    width: 320px !important;
  }
  .artikel_bild {
    width: 320px;
    display: block;
  }
  .artikel_bild .hauptbild img {
    width: 320px;
  }
  .artikel_bild .hauptbildSymbol img {
    width: 15px;
  }
  .zusatzbilder_liste_td {
    display: block;
    width: 320px;
    overflow-x: scroll;
  }
  /* Produktverantwortlicher */
  .produktverantwortlicher {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
  }
  .produktverantwortlicher > table {
    width: 320px !important;
  }
  .produktverantwortlicher > table table {
    width: 190px !important;
  }
  /* Artikel-Tabelle */
  .box_header {
    display: none;
  }
  /* Hinweis */
  .box_hinweis {
    margin: 0px 12px;
  }
  /* Piktogramme */
  .box_content {
    overflow-x: scroll;
  }
}
/* Portrait */
@media screen and (orientation: portrait) {
  /* Portrait styles here */
}
/* Landscape */
@media screen and (orientation: landscape) {
  /* Landscape styles here */
}
/* CSS for iPhone, iPad, and Retina Displays */
/* Non-Retina */
/* Retina */
/* iPhone Portrait */
/* iPhone Landscape */
/* iPad Portrait */
/* iPad Landscape */
body.staging {
  margin-top: 38px;
}
body.staging:before {
  position: fixed;
  z-index: 1000;
  top: 0;
  background: red;
  padding: 0.5em;
  left: 0;
  width: 100%;
  color: white;
  content: 'STAGING-SYSTEM';
  min-height: 22px;
}
@media screen and (max-width: 479px) {
  body.staging:before {
    content: 'System: ' attr(class) ' (max-width: 479px)';
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  body.staging:before {
    content: 'System: ' attr(class) ' (min-width: 1024px) and (max-width: 1279px)';
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.staging:before {
    content: 'System: ' attr(class) ' (min-width: 768px) and (max-width: 1023px)';
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  body.staging:before {
    content: 'System: ' attr(class) ' (min-width: 480px) and (max-width: 767px)';
  }
}
body.staging-pim {
  margin-top: 38px;
}
body.staging-pim:before {
  position: fixed;
  z-index: 100;
  top: 0;
  background: red;
  padding: 0.5em;
  left: 0;
  width: 100%;
  color: white;
  content: 'PIM STAGING-SYSTEM';
  min-height: 22px;
}
@media screen and (max-width: 479px) {
  body.staging-pim:before {
    content: 'System: ' attr(class) ' (max-width: 479px)';
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  body.staging-pim:before {
    content: 'System: ' attr(class) ' (min-width: 1024px) and (max-width: 1279px)';
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.staging-pim:before {
    content: 'System: ' attr(class) ' (min-width: 768px) and (max-width: 1023px)';
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  body.staging-pim:before {
    content: 'System: ' attr(class) ' (min-width: 480px) and (max-width: 767px)';
  }
}
@media screen and (min-width: 0px) {
  .bg-lightest {
    background-color: #fff;
  }
  .text-lightest {
    color: #fff;
  }
  .bg-darkest {
    background-color: #000;
  }
  .text-darkest {
    color: #000;
  }
}
@media screen and (min-width: 480px) {
  .bg-sm-lightest {
    background-color: #fff;
  }
  .text-sm-lightest {
    color: #fff;
  }
  .bg-sm-darkest {
    background-color: #000;
  }
  .text-sm-darkest {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .bg-md-lightest {
    background-color: #fff;
  }
  .text-md-lightest {
    color: #fff;
  }
  .bg-md-darkest {
    background-color: #000;
  }
  .text-md-darkest {
    color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .bg-lg-lightest {
    background-color: #fff;
  }
  .text-lg-lightest {
    color: #fff;
  }
  .bg-lg-darkest {
    background-color: #000;
  }
  .text-lg-darkest {
    color: #000;
  }
}
.technikproblem {
  background-color: #f0f0f0;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 15px;
  color: red;
}
.technikproblem,
.technikproblem * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.technikproblem:empty {
  display: none;
}
.ui-dialog {
  left: 50% !important;
  transform: translateX(-50%);
  width: 90% !important;
  max-width: 500px !important;
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  background: #001f4f;
  animation: flipX 1s ease-in-out infinite, bgcolors 1s ease-in-out infinite;
}
/* keyFrames */
@keyframes bgcolors {
  0% {
    background-color: #001f4f;
  }
  25% {
    background-color: #16a2c5;
  }
  50% {
    background-color: #001f4f;
  }
  75% {
    background-color: #f80;
  }
  100% {
    background-color: #001f4f;
  }
}
@keyframes flipX {
  0% {
    transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}
@font-face {
  font-family: 'kernicons';
  src: url('/cosmoshop/shared/fonts/kernicons.eot?fpqjc3');
  src: url('/cosmoshop/shared/fonts/kernicons.eot?fpqjc3#iefix') format('embedded-opentype'), url('/cosmoshop/shared/fonts/kernicons.ttf?fpqjc3') format('truetype'), url('/cosmoshop/shared/fonts/kernicons.woff?fpqjc3') format('woff'), url('/cosmoshop/shared/fonts/kernicons.svg?fpqjc3#kernicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kernicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-envelope:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-shopping-cart:before {
  content: "\e90a";
}
.icon-book:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e901";
}
.icon-compare:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-search-plus:before {
  content: "\e904";
}
.icon-service-hotline:before {
  content: "\e905";
}
.icon-status-abfrage:before {
  content: "\e906";
}
.icon-user:before {
  content: "\e907";
}
@font-face {
  font-family: 'kernicons-sw';
  src: url('/cosmoshop/shared/fonts/kernicons-sw.ttf?l41rrp') format('truetype'), url('/cosmoshop/shared/fonts/kernicons-sw.woff?l41rrp') format('woff'), url('/cosmoshop/shared/fonts/kernicons-sw.svg?l41rrp#kernicons-sw') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-sw-"],
[class*=" icon-sw-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kernicons-sw' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sw-star:before {
  content: "\e600";
}
.icon-sw-star-empty:before {
  content: "\e601";
}
.icon-sw-shopware:before {
  content: "\e602";
}
.icon-sw-service:before {
  content: "\e603";
}
.icon-sw-search:before {
  content: "\e604";
}
.icon-sw-numbered-list:before {
  content: "\e605";
}
.icon-sw-menu:before {
  content: "\e606";
}
.icon-sw-mail:before {
  content: "\e607";
}
.icon-sw-list:before {
  content: "\e608";
}
.icon-sw-layout:before {
  content: "\e609";
}
.icon-sw-heart:before {
  content: "\e60a";
}
.icon-sw-compare:before {
  content: "\e60b";
}
.icon-sw-check:before {
  content: "\e60c";
}
.icon-sw-cross:before {
  content: "\e60d";
}
.icon-sw-basket:before {
  content: "\e60e";
}
.icon-sw-arrow-right:before {
  content: "\e60f";
}
.icon-sw-arrow-up:before {
  content: "\e610";
}
.icon-sw-arrow-left:before {
  content: "\e611";
}
.icon-sw-arrow-down:before {
  content: "\e612";
}
.icon-sw-account:before {
  content: "\e613";
}
.icon-sw-logout:before {
  content: "\e614";
}
.icon-sw-grid:before {
  content: "\e615";
}
.icon-sw-filter:before {
  content: "\e616";
}
.icon-sw-clock:before {
  content: "\e617";
}
.icon-sw-pencil:before {
  content: "\e618";
}
.icon-sw-phone:before {
  content: "\e619";
}
.icon-sw-comment:before {
  content: "\e61a";
}
.icon-sw-info:before {
  content: "\e61b";
}
.icon-sw-install:before {
  content: "\e61c";
}
.icon-sw-mobile:before {
  content: "\e61d";
}
.icon-sw-mouse:before {
  content: "\e61e";
}
.icon-sw-directions:before {
  content: "\e61f";
}
.icon-sw-paperplane:before {
  content: "\e620";
}
.icon-sw-feather:before {
  content: "\e621";
}
.icon-sw-paperclip:before {
  content: "\e622";
}
.icon-sw-drawer:before {
  content: "\e623";
}
.icon-sw-reply:before {
  content: "\e624";
}
.icon-sw-reply-all:before {
  content: "\e625";
}
.icon-sw-forward:before {
  content: "\e626";
}
.icon-sw-users:before {
  content: "\e627";
}
.icon-sw-user-add:before {
  content: "\e628";
}
.icon-sw-vcard:before {
  content: "\e629";
}
.icon-sw-export:before {
  content: "\e62a";
}
.icon-sw-location:before {
  content: "\e62b";
}
.icon-sw-map:before {
  content: "\e62c";
}
.icon-sw-compass:before {
  content: "\e62d";
}
.icon-sw-location2:before {
  content: "\e62e";
}
.icon-sw-target:before {
  content: "\e62f";
}
.icon-sw-share:before {
  content: "\e630";
}
.icon-sw-sharable:before {
  content: "\e631";
}
.icon-sw-thumbsup:before {
  content: "\e632";
}
.icon-sw-thumbsdown:before {
  content: "\e633";
}
.icon-sw-chat:before {
  content: "\e634";
}
.icon-sw-quote:before {
  content: "\e635";
}
.icon-sw-house:before {
  content: "\e636";
}
.icon-sw-popup:before {
  content: "\e637";
}
.icon-sw-flashlight:before {
  content: "\e638";
}
.icon-sw-printer:before {
  content: "\e639";
}
.icon-sw-bell:before {
  content: "\e63a";
}
.icon-sw-link:before {
  content: "\e63b";
}
.icon-sw-flag:before {
  content: "\e63c";
}
.icon-sw-cog:before {
  content: "\e63d";
}
.icon-sw-tools:before {
  content: "\e63e";
}
.icon-sw-trophy:before {
  content: "\e63f";
}
.icon-sw-tag:before {
  content: "\e640";
}
.icon-sw-camera:before {
  content: "\e641";
}
.icon-sw-megaphone:before {
  content: "\e642";
}
.icon-sw-moon:before {
  content: "\e643";
}
.icon-sw-palette:before {
  content: "\e644";
}
.icon-sw-leaf:before {
  content: "\e645";
}
.icon-sw-music:before {
  content: "\e646";
}
.icon-sw-music2:before {
  content: "\e647";
}
.icon-sw-new:before {
  content: "\e648";
}
.icon-sw-graduation:before {
  content: "\e649";
}
.icon-sw-book:before {
  content: "\e64a";
}
.icon-sw-newspaper:before {
  content: "\e64b";
}
.icon-sw-bag:before {
  content: "\e64c";
}
.icon-sw-airplane:before {
  content: "\e64d";
}
.icon-sw-lifebuoy:before {
  content: "\e64e";
}
.icon-sw-eye:before {
  content: "\e64f";
}
.icon-sw-clock2:before {
  content: "\e650";
}
.icon-sw-microphone:before {
  content: "\e651";
}
.icon-sw-calendar:before {
  content: "\e652";
}
.icon-sw-bolt:before {
  content: "\e653";
}
.icon-sw-thunder:before {
  content: "\e654";
}
.icon-sw-droplet:before {
  content: "\e655";
}
.icon-sw-cd:before {
  content: "\e656";
}
.icon-sw-briefcase:before {
  content: "\e657";
}
.icon-sw-air:before {
  content: "\e658";
}
.icon-sw-hourglass:before {
  content: "\e659";
}
.icon-sw-gauge:before {
  content: "\e65a";
}
.icon-sw-language:before {
  content: "\e65b";
}
.icon-sw-network:before {
  content: "\e65c";
}
.icon-sw-key:before {
  content: "\e65d";
}
.icon-sw-battery:before {
  content: "\e65e";
}
.icon-sw-bucket:before {
  content: "\e65f";
}
.icon-sw-magnet:before {
  content: "\e660";
}
.icon-sw-drive:before {
  content: "\e661";
}
.icon-sw-cup:before {
  content: "\e662";
}
.icon-sw-rocket:before {
  content: "\e663";
}
.icon-sw-brush:before {
  content: "\e664";
}
.icon-sw-suitcase:before {
  content: "\e665";
}
.icon-sw-cone:before {
  content: "\e666";
}
.icon-sw-earth:before {
  content: "\e667";
}
.icon-sw-keyboard:before {
  content: "\e668";
}
.icon-sw-browser:before {
  content: "\e669";
}
.icon-sw-publish:before {
  content: "\e66a";
}
.icon-sw-progress-3:before {
  content: "\e66b";
}
.icon-sw-progress-2:before {
  content: "\e66c";
}
.icon-sw-progress-1:before {
  content: "\e66d";
}
.icon-sw-progress-0:before {
  content: "\e66e";
}
.icon-sw-sun:before {
  content: "\e66f";
}
.icon-sw-sun2:before {
  content: "\e670";
}
.icon-sw-adjust:before {
  content: "\e671";
}
.icon-sw-code:before {
  content: "\e672";
}
.icon-sw-screen:before {
  content: "\e673";
}
.icon-sw-infinity:before {
  content: "\e674";
}
.icon-sw-light-bulb:before {
  content: "\e675";
}
.icon-sw-creditcard:before {
  content: "\e676";
}
.icon-sw-database:before {
  content: "\e677";
}
.icon-sw-voicemail:before {
  content: "\e678";
}
.icon-sw-clipboard:before {
  content: "\e679";
}
.icon-sw-box:before {
  content: "\e67a";
}
.icon-sw-ticket:before {
  content: "\e67b";
}
.icon-sw-rss:before {
  content: "\e67c";
}
.icon-sw-signal:before {
  content: "\e67d";
}
.icon-sw-thermometer:before {
  content: "\e67e";
}
.icon-sw-droplets:before {
  content: "\e67f";
}
.icon-sw-uniE680:before {
  content: "\e680";
}
.icon-sw-statistics:before {
  content: "\e681";
}
.icon-sw-pie:before {
  content: "\e682";
}
.icon-sw-bars:before {
  content: "\e683";
}
.icon-sw-graph:before {
  content: "\e684";
}
.icon-sw-lock:before {
  content: "\e685";
}
.icon-sw-lock-open:before {
  content: "\e686";
}
.icon-sw-login:before {
  content: "\e687";
}
.icon-sw-minus:before {
  content: "\e688";
}
.icon-sw-plus:before {
  content: "\e689";
}
.icon-sw-cross2:before {
  content: "\e68a";
}
.icon-sw-minus2:before {
  content: "\e68b";
}
.icon-sw-plus2:before {
  content: "\e68c";
}
.icon-sw-cross3:before {
  content: "\e68d";
}
.icon-sw-minus3:before {
  content: "\e68e";
}
.icon-sw-plus3:before {
  content: "\e68f";
}
.icon-sw-erase:before {
  content: "\e690";
}
.icon-sw-blocked:before {
  content: "\e691";
}
.icon-sw-info2:before {
  content: "\e692";
}
.icon-sw-question:before {
  content: "\e693";
}
.icon-sw-help:before {
  content: "\e694";
}
.icon-sw-warning:before {
  content: "\e695";
}
.icon-sw-cycle:before {
  content: "\e696";
}
.icon-sw-cw:before {
  content: "\e697";
}
.icon-sw-ccw:before {
  content: "\e698";
}
.icon-sw-shuffle:before {
  content: "\e699";
}
.icon-sw-arrow:before {
  content: "\e69a";
}
.icon-sw-arrow2:before {
  content: "\e69b";
}
.icon-sw-retweet:before {
  content: "\e69c";
}
.icon-sw-loop:before {
  content: "\e69d";
}
.icon-sw-history:before {
  content: "\e69e";
}
.icon-sw-back:before {
  content: "\e69f";
}
.icon-sw-list2:before {
  content: "\e6a0";
}
.icon-sw-add-to-list:before {
  content: "\e6a1";
}
.icon-sw-layout2:before {
  content: "\e6a2";
}
.icon-sw-list3:before {
  content: "\e6a3";
}
.icon-sw-text:before {
  content: "\e6a4";
}
.icon-sw-text2:before {
  content: "\e6a5";
}
.icon-sw-document:before {
  content: "\e6a6";
}
.icon-sw-docs:before {
  content: "\e6a7";
}
.icon-sw-landscape:before {
  content: "\e6a8";
}
.icon-sw-pictures:before {
  content: "\e6a9";
}
.icon-sw-video:before {
  content: "\e6aa";
}
.icon-sw-music3:before {
  content: "\e6ab";
}
.icon-sw-folder:before {
  content: "\e6ac";
}
.icon-sw-archive:before {
  content: "\e6ad";
}
.icon-sw-trash:before {
  content: "\e6ae";
}
.icon-sw-upload:before {
  content: "\e6af";
}
.icon-sw-download:before {
  content: "\e6b0";
}
.icon-sw-disk:before {
  content: "\e6b1";
}
.icon-sw-cloud:before {
  content: "\e6b2";
}
.icon-sw-upload2:before {
  content: "\e6b3";
}
.icon-sw-bookmark:before {
  content: "\e6b4";
}
.icon-sw-bookmarks:before {
  content: "\e6b5";
}
.icon-sw-book2:before {
  content: "\e6b6";
}
.icon-sw-play:before {
  content: "\e6b7";
}
.icon-sw-pause:before {
  content: "\e6b8";
}
.icon-sw-record:before {
  content: "\e6b9";
}
.icon-sw-stop:before {
  content: "\e6ba";
}
.icon-sw-next:before {
  content: "\e6bb";
}
.icon-sw-previous:before {
  content: "\e6bc";
}
.icon-sw-first:before {
  content: "\e6bd";
}
.icon-sw-last:before {
  content: "\e6be";
}
.icon-sw-resize-enlarge:before {
  content: "\e6bf";
}
.icon-sw-resize-shrink:before {
  content: "\e6c0";
}
.icon-sw-volume:before {
  content: "\e6c1";
}
.icon-sw-sound:before {
  content: "\e6c2";
}
.icon-sw-mute:before {
  content: "\e6c3";
}
.icon-sw-flow-cascade:before {
  content: "\e6c4";
}
.icon-sw-flow-branch:before {
  content: "\e6c5";
}
.icon-sw-flow-tree:before {
  content: "\e6c6";
}
.icon-sw-flow-line:before {
  content: "\e6c7";
}
.icon-sw-flow-parallel:before {
  content: "\e6c8";
}
.icon-sw-arrow-left2:before {
  content: "\e6c9";
}
.icon-sw-arrow-down2:before {
  content: "\e6ca";
}
.icon-sw-arrow-up-upload:before {
  content: "\e6cb";
}
.icon-sw-arrow-right2:before {
  content: "\e6cc";
}
.icon-sw-arrow-left3:before {
  content: "\e6cd";
}
.icon-sw-arrow-down3:before {
  content: "\e6ce";
}
.icon-sw-arrow-up2:before {
  content: "\e6cf";
}
.icon-sw-arrow-right3:before {
  content: "\e6d0";
}
.icon-sw-arrow-left4:before {
  content: "\e6d1";
}
.icon-sw-arrow-down4:before {
  content: "\e6d2";
}
.icon-sw-arrow-up3:before {
  content: "\e6d3";
}
.icon-sw-arrow-right4:before {
  content: "\e6d4";
}
.icon-sw-arrow-left5:before {
  content: "\e6d5";
}
.icon-sw-arrow-down5:before {
  content: "\e6d6";
}
.icon-sw-arrow-up4:before {
  content: "\e6d7";
}
.icon-sw-arrow-right5:before {
  content: "\e6d8";
}
.icon-sw-arrow-left6:before {
  content: "\e6d9";
}
.icon-sw-arrow-down6:before {
  content: "\e6da";
}
.icon-sw-arrow-up5:before {
  content: "\e6db";
}
.icon-sw-arrow-right6:before {
  content: "\e6dc";
}
.icon-sw-menu2:before {
  content: "\e6dd";
}
.icon-sw-ellipsis:before {
  content: "\e6de";
}
.icon-sw-dots:before {
  content: "\e6df";
}
.icon-sw-dot:before {
  content: "\e6e0";
}
.icon-sw-cc:before {
  content: "\e6e1";
}
.icon-sw-cc-by:before {
  content: "\e6e2";
}
.icon-sw-cc-nc:before {
  content: "\e6e3";
}
.icon-sw-cc-nc-eu:before {
  content: "\e6e4";
}
.icon-sw-cc-nc-jp:before {
  content: "\e6e5";
}
.icon-sw-cc-sa:before {
  content: "\e6e6";
}
.icon-sw-cc-nd:before {
  content: "\e6e7";
}
.icon-sw-cc-pd:before {
  content: "\e6e8";
}
.icon-sw-cc-zero:before {
  content: "\e6e9";
}
.icon-sw-cc-share:before {
  content: "\e6ea";
}
.icon-sw-cc-share2:before {
  content: "\e6eb";
}
.icon-sw-danielbruce:before {
  content: "\e6ec";
}
.icon-sw-danielbruce2:before {
  content: "\e6ed";
}
.icon-sw-github:before {
  content: "\e6ee";
}
.icon-sw-github2:before {
  content: "\e6ef";
}
.icon-sw-flickr:before {
  content: "\e6f0";
}
.icon-sw-flickr2:before {
  content: "\e6f1";
}
.icon-sw-vimeo:before {
  content: "\e6f2";
}
.icon-sw-vimeo2:before {
  content: "\e6f3";
}
.icon-sw-twitter:before {
  content: "\e6f4";
}
.icon-sw-twitter2:before {
  content: "\e6f5";
}
.icon-sw-facebook:before {
  content: "\e6f6";
}
.icon-sw-facebook2:before {
  content: "\e6f7";
}
.icon-sw-facebook3:before {
  content: "\e6f8";
}
.icon-sw-googleplus:before {
  content: "\e6f9";
}
.icon-sw-googleplus2:before {
  content: "\e6fa";
}
.icon-sw-pinterest:before {
  content: "\e6fb";
}
.icon-sw-pinterest2:before {
  content: "\e6fc";
}
.icon-sw-tumblr:before {
  content: "\e6fd";
}
.icon-sw-tumblr2:before {
  content: "\e6fe";
}
.icon-sw-linkedin:before {
  content: "\e6ff";
}
.icon-sw-linkedin2:before {
  content: "\e700";
}
.icon-sw-dribbble:before {
  content: "\e701";
}
.icon-sw-dribbble2:before {
  content: "\e702";
}
.icon-sw-stumbleupon:before {
  content: "\e703";
}
.icon-sw-stumbleupon2:before {
  content: "\e704";
}
.icon-sw-lastfm:before {
  content: "\e705";
}
.icon-sw-lastfm2:before {
  content: "\e706";
}
.icon-sw-rdio:before {
  content: "\e707";
}
.icon-sw-rdio2:before {
  content: "\e708";
}
.icon-sw-spotify:before {
  content: "\e709";
}
.icon-sw-spotify2:before {
  content: "\e70a";
}
.icon-sw-qq:before {
  content: "\e70b";
}
.icon-sw-instagram3:before {
  content: "\e70c";
}
.icon-sw-dropbox:before {
  content: "\e70d";
}
.icon-sw-evernote:before {
  content: "\e70e";
}
.icon-sw-flattr:before {
  content: "\e70f";
}
.icon-sw-skype:before {
  content: "\e710";
}
.icon-sw-skype2:before {
  content: "\e711";
}
.icon-sw-renren:before {
  content: "\e712";
}
.icon-sw-sina-weibo:before {
  content: "\e713";
}
.icon-sw-paypal:before {
  content: "\e714";
}
.icon-sw-picasa:before {
  content: "\e715";
}
.icon-sw-soundcloud:before {
  content: "\e716";
}
.icon-sw-mixi:before {
  content: "\e717";
}
.icon-sw-behance:before {
  content: "\e718";
}
.icon-sw-circles:before {
  content: "\e719";
}
.icon-sw-vk:before {
  content: "\e71a";
}
.icon-sw-smashing:before {
  content: "\e71b";
}
.icon-sw-coupon:before {
  content: "\e71c";
}
.icon-sw-truck:before {
  content: "\e71d";
}
.icon-sw-star-half:before {
  content: "\e71e";
}
.icon-sw-feed:before {
  content: "\e71f";
}
.icon-sw-feed2:before {
  content: "\e720";
}
.icon-sw-delicious2:before {
  content: "\e721";
}
.icon-sw-percent:before {
  content: "\e722";
}
.icon-sw-percent2:before {
  content: "\e723";
}
.icon-sw-xing2:before {
  content: "\e900";
}
.icon-sw-xing:before {
  content: "\e901";
}
.icon-sw-instagram2:before {
  content: "\e902";
}
.icon-sw-instagram:before {
  content: "\e903";
}
.icon-sw-youtube2:before {
  content: "\e904";
}
.icon-sw-youtube:before {
  content: "\e905";
}
.icon-sw-chain:before {
  content: "\f0c1";
}
.icon-sw-delicious:before {
  content: "\f1a5";
}
.icon-sw-digg:before {
  content: "\f1a6";
}
#wrapper {
  box-shadow: none;
}
@media (min-width: 1279px) {
  #wrapper {
    width: 100%;
  }
  #wrapper > *:not(footer) {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
  }
}
#wrapper .content > [class*="bg-"] {
  position: relative;
}
#wrapper .content > [class*="bg-"]:before {
  content: "";
  left: -100%;
  width: 300%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#wrapper .content > .bg-light:before {
  background: #e0e0e0;
}
#wrapper .content > .bg-lighter:before {
  background: #f0f0f0;
}
#wrapper .content > .bg-lightest:before {
  background: #fff;
}
#wrapper .content > .bg-primary:before {
  background: #001f4f;
}
#wrapper .content > .bg-secondary:before {
  background: #001f4f;
}
.sr-only {
  display: none !important;
}
small,
.small {
  font-size: 80%;
}
footer {
  overflow: hidden;
}
footer * {
  transition: all 0.2s;
}
footer a:hover {
  text-decoration: none;
}
footer .footer-top {
  background: #001f4f;
  color: #fff;
}
footer .footer-top a {
  color: #fff;
}
footer .footer-top a:hover {
  color: #16a2c5;
}
footer .footer-top .contact-area a:hover {
  color: currentColor;
}
footer .footer-bottom {
  color: #888;
}
footer .footer-bottom a {
  color: #888;
}
footer [data-ns*="footer_hinweis"] a {
  text-decoration: underline;
}
footer [data-ns*="footer_hinweis"] a:hover {
  text-decoration: none;
}
footer [data-ns*="footer-social"] a {
  color: #ef7d00;
  text-decoration: none;
}
footer [data-ns*="footer-social"] a:hover,
footer [data-ns*="footer-social"] a:focus {
  color: #d86800;
}
footer h1,
footer h2,
footer h3,
footer h4 {
  font-size: 1.25rem;
}
.to-top {
  transition: all 0.2s;
  opacity: 0;
  transform: scale(0);
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}
.to-top:after {
  cursor: pointer;
  font-family: "kernicons-sw";
  content: "\e610";
  display: block;
  background: #f80;
  color: #fff;
  text-align: center;
  font-size: 0.5rem;
  padding: 1.5em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 4px;
}
.to-top.show {
  opacity: 1;
  transform: scale(1);
}
.to-top.has-border,
.to-top.has-gradient {
  transition: all 0.2s;
  opacity: 1;
  transform: scale(1) translateY(0);
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.5rem;
  border-radius: 4px;
}
.to-top.has-border,
.to-top.has-gradient,
.to-top.has-border *,
.to-top.has-gradient * {
  box-sizing: border-box;
}
.to-top.has-border:after,
.to-top.has-gradient:after {
  cursor: pointer;
  font-family: "kernicons-sw";
  content: "\e610";
  display: block;
  background: #fff;
  color: #f80;
  text-align: center;
  margin: -2px 0 0 2px;
  width: calc(3rem - 2px*2);
  height: calc(3rem - 2px*2);
  line-height: calc(3rem - 2px);
  border-radius: 3px;
  transform: translateY(-100%);
  padding: 0;
}
.to-top.has-border:before,
.to-top.has-gradient:before {
  content: '';
  display: block;
  border-radius: inherit;
  background: #f80;
  width: 3rem;
  height: 3rem;
}
.to-top.has-border:not(.show),
.to-top.has-gradient:not(.show) {
  opacity: 0;
  transform: translateY(300%);
}
.to-top.has-gradient:before {
  background: linear-gradient(to top, #cc6d00, #ffb866);
}
body {
  overflow-x: hidden;
}
header.header {
  position: relative;
  z-index: 200;
}
header.header:before,
header.header:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
header.header:after {
  right: 0;
}
header.header :focus,
header.header :focus-visible {
  outline: 1px dotted #aaa;
  display: inline-block;
}
header.header .grid_container {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /******************************************************************
   Navigation V2
    */
}
header.header .grid_container,
header.header .grid_container * {
  box-sizing: border-box;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  header.header .grid_container {
    padding: 15px 15px 0 15px;
  }
}
@media (min-width: 1024px) {
  header.header .grid_container {
    padding: 15px 0 0 0;
  }
}
@media (min-width: 1279px) {
  header.header .grid_container {
    padding-left: 0;
    padding-right: 0;
  }
}
header.header .grid_container > * {
  vertical-align: top;
}
header.header .grid_container > .sidenav {
  padding: 10px 15px;
  margin: 0 0 15px 0;
  background: #f0f0f0;
  color: #001f4f;
  list-style: none;
  position: relative;
  z-index: 4;
}
@media (min-width: 480px) {
  header.header .grid_container > .sidenav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  header.header .grid_container > .sidenav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
header.header .grid_container > .sidenav:after,
header.header .grid_container > .sidenav:before {
  content: '';
  background: #f0f0f0;
  position: absolute;
  width: 100vw;
  right: 0;
  height: 100%;
  display: block;
  z-index: -1;
  top: 0;
}
@media (min-width: 1024px) {
  header.header .grid_container > .sidenav:after,
  header.header .grid_container > .sidenav:before {
    content: none;
  }
}
header.header .grid_container > .sidenav:after {
  left: 0;
}
@media (min-width: 1024px) {
  header.header .grid_container > .sidenav {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 85%;
  }
}
@media (min-width: 1279px) {
  header.header .grid_container > .sidenav {
    font-size: 100%;
  }
}
@media (min-width: 480px) {
  header.header .grid_container > .sidenav li {
    margin-right: 12px;
  }
}
@media (min-width: 768px) {
  header.header .grid_container > .sidenav li {
    margin-right: 6px;
    margin-left: 6px;
    text-align: center;
  }
}
header.header .grid_container > .sidenav a {
  color: #001f4f;
}
header.header .grid_container > .sidenav a:hover {
  text-decoration: none;
  color: #000;
}
header.header .grid_container > .sidenav i,
header.header .grid_container > .sidenav .lexikon a:before {
  margin-right: 6px;
}
@media (min-width: 1024px) {
  header.header .grid_container > .sidenav i,
  header.header .grid_container > .sidenav .lexikon a:before {
    margin-right: auto;
  }
}
header.header .grid_container > .sidenav .sidenav-item-mobile {
  position: relative;
}
header.header .grid_container > .logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 480px) {
  header.header .grid_container > .logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (min-width: 1024px) {
  header.header .grid_container > .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
header.header .grid_container > .logo img {
  height: auto;
  max-width: 135px;
}
@media (min-width: 480px) {
  header.header .grid_container > .logo img {
    max-width: 170px;
    padding: 0 15px 0 0;
  }
}
@media (min-width: 768px) {
  header.header .grid_container > .logo img {
    max-width: 200px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  header.header .grid_container > .logo img {
    max-width: 180px;
  }
}
@media (min-width: 1280px) {
  header.header .grid_container > .logo img {
    max-width: 230px;
  }
}
header.header .grid_container > .search-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 480px) {
  header.header .grid_container > .search-icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1024px) {
  header.header .grid_container > .search-icon {
    display: none;
  }
}
header.header .grid_container > .search-icon [class*="icon-"],
header.header .grid_container > .search-icon [class*="fa-"] {
  display: inline-block;
  color: #001f4f;
  text-decoration: none;
  text-align: center;
  padding: 0 14px;
  margin: 5px auto;
  font-size: 24px;
}
@media (min-width: 480px) {
  header.header .grid_container > .search-icon [class*="icon-"],
  header.header .grid_container > .search-icon [class*="fa-"] {
    margin-top: 12px;
  }
}
header.header .grid_container > .search-icon [class*="icon-"]:hover,
header.header .grid_container > .search-icon [class*="fa-"]:hover,
header.header .grid_container > .search-icon [class*="icon-"] a:hover,
header.header .grid_container > .search-icon [class*="fa-"] a:hover {
  text-decoration: none;
  color: #000;
}
header.header .grid_container > .search-icon + .search {
  display: none;
}
@media (min-width: 1024px) {
  header.header .grid_container > .search-icon + .search {
    display: block;
  }
}
header.header .grid_container > .search-icon.toggled + .search {
  display: block;
}
header.header .grid_container > .search {
  order: 9;
  flex: 1 0 100%;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  header.header .grid_container > .search {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1024px) {
  header.header .grid_container > .search {
    position: static;
    width: auto;
    padding: 0 8px 8px 8px;
    margin: 0 auto;
    max-width: 400px;
  }
}
header.header .grid_container > .search .search-wrapper {
  background: #f0f0f0;
  margin-left: auto;
  padding: 12px;
  padding-bottom: 6px;
}
@media (min-width: 1024px) {
  header.header .grid_container > .search .search-wrapper {
    padding: 0;
    background: transparent;
    margin-right: auto;
  }
}
header.header .grid_container > .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  margin-bottom: 3px;
}
header.header .grid_container > .search form > * {
  height: 42px;
  line-height: 3px;
}
header.header .grid_container > .search form .search-field,
header.header .grid_container > .search form .search-submit {
  background: #fff;
  border: 1px solid #001f4f;
  padding: 6px;
  border-radius: 0;
}
header.header .grid_container > .search form .search-field {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
header.header .grid_container > .search form .search-submit {
  background: #001f4f;
  color: #fff;
  padding: 6px 12px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
header.header .grid_container > .search form .search-submit i {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  header.header .grid_container > .search form .search-submit i {
    font-size: 18px;
    margin-bottom: 0;
  }
}
header.header .grid_container > .search .extended_search {
  color: #001f4f;
  text-align: right;
}
header.header .grid_container > .search .extended_search i {
  font-size: 18px;
  display: inline-block;
  margin-left: 3px;
}
header.header .grid_container > .shopnav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 480px) {
  header.header .grid_container > .shopnav {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (min-width: 1024px) {
  header.header .grid_container > .shopnav {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
header.header .grid_container > .shopnav .language-switch {
  margin: 8px 6px 0 6px;
}
header.header .grid_container > .shopnav .language-switch [data-lang="s/s_de.gif"]:after {
  content: "DE";
}
header.header .grid_container > .shopnav .language-switch [data-lang="s/s_en.gif"]:after {
  content: "EN";
}
header.header .grid_container > .shopnav .language-switch [data-lang="s/s_fr.gif"]:after {
  content: "FR";
}
header.header .grid_container > .shopnav .language-switch [data-lang="s/s_it.gif"]:after {
  content: "IT";
}
header.header .grid_container > .shopnav .language-switch [data-lang="s/s_es.gif"]:after {
  content: "ES";
}
header.header .grid_container > .shopnav .language-switch [data-lang="s/s_pt.gif"]:after {
  content: "PT";
}
header.header .grid_container > .shopnav .language-switch [data-lang="s/s_nl.gif"]:after {
  content: "NL";
}
header.header .grid_container > .shopnav .language-switch .language-current {
  padding: 8px;
}
header.header .grid_container > .shopnav .language-switch .language-current [class*="icon-"] {
  font-size: 5px;
  display: inline-block;
}
header.header .grid_container > .shopnav .language-switch .language-list {
  padding: 8px;
  padding-right: 18px;
}
header.header .grid_container > .shopnav .language-switch .language-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0 1px 0;
}
header.header .grid_container > .shopnav .language-switch .language-list li:first-child a {
  border-top: none;
}
header.header .grid_container > .shopnav .language-switch .language-list > li img {
  width: 20px;
  height: 10px;
  margin-right: 10px;
}
header.header .grid_container > .shopnav .cart {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  z-index: 3;
  color: #001f4f;
  text-align: center;
  padding: 0 14px;
}
header.header .grid_container > .shopnav .cart:hover {
  color: #000;
}
header.header .grid_container > .shopnav .cart .cart-icon svg,
header.header .grid_container > .shopnav .cart .cart-icon img,
header.header .grid_container > .shopnav .cart .cart-icon i {
  display: inline-block;
  font-size: 30px;
  width: 30px;
  height: auto;
}
header.header .grid_container > .shopnav .cart .cart-label {
  text-align: center;
  display: none;
}
@media (min-width: 480px) {
  header.header .grid_container > .shopnav .cart .cart-label {
    display: none !important;
  }
}
header.header .grid_container > .shopnav .cart .cart-item-count {
  position: absolute;
  top: calc(-12px + 8px);
  right: calc(-12px + 8px);
  padding: 0;
  background: #001f4f;
  color: #fff;
  border-radius: 500px;
  line-height: 24px;
  font-size: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
}
header.header .grid_container > .shopnav .cart a:hover,
header.header .grid_container > .shopnav .cart:hover {
  text-decoration: none;
}
header.header .grid_container > .account {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 480px) {
  header.header .grid_container > .account {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
header.header .grid_container > .account .meinkonto {
  display: inline-block;
  color: #001f4f;
  text-decoration: none;
  text-align: center;
  padding: 0 14px;
}
header.header .grid_container > .account .meinkonto:hover,
header.header .grid_container > .account .meinkonto a:hover {
  text-decoration: none;
  color: #000;
}
header.header .grid_container > .account .meinkonto span {
  display: none;
}
@media (min-width: 480px) {
  header.header .grid_container > .account .meinkonto span {
    display: none !important;
  }
}
header.header .grid_container > .account ul li a,
header.header .grid_container > .account ul li span {
  display: block;
  padding: 4px 0 3px 0;
}
header.header .grid_container > .account ul li hr {
  border: none;
  border-bottom: 1px solid #888;
}
header.header .grid_container > .mainnav {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin: 0 -15px 0 auto;
  /* header  */
  /* menu icon */
}
@media (min-width: 480px) {
  header.header .grid_container > .mainnav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media (min-width: 1024px) {
  header.header .grid_container > .mainnav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
header.header .grid_container > .mainnav > ul {
  transition: none;
  overflow: hidden;
  background-color: #fff;
  max-height: 0;
  clear: both;
  position: absolute;
  right: 0;
}
@media (min-width: 1024px) {
  header.header .grid_container > .mainnav > ul {
    clear: none;
    max-height: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: static;
    width: 100%;
  }
}
header.header .grid_container > .mainnav ul,
header.header .grid_container > .mainnav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.header .grid_container > .mainnav .lexikon {
  padding: 0;
}
@media (min-width: 1024px) {
  header.header .grid_container > .mainnav .lexikon {
    padding: 0;
  }
}
header.header .grid_container > .mainnav > ul > li > span,
header.header .grid_container > .mainnav > ul > li a,
header.header .grid_container > .mainnav .lexikon a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
}
@media (min-width: 1024px) {
  header.header .grid_container > .mainnav > ul > li > span,
  header.header .grid_container > .mainnav > ul > li a,
  header.header .grid_container > .mainnav .lexikon a {
    padding: 15px 20px;
  }
}
header.header .grid_container > .mainnav .account {
  display: none;
}
header.header .grid_container > .mainnav .account i {
  display: inline-block;
}
@media (min-width: 768px) {
  header.header .grid_container > .mainnav .account {
    display: none;
  }
}
header.header .grid_container > .mainnav > ul > li a:empty {
  display: none !important;
}
header.header .grid_container > .mainnav .sidenav-item-mobile {
  position: static;
}
header.header .grid_container > .mainnav .sidenav-item-mobile i,
header.header .grid_container > .mainnav .sidenav-item-mobile .lexikon a:before {
  margin-right: 6px;
  width: 25px;
  text-align: left;
}
header.header .grid_container > .mainnav .sidenav-item-mobile.vergleich {
  display: none;
}
header.header .grid_container > .mainnav .menu-icon {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  padding: 20px 15px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  header.header .grid_container > .mainnav .menu-icon {
    display: none;
  }
}
header.header .grid_container > .mainnav .menu-icon i {
  background: #001f4f;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 20px;
}
header.header .grid_container > .mainnav .menu-icon i:before,
header.header .grid_container > .mainnav .menu-icon i:after {
  background: #001f4f;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
header.header .grid_container > .mainnav .menu-icon i:before {
  top: 5px;
}
header.header .grid_container > .mainnav .menu-icon i:after {
  top: -5px;
}
header.header .grid_container > .mainnav .menu-btn {
  display: none;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  position: absolute;
  padding: 5px;
  margin-top: -4px;
  right: 0;
  width: 100%;
  z-index: 2;
  overflow: auto;
  max-height: calc(100vh - 180px);
  transition: max-height 0.2s ease-out;
}
@media (min-width: 768px) {
  header.header .grid_container > .mainnav .menu-btn:checked ~ ul {
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  header.header .grid_container > .mainnav .menu-btn:checked ~ ul {
    max-height: none;
  }
}
header.header .grid_container > .mainnav .menu-btn:checked ~ .menu-icon {
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  position: relative;
  z-index: 3;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ .menu-icon i {
  background: transparent;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ .menu-icon i:before {
  transform: rotate(-45deg);
}
header.header .grid_container > .mainnav .menu-btn:checked ~ .menu-icon i:after {
  transform: rotate(45deg);
}
header.header .grid_container > .mainnav .menu-btn:checked ~ .menu-icon:not(.steps) i:before,
header.header .grid_container > .mainnav .menu-btn:checked ~ .menu-icon:not(.steps) i:after {
  top: 0;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul a:hover,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul a:focus,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul a:active {
  background: #e0e0e0;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul li {
  position: relative;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul .has-sub-items > a,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul a.drop {
  position: relative;
  overflow: hidden;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul .has-sub-items > a i,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul a.drop i {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 50px;
  top: 0;
  right: 0;
  transition: all 0.2s;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul .has-sub-items > a i:after,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul a.drop i:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
  transform: rotate(135deg);
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul .has-sub-items > a i:hover,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul a.drop i:hover,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul .has-sub-items > a i:active,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul a.drop i:active,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul .has-sub-items > a i:focus,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul a.drop i:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul ul,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul .nav-open {
  border-left: 4px solid #adadad;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul ul {
  transition: transform 0.2s ease-in-out, opacity 0.1s;
  opacity: 0;
  transform: translateY(-20px);
  height: 1px;
  overflow: hidden;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul .nav-open i {
  transform: scale(-1);
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul .nav-open ~ ul,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul .nav-open {
  background-color: #f0f0f0;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul .nav-open ~ ul {
  opacity: 1;
  transform: translateY(0px);
  height: auto;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul ul .nav-open,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul ul ul {
  border-left: 4px solid #939393;
}
header.header .grid_container > .mainnav .menu-btn:checked ~ ul ul ul .nav-open,
header.header .grid_container > .mainnav .menu-btn:checked ~ ul ul ul ul {
  border-left: 4px solid #616161;
}
@media (min-width: 1024px) {
  header.header .grid_container > .mainnav ul:hover,
  header.header .grid_container > .mainnav li:hover {
    overflow: inherit;
  }
  header.header .grid_container > .mainnav > ul > li {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  header.header .grid_container > .mainnav > ul > li:hover {
    z-index: 2;
  }
  header.header .grid_container > .mainnav > ul > li:hover a,
  header.header .grid_container > .mainnav > ul > li a:focus,
  header.header .grid_container > .mainnav > ul > li a:active {
    background-color: #f0f0f0;
  }
  header.header .grid_container > .mainnav > ul > li li a {
    border-bottom: 1px solid #e0e0e0;
  }
  header.header .grid_container > .mainnav > ul > li a.drop {
    position: relative;
  }
  header.header .grid_container > .mainnav > ul > li a.drop:after {
    content: '';
    position: absolute;
    right: 12px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    transform: rotate(45deg);
  }
  header.header .grid_container > .mainnav > ul > li > ul {
    background-color: transparent;
    position: absolute;
    min-width: 240px;
    left: 0;
    top: 100%;
    transition: transform 0.2s ease-in-out, opacity 0.1s;
    opacity: 0;
    transform: translateY(-20px);
    height: 1px;
  }
  header.header .grid_container > .mainnav > ul > li:hover > ul,
  header.header .grid_container > .mainnav > ul > li:hover a ~ ul,
  header.header .grid_container > .mainnav > ul > li a:hover ~ ul,
  header.header .grid_container > .mainnav > ul > li a:focus ~ ul,
  header.header .grid_container > .mainnav > ul > li a:active ~ ul,
  header.header .grid_container > .mainnav > ul > li > ul:focus-within {
    background-color: #f0f0f0;
    height: auto;
  }
  header.header .grid_container > .mainnav > ul > li:hover > ul > li,
  header.header .grid_container > .mainnav > ul > li:hover a ~ ul > li,
  header.header .grid_container > .mainnav > ul > li a:hover ~ ul > li,
  header.header .grid_container > .mainnav > ul > li a:focus ~ ul > li,
  header.header .grid_container > .mainnav > ul > li a:active ~ ul > li,
  header.header .grid_container > .mainnav > ul > li > ul:focus-within > li {
    overflow: visible;
  }
  header.header .grid_container > .mainnav > ul > li:hover > ul > li ul,
  header.header .grid_container > .mainnav > ul > li:hover a ~ ul > li ul,
  header.header .grid_container > .mainnav > ul > li a:hover ~ ul > li ul,
  header.header .grid_container > .mainnav > ul > li a:focus ~ ul > li ul,
  header.header .grid_container > .mainnav > ul > li a:active ~ ul > li ul,
  header.header .grid_container > .mainnav > ul > li > ul:focus-within > li ul {
    position: absolute;
    left: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    overflow: hidden;
    width: 0px;
    transition: transform 0.2s 0.2s ease-in-out, opacity 0.2s 0.2s, width 0s 0.3s;
    opacity: 0;
    transform: translateX(-20px);
  }
  header.header .grid_container > .mainnav > ul > li > ul li:hover,
  header.header .grid_container > .mainnav > ul > li > ul li a:hover,
  header.header .grid_container > .mainnav > ul > li > ul li a:focus,
  header.header .grid_container > .mainnav > ul > li > ul li a:active {
    background-color: #e0e0e0;
  }
  header.header .grid_container > .mainnav > ul > li:hover > ul,
  header.header .grid_container > .mainnav > ul > li:hover > a ~ ul,
  header.header .grid_container > .mainnav > ul > li > a:hover ~ ul,
  header.header .grid_container > .mainnav > ul > li > a:focus ~ ul,
  header.header .grid_container > .mainnav > ul > li > a:active ~ ul,
  header.header .grid_container > .mainnav > ul > li > ul:focus-within,
  header.header .grid_container > .mainnav > ul > li > ul > li:hover > ul,
  header.header .grid_container > .mainnav > ul > li > ul > li:hover > a ~ ul,
  header.header .grid_container > .mainnav > ul > li > ul > li > a:hover ~ ul,
  header.header .grid_container > .mainnav > ul > li > ul > li > a:focus ~ ul,
  header.header .grid_container > .mainnav > ul > li > ul > li > a:active ~ ul,
  header.header .grid_container > .mainnav > ul > li > ul > li > ul:focus-within,
  header.header .grid_container > .mainnav > ul > li > ul > li > ul > li:hover > ul,
  header.header .grid_container > .mainnav > ul > li > ul > li > ul > li:hover > a ~ ul,
  header.header .grid_container > .mainnav > ul > li > ul > li > ul > li > a:hover ~ ul,
  header.header .grid_container > .mainnav > ul > li > ul > li > ul > li > a:focus ~ ul,
  header.header .grid_container > .mainnav > ul > li > ul > li > ul > li > a:active ~ ul,
  header.header .grid_container > .mainnav > ul > li > ul > li > ul > li > ul:focus-within {
    overflow: visible;
    width: 100%;
    opacity: 1;
    transform: translateX(0px);
    transition: transform 0.3s 0.2s ease-in-out, opacity 0.3s 0.2s;
  }
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul {
  overflow: inherit;
  padding: 0;
  height: 100vh;
  z-index: 3;
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul li {
  position: static;
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul li a {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 10px;
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul ul {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  top: 0;
  transform: translateX(100%);
  overflow: inherit;
  border: 0;
  z-index: 1;
  opacity: 1;
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul .level-active {
  transform: translateX(0%);
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fafafa;
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul ul .level-active {
  transform: translateX(-100%);
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul ul .level-3.level-active {
  transform: translateX(0%);
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul ul ul .level-active {
  transform: translateX(-200%);
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul ul ul .level-4.level-active {
  transform: translateX(0%);
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul a i:after {
  transform: rotate(45deg);
  top: 22px;
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul .category-title {
  color: #001f4f;
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .menu-btn:checked ~ ul .category-title i {
  display: none;
}
header.header .grid_container > .mainnav.js-stacked-on-mobile .back,
header.header .grid_container > .mainnav.js-stacked-on-mobile .category-title {
  cursor: pointer;
}
@media (min-width: 1024px) {
  header.header .grid_container > .mainnav.js-stacked-on-mobile .back,
  header.header .grid_container > .mainnav.js-stacked-on-mobile .category-title {
    display: none;
  }
}
@media (min-width: 768px) {
  header.header .grid_container .mainnav .sidenav-item-mobile,
  header.header .grid_container .mainnav .account-item-mobile {
    display: none;
  }
}
header.header .grid_container > .sidenav {
  display: none;
}
@media (min-width: 768px) {
  header.header .grid_container > .sidenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header.header .grid_container > .topnavigation {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  /* Hamburgermenü icon */
  /* Kategorie-Link, der nur mobil sichtbar ist */
  /* Top-Ebene  */
  /* Fliegende Ebenen, ab ebene 2 */
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
header.header .grid_container > .topnavigation ul,
header.header .grid_container > .topnavigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.header .grid_container > .topnavigation .has-sub-items > a i:after,
header.header .grid_container > .topnavigation a.drop i:after {
  content: '';
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation .has-sub-items > a,
  html.no-touch header.header .grid_container > .topnavigation a.drop {
    padding-right: 35px !important;
  }
}
header.header .grid_container > .topnavigation a,
header.header .grid_container > .topnavigation li > span {
  border-bottom: 1px solid #e0e0e0;
  display: block;
  overflow: hidden;
  padding: 20px 10px;
  position: relative;
  text-decoration: none;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation a,
  html.no-touch header.header .grid_container > .topnavigation li > span {
    padding: 10px 20px;
    border-bottom-width: 1px;
    height: 100%;
  }
}
header.header .grid_container > .topnavigation a i,
header.header .grid_container > .topnavigation li > span i {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 50px;
  top: 0;
  right: 0;
  transition: all 0.2s;
}
header.header .grid_container > .topnavigation a i:after,
header.header .grid_container > .topnavigation li > span i:after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
  transform: translateY(-50%) rotate(45deg);
}
header.header .grid_container > .topnavigation a:hover,
header.header .grid_container > .topnavigation a:focus,
header.header .grid_container > .topnavigation a:active {
  background: #e0e0e0;
}
header.header .grid_container > .topnavigation .menu-btn:checked ~ ul.level-1 {
  display: block;
}
header.header .grid_container > .topnavigation .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 20px 15px;
  position: relative;
  z-index: 3;
  height: 100%;
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation .menu-icon {
    display: none;
  }
}
header.header .grid_container > .topnavigation .menu-icon i {
  background: #001f4f;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 20px;
}
header.header .grid_container > .topnavigation .menu-icon i:before,
header.header .grid_container > .topnavigation .menu-icon i:after {
  background: #001f4f;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 5px;
  transition: all 0.2s ease-out;
  width: 100%;
}
header.header .grid_container > .topnavigation .menu-icon i:after {
  top: -5px;
}
header.header .grid_container > .topnavigation .menu-btn {
  display: none;
}
header.header .grid_container > .topnavigation .menu-btn:checked ul.level-1 {
  display: block;
}
header.header .grid_container > .topnavigation .menu-btn:checked ~ .menu-icon {
  background-color: #f0f0f0;
}
header.header .grid_container > .topnavigation .menu-btn:checked ~ .menu-icon i {
  background: transparent;
}
header.header .grid_container > .topnavigation .menu-btn:checked ~ .menu-icon i:before {
  transform: rotate(-45deg);
}
header.header .grid_container > .topnavigation .menu-btn:checked ~ .menu-icon i:after {
  transform: rotate(45deg);
}
header.header .grid_container > .topnavigation .menu-btn:checked ~ .menu-icon:not(.steps) i:before,
header.header .grid_container > .topnavigation .menu-btn:checked ~ .menu-icon:not(.steps) i:after {
  top: 0;
}
header.header .grid_container > .topnavigation .category-title {
  font-size: 1.25em;
  color: #001f4f;
}
header.header .grid_container > .topnavigation .category-title a i:after {
  content: none;
}
header.header .grid_container > .topnavigation .back {
  cursor: pointer;
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation .back {
    display: none;
  }
}
header.header .grid_container > .topnavigation .category-title {
  cursor: pointer;
}
header.header .grid_container > .topnavigation .back i {
  position: static;
  margin-left: 0;
}
header.header .grid_container > .topnavigation ul.level-1 {
  display: none;
  background: #f0f0f0;
  margin-top: -1px;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  height: calc(100vh - 180px);
  overflow: auto;
  overflow-x: hidden;
  transition: none;
  z-index: 3;
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-1 {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    position: static;
    height: auto;
  }
  header.header .grid_container > .topnavigation ul.level-1 > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom-width: 0;
  }
  html.no-touch header.header .grid_container > .topnavigation ul.level-1 a i,
  html.no-touch header.header .grid_container > .topnavigation ul.level-1 li > span i {
    top: -3px;
    right: -7px;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-1 > li {
    display: inline-block;
  }
}
header.header .grid_container > .topnavigation ul.level-1 li a:empty {
  display: none !important;
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-1 > li > a i:after {
    transform: translateY(-50%) rotate(135deg);
  }
  html.no-touch header.header .grid_container > .topnavigation ul.level-1 li:hover > a ~ ul {
    display: block !important;
  }
  html.no-touch header.header .grid_container > .topnavigation ul.level-1 li:hover > a ~ ul.level-4 {
    display: flex !important;
    flex-wrap: wrap;
    align-content: baseline;
  }
  html.no-touch header.header .grid_container > .topnavigation ul.level-1 li:hover > a ~ ul.level-4[class*="js-item"] {
    display: none !important;
  }
  html.no-touch header.header .grid_container > .topnavigation ul.level-1 li:hover > a ~ ul.level-4.level-active[class*="js-item"] {
    display: flex !important;
  }
}
header.header .grid_container > .topnavigation ul[class*="level-"]:not(.level-1) {
  background: #f0f0f0;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 180px);
  overflow: auto;
  overflow-x: hidden;
  left: 100%;
}
header.header .grid_container > .topnavigation ul[class*="level-"]:not(.level-1).trail-active {
  overflow: hidden;
}
header.header .grid_container > .topnavigation ul[class*="level-"]:not(.level-1).level-active {
  left: 0;
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul[class*="level-"]:not(.level-1) {
    display: none;
    left: 50%;
    right: 0;
    top: calc(100% - 3px);
    transform: translateX(-50%);
    height: 443.1px;
    max-width: 1200px;
    overflow: auto;
  }
  html.no-touch header.header .grid_container > .topnavigation ul[class*="level-"]:not(.level-1).level-active {
    left: 50%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul[class*="level-"]:not(.level-1) a i {
    top: 0;
    right: -7px;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul[class*="level-"]:not(.level-1) li {
    width: 18.75%;
    background: #f0f0f0;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul[class*="level-"]:not(.level-1) li:last-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 18.75%;
    background: #f0f0f0;
    height: 443.1px;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-2 a ~ ul.level-3 {
    top: 0;
    width: 75%;
    left: 18.75%;
    height: 100%;
    transform: translateX(0);
  }
  html.no-touch header.header .grid_container > .topnavigation ul.level-2 a ~ ul.level-3.level-active {
    left: 18.75%;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-2 a ~ ul.level-3 > li {
    width: 18.75%;
    background: #f0f0f0;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-3 a ~ ul.level-4 {
    flex-wrap: wrap;
    top: 0;
    width: 37.5%;
    left: 56.25%;
    transform: translateX(0);
  }
  html.no-touch header.header .grid_container > .topnavigation ul.level-3 a ~ ul.level-4.level-active {
    left: 56.25%;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-3 a ~ ul.level-4 > li {
    flex: 1 1 50%;
    background: #f0f0f0;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-3 a ~ ul.level-4 > li.category-title {
    flex-basis: 100%;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-2 a ~ ul.js-level-3 {
    width: 18.75%;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-2 a ~ ul.js-level-3 > li,
  html.no-touch header.header .grid_container > .topnavigation ul.level-2 a ~ ul.js-level-3 > li:last-child:after {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-3 ~ ul.level-4 {
    width: 37.5%;
    top: 0;
    left: 56.25%;
  }
  html.no-touch header.header .grid_container > .topnavigation ul.level-3 ~ ul.level-4.level-active {
    left: 56.25%;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-3 ~ ul.level-4 > li {
    flex: 1 1 50%;
    background: #f0f0f0;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-3 ~ ul.level-4 > li.category-title {
    flex-basis: 100%;
  }
}
@media (min-width: 1024px) {
  html.no-touch header.header .grid_container > .topnavigation ul.level-4.level-active ~ ul.level-5 {
    width: 25%;
    top: 0;
    left: 87.5%;
  }
  html.no-touch header.header .grid_container > .topnavigation ul.level-4.level-active ~ ul.level-5 li,
  html.no-touch header.header .grid_container > .topnavigation ul.level-4.level-active ~ ul.level-5 li:last-child:after {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  header.header .grid_container > .topnavigation ul.level-3 > li > a:before,
  header.header .grid_container > .topnavigation ul.level-4 > li:nth-child(2n + 1) > a:before {
    margin-left: -20px;
  }
  header.header .grid_container > .topnavigation ul.level-3 > li > a:before,
  header.header .grid_container > .topnavigation ul.level-4 > li:nth-child(2n + 1) > a:before,
  header.header .grid_container > .topnavigation ul.level-3:before,
  header.header .grid_container > .topnavigation ul.level-4:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 1px solid #e0e0e0;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
  }
}
header.header .grid_container .lexikon a:before {
  font-family: "kernicons";
  content: "\e900";
}
header.header .grid_container [class*="icon-"],
header.header .grid_container .lexikon a:before {
  background: no-repeat center center;
  background-size: 100%;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 1024px) {
  header.header .grid_container [class*="icon-"],
  header.header .grid_container .lexikon a:before {
    display: block;
    font-size: 30px;
    margin: 0 auto 5px auto;
  }
  header.header .grid_container [class*="icon-"] + span,
  header.header .grid_container .lexikon a:before + span {
    display: block;
  }
}
@media (min-width: 1279px) {
  header.header .grid_container [class*="icon-"],
  header.header .grid_container .lexikon a:before {
    font-size: 30px;
  }
  header.header .grid_container [class*="icon-"] + span,
  header.header .grid_container .lexikon a:before + span {
    font-size: 100%;
  }
}
header.header .grid_container .meinkonto .icon-user,
header.header .grid_container .meinkonto .fa-user,
header.header .grid_container .icon-cart,
header.header .grid_container .icon-shopping-cart,
header.header .grid_container .icon-sw-basket {
  font-size: 30px;
}
header.header .grid_container .meinkonto .icon-user + span,
header.header .grid_container .meinkonto .fa-user + span,
header.header .grid_container .icon-cart + span,
header.header .grid_container .icon-shopping-cart + span,
header.header .grid_container .icon-sw-basket + span {
  font-size: 85%;
}
@media (min-width: 480px) {
  header.header .grid_container .icon-user,
  header.header .grid_container .icon-cart,
  header.header .grid_container .icon-shopping-cart,
  header.header .grid_container .fa-user,
  header.header .grid_container .icon-sw-basket {
    display: block;
    margin: 8px auto 5px auto;
  }
}
@media (min-width: 1279px) {
  header.header .grid_container .icon-user,
  header.header .grid_container .icon-cart,
  header.header .grid_container .icon-shopping-cart,
  header.header .grid_container .fa-user,
  header.header .grid_container .icon-sw-basket {
    font-size: 30px;
  }
  header.header .grid_container .icon-user + span,
  header.header .grid_container .icon-cart + span,
  header.header .grid_container .icon-shopping-cart + span,
  header.header .grid_container .fa-user + span,
  header.header .grid_container .icon-sw-basket + span {
    font-size: 100%;
  }
}
@media (min-width: 1024px) {
  header.header .grid_container .sidenav-item-mobile i:not(.icon-service-hotline) + span,
  header.header .grid_container .cart i + span,
  header.header .grid_container .lexikon a,
  header.header .grid_container .account i.icon-user + span,
  header.header .grid_container .account i.fa-user + span {
    max-width: 5rem;
    display: inline-block;
  }
  header.header .grid_container .sidenav-item-mobile i.icon-status-abfrage + span {
    max-width: 6rem;
  }
}
@media (min-width: 1280px) {
  header.header .grid_container .sidenav-item-mobile i + span,
  header.header .grid_container .cart i + span,
  header.header .grid_container .lexikon a {
    max-width: 6rem;
  }
}
.language-switch,
.account {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.language-switch,
.account,
.language-switch ul,
.account ul {
  list-style: none;
}
.language-switch.toggled,
.account.toggled {
  background: #f0f0f0;
  z-index: 4;
  padding-top: 8px;
  margin-top: -8px;
}
.language-switch.toggled {
  margin-top: 8px;
  padding-top: 0;
}
.language-list,
.account-nav,
.artikelvergleich {
  position: absolute;
  background: #f0f0f0;
  margin: 0;
  padding: 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  z-index: -1;
  right: 0;
  overflow: hidden;
  transition: transform 0.2s ease-in-out, opacity 0.1s;
  opacity: 0;
  transform: translateY(-20px);
  height: 1px;
  display: none;
}
.language-list.toggled,
.account-nav.toggled,
.artikelvergleich.toggled {
  z-index: 3;
  opacity: 1;
  transform: translateY(0);
  height: auto;
  display: block;
  padding: 1.5em;
}
.account-nav {
  min-width: 220px;
  max-width: 100%;
  text-align: left;
}
[data-close="artikelvergleich"] {
  cursor: pointer;
  text-align: right;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.link_vergleichen {
  position: sticky;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.link_vergleichen a {
  display: block;
  padding: 10px;
}
.sidenav-item-mobile.vergleich > span {
  cursor: pointer;
  color: #001f4f;
}
.sidenav-item-mobile.vergleich > span:hover {
  color: #000;
}
@media (min-width: 768px) {
  .artikelvergleich {
    min-width: 280px;
    max-width: 100%;
  }
}
#productcomparison .item {
  padding: 10px;
  margin-bottom: 0;
}
.bestellung header.header .grid_container > .logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
body {
  padding-bottom: 62px;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}
.sidebar-inner {
  background: #fff;
  height: 62px;
  color: #001f4f;
  box-shadow: 0 0 10px -2px #333;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}
@media (min-width: 768px) {
  .sidebar-inner {
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sidebar-inner > a,
.sidebar-inner > * {
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  padding: 8px;
}
.sidebar-inner > a:hover,
.sidebar-inner > *:hover {
  background: #eee;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sidebar-inner > *:first-child {
    border-top-left-radius: 8px;
  }
}
@media (min-width: 768px) {
  .sidebar-inner > *:last-child {
    border-bottom-left-radius: 8px;
  }
}
.sidebar-inner small {
  font-size: 85%;
}
.sidebar-inner .artikelvergleich {
  left: 0;
  right: 0;
  bottom: 100%;
  width: 100%;
  box-sizing: border-box;
  max-height: 75vh;
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
}
@media (min-width: 768px) {
  .sidebar-inner .artikelvergleich {
    right: 100%;
    margin-right: 4px;
    top: 50%;
    bottom: auto;
    left: auto;
    box-shadow: 0 0 8px 0 #0004;
    transform: translateY(-50%);
  }
}
.sidebar-fixed {
  position: fixed;
  z-index: 200;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .sidebar-fixed {
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.visually-hidden {
  visibility: hidden;
}
/*neue Detailseite*/
.breadcrumb {
  color: #888888;
  padding: 16px 0;
  text-align: center;
}
.layout .content .breadcrumb {
  margin-top: -20px;
}
.breadcrumb > ul {
  text-align: left;
}
.breadcrumb ul,
.breadcrumb li {
  margin: 0;
  display: inline-block;
  list-style: none;
}
.breadcrumb li:not(:first-child) {
  margin: 0 2px;
}
.breadcrumb a {
  color: #888888;
  text-decoration: underline;
}
.breadcrumb .active a {
  text-decoration: none;
}
.product-badges {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 80px;
  padding: 0;
  margin: 0;
}
.badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px 2px;
  border: 2px solid #888;
  color: #888;
  width: 100%;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  list-style: none;
}
.image-badge {
  display: inline-block;
  margin-bottom: 8px;
  list-style: none;
}
.image-badge img {
  max-width: 100%;
  height: auto;
}
img.badge {
  padding: 0;
  border: none;
}
.detailansicht.grid_container {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #888;
  line-height: 1.4;
}
.detailansicht.grid_container,
.detailansicht.grid_container div {
  font-size: 16px;
}
.detailansicht.grid_container input[type="text"],
.detailansicht.grid_container input[type="number"],
.detailansicht.grid_container select {
  color: #888;
  height: 2.75rem;
  border: 1px solid #888;
  width: 100%;
}
.detailansicht.grid_container .formgroup input[type="text"],
.detailansicht.grid_container .formgroup input[type="number"],
.detailansicht.grid_container .formgroup select {
  width: auto;
}
.detailansicht.grid_container a {
  color: #16a2c5;
  text-decoration: underline;
}
.detailansicht.grid_container .article-image {
  position: relative;
}
.detailansicht.grid_container .produktbilder-large {
  padding-right: 15px;
  display: block;
  overflow: hidden;
}
.detailansicht.grid_container .produktbilder-large a {
  display: block;
}
.detailansicht.grid_container .produktbilder-large:not(.slick-initialized) a:not(:first-child) {
  display: none;
}
.detailansicht.grid_container .produktbilder-large .video-poster {
  position: relative;
}
.detailansicht.grid_container .produktbilder-large .video-poster:before {
  content: "\f01d";
  font-family: 'FontAwesome';
  font-size: 3rem;
  color: #001f4f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detailansicht.grid_container .produktbilder-thumbs {
  display: flex;
  list-style: none;
  padding: 0 15px 0 0;
}
.detailansicht.grid_container .produktbilder-thumbs > li {
  width: calc(100% / 2);
}
.detailansicht.grid_container .produktbilder-thumbs > li:nth-child(n+3) {
  display: none;
}
@media (min-width: 480px) {
  .detailansicht.grid_container .produktbilder-thumbs > li {
    width: calc(100% / 3);
  }
  .detailansicht.grid_container .produktbilder-thumbs > li:nth-child(n+3) {
    display: block;
  }
  .detailansicht.grid_container .produktbilder-thumbs > li:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 768px) {
  .detailansicht.grid_container .produktbilder-thumbs > li {
    width: calc(100% / 4);
  }
  .detailansicht.grid_container .produktbilder-thumbs > li:nth-child(n+4) {
    display: block;
  }
  .detailansicht.grid_container .produktbilder-thumbs > li:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 1024px) {
  .detailansicht.grid_container .produktbilder-thumbs > li {
    width: calc(100% / 3);
  }
  .detailansicht.grid_container .produktbilder-thumbs > li:nth-child(n+5) {
    display: block;
  }
  .detailansicht.grid_container .produktbilder-thumbs > li:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 1279px) {
  .detailansicht.grid_container .produktbilder-thumbs > li {
    width: calc(100% / 4);
  }
  .detailansicht.grid_container .produktbilder-thumbs > li:nth-child(n+4) {
    display: block;
  }
  .detailansicht.grid_container .produktbilder-thumbs > li:nth-child(n+5) {
    display: none;
  }
}
.detailansicht.grid_container .slick-initialized.produktbilder-thumbs {
  overflow: visible;
}
.detailansicht.grid_container .slick-initialized.produktbilder-thumbs .slick-track > li:nth-child(n) {
  display: block;
}
.detailansicht.grid_container .produktbilder-thumbs li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.5;
  border: 2px solid #e0e0e0;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.detailansicht.grid_container .produktbilder-thumbs .active li:hover,
.detailansicht.grid_container .produktbilder-thumbs .slick-current li,
.detailansicht.grid_container .produktbilder-thumbs li:hover {
  opacity: 1;
  border-color: #16a2c5;
}
.detailansicht.grid_container .produktbilder-thumbs .video-thumb {
  position: relative;
}
.detailansicht.grid_container .produktbilder-thumbs .video-thumb:before {
  content: "\f01d";
  font-family: 'FontAwesome';
  font-size: 3rem;
  color: #001f4f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detailansicht.grid_container .produktbilder-thumbs img {
  display: block;
  height: 85px;
  width: 85px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.detailansicht.grid_container .product-badges {
  right: calc(8px + (15px*0.5));
  top: 15px;
}
.detailansicht.grid_container .pikto-kat {
  text-transform: uppercase;
}
.detailansicht.grid_container h1 {
  font-weight: 100;
  color: #666;
  font-size: 1.5rem;
  margin-top: 0;
}
.detailansicht.grid_container h2 {
  font-weight: 100;
  color: #666;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.detailansicht.grid_container .beschreibung h2,
.detailansicht.grid_container .zubehoer h2 {
  margin-top: 1.5em;
}
.detailansicht.grid_container .box-price {
  text-align: center;
}
@media (min-width: 480px) {
  .detailansicht.grid_container .box-price {
    text-align: left;
  }
}
.detailansicht.grid_container .box-price .box-price-link {
  color: #888;
  border-color: #888;
  background-color: #fff;
  line-height: 1.4;
  text-decoration: none;
}
.detailansicht.grid_container .box-price .box-price-link:hover {
  cursor: pointer;
}
.detailansicht.grid_container .price_einzel {
  font-weight: 100;
  color: #666;
  font-size: 1.75rem;
  line-height: 1.4;
}
.detailansicht.grid_container .your_price {
  font-size: 12.8px;
  color: #888;
  display: block;
}
.detailansicht.grid_container .discount_price {
  color: #198754;
  display: block;
}
.detailansicht.grid_container .discount {
  font-size: 12.8px;
  opacity: 0.75;
  display: block;
}
.detailansicht.grid_container .discount s {
  font-size: 16px;
  color: #dc3545;
}
.detailansicht.grid_container .quantity {
  display: flex;
  align-items: center;
  width: 100%;
}
.detailansicht.grid_container .quantity .btn-plus,
.detailansicht.grid_container .quantity .btn-minus {
  padding: 0;
  text-align: center;
  height: 2.75rem;
  border-radius: 0;
  border: none;
  color: #fff;
  background: #16a2c5;
}
.detailansicht.grid_container .quantity .btn-plus:before,
.detailansicht.grid_container .quantity .btn-minus:before {
  display: block;
  width: 2.75rem;
  content: "\e68f";
  font-family: "kernicons-sw";
}
.detailansicht.grid_container .quantity .btn-minus:before {
  content: "\e68e";
}
.detailansicht.grid_container .quantity input {
  color: #888;
  height: 2.75rem;
  text-align: center;
  border: 1px solid #16a2c5;
  flex-grow: 1;
}
.detailansicht.grid_container .produktverantwortlicher {
  float: none;
  margin: 30px 0;
}
.detailansicht.grid_container .produktverantwortlicher img {
  width: 100%;
  max-height: 160px;
  object-fit: contain;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
}
.detailansicht.grid_container .beschreibung ul {
  padding-left: 18px;
}
.detailansicht.grid_container .zubehoer button[type="button"],
.detailansicht.grid_container .zubehoer button[type="submit"] {
  font-size: 1.75rem;
}
.detailansicht.grid_container .zubehoer input[name="invisible"],
.detailansicht.grid_container .zubehoer input[name="wkmenge"] {
  max-width: 3rem;
}
.detailansicht.grid_container .zubehoer img {
  width: 53px;
  height: 53px;
  object-fit: contain;
}
.detailansicht.grid_container .zubehoer a {
  text-decoration: none;
}
.detailansicht.grid_container .ersatzteilsuche > :first-child {
  margin-top: 0;
}
.detailansicht.grid_container .dokumente iframe {
  height: 400px;
}
@media (min-width: 768px) {
  .detailansicht.grid_container .dokumente iframe {
    height: 320px;
  }
}
.detailansicht.grid_container .add_to_cart [type="submit"],
.detailansicht.grid_container .add_to_cart .submit {
  border: none;
  background: #f80;
  color: #fff;
  text-align: center;
  height: 2.75rem;
  padding: 8px;
}
.detailansicht.grid_container .add_to_cart [type="submit"],
.detailansicht.grid_container .add_to_cart .submit,
.detailansicht.grid_container .add_to_cart [type="submit"] *,
.detailansicht.grid_container .add_to_cart .submit * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detailansicht.grid_container .add_to_cart [type="submit"]:hover,
.detailansicht.grid_container .add_to_cart .submit:hover {
  cursor: pointer;
}
.detailansicht.grid_container .verweis {
  display: block;
  width: 40px;
  font-size: 11px;
  margin-top: -2px;
  line-height: 1.2;
  text-align: center;
}
.detailansicht #ersatzteilForm .formitem {
  border-color: #16a2c5;
}
.detailansicht #ersatzteilForm .formitem-submit,
.detailansicht #ersatzteilForm .formitem[type="submit"] {
  background: #16a2c5;
  color: #fff;
  padding: 8px 12px;
}
.formitem {
  border: 1px solid #e0e0e0;
  color: #333;
  padding: 8px 12px;
  margin-bottom: 0.75rem;
  border-radius: 0;
  display: block;
}
select.formitem {
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
}
select.formitem::-ms-expand {
  display: none;
}
.formitem-submit,
.formitem[type="submit"] {
  background: #f80;
  color: #fff;
  padding: 8px 24px;
  width: auto;
  border-radius: 0;
}
.formgroup {
  display: flex;
  flex-wrap: wrap;
}
.formgroup > * {
  flex: 1 0 auto;
}
.formgroup [type="submit"] {
  flex: 0 0 auto;
}
.listpager select {
  border: 1px solid #e0e0e0;
  color: #333;
  padding: 8px 12px;
  margin-bottom: 0.75rem;
  border-radius: 0;
  display: block;
  background-position: calc(100% - (8px * 0.5)) center;
  display: inline-block;
  padding: 8px;
  padding-right: 12px;
  margin-left: 0.5rem;
}
.listpager input {
  padding: 8px;
  display: inline-block;
}
.box-benefits ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-benefits ul li {
  margin-bottom: 6px;
  padding-left: 1.5em;
  position: relative;
}
.box-benefits ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 0;
  color: #001f4f;
}
.header_last_seen {
  font-weight: 100;
  color: #666;
  font-size: 1.5rem;
  margin: 0;
  padding: 15px 0 7.5px 0;
}
.slider-last-seen {
  margin: 0 10px;
  padding: 0 0 15px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .slider-last-seen {
    margin: 0 -7.5px;
  }
}
.slider-last-seen .slick-track {
  margin: 0;
}
.slider-last-seen a,
.slider-last-seen a:hover {
  text-decoration: none !important;
}
.slider-last-seen a:hover .thumb img {
  transform: scale(1.2);
}
.slider-last-seen li > * {
  background: #fff;
  display: block;
  margin: 7.5px;
  padding: 7.5px;
  position: relative;
}
.slider-last-seen li > * > * {
  margin-bottom: 1em;
}
.slider-last-seen .product_kompakt {
  height: 270px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-content: center;
}
.slider-last-seen .label {
  position: absolute;
  top: 7.5px;
  right: 7.5px;
  z-index: 1;
}
.slider-last-seen .label img {
  max-width: 40px;
}
.slider-last-seen .thumb img {
  margin: 0 auto;
  max-width: 100%;
  height: 125px;
  object-fit: contain;
  transition: all 0.2s;
}
.slider-last-seen .thumb.noimg {
  opacity: 0.6;
  margin: auto;
}
.slider-last-seen .thumb.noimg img {
  padding: 0 10%;
}
.slider-last-seen .description {
  font-size: 1em;
  color: #666;
  height: calc(4 * 1em * 1.4);
  font-weight: normal;
}
.slider-last-seen .art-num {
  font-style: italic;
}
.slider-last-seen .price {
  color: #16a2c5;
}
.slider-last-seen .slick-arrow {
  color: #16a2c5;
  border: 2px solid #16a2c5;
  border-radius: 3px;
  width: 25px;
  height: 60px;
  z-index: 1;
}
.slider-last-seen .slick-arrow:before {
  color: #16a2c5;
}
.slider-last-seen .slick-next {
  margin-right: 15px;
}
.slider-last-seen .slick-prev {
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .slider-last-seen .slick-next {
    margin-right: 0;
  }
  .slider-last-seen .slick-prev {
    margin-left: 0;
  }
}
#carousel_lastseen {
  padding: 0 45px;
  margin: 0;
}
#carousel_lastseen > li,
#carousel_lastseen .slick-track > li {
  width: 200px;
  padding: 0 7.5px;
}
#carousel_lastseen .slick-arrow {
  height: 100%;
  border: 1px solid #f0f0f0;
  width: 37px;
  border-radius: 4px;
}
#carousel_lastseen .slick-arrow:before {
  font-family: 'FontAwesome';
  font-size: 14px;
}
#carousel_lastseen .slick-prev {
  left: 0;
}
#carousel_lastseen .slick-prev:before {
  content: "\f060";
}
#carousel_lastseen .slick-next {
  right: 0;
}
#carousel_lastseen .slick-next:before {
  content: "\f061";
}
.article_preview_container,
.category_preview_container {
  position: relative;
  margin-bottom: 15px;
}
.article_preview_container .container_wrap,
.category_preview_container .container_wrap {
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  padding: 0.5rem;
  height: 100%;
  height: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-flow: column;
}
.article_preview_container .badges-container,
.category_preview_container .badges-container {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 7.5px;
  width: 50px;
}
.article_preview_container .product-badges,
.category_preview_container .product-badges {
  width: 100%;
  position: static;
}
.article_preview_container .image-badge,
.category_preview_container .image-badge {
  margin-bottom: 4px;
}
.article_preview_container .vorschaubild,
.category_preview_container .vorschaubild {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: auto;
}
.article_preview_container .vorschaubild.noimg,
.category_preview_container .vorschaubild.noimg {
  opacity: 0.6;
  margin: auto;
}
.article_preview_container .vorschaubild.noimg img,
.category_preview_container .vorschaubild.noimg img {
  padding: 0 10%;
}
.article_preview_container .vorschaubild:hover img,
.category_preview_container .vorschaubild:hover img {
  transform: scale(1);
}
.article_preview_container .vorschaubild img,
.category_preview_container .vorschaubild img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  z-index: 0;
  transition: all 0.2s;
  transform: scale(0.9);
}
.article_preview_container .vorschaubild h3,
.category_preview_container .vorschaubild h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  background: #fffe;
  color: #888;
}
.article_preview_container .title,
.category_preview_container .title {
  z-index: 1;
  font-size: 16px;
  max-width: calc(100% - 2rem - 50px);
}
.article_preview_container .description,
.category_preview_container .description {
  color: #333;
  font-size: 14px;
}
.article_preview_container .description > :last-child,
.category_preview_container .description > :last-child {
  margin-bottom: 0;
}
.article_preview_container .artnam,
.category_preview_container .artnam {
  color: #888;
}
.article_preview_container .artnum span,
.category_preview_container .artnum span {
  color: #e0e0e0;
}
.article_preview_container .preis,
.category_preview_container .preis {
  margin-bottom: 0;
  text-align: right;
  font-size: 1.25rem;
  color: #16a2c5;
}
.article_preview_container p,
.category_preview_container p {
  margin-top: 0;
}
.category_preview_container .vorschaubild {
  background: white;
  border: 1px #888888 solid;
  border-radius: 6px;
  padding-top: calc(10 / 15 * 100%);
}
.category_preview_container .vorschaubild img {
  object-fit: contain;
  position: absolute;
  padding: 2rem 0 0 0;
  transform: scale(1);
}
.category_preview_container .vorschaubild:hover img {
  transform: scale(1.1);
}
.category_preview_container .vorschaubild h3 {
  background: white;
  color: #888888;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.category_preview_container .vorschaubild h3 a {
  color: inherit;
}
/* Listpager */
.listpager {
  width: 100% !important;
  height: auto;
  margin: 0;
  margin-top: 1.5rem;
  background-color: transparent;
}
@media screen and (max-width: 1279px) {
  .listpager {
    margin-left: 20px;
    width: calc(100% - 40px) !important;
  }
}
.listpager .articlepager a,
.listpager .articlepager strong {
  margin-bottom: 0.75rem;
}
.listpager form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.listpager form,
.listpager form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listpager form > *[class] {
  float: none;
  padding: 0;
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: auto;
}
.listpager form .rubrik {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 9px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .listpager form .rubrik {
    display: block;
    width: auto;
  }
}
.listpager form .articlepager em {
  font-style: normal;
  margin-right: 0.25rem;
  display: inline-block;
  margin-top: 9px;
}
.listpager form .articlepager strong,
.listpager form .articlepager a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-left: 0.25rem;
}
.listpager form .articlepager strong {
  background: #001f4f;
  border-color: #001f4f;
  color: #fff;
}
.listpager form .articlepager a:hover,
.listpager form .articlepager a:focus {
  background: #e0e0e0;
  border-color: #e0e0e0;
  text-decoration: none;
}
/* Filter */
.listing-title {
  color: #888;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.listing-title h1 {
  font-size: 24px;
  font-weight: 300;
}
.filter_sidebar {
  padding: 15px;
  font-size: 12.8px;
}
.filter_sidebar div {
  font-size: 100%;
}
@media (min-width: 1024px) {
  .filter_sidebar {
    padding: 0;
  }
}
.filter_sidebar ul,
.filter_sidebar li {
  padding: 0;
  list-style: none;
}
.filter_sidebar .filter_category:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.filter_sidebar datalist {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.filter_sidebar datalist option {
  padding: 0;
}
.filter_sidebar input[type="range"] {
  width: 100%;
  margin: 0;
}
.filter_list.js-toggle_target:not(.toggled) {
  display: block !important;
}
@media (max-width: 1023px) {
  .filter_list {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    z-index: 200;
    background: #fff;
    border-right: 1px solid #888;
    box-shadow: 0 0 12px -6px #000;
    overflow: auto;
    transition: all 0.2s 0s;
    transform: translateX(-100%);
  }
  .filter_list.toggled {
    transform: translateX(0);
  }
}
@media (max-width: 1023px) {
  .filter_list {
    padding-bottom: 4rem;
  }
}
.filter_list #trichtersuche {
  top: 0;
}
.filter_label {
  cursor: pointer;
  color: #888;
  transition: 0.2s;
  margin: 15px 0;
}
.filter_label:first-child {
  margin-top: 0;
}
.filter_label i {
  font-size: 65%;
  transition: 0.2s;
}
.filter_label.filter_open i {
  transform: scaleY(-1);
}
.filter_label .option_group_title {
  margin-right: 0.25em;
}
.filter_content:not(.filter_open) {
  display: none;
}
.filter_content .search {
  position: relative;
  border: 1px solid #e0e0e0;
  margin: 0 0 15px 0;
}
.filter_content .search > * {
  border-radius: 0;
  padding: 0.25rem 0.25rem;
  width: 100%;
  padding-right: 1.5rem;
  border: none;
}
.filter_content .search .clear-input {
  position: absolute;
  background: transparent;
  cursor: pointer;
  box-shadow: none;
  height: 100%;
  width: auto;
  right: 0;
  padding-right: 0.25rem;
  color: #888;
}
.filter_content .search .clear-input i {
  transform: scale(0.75);
  display: inline-block;
}
.filter_content button[type="submit"] {
  margin: 15px 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
}
.category_filter_list {
  scrollbar-color: #333 #f0f0f0;
  max-height: calc(1.6em * 6);
  overflow: auto;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
}
.category_filter_list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.category_filter_list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #333;
}
.category_filter_list::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #f0f0f0;
}
.category_filter_list li.checked {
  order: -1;
}
.category_filter_list li.disabled {
  order: 3;
}
.category_filter_list li.checked.disabled {
  order: 2;
}
.category_filter_list .disabled {
  color: #e0e0e0;
}
.category_filter_list input[type="radio"],
.category_filter_list input[type="checkbox"] {
  width: 1.5em;
  position: absolute;
  visibility: hidden;
  margin: 0 !important;
}
.category_filter_list input[type="radio"] ~ label,
.category_filter_list input[type="checkbox"] ~ label {
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  display: block;
  vertical-align: top;
  line-height: 1.6em;
}
.category_filter_list input[type="radio"] ~ label:before,
.category_filter_list input[type="checkbox"] ~ label:before,
.category_filter_list input[type="radio"] ~ label:after,
.category_filter_list input[type="checkbox"] ~ label:after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50em !important;
  border: 2px solid #e0e0e0;
  transition: 0.2s;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.category_filter_list input[type="radio"] ~ label:after,
.category_filter_list input[type="checkbox"] ~ label:after {
  transform: scale(0);
  background: #f80;
  border: none;
}
.category_filter_list input[type="radio"]:checked ~ label:after,
.category_filter_list input[type="checkbox"]:checked ~ label:after {
  transform: scale(0.6);
}
.category_filter_list input[type="checkbox"] ~ label:before {
  border-radius: 4px !important;
}
.category_filter_list input[type="checkbox"] ~ label:after {
  border-radius: 0 !important;
  width: 0.25em;
  height: 0.5em;
  transform: rotate(45deg);
  background: transparent;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.35em;
  top: 0.35em;
  opacity: 0;
}
.category_filter_list input[type="checkbox"]:checked ~ label:after {
  opacity: 1;
  transform: rotate(45deg);
  border-color: #fff;
}
.category_filter_list input[type="checkbox"]:checked ~ label:before {
  background: #f80;
  border-color: transparent;
}
.category_filter_reset {
  margin: 15px 0;
}
.category_filter_reset:hover {
  text-decoration: none;
}
.filter_close {
  padding: 15px;
  background: #f0f0f0;
  margin-bottom: 7.5px;
  display: flex;
  justify-content: space-between;
}
.filter_close:after {
  content: "\e60d";
  display: block;
  font-family: "kernicons-sw";
  margin-left: 7.5px;
}
.filter_toggle {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .filter_toggle {
    display: none;
  }
}
.filter_toggle [class*="icon-"] {
  font-size: 1.5rem;
}
#trichterContentErgebnisse.filter_results {
  position: static;
  width: auto;
  padding: 0;
  margin-bottom: 0;
  border: none;
  background: transparent;
}
#trichterContentErgebnisse.filter_results #sale_tabelle {
  margin: 0 0 15px 0;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  width: auto !important;
  padding: 7.5px;
}
[data-open] {
  cursor: pointer;
}
[role=overlay] {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: scale(0);
}
[role=overlay],
[role=overlay] *,
[role=overlay] *,
[role=overlay] * * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[role=overlay][data-visible=true] {
  transform: scale(1);
  opacity: 1;
}
[role=overlay] [role*=overlay-close] {
  cursor: pointer;
  color: #fff;
  text-align: right;
  flex-grow: 0;
  padding: 7.5px;
}
[role=overlay] [role*=overlay-close]:after {
  display: inline-block;
  font-family: "kernicons-sw";
  content: "\e60d";
  font-size: 75%;
  vertical-align: middle;
  margin-left: 0.5rem;
}
[role=overlay] [role*=overlay-close]:before {
  display: inline-block;
  content: attr(text);
}
[role=overlay] [role=overlay-wrapper] {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin: 3em 0;
}
[role=overlay] [role=overlay-wrapper] > * {
  background: #fff;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
}
[role=overlay] [role=overlay-wrapper] [role*=overlay-close] {
  margin-top: -30px;
  margin-right: -30px;
  color: #666;
}
.js-toggle_target:not(.toggled) {
  display: none !important;
}
.table-simple th:not(:last-child),
.table-simple td:not(:last-child) {
  padding-right: 8px;
}
.table-simple td {
  border-bottom: 1px solid #e0e0e0;
  padding: 4px 0;
  word-break: break-word;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "kernicons-sw";
  font-size: 20px;
  line-height: 1;
  color: #666;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e611";
}
[dir="rtl"] .slick-prev:before {
  content: "\e60f";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\e60f";
}
[dir="rtl"] .slick-next:before {
  content: "\e611";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "kernicons-sw";
  font-size: 36px;
  line-height: 20px;
  text-align: center;
  color: #666;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #666;
  opacity: 0.75;
}
/* Slider */
.slick-loading .slick-list {
  background: none;
}
.slick-dots li button:before {
  font-family: inherit;
}
.slick-prev:before,
.slick-next:before {
  font-size: 16px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  align-self: center;
  justify-content: center;
  flex: 0 1 auto;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close.ui-button-icon-only {
  overflow: hidden;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close.ui-button-icon-only .ui-icon {
  position: relative;
  top: -3px;
  left: -3px;
}
/*# sourceMappingURL=custom.css.map */