@font-face {
    font-family: 'IconFont';
    src: url('/css/calculator/fonts/sport-calculator/IconFont.ttf') format('truetype'), url('/css/calculator/fonts/sport-calculator/IconFont.woff?i05iev') format('woff'), url('/css/calculator/fonts/sport-calculator/IconFont.svg?i05iev#IconFont') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="activity-"],
[class*=" activity-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'IconFont' !important;
  speak: none;
  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;
}
.activity-robot:before {
  content: "\e929";
}
.activity-gender-man,
.activity-gender-woman { text-align: center; }
.activity-gender-man:before {
  /*content: "\e928";*/
  content: url('icon-m.svg');
}
.activity-gender-woman:before {
  /*content: "\e92a";*/
  content: url('icon-f.svg');
}
.activity-aquajogging:before {
  content: "\e900";
}
.activity-badminton:before {
  content: "\e901";
}
.activity-ballett:before {
  content: "\e902";
}
.activity-basketball:before {
  content: "\e903";
}
.activity-bergsteigen:before {
  content: "\e904";
}
.activity-bodybuilding:before {
  content: "\e905";
}
.activity-bowling:before {
  content: "\e906";
}
.activity-eishockey:before {
  content: "\e907";
}
.activity-fahrradfahren:before {
  content: "\e908";
}
.activity-fechten:before {
  content: "\e909";
}
.activity-angeln:before {
  content: "\e90a";
}
.activity-fussball:before {
  content: "\e90b";
}
.activity-gewichtheben:before {
  content: "\e90c";
}
.activity-golf:before {
  content: "\e90d";
}
.activity-gymnastik:before {
  content: "\e90e";
}
.activity-handball:before {
  content: "\e90f";
}
.activity-hockey:before {
  content: "\e910";
}
.activity-jogging:before {
  content: "\e911";
}
.activity-judo:before {
  content: "\e912";
}
.activity-karate:before {
  content: "\e913";
}
.activity-kegeln:before {
  content: "\e914";
}
.activity-skilanglauf:before {
  content: "\e915";
}
.activity-laufen:before {
  content: "\e916";
}
.activity-reiten:before {
  content: "\e917";
}
.activity-rudern:before {
  content: "\e918";
}
.activity-schwimmen:before {
  content: "\e919";
}
.activity-segeln:before {
  content: "\e91a";
}
.activity-skialpin:before {
  content: "\e91b";
}
.activity-snowboard:before {
  content: "\e91c";
}
.activity-squash:before {
  content: "\e91d";
}
.activity-surfen:before {
  content: "\e91e";
}
.activity-tanzen:before {
  content: "\e91f";
}
.activity-tauchen:before {
  content: "\e920";
}
.activity-tennis:before {
  content: "\e921";
}
.activity-tischtennis:before {
  content: "\e922";
}
.activity-volleyball:before {
  content: "\e923";
}
.activity-walking:before {
  content: "\e924";
}
.activity-wandern:before {
  content: "\e925";
}
.activity-wasserball:before {
  content: "\e926";
}
.activity-wasserski:before {
  content: "\e927";
}
input[type=range] {
  background: none;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  box-shadow: none;
  /*margin: 20px 0;*/
  padding: 30px 20px 0 20px;
  /*box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);*/
}
input[type=range]:focus {
  outline: none;
  border: 0;
}
input[type=range]::-moz-focus-outer {
    border: 0;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #bcbcbc;
  border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
  border: 0px solid #191919;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #b20f5b;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #c9c9c9;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #bcbcbc;
  border-radius: 3px;
  border: 0px solid black;
}
input[type=range]::-moz-range-thumb {
  border: 4px solid #FFFFFF;
  height: 22px;
  width: 22px;
  border-radius: 22px;
  background: #b20f5b;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 30px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #afafaf;
  border: 0px solid black;
  border-radius: 6px;
}
input[type=range]::-ms-fill-upper {
  background: #bcbcbc;
  border: 0px solid black;
  border-radius: 6px;
}
input[type=range]::-ms-thumb {
  border: 0px solid #191919;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #b20f5b;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
input[type=range]:focus::-ms-fill-lower {
  background: #bcbcbc;
}
input[type=range]:focus::-ms-fill-upper {
  background: #c9c9c9;
}

#sportarten-berater .form-element {
  min-width: 175px;
}
#sportarten-berater .feedback {
  text-align: center;
}
#sportarten-berater .feedback p {
  font-size: 16px;
}
body.has-overlay {
  overflow: hidden;
}
#sportarten-berater,
#bmi-berater {
  /* Customize the label (the form-element) */
  font-size: 20px;
  color: #676767;
  font-family: "Myriad", "Helvetica";
  background: #f2f2f2;
}
#sportarten-berater .form-element,
#bmi-berater .form-element {
  display: block;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
