/* ================================================
   GRID COLUMN SPANS
   ================================================ */

.col-1-3   { grid-column: 1 / 3; }
.col-1-4   { grid-column: 1 / 4; }
.col-1-5   { grid-column: 1 / 5; }
.col-1-7   { grid-column: 1 / 7; }
.col-2-4   { grid-column: 2 / 4; }
.col-2-8   { grid-column: 2 / 8; }
.col-3-10  { grid-column: 3 / 10; }
.col-4-8   { grid-column: 4 / 8; }
.col-2-10  { grid-column: 2 / 10; }
.col-4-10  { grid-column: 4 / 10; }
.col-5-11  { grid-column: 5 / 11; }
.col-7-11  { grid-column: 7 / 11; }
.col-8-10  { grid-column: 8 / 10; }

/* ================================================
   SIZING
   ================================================ */

.min-w-550 { min-width: 550px; }
.w-14      { width: 14%; }
.w-30      { width: 30%; }
.w-80      { width: 80%; }
.w-full    { width: 100%; }

/* ================================================
   HEIGHTS
   ================================================ */

.h-140  { height: 140px; }
.h-195  { height: 195px; }
.h-300  { height: 300px; }
.h-460  { height: 460px; }
.h-500  { height: 500px; }
.h-600  { height: 600px; }
.h-770  { height: 770px; }
.h-860  { height: 860px; }
.h-900  { height: 900px; }
.h-1100 { height: 1100px; }

/* ================================================
   SPACING - PADDING
   ================================================ */

.p-30     { padding: 30px; }
.pt-15    { padding-top: 15px; }
.pt-20    { padding-top: 20px; }
.pt-40    { padding-top: 40px; }
.pb-40    { padding-bottom: 40px; }
.pb-80    { padding-bottom: 80px; }
.pb-150   { padding-bottom: 150px; }
.pl-25    { padding-left: 25px; }
.pl-100   { padding-left: 100px; }
.pr-25    { padding-right: 25px; }
.pr-100   { padding-right: 100px; }
.px-10    { padding-left: 10%; padding-right: 10%; }

/* ================================================
   SPACING - MARGIN
   ================================================ */

.mt-10   { margin-top: 10px; }
.mt-16   { margin-top: 16px; }
.mt-30   { margin-top: 30px; }
.mt-70   { margin-top: 70px; }
.mt-100  { margin-top: 100px; }
.mb-10   { margin-bottom: 10px; }
.mb-70   { margin-bottom: 70px; }
.mb-100  { margin-bottom: 100px; }

/* ================================================
   SECTION PADDING VARIATIONS
   ================================================ */

.section-padding-sm { 
    padding: 40px 0; 
}

/* ================================================
   HUB COMPONENTS
   ================================================ */

.hub-image { 
    height: 600px; 
}

/* ================================================
   IMAGE BAR
   ================================================ */

.image-bar-element { 
    height: 195px; 
}

.image-bar-subline {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-family: montBold;
    font-size: large;
}

/* ================================================
   BANNER
   ================================================ */

.banner-img {
    width: 100%;
    height: 460px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

/* ================================================
   BENEFIT COMPONENTS
   ================================================ */

.benefit-row { 
    height: 300px; 
}

.benefit-icon { 
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60%;
}

/* ================================================
   KARRIERE COMPONENTS
   ================================================ */

.karriere-row { 
    height: 90px;
    text-align: left;
}

.karriere-icon { 
    height: 120px;
    min-width: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60%;
}

/* ================================================
   CONTACT COMPONENTS
   ================================================ */

.contact-row { 
    height: 150px; 
}

.contact-icon { 
    height: 180px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60%;
}

/* ================================================
   SERVICE GRID
   ================================================ */

.service-grid {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 30px;
    line-height: 30px;
    padding: 0 50px;
}

.service-number { 
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-number img {
    max-width: 100%;
    height: auto;
}

.service-text { 
    grid-column: span 8; 
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

/* ================================================
   SUMMARY GRID
   ================================================ */

.summary-grid {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 30px;
    padding: 0 50px;
}

.summary-bullet { 
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary-bullet img {
    max-width: 100%;
    height: auto;
}

.summary-content { 
    grid-column: span 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ================================================
   LIST STYLES
   ================================================ */

.list-none { 
    list-style-type: none; 
    padding: 0; 
}

.list-none li {
    font-size: larger;
    line-height: 32px;
    font-weight: bold;
}

/* ================================================
   CURSOR
   ================================================ */

.cursor-pointer { 
    cursor: pointer; 
}

/* ================================================
   TESTIMONIAL
   ================================================ */

.testimonial-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-nav img {
    cursor: pointer;
}

/* ================================================
   LOGO SECTIONS
   ================================================ */

.logo-sm { 
    /* height: 140px;  */
    margin-top: 20px; 
}

.logo-ze {
    height: 140px;
    padding-top: 20px;
}

/* ================================================
   FAQ SECTION
   ================================================ */

.faq-content h2 {
    margin-top: 30px;
}

.faq-content p {
    margin-bottom: 30px;
}

/* ================================================
   RESPONSIVE OVERRIDES
   ================================================ */

@media (max-width: 1200px) {
/* @media (max-width: 1366px) { */
    .pl-100, .pr-100 {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .min-w-550 {
        min-width: auto;
    }
}

/* @media (max-width: 768px) { */
@media (max-width: 1366px) {
    .grid-10-cols,
    .grid-2-cols,
    .grid-split-11-10,
    .grid-split-6-4,
    .grid-split-4-6 {
        grid-template-columns: 1fr;
    }
    
    .sticky-section {
        position: relative;
        height: 50vh;
    }
    
    .parallax-section {
        background-attachment: scroll;
    }
    
    .service-grid,
    .summary-grid {
        grid-template-columns: 1fr 4fr;
        padding: 14px 20px;
    }
    
    .service-number,
    .summary-bullet {
        grid-column: span 1;
    }
    
    .service-text,
    .summary-content {
        grid-column: span 1;
    }
}