body.p1.loading {
    overflow: hidden;    
}

#preloader { display: none; }

.p1 #preloader {
    display: block;
    pointer-events:none;
    left:0;
    top:0;
    width: 100%;
    height: 100vh;
    background: #1D1D1B;
    position: fixed;
    z-index: 999;
    .spinner {
        position: absolute;
        top:50%;
        left:50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 2;
        width: 300px;
        div {
            position: relative;
            span > span {
                position: absolute;
                width: 40px;
                right: 10px;
                top: 7px;
                img {
                    animation: spin 3s linear infinite;
                }
            }
        }
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/* ==========================================================================
   WEBFONTS
   ========================================================================== */
   
@font-face {
    font-family: 'regular';
    src: url('../Fonts/MuseoSans-300.woff2') format('woff2'),
        url('../Fonts/MuseoSans-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
   
@font-face {
    font-family: 'regular';
    src: url('../Fonts/MuseoSans-700.woff2') format('woff2'),
        url('../Fonts/MuseoSans-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'regular';
    src: url('../Fonts/MuseoSans-900.woff2') format('woff2'),
        url('../Fonts/MuseoSans-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

html { -webkit-box-sizing: border-box;box-sizing: border-box; }
*, *:before, *:after { box-sizing: border-box; }

button::after,
a.btn,
a.btn::after,
a.logo:hover img,
a.nav-button,
a.nav-button span::before,
a.nav-button span::after,
section.intro strong,
section.intro img,
section.navMain,
section.navMain a,
.frame-slider01 figcaption span::after,
.grid.sectors img,
.grid.sectors b::after,
header,
.top,
.browse span,
.feed svg,
.feed .icon,
.feed a,
#references img,
#references a::after,
#references figcaption,
.gallery img,
.gallery a::after,
.gallery figcaption {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;        
}

/* ==========================================================================
   NATIVE
   ========================================================================== */

:root {
	
    /* COLORS */
	--color_pos: #FFF;
    --color_neg: #1D1D1B;
    --color_ci1: #0069B4; /* blue */
    --color_special1: #E6E6E6; /* grey very light */
    --color_special2: #707070; /* grey dark */
    --color_special3: #AEAEAE; /* grey light */

    /* FONT-FAMILIES */
	--regular: 'regular', Arial, sans-serif, Helvetica;
	
    /* FONT-SIZE */
	--sizeBase: 14px;    
    --size5XL: 5.7rem; /* 80px */
    --size4XL: 5.4rem; /* 75px */
    --size3XL: 4.3rem; /* 60px */
    --sizeXXL: 2.9rem; /* 40px */
    --sizeXL:  2.5rem; /* 35px */
    --sizeL:   2.1rem; /* 30px */
    --sizeM:   1.8rem; /* 25px */
    --sizeS:   1.4rem; /* 20px */
    --sizeXS:  1.1rem; /* 16px */
    --sizeXXS: 1rem;   /* 14px */
    
    @media (max-width: 991px) {
       --size4XL: 3rem;  
    }

    @media (max-width: 991px) {
        --sizeBase: 14px;   /* ! */  
        --size5XL: 3rem; 
        --size4XL: 3rem; 
        --size3XL: 2rem;
        --sizeXXL: 2rem;
/*        
        --sizeXL:  1.5rem;
        --sizeL:   1.5rem;
        --sizeM:   1rem;
        --sizeS:   1.3rem; 
        --sizeXS:  1rem;
        --sizeXXS: .8rem; 
*/     
        --sizeXL:  1.8rem;
        --sizeL:   1.6rem;
        --sizeM:   1.5rem;
        --sizeS:   1.5rem; 
        --sizeXS:  1.3rem;
        --sizeXXS: 1rem; 
   
    }

}


.row {
    @media (max-width: 991px) {
    --bs-gutter-y: 3rem;
    }
}

/* ==========================================================================
   BASE HTML
   ========================================================================== */
html {
    scroll-behavior: smooth !important;
    -webkit-text-size-adjust: 100%;
    font-size: var(--sizeBase);
    font-family: var(--regular);
    font-weight: 300;
    position: relative;
    min-height: 100%;   
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
    line-height: 0;
}

img {
    width: 100%;
    height: auto;
    line-height: 0;
}

a { text-decoration: none;color: var(--color_ci1);}
a:hover:not([class^="icon-"]) {text-decoration: underline;}

hr {
    height: 2rem;
    @media (min-width: 992px) {  
        height: 10rem;
    }
    border: 0;   
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
}

h2.headline,
h3.headline {
    font-size: var(--sizeM);
    line-height: 1;
    margin: 1rem 0 0;
}

.frame-type-text + .frame-type-header h3.headline {
    margin: 3rem 0 0;
}

h4.headline {
    font-size: var(--sizeS);
    margin: 3rem 0 1rem;
}

h5 {
    margin: 0 0 .5rem;
    font-size: var(--sizeXS);
}

p:not(.headline) {
    font-size: var(--sizeM);
    line-height: 1.6;
    @media (max-width: 991px) {
        /* font-size: var(--sizeXL); */
        font-size: var(--sizeS);
        line-height: 1.4;       
    }
    margin: 0 0 1.5rem;
}

/* Privacy, Imprint */
body.p12 p:not(.headline),
body.p12 .content li,
body.p12 h5,
body.p13 p:not(.headline) {
    font-size: var(--sizeS);
}
body.p12 h3,
body.p12 h4 { font-size: var(--sizeM); }
strong {
    font-weight: 700;    
}

ul li { list-style-type: none; }

/* ==========================================================================
   BASE classes
   ========================================================================== */

@media (min-width: 992px) {
    .text-end { text-align: right;}
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p.headline {
    font-size: var(--sizeXL);
    font-weight: 700;
    color: var(--color_neg);
    margin: 0 0 1.5rem;
}

a.btn,
button {
    line-height: 1;
    border:0;
    /* border-bottom: .2rem solid var(--color_ci1); */
    color: var(--color_neg);
    font-weight: 700;
    padding: .5rem 1rem;
    @media (max-width: 991px) {
        padding: .5rem 0;
    }
    position: relative;
    &:hover {
        text-decoration: none;
    }
    &::after {
        content: '';
        position: absolute;
        border: .2rem solid var(--color_ci1);
        /* border-top-width: 0; */
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    &:hover::after {
        height: 100%;
        border: .2rem solid var(--color_ci1);
    }
}

.logo {
    display: block;
    position: relative;
    width: 80px;
    span {
        display: inline-block;
        width: 80px;
        span {
            position: absolute;
            width: 11px;
            height: 11px;
            top: 0;
            right: 2px;        
        }
    }
    &:hover span span img {
        transform: rotate(90deg);
    }
}

.grid {
    display: flex;
    gap: 2rem;
    
    @media (max-width: 991px) {
        display: block;        
    }
}

/* ==========================================================================
   accessibility
   ========================================================================== */

:focus-visible {
  outline: .2rem dotted var(--color_ci1);
  outline-offset: .4rem;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
   
header {
    width: 100%;
    background: var(--color_pos);
    position: fixed;
    z-index: 99;
    top: 0;

    nav.home {
        position: relative;
        padding: 1.3rem 0 1.5rem;
    }
    a.logo {
        width: 177px;
        span {
            width: 177px;
            span {
                position: absolute;
                width: 24px;
                height: 24px;
                top: 4px;
                right: 4px;        
            }
        }
    }
    
    .neg {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        top: 0;
    }
    
    a.nav-button {
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: var(--tiny);
        text-transform: uppercase;
        font-weight: 400;
        float:right;
        
        .icon {
            display: inline-block;
            span, span::before, span::after {
                display: block;
                content: '';
                width: 55px;
                height: 7px;
                border-radius: 3px;
                background: var(--color_ci1);
                font-size: inherit;
                position: relative;
            }            
            span::after {
                bottom: -8px;
            }
            span::before {
                top: -14px;
            }
        }        
        &:hover {
            transform: rotate(180deg);
        }        
    }    
    
}

section.navMain {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: var(--color_neg);
    z-index: 98;
    top:-120vh;
    color: var(--color_pos);
    
    overflow-y: auto;
    
    @media (max-width: 1024px) {
        top:-200vh;
    }
    
    a {
        color: var(--color_pos);
        font-weight: 700;
    }
    ul, li {
        list-style-type: none;
        margin:0;
        padding:0;
        line-height: 1;
        &::before { content: ''; display: none; }
    }
    a.lv0 {
        font-size: var(--size3XL);
        &:hover { 
            color: var(--color_ci1);
            margin-left: 1rem;
            text-decoration: none;
        }
        &.current { 
            color: var(--color_special2);
            @media (min-width: 1025px) {
                margin-left: 2rem;
            }
            cursor-pointer: none;
        } 
    }
    
    a.lv1 {
        font-size: var(--sizeS);
        font-weight: 300;
        color: var(--color_special3);
        margin: .8rem 0;
        display: inline-block;        
        &::before { 
            content: '– ';
        }
        &:hover { 
            margin-left: 1.3rem;
            text-decoration: none;
            color: var(--color_ci1);
        }
    }
    p.headline {
        font-size: var(--sizeL);
        font-weight: 700;
        color: var(--color_special3);
    }    
    
    @media (min-width: 1025px) {
        /* MAIN */
        nav.main {
            margin-top: 10rem;
            position: relative;
        }        
        .has-sub {
            margin: 2rem 0;
        }
        .sub-container {
            position: absolute;
            top: 1.95rem;
            left: 600px;
            opacity: 0;
            pointer-events: none;
        }
        
        a.lv0.show + .sub-container,        
        a.lv0.current + .sub-container {
            opacity: 1;
            pointer-events: initial;
        }
        /* META */
        nav.meta {
            margin-top: 5rem;
            a {
                display: inline-block;
                margin-top: 1.5rem;
                font-size: var(--sizeL);
                &:hover { 
                    color: var(--color_ci1);
                    margin-left: 1rem;
                    text-decoration: none;
                }                
            }
        }
        /* LEGAL */
        .legal { 
            margin-top: 5rem;
            div {
                display: flex;
                gap: 2rem;
            }
        }
    }
    
    .legal a  { 
        font-size: var(--sizeS);
        font-weight: 300;
        color: var(--color_special3);
        &:hover { color: var(--color_pos); text-decoration: none; }
        &.current { text-decoration: underline; var(--color_special1); }
    }   
    
    a.lv1.current { margin-left: 1.3rem; color: var(--color_pos);}
    nav.meta a.current { 
        @media (min-width: 992px) {
            margin-left: 1rem; 
        }
        color: var(--color_special2);
    }

    @media (max-width: 1024px) {
        
        nav.main { padding-top: 8rem; }
        nav.meta,  div.legal { margin-top: 3rem; }
        p.headline { display: none;}
        a:not(.current) + .sub-container { display: none;}        
        li { border-bottom: 1px solid var(--color_special3); }
        .sub-container li,
        li:last-of-type { border:0; }
        .sub-container li a { padding-left: 0; }
        .sub-container li:last-of-type {margin-bottom: 1rem;}
        a.lv0,
        .legal a,
        nav.meta a { 
            margin:1rem 0; 
            display: block; 
        }
        /* a.lv1::before {content: ''; } */
        a.lv1:hover,
        a.lv1.current { margin-left: 0; }
        .legal a { font-size: var(--sizeBase); }
    }      
     
}

body.nav-open {    
    overflow: hidden;
    header {
        background: var(--color_neg);
        .neg { opacity: 1; }
        .pos { opacity: 0; }
        
        a.nav-button {
            @media (max-width: 991px) {
                top: 40%;
            }
            span { height: 0; }
            span::after {
                bottom: auto;
                top: -7px;
                transform: rotate(-45deg);
                
            }
            span::before {
                top: 0;
                transform: rotate(45deg);
            }
            &:hover {
                transform: translateY(-50%);
                span::after, span::before { background: var(--color_pos); }
            }
        }
    }
    section.navMain {
        top:0;
    }    
}
   
/* ==========================================================================
   FOOTER
   ========================================================================== */    
   
footer {
    width: 100vw;
    /*background: var(--color_special3);*/
    background: var(--color_pos);
    @media (min-width: 1024px) {
           background: var(--color_pos);    
    }
    padding: 2rem 0;
    .logo {
        margin: 0 auto 1rem auto;
    }
    nav.legal { 
        display: block;
        @media (min-width: 1024px) {
            display: flex;
            gap: 2rem;            
            float: right;
        }
    }
    a {
        font-size: var(--sizeS);
        color: var(--color_neg);
        margin: 1rem 0;
        text-align: center;
        display: block;
        @media (min-width: 1024px) {
            margin: 0;
        }
        &:hover {
            color: var(--color_ci1);
        }
        &.current {
            color: var(--color_neg);
            text-decoration: underline;            
            @media (min-width: 1024px) {
                color: var(--color_special2);
                text-decoration: none; 
            }
        }        
    }
    
    @media (max-width: 991px) {
        .col-12.col-lg-11 {
          margin: 0;
        }
    }
    
}


/* ==========================================================================
   CONTENT
   ========================================================================== */
   
main {
  position: relative; 
  z-index: 0;
}


/* BREADCRUMB */

.breadcrumb {
    position: fixed;
    width: 100%;
    display:none;
    z-index: 3;

    @media (min-width: 1900px) {
        display:block;
        top: 5.5rem;
        left: 0;
    }
   
    ol {
        padding: 0 0.5rem;
        background: var(--color_pos);
        width: auto;
        display: inline-block;
        
        list-style-type: none;
        font-size: var(--sizeXS);
        @media (max-width: 991px) {
            /* font-size: 12px; */
        }
        
        li {
            display: inline-block;
            color: var(--color_special3);
            line-height: 1;
            text-transform: uppercase;
            font-weight: 700;
            &.hide {
                display: none;
            }
        }
        a {
            color: var(--color_special3);
            font-weight: 300;
        }
        a:hover { text-decoration: none; }
        a:hover span {
            color: var(--color_ci1);
        }
        
        a::after {
            content: '\279C';
            padding: 0 .25rem;
            color: var(--color_special3);
        }
        li:first-of-type::before {
            content: url('../Images/signe.svg');
            margin: 0 .5rem 0 0;
            display:none;
        }        
    }
}

/* HEADLINES */

.frame-type-header {
    div.headline {
        font-weight: 700;
        line-height: 1;
        font-size: var(--size3XL);
        margin: 7rem 0 3rem 0;
        span {
            font-weight: 300;            
            display: block;
            font-size: var(--sizeM);
            margin: 0 0 .5rem;
        }
    }
}


.gallery {
    
    .grid {
        display: grid;
        grid-template-columns: 1fr;
        @media (min-width: 800px) {
            grid-template-columns: repeat(2, 1fr);
        }
        @media (min-width: 1024px) {
            grid-template-columns: repeat(4, 1fr);
        }
        gap: 1rem;
        .item {
            overflow: hidden;
        }
        
    }
    a.item {
        position: relative;
        overflow:hidden;
        line-height: 0;
        figcaption {            
            position: absolute;
            bottom:0;
            left:0;
            padding: 1rem;
            font-weight: 700;  
            font-size: var(--sizeL);
            color: var(--color_pos);
            line-height: 1;
            z-index:2;
            b {
                display: block;
                text-transform: uppercase;
                font-size: var(--sizeXS);
            }
        }
        &::after {
            content: '';
            display: block;
            position: absolute;
            top:0;
            left:0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom,  rgba(29,29,27,0.05) 0%,rgba(29,29,27,0.2) 100%);
            z-index:1;
        }        
        &:hover { 
            img {
                transform: scale(1.2);
                transform-origin: center;
            }
            figcaption {
                bottom: -10rem;
            }
            &::after {
                opacity:0;
            }
        }
    }

}


/* HOMEPAGE */

body.p1 {
    
    #c115 { display: none; }
    
    section.intro {
        --slant: 70px;
        --gap: 20px;
        
        display: flex;
        gap: var(--gap);

        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 90px 0 0 0;

        .left-side,
        .right-side {
            flex: 1;
            height: 100%;
            overflow: hidden;
            &:hover img {
                transform: scale(1.05);
            }
            div {
                position: relative;
                width:100%;
                height: 100%;            
                strong {
                    position: absolute;
                    bottom: 1rem;
                    @media (max-width: 1024px) {
                        bottom: .5rem;
                    }
                    width: 100%;
                    left: 1rem;
                    text-transform: uppercase;
                    font-weight: 700;
                    line-height: 1;
                    color: var(--color_pos);
                    z-index: 2;
                    pointer-events: none;
                    
                    font-size: var(--sizeM);
                    opacity: .85;
                    letter-spacing: 1px;                    
                }
            }
            &:hover strong {
                opacity: 1 !important;
                letter-spacing: 2px; 
                font-size: var(--size3XL);
            }
            div::after {
                content:'';
                position: absolute;
                top:0;
                left:0;
                display: block;
                width:100%;
                height: 100%; 
                z-index: 1;
                pointer-events: none;
            }
        }
        .left-side {
            clip-path: polygon(
                0 0,
                100% 0,
                calc(100% - var(--slant)) 100%,
                0 100%
            );
        }
        .right-side {
            margin-left: calc(-1 * var(--slant));
            
            clip-path: polygon(
                var(--slant) 0,
                100% 0,
                100% 100%,
                0 100%
            );
            div strong {
                left: auto;
                right: 1rem;
                text-align: right;
            }
        }
        a { 
            display: block;
            width: 100%;
            height: 100%;
            line-height: 0;
        }       
        img {
                width: 100%;
                height: auto;
        }
    }
    
    section.feed {
        padding: 5rem 0;
        @media (max-width: 991px) {
            padding: 2rem 0;
        }
        width: 100%;
        background: var(--color_special1);
        #c18 {display:none;}
        div.REMOVE--move {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1rem;
            @media (max-width: 991px) {
                display: block;
            }
        }
        div.entry {
            background: var(--color_pos);
            border-radius: 5px;
            min-height: 620px;
            position: relative;
            overflow:hidden;
            cursor: pointer;
            
            /* TEMP - HIER SLIDER!!*/
            @media (max-width: 991px) {
                display: none;
                &:first-of-type {
                    display: block;
                }
            }
            
            .icon {                
                position: relative;
                z-index: 3;
                svg {
                    margin: 1.5rem;
                }
                svg path {
                fill: var(--color_c1);
                }                
            }
            
            a {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top:0;
                left:0;
                z-index:2;
                background:rgba(0,105,180,0.85);
                opacity:0;
                
                span {
                    display: block;
                    padding: 50% 0;
                    text-align: center;
                    
                    b {
                        display: inline-block;
                        color: #fff;
                        font-weight: 700;
                        font-size: var(--sizeXL);
                        border: 3px solid;
                        padding: .5rem 1rem;
                        line-height: 1;                       
                    }
                }
            }
            
            &:hover a {
                opacity: 1;
            }
            &:hover svg {
                transform: scale(1.5);
                transform-origin:top left;
            }
            
            &:hover .icon svg path {
                fill: var(--color_pos) !important;
            }            
            
            .text {
                position: absolute;
                height: 55%;
                top:0;
                width: 100%;
                padding: 5.5rem 1.5rem 0 1.5rem;
                overflow: hidden;
                
                p {
                    font-size: var(--sizeXS);
                    @media (max-width: 991px) {
                        font-size: var(--sizeL);
                        hyphens: auto;
                    }
                }
                
                &::after {
                    content: '';
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    bottom: 0;
                    left:0;
                    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,1) 95%);
                }
            }
            figure {
                position: absolute;
                bottom:0;
                width: 100%;
                height:45%;
                background:#ccc;               
                
                @media (max-width: 991px) {
                    bottom: -1rem;
                }
                img {
                    width: 100%;
                    height: auto;
                    @media (max-width: 1599px) {
                        width: auto;
                        height: 100%;
                        position: relative;
                        left: 50%;
                        transform: translateX(-50%);
                    }
                    
                }
            }
            
        }
        button::after { display: none;}
    }    
    
    section.seo {
        padding: 6rem 0;
        @media (max-width: 991px) {
            padding: 3rem 0;
        }
        p {
            font-size: var(--sizeS);
            @media (min-width: 992px) {
                font-size: var(--sizeXL);
            }
            margin: 3rem 0 1.5rem;
            line-height: 1.2;
            @media (max-width: 991px) {
                margin: 2rem 0 1.5rem;
                line-height: 1.4;
            }
            a.btn {
            font-size: var(--sizeS);
            }
        }
        p:last-of-type {
            margin: 0;
            line-height: 1;
        }
        p.headline {
            font-size: var(--size3XL);
            line-height: 1;
            margin: 0;
            width: 100%;
            
            span strong {
                font-weight: 900;
                display: block;
                font-size: var(--sizeL);
                text-transform: uppercase;
                margin: 0 0 1rem;
                position: relative;
                &::before {
                    content: url('../Images/signe_p1.svg');
                    position: absolute;
                    left: -.25rem;
                    top: -.85rem;
                    transform: rotate(90deg);
                    @media (max-width: 991px) {
                        left: -3px;
                        top: -9px;
                    }
                }
                b { 
                    position: relative; 
                    @media (max-width: 991px) {
                        padding-left:.25rem;
                    } 
                }
                b::after { 
                content: url('../Images/signe_p2.svg'); 
                position: absolute;
                bottom: -0.3rem;
                right: -.5rem;
                }
            }
        }

    }
    
    section.teaser {
        padding: 7rem 0 0;
        @media (max-width: 991px) {
            padding: 2rem 0 0;
        }
    }
}


body.p1.flockler-embed-popup-open {      
    overflow: hidden;
    section,
    .flockler-embed-content button::after,
    header,
    footer,
    .top { display: none; }
    section.intro { display: flex; }
    section.seo { display: block; }
    section.feed {  
        display: block;
        position: fixed;
        top:0;
        left:0;
        width: 100vw;
        height: 100vh;
        z-index: 1;
        margin: 0;
        padding:0;
        .move { position: static; }
        .container { max-width: 100%; }
        .flockler-embed-content {
            height: 100vh;
        }
        .flockler-posts.flockler-grid-items { opacity: 0; }
    }
}



/* INTRO */

section.hero {
    /* height: 100vh; */
    height: 73vh;
    @media (max-width: 991px) {
        height: 50vh;
    }
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 0 5rem;
    @media (max-width: 991px) {
        margin: 0 0 2rem;
    }
            &::after {
            content: '';
                display: block;
                position: absolute;
                top:0;
                left:0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, rgba(29,29,27,0.05) 0%,rgba(29,29,27,0.5) 100%);
                z-index:1;
            }    
    
    .container {
        position: relative;
        /* height:100vh; */
        height: 73vh;
        @media (max-width: 991px) {
            height: 50vh;
        }        
        color: var(--color_pos);
        z-index:2;
        .row {
            position: absolute;
            bottom: 2rem;
            @media (max-width: 991px) {
                bottom: 1rem;
            }
            width: 100%;
        }
        .slogan {
            font-size: var(--sizeM);
            line-height: 1;
            font-weight: 700;
            text-transform:uppercase;
        }
        h1 {
            font-size: var(--size5XL);
            line-height: 1;
            margin: 0;
            text-transform:uppercase;
            
         font-weight: 700;           
        }
        p {
            margin: 2rem 0 0;
            line-height: 1.5;
        }
        a.btn {
            
            font-size: var(--sizeS);
            color: var(--color_pos);
            margin: 2rem 0 0;
            /* display: inline-block;   */
            display: none;
            &::after {
                border-color: var(--color_pos);
            }
        }
    }
}

@media (min-width: 1900px) {
    section.hero h1 {
        hyphens: auto;
    }
    .p2 section.hero h1 {
        hyphens: none;
    }
}

@media (min-width: 1900px) {
    section.hero h1 {
        white-space: nowrap;
    }
}

section.hero.half,
section.hero.half .container {
    height: 45vh;        
    @media (min-width: 1600px) {
        height: 75vh;        
    }
}

/* SERVICE SECTORS */

.grid.sectors {
    gap: 2rem;
    margin: 1rem 0;    
    @media (min-width: 1600px) {
        gap: 8rem;
        margin: 2rem 0;    
    }
  
    a {
        position: relative;
        line-height:0;
        overflow: hidden;
        text-align: center;
        span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            z-index: 2;
            line-height:1;
            display: inline-block;
            text-transform: uppercase;
            color: var(--color_pos);
            b {
                font-size: var(--sizeXXL);
                hyphens: auto;
                @media (min-width: 1600px) {
                    font-size: var(--size4XL);
                    hyphens: none;
                }
                font-weight: 900;
                &::after {
                    content: '';
                    position: absolute;
                    border: .25rem solid var(--color_pos);
                    height: 0;
                    @media (max-width: 991px) {
                        height: calc(100% + 1rem);
                    }
                    width: calc(100% + 3rem);
                    bottom: -.5rem;
                    left: -1.5rem;
                }              
            }
        }        
        &::after {
            position: absolute;
            top:0;
            left:0;
            z-index: 1;
            content: '';
            width:100%;
            height:100%;
            background: var(--color_ci1);
            opacity:.5;
        }
        
        @media (max-width: 991px) {
            display: block;
            height: 100%;
            margin-bottom: 1rem;
        }
        
        &:hover img {
            transform: scale(1.4);
            transform-origin: center;
        }
        &:hover span b::after {
            height: calc(100% + 1rem);
        }        
    }
}

.squares {
    @media (max-width: 991px) {
        margin: 0 auto 2rem auto;
    }
    p, li {
        font-size: var(--sizeS);        
    }
    
    ol, ul, li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
    }
    
    ul, ol {
        margin-bottom: .5rem;
    }
    ul + p strong {
        display: block;
        margin-top: 1.5rem;
    }
    ol li { 
        list-style-type: decimal; 
        padding: 0 0 0 .5rem;
        margin: 0 0 1rem 1.5rem;
    }
    
    ol.grid,
    ul.grid {
        column-count: 2;
        @media (max-width: 991px) {
            column-count: 1;        
        }
        display: block;
        gap: 2rem;
    }
    
    li, li p {
        padding: 0 0 0 1.5rem;
        margin: 0 0 .75rem;
        font-size: calc(var(--sizeS)*.9);
        line-height: 1.2;        
    }
    ol li p {
        padding: 0;
    }
    
    
    p.headline {
        font-size: var(--sizeXXL);
        line-height: 1.1;
        margin: 0 0 2rem 0;
    }
    @media (min-width: 992px) {
        p.more-data {
            margin-top: 1rem;
            padding: 2rem 4rem;
            display: inline-block;
            font-weight: 600;
            cursor: pointer;
            border: 1px solid var(--color_neg);
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
            &::after { display:none;}
            &:hover {
                background: var(--color_neg);
                color: var(--color_pos);
            }
            &.active { 
                opacity: 0;
                pointer-events: none;
            }
        }
        p.more-data + .more-data {
            display: none;
        }
    }
}

.accordion {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    
    li { 
        border-bottom: 2px solid var(--color_special3); 
        list-style-position: inside;
        margin: 0 0 1rem 0;
        cursor: pointer;
        position: relative;
        &::after {
            content: '\2192';
            color: var(--color_ci1);
            position: absolute;
            right: 0;
            top: 0;
        }
    }
    p { 
        display: inline-block; 
        color: var(--color_ci1);
    }
    p.hide { 
        display: none; 
        color: var(--color_neg);
        font-size: calc(var(--sizeS)*.8);
        padding: 0 0 0 1.5rem; 
    }
    li:hover {
        color: var(--color_neg);
        p.hide { display: block; }
        &::after {
            opacity: 0;
        }
    }
}    

ul li:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11"%3E%3Cpath id="dot" d="M102.2,12.714,106.908,8a.789.789,0,0,1,1.115,0l4.715,4.712a.789.789,0,0,1,0,1.114l-4.715,4.715a.794.794,0,0,1-1.115,0l-4.71-4.722a.789.789,0,0,1,0-1.114Z" transform="translate(-101.968 -7.772)" fill="%23aeaeae"/%3E%3C/svg%3E%0A');
    padding-right: .5rem;
}

.text ul li::before,
.image ul li::before,
ul.accordion li:before {
    position: absolute;
    top:-1px;
    left:0;
}

.squares .accordion li p {
    padding: 0;
}

.col-lg-10 {
    .accordion {
        li {
            margin: 0;
            padding: 1rem 0;
            &::before,
            &::after {
                top: 1.5rem;
            }
        }
        p { 
            margin: 0 0 0 1.5rem;
            line-height: 1;
        }
        p.hide { 
            line-height: 1.4; 
            padding: 1rem 0 1rem 0;
        }
    }
}

.squares > .row > .text {
    padding: 1rem;  
    @media (min-width: 992px) {
        padding-top: 4rem;
        padding-left: 4rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 992px) {
    .squares:not(.box) > .row { overflow: hidden; }
    .squares:not(.box) > .row > .image div.frame:not(.frame-compare) {
        height: 100%;
        .ce-image {
            position: relative;
            height: 100%;
            width: 100%;
        }
        figure {
            @media (max-width: 1900px) { 
                position: absolute;
            }
            height: 100%;
            min-height: 550px;
            overflow: hidden;
            width: 100%;              
        }
        img {
            height: 100%;
            width: auto;
        }
    }
}

@media (min-width: 1900px) {
    .squares:not(.box) > .row > .image div.frame:not(.frame-compare) {
        img {
            width: 100%;
            height: auto;
        }        
    }
}

.squares.box > .row > .image {
    background: var(--color_ci1);
    background: linear-gradient(to top, #016bb3, #3187c2);
    color: var(--color_pos);
    padding: 1rem;
    div {
        @media (min-width: 992px) {
            padding: 4rem;
        }
    }
    ul li::before {
        content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11"%3E%3Cpath id="dot" d="M102.2,12.714,106.908,8a.789.789,0,0,1,1.115,0l4.715,4.712a.789.789,0,0,1,0,1.114l-4.715,4.715a.794.794,0,0,1-1.115,0l-4.71-4.722a.789.789,0,0,1,0-1.114Z" transform="translate(-101.968 -7.772)" fill="%23fff"/%3E%3C/svg%3E%0A');
    }
}

.cloned-wrapper {
    position: absolute;
    top: 0;
    background: linear-gradient(to top, #016bb3, #3187c2);
    min-height: 100%;
    width: 100%;
    padding: 1rem;
    @media (min-width: 1200px) {
        padding: 4rem;        
    }
    color: var(--color_pos);
    
    button.close {
        padding: 1rem 2rem;
        background: transparent;
        color: var(--color_pos);
        cursor: pointer;
        &::after {
            border-color: var(--color_pos);
        }
        
        
    }
    li { 
        margin: 0 0 1rem;
        font-size: var(--sizeS);
        line-height: 1.4;
    }
    ul li::before {
        content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11"%3E%3Cpath id="dot" d="M102.2,12.714,106.908,8a.789.789,0,0,1,1.115,0l4.715,4.712a.789.789,0,0,1,0,1.114l-4.715,4.715a.794.794,0,0,1-1.115,0l-4.71-4.722a.789.789,0,0,1,0-1.114Z" transform="translate(-101.968 -7.772)" fill="%23fff"/%3E%3C/svg%3E%0A');
     }
}

main.reference .cloned-wrapper{
    background: rgba(0,0,0,.8);
}

@media (max-width: 991px) {
    .cloned-wrapper {display: none;}
}


@media (max-width: 991px) {
    main.reference {
        section.content > .image-text .row {
            display: grid;
            grid-template-columns: 1fr;
            div.image { order: 2;}
            div.text { order: 1;}
        }
    }
    
    .image-text .row {
        display: grid;
        grid-template-columns: 1fr;
        div.image { order: 2;}
        div.text { order: 1;}
    }    
    
}

.squares .cloned-wrapper {
     .accordion {
         li::after  { color: var(--color_pos); }
         p { color: var(--color_pos); }
         li { border-color: var(--color_pos); }
         li p { padding: 0; }
         
     }    
}

section > .squares.text-image > .row > .text {
    padding-left: 1rem;
    @media (min-width: 992px) { padding-left: .5rem; }
}

section > .squares.text-image:first-of-type > .row > .text { 
    padding-top: 0;
}

/* Container-2ColsO1b - CTA / Abschluss */
hr + .container .inner-padding div {
    padding-top: 2rem;
    @media (min-width: 992px) {
        padding-top: 0;
        padding-left: 3rem;
    }
    ul {
        padding: 0;
    }
    li {
      font-size: calc(var(--sizeM)*.9);
      line-height: 1.8;  
      list-style-type: none;
    }
    ul li::before {
        content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11"%3E%3Cpath id="dot" d="M102.2,12.714,106.908,8a.789.789,0,0,1,1.115,0l4.715,4.712a.789.789,0,0,1,0,1.114l-4.715,4.715a.794.794,0,0,1-1.115,0l-4.71-4.722a.789.789,0,0,1,0-1.114Z" transform="translate(-101.968 -7.772)" fill="%23aeaeae"/%3E%3C/svg%3E%0A');
        padding: 0 .5rem 0;
     }
}



/* ==========================================================================
   SLIDER (feed)
   ========================================================================== */
.splide__pagination {
    margin: 1rem 0 0 0;
}

.splide__pagination li {
    margin: 0 .35rem;
    &::before { content: ''; }
}

button.splide__pagination__page {
    padding: 0;
    &::after { display: none; }
}

/* ==========================================================================
   SLIDER (general)
   ========================================================================== */

.browse span {
    background: url(../Images/gfx_arrow-wide.svg) no-repeat;
    width: 4rem;
    height: 2rem;
    margin: 0;
    display: inline-block;
    position: static;
    transform: rotate(0deg);
    cursor: pointer;
    opacity: .5
}

.lSAction {
    position: absolute;
    bottom: 0;
    left: 0;
}

.browse .prev {
    background-position: center;
    transform: rotate(180deg);
}

.browse .next {
    background-position: center;
    margin-left: 1rem;
}

.browse span:hover {
    opacity: 1
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.lSPager.lSpg {
    display: none;
    @media (max-width: 991px) {
        display: block;
    }
}

.lSSlideOuter .lSPager.lSpg > li,
.splide__slide {
    &::before { content: ''; }
}

.lSSlideOuter {
    @media (min-width: 992px) {
        margin-top: 2rem;
    }
}

.lSSlideOuter .lSPager.lSpg {
    margin: 1rem 0 0 0 !important;
}

.splide__pagination__page,
.lSSlideOuter .lSPager.lSpg > li a {
    background: var(--color_special3);
    border-radius: 10px;
    height: .75rem;
    width: .75rem;
    transition: width 400ms linear;
}

.splide__pagination__page.is-active,
.lSSlideOuter .lSPager.lSpg > li.active a, 
.lSSlideOuter .lSPager.lSpg > li:hover a {
    background: var(--color_ci1);
    width: 1.5rem;
}

/* ==========================================================================
   SERVICE SLIDER
   ========================================================================== */

.nav-services {
  
  width: 100vw;
  @media (max-width: 1899px) {
    overflow: hidden;    
  }
    
    margin: 0 0 2rem; 
    @media (min-width: 992px) {
        margin: 0 0 10rem;       
    }
    nav.menu-tabs {
        @media (max-width: 1899px) {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(9%, 1fr));
            grid-gap: .5rem;
        }        
         @media (min-width: 1900px) {
            margin: -1rem 0 4rem;
            display: flex;
            gap: 1.9rem;
        }
        
        @media (max-width: 991px) {
            grid-template-columns: 1fr;
        }
        button {
            background: none;
            color: var(--color_ci1);
            font-size: var(--sizeS);
            cursor: pointer;
            font-weight: 300;
            @media (max-width: 991px) {
                font-size: var(--sizeXS);
                font-weight: 600;
            }
            hyphens: auto;
            &::after { height: 100%; }
            &:hover {
                background: var(--color_ci1);
                color: var(--color_pos);               
            }            
            &.active {
                background: var(--color_neg);
                color: var(--color_pos);
                pointer-events: none;
                &::after { border-color: var(--color_neg); }                
            }
        }
    }
    #menuSlider {
        .slide {
            position: relative;
            @media (width > 991px) {
                height: 690px;
                figure {
                    position: absolute;
                    top: 0;
                    height:100%;
                    overflow: hidden;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 100%;
                }
            }
            .headline {
                text-transform: uppercase;
                font-weight: 900;
                margin: 2rem 0;
                @media (max-width: 991px) {
                    text-transform: none;
                    font-weight: 700;
                    margin: 2rem 0 1.5rem 0;
                }
                font-size: var(--sizeL);              
                hyphens: auto;
                
                a { color: var(--color_neg); }
                a:hover { text-decoration: none;}
            }
            .teaser {
                font-size: var(--sizeL);
                @media (min-width: 1900px) {
                    font-size: var(--sizeXL);
                }
                line-height: 1.2;
                margin-bottom: 2rem;
                @media (min-width: 992px) {
                    line-height: 1.4;
                }
            }
            
            .btn {
                font-size: var(--sizeS);
                color: var(--color_ci1); 
            }
            
            .data {
                position: relative;
                z-index: 1;
            }
            .col-lg-7 {
                background: var(--color_pos);
                border-radius: .5rem;
                padding: 2rem 2rem .5rem 0;
                @media (max-width: 991px) {
                    padding: 0 1rem;
                }
            }            
            @media (max-width: 991px) {
                figure {
                    margin: 3rem 0 0;
                }
            }
        }
    } 

    .browse {
        margin-top: -4rem;
        @media (max-width: 991px) {
            display: none;
        }
    }
    
    
    .lSSlideWrapper {
          max-height: 60vh;
          @media (max-width: 991px) {
              max-height: none;
          }
    }
}

/* ==========================================================================
   CLIENTS
   ========================================================================== */

.frame-slider01 {
    margin: 2rem 0 10rem 21rem;
    @media (max-width: 991px) {
        margin: 1rem 0 3rem 1rem;
    }
    figure { 
        width: 260px;
        background: var(--color_special1) no-repeat center;
        background-size: 14rem;
        border-radius: .5rem;
        height: 13rem;
        img { opacity: 0; }
    }
    figure.more {
        background: none;
        width: 310px;
        border-radius: 0;
        div {
            width: 260px;
            background: var(--color_special1);
            border-radius: .5rem;
            height: 100%;            
            a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                figcaption {
                    display: block;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 100%;
                    text-align: center;
                    font-size: var(--sizeS);
                    font-weight: 700;
                    span {
                        display: inline-block;
                        position: relative;
                        line-height: 1;
                        &::after {
                            content: '';
                            position: absolute;
                            border: .2rem solid var(--color_ci1);
                            height: 0;
                            width: calc(100% + 2rem);
                            bottom: -.7rem;
                            left: -1rem;
                        }
                    }
                }
                &:hover figcaption span::after {
                    height: 200%;
                    border: .2rem solid var(--color_ci1);
                }             
            }
        }
    }
    .browse {
        position: relative;
        margin: 2rem 0 0 -5rem;
        @media (max-width: 991px) {
            display: none;
        }
    }
}

/* ALL CLIENTS */

body.p2 .breadcrumb { display: none; }

ul.client-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;

    li {
        display: block;
        float: left;
        width: 50%;
        &::before { display: none; }
        @media screen and (min-width: 46em) {
            width: 33.333%;
        }
        @media screen and (min-width: 64em) {
            width: 20%;
        }        
        padding: 3rem 0;
        border: 1px solid var(--color_pos);
        /* background: linear-gradient(to top, #016bb3, #3187c2); */
        background: var(--color_ci1);
        &:nth-child(even) {
            /* background: var(--color_neg); */
        }
        color: var(--color_pos);
        /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
        text-align: center;
        text-transform: uppercase;
        font-size: var(--sizeS);
        font-weight: bold;
        line-height: 1;
        &:last-of-type {
            text-transform: initial;
            font-weight: normal;
        }        
    }

}

/* ==========================================================================
   LIGHTBOX
   ========================================================================== */

.vbox-left-corner {
    left: 50%;
    transform: translateX(-50%);
    background: var(--color_neg);
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    font-weight: 700;
    font-size: var(--sizeXXS);
    .vbox-num {
        padding: .5rem 1rem;
    }
}

.vbox-title {
    font-size: var(--sizeL);
    display: inline-block;
    width: auto;
    max-width: 500px;
    padding: .5rem;
    font-weight: 700;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    background: var(--color_neg);
    white-space: normal;
    overflow: unset;
}

/* ==========================================================================
   REFERENCES
   ========================================================================== */

.frame-slider02 {
    margin: 2rem 0 6rem;
    @media (max-width: 991px) {
        margin: 1rem 0 2rem;
    }
    overflow: hidden;
    width: 100%;

    figure  { position: relative; }
    figure::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(29,29,27,0.05) 0%,rgba(29,29,27,0.2) 100%);
            z-index: 1;
            pointer-events: none;
        }      
        

    .item {
        display: block;
        position: relative;
        overflow: hidden;       
        
        figcaption {
            position: absolute;
            bottom: 1rem;
            left: 1rem;
            width: 100%;
            min-height: 3rem;
            line-height: 1;
            color: var(--color_pos);
            font-size: var(--sizeL);
            font-weight: 700;
            text-align: left;
            z-index: 2;
            span {
                display: block;
                text-transform: uppercase;
                font-size: var(--sizeXS);
            }
        }
        &:hover { 
            img {
                transform: scale(1.2);
                transform-origin: center;
            }
            figcaption {
                bottom: -10rem;
            }
            &::after {
                opacity:0;
            }
        }        
    }
    
    .browse {
        margin-top: 2rem;
        .next {margin-right:-1rem;}
        @media (max-width: 991px) {
            display: none;
        }        
    }
    
    @media (width >= 922px) {
        .lSSlideWrapper {
        margin-left: 11rem;  
        }
        figure {
            width: 28rem;
        }
    }
    
}

