/* =================================================================== 
 *
 * TEMMEL CI v1.0 Main Stylesheet (Angepasst von Glint)
 * ------------------------------------------------------------------
 *
 * TOC:
 * # base style overrides
 * ## links
 * # typography & general theme styles
 * # preloader
 * # forms
 * # buttons
 * # reusable and common theme styles
 * # header styles
 * # home 
 * # about
 * # services
 * # works (Stil beibehalten, CI-Anpassungen minimal)
 * # clients (Stil beibehalten, CI-Anpassungen)
 * # contact
 * # footer
 *
 * =================================================================== */


/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
    font-size: 10px;
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 9.411764705882353px;
    }
}

html, body {
    height: 100%;
}

body {
    background: #FFFFFF; /* NEU: Heller Hintergrund */
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400; /* NEU: Regular */
    line-height: 1.765;
    color: #333333; /* NEU: Dunkelgrau */
    margin: 0;
    padding: 0;
}


/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
    color: #001F3F; /* NEU: Navy */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
    color: #FF851B; /* NEU: Orange */
}

a:hover, a:active {
    outline: 0;
}



/* ===================================================================
 * # typography & general theme styles
 * * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    color: #001F3F; /* NEU: Navy */
    font-style: normal;
    text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 6rem;
    margin-bottom: 1.8rem;
}

@media only screen and (max-width: 600px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
        margin-top: 5.1rem;
    }
}

h5, .h5, h6, .h6 {
    margin-top: 4.2rem;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 600px) {
    h5, .h5, h6, .h6 {
        margin-top: 3.6rem;
        margin-bottom: 0.9rem;
    }
}

h1, .h1 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

@media only screen and (max-width: 600px) {
    h1, .h1 {
        font-size: 3.3rem;
        letter-spacing: -.07rem;
    }
}

h2, .h2 {
    font-size: 3rem;
    line-height: 1.3;
}

h3, .h3 {
    font-size: 2.4rem;
    line-height: 1.25;
}

h4, .h4 {
    font-size: 2.1rem;
    line-height: 1.286;
}

h5, .h5 {
    font-size: 1.6rem;
    line-height: 1.313;
}

h6, .h6 {
    font-size: 1.3rem;
    line-height: 1.385;
    text-transform: uppercase;
    letter-spacing: .16rem;
}

p img {
    margin: 0;
}

p.lead {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-size: 2rem;
    font-weight: 400; /* NEU: Regular */
    line-height: 1.8;
    margin-bottom: 3.6rem;
    color: #333333; /* NEU: Dunkelgrau */
}

@media only screen and (max-width: 800px) {
    p.lead {
        font-size: 1.8rem;
    }
}

em, i, strong, b {
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: normal;
}

em, i {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
    font-style: italic;
}

strong, b {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
}

small {
    font-size: 1.2rem;
    line-height: inherit;
}

blockquote {
    margin: 3.9rem 0;
    padding-left: 4.5rem;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 10rem;
    line-height: 0px;
    margin: 0;
    color: rgba(0, 31, 63, 0.2); /* NEU: Navy Transparent */
    font-family: arial, sans-serif;
    position: absolute;
    top: 3.6rem;
    left: 0;
}

blockquote p {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
    padding: 0;
    font-size: 2.1rem;
    line-height: 1.857;
    color: #001F3F; /* NEU: Navy */
}

blockquote cite {
    display: block;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.5;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
    color: #828282;
    border: none;
}

abbr {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem;
    color: #828282;
}

var, kbd, samp, code, pre {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
    padding: 2.4rem 3rem 3rem;
    background: #F1F1F1;
    overflow-x: auto;
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .3rem .6rem;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
}

pre > code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0;
}

pre.prettyprint > code {
    border: none;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    text-decoration: none;
}

mark {
    background: #FF851B; /* NEU: Orange */
    color: #FFFFFF; /* NEU: Weiß */
}

hr {
    border: solid rgba(0, 31, 63, 0.1); /* NEU: Navy Transparent */
    border-width: 1px 0 0;
    clear: both;
    margin: 2.4rem 0 1.5rem;
    height: 0;
}


/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol, ul {
    margin-left: 1.7rem;
}

