@charset "UTF-8";
/* Base */
body {
  line-height: 1.7;
  color: rgb(127.5, 127.5, 127.5);
  font-weight: 300;
  font-size: 1rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

.position-relative {
  position: relative !important;
}

.overflow-hidden {
  overflow: hidden;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.site-wrap:before {
  transition: 0.3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.offcanvas-menu .site-wrap:before {
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu {
  position: relative;
}
.offcanvas-menu:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 21;
  background: rgba(0, 0, 0, 0.2);
}

.btn {
  border-width: 2px;
  border-radius: 30px;
}
.btn:active, .btn:focus {
  outline: none;
  box-shadow: none !important;
}
.btn.btn-lg {
  padding: 10px 20px;
  font-size: 16px;
}
.btn.btn-primary {
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #000 !important;
  color: #fff !important;
  background-color: #000 !important;
}
.btn.btn-outline-primary {
  color: #495057;
  border-color: #495057 !important;
  background-color: transparent !important;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  border-color: #495057 !important;
  color: #fff !important;
  background-color: #495057 !important;
}
.btn.btn-md {
  padding: 14px 30px;
}

.bg-black {
  background: #000;
}

.form-control {
  height: 47px;
  background: rgb(245.65, 245.65, 245.65);
  border-radius: 0;
  border: 1px solid rgb(245.65, 245.65, 245.65);
}
.form-control:active, .form-control:focus {
  border-color: #495057;
}
.form-control:hover, .form-control:active, .form-control:focus {
  box-shadow: none !important;
}

.site-section {
  padding: 4.5em 0;
}
@media (min-width: 768px) {
  .site-section {
    padding: 7em 0;
  }
}
.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  font-size: 30px;
  color: #dee2e6;
  position: relative;
}
.site-section-heading:before {
  content: "";
  left: 0%;
  top: 0;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #495057;
}
.site-section-heading.text-center:before {
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  width: 40px;
  height: 2px;
  background: #495057;
}

.border-top {
  border-top: 1px solid #ced4da !important;
}

.site-footer {
  padding-top: 17rem;
  padding-bottom: 4rem;
  background: #333333;
}
.site-footer p {
  color: rgb(140.25, 140.25, 140.25);
}
.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
  color: #fff;
}
.site-footer a {
  color: rgb(178.5, 178.5, 178.5);
}
.site-footer a:hover {
  color: white;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-heading {
  font-size: 20px;
  color: #fff;
}

.bg-text-line {
  display: inline;
  background: #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden;
}
.bg-image.center {
  background-position: top center;
}
.bg-image.fixed {
  background-position: fixed !important;
}
.bg-image.overlay, .bg-image.overlay-primary, .bg-image.overlay-info, .bg-image.overlay-success, .bg-image.overlay-warning {
  position: relative;
}
.bg-image.overlay:before, .bg-image.overlay-primary:before, .bg-image.overlay-info:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.bg-image.overlay:before {
  background: rgba(0, 0, 0, 0.4);
}
.bg-image.overlay-primary:before {
  background: rgba(73, 80, 87, 0.9);
}
.bg-image.overlay-info:before {
  background: rgba(47, 240, 193, 0.9);
}
.bg-image.overlay-success:before {
  background: rgba(40, 167, 69, 0.9);
}
.bg-image.overlay-success:before {
  background: rgba(255, 193, 7, 0.9);
}

/* Navbar */
.site-navbar-wrap {
  position: relative;
  z-index: 99;
  width: 100%;
  left: 0;
  background: #fff;
}
.site-navbar-wrap a {
  color: #000;
}
.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  padding: 15px 0;
}
.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  position: relative;
}
.site-navbar .site-logo a {
  font-weight: 200;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}
.site-navbar .site-logo a .navbar-logo {
  width: auto;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 10px;
  color: black;
  font-size: 15px;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
}
.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
  border-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #495057;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: rgb(235.0581395349, 237.5, 239.9418604651);
  color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: rgb(235.0581395349, 237.5, 239.9418604651);
  color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: 100vh;
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
  color: #495057;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #495057;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  z-index: 100;
  width: 100%;
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 140px;
}
.sticky-wrapper .site-navbar {
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar .site-navigation .site-menu-toggle {
  background: transparent;
  border: none;
}
.sticky-wrapper .site-navbar .site-navigation .site-menu-toggle .icon-menu:before {
  font-size: 2.5rem;
}
.sticky-wrapper .site-navbar a.active {
  color: #fff;
}
.sticky-wrapper.is-sticky .site-navbar {
  background-color: #fff;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
  padding-right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative;
}
.site-blocks-cover, .site-blocks-cover > .container > .row {
  min-height: 600px;
  height: 100vh;
}
.site-blocks-cover.inner-page, .site-blocks-cover.inner-page > .container > .row {
  min-height: 600px;
  height: 80vh;
}
.site-blocks-cover h1 {
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .site-blocks-cover h1 {
    font-size: 4rem;
  }
}
.site-blocks-cover .sub-text {
  font-size: 1.4rem;
  color: rgb(127.5, 127.5, 127.5);
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .site-blocks-cover .sub-text {
    color: #000;
  }
}
.site-blocks-cover .img-wrap {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 2;
  right: 0;
  min-height: 600px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .site-blocks-cover .img-wrap {
    width: 100%;
    right: 0%;
    top: 0;
  }
  .site-blocks-cover .img-wrap .hero-slider:before {
    position: absolute;
    content: "";
    opacity: 0.5;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.site-blocks-cover .img-wrap .slide {
  height: 100vh;
  position: relative;
}
.site-blocks-cover .img-wrap .slide.overlay {
  position: relative;
}
.site-blocks-cover .img-wrap .slide.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  z-index: 1;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.site-blocks-cover .img-wrap .slide img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.site-blocks-cover .intro {
  z-index: 3;
  position: relative;
}
.site-blocks-cover .intro .heading h1 {
  color: #fff;
}
@media (max-width: 991.98px) {
  .site-blocks-cover .intro .heading {
    margin-left: 0;
  }
}
.site-blocks-cover .intro .text p {
  color: #fff;
}
@media (max-width: 991.98px) {
  .site-blocks-cover .intro .text {
    padding-left: 0;
  }
}

.site-menu-toggle .menu-text {
  position: relative;
  top: -6px;
  text-transform: uppercase;
}

.hero-slider .owl-nav {
  position: absolute;
  bottom: 120px;
  right: 50px;
  z-index: 100;
}
.hero-slider .owl-nav .owl-prev, .hero-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: #495057;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.section-title .sub-title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 400;
  color: rgb(178.5, 178.5, 178.5);
}
.section-title .title {
  font-size: 2.2rem;
}

.service {
  padding: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-top: 2px solid #495057;
  transition: 0.3s all ease-in-out;
  position: relative;
  top: 0;
}
.service:hover, .service:focus {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
  border: 1px solid transparent;
  border-top: 2px solid #495057;
  top: -2px;
}
.service *:last-child {
  margin-bottom: 0;
}
.service h3 {
  font-size: 1.1rem;
  color: #000;
}
.service p {
  color: #999999;
  font-size: 1rem;
}

.readmore {
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 900;
  transition: 0.3s all ease;
}
.readmore:after {
  transition: 0.3s all ease;
  position: absolute;
  content: "\e5c8";
  top: 50%;
  transform: translateY(-50%);
  font-family: "icomoon";
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.readmore:hover {
  padding-right: 30px;
}
.readmore:hover:after {
  opacity: 1;
  visibility: visible;
}

.custom-progress {
  height: 7px;
}
.custom-progress .progress-bar {
  border-radius: 30px;
}

.ul-check {
  margin-bottom: 50px;
}
.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -0.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}
.ul-check.white li:before {
  color: #fff;
}
.ul-check.success li:before {
  color: #28a745;
}
.ul-check.primary li:before {
  color: #495057;
}

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px;
}
.item a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.item a img {
  position: relative;
  transform: scale(1);
  transition: 0.3s all ease-in-out;
}
.item .item-wrap {
  display: block;
  position: relative;
}
.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.item .item-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}
.item .item-wrap:hover span {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.item:hover a img {
  transform: scale(1.05);
  transition: 0.3s all ease-in-out;
}

.contact-form {
  padding: 30px;
  position: relative;
  background: #fff;
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
  margin-bottom: -15em;
}

.jm-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
}