/* ==========================================================================
   COMPARE
   ========================================================================== */

.twentytwenty-horizontal .twentytwenty-before-label::before,
.twentytwenty-horizontal .twentytwenty-after-label::before {
    top: auto;
    bottom: 1rem;
    line-height: 1;
    padding: .25rem 1rem;
    border-radius: .5rem;
    background: var(--color_pos); 
    font-weight: 700;
    color: var(--color_neg);
    font-size: var(--sizeS);
    letter-spacing: normal;
}

#start.content {
    padding-top:10rem;
}

/* ==========================================================================
   DOWNLOADS
   ========================================================================== */

ul.downloads {
    padding:0;
    li {
        list-style-type: none;
        margin: 2rem 0 0;
        &::before { content: ''; }
        a {
            display: inline-block;
            padding: 1rem 1rem 1rem 3rem;
            width: auto;
            @media (max-width: 991px) {
                width: 100%;
            }
            background: var(--color_ci1);
            color: var(--color_pos);
            border-radius: .5rem;
            position: relative;            
            &::before {
                content: url('../Icons/pdf.png');
                display: block;
                transform: scale(.1);
                position: absolute;
                top: -.25rem;
                left: -.25rem;
                width: 2rem;
                height: 2rem;
                float: left;                
            }
        }
    }
    li + li {
        margin: 1rem 0 0;
    }
}


