:root {
    --color-bg: #0f1117;
    --color-surface: #161b27;
    --color-surface-2: #1a2035;
    --color-border: #1e2738;
    --color-border-strong: #2a3650;
    --color-text: #e8edf5;
    --color-text-2: #8a9ab5;
    --color-text-muted: #4a5870;
    --color-brand: #5b8def;
    --color-brand-subtle: #1a2540;
    --shadow-sm: 0 0 0 1px rgba(100, 140, 255, 0.08);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(100, 140, 255, 0.06);
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(100, 140, 255, 0.08);
    --menu-height: 70px;
    --bannerColorImg: white;
    --shadow: 0 18px 50px var(--color-text-muted);
}


html {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    overscroll-behavior: none;
    scroll-behavior: smooth;
    height: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif; /* "Instrument Sans", sans-serif; "Fraunces", serif; "Chivo Mono", monospace;*/
    font-size: 1rem; /*clamp(1.5rem, 2.5vw + 1rem, 3rem);*/
    line-height: 1.65;
}

body {
    position: relative;
    box-sizing: inherit;
    margin: 0;    
    color: var(--color-text-2);
    height: 100%;
    background-color: var(--color-bg);
    font-weight: 300;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-style: normal;
    font-optical-sizing: auto;
    color: var(--color-text);    
    margin-bottom: 0.5rem;
    text-align: center;
    margin-top: 0px;
}

img{
    border-radius: 12px;
}
.content {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    padding: 16px;
    min-height: calc(100% - 3.5rem - 4.5rem - 3rem);
}

.eyebrow {
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-brand);
    margin-top: 2.5rem;
}

.eyebrow::before, .eyebrow::after {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    background: var(--color-brand);
    opacity: 0.6;
    flex-shrink: 0;
}

.summary {
    color: var(--color-text-muted);
    font-style: italic;
}

.inlineImg {
    width: 100%;
    /*height: 50dvh;*/
    margin-bottom: 1.5rem;
}

.inlineImg img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* Images in 1 row */
.row {
    display: flex;
}

.column {
    flex: 25%;
    padding: 5px;
    align-items: flex-start;
}

.column2 {
    display: flex;
    flex-direction: column;
    height:100%;
    flex: 50%;
    width:100%;
    padding: 5px;
    align-items: flex-start;
}

.column3 {
    flex: 33%;
    padding: 5px;
    align-items: flex-start;
}
.column4 {
    flex: 25%;
    padding: 5px;
    align-items: flex-start;
}

.column5 {
    flex: 20%;
    padding: 5px;
    align-items: flex-start;
}

.column6 {
    flex: 16.67%;
    padding: 5px;
    align-items: flex-start;
}

.likeCard {
    border: 1px solid var(--color-text-muted);
    text-align: center;
    margin-top: 1rem;
    margin-right: 10px;
    background: var(--color-surface);
    border-radius: 10px;
}

.likeCard:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.likeCard .likeCardHeader{
    font-weight: bold;
    color: var(--color-brand);
    text-transform: uppercase;
}
.likeCard .likeCardContent{
    font-size: small;
    color: var(--color-text-muted);
}
.likeCard .likeCardImg{
    scale: 200%;
    margin-top:1rem;
}

.likeCard .likeCardImg svg{
    fill: var(--color-text);
}
    .likeCard.whatIdo {
        /*border: 0;*/
        border-radius: 12px;
        border: 1px solid var(--color-border);
        transition: background 0.35s, border-color 0.35s, box-shadow 0.25s, transform 0.2s;
        box-shadow: var(--shadow-md);
        padding: 0.8rem;
    }
    
    .likeCard .counter{
        text-align: left;
    }

    .likeCard .likeCardHeader.whatIdo {
        color: var(--color-text);
        text-align: left;
    }

    .likeCard .likeCardContent.whatIdo {
        color: var(--color-text-2);
        text-align: left;
    }

    .likeCard.whatIdo img {
        align-self: flex-start;
        border-radius: 12px;
        border: 0px solid white;
        width: 100%;
        height: auto;
    }