ul li {
    padding-left: .4rem;
}

ul ul, ul ol, ol ol, ol ul {
    margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF851B; /* NEU: Orange */
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: #FF851B; /* NEU: Orange */
    font-weight: 700;
}

dd {
    margin: 0 0 0 2rem;
}


/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.pull-right {
    margin: 1.5rem 0 0 3rem;
}

img.pull-left {
    margin: 1.5rem 3rem 0 0;
}


/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
}

th, td {
    padding: 1.5rem 3rem;
    text-align: left;
    border-bottom: 1px solid #E8E8E8;
}

th {
    color: #001F3F; /* NEU: Navy */
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
}

td {
    line-height: 1.5;
}

th:first-child, td:first-child {
    padding-left: 0;
}

th:last-child, td:last-child {
    padding-right: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* ------------------------------------------------------------------- 
 * ## Spacing 
 * ------------------------------------------------------------------- */
button, .btn {
    margin-bottom: 1.2rem;
}

fieldset {
    margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.cl-custom-select {
    margin-bottom: 3rem;
}


/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal
 * ------------------------------------------------------------------- */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #FF851B; /* NEU: Orange */
    position: fixed;
    z-index: 900;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.oldie .pace {
    display: none;
}



/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF; /* NEU: Weißer Ladebildschirm */
    z-index: 800;
    height: 100%;
    width: 100%;
    display: table;
}

.no-js #preloader, .oldie #preloader {
    display: none;
}

#loader {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.line-scale-pulse-out > div {
    background-color: #FF851B; /* NEU: Orange */
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
    animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}



/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */
fieldset {
    border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    display: block;
    height: 6rem;
    padding: 1.5rem 0;
    border: 0;
    outline: none;
    color: #333333; /* NEU: Dunkelgrau */
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
    font-size: 1.4rem;
    line-height: 3rem;
    max-width: 100%;
    background: transparent;
    border-bottom: 2px solid rgba(0, 31, 63, 0.15); /* NEU: Navy Transparent */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cl-custom-select {
    position: relative;
    padding: 0;
}

.cl-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle;
}

.cl-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem;
}

.cl-custom-select select::-ms-expand {
    display: none;
}

.cl-custom-select::after {
    border-bottom: 2px solid rgba(0, 31, 63, 0.5); /* NEU: Navy */
    border-right: 2px solid rgba(0, 31, 63, 0.5); /* NEU: Navy */
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}


/* IE9 and below */

.oldie .cl-custom-select::after {
    display: none;
}

textarea {
    min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    color: #001F3F; /* NEU: Navy */
    border-bottom: 2px solid #001F3F; /* NEU: Navy */
}

label, legend {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-size: 1.4rem;
    margin-bottom: .9rem;
    line-height: 1.714;
    color: #001F3F; /* NEU: Navy */
    display: block;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
}

label > .label-text {
    display: inline-block;
    margin-left: 1rem;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
    line-height: inherit;
}

label > input[type="checkbox"], 
label > input[type="radio"] {
    margin: 0;
    position: relative;
    top: .15rem;
}


/* ------------------------------------------------------------------- 
 * ## style placeholder text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
    color: #828282;
}

:-moz-placeholder {
    color: #828282;
    /* Firefox 18- */
}

::-moz-placeholder {
    color: #828282;
    /* Firefox 19+ */
}

:-ms-input-placeholder {
    color: #828282;
}

.placeholder {
    color: #828282 !important;
}


/* ------------------------------------------------------------------- 
 * ## change autocomplete styles in chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #333333; /* NEU: Dunkelgrau */
    transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 5.4rem;
    line-height: calc(5.4rem - .4rem);
    padding: 0 3rem;
    margin: 0 .3rem 1.2rem 0;
    color: #FFFFFF; /* NEU: Weißer Text */
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #001F3F; /* NEU: Navy */
    border: .2rem solid #001F3F; /* NEU: Navy */
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    background-color: #FF851B; /* NEU: Orange Hover */
    border-color: #FF851B; /* NEU: Orange Hover */
    color: #FFFFFF; /* NEU: Weißer Text */
    outline: 0;
}


/* button primary (CTA)
 * ------------------------------------------------- */