/* ==========================================================================
   CONTACT
   ========================================================================== */

body.p8 form,
section.contact {
    background: var(--color_neg);
    color: var(--color_pos);  
    padding: 7rem 0 4rem;
    margin: 7rem 0 0;
    @media (max-width: 991px) {
        padding: 2rem 0 2rem;
        margin: 2rem 0 0;        
    }
    position: relative;
    z-index: 5;
    
    a {
        text-decoration: none;
    }
    
    p {
        font-size: var(--sizeXS);
        @media (max-width: 991px) {
            font-size: var(--sizeS);
        }
        color: var(--color_pos); 
        margin: 0 0 2rem;
        width: 90%;
        @media (max-width: 991px) {
            width: 100%;            
        }
        &.headline {
            font-size: var(--sizeXL);
            line-height: 1;
        }
        &.small {
            font-size: var(--sizeXXS);
            @media (max-width: 991px) {
                hyphens: auto;
            }
            margin: 1rem 0 1.5rem;
            width: 100%;
            
            a {
                color: var(--color_pos); 
                text-decoration: underline;
                &:hover {
                    color: var(--color_ci1); 
                }
            }
        }
        span.large {
            font-size: var(--sizeM);
            font-weight: 700;
            color: var(--color_pos);
        }
        a:hover {
            text-decoration: none;
        }
        a:hover span.large {           
            border-bottom: .15rem solid var(--color_pos);
        }
        
        a.btn {
            font-size: var(--sizeS);
            color: var(--color_pos);
            &::after {
                border-color: var(--color_pos);
            }
        }     
    }
    
    @media (min-width: 1900px) {
        form {
            padding-left: 3.2rem;        
        }
    }
    input, textarea {
        width: 100%;
        border: 0;
        border-bottom: .2rem solid var(--color_pos);
        background: none;
        padding: .3rem 0;
        margin: 0 0 1rem;
        color: var(--color_pos);
        &::placeholder {
            color: var(--color_pos);
            opacity: .5;
        }
    }
    textarea {
        height: 6rem;
    }
    button {
        border: 0;
        background: none;
        color: var(--color_pos);
        font-size: var(--sizeS);
        cursor: pointer;
        &::after {
            border-color: var(--color_pos);
        }
    }
    button:hover {
        &::after {
            border-color: var(--color_pos);
        }            
    }    
    label { display: none; }
}