#sportarten-berater .form-element input,
#bmi-berater .form-element input {
  position: absolute;
  visibility: hidden;
}
#sportarten-berater .form-element label,
#bmi-berater .form-element label {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 55px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
#sportarten-berater .form-element label:hover,
#bmi-berater .form-element label:hover {
  color: #000000;
}
#sportarten-berater .form-element .check,
#bmi-berater .form-element .check {
  display: block;
  position: absolute;
  background: #afafaf;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  top: 0px;
  left: 8px;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
#bmi-berater .form-element .check {
  position: relative;
}
#sportarten-berater .form-element .check::before,
#bmi-berater .form-element .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 4px;
  left: 4px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
#sportarten-berater .form-element input[type=radio]:checked + label .check,
#bmi-berater .form-element input[type=radio]:checked + label .check {
  background: #ffffff;
}
#sportarten-berater .form-element input[type=radio]:checked + label .check::before,
#bmi-berater .form-element input[type=radio]:checked + label .check::before {
  background: #b20f5b;
}
#sportarten-berater .form-element.gender-icons,
#bmi-berater .form-element.gender-icons {
  margin: 0 1rem;
}
#sportarten-berater .form-element.gender-icons label,
#bmi-berater .form-element.gender-icons label {
  font-size: 80px;
  width: 80px;
  /*height: 200px;*/
  /*color: #00427e;*/
  color: #b20f5b;
  padding: 0;
}
/*#bmi-berater .form-element.gender-icons {
  margin-top: 10px;
}*/
#bmi-berater .form-element.gender-icons label {
  margin-bottom: 0;
}
#bmi-berater .description {
  line-height: 1.4;
  font-size: 1.25rem;
  padding: 3rem;
}
#sportarten-berater .form-element.gender-icons .check,
#bmi-berater .form-element.gender-icons .check {
  top: 130px;
  left: 28px;
}
#bmi-berater .form-element.gender-icons .check {
  top: 20px;
}
#sportarten-berater .vc_col-12,
#bmi-berater .vc_col-12 {
  padding: 20px;
  box-sizing: border-box;
}
#sportarten-berater .screen,
#bmi-berater .screen {
  padding: 20px;
}
#sportarten-berater .title,
#bmi-berater .title {
  display: flex;
  flex-direction: row;
}
#sportarten-berater .title .bubble,
#bmi-berater .title .bubble {
  flex: none;
}
#sportarten-berater .activity-btn,
#bmi-berater .activity-btn {
  width: 100%;
  height: 50px;
  background: #ffffff;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 50px;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
  font-size: 1rem;
  font-family: 'HelveticaNeueLTStd-Lt', sans-serif !important;
}
#sportarten-berater .activity-btn:nth-child(2n+0),
#bmi-berater .activity-btn:nth-child(2n+0) {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  #sportarten-berater .activity-btn,
  #bmi-berater .activity-btn {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  #sportarten-berater .activity-btn:nth-child(2n+0),
  #bmi-berater .activity-btn:nth-child(2n+0) {
    margin-right: 10px;
  }
  #sportarten-berater .activity-btn:nth-child(3n+0),
  #bmi-berater .activity-btn:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  #sportarten-berater .activity-btn,
  #bmi-berater .activity-btn {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  #sportarten-berater .activity-btn:nth-child(2n+0),
  #bmi-berater .activity-btn:nth-child(2n+0) {
    margin-right: 10px;
  }
  #sportarten-berater .activity-btn:nth-child(3n+0),
  #bmi-berater .activity-btn:nth-child(3n+0) {
    margin-right: 10px;
  }
  #sportarten-berater .activity-btn:nth-child(4n+0),
  #bmi-berater .activity-btn:nth-child(4n+0) {
    margin-right: 0;
  }
}
#sportarten-berater .activity-btn.selected,
#bmi-berater .activity-btn.selected {
  outline: 2px solid #b20f5b;
}
#sportarten-berater .activity-btn .icon,
#bmi-berater .activity-btn .icon {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  display: inline-block;
  font-size: 40px;
  text-align: center;
  line-height: 50px;
  vertical-align: top;
  color: #b20f5b;
}
#sportarten-berater .bubble,
#bmi-berater .bubble {
  color: #676767;
  font-weight: bold;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 26px;
}
#sportarten-berater .label,
#bmi-berater .label {
  line-height: 40px;
}
#sportarten-berater .confirm,
#bmi-berater .confirm {
  background: #b20f5b;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 22px;
  cursor: pointer;
}
#sportarten-berater .retry,
#bmi-berater .retry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #b20f5b;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
}
#sportarten-berater .retry .circle,
#bmi-berater .retry .circle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #b20f5b;
  position: relative;
  margin-bottom: 1.5rem;
}
#sportarten-berater .retry .circle:before,
#bmi-berater .retry .circle:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-left: 2px solid #b20f5b;
  border-bottom: 2px solid #b20f5b;
  position: absolute;
  top: 20px;
  left: 22px;
  transform: rotate(45deg);
}
#sportarten-berater .more-info,
#bmi-berater .more-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #b20f5b;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
}
#sportarten-berater .more-info .circle,
#bmi-berater .more-info .circle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #b20f5b;
  position: relative;
  margin-bottom: 1.5rem;
}
#sportarten-berater .more-info .circle:before,
#bmi-berater .more-info .circle:before {
  display: block;
  content: "i";
  color: #0b3373;
  font-family: "Times New Roman", serif;
  font-size: 40px;
  position: absolute;  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sportarten-berater .overlay,