.person h3 {
  font-size: 1.2rem;
}

.blockquote {
  margin-bottom: 30px;
}
.blockquote p {
  font-size: 1.15rem;
}
.blockquote p:first-child {
  border-left: 10px #eee solid;
  margin-bottom: 20px;
}
.blockquote p {
  padding-left: 20px;
  color: #000;
  font-style: italic;
}

.form-subscribe .form-control {
  border-color: #333333 !important;
  background: rgb(76.5, 76.5, 76.5) !important;
}
.form-subscribe .form-control:active, .form-subscribe .form-control:focus {
  border-color: rgb(127.5, 127.5, 127.5) !important;
}
.form-subscribe .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
  font-style: italic;
}
.form-subscribe .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
.form-subscribe .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
  font-style: italic;
}
.form-subscribe .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
  font-style: italic;
}

.blockquote img {
  width: 40px;
  border-radius: 50%;
}

/* Cookiebanner */
.cookie-banner,
#kco-check .cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 600px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  z-index: 1000;
  display: none;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cookie-banner button,
#kco-check .cookie-banner button {
  margin: 8px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  background: #495057;
  color: white;
}

.cookie-banner button:focus-visible,
.cookie-open-btn:focus-visible,
#kco-check .cookie-banner button:focus-visible,
#kco-check .cookie-open-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

#accept-all-cookies,
#kco-check #accept-all-cookies {
  background: #495057;
  color: white;
}

#save-cookies,
#kco-check #save-cookies {
  background: #495057;
  color: white;
}

#reject-cookies,
#kco-check #reject-cookies {
  background: #495057;
  color: white;
}

#toggle-info,
#kco-check #toggle-info {
  background: #495057;
  color: white;
  margin-top: 10px;
}

.cookie-buttons,
#kco-check .cookie-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.cookie-options,
#kco-check .cookie-options {
  margin: 15px 0;
  text-align: left;
}

.cookie-options label,
#kco-check .cookie-options label {
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.cookie-info,
#kco-check .cookie-info {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  color: black;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  text-align: left;
}

.cookie-open-btn,
#kco-check .cookie-open-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
}

@media (max-width: 480px) {
  .cookie-buttons,
  #kco-check .cookie-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-buttons button,
  #kco-check .cookie-buttons button {
    width: 100%;
    margin: 4px 0;
  }
  .cookie-banner,
  #kco-check .cookie-banner {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  .cookie-open-btn,
  #kco-check .cookie-open-btn {
    right: 10px;
    bottom: 10px;
  }
}
/* Lock-Styles, nur auf der Checker-Seite (Body mit ID #kco-check) */
body#kco-check.cookies-locked {
  overflow: hidden;
}

body#kco-check.cookies-locked .site-wrap {
  pointer-events: none;
  user-select: none;
  filter: blur(0.6px);
}

/* Banner bleibt weiterhin bedienbar */
body#kco-check.cookies-locked #cookie-banner {
  pointer-events: auto;
}

/* Optionaler Hinweis im Banner */
#cookie-lock-hint {
  margin-top: 10px;
  font-size: 13px;
  color: #ffd;
}

/* --- Checker-spezifische "Accept only"-UI --- */
/* Checkbox-Optionen auf der Checker-Seite ausblenden */
body#kco-check #cookie-options {
  display: none !important;
}

/* Reject-/Save-Buttons auf der Checker-Seite ausblenden, falls noch vorhanden */
body#kco-check #reject-cookies,
body#kco-check #save-cookies {
  display: none !important;
}

/* Cookiebanner */
/* Typografie-Variablen für Root-Site */
/* Lokale Montserrat-Webfonts (nur WOFF2) */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Navbar */
.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  background: transparent;
}

