body.calculate-body {
  background-color: #F4F4F4;
}

body.calculate-body p {
  font-family: 'IndustryMedium', sans-serif, Tahoma, Arial, Verdana;
}

body.calculate-body .inner {
  background: #F4F4F4;
}

.darkgrey h4, .blue h4 {
  color: #FFF;
}

.calculate-body a.btn:not(.box-content .btn),
.calculate-body button.btn:not(.box-content .btn) {
  background: #7ACFF3;
}

.calculate-body section.module_calulate {
  margin-top: 0;
  margin-bottom: 40px;
}

.calculate-header {
  height: inherit;
}

.inner.slim {
  max-width: 928px;
}

.inner.slim-content {
  max-width: calc(928px - 160px);
  padding: 20px 80px;
}



.inner.slim {
  width: 100%;
  padding: 0;
}

.inner.slim-content {
  width: calc(100% - 80px);
  padding: 40px 40px;
}

.darkgrey-secondary {
  background-color: #1F2022;
}

.darkgrey-secondary h1:not(.box h1),
.darkgrey-secondary h2:not(.box h2),
.darkgrey-secondary h3:not(.box h3),
.darkgrey-secondary h4:not(.box h4),
.darkgrey-secondary h5:not(.box h5),
.darkgrey-secondary h6:not(.box h6),
.darkgrey-secondary p:not(.box p) {
  color: white;
}

@media (min-width: 768px) {

  .inner.slim-content {
    width: calc(100% - 160px);
    padding: 40px 80px;
  }
}

.second-background {
  background-color: #444543;
}

.calulate_groove_container .app-full-link:hover,
.second-background.app-full-link:hover {
  background-color: #D0D0D0;
}

.calulate_groove_container .app-full-link:hover a,
.second-background.app-full-link a:hover {
  color: #444543;
}

.calulate_groove_container .app-full-link:hover a::after,
.second-background.app-full-link:hover a::after {
  filter: none;
}
.second-background * {
  color: #F0F1F3;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.second-background.app-full-link a::after,
.second-background.app-full-link a::before,
.calulate_groove_container .app-full-link a::before,
.calulate_groove_container .app-full-link a::after {
  filter: invert(100%);
}

/* #region HEADER */

.calculate-header {
  /* margin-bottom: 20px; */
}

.calculate-body .header-logos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  background-color: #444543;
  padding: 22px 40px 16px 40px;
  ;
}

@media (min-width: 768px) {
  .calculate-body .header-container {
    height: auto;
    padding: 22px 80px 16px 80px;
  }
}


/* #endregion */

.performance-logo {
  width: 80px;
  height: 80px;
}

.marbach-logo {
  height: 80px;
  width: 172px;
}

.back-button {
  width: 28px;
  height: 28px;
}

.app-full-link {
  border-radius: 5px;
  width: 100%;
}

.app-full-link a {
  padding: 20px 30px;
}

.app-full-link a {
  display: flex;
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
}

.calulate_groove_container .app-full-link {
  background-color: #7ACFF3;
}

.calulate_groove_container h2 {
  color: #F4F4F4;
  margin-bottom: 20px;
}

.calulate_groove_container .app-full-link a {
  color: #F4F4F4;
}

.module_calulate {
  border-radius: 5px;
}

.calulate_groove_container {
  background-color: #444543;
  border-radius: 5px;
  padding: 36px 20px 25px 20px;
}

.calulate_groove_container+.button-group {
  margin-top: 20px;
}

.image-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 284px; */
  margin-bottom: 32px;
  border-radius: 5px 5px 0 0;
}

.image-link-container+.app-full-link {
  border-radius: 0 0 5px 5px;
}

@media screen and (min-width: 768px) {
  .app-full-link a {
    padding: 30px 40px;
  }

  .calulate_groove_container {
    padding: 36px 40px 25px 40px;
  }

}


/* #region CALCULATE - NEWS */

.module_calculate_news {
  margin-bottom: 40px;
}

.module_calculate_news h2 {
  font-size: 25px;
  line-height: 25px;
  width: 700;
  letter-spacing: -0.375;
  margin-bottom: 35px;
  color: #444543;
}

.module_calculate_news .inner.slim-content {
  padding-top: 35px;
}

.module_calculate_news .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.module_calculate_news .element-item {
  width: 100%;
}

.module_calculate_news .box:not(.blue):not(.darkgrey) {
  background-color: white;
}

