/* prettier-ignore */
@media (max-width:1120px) {
    .navbar .navbar-nav .nav-link {
        padding: 5px;
      }
}

/* prettier-ignore */
@media (max-width:991px) {
    .header-icon {
        display: grid;
        align-items: center;
        .header-button {
            text-align: center;
        }
      }
}

/* 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;}
    header .navbar-brand img {
        max-height: 70px;
      }
}


/* prettier-ignore */
@media (max-width:400px) {
    .header-button .btn.btn-rounded.btn-small {
        padding: 5px 13px;
      }
      h2, .h2 {
        font-size: 2.8rem;}
        .md-fs-100 {
            font-size: 5.25rem;
            line-height: 5.25rem;
          }
          .md-fs-120 {
            font-size: 4.5rem;
            line-height: 4.5rem;
          }
}