/*
 * Responsive layer
 * Keeps the existing desktop design and normalises all common tablet/mobile
 * viewports. Loaded after style.css so legacy fixed dimensions cannot win.
 */

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: clip;
}

img,
picture,
video,
iframe,
svg {
  max-width: 100%;
}

img,
video {
  height: auto;
}

iframe {
  display: block;
  width: 100%;
}

.row > *,
.d-flex > *,
.navbar > .container,
.navbar > .container-fluid {
  min-width: 0;
}

.home-st4 main,
.home-st4 main > section,
.home-st4 header,
.home-st4 footer {
  max-width: 100%;
}

.tc-navbar-st1 .navbar-brand {
  flex: 0 0 auto;
  margin-right: clamp(12px, 2vw, 28px);
}

.tc-navbar-st1 .navbar-brand img {
  display: block;
  width: auto;
  height: clamp(72px, 6.5vw, 100px);
  max-width: min(180px, 28vw);
}

.tc-header-st1 {
  min-height: clamp(680px, 100svh, 940px);
}

.tc-header-st1 .imgs-slider .img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.tc-header-st1 .imgs-slider .img picture img {
  width: 100%;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover;
}

.tc-features-st4 .feat-card .img picture,
.abg-service-card-media picture,
.abg-masonry-media picture,
.tc-testimonials-st4 .img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.tc-features-st4 .feat-card .img picture img,
.abg-service-card-media picture img,
.abg-masonry-media picture img,
.tc-testimonials-st4 .img picture img {
  width: 100%;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover;
}

.tc-header-st1 .info h1,
.tc-header-st4 h1,
.tc-footer-st4 h2,
.scroll-video-title {
  overflow-wrap: anywhere;
}

.tc-header-st1 .info h1 {
  font-size: clamp(72px, 8vw, 120px);
}

.tc-header-st1 .info .btns {
  flex-wrap: wrap;
  gap: 16px;
}

.tc-header-st1 .info .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tc-header-st1 .info .social-links a {
  flex: 0 0 50px;
  margin-inline-start: 0;
}

.tc-contact-st16 .contact-info a,
.tc-footer-st4 a,
#impressum a,
#datenschutz a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.mapja,
.mapja > *,
.mapja iframe,
.dsgvo-embed,
.dsgvo-embed iframe {
  max-width: 100%;
}

.mapja iframe,
.dsgvo-embed iframe {
  min-height: 360px;
  border: 0;
}

.tc-footer-st4 .main-links,
.tc-footer-st4 .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.tc-footer-st4 .main-links a {
  margin: 0;
}

.tc-footer-st4 .tags .slash {
  margin: 0 !important;
}

#impressum,
#datenschutz {
  min-height: 70svh;
}

#impressum .container,
#datenschutz .container,
#datenschutz .dsgvo-policy {
  max-width: 100%;
}

#impressum p,
#impressum li,
#datenschutz p,
#datenschutz li,
#datenschutz address,
#datenschutz td,
#datenschutz th {
  overflow-wrap: anywhere;
  word-break: normal;
}

