body {
  font-family: "Arial", "Helvetica", "Trebuchet MS", "Verdana", "Verdana Ref", sans serif !important;
  font-size: 13px !important;
  line-height: 1.4em !important;
}

h2, .h2 {
  font-size: 1.2em !important;
  font-weight: bold !important;
}

.mobile-custom {
  display: none;
}

.scale {
  margin: 30px 0 10px;
}

.scale__title {
  text-align: center;
  /*overflow: hidden;
  text-overflow: ellipsis;*/
}

/* scale unten anordnen */
/*.scale__title {
  display: flex;
  align-items: end;
  justify-content: center;
}*/

.answerscale__itemtext {
  height: 94px;
  display: flex;
  align-items: center;
}

.answerscale__itemtext p {
  margin-bottom: 0;
}

.answerscale__itemtext, 
.answer__item {
  margin: 5px 0;
}

.answer__item {
  text-align: center;
}

.answer__item img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .col-md-1 {
    -ms-flex: 0 0 11.333333% !important;
    flex: 0 0 11.333% !important;
    max-width: 11.333% !important;
  }
  
  .desktop {
    align-items: end;
  }
}

@media only screen and (max-width: 1198px) {
  .answerscale__itemtext {
    height: 76px;
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  .answerscale__itemtext {
    height: 53px;
    
  }
  
  .mobile .answerscale__itemtext, 
  .phone .answerscale__itemtext,  
  .mobile .scale, 
  .phone .scale {
    font-size: 0.7em !important;
  }
}

@media only screen and (max-width: 767px) {
  .answerscale {
    display: none;
  }
  
  .answerscale--first {
    display: block;
  }
  
  .mobile-custom, 
  .answerscale__itemtext {
    display: flex !important;
    align-items: center;
  }
  
  .answerscale__itemtext {
    height: auto;
    justify-content: center !important;
  }
  
  .desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  .answerscale {
    margin-top: 2em;
  }
}

@media only screen and (max-width: 575px) {
  .answerscale__itemtext, 
  .answer__item {
    width: 50% !important;
  }
  
  .mobile-custom {
    margin-top: 10px;
  }
  
  .mobile--select {
    margin-top: 30px;
  }
}

.question {
               border-top: medium none;
               padding-top: 0em;
               padding-bottom: 1em;
}


.buttonbar #os {
float: inherit;