.site-navbar-wrap a {
  color: #000;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  padding: 15px 0;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  position: relative;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 10px;
  color: black;
  font-size: 15px;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #495057;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: 100vh;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
  color: #495057;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #495057;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  z-index: 100;
  width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
  margin-top: 140px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar a.active {
  color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu .has-children > a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative;
}

.site-blocks-cover, .site-blocks-cover > .container > .row {
  min-height: 600px;
  height: 100vh;
}

.site-blocks-cover.inner-page, .site-blocks-cover.inner-page > .container > .row {
  min-height: 600px;
  height: 80vh;
}

.site-blocks-cover h1 {
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .site-blocks-cover h1 {
    font-size: 3rem;
  }
  .site-blocks-cover h1 img {
    width: 20rem;
  }
}
.site-blocks-cover .sub-text {
  font-size: 1.4rem;
  color: gray;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .site-blocks-cover .sub-text {
    color: #000;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.site-blocks-cover .img-wrap {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 2;
  right: 0;
  min-height: 600px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .site-blocks-cover .img-wrap {
    width: 100%;
    right: 0%;
    top: 0;
  }
  .site-blocks-cover .img-wrap .hero-slider:before {
    position: absolute;
    content: "";
    opacity: 0.5;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.site-blocks-cover .img-wrap .slide {
  height: 100vh;
  position: relative;
}

.site-blocks-cover .img-wrap .slide.overlay {
  position: relative;
}

.site-blocks-cover .img-wrap .slide.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  z-index: 1;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.site-blocks-cover .img-wrap .slide img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-blocks-cover .img-wrap .slide video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-blocks-cover .intro {
  z-index: 3;
  position: relative;
}

.site-blocks-cover .intro .heading h1 {
  color: #fff;
  font-size: 3rem;
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

@media (max-width: 991.98px) {
  .site-blocks-cover .intro .heading {
    margin-left: 0;
  }
}
.site-blocks-cover .intro .text p {
  color: #fff;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.96;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

@media (max-width: 991.98px) {
  .site-blocks-cover .intro .text {
    padding-left: 0;
  }
}
.site-blocks-cover .intro .btn {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-menu-toggle .menu-text {
  position: relative;
  top: -6px;
  text-transform: uppercase;
}

.hero-slider .owl-nav {
  position: absolute;
  bottom: 120px;
  right: 50px;
  z-index: 100;
}

.hero-slider .owl-nav .owl-prev, .hero-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: #495057;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

/* Hero Typewriter & Emphasis */
.hero-title {
  position: relative;
  margin-bottom: 1.5rem; /* etwas mehr Abstand zur Subline */
}

.hero-title .typewriter {
  position: relative;
  display: inline-block;
  padding-right: 0.08em;
  white-space: nowrap;
}

/* Emphasis-Wörter (werden per Markup mit .is-underlined versehen) */
.is-underlined {
  font-weight: 800;
  text-decoration-line: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.12em;
}

/* Hero Reveal States (Brand + Subline + Scroll-Indicator + Headline) */
.site-blocks-cover .intro .hero-title.is-hidden,
.site-blocks-cover .intro .hero-brand.is-hidden,
.site-blocks-cover .intro .hero-subtext.is-hidden,
.site-blocks-cover .scroll-indicator.is-hidden {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  pointer-events: none;
}

.site-blocks-cover .intro .hero-title.is-visible,
.site-blocks-cover .intro .hero-brand.is-visible,
.site-blocks-cover .intro .hero-subtext.is-visible,
.site-blocks-cover .scroll-indicator.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}

/* Headline nach Typing ersetzen, aber im DOM lassen */
.site-blocks-cover .intro .hero-title.is-replaced {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: auto;
  position: absolute;
}

/* Scroll-Indicator (Maus-Optik) – nur im Hero, nicht fixed */
.site-blocks-cover .scroll-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 200px;
  z-index: 50;
}

@media (max-width: 575.98px) {
  .site-blocks-cover .scroll-indicator {
    bottom: 70px;
  }
}
.site-blocks-cover .scroll-indicator .mouse {
  width: 28px;
  height: 44px;
  border-radius: 18px;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.site-blocks-cover .scroll-indicator .wheel {
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background-color: currentColor;
  opacity: 0.9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  animation: scroll-wheel 1.4s ease-out infinite;
}

/* Reduced Motion: keine Animationen, statische Darstellung */
@media (prefers-reduced-motion: reduce) {
  .site-blocks-cover .intro .hero-title.is-hidden,
  .site-blocks-cover .intro .hero-title.is-visible,
  .site-blocks-cover .intro .hero-brand.is-hidden,
  .site-blocks-cover .intro .hero-brand.is-visible,
  .site-blocks-cover .intro .hero-subtext.is-hidden,
  .site-blocks-cover .intro .hero-subtext.is-visible,
  .site-blocks-cover .scroll-indicator.is-hidden,
  .site-blocks-cover .scroll-indicator.is-visible {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: none !important;
  }
  .site-blocks-cover .scroll-indicator .wheel {
    animation: none !important;
  }
}
/* Scroll-Wheel-Animation */
@keyframes scroll-wheel {
  0% {
    transform: translate(-50%, 0);
    opacity: 0.9;
  }
  40% {
    transform: translate(-50%, 6px);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 0.9;
  }
}
/* Checker */
/* Checker Page (isoliert, keine globalen Overrides) */
#kco-check .site-navbar-wrap {
  position: relative;
}

#checkerResult .checker-score {
  width: 100px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  font-size: 1.2rem;
}
#checkerResult .checker-score #scoreBadge {
  padding: 0.5rem;
}

.checker-wrap {
  padding: 2rem 0 5rem 0;
}

.checker-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 1rem 1rem;
  background: #fff;
}
.checker-card__title {
  font-weight: 800;
  letter-spacing: -0.01em;
}
.checker-card__hint {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 0.15rem;
}
.checker-card__score {
  font-size: 0.95rem;
  padding: 0.45rem 0.6rem;
  border-radius: 999px;
}
.checker-card {
  /* Premium Card Head/Body (für Screenshots & ggf. weitere Blöcke) */
}
.checker-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.checker-card__body {
  padding-top: 0.9rem;
}

.checker-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.checker-section__title {
  font-weight: 800;
  letter-spacing: -0.01em;
}
.checker-section__hint {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 0.15rem;
}

.checker-placeholder {
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  background: #f8f9fa;
  border: 1px dashed rgba(0, 0, 0, 0.18);
  color: #6c757d;
  font-size: 0.95rem;
}

.checker-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.checker-kv {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  background: #fff;
}
.checker-kv__k {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.checker-kv__v {
  color: #212529;
  word-break: break-word;
}

.checker-progress .checker-steps {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.checker-progress .checker-step {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.75rem;
  border-radius: 12px;
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.checker-progress .checker-step__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #adb5bd;
  margin-right: 0.6rem;
  flex: 0 0 auto;
}
.checker-progress .checker-step__label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #495057;
}
.checker-progress .checker-step.is-active {
  background: rgba(0, 123, 255, 0.08);
  border-color: rgba(0, 123, 255, 0.25);
}
.checker-progress .checker-step.is-active .checker-step__dot {
  background: #007bff;
}
.checker-progress .checker-step.is-active .checker-step__label {
  color: #0b5ed7;
}
.checker-progress .checker-step.is-done {
  background: rgba(40, 167, 69, 0.08);
  border-color: rgba(40, 167, 69, 0.25);
}
.checker-progress .checker-step.is-done .checker-step__dot {
  background: #28a745;
}
.checker-progress .checker-step.is-done .checker-step__label {
  color: #1e7e34;
}

.score-pill {
  min-width: 160px;
  text-align: center;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
.score-pill__value {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.score-pill__label {
  font-weight: 700;
  margin-top: 0.25rem;
  opacity: 0.9;
}

.score--good {
  border-color: rgba(40, 167, 69, 0.35);
  background: rgba(40, 167, 69, 0.08);
}

.score--ok {
  border-color: rgba(255, 193, 7, 0.45);
  background: rgba(255, 193, 7, 0.12);
}

.score--bad {
  border-color: rgba(220, 53, 69, 0.35);
  background: rgba(220, 53, 69, 0.08);
}

/* Kategorie-Grid (falls außerhalb Bootstrap genutzt) */
.checker-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.checker-quickwins {
  padding-left: 1.1rem;
}
.checker-quickwins li {
  margin-bottom: 0.5rem;
}

/* Design Swatches (Screen) */
.swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.swatch {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 0.35rem 0.45rem;
  background: #fff;
}
.swatch__chip {
  width: 18px;
  height: 18px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  flex: 0 0 auto;
}
.swatch__label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9rem;
  color: #212529;
}

.design-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

/* Screenshots (Premium) */
.shots-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 992px) {
  .shots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.shot-panel {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  background: #fff;
  padding: 0.9rem 0.9rem;
  min-width: 0;
}
.shot-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
.shot-panel__title {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.shot-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.shot-tab {
  appearance: none;
  border: 1px solid rgba(0, 123, 255, 0.35);
  background: transparent;
  color: #0b5ed7;
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.1;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 120ms ease;
  cursor: pointer;
}
.shot-tab:hover {
  background: rgba(0, 123, 255, 0.06);
}
.shot-tab:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.18);
}
.shot-tab:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.shot-tab.is-active {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

.shot-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f8f9fa;
}

/* Screenshots: nicht full height, sondern scrollbarer Frame */
.shot-frame,
#shotDesktopLink,
#shotMobileLink {
  max-height: 520px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
}

#shotMobileLink {
  overflow: unset;
}

/* Bild soll innerhalb des Frames sauber skalieren */
.shot-frame img,
#shotDesktopLink img,
#shotMobileLink img {
  display: block;
  width: 100%;
  height: auto;
}

