/* prettier-ignore */
@media (max-width:1199px) {

}

/* prettier-ignore */
@media (max-width:991px) {
.res-button{
    display: none;
}
.site-header .menu-block .site-menu-main {
    height: auto !important;
  }
  .header-btn-menu-mobile {
      display: flex !important;
  }
  .header-btn-start {
      display: none !important;
  }
  ul.site-menu-main .nav-item:hover i {
    transform: rotate(0);
  }
  ul.site-menu-main .nav-item:hover i {
    transform: rotate(-90deg);
  }
  .swiper-container-banner{
    margin-top: 55px;
  }
}

/* prettier-ignore */
@media (max-width:767px) {
     main section.cookie_section h3 {height: 47px;line-height: 47px;font-size: 30px;margin-bottom: 15px;}
    }

/* prettier-ignore */
@media (max-width:540px) {
    #myCookie {width: auto;margin: 0;left: 15px;bottom: 15px;right: 15px;}
    #myCookie div.cookieinfo p {font-size: 14px;line-height: 1.4;}
    .cookie_section h3 {height: 47px;line-height: 1em;font-size: 21px;margin-bottom: 15px;width: 50%;display: flex;align-items: center;}
    .cookie_section .cookie-pad {padding-left: 15px;}
    .cookie_section .col-3 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
    .cookie_section .col-9 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
    .cookie_switch {right: auto;left: 0;top: -10px;}
    h2.cookie-info-headline {margin-bottom: 25px;}

    .site-header .mobile-menu-trigger {
        margin-left: 0;
    }
    .brand-logo, .default-logo, .responsive-logo {
        margin-right: 0;
    }
}
/* prettier-ignore */
@media (max-width:460px) {
    .site-header .mobile-menu-trigger{
        position: absolute;
      right: 0;
    }
    .tekup-hero-content.large-content h1 {
        font-size: 40px;
      }
      .tekup-cta-wrap {
        .tekup-default-btn{
            padding: 10px 10px;
            width: 100%;
        }
      }
      .h1, h1,.h2, h2 {
        font-size: 38px;
        margin-bottom: 15px;
      }
      .tekup-thumb-card {
        width: 150px;
        height: 150px;
        .inhalt-card {
            h1 {font-size: 50px;}
            h3 {font-size: 20px;}
            li {margin-right: 5px;
                font-size: 15px;}
        }
      }
    }
    
/* prettier-ignore */
@media (max-width:400px) {
    .brand-logo, .default-logo, .responsive-logo {
       max-width: 230px;
    }
}