/*
Theme Name: Transport Child Theme
Theme URI: https://anpsthemes.com/transport-landing-page/
Description: Transport Child Theme
Author: hickx digital agency
Author URI: https://hickx.com
Template: transport
Version: 1.0.0
*/

/* Responsive Font Sizes */
:root {
  --fs-p:  clamp(14px, 0.5vw + 0.7rem, 18px);
}

p { 
    font-size: var(--fs-p) !important; 
}
   
.hide-me {
    display: none !important;
}

/* Menu - Header Chrome Animation fix */
.site-navigation .menu-item-depth-0 > a::before {
  display: none !important;
}

/* Header Positionierung ANPSText */
#anpstext-13, #anpstext-14 {
    padding-top: 36px;
}

.footer-small {
    font-size: 11px !important;
    line-height: 1.3em;
}

footer p {
    font-size: 14px !important;
}

.page-header h1 {
    background-color: rgb(242, 101, 33);
    color: #fff !important;
    display: inline-block;
    padding: 0 1rem 0 1rem;
}

.page-header {
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;  
}

.no-border-quote {
    border-left: none !important;
}

/* Media Queries */
@media (max-width: 991px) {
    .site-header-style-boxed.site-header .site-logo {
        width: 150px;
        height: auto;
        top: 0 !important;
    }
    .site-navigation {
        background-color: #1f425d !important;
    }
    .site-search-toggle, .navbar-toggle {
        background-color: #1f425d !important;
    }
}


/* 
:root {
  --fs-h1: clamp(22px, 2vw + 1rem, 36px);
  --fs-h2: clamp(18px, 1.5vw + 1rem, 28px);
  --fs-h3: clamp(16px, 1vw + 1rem, 24px);
  --fs-h4: clamp(14px, 0.8vw + 1rem, 20px);
  --fs-p:  clamp(14px, 0.5vw + 0.7rem, 18px);
  --fs-small: clamp(12px, 0.3vw + 0.5rem, 14px);
}

h1    { font-size: var(--fs-h1) !important; }
h2    { font-size: var(--fs-h2) !important; }
h3    { font-size: var(--fs-h3) !important; }
h4    { font-size: var(--fs-h4) !important; }
p     { font-size: var(--fs-p) !important; }
small { font-size: var(--fs-small) !important; } 
*/