.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
    background: #FF851B; /* NEU: Orange */
    border-color: #FF851B; /* NEU: Orange */
    color: #FFFFFF;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
    background: #e07418; /* NEU: Dunkleres Orange */
    border-color: #e07418; /* NEU: Dunkleres Orange */
}


/* button modifiers
 * ------------------------------------------------- */

.btn.full-width, button.full-width {
    width: 100%;
    margin-right: 0;
}

.btn--medium, button.btn--medium {
    height: 5.7rem !important;
    line-height: calc(5.7rem - .4rem) !important;
}

.btn--large, button.btn--large {
    height: 6rem !important;
    line-height: calc(6rem - .4rem) !important;
}

.btn--stroke, button.btn--stroke {
    background: transparent !important;
    border: 0.2rem solid #001F3F; /* NEU: Navy Stroke */
    color: #001F3F; /* NEU: Navy Text */
}

.btn--stroke:hover, button.btn--stroke:hover {
    border: 0.2rem solid #FF851B; /* NEU: Orange Hover */
    color: #FF851B; /* NEU: Orange Hover */
    background: transparent !important;
}

/* Speziell für Home-Buttons (Weiß auf Navy-Overlay) */
.s-home .btn--stroke {
    border: 0.2rem solid #FFFFFF;
    color: #FFFFFF;
}
.s-home .btn--stroke:hover, .s-home button.btn--stroke:hover {
    border: 0.2rem solid #FF851B; /* NEU: Orange Hover */
    background: #FF851B !important; /* NEU: Orange Hover */
    color: #FFFFFF;
}


.btn--pill, button.btn--pill {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    border-radius: 1000px !important;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */

/* (Alert-Boxen und andere Komponenten bleiben strukturell gleich, Farben angepasst) */

/* ------------------------------------------------------------------- 
 * ## alert box
 * ------------------------------------------------------------------- */
.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
    font-size: 1.5rem;
    line-height: 1.6;
}

.alert-box__close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer;
}

.alert-box__close.fa {
    font-size: 12px;
}

.alert-box--error {
    background-color: #ffd1d2;
    color: #e65153;
}

.alert-box--success {
    background-color: #E0F2F1; /* Leichter Navy-Ton */
    color: #001F3F; /* Navy */
}

.alert-box--info {
    background-color: #d7ecfb;
    color: #4a95cc;
}

.alert-box--notice {
    background-color: #fff099;
    color: #bba31b;
}


/* ------------------------------------------------------------------- 
 * ## additional typo styles 
 * ------------------------------------------------------------------- */
.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem .6rem 0 0;
    font-size: 8.4rem;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    line-height: 6rem;
    text-indent: 0;
    background: transparent;
    color: #001F3F; /* NEU: Navy */
}

/* ... (Restliche Typo-Stile wie .lining, .dictionary-style bleiben strukturell gleich) ... */

.stats-tabs {
    padding: 0;
    margin: 3rem 0;
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.5rem 3rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid rgba(0, 31, 63, 0.1); /* NEU: Navy Transparent */
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    border: none;
    color: #001F3F; /* NEU: Navy */
}

.stats-tabs li a:hover {
    color: #FF851B; /* NEU: Orange */
}

.stats-tabs li a em {
    display: block;
    margin: .6rem 0 0 0;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
    color: #828282;
}


/* ------------------------------------------------------------------- 
 * ## skillbars 
 * ------------------------------------------------------------------- */
.skill-bars {
    list-style: none;
    margin: 6rem 0 3rem;
}