.likeCardWhatIdoIcon {
    border: 0px solid white;
    padding: 5px;
    margin-top: -2rem;
    clip-path: circle(50%);
    background: var(--color-surface);
    color: var(--color-text);
}

.likeCardHowIWork {
    border: 0px solid white;
    padding: 5px;
    margin-top: -2rem;
    /*clip-path: circle(50%);*/
    background: var(--color-surface);
    color: var(--color-text);
}

.likeCardHowIWork.arrow{
    align-content: end;
    background: transparent;
    float: right;
    height: 50px;
    padding: 0;
    margin-right: -25px;
    scale: 150%;
    margin-top: 0;
    z-index: 30;
}

.likeCardAboutMe {
    border: 0px solid white;
    padding: 5px;
    background: var(--color-surface);
    color: var(--color-text);
}

@media (max-width: 600px) {
    .row {
        display: block;
    }

    .column, .column6 {
        flex: 100%;
    }
}


.insideNavigation {
    color: var(--color-text-muted);
    margin-left: 1rem;
    font-style: normal;
    text-decoration: none;
    vertical-align: center;
    border: 0px solid white;
}

.insideNavigation span 
{
    display: none;
}

.insideNavigation:hover span {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: var(--color-text-muted);
    font-size: 1rem;
}

.bottomContactLink{
    margin-top: 3rem;
    display: flex;
    justify-content: start;
    align-items: start;
    align-content: flex-start;
    gap: 1.5rem;
}

.bottomContactLink img {
    flex: 33%;
    padding: 5px;
    align-items: flex-start;
    object-fit: none;
}

.bottomContactLinkMain {
    flex: 0 0 44%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.bottomContactLinkTitle {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-text);
}

.bottomContactLinkDescr {
    font-weight: normal;
    color: var(--color-text-2);
    text-align: justify;
}

.bottomContactLinkButtons{
    flex: 0 0 22%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.bottomContactLinkButtons a{
    padding: 1rem 3rem;
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--color-brand);
    color: var(--color-text);
    border-radius: 12px;
    border: none;
}

@media (max-width: 600px) {
    .bottomContactLink{
        display: block;
    }

    .bottomContactLinkMain{
        flex: 0 0 100%;
    }

    .bottomContactLink img{
        flex: 100%;
    }

    .bottomContactLinkButtons a{
        display: inline-block;
        width: 95%;
        margin: 0;
        padding: 1rem;
        text-align: center;
    }
}

#services, #home {
    scroll-margin-top: calc(var(--menu-height) + 24px);
}

.bannerText{
    position: absolute;
    left: 1%;
    top: 0;
    width: 99%;
    height: 100%;
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: var(--color-text);
    
    overflow-wrap: break-word;
    
    -webkit-clip-path: polygon(0 100%, 0 0, 43% 0, 35% 100%);
    clip-path: polygon(0 100%, 0 0, 43% 0, 35% 100%);
    /*background-color: var(--color-brand);
    float: left;
    shape-inside: polygon(0 100%, 0 0, 41% 0, 32% 100%);*/
}
.bannerText::before {
    content: "";
    width: 60%;
    height: 100%;
    float: right;
    shape-outside: polygon(0 100%, 0 0, 43% 0, 35% 100%);
    shape-margin: 5%;
}

.bannerText .bannerHead{
    font-weight: bold;
    font-size: 2.5cqw;
    margin-top: 1cqw;
    margin-bottom: 1cqw;
}
.bannerText .bannerTitle{
    text-transform: uppercase;
    font-size: 1.5cqw;
    margin-bottom: 1cqw;
}
.bannerText .bannerDescr{
    color: var(--color-text-2);
    font-size: 1.25cqw;
}

.textHighlight{
    color: var(--color-brand);
}