/* Tablet & kleine Desktops (<=1200px) */
@media (max-width: 1200px) {
  .shot-frame,
  #shotDesktopLink,
  #shotMobileLink {
    max-height: 420px;
  }
}
/* Mobile (<=768px) */
@media (max-width: 768px) {
  .shot-frame,
  #shotDesktopLink,
  #shotMobileLink {
    max-height: 360px;
  }
}
.shot-link {
  display: block;
  text-decoration: none;
}

.shot-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  transition: opacity 180ms ease, filter 180ms ease;
}

/* Skeleton/Shimmer nur während Loading */
.shot-img.is-loading {
  opacity: 0;
}

.shot-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.06) 35%, rgba(0, 0, 0, 0.03) 70%);
  background-size: 200% 100%;
}

.shot-frame:has(.shot-img.is-loading)::before {
  opacity: 1;
  animation: shotShimmer 1.1s ease-in-out infinite;
}

@keyframes shotShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.shot-cap {
  margin-top: 0.5rem;
}

/* Report Styles */
.report-container {
  padding: 2.5rem 0 4rem 0;
}

.report-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.report-score {
  min-width: 180px;
  text-align: center;
  padding: 1rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
.report-score__value {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}
.report-score__label {
  font-weight: 700;
  margin-top: 0.25rem;
  opacity: 0.9;
}

.report-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

/* Responsive */
@media (max-width: 1200px) {
  .checker-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .checker-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .checker-progress .checker-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .checker-categories {
    grid-template-columns: 1fr;
  }
  .score-pill {
    width: 100%;
    min-width: 0;
  }
  .report-grid {
    grid-template-columns: 1fr;
  }
  .report-score {
    width: 100%;
    min-width: 0;
  }
  .design-grid {
    grid-template-columns: 1fr;
  }
  .checker-details-grid {
    grid-template-columns: 1fr;
  }
}
/* Print */
@media print {
  @page {
    margin: 12mm;
  }
  .no-print {
    display: none !important;
  }
  .site-navbar-wrap {
    display: none !important;
  }
  /* Etwas größere, gut lesbare Typo im Print */
  html,
  body {
    background: #fff !important;
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    font-size: 11.5pt;
    line-height: 1.35;
  }
  /* Weniger Leerraum */
  .report-container {
    padding: 0 !important;
  }
  /* Karten/Tabellen nicht auseinanderreißen */
  .report-score,
  .checker-card,
  .report-card,
  .kpi,
  .cat-item,
  .score-card,
  .report-topbar,
  .report-meta-row,
  .swatch {
    box-shadow: none !important;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  table,
  tr,
  td,
  th {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  /* Grids auch im Print stabil halten */
  .report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4mm !important;
  }
  .checker-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4mm !important;
  }
  .details-grid,
  .cat-grid,
  .two-col,
  .design-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5mm !important;
  }
  .kpi-row {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4mm !important;
  }
  .swatch__chip {
    width: 16px;
    height: 16px;
  }
  .swatch__label {
    font-size: 10pt;
  }
  a[href]:after {
    content: "" !important;
  }
}
/* --- Premium-Report-UI (nur unter #kco-check) --- */
#kco-check {
  /* Hintergrund & Typografie */
  background-color: #f6f7f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#kco-check .report-container {
  padding: 3rem 0 4.5rem 0;
  /* optische Zentrierung über Bootstrap-Container hinaus */
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
#kco-check {
  /* Topbar & Meta: clean UI */
}
#kco-check .report-topbar {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #ffffff;
  padding: 1rem 1.25rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(255, 255, 255, 0.6);
}
#kco-check .report-meta-row {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.05);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.9rem 1.25rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04), 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
}
#kco-check .report-title {
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  text-align: right;
  color: #111827;
}
#kco-check {
  /* Actions / Buttons */
}
#kco-check .report-actions {
  margin-top: 1.25rem;
}
#kco-check .report-actions .btn {
  border-radius: 999px;
  padding: 0.55rem 1.25rem;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.18);
  border-width: 0;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
}
#kco-check .report-actions .btn:hover {
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.22);
  transform: translateY(-1px);
}
#kco-check .report-actions .btn:active {
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.18);
  transform: translateY(0);
}
#kco-check {
  /* Score Card als Hero */
}
#kco-check .score-card {
  margin-top: 1.5rem;
  padding: 1.4rem 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.05);
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 40%, #eef2ff 100%);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12), 0 1px 0 rgba(255, 255, 255, 0.7);
}
#kco-check .score-card__left {
  gap: 1.25rem;
}
#kco-check .score-badge {
  min-width: 190px;
  padding: 1.1rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16), 0 0 0 1px rgba(255, 255, 255, 0.8);
  background: #ffffff;
}
#kco-check .score-badge__value {
  font-size: 2.6rem;
  letter-spacing: -0.04em;
}
#kco-check .score-badge__label {
  font-size: 0.95rem;
}
#kco-check .score-badge__one {
  margin-top: 0.4rem;
  font-size: 0.95rem;
}
#kco-check {
  /* Konsistentes Card-Design */
}
#kco-check .report-card {
  border-radius: 16px;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.05);
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(255, 255, 255, 0.7);
}
#kco-check .report-card__title {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
#kco-check .report-card__hint {
  font-size: 0.9rem;
}
#kco-check {
  /* Section-Titel */
}
#kco-check .section-title {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  color: #111827;
  position: relative;
  padding-bottom: 0.35rem;
}
#kco-check .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #4f46e5);
  opacity: 0.9;
}
#kco-check .section-sub {
  font-size: 0.95rem;
}
#kco-check {
  /* Tabellen / Lesbarkeit */
}
#kco-check .table-wrap {
  border-radius: 14px;
  background: #f9fafb;
  padding: 0.35rem 0.4rem;
}
#kco-check .table-compact {
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
#kco-check .table-compact th,
#kco-check .table-compact td {
  border-bottom: 1px solid rgba(15, 23, 42, 0.04);
}
#kco-check .table-compact tr:nth-child(2n) td {
  background-color: rgba(15, 23, 42, 0.015);
}
#kco-check .table-compact tr:last-child td {
  border-bottom: 0;
}
#kco-check .table-compact tbody tr:hover td {
  background-color: rgba(37, 99, 235, 0.03);
}
#kco-check {
  /* Screenshot-Frames */
}
#kco-check .report-shot-frame {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: radial-gradient(circle at top, #f9fafb 0, #e5e7eb 55%, #d1d5db 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6), 0 18px 40px rgba(15, 23, 42, 0.18);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(148, 163, 184, 0.9) rgba(249, 250, 251, 0.9);
}
#kco-check .report-shot-frame::-webkit-scrollbar {
  width: 8px;
}
#kco-check .report-shot-frame::-webkit-scrollbar-track {
  background: rgba(249, 250, 251, 0.9);
  border-radius: 999px;
}
#kco-check .report-shot-frame::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.9);
  border-radius: 999px;
}
#kco-check .report-shot-img {
  border-radius: 12px;
}
#kco-check {
  /* Shot-Captions & Links als Pills */
}
#kco-check .shot__cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #f9fafb;
}
#kco-check .shot__cap--link {
  background: transparent;
  padding-top: 0.25rem;
}
#kco-check .shot__cap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(37, 99, 235, 0.18);
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, transform 100ms ease;
}
#kco-check .shot__cap a:hover {
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.3);
  transform: translateY(-0.5px);
}
#kco-check.checker-main-site {
  min-height: 100vh;
}
#kco-check.checker-main-site .site-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#kco-check {
  /* Mobile-Optimierung */
}
@media (max-width: 576px) {
  #kco-check .report-container {
    padding: 2.25rem 0 3rem 0;
  }
  #kco-check .report-topbar,
  #kco-check .report-meta-row {
    border-radius: 14px;
    padding: 0.9rem 1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1), 0 1px 0 rgba(255, 255, 255, 0.7);
  }
  #kco-check .report-title {
    font-size: 1.25rem;
    text-align: left;
  }
  #kco-check .report-actions .btn {
    width: 100%;
    justify-content: center;
  }
  #kco-check .score-card {
    padding: 1.2rem 1.1rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14), 0 1px 0 rgba(255, 255, 255, 0.7);
  }
  #kco-check .score-badge {
    min-width: 0;
    width: 100%;
  }
  #kco-check .score-badge__value {
    font-size: 2.4rem;
  }
  #kco-check .report-card {
    padding: 1rem 1.05rem;
  }
  #kco-check .section-title {
    margin-top: 1.75rem;
    font-size: 1.1rem;
  }
}
#kco-check {
  /* Tablet / kleine Desktops – bis 1200px */
}
@media (max-width: 1200px) {
  #kco-check .report-container {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
    max-width: 1000px;
  }
  #kco-check .score-card {
    padding: 1.3rem 1.35rem;
  }
}