div.people {
    .row { margin-top: 2rem; }
    .row:first-of-type {margin-top:0; }
    .col-4:empty { display: none;}
    .col-lg-2 { padding: 0; }
    .col-10 { padding: 0 0 0 1rem; }
    span, a { display: block; line-height:1.4; }
    .c_sector { 
        text-transform: uppercase; font-weight: 700; 
        font-size: var(--sizeS);
    }   
    .c_name { font-weight: 700; font-size: var(--sizeXL); }
    .c_task { font-size: var(--sizeXS); margin-top: .5rem; }
    .data { margin-top: 1rem; }
    .data a { font-size: var(--sizeS); }
    @media (min-width: 992px) {
        
        .c_sector { font-size: calc(var(--sizeXS) * .8); }
        .c_name { font-size: var(--sizeM); }        
        .data a { font-size: var(--sizeXS); }        
    }
}

@media (max-width: 991px) {
    div.people {
        padding: 0;
        .row { margin-top: 0; }
    }
}

.p8 div.people {
    padding: 0;
    margin-bottom : 2rem;
    .row { 
        padding: 0;
        @media (max-width: 991px) {
            margin-top: 0;           
        }
        
    }
}

.contact div.people {
    .data a { color: var(--color_pos); }
}


/* ==========================================================================
   TO TOP
   ========================================================================== */