@media screen and (min-width: 568px) {
  .calculate-body .module_calculate_news .element-item {
    width: 50%;
    padding: 0 10px;
  }

}




/* #endregion */


/* #region CALCULATE  */

.calculate-tab {
  width: 100%;
  margin-top: 30px;
}

.calculate-tab .inner.slim-content {
  width: calc(100% - 30px);
  padding: 0px 5px;
}

.calculate-tab-wrapper {
  /* margin-top: -26px; */
}

.calculate-tab-wrapper .inner {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #444543 !important;
}

.calculate-tab-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 16px;
}

.calculate-tab .header-title {
  font-family: 'BlenderPro';
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F0F1F3;

}

.calculate-category-button {
  background-color: #D0D0D0;
  color: #444543;
  border: 1px solid #D0D0D0;
  padding: 14px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0, 18px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 5px 5px 0 0;
  text-align: center;
  cursor: pointer;
}

button.calculate-category-button.active {
  background-color: #F4F4F4;
  color: #444543;
  border: 1px solid #F4F4F4;
}

.module_calculate .inner {
  /* max-width: 430px; */
  margin: 0 auto;
}

.module_calculate .centered {
  margin-bottom: 14px;
}

.radio-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 34px;
  gap: 6px 0;
}

.radio-container .radio {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.radio-container .radio label {
  background-color: #444543;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  width: 100%;
  color: white;
  margin: 0 auto;
}

.radio-container .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio input[type="radio"]+label:before {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(../images/icons/radio-toggle-default.svg) no-repeat;
  border-radius: 50%;
}

.radio-container input[type="radio"]:checked+label {
  background: #D0D0D0;
  color: #444543;
}

.radio-container input[type="radio"]:checked+label:before {
  background: url(../images/icons/radio-toggle-active.svg) no-repeat;

}

.radio-container label {
  font-size: 15px;
  line-height: 14px;
  cursor: pointer;
}


.selected-item {
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  color: #444543;
  cursor: pointer;
  padding: 18px 17px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 0px;
  font-style: normal;
}

.selected-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/icons/top-black.svg) no-repeat;
  background-size: 10px;
  background-position: center;
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
  right: 20px;
}

.dropdown.active .selected-item::after {
  transform: rotate(0deg);
}

.dropdown-menu {
  display: none;
  background: #fff;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: 0px;
  font-style: normal;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  cursor: pointer;
  padding: 12px 16px;
}

.dropdown-item:hover {
  background-color: #f2f2f2;
}

.calculate-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #3B3C3F;
  margin-bottom: 14px;
}

.calculate-pt,
.calculate-strength,
.calculate-option-a,
.calculate-option-b {
  position: absolute;
  font-size: 14px;
}

.rillenrzurichtung-container {
  padding: 25px 0 0 0;
  background-color: #444543;
  border-radius: 5px 5px 10px 12px;
}

.articaloptimal, .articalalternative{
  display: inline;
}

.article-text {
  font-size: 14px;
  line-height: 16px;
  color: #444543;
  margin-bottom: 8px;
  margin-top: 8px;
}


.rillenrzurichtung-container .calculate-title,
.rillenrzurichtung-container .articaloptimal,
.rillenrzurichtung-container h4 {
  color: #fff;
}

.rillenrzurichtung-container . {
  text-transform: uppercase;
}

.rillenzurichtung-text {
  font-size: 34px;
  line-height: 34px;
  color: #319FE0;
  margin-top: 10px;
  margin-bottom: 19px;
}

.alternative-container {
  padding: 15px 0 7px 0;
  background-color: #D0D0D0;
  border-radius: 0 0 5px 5px;
}

.alternative-container .calculate-title,
.alternative-container h4 {
  text-transform: uppercase;
  color: #fff;
}

.rillenrzurichtung-container .calculate-title {
  margin-bottom: 4px;
}

.alternative-text {
  font-size: 18px;
  line-height: 16px;
  color: #444543;
}

.subtitle-text {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #444543;
  margin-bottom: 8px;
}

.calculate-image-content {
  position: relative;
  background-image: url(../images/illu-rillrechner-karton.svg);
  background-position: center;
  height: 63vw;
  background-size: contain;
  margin: 24px auto;
}

.image-wellpappe {
  background-image: url(../images/illu-rillrechner-wellpappe.svg);
}

.calculate-image-content>div {
  font-size: 11px;
  line-height: 10px;
}

.calculate-unit {
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}


.calculate-pt {
  width: 100%;
  top: 22%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  color: #fff;
}