/* Report */
#kco-check {
  /* Report Layout (Screen + Print-friendly) */
  --line: rgba(0, 0, 0, 0.10);
  --muted: #6c757d;
  --bg-soft: rgba(0, 0, 0, 0.03);
}
#kco-check .report-container {
  padding: 2rem 0 3rem 0;
}
#kco-check .report-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  margin-top: 1rem;
}
#kco-check .report-topbar__left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
#kco-check .report-logo {
  display: block;
  max-height: 40px;
  height: auto;
  width: auto;
}
#kco-check .report-logo-fallback {
  font-weight: 900;
}
#kco-check .report-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 1.15rem;
  text-align: right;
}
#kco-check .report-meta-row {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-soft);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 0.75rem;
  font-size: 0.95rem;
}
#kco-check .report-meta-row b {
  font-weight: 800;
}
#kco-check .report-meta-item {
  min-width: 0;
}
#kco-check .report-meta-item .mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.92em;
}
#kco-check .report-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#kco-check .score-card {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 1rem 1rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
}
#kco-check .score-card__left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#kco-check .score-badge {
  min-width: 170px;
  text-align: center;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
#kco-check .score-badge__value {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
}
#kco-check .score-badge__label {
  font-weight: 800;
  margin-top: 0.25rem;
  opacity: 0.92;
}
#kco-check .score-badge__one {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.95rem;
}
#kco-check .score--good {
  border-color: rgba(40, 167, 69, 0.35);
  background: rgba(40, 167, 69, 0.08);
}
#kco-check .score--ok {
  border-color: rgba(255, 193, 7, 0.45);
  background: rgba(255, 193, 7, 0.12);
}
#kco-check .score--bad {
  border-color: rgba(220, 53, 69, 0.35);
  background: rgba(220, 53, 69, 0.08);
}
#kco-check .report-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: #fff;
}
#kco-check .report-card__title {
  font-weight: 900;
  letter-spacing: -0.01em;
}
#kco-check .report-card__hint {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 0.15rem;
}
#kco-check .score-summary {
  flex: 1;
  min-width: 0;
}
#kco-check .two-col {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: start;
}
#kco-check .kpi-row {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
#kco-check .kpi {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-soft);
  padding: 0.75rem 0.85rem;
}
#kco-check .kpi__label {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
#kco-check .kpi__value {
  font-size: 1.05rem;
  font-weight: 900;
  margin-top: 0.15rem;
}
#kco-check .table-compact {
  width: 100%;
  border-collapse: collapse;
}
#kco-check .table-compact th,
#kco-check .table-compact td {
  border-bottom: 1px solid var(--line);
  padding: 0.45rem 0.4rem;
  vertical-align: top;
}
#kco-check .table-compact th {
  text-align: left;
  font-size: 0.9rem;
  color: #212529;
}
#kco-check .table-compact td {
  font-size: 0.95rem;
}
#kco-check .table-compact tr:last-child td {
  border-bottom: 0;
}
#kco-check .td-muted {
  color: var(--muted);
}
#kco-check .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#kco-check .cat-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
#kco-check .cat-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 0.75rem 0.85rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
#kco-check .cat-item__title {
  font-weight: 900;
}
#kco-check .cat-item__hint {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 0.1rem;
}
#kco-check .badge {
  font-weight: 800;
}
#kco-check .badge-success {
  background-color: #28a745;
}
#kco-check .badge-warning {
  background-color: #ffc107;
  color: #212529;
}
#kco-check .badge-danger {
  background-color: #dc3545;
}
#kco-check .section-title {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}
#kco-check .section-title--pagebreak {
  page-break-before: always;
  break-before: page;
}
#kco-check .section-sub {
  color: var(--muted);
  margin-top: -0.15rem;
  margin-bottom: 0.75rem;
}
#kco-check .details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}
#kco-check {
  /* Design Swatches */
}
#kco-check .swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#kco-check .swatch {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 6px 8px;
  background: #fff;
}
#kco-check .swatch__chip {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
#kco-check .swatch__label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9rem;
  color: #212529;
}
#kco-check .design-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
#kco-check {
  /* Screenshot grid */
}
#kco-check .shots-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
#kco-check .shots-col-title {
  font-weight: 900;
  margin-bottom: 0.35rem;
}
#kco-check .shots-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
#kco-check .shot {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
#kco-check .shot img {
  display: block;
  width: 100%;
  height: auto;
}
#kco-check .shot__cap {
  padding: 0.45rem 0.6rem;
  font-size: 0.9rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