.top {
    position: fixed;
    bottom: -2rem;
    width: 100%;
    pointer-events: none;
    
    .col-12 { position: relative; }
    
    a { pointer-events: initial; position: absolute; right: -4rem;}
    i {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        border-radius: 3px;
        border-left: 7px solid var(--color_ci1);
        border-top: 7px solid var(--color_ci1);
        transform: rotate(45deg);
        box-sizing: border-box;
    }   
}

@media (max-width: 1769px){
    .top {
        display: none;
    }
}

.down .top {
    bottom: 3rem;
}

.down.scroll-end .top {
bottom: 4rem;
}

/* ==========================================================================
   Tracking
   ========================================================================== */

.matomo {
  background: var(--color_ci1);
  padding: .5rem 1rem .5rem 5rem;
  color: var(--color_pos);
  border-radius: 9px;
  font-size: var(--sizeS);
  position: relative;
  
  input {
    transform: scale(3);
    position: absolute;
    top: 1.5rem;
    left: 2rem;
  }  
  strong {
    font-weight: 300;
  }  
}

/* ==========================================================================
   FIX
   ========================================================================== */

@media (min-width: 992px) {
  .d-lg-block {
    display: inline-block !important;
  }

.p23 section.hero {
   background-position: top;
}

#c127 ul,
#c262 ul {
  max-width: 500px;
  li {
      font-size: var(--sizeS);
      line-height: 1.4;
  }
}