.image-wellpappe .calculate-pt {
    top:23%;
    left: 61%;
}

.calculate-strength {
  top: 93px;
  left: 31px;
}

.calculate-option-a {
  bottom: 84px;
  right: 30px;
  color: white;
}

.calculate-option-b {
  bottom: 48px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 390px) {
  /* .calculate-pt {
    top: 54px;
    left: 44%;
  } */

  /* .calculate-pt {
    top: 22%;
    left: 0;
    width: 100%;
    text-align: center;
} */

  .calculate-strength {
    top: 102px;
    left: 37px;
  }

  .calculate-option-a {
    bottom: 90px;
    right: 35px;
  }

  .calculate-option-b {
    bottom: 51px;
  }
}

@media screen and (min-width: 430px) {

  .calculate-tab-container {
    gap: 32px;
  }

  .module_calculate {
    padding: 0;
  }

  .calculate-image-content {
    height: 270px;
    max-width: 387px;
  }

  .calculate-pt {
    top: 21%;
  }


  .calculate-strength {
    top: 110px;
    left: 49px;
  }

  .calculate-option-a {
    bottom: 97px;
    right: 43px;
  }

  .calculate-option-b {
    bottom: 56px;
  }

  .image-wellpappe .calculate-strength {
    top: 122px;
    left: 49px;
  }
}

@media screen and (min-width: 460px) {
  .radio-container .radio:first-of-type label {
    border-radius: 5px 0 0 5px;
  }

  .radio-container .radio:last-of-type label {
    border-radius: 0 5px 5px 0;
  }

  .calculate-pt {
    top: 20%;
  }


  .calculate-option-a {
    bottom: 96px;
    right: 47px;
  }

  .image-wellpappe .calculate-option-a {
    bottom: 106px;
    right: 34px;
  }

.calculate-option-b {
    bottom: 50px;
}

.image-wellpappe .calculate-option-b {
    bottom: 67px;
    left: 41px;
}


  .calculate-image-content {
    height: 270px;
    max-width: 387px;
  }
}

/* #endregion */

/* #region CONTACT */

.modules_calculate_profiles h2 {
  margin-bottom: 40px;
}

.calculate-card-profile {
  padding: 0 40px;
}

.calculate-card {
  margin: 0 auto;
}

.calculate-card-profile .personBoxWrapper .row--sm-flex {
  flex-wrap: wrap;
}

.calculate-card {
  display: flex;
  flex-direction: column;
  background-color: #444543;
}

.video-card {
  background-color: #7ACFF3;
}

.calculate-card-information {
  padding: 32px 16px;
}

.calculate-name {
  font-family: 'BlenderPro';
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.calculate-discription {
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
}


.calculate-card-information a {
  color: #FFFFFF;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

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

@media screen and (min-width: 928px) {
  .calculate-card .inner.slim {
    padding: 0 80px;
  }

  body.calculate-body .inner {
    box-shadow: 0px 14px 14px -7px rgba(0, 0, 0, 0.4);
  }

  body.calculate-body .inner:before,
  body.calculate-body .inner:after {
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    width: 15px;
  }

  body.calculate-body .inner:before {
    box-shadow: -15px 0 15px -15px inset;
    left: -15px;
  }

  body.calculate-body .inner:after {
    box-shadow: 15px 0 15px -15px inset;
    right: -15px;
  }
}

@media screen and (min-width: 1200px) {
  .calculate-card-profile .personBoxWrapper .row--sm-flex>div {
    flex: 0 50%;
    margin-bottom: 20px;
  }
}


/* #endregion */


footer.calulate-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #444543;
  gap: 16px;
}

footer.calulate-footer a {
  color: #7ACFF3;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0, 5px;
}

footer.calulate-footer a:not(:last-of-type)::after {
  content: "|";
  display: inline-block;
  width: 0;
  background: #7ACFF3;
  margin-left: 15px;
}

@media (min-width:480px)  {
    .radio-container .radio label {
      padding: 16px 10px !important;
    }
}

.redtext .selected-item{ color:red; }

.lang-nav {
        width: 100%;
        padding: 5px 0px 0px 0px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: column;
        background-color: #444543;
}
.lang-nav li{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 30px;
        color: #fff;
}
.lang-nav a{color: #fff;}
.lang-nav a span{color: #fff; display: inline-block;}
.lang-nav .align-right { padding-right: 12px; padding-top:3px; display:flex; }

.module_calculate_content {
    margin-bottom: 40px;
}