.skill-bars li {
    height: .6rem;
    background: #c9c9c9;
    width: 100%;
    margin-bottom: 6.9rem;
    padding: 0;
    position: relative;
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -3rem;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    color: #001F3F; /* NEU: Navy */
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.skill-bars li .progress {
    background: #001F3F; /* NEU: Navy */
    position: relative;
    height: 100%;
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: -3.6rem;
    display: block;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
    color: #FFFFFF;
    font-size: 1.1rem;
    line-height: 1;
    background: #001F3F; /* NEU: Navy */
    padding: .6rem .6rem;
    border-radius: 3px;
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #001F3F; /* NEU: Navy */
    content: "";
}

/* ... (Skillbar-Prozente bleiben gleich) ... */


/* ===================================================================
 * # reusable and common theme styles
 *
 * ------------------------------------------------------------------- */
.wide {
    max-width: 1400px;
}

.narrow {
    max-width: 800px;
}


/* ------------------------------------------------------------------- 
 * ## display headings
 * ------------------------------------------------------------------- */
.display-1 {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-size: 7.8rem;
    line-height: 1.25;
    color: #001F3F; /* NEU: Navy */
    margin-top: 0;
}

.display-1--light {
    color: #001F3F;
}

.display-2 {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-size: 5.2rem;
    line-height: 1.255;
    color: #001F3F; /* NEU: Navy */
    margin-top: 0;
}

.display-2--light {
    color: #001F3F;
}

.subhead + .display-2 {
    margin-top: .6rem;
}

.subhead {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-size: 1.7rem;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: #FF851B; /* NEU: Orange */
    margin-top: 0;
    margin-bottom: 0;
}
#contact .subhead {
    color: #FF851B; /* NEU: Orange */
}

.subhead--dark {
    color: #001F3F; /* NEU: Navy */
}


/* ... (Responsive Display Headings bleiben gleich) ... */


/* ------------------------------------------------------------------- 
 * ## section header
 * ------------------------------------------------------------------- */
.section-header {
    text-align: center;
    position: relative;
    margin-bottom: 3.6rem;
    max-width: 960px;
}

.section-header.has-bottom-sep {
    padding-bottom: 2.1rem;
    position: relative;
}

.section-header.has-bottom-sep::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 550px;
    background-color: rgba(0, 31, 63, 0.1); /* NEU: Navy Transparent */
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-header.has-bottom-sep.light-sep::before {
    background-color: rgba(255, 255, 255, 0.1); /* NEU: Weiß Transparent */
}


/* ... (Responsive Section Header bleiben gleich) ... */


/* ------------------------------------------------------------------- 
 * ## slick slider 
 * ------------------------------------------------------------------- */
.slick-slider .slick-slide {
    outline: none;
}

.slick-slider .slick-dots {
    display: block;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 3rem 0 0 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
}

.slick-slider .slick-dots li {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 9px;
    cursor: pointer;
}

.slick-slider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #959595;
    border: none;
    line-height: 10px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
    outline: none;
}

.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
    background: #FF851B; /* NEU: Orange */
}



/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
    width: 100%;
    height: 96px;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 500;
}


/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}

.header-logo a {
    display: block;
    margin: 9px 0 0 0;
    padding: 0;
    outline: 0;
    border: none;
    /* Breite wird durch das Bild in index.html bestimmt */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-logo img {
    max-height: 70px; /* Logo-Höhe begrenzen */
    width: auto;
}


/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
    background: #001F3F; /* NEU: Navy */
    color: rgba(255, 255, 255, 0.25);
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3.6rem 3rem 3.6rem 3.6rem;
    height: 100%;
    width: 280px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}

.header-nav a, .header-nav a:visited {
    color: rgba(255, 255, 255, 0.7); /* Helleres Weiß für Lesbarkeit */
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: #FF851B; /* NEU: Orange */
}

.header-nav h3 {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-bottom: 4.8rem;
    margin-top: .9rem;
    color: #FF851B; /* NEU: Orange */
}

.header-nav p {
    margin-bottom: 2.7rem;
    color: rgba(255, 255, 255, 0.7);
}

.header-nav__content {
    position: relative;
    left: 50px;
    opacity: 0;
    visibility: hidden;
}

.header-nav__list {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold für Navi-Punkte */
    font-size: 1.8rem;
    margin: 3.6rem 0 3rem 0;
    padding: 0 0 1.8rem 0;
    list-style: none;
}

.header-nav__list li {
    padding-left: 0;
    line-height: 4.5rem;
}

.header-nav__list a,
.header-nav__list a:visited {
    color: #FFFFFF;
}
.header-nav__list a:hover,
.header-nav__list a:focus {
    color: #FF851B; /* NEU: Orange */
}

.header-nav__social {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 1.8rem;
}

