/* ================================================================================================== */
/* Herz Bewegt - Website.                                                                             */
/* -------------------------------------------------------------------------------------------------- */
/* Copyright (c) 2017 +innovations GmbH                                                               */
/* All rights reserved.                                                                               */
/* ================================================================================================== */
/* -------------------------------------------------------------------------------------------------- */
/* Variables		                                                                          		        */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* General Settings                                                                          		  */
/* -------------------------------------------------------------------------------------------------- */
html {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

body {
  padding-bottom: 0;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  position: relative;
  overflow-y: auto;
  padding-top: 0;
  /* padding for fixed navbar */
  background-color: #ffffff;
}

.main {
  margin-top: 30px;
  margin-bottom: 10px;
}

p {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  color: #c41501;
}
h1 .testss,
h2 .testss,
h3 .testss,
h4 .testss,
h5 .testss,
h6 .testss {
  font-size: 50px;
}

h1 {
  font-size: 26px;
}
@media only screen and (min-width: 420px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 23px;
}
@media only screen and (min-width: 420px) {
  h2 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 21px;
}
@media only screen and (min-width: 420px) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 19px;
}
@media only screen and (min-width: 420px) {
  h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  h4 {
    font-size: 22px;
  }
}

.brand {
  color: #c41501;
}

.btn {
  font-weight: 300;
}

.btn-brand {
  background-color: #c41501 !important;
  color: #ffffff !important;
}
.btn-brand:hover {
  background-color: #b40501 !important;
}

.btn-outline-brand {
  color: #c41501;
  background-color: transparent;
  background-image: none;
  border-color: #c41501;
}
.btn-outline-brand:hover {
  color: #b40501;
}

.wp-block-button__link {
  background-color: #c41501;
  color: #ffffff !important;
  border-radius: 0.25rem;
}
.wp-block-button__link:hover {
  background-color: #b40501;
}

.uppercase {
  text-transform: uppercase;
}

.navbar-light {
  background-color: #ffffff;
}