#kco-check .shot__cap b {
  color: #212529;
}
#kco-check .shot__cap--link {
  border-top: 0;
  padding-top: 0;
}
#kco-check .hint-box {
  border: 1px dashed rgba(0, 0, 0, 0.18);
  border-radius: 14px;
  padding: 0.75rem 0.85rem;
  background: rgba(0, 0, 0, 0.02);
  color: #212529;
}
#kco-check .report-hint-margin {
  margin: 0.75rem;
}
#kco-check {
  /* Lead-Form im Report */
}
#kco-check .lead-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: #fff;
}
#kco-check {
  /* Scrollbare Screenshot-Frames im Report */
}
#kco-check .report-shots-grid {
  /* aktuell nur Alias für shots-grid, falls später differenziert werden soll */
}
#kco-check .report-shot-frame {
  max-height: 520px;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #f8f9fa;
}
#kco-check .report-shot-frame--desktop {
  /* Platzhalter für spätere Differenzierung (z.B. andere Höhe) */
}
#kco-check .report-shot-frame--mobile {
  /* Platzhalter für spätere Differenzierung (z.B. andere Höhe) */
}
#kco-check .report-shot-img {
  display: block;
  width: 100%;
  height: auto;
}
#kco-check {
  /* Report: Sticky-Header neutralisieren, damit nichts überlappt */
}
#kco-check .site-navbar-wrap,
#kco-check .site-navbar,
#kco-check .js-sticky-header {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  z-index: auto !important;
}
#kco-check .report-text {
  color: #212529;
}
#kco-check .report-list {
  padding-left: 1.1rem;
}
#kco-check .report-mt-xxs {
  margin-top: 0.35rem;
}
#kco-check .report-note {
  font-size: 0.95rem;
}
#kco-check .report-strong {
  font-weight: 900;
  margin-bottom: 0.35rem;
}
#kco-check {
  /* Print Layout */
}
@media print {
  @page {
    #kco-check {
      margin: 12mm;
    }
  }
  #kco-check .no-print {
    display: none !important;
  }
  #kco-check .site-navbar-wrap {
    display: none !important;
  }
  #kco-check html,
  #kco-check body {
    background: #fff !important;
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  #kco-check .report-container {
    padding: 0 !important;
  }
  #kco-check .container {
    max-width: 100% !important;
    width: 100% !important;
  }
  #kco-check .report-topbar,
  #kco-check .report-meta-row,
  #kco-check .score-card,
  #kco-check .report-card,
  #kco-check .kpi,
  #kco-check .cat-item,
  #kco-check .swatch,
  #kco-check .shot {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #kco-check .table-compact {
    page-break-inside: auto;
  }
  #kco-check .table-compact tr {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #kco-check .report-title {
    font-size: 12.5pt !important;
  }
  #kco-check .report-meta-row {
    font-size: 10.5pt !important;
  }
  #kco-check .score-badge__value {
    font-size: 22pt !important;
  }
  #kco-check .score-badge__one {
    font-size: 10.5pt !important;
  }
  #kco-check .swatch__chip {
    width: 16px;
    height: 16px;
  }
  #kco-check .swatch__label {
    font-size: 9.5pt;
  }
  #kco-check a[href]:after {
    content: "" !important;
  }
  #kco-check {
    /* Im Print-Modus volle Höhe der Screenshots anzeigen */
  }
  #kco-check .report-shot-frame {
    max-height: none !important;
    overflow: visible !important;
  }
}
#kco-check {
  /* Tablet & kleine Desktops */
}
@media (max-width: 1200px) {
  #kco-check .report-container {
    padding: 1.5rem 0 2.5rem 0;
  }
  #kco-check .kpi-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #kco-check .design-grid {
    grid-template-columns: 1fr;
  }
  #kco-check .shots-grid {
    gap: 0.75rem;
  }
}
@media (max-width: 992px) {
  #kco-check .report-meta-row {
    grid-template-columns: 1fr;
  }
  #kco-check .two-col {
    grid-template-columns: 1fr;
  }
  #kco-check .kpi-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #kco-check .cat-grid {
    grid-template-columns: 1fr;
  }
  #kco-check .details-grid {
    grid-template-columns: 1fr;
  }
  #kco-check .design-grid {
    grid-template-columns: 1fr;
  }
  #kco-check .shots-grid {
    grid-template-columns: 1fr;
  }
}
#kco-check {
  /* Mobile-Fixes */
}
@media (max-width: 576px) {
  #kco-check .report-container {
    padding: 1.25rem 0 2rem 0;
  }
  #kco-check {
    /* Topbar stacken */
  }
  #kco-check .report-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  #kco-check .report-title {
    text-align: left;
    width: 100%;
  }
  #kco-check {
    /* Actions Buttons full width */
  }
  #kco-check .report-actions {
    width: 100%;
  }
  #kco-check .report-actions .btn {
    width: 100%;
  }
  #kco-check {
    /* Score-Card stacken */
  }
  #kco-check .score-card {
    flex-direction: column;
  }
  #kco-check .score-card__left {
    flex-direction: column;
    align-items: stretch;
  }
  #kco-check .score-badge {
    width: 100%;
    min-width: 0;
  }
  #kco-check {
    /* KPI Grid: 1 Spalte */
  }
  #kco-check .kpi-row {
    grid-template-columns: 1fr;
  }
  #kco-check {
    /* Screenshots: Pairs auf 1 Spalte */
  }
  #kco-check .shots-pair {
    grid-template-columns: 1fr;
  }
  #kco-check {
    /* Screenshot-Frame Höhe reduzieren */
  }
  #kco-check .report-shot-frame {
    max-height: 360px;
  }
}