.header-nav__social li {
    margin-right: 12px;
    padding-left: 0;
    display: inline-block;
}

.header-nav__social li a {
    color: rgba(255, 255, 255, 0.3); /* Angepasst */
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
    color: #FF851B; /* NEU: Orange */
}

.header-nav__social li:last-child {
    margin: 0;
}

.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: rgba(255, 133, 27, 0.5); /* NEU: Orange Transparent */
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
}
.header-nav__close:hover {
    background-color: #FF851B;
}

.header-nav__close span::before, 
.header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}


/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
    position: fixed;
    right: 38px;
    top: 24px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF; /* NEU: Weiß (auf Hero-Bild) */
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-toggle.opaque {
    background-color: #001F3F; /* NEU: Navy */
}

.header-menu-toggle.opaque .header-menu-text {
    background-color: #001F3F; /* NEU: Navy */
}

.header-menu-toggle:hover, .header-menu-toggle:focus {
    color: #FF851B; /* NEU: Orange */
}

.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}

.header-menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before, .header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before {
    top: -9px;
}

.header-menu-icon::after {
    bottom: -9px;
}


/* ... (Responsive Header bleibt gleich) ... */


/* ===================================================================
 * # home 
 *
 * ------------------------------------------------------------------- */
.s-home {
    width: 100%;
    height: 100%;
    min-height: 786px;
    background-color: transparent;
    position: relative;
    display: table;
}

.s-home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2; /* Reduziert, da wir Navy-Overlay haben */
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7; /* Angepasst */
    background-color: #001F3F; /* NEU: Navy */
}

.no-js .s-home {
    background: #001F3F; /* NEU: Navy */
}


/* ------------------------------------------------------------------- 
 * ## home content
 * ------------------------------------------------------------------- */
.home-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 15.6rem;
    position: relative;
    overflow: hidden;
}

.home-content h3 {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.7); /* Helleres Weiß */
    text-transform: uppercase;
    letter-spacing: .3rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.2rem;
    margin-left: 6px;
}

.home-content h1 {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-size: 6.3rem;
    line-height: 1.333;
    margin-top: 0;
    color: #FFFFFF;
}

.home-content__main {
    padding-top: 24rem;
    position: relative;
}

.home-content__buttons {
    padding-top: 6rem;
    text-align: left;
}