.navbar-brand {
  width: 50px;
}
.navbar-brand img {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 380px) {
  .navbar-brand {
    width: 60px;
  }
}
@media only screen and (min-width: 420px) {
  .navbar-brand {
    width: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-brand {
    width: 80px;
    left: auto;
    right: -15px;
  }
}

.nav-link {
  font-size: 1rem;
}
.nav-link.active {
  color: #c41501;
}
.nav-link:hover {
  color: #b40501;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #b40501;
}

.nav-item .dropdown-menu .dropdown-item {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .nav-item .dropdown-menu {
    border-radius: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .nav-item .dropdown-menu .dropdown-item {
    padding: 0.25rem 0;
  }
}

.img-container {
  overflow: hidden;
  width: 1000px;
}
@media only screen and (min-width: 540px) {
  .img-container {
    width: 1500px;
  }
}
@media only screen and (min-width: 1200px) {
  .img-container {
    width: 2000px;
  }
}
@media only screen and (min-width: 1680px) {
  .img-container {
    width: 2200px;
  }
}
@media only screen and (min-width: 2000px) {
  .img-container {
    width: 2700px;
  }
}

.banner-item, .topimg {
  position: relative;
}
.banner-item img.trans, .topimg img.trans {
  margin-left: -400px;
}
@media only screen and (min-width: 540px) {
  .banner-item img.trans, .topimg img.trans {
    margin-left: -380px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-item img.trans, .topimg img.trans {
    margin-left: -300px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-item img.trans, .topimg img.trans {
    margin-left: -300px;
  }
}
@media only screen and (min-width: 1680px) {
  .banner-item img.trans, .topimg img.trans {
    margin-left: -200px;
  }
}
@media only screen and (min-width: 2000px) {
  .banner-item img.trans, .topimg img.trans {
    margin: 0;
  }
}
.banner-item img.wide, .topimg img.wide {
  display: none !important;
}
@media only screen and (min-width: 1680px) {
  .banner-item img.wide, .topimg img.wide {
    display: block !important;
    width: 100% !important;
  }
}
.banner-item img.large, .topimg img.large {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .banner-item img.large, .topimg img.large {
    display: block !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1680px) {
  .banner-item img.large, .topimg img.large {
    display: none !important;
  }
}
.banner-item img.medium, .topimg img.medium {
  display: none !important;
}
@media only screen and (min-width: 540px) {
  .banner-item img.medium, .topimg img.medium {
    display: block !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .banner-item img.medium, .topimg img.medium {
    display: none !important;
  }
}
.banner-item img.small, .topimg img.small {
  display: block !important;
  width: 100% !important;
}
@media only screen and (min-width: 540px) {
  .banner-item img.small, .topimg img.small {
    display: none !important;
  }
}

.unslider {
  position: relative;
}

.unslider-nav {
  position: absolute;
  bottom: 8px;
  left: 60px;
  right: 60px;
  z-index: 11;
}
.unslider-nav ol > li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border-color: #800000;
}
.unslider-nav ol > li.unslider-active {
  background-color: #800000;
}
@media only screen and (min-width: 400px) {
  .unslider-nav {
    bottom: 10px;
  }
  .unslider-nav ol > li {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .unslider-nav {
    bottom: 15px;
  }
  .unslider-nav ol > li {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}

.unslider-arrow {
  display: block;
  width: 32px;
  height: 32px;
  top: 50%;
  left: auto;
  margin-top: -16px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2) no-repeat 50% 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==");
  background-size: 7px 11px;
  border-radius: 32px;
  text-indent: -999em;
  opacity: 0.6;
  transition: opacity 0.2s;
  z-index: 12;
}
@media only screen and (max-width: 1024px) {
  .unslider-arrow {
    display: none;
  }
}

.unslider-arrow:hover {
  opacity: 1;
}

.unslider-arrow.prev {
  left: 20px;
  right: auto;
  transform: rotate(-180deg);
}

.banner-caption {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 15px;
  color: #000;
}
.banner-caption:hover {
  color: #000;
}
.banner-caption .inner {
  position: absolute;
  width: 100%;
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
  left: 0;
  right: 0;
  text-align: left;
}
.banner-caption .inner h1 {
  font-size: 1.3rem;
  text-shadow: 1px 1px 3px #ffffff;
}
.banner-caption .inner p {
  vertical-align: top;
  margin-top: 10px;
  font-size: 0.9rem;
  width: 70%;
  line-height: 1.2rem;
  text-shadow: 1px 1px 2px #ffffff;
}
.banner-caption .inner .btn {
  cursor: pointer;
}
@media only screen and (min-width: 360px) {
  .banner-caption {
    top: 25px;
  }
  .banner-caption .inner h1 {
    font-size: 1.4rem;
  }
  .banner-caption .inner p {
    margin-top: 10px;
    font-size: 1rem;
    width: 70%;
    line-height: 1.3rem;
  }
}
@media only screen and (min-width: 400px) {
  .banner-caption {
    top: 25px;
  }
  .banner-caption .inner h1 {
    font-size: 1.6rem;
  }
  .banner-caption .inner p {
    margin-top: 10px;
    font-size: 1.15rem;
    width: 70%;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 540px) {
  .banner-caption {
    top: 30px;
  }
  .banner-caption .inner h1 {
    font-size: 2rem;
  }
  .banner-caption .inner p {
    margin-top: 10px;
    font-size: 1.4rem;
    width: 50%;
    line-height: 1.85rem;
  }
  .banner-caption .inner .btn {
    font-size: 1.4rem;
    border-radius: 3px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-caption .inner {
    width: 690px;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  .banner-caption {
    top: 50px;
  }
  .banner-caption .inner {
    width: 930px;
    margin: auto;
  }
  .banner-caption .inner h1 {
    font-size: 2.2rem;
  }
  .banner-caption .inner p {
    margin-top: 10px;
    font-size: 1.5rem;
    width: 47%;
    line-height: 2rem;
  }
  .banner-caption .inner .btn {
    font-size: 1.3rem;
    border-radius: 3px;
    padding-bottom: 9px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 9px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-caption {
    top: 90px;
  }
  .banner-caption .inner {
    width: 1110px;
  }
  .banner-caption .inner h1 {
    font-size: 2.7rem;
  }
  .banner-caption .inner p {
    margin-top: 10px;
    font-size: 1.9rem;
    width: 50%;
    line-height: 2.5rem;
  }
  .banner-caption .inner .btn {
    font-size: 1.6rem;
    border-radius: 3px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1680px) {
  .banner-caption {
    top: 115px;
  }
  .banner-caption .inner {
    width: 1110px;
  }
  .banner-caption .inner h1 {
    font-size: 3.1rem;
  }
  .banner-caption .inner p {
    margin-top: 10px;
    font-size: 1.9rem;
    width: 60%;
    line-height: 2.5rem;
  }
  .banner-caption .inner .btn {
    font-size: 1.7rem;
    border-radius: 3px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
  }
}
@media only screen and (min-width: 2100px) {
  .banner-caption {
    top: 160px;
  }
  .banner-caption .inner {
    width: 1110px;
  }
  .banner-caption .inner h1 {
    font-size: 3.1rem;
  }
  .banner-caption .inner p {
    margin-top: 10px;
    font-size: 2rem;
    width: 60%;
    line-height: 2.6rem;
  }
  .banner-caption .inner .btn {
    font-size: 1.7rem;
    border-radius: 3px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
  }
}

.contact {
  margin: 0;
}
@media only screen and (min-width: 994px) {
  .contact {
    margin: 1px;
  }
}
.contact a {
  width: 100%;
  text-align: center;
}
.contact a:hover {
  text-decoration: none;
  color: #b40501;
}
.contact img.icon {
  width: 70px;
}
@media only screen and (min-width: 768px) {
  .contact img.icon {
    width: 80px;
  }
}
.contact .title {
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .contact .title {
    font-size: 1.6rem;
  }
}
.contact .description {
  font-size: 0.8rem;
  display: none;
}
@media only screen and (min-width: 992px) {
  .contact .description {
    display: inline-block;
  }
}

.teaser .link {
  font-size: 1.2rem;
  color: #c41501;
}

.teaserblock {
  width: 100%;
  border: none;
  color: #000;
}
.teaserblock:hover {
  text-decoration: none;
  color: #000;
}
.teaserblock img {
  height: 120px;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.teaserblock img[class] {
  width: 100%;
}
.teaserblock .ofcover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.teaserblock .card-body {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.teaserblock .card-text {
  margin-bottom: 40px;
}
.teaserblock .card-btn {
  position: absolute;
  bottom: 15px;
  left: 35px;
}
.teaserblock .meta {
  font-size: 0.8rem;
  line-height: 0.9rem;
}

.emailok {
  background-color: #339933;
}

.header_fullwidth_fixedheight {
  height: 160px;
  width: 100%;
  overflow: hidden;
  align-content: center;
  margin-bottom: 22px;
}
.header_fullwidth_fixedheight img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 400px) {
  .header_fullwidth_fixedheight {
    height: 200px;
  }
  .header_fullwidth_fixedheight img {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .header_fullwidth_fixedheight {
    height: 250px;
  }
  .header_fullwidth_fixedheight img {
    height: 250px;
  }
}

.page-content {
  margin-top: 0;
}

.topimg {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
.topimg .container {
  padding: 0;
}
.topimg h1 {
  position: absolute;
  bottom: 0;
  margin-bottom: 12px;
  padding-bottom: 0;
  font-size: 1.3rem;
  width: 70%;
  line-height: 1.35;
}
@media only screen and (min-width: 375px) {
  .topimg h1 {
    font-size: 1.5rem;
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .topimg h1 {
    font-size: 1.7rem;
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1023px) {
  .topimg h1 {
    font-size: 2.4rem;
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .topimg h1 {
    font-size: 3rem;
    width: 35%;
  }
}

strong {
  font-weight: 600 !important;
}

.strong {
  font-weight: 700 !important;
  color: #c41501;
}

.badge-img {
  position: absolute;
  top: 13px;
  left: 20px;
  font-weight: 300;
  font-size: 0.9rem;
}

.full-width {
  width: 100%;
  height: auto;
}

.full-width-max {
  max-width: 100%;
  height: auto;
}

.card {
  margin-bottom: 15px;
}

.gallery img {
  height: 200px;
}
@media only screen and (min-width: 320px) {
  .gallery img {
    height: 200px;
  }
}
@media only screen and (min-width: 370px) {
  .gallery img {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) {
  .gallery img {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery img {
    height: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .gallery img {
    height: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery img {
    height: 200px;
  }
}
.gallery .img-container {
  padding-bottom: 10px;
}
.gallery img[class] {
  width: 100%;
}
.gallery .ofcover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.patientimg {
  margin-bottom: 15px;
}
.patientimg img {
  height: 200px;
}
@media only screen and (min-width: 320px) {
  .patientimg img {
    height: 200px;
  }
}
@media only screen and (min-width: 370px) {
  .patientimg img {
    height: 220px;
  }
}
@media only screen and (min-width: 576px) {
  .patientimg img {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .patientimg img {
    height: 380px;
  }
}
@media only screen and (min-width: 992px) {
  .patientimg img {
    height: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .patientimg img {
    height: 600px;
  }
}
.patientimg img[class] {
  width: 100%;
}
.patientimg .ofcover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.patientimg .text {
  font-size: 0.9rem;
}

.patientimg2 {
  margin-bottom: 15px;
}
.patientimg2 img {
  height: 200px;
}
@media only screen and (min-width: 320px) {
  .patientimg2 img {
    height: 220px;
  }
}
@media only screen and (min-width: 370px) {
  .patientimg2 img {
    height: 220px;
  }
}
@media only screen and (min-width: 576px) {
  .patientimg2 img {
    height: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .patientimg2 img {
    height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .patientimg2 img {
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .patientimg2 img {
    height: 350px;
  }
}
.patientimg2 img[class] {
  width: 100%;
}
.patientimg2 .ofcover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.patientimg2 .text {
  font-size: 0.9rem;
}

.blog a {
  text-decoration: none;
  color: #000;
}
.blog a:hover {
  text-decoration: none;
  color: #000;
}
.blog .blog-item {
  width: 100%;
}
.blog .blog-item img {
  height: 100px;
}
.blog .blog-item img[class] {
  width: 100%;
}
.blog .blog-item .ofcover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.blog .blog-item .meta {
  font-size: 0.8rem;
  line-height: 0.9rem;
}

.blogbild {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}

.blogbild > figure > img {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}

.logoarea {
  padding: 0 15px;
}
.logoarea h3 {
  margin: 15px 0 0;
}
.logoarea img {
  height: 100px;
}
.logoarea img.main {
  height: 150px;
}
.logoarea img[class] {
  width: 100%;
}
.logoarea .ofcover {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}

.link-grid {
  position: relative;
  margin-bottom: 15px;
}
.link-grid img {
  background-color: #ddd;
  height: 140px;
  border-radius: 3px;
}
.link-grid img[class] {
  width: 100%;
}
.link-grid .ofcover {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.link-grid .title {
  position: absolute;
  bottom: 10px;
  left: 25px;
  right: 25px;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}

.bg-gray {
  margin-top: 10px;
  background-color: #f5f5f5;
}

.footer {
  padding: 15px 15px;
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.footer a.link {
  color: #333333;
}
.footer a.link:last-of-type {
  padding-right: 0;
}
.footer a.link img.icon {
  width: 48px;
}
.footer a.link:hover {
  text-decoration: none;
  color: #c41501;
}
.footer a.link .fa {
  color: #c41501;
}
.footer a.linkweb {
  color: #c41501;
}
.footer a.linkweb:last-of-type {
  padding-right: 0;
}
.footer a.linkweb img.icon {
  width: 48px;
}
.footer a.linkweb:hover {
  color: #c41501;
}
.footer a.linkweb .fa {
  color: #c41501;
}
.footer a.active {
  color: #999;
}
.footer .partner {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.footer .partner img {
  width: 280px;
}
@media only screen and (min-width: 440px) {
  .footer .partner img {
    width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .footer .partner {
    display: none;
  }
}

.copyright {
  margin: 15px 0;
  text-align: center;
  font-size: 0.9rem;
}

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
  /* The slider itself */
  /* Mouse-over effects */
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
}
.slidecontainer .slider {
  margin-top: 16px;
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}
.slidecontainer .slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}
.slidecontainer .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #a41700;
  cursor: pointer;
}
.slidecontainer .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #a41700;
  cursor: pointer;
}

.bmi {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 35px;
}
.bmi .form-row {
  height: 1.7rem;
}
.bmi .form-row .col-form-label {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding-bottom: 0;
}
.bmi .form-row.legende {
  margin-top: 0px;
  margin-bottom: 20px;
}
.bmi .form-row.legende .small {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  color: #777;
  margin-top: 7px;
  padding: 0;
}
.bmi .calculate {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .bmi .calculate {
    margin-bottom: 0;
  }
}
.bmi .result {
  min-height: 150px;
  border-radius: 8px;
  border: 1px solid #a41700;
  color: #a41700;
  width: 100%;
  margin: 0 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .bmi .result {
    margin: 0;
  }
}
.bmi .result .title {
  text-align: center;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 6rem;
}
.bmi .result .text {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .bmi .result .text {
    position: absolute;
    bottom: 5px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .bmi .result .text {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .bmi .result .text {
    font-size: 1.2rem;
  }
}
.bmi .table {
  margin-top: 35px;
}

.btn-procam {
  margin-top: 10px;
  width: 75px;
  max-height: 36px;
}

.btn-explanation {
  margin-top: 8px;
  margin-left: 10px;
}

.procam hr {
  border: 0;
  height: 10px;
}
.procam .col-lg-6, .procam .col-12, .procam .col-md6 {
  display: flex;
  align-items: stretch;
}

.procam-toggle {
  margin-bottom: 0.7rem;
}
.procam-toggle label {
  display: flex;
  align-items: center;
  height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 125%;
}
.procam-toggle i {
  margin-right: 10px;
}

.procam .result {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}
.procam .result .title {
  font-size: 5rem;
  line-height: 1.4;
}
.procam .result .subtitle {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
}
.procam .result .text {
  position: relative;
  margin-top: 10px;
}
.procam .result .strong {
  font-weight: 700;
}
.procam .result .progress {
  margin-top: 15px;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .procam .result .progress {
    margin-top: 20px;
    height: 55px;
  }
  .procam .result .text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 376px) {
  .procam .result {
    margin-top: 10px;
  }
  .procam .result .title {
    font-size: 4rem;
  }

  .procam-toggle label {
    font-size: 15px;
  }
}
@media only screen and (max-width: 340px) {
  .procam-toggle label {
    font-size: 14px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
}/*# sourceMappingURL=custom.css.map */