#kco-check {
  /* Report Layout (Screen + Print-friendly) */
  --line: rgba(0, 0, 0, 0.10);
  --muted: #6c757d;
  --bg-soft: rgba(0, 0, 0, 0.03);
}
#kco-check .report-container {
  padding: 2rem 0 3rem 0;
}
#kco-check .report-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  margin-top: 1rem;
}
#kco-check .report-topbar__left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
#kco-check .report-logo {
  display: block;
  max-height: 40px;
  height: auto;
  width: auto;
}
#kco-check .report-logo-fallback {
  font-weight: 900;
}
#kco-check .report-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 1.15rem;
  text-align: right;
}
#kco-check .report-meta-row {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-soft);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 0.75rem;
  font-size: 0.95rem;
}
#kco-check .report-meta-row b {
  font-weight: 800;
}
#kco-check .report-meta-item {
  min-width: 0;
}
#kco-check .report-meta-item .mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.92em;
}
#kco-check .report-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#kco-check .score-card {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 1rem 1rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
}
#kco-check .score-card__left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#kco-check .score-badge {
  min-width: 170px;
  text-align: center;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
#kco-check .score-badge__value {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
}
#kco-check .score-badge__label {
  font-weight: 800;
  margin-top: 0.25rem;
  opacity: 0.92;
}
#kco-check .score-badge__one {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.95rem;
}
#kco-check .score--good {
  border-color: rgba(40, 167, 69, 0.35);
  background: rgba(40, 167, 69, 0.08);
}
#kco-check .score--ok {
  border-color: rgba(255, 193, 7, 0.45);
  background: rgba(255, 193, 7, 0.12);
}
#kco-check .score--bad {
  border-color: rgba(220, 53, 69, 0.35);
  background: rgba(220, 53, 69, 0.08);
}
#kco-check .report-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: #fff;
}
#kco-check .report-card__title {
  font-weight: 900;
  letter-spacing: -0.01em;
}
#kco-check .report-card__hint {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 0.15rem;
}
#kco-check .score-summary {
  flex: 1;
  min-width: 0;
}
#kco-check .two-col {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: start;
}
#kco-check .kpi-row {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
#kco-check .kpi {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-soft);
  padding: 0.75rem 0.85rem;
}
#kco-check .kpi__label {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
#kco-check .kpi__value {
  font-size: 1.05rem;
  font-weight: 900;
  margin-top: 0.15rem;
}
#kco-check .table-compact {
  width: 100%;
  border-collapse: collapse;
}
#kco-check .table-compact th,
#kco-check .table-compact td {
  border-bottom: 1px solid var(--line);
  padding: 0.45rem 0.4rem;
  vertical-align: top;
}
#kco-check .table-compact th {
  text-align: left;
  font-size: 0.9rem;
  color: #212529;
}
#kco-check .table-compact td {
  font-size: 0.95rem;
}
#kco-check .table-compact tr:last-child td {
  border-bottom: 0;
}
#kco-check .td-muted {
  color: var(--muted);
}
#kco-check .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#kco-check .cat-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
#kco-check .cat-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 0.75rem 0.85rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
#kco-check .cat-item__title {
  font-weight: 900;
}
#kco-check .cat-item__hint {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 0.1rem;
}
#kco-check .badge {
  font-weight: 800;
}
#kco-check .badge-success {
  background-color: #28a745;
}
#kco-check .badge-warning {
  background-color: #ffc107;
  color: #212529;
}
#kco-check .badge-danger {
  background-color: #dc3545;
}
#kco-check .section-title {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}
#kco-check .section-title--pagebreak {
  page-break-before: always;
  break-before: page;
}
#kco-check .section-sub {
  color: var(--muted);
  margin-top: -0.15rem;
  margin-bottom: 0.75rem;
}
#kco-check .details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}
#kco-check {
  /* Design Swatches */
}
#kco-check .swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#kco-check .swatch {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 6px 8px;
  background: #fff;
}
#kco-check .swatch__chip {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
#kco-check .swatch__label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9rem;
  color: #212529;
}
#kco-check .design-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
#kco-check {
  /* Screenshot grid */
}
#kco-check .shots-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
#kco-check .shots-col-title {
  font-weight: 900;
  margin-bottom: 0.35rem;
}
#kco-check .shots-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
#kco-check .shot {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
#kco-check .shot img {
  display: block;
  width: 100%;
  height: auto;
}
#kco-check .shot__cap {
  padding: 0.45rem 0.6rem;
  font-size: 0.9rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