body.p17 section.hero::after { display: none; }

body.p8 {    
    
    font-size: var(--sizeS);
    
    @media (min-width: 992px) {
        p:not(.headline) {
            font-size: var(--sizeS);
            max-width: 70%;
        }
    }

    form {
        background: transparent;
        padding: 0;
        margin: 4rem 0;
        color: var(--color_neg);
        
        p, a, input, textarea, span, button, label {
            color: var(--color_neg) !important;
            border-color: var(--color_neg);
            max-width: 100% !important;
            &::placeholder {
                color: var(--color_neg);
                opacity: 1;
            }
            &::after {
                border-color: var(--color_neg);
            }
            button:hover {
                &::after {
                    border-color: var(--color_neg);
                }            
            }        
        }
    }
}

/* ==========================================================================
   ANIMATE
   ========================================================================== */

.move {
    position: relative;
    transition: transform 1s ease-out, opacity 0.6s ease-out;
    will-change: transform, opacity;
}

.move.slow {
    transition: transform 3s ease-out, opacity 1s ease-out;
}

/* LEFT */
.move.left,
#icon-bar.move li#icon-home-1 {
    transform: translateX(-10rem);
}

.slide .move.left,
.move.left.isVisible {
    transform: translateX(0);
}

/* RIGHT */
.move.right {
    transform: translateX(10rem);
}

.move.right.isVisible {
    transform: translateX(0);
}

/* UP */
.move.up {
    transform: translateY(10rem);
}

.move.up.isVisible {
    transform: translateY(0);
}

/* DOWN */
.move.down {
    transform: translateY(-10rem);
}

.move.down.isVisible {
    transform: translateY(0);
}