#bmi-berater .overlay {
  z-index: 999999;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background: rgba(0, 66, 126, 0.95);
  color: #ffffff;
  text-align: center;
}
#sportarten-berater .overlay .margin-vertical,
#bmi-berater .overlay .margin-vertical {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
#sportarten-berater .overlay table,
#bmi-berater .overlay table {
  width: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #sportarten-berater .overlay table,
  #bmi-berater .overlay table {
    font-size: 15px;
  }
}
#sportarten-berater .overlay table td,
#bmi-berater .overlay table td,
#sportarten-berater .overlay table th,
#bmi-berater .overlay table th {
  padding: 0.4em 1em;
}
#sportarten-berater .overlay table .border-bottom,
#bmi-berater .overlay table .border-bottom {
  border-bottom: 1px solid white;
}
#sportarten-berater .overlay table .border-right,
#bmi-berater .overlay table .border-right {
  border-right: 1px solid white;
}
#sportarten-berater .overlay .close-overlay,
#bmi-berater .overlay .close-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  padding: 15px 30px;
}
#sportarten-berater .overlay .close-overlay .circle,
#bmi-berater .overlay .close-overlay .circle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid white;
  position: relative;
  margin-bottom: 1.5rem;
}
#sportarten-berater .overlay .close-overlay .circle:before,
#bmi-berater .overlay .close-overlay .circle:before {
  display: block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25px' height='25px' viewBox='0 0 25 25' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square' stroke='%23ffffff'%3E%3Cpath d='M0,0 L25,25'%3E%3C/path%3E%3Cpath d='M25,0 L0,25'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 29px;
  position: absolute;
  top: 15px;
  left: 19px;
}
#sportarten-berater .info,
#bmi-berater .info {
  color: #000;
  background: #D9E2E9;
  padding: 1.5rem;
  font-size: 1.125rem;
  display: flex;
  flex-direction: row;
}
#sportarten-berater .info .info-symbol,
#bmi-berater .info .info-symbol {
  background: #b20f5b;
  margin: 0 1rem 1rem 0;
  color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  text-align: center;
  flex: none;
}
#sportarten-berater .feedback,
#bmi-berater .feedback {
  line-height: 1.5;
}
#sportarten-berater .feedback .big,
#bmi-berater .feedback .big {
  font-size: 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sportarten-berater .feedback .big,
  #bmi-berater .feedback .big {
    font-size: 200px;
  }
}
#sportarten-berater .feedback .big,
#bmi-berater .feedback .big,
#sportarten-berater .feedback .result-label,
#bmi-berater .feedback .result-label {
  color: #B8C400; /*sehr empfehlenswert*/
}
#sportarten-berater .feedback.result-p .big,
#bmi-berater .feedback.result-p .big,
#sportarten-berater .feedback.result-p .result-label,
#bmi-berater .feedback.result-p .result-label {
  color: #0B3373; /*durchaus sinnvoll*/
}
#sportarten-berater .feedback.result-o .big,
#bmi-berater .feedback.result-o .big,
#sportarten-berater .feedback.result-om .big,
#bmi-berater .feedback.result-om .big,
#sportarten-berater .feedback.result-op .big,
#bmi-berater .feedback.result-op .big,
#sportarten-berater .feedback.bmi-class-0 .big,
#bmi-berater .feedback.bmi-class-0 .big,
#sportarten-berater .feedback.bmi-class-2 .big,
#bmi-berater .feedback.bmi-class-2 .big,
#sportarten-berater .feedback.result-o .result-label,
#bmi-berater .feedback.result-o .result-label,
#sportarten-berater .feedback.result-om .result-label,
#bmi-berater .feedback.result-om .result-label,
#sportarten-berater .feedback.result-op .result-label,
#bmi-berater .feedback.result-op .result-label,
#sportarten-berater .feedback.bmi-class-0 .result-label,
#bmi-berater .feedback.bmi-class-0 .result-label,
#sportarten-berater .feedback.bmi-class-2 .result-label,
#bmi-berater .feedback.bmi-class-2 .result-label {
  color: #0B3373; /*noch toleriert*/
}
#sportarten-berater .feedback.result-m .big,
#bmi-berater .feedback.result-m .big,
#sportarten-berater .feedback.result-mm .big,
#bmi-berater .feedback.result-mm .big,
#sportarten-berater .feedback.result-mmm .big,
#bmi-berater .feedback.result-mmm .big,
#sportarten-berater .feedback.bmi-class-3 .big,
#bmi-berater .feedback.bmi-class-3 .big,
#sportarten-berater .feedback.bmi-class-4 .big,
#bmi-berater .feedback.bmi-class-4 .big,
#sportarten-berater .feedback.result-m .result-label,
#bmi-berater .feedback.result-m .result-label,
#sportarten-berater .feedback.result-mm .result-label,
#bmi-berater .feedback.result-mm .result-label,
#sportarten-berater .feedback.result-mmm .result-label,
#bmi-berater .feedback.result-mmm .result-label,
#sportarten-berater .feedback.bmi-class-3 .result-label,
#bmi-berater .feedback.bmi-class-3 .result-label,
#sportarten-berater .feedback.bmi-class-4 .result-label,
#bmi-berater .feedback.bmi-class-4 .result-label {
  color: #b20f5b; /*weniger empfehlenswert/abzuraten*/
}
#sportarten-berater .options .activity,
#bmi-berater .options .activity {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  color: #B8C400;
  box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
  padding: 2rem;
}
#sportarten-berater .options .activity.selected,
#bmi-berater .options .activity.selected {
  outline: 2px solid #b20f5b;
}
#sportarten-berater .options .activity .icon,
#bmi-berater .options .activity .icon {
  font-size: 80px;
  text-align: center;
  line-height: 50px;
  vertical-align: top;
  margin-bottom: 1.5rem;
}
#sportarten-berater .hidden,
#bmi-berater .hidden {
  display: none;
}
#sportarten-berater .display-value input[type='text'],
#bmi-berater .display-value input[type='text'] {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  text-align: center;
  font-size: 60px;
  line-height: 1;
  height: 80px;
  color: #b20f5b;
  width: 100%;
}
#sportarten-berater .display-value .label,
#bmi-berater .display-value .label {
  color: #676767;
  text-align: center;
}
/*# sourceMappingURL=sportarten-berater.css.map */