#kco-check .shot__cap b {
  color: #212529;
}
#kco-check .shot__cap--link {
  border-top: 0;
  padding-top: 0;
}
#kco-check .hint-box {
  border: 1px dashed rgba(0, 0, 0, 0.18);
  border-radius: 14px;
  padding: 0.75rem 0.85rem;
  background: rgba(0, 0, 0, 0.02);
  color: #212529;
}
#kco-check .report-hint-margin {
  margin: 0.75rem;
}
#kco-check {
  /* Lead-Form im Report */
}
#kco-check .lead-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: #fff;
}
#kco-check {
  /* Scrollbare Screenshot-Frames im Report */
}
#kco-check .report-shots-grid {
  /* aktuell nur Alias für shots-grid, falls später differenziert werden soll */
}
#kco-check .report-shot-frame {
  max-height: 520px;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #f8f9fa;
}
#kco-check .report-shot-frame--desktop {
  /* Platzhalter für spätere Differenzierung (z.B. andere Höhe) */
}
#kco-check .report-shot-frame--mobile {
  /* Platzhalter für spätere Differenzierung (z.B. andere Höhe) */
}
#kco-check .report-shot-img {
  display: block;
  width: 100%;
  height: auto;
}
#kco-check {
  /* Report: Sticky-Header neutralisieren, damit nichts überlappt */
}
#kco-check .site-navbar-wrap,
#kco-check .site-navbar,
#kco-check .js-sticky-header {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  z-index: auto !important;
}
#kco-check .report-text {
  color: #212529;
}
#kco-check .report-list {
  padding-left: 1.1rem;
}
#kco-check .report-mt-xxs {
  margin-top: 0.35rem;
}
#kco-check .report-note {
  font-size: 0.95rem;
}
#kco-check .report-strong {
  font-weight: 900;
  margin-bottom: 0.35rem;
}
#kco-check {
  /* Print Layout */
}
@media print {
  @page {
    #kco-check {
      margin: 12mm;
    }
  }
  #kco-check .no-print {
    display: none !important;
  }
  #kco-check .site-navbar-wrap {
    display: none !important;
  }
  #kco-check html,
  #kco-check body {
    background: #fff !important;
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  #kco-check .report-container {
    padding: 0 !important;
  }
  #kco-check .container {
    max-width: 100% !important;
    width: 100% !important;
  }
  #kco-check .report-topbar,
  #kco-check .report-meta-row,
  #kco-check .score-card,
  #kco-check .report-card,
  #kco-check .kpi,
  #kco-check .cat-item,
  #kco-check .swatch,
  #kco-check .shot {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #kco-check .table-compact {
    page-break-inside: auto;
  }
  #kco-check .table-compact tr {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  #kco-check .report-title {
    font-size: 12.5pt !important;
  }
  #kco-check .report-meta-row {
    font-size: 10.5pt !important;
  }
  #kco-check .score-badge__value {
    font-size: 22pt !important;
  }
  #kco-check .score-badge__one {
    font-size: 10.5pt !important;
  }
  #kco-check .swatch__chip {
    width: 16px;
    height: 16px;
  }
  #kco-check .swatch__label {
    font-size: 9.5pt;
  }
  #kco-check a[href]:after {
    content: "" !important;
  }
  #kco-check {
    /* Im Print-Modus volle Höhe der Screenshots anzeigen */
  }
  #kco-check .report-shot-frame {
    max-height: none !important;
    overflow: visible !important;
  }
}
#kco-check {
  /* Tablet & kleine Desktops */
}
@media (max-width: 1200px) {
  #kco-check .report-container {
    padding: 1.5rem 0 2.5rem 0;
  }
  #kco-check .kpi-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #kco-check .design-grid {
    grid-template-columns: 1fr;
  }
  #kco-check .shots-grid {
    gap: 0.75rem;
  }
}
@media (max-width: 992px) {
  #kco-check .report-meta-row {
    grid-template-columns: 1fr;
  }
  #kco-check .two-col {
    grid-template-columns: 1fr;
  }
  #kco-check .kpi-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #kco-check .cat-grid {
    grid-template-columns: 1fr;
  }
  #kco-check .details-grid {
    grid-template-columns: 1fr;
  }
  #kco-check .design-grid {
    grid-template-columns: 1fr;
  }
  #kco-check .shots-grid {
    grid-template-columns: 1fr;
  }
}
#kco-check {
  /* Mobile-Fixes */
}
@media (max-width: 576px) {
  #kco-check .report-container {
    padding: 1.25rem 0 2rem 0;
  }
  #kco-check {
    /* Topbar stacken */
  }
  #kco-check .report-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  #kco-check .report-title {
    text-align: left;
    width: 100%;
  }
  #kco-check {
    /* Actions Buttons full width */
  }
  #kco-check .report-actions {
    width: 100%;
  }
  #kco-check .report-actions .btn {
    width: 100%;
  }
  #kco-check {
    /* Score-Card stacken */
  }
  #kco-check .score-card {
    flex-direction: column;
  }
  #kco-check .score-card__left {
    flex-direction: column;
    align-items: stretch;
  }
  #kco-check .score-badge {
    width: 100%;
    min-width: 0;
  }
  #kco-check {
    /* KPI Grid: 1 Spalte */
  }
  #kco-check .kpi-row {
    grid-template-columns: 1fr;
  }
  #kco-check {
    /* Screenshots: Pairs auf 1 Spalte */
  }
  #kco-check .shots-pair {
    grid-template-columns: 1fr;
  }
  #kco-check {
    /* Screenshot-Frame Höhe reduzieren */
  }
  #kco-check .report-shot-frame {
    max-height: 360px;
  }
}