/* Button-Stile werden jetzt von .s-home .btn--stroke geerbt (siehe oben) */
.home-content__buttons .btn {
    width: 215px;
    /* border-color: #FFFFFF; (geerbt) */
    /* color: #FFFFFF; (geerbt) */
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-content__buttons .btn:last-child {
    margin-right: 0;
}

/* Hover-Stil wird von .s-home .btn--stroke:hover geerbt (siehe oben) */
/*
.home-content__buttons .btn:hover, 
.home-content__buttons .btn:focus {
    background: #FF851B !important; 
    border-color: #FF851B !important;
    color: #FFFFFF;
}
*/

.home-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.home-content__scroll a {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}
.home-content__scroll a:hover {
    color: #FF851B; /* NEU: Orange */
}

.home-content__scroll a::before {
    border-bottom: 2px solid #FF851B; /* NEU: Orange */
    border-right: 2px solid #FF851B; /* NEU: Orange */
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.home-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #FF851B; /* NEU: Orange */
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}


/* ------------------------------------------------------------------- 
 * ## home social 
 * ------------------------------------------------------------------- */
.home-social {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
    list-style: none;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 5.4rem;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.home-social a {
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home-social a:hover {
    color: #FF851B; /* NEU: Orange */
}

.home-social li {
    position: relative;
    padding: .9rem 0;
}

.home-social li a {
    display: block;
    width: 33px;
    height: 33px;
}

.home-social i, .home-social span {
    position: absolute;
    top: 0;
    line-height: 33px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-social i {
    font-size: 14px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: calc(33px - 4px);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

.home-social li a:hover i {
    border-color: #FF851B; /* NEU: Orange */
}

.home-social span {
    color: #FF851B; /* NEU: Orange */
    right: 4.5rem;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.home-social li:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* ... (Home Animationen bleiben gleich) ... */

/* ... (Responsive Home bleibt gleich) ... */


/* ===================================================================
 * # about
 *
 * ------------------------------------------------------------------- */
.s-about {
    padding-top: 16.2rem;
    padding-bottom: 9rem;
    background-color: #FFFFFF; /* NEU: Weißer Hintergrund */
    color: #333333; /* NEU: Dunkelgrau */
    position: relative;
}

.s-about .section-header.has-bottom-sep::before {
    background-color: rgba(0, 31, 63, 0.1); /* NEU: Navy Transparent */
}

.about-desc {
    font-size: 2.4rem;
    line-height: 1.75;
    text-align: center;
    max-width: 1024px;
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
}
.about-desc strong {
    font-weight: 700;
    color: #001F3F; /* NEU: Navy */
}


/* ------------------------------------------------------------------- 
 * ## about stats
 * ------------------------------------------------------------------- */
.about-stats {
    text-align: center;
}

.stats__col {
    margin: 5.4rem 0;
    padding: 0 2rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid rgba(0, 31, 63, 0.1); /* NEU: Navy Transparent */
}

.stats__col:last-child {
    border-right: none;
}

.stats__count {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    font-size: 8.4rem;
    line-height: 1;
    color: #001F3F; /* NEU: Navy */
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stats h5 {
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 700; /* NEU: Bold */
    margin-top: 1.8rem;
    color: #333333; /* NEU: Dunkelgrau */
    font-size: 1.8rem;
    line-height: 1.333;
    position: relative;
}

.about__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #FF851B; /* NEU: Orange */
    position: absolute;
    right: 7.2rem;
    top: 0;
}


/* ------------------------------------------------------------------- 
 * responsive:
 * about
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .about-desc {
        font-size: 2.2rem;
        max-width: 940px;
    }
    .about-stats {
        padding-top: 3rem;
        padding-bottom: 3.9rem;
    }
    .about-stats {
        max-width: 800px;
    }
    .stats__col {
        margin: 1.5rem 0;
    }
    .stats__col:nth-child(n) {
        border: none;
    }
    .stats__col:nth-child(2n+1) {
        border-right: 1px solid rgba(0, 31, 63, 0.1); /* NEU: Navy Transparent */
    }
}

/* ... (Restliche Responsive About-Stile bleiben gleich, da sie Layout betreffen) ... */
@media only screen and (max-width: 600px) {
    .stats__col::after {
        background-color: rgba(0, 31, 63, 0.1); /* NEU: Navy Transparent */
    }
}


/* ===================================================================
 * # services
 *
 * ------------------------------------------------------------------- */
.s-services {
    padding-top: 16.2rem;
    padding-bottom: 13.2rem;
    background-color: #f4f4f4; /* NEU: Hellgrau für Sektionstrennung */
    color: #333333; /* NEU: Dunkelgrau */
    position: relative;
}


/* ------------------------------------------------------------------- 
 * ## services list
 * ------------------------------------------------------------------- */
.services-list {
    margin-top: 6rem;
}

.services-list .service-item {
    margin-bottom: .9rem;
}

.services-list .service-item h3 {
    margin-top: 0;
}

.services-list .service-item:nth-child(2n+1) {
    padding-right: 50px;
}

.services-list .service-item:nth-child(2n+2) {
    padding-left: 50px;
}

.services-list .service-text {
    margin-left: 7.8rem;
}

.services-list .service-icon {
    float: left;
    color: #FF851B; /* NEU: Orange */
    font-size: 4.8rem;
    margin-top: -.6rem;
}


/* ... (Responsive Services bleiben gleich) ... */


/* ===================================================================
 * # works (Portfolio-Sektion, Farben nur minimal angepasst)
 *
 * ------------------------------------------------------------------- */
.s-works {
    background: #FFFFFF;
    padding: 0 0 15rem 0;
    min-height: 800px;
    position: relative;
}

.s-works .intro-wrap {
    padding: 15rem 0 25.2rem;
    background: #001F3F; /* NEU: Navy */
}

.works-content {
    max-width: 1160px;
    margin-top: -23.4rem;
}


/* ------------------------------------------------------------------- 
 * ## bricks/masonry
 * ------------------------------------------------------------------- */
.masonry:after {
    content: "";
    display: table;
    clear: both;
}

.masonry .grid-sizer, .masonry__brick {
    width: 50%;
}

.masonry__brick {
    float: left;
    padding: 0;
}

.item-folio {
    position: relative;
    overflow: hidden;
}

.item-folio__thumb img {
    vertical-align: bottom;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.item-folio__thumb a {
    display: block;
}

.item-folio__thumb a::before {
    display: block;
    background-color: rgba(0, 31, 63, 0.8); /* NEU: Navy Transparent */
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.item-folio__thumb a::after {
    content: "+";
    font-family: "Montserrat", sans-serif; /* NEU: Montserrat */
    font-weight: 400; /* NEU: Regular */
    font-size: 2.7rem;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #FFFFFF; /* NEU: Weiß */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);

/* ===================================================================
 * TEMMEL BAUMARKTSERVICE - MENÜ FIX (UMFASSEND)
 * -------------------------------------------------------------------
 * Stellt sicher, dass Menüpunkte anklickbar sind und der Cursor erscheint,
 * wenn das Menü offen ist, indem blockierende Overlays deaktiviert werden.
 * =================================================================== */

/* 1. Standard-Z-Indizes für Header-Elemente sicherstellen */
.s-header {
    z-index: 999; /* Sehr hoch, damit der Header immer oben ist */
}

.header-logo {
    z-index: 1000; /* Logo noch höher */
}

/* 2. Wenn das Menü offen ist (body.menu-is-open)... */
body.menu-is-open {
    overflow: hidden; /* Verhindert Scrollen des Hauptinhalts */
}

/* 2.1. Den eigentlichen Navigationsbereich in den Vordergrund bringen */
.header-nav {
    z-index: 1050; /* Muss über dem Toggle und dem Hauptinhalt liegen */
    pointer-events: auto; /* Wichtig: Ermöglicht Klicks auf die Navigation */
    visibility: visible; /* Stellt sicher, dass es sichtbar ist */
}

/* 2.2. Sicherstellen, dass die Menüpunkte selbst anklickbar sind
   (Cursor soll zum Pointer werden) */
.header-nav__list a {
    pointer-events: auto; /* Die Links sollen Klicks empfangen */
    cursor: pointer; /* Zeigt den Hand-Cursor für Links */
    color: #FFFFFF; /* Standardmäßig weiß im Menü */
    /* Hier könnten Sie auch Ihre Hover-Farbe definieren, z.B. Orange */
    transition: color 0.3s ease; /* Übergang für Hover-Effekt */
}

.header-nav__list a:hover {
    color: #FF851B; /* Orange beim Hover */
}


/* 2.3. Das Hamburger-Icon/Toggle im geöffneten Zustand */
.header-menu-toggle {
    z-index: 1060; /* Noch höher, damit das X-Icon immer sichtbar ist */
    pointer-events: none; /* Blockiert Klicks auf den Toggle-Bereich selbst */
}

/* 2.4. Das "Schließen"-Icon (X) im geöffneten Zustand */
.header-menu-toggle .header-menu-icon {
    pointer-events: auto; /* Reaktiviert Klicks nur für das X-Icon */
    cursor: pointer; /* Zeigt den Hand-Cursor für das X-Icon */
}

/* 3. Wichtig: Blockierung des Hauptinhalts/Overlays, wenn das Menü offen ist */
/* Identifizieren Sie den Container, der den Hauptinhalt umschließt.
   Oft ist es ein Wrapper, #main, oder ähnliches.
   Wenn Sie keine spezifische ID oder Klasse für den Hauptinhalt haben,
   könnte es der Abschnitt vor dem Footer sein. */
/* Dieser Teil ist der kritischste, da er Klicks auf den Hintergrund abfängt. */

/* Falls es ein overlay gibt, das das Haupt-Fenster abdeckt, wenn das Menü offen ist. */
body.menu-is-open #page-wrap,
body.menu-is-open .s-home,
body.menu-is-open .s-about,
body.menu-is-open .s-services,
body.menu-is-open .s-contact {
    /* Alle Sektionen auf pointer-events: none setzen, wenn das Menü offen ist,
       damit sie nicht die Klicks des Menüs blockieren. */
    pointer-events: none;
}

/* Ausnahmen: Das Menü selbst soll Klicks empfangen können */
body.menu-is-open .s-header {
    pointer-events: auto; /* Der Header-Bereich (mit Menü) soll Klicks empfangen */
}

/* Wenn das Menü NICHT offen ist, sollten alle pointer-events normal sein */
.s-home, .s-about, .s-services, .s-contact {
    pointer-events: auto; /* Standardmäßig wieder Klicks empfangen */
}

/* ===================================================================
 * TEMMEL CI - Footer Social Media Links
 * =================================================================== */

.footer-social {
    /* Nimmt den Platz im rechten Footer-Bereich ein */
}

.footer-social h4 {
    font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #001F3F; /* CI Navy */
    margin-top: 0;
    margin-bottom: 0.6rem;
}

.footer-social p {
    font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333333; /* CI Dunkelgrau */
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
    line-height: 1.6;
}

.footer-social-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social-list li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px; /* Für den Fall eines Umbruchs auf Mobilgeräten */
}

.footer-social-list li:last-child {
    margin-right: 0;
}

.footer-social-list li a {
    font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    color: #001F3F; /* CI Navy */
    text-decoration: none;
    display: flex; /* Richtet Icon und Text sauber aus */
    align-items: center;
    transition: color 0.3s ease;
}

.footer-social-list li a i {
    /* Font Awesome Icon Styling */
    font-size: 1.8rem; /* Icon etwas größer als der Text */
    margin-right: 8px; /* Abstand zwischen Icon und Text */
    color: #001F3F; /* CI Navy */
    transition: color 0.3s ease;
}

.footer-social-list li a span {
    /* Der Text (LinkedIn, Xing) */
    transition: color 0.3s ease;
}

/* Hover-Effekt: Icon und Text werden Orange */
.footer-social-list li a:hover,
.footer-social-list li a:hover i,
.footer-social-list li a:hover span {
    color: #FF851B; /* CI Orange */
}

/* ===================================================================
 * TEMMEL CI - MOBILE RESPONSIVENESS FIXES (FINALE VERSION)
 * -------------------------------------------------------------------
 * Dieser Block muss IMMER ganz am Ende der main.css stehen,
 * um Desktop-Regeln korrekt zu überschreiben.
 * =================================================================== */

@media only screen and (max-width: 768px) {

    /* --- 1. LOGO FIX --- */
    /* !important ist hier zur Sicherheit drin, auch wenn die Platzierung hilft */
    .header-logo img {
        max-height: 40px !important; 
        width: auto !important;
    }

    .header-logo {
        left: 20px !important;
        max-width: calc(100% - 80px) !important;
    }

    .header-menu-toggle {
        right: 20px !important;
        top: 20px !important;
    }

    /* --- 2. ÜBERSCHRIFTEN FIX --- */
    
    /* Hero-Sektion H1 (direkt ansprechen) */
    .home-content h1 {
        font-size: 3.6rem !important; /* Auf Pixel 9 optimiert */
        line-height: 1.25 !important;
        letter-spacing: normal !important; /* Entfernt evtl. zu enges Letter-Spacing auf Mobile */
    }

    /* display-1 (z.B. "Erfolg am Point of Sale." in Über Uns/Karriere) */
    .display-1 {
        font-size: 3.4rem !important;
        line-height: 1.25 !important;
        letter-spacing: normal !important;
    }
    
    /* display-2 (z.B. "Maßgeschneiderte Lösungen..." in Leistungen/Kontakt) */
    .display-2 {
        font-size: 3.0rem !important; /* Nochmals leicht reduziert für bessere Lesbarkeit */
        line-height: 1.3 !important;
        letter-spacing: normal !important;
    }

    /* --- 3. ZEILENUMBRUCH & WORT-ÜBERLAUF FIX --- */
    
    h1, h2, h3, .display-1, .display-2, .subhead {
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        -webkit-hyphens: auto !important;
        -ms-hyphens: auto !important;
        hyphens: auto !important; 
        /* Verhindert "Waise" (einzelnes Ausrufezeichen) - kombiniert mit hyphens */
        word-break: normal !important; 
    }
}