#datenschutz table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 992px) and (max-width: 1599px) {
  .tc-navbar-st1 {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .tc-navbar-st1 .navbar-brand img {
    height: 82px;
    max-width: 145px;
  }

  .tc-navbar-st1 .navbar-nav {
    padding-left: 12px !important;
  }

  .tc-navbar-st1 .navbar-nav .nav-item .nav-link {
    margin-right: 9px;
    margin-left: 9px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
  }

  .tc-navbar-st1 .nav-side .contact-info {
    margin-right: 18px !important;
  }

  .tc-navbar-st1 .nav-side .contact-info h6,
  .tc-navbar-st1 .nav-side .contact-info h6 a {
    font-size: 16px !important;
    white-space: nowrap;
  }

  .tc-navbar-st1 .nav-side > .butn {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media screen and (max-width: 1199px) {
  .tc-navbar-st1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tc-navbar-st1 .navbar-nav .nav-item .nav-link {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }

  .tc-navbar-st1 .nav-side .contact-info {
    margin-right: 18px !important;
  }

  .tc-navbar-st1 .nav-side .contact-info h6 a {
    font-size: 16px !important;
  }

  .tc-header-st1 .info {
    padding: 105px 0;
  }

  .tc-header-st1 .rotate-box {
    width: 190px;
    height: 190px;
    outline-width: 50px;
  }

  .tc-header-st1 .rotate-box .rotate-circle svg {
    width: 190px;
    height: 190px;
  }

  .tc-header-st1 .rotate-box .icon {
    width: 110px;
  }

  .tc-features-st4 .feat-card .float-info {
    padding: 34px 24px;
  }
}

@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 84px;
  }

  body {
    font-size: 16px;
  }

  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #top,
  #about,
  #warum-alpine,
  #leistungen,
  #ueber-mich,
  #kontakt,
  #impressum,
  #datenschutz {
    scroll-margin-top: 84px;
  }

  .tc-navbar-st1 {
    min-height: 84px;
    padding: 8px 16px !important;
  }

  .tc-navbar-st1 > .container-fluid {
    flex-wrap: wrap;
    padding: 0;
  }

  .tc-navbar-st1 .navbar-brand img {
    width: auto;
    height: 66px;
    max-width: 150px;
  }

  .tc-navbar-st1 .navbar-toggler {
    width: 48px;
    height: 44px;
    flex: 0 0 48px;
    padding: 8px;
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: none;
  }

  .tc-navbar-st1 .navbar-collapse {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-height: calc(100dvh - 84px);
    padding: 12px 20px 24px;
    overflow-y: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.3);
  }

  .tc-navbar-st1 .navbar-nav {
    padding: 0 !important;
  }

  .tc-navbar-st1 .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 11px 0;
    font-size: 15px;
  }

  .tc-navbar-st1 .nav-side {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center !important;
    padding-top: 14px;
  }

  .tc-navbar-st1 .nav-side .contact-info {
    width: auto;
    margin: 0 !important;
  }

  .tc-navbar-st1 .nav-side .contact-info h6 {
    margin: 0;
  }

  .tc-header-st1 {
    min-height: 720px;
    padding-top: 84px;
  }

  .tc-header-st1 > .container {
    position: relative;
    z-index: 3;
  }

  .tc-header-st1 .info {
    padding: clamp(54px, 9vw, 82px) 0 26px;
  }

  .tc-header-st1 .info h1 {
    max-width: 12ch;
    font-size: clamp(48px, 9.5vw, 76px);
    line-height: 0.98;
  }

  .tc-header-st1 .info .txt.fsz-30 {
    max-width: 32ch;
    font-size: clamp(20px, 3vw, 26px) !important;
    line-height: 1.35;
  }

  .tc-header-st1 .rotate-box {
    width: 150px;
    height: 150px;
    margin: 8px auto 42px;
  }

  .tc-header-st1 .rotate-box .rotate-circle svg {
    width: 150px;
    height: 150px;
  }

  .tc-header-st1 .rotate-box .icon {
    width: 88px;
  }

  .tc-header-st1 .imgs-slider .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tc-header-st4 {
    padding-top: 84px;
  }

  .einleitungpadding {
    padding-right: 0;
  }

  .tc-header-st4 h1.fsz-70 {
    font-size: clamp(42px, 8vw, 62px) !important;
    line-height: 1.06;
  }

  .tc-header-st4 .main-img {
    height: auto !important;
    margin: 42px 0 0;
  }

  .tc-header-st4 .main-img img {
    width: 100%;
    max-height: 680px;
    object-fit: cover;
    border-radius: 18px;
  }

  .tc-header-st4 .lg-title {
    margin: 42px 0 64px;
    font-size: clamp(54px, 14vw, 108px);
    line-height: 0.9;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .tc-features-st4 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tc-features-st4 .feat-card .img {
    height: 420px;
  }

  .tc-features-st4 .feat-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .abg-services .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .abg-services-head {
    margin-bottom: 40px;
  }

  .abg-services-title {
    max-width: 100%;
    font-size: clamp(42px, 8vw, 62px);
  }

  .tc-story-st4 {
    padding: 80px 0;
  }

  .tc-story-st4 .story-img {
    width: 100%;
    height: auto !important;
    min-height: 0;
    margin: 0 0 36px;
  }

  .tc-story-st4 .story-img picture,
  .tc-story-st4 .story-img img {
    display: block;
    width: 100%;
    height: auto;
  }

  .tc-story-st4 .lg-title {
    font-size: clamp(58px, 13vw, 112px);
    line-height: 0.88;
  }

  .tc-story-st4 .years-wrapper {
    align-items: flex-start;
  }

  .tc-story-st4 .years-wrapper .num {
    font-size: clamp(110px, 25vw, 180px);
  }

  .tc-story-st4 .years-wrapper .txt {
    letter-spacing: 5px;
  }

  .scroll-video-section,
  .scroll-video-section-alpine,
  .scroll-video-section-biker {
    height: 125svh;
    min-height: 680px;
  }

  .scroll-video-section .scroll-video-sticky {
    height: 100svh;
  }

  .scroll-video-section .scroll-video-title {
    max-width: 12ch;
    font-size: clamp(42px, 9vw, 74px);
    line-height: 0.98;
  }

  .tc-testimonials-st4 .testimonials-wrapper {
    width: 100%;
  }

  .tc-testimonials-st4 .testimonials-slider {
    width: 100%;
  }

  .tc-testimonials-st4 .testi-card {
    padding: 28px !important;
  }

  .tc-testimonials-st4 .testi-card .text.fsz-20 {
    font-size: 17px !important;
  }

  .tc-testimonials-st4 .img {
    height: 480px;
    border-radius: 24px;
  }

  .tc-testimonials-st4 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tc-contact-st16 .title-wrapper {
    margin-bottom: 36px !important;
  }

  .tc-contact-st16 .title-wrapper h2 {
    font-size: clamp(38px, 7.5vw, 54px) !important;
  }

  .tc-contact-st16 .contact-info .item {
    padding: 24px 0;
  }

  .tc-contact-st16 .contact-info .item .col-lg-7,
  .tc-contact-st16 .contact-info .item .col-lg-4,
  .tc-contact-st16 .contact-info .item .col-lg-3 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .mapja iframe,
  .dsgvo-embed iframe {
    min-height: 320px;
  }

  .tc-footer-st4 {
    padding-top: 80px;
  }

  .tc-footer-st4 .foot-title h2 {
    font-size: clamp(46px, 9vw, 70px) !important;
    line-height: 1;
  }

  .tc-footer-st4 .foot .col-lg-6 + .col-lg-6 {
    margin-top: 20px;
  }

  .tc-footer-st4 .tags {
    justify-content: flex-start !important;
  }

  #impressum,
  #datenschutz {
    padding-top: 132px;
  }

  #impressum h2,
  #datenschutz h2 {
    margin-bottom: 42px;
    font-size: clamp(40px, 8vw, 60px) !important;
    line-height: 1.05;
  }

  #impressum h6,
  #datenschutz h3 {
    font-size: clamp(24px, 4vw, 30px);
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .section-padding {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container,
  .container-sm {
    --bs-gutter-x: 32px;
  }

  .tc-header-st1 {
    min-height: 690px;
  }

  .tc-header-st1 .info h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .tc-header-st1 .info .btns {
    align-items: flex-start !important;
  }

  .tc-header-st1 .info .btns > .butn {
    max-width: 100%;
  }

  .tc-header-st1 .info .btns > .butn .txt {
    white-space: normal;
  }

  .tc-header-st1 .info .social-links a {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .tc-header-st1 .rotate-box {
    width: 128px;
    height: 128px;
    margin-top: 28px;
  }

  .tc-header-st1 .rotate-box .rotate-circle svg {
    width: 128px;
    height: 128px;
  }

  .tc-header-st1 .rotate-box .icon {
    width: 74px;
  }

  .tc-header-st4 {
    padding-top: 64px;
  }

  .tc-header-st4 h1.fsz-70 {
    font-size: clamp(36px, 10vw, 50px) !important;
  }

  .tc-header-st4 .lg-title {
    margin-bottom: 48px;
    font-size: clamp(48px, 16vw, 82px);
  }

  .tc-features-st4 .feat-card .img {
    height: 380px;
  }

  .tc-features-st4 .feat-card .float-info {
    padding: 28px 22px;
  }

  .tc-features-st4 .feat-card .float-info h3 {
    font-size: clamp(28px, 8vw, 38px) !important;
  }

  .abg-services .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .abg-services-title {
    font-size: clamp(38px, 12vw, 52px);
  }

  .abg-services-title span {
    -webkit-text-stroke-width: 0.75px;
  }

  .abg-masonry-services {
    gap: 36px;
  }

  .abg-masonry-media,
  .abg-masonry-card-2 .abg-masonry-media,
  .abg-masonry-card-3 .abg-masonry-media,
  .abg-masonry-card-0 .abg-masonry-media {
    height: clamp(320px, 115vw, 480px);
  }

  .abg-masonry-content h3 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .tc-story-st4 {
    padding: 64px 0;
  }

  .tc-story-st4 .rotate-box {
    width: 150px;
    height: 150px;
    margin: 36px auto 0;
  }

  .tc-story-st4 .rotate-box .rotate-circle svg {
    width: 150px;
    height: 150px;
  }

  .tc-story-st4 .rotate-box .icon {
    width: 88px;
  }

  .tc-story-st4 .years-wrapper .txt {
    font-size: 15px;
    letter-spacing: 3px;
  }

  .scroll-video-section .scroll-video-title {
    max-width: 10ch;
    font-size: clamp(38px, 11vw, 56px);
  }

  .tc-testimonials-st4 .testi-card {
    padding: 22px !important;
  }

  .tc-testimonials-st4 .testi-card .user-info {
    align-items: flex-start !important;
  }

  .tc-testimonials-st4 .img {
    height: 380px;
  }

  .tc-contact-st16 .contact-info .item .icon {
    width: 34px;
  }

  .tc-contact-st16 form,
  .tc-contact-st16 .form-control,
  .tc-contact-st16 .form-select,
  .tc-contact-st16 textarea,
  .tc-contact-st16 button[type="submit"] {
    max-width: 100%;
  }

  .tc-contact-st16 input[type="checkbox"] {
    flex: 0 0 auto;
  }

  .tc-contact-st16 label {
    overflow-wrap: anywhere;
  }

  .mapja {
    margin-top: 34px;
  }

  .mapja iframe,
  .dsgvo-embed iframe {
    min-height: 280px;
  }

  .tc-footer-st4 {
    padding-top: 64px;
  }

  .tc-footer-st4 .main-links {
    gap: 14px 18px;
  }

  .tc-footer-st4 .main-links a {
    font-size: 14px;
  }

  .tc-footer-st4 .tags {
    gap: 12px;
  }

  #impressum,
  #datenschutz {
    padding-top: 116px;
    padding-bottom: 64px;
  }

  #impressum h2,
  #datenschutz h2 {
    margin-bottom: 34px;
    font-size: clamp(36px, 10vw, 48px) !important;
  }

  #impressum p,
  #impressum li,
  #datenschutz p,
  #datenschutz li,
  #datenschutz address {
    font-size: 15px;
    line-height: 1.7;
  }

  .around-call {
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  }

  .call-btn {
    gap: 6px;
  }

  .call-btn a {
    min-width: 0;
    min-height: 48px;
    padding: 0 6px;
    gap: 5px;
    font-size: clamp(11px, 3.2vw, 13px);
  }

  .call-btn a i {
    flex: 0 0 auto;
    font-size: 14px;
  }

  .mouse-cursor {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .tc-navbar-st1 {
    min-height: 78px;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .tc-navbar-st1 .navbar-brand img {
    height: 58px;
    max-width: 132px;
  }

  .tc-navbar-st1 .navbar-collapse {
    max-height: calc(100dvh - 78px);
  }

  .tc-navbar-st1 .nav-side {
    grid-template-columns: 1fr;
  }

  .tc-navbar-st1 .nav-side .butn {
    justify-self: start;
  }

  .tc-header-st1 {
    min-height: 675px;
    padding-top: 78px;
  }

  .tc-header-st1 .info {
    padding-top: 46px;
  }

  .tc-header-st1 .info h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .tc-header-st1 .info .txt.fsz-30 {
    font-size: clamp(18px, 5.2vw, 23px) !important;
  }

  .tc-header-st1 .info .btns {
    gap: 14px;
  }

  .tc-header-st1 .info .btns > .butn {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tc-header-st4 {
    padding-top: 56px;
  }

  .tc-header-st4 .lg-title {
    font-size: clamp(42px, 15vw, 68px);
  }

  .tc-features-st4 .feat-card .img {
    height: 340px;
  }

  .tc-features-st4 .feat-card .float-info {
    padding: 24px 18px;
  }

  .tc-story-st4 .lg-title {
    font-size: clamp(52px, 17vw, 76px);
  }

  .tc-testimonials-st4 .testi-card .user-info {
    display: block !important;
  }

  .tc-testimonials-st4 .testi-card .user-info .cont {
    margin-top: 14px;
  }

  .tc-testimonials-st4 .testi-card .rate {
    flex-wrap: wrap;
    gap: 6px 10px;
  }

  .tc-testimonials-st4 .img {
    height: 320px;
  }

  .tc-contact-st16 .title-wrapper h2 {
    font-size: clamp(34px, 10vw, 44px) !important;
  }

  .tc-footer-st4 .foot-title h2 {
    font-size: clamp(40px, 13vw, 58px) !important;
  }

  .tc-footer-st4 .foot {
    font-size: 14px;
  }

  #impressum,
  #datenschutz {
    padding-top: 106px;
  }
}

@media screen and (max-width: 359px) {
  .container,
  .container-sm {
    --bs-gutter-x: 24px;
  }

  .tc-navbar-st1 .navbar-brand img {
    height: 52px;
    max-width: 116px;
  }

  .tc-navbar-st1 .navbar-toggler {
    width: 44px;
    flex-basis: 44px;
  }

  .tc-header-st1 .info h1 {
    font-size: 36px;
  }

  .tc-header-st1 .info .btns > .butn {
    font-size: 13px;
  }

  .call-btn a {
    font-size: 10px;
  }

  .call-btn a i {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-height: 820px) {
  .tc-header-st1 {
    min-height: 720px;
  }

  .tc-header-st1 .info {
    padding: 90px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
