@charset "UTF-8";
@font-face {
    font-family : 'FontAwesome';
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src         : url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight : normal;
    font-style  : normal;
}        

html {
    width                    : 100%;
    height                   : 100%;
    overflow-y               : scroll;
    overflow-x               : hidden;
}

body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 'Roboto', arial, sans-serif;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-weight: 300;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    opacity: 0;
}

body.c7n-loaded {
    opacity: 1;
}

body.cke_editable {
    background-color : #FFFFFF;
}

#PoweredByFooter {
    display: none !important;
}

#preview-content {
    padding-bottom: 0 !important;
}


#cookie-note {
    font-size: 0.7em !important;
    line-height: 1.4em !important;
    color: #939393 !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    bottom: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;  
    opacity: 0;
}

#cookie-note.c7n-loaded {
    bottom: 0px !important;
    opacity: 1;
}

#cookie-note p{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note a{
    color: #939393;
    border-bottom: 1px solid #939393;
}

#cookie-note a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255,1);
    border-bottom: 1px solid rgba(255, 255, 255,1);
}

#cookie-note button{
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(0,0,0,1);
    background-color: rgba(147, 147, 147, 1);
    border: 0;
    padding: 10px 30px;
}

#cookie-note button:hover{
    background-color: rgba(147, 147, 147, 0.66);
    color: rgba(255, 255, 255,1);
}

#browser-note {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
    color:  #939393 !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding: 15px !important;
    width: 100% !important;
    right: 0px !important;
    top: -200px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;  
    opacity: 0;
    position: absolute;
    z-index: 9999;
}

#browser-note.c7n-show {
    top: 0px !important;
    opacity: 1;
}

::-moz-selection { background : rgba(36, 86, 118, 1); text-shadow : none; color : #ffffff; }

::selection { background : rgba(36, 86, 118, 1); text-shadow : none; color : #ffffff; }

.c7n-content-tpl {     
    padding-bottom: 30px;
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;              
    display: block;    
    width: 100%;  
    
    clear: both;                      
}

#c7n-logo {
    width: auto;
    height: auto;
    position: absolute;
    top: 15px;
    left: 15px;
    top: 30px;
    left: 30px;
    z-index: 10;
    cursor: pointer;
}

#c7n-logo svg{
    width: auto;
    height: 12vh;
    min-height: 100px;
}

#c7n-navigations {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100;
    display: flex;
    width: auto;
    flex-direction: row;
    align-items: flex-end;
    padding: 15px 15px;
    padding: 30px 30px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;  
}

#c7n-navigations.c7n-small {
    background-color: rgba(0,0,0,0.66);
    background-color: rgba(0,0,0,0);
    color: #000000;
}

.c7n-meta {
    display: none;
}


#c7n-functions,
#c7n-navtree,
#cycle-controls {
    display: none;
}

#c7n-eyecatcher {
    width: 100%;
    height: 40vh;
    height: 50vh;
    min-height: 300px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#c7n-eyecatcher.c7n-large {
    height: 100vh !important;
    min-height: 500px;
}

#c7n-eyecatcher.c7n-large.c7n-competence{
    height: auto !important;
    margin-bottom: 0;
}

.cycle-slide {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 2 !important;
}

#c7n-eyecatcher.c7n-large.c7n-competence .cycle-slide{
    height: 50vh !important;
    position: relative !important;
    z-index: 1;
}

#c7n-eyecatcher.c7n-large.c7n-competence h1{
    position: absolute;
    z-index: 0;
}


.c7n-facts,
.c7n-competence-content {
    z-index: 5;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  
}

.c7n-facts {
    position: absolute;
    background-color: rgba(255,255,255,0.75);
    bottom: 15px;
    padding: 15px;
    left: 15px;
    width: calc(100% - 30px);
}

.c7n-facts p {
    max-height: 4.5em;
    overflow: hidden;
}

.c7n-facts:hover {
    background-color: rgba(255,255,255,1);
} 

.c7n-competence-content {
    position: relative;
}

#c7n-eyecatcher > img,
.cycle-slide img{
    width: 100%;
    height: 100%;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.cycle-slide figcaption {
    color: #ffffff;
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 5;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.33);
}

#c7n-eyecatcher:before,
#c7n-eyecatcher.c7n-large .cycle-slide:before{
    width: 100%;
    height: 66%;
    content: "";
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 95%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 95%);
    background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

#c7n-eyecatcher.c7n-large:before{
    display: none;
}

#c7n-scroll-down {
    display: none;
}

.c7n-meta a {
    color: rgba(255,255,255,1);
    font-weight: bold;
    text-decoration: none;
    font-size: 0.8em;
}

#c7n-navigations.c7n-small .c7n-meta a {
    color: rgba(0,0,0,1);
}

.c7n-meta a:hover {
    color: rgba(255,255,255,0.66);
    text-decoration: none;
}

#c7n-navigations.c7n-small .c7n-meta a:hover {
    color: rgba(0,0,0,0.66);
}


#c7n-main-navigation {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,1);
    padding: 15px 15px 0px 15px;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    min-height: 50vh;
    display: block;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#c7n-main-navigation.c7n-open {
    top: 0 !important;
}

#c7n-main-navigation aside {
    display: none;
}

#c7n-main-navigation aside span {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    display: block;
    line-height: 75px;
    transform-origin: bottom right;
}

#c7n-close-main-navigation {
    position: absolute;
    top: 15px;
    right: 15px;
}

.c7n-small #c7n-open-main-navigation rect {
    fill: #000000;
}

#c7n-open-main-navigation:hover, 
#c7n-close-main-navigation:hover {
    cursor: pointer;
    opacity: 0.66;
}

#c7n-main-navigation .c7n-level-1 {
    color: rgba(147, 147, 147, 1);
    font-size: 1.5em;
    padding-bottom: 5px;
    display: block;
    cursor: default;
}

#c7n-main-navigation ul,
#c7n-main-navigation ul li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

#c7n-main-navigation ul {
    margin-bottom: 30px;
}

#c7n-main-navigation .c7n-level-2 {
    color: rgba(255, 255, 255, 1);
    display: block;
    line-height: 2em;
}

#c7n-main-navigation .c7n-level-2.active,
#c7n-main-navigation .c7n-level-2:hover {
    color: rgba(255, 255, 255, 0.66);
}

#c7n-main-navigation address {
    display: flex;
    color: rgba(255, 255, 255, 1);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 0.7em;
    line-height: 2em;
    margin-bottom: 0;
}

#c7n-main-navigation address h4{
    font-size: inherit;
    margin-bottom: 0;
    line-height: inherit;
}

#c7n-main-navigation address a {
    color: rgba(255, 255, 255,1);
    font-weight: 300;
}

#c7n-main-navigation  address a:hover {
    color: rgba(147, 147, 147, 1);
}


#c7n-main-navigation  .c7n-campain-logo svg {
    width: auto !important;
    height: 100% !important;
    max-height: 75px;
    padding: 5px 0;
}

#c7n-main-navigation  .c7n-campain-logo:hover {
    opacity: 0.5;
}

#c7n-main-navigation .c7n-links,
#c7n-main-navigation .c7n-so-me {
    width: 100%;
    font-size: 0.7em;
    line-height: 2em;
}

#c7n-main-navigation aside .c7n-so-me {
    position: absolute;
}

#c7n-main-navigation .c7n-links {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

#c7n-main-navigation .c7n-links ul,
#c7n-main-navigation .c7n-so-me ul{
    margin-bottom: 0;
    width: auto;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

#c7n-main-navigation aside .c7n-so-me ul {
    display: flex;
    flex-direction: column;
}


#c7n-main-navigation .c7n-so-me ul{
    display: inline-flex;
    align-items: center;
    margin-top: top;
}

#c7n-main-navigation .c7n-links ul li{
    padding-left: 15px;
}

#c7n-main-navigation .c7n-so-me ul li{
    padding-right: 15px;
}

#c7n-main-navigation aside .c7n-so-me ul li{
    padding-right: 0;
    text-align: center;
    padding: 5px 0 10px 0;
}

#c7n-main-navigation .c7n-links ul li a{
    color: rgba(147, 147, 147, 1);
    font-weight: 300;
}

#c7n-main-navigation .c7n-so-me ul li a {
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
}

#c7n-main-navigation aside .c7n-so-me ul li a {
    color: rgba(90, 85, 85, 1);
}


#c7n-main-navigation .c7n-so-me ul li a.fa {
    font-size: 3em;
}

#c7n-main-navigation .c7n-so-me ul li a:hover {
    color: rgba(147, 147, 147, 1);
}

#c7n-main-navigation .c7n-links ul li a:hover,
#c7n-main-navigation aside .c7n-so-me ul li a:hover {
    color: rgba(255,255,255,1);
}

#c7n-content {
    background-color: #F2F2F2;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
} 

#c7n-content > .container {
    background-color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}  

#c7n-team,
#c7n-form,
#c7n-history,
#c7n-competences {
    background-color: #F2F2F2;
    padding-bottom: 75px;
    position: relative;  
} 

.c7n-filter {
    padding-bottom: 25px;
}

.c7n-employee,
.c7n-competence {
    position: relative;
    margin-bottom: 30px;
}

.c7n-employee-image,
.c7n-competence-image {
    overflow: hidden;
}

.c7n-employee-image:after,
.c7n-competence-image:after {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-bottom: 66%;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    content:"";
}

.c7n-employee-image img,
.c7n-competence-image img {
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.c7n-employee-text,
.c7n-competence-text {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    padding: 15px;
    width: calc(100% - 45px);
    background-color: rgba(255,255,255,0.66);
    font-size: 0.7em;
    line-height: 1.5em;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
}

.c7n-competence:hover {
    cursor: pointer;
}

.c7n-employee:hover .c7n-employee-text,
.c7n-competence:hover .c7n-competence-text {
    background-color: rgba(255,255,255,1);
}

#c7n-headlines {
    padding-top: 15px;
    background-color: #F2F2F2;
} 

#c7n-headlines.c7n-home,
#c7n-buttons.c7n-home {
    display: none;
}

.c7n-competence-tags ul {
    margin: 0 0 5px 0;
    padding: 0;
}

.c7n-competence-tags ul li{
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}


.c7n-competence-tags ul li a,
.c7n-competence-tags ul li a:hover {
    color: rgba(0, 0, 0, 1);
    cursor: default;
}

.c7n-competence-tags ul li a:after{
    content: ", ";
}

.c7n-competence-tags ul li:first-child,
.c7n-competence-tags ul li:last-child a:after{
    display: none;
}

.c7n-competence-more {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 45px;
    width: 45px;
    text-align: center;
}

.c7n-competence-more svg{
    max-height: 40px;
    min-height: 15px;
    width: auto;
    height: auto;
    vertical-align: unset;
}

.c7n-competence-desc,
.c7n-competence-facts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 1;
    padding: 30px;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}

#c7n-eyecatcher.c7n-large.c7n-competence .c7n-competence-desc,
#c7n-eyecatcher.c7n-large.c7n-competence .c7n-competence-facts {
    position: relative;
    height: auto;
}

.c7n-competence-desc.c7n-open,
.c7n-competence-facts.c7n-open {
    opacity: 1;
    z-index: 2;
    display: block;
    width: 100vw;
}

.c7n-competence-facts,
.c7n-history-box-body {
    font-size: 0.8em;
}

.c7n-competence-facts > .c7n-competence-toggle-facts {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    line-height: 45px;
    text-align: center;
}

.c7n-competence-facts > .c7n-competence-toggle-facts svg{
    height: 15px;
    width: auto;
    vertical-align: unset;
}

.c7n-competence-facts > .c7n-competence-toggle-facts:hover {
    cursor: pointer;
    opacity: 0.66;
}

.c7n-competence-actions {
    position: absolute;
    top: 0;
    right: -65px;
    width: 60px;
    height: auto;
}

.c7n-no-padding-top {
    padding-top: 0px !important;
} 

.c7n-history-element {
    margin-bottom: 15px;
    position: relative;   
}

.c7n-history-box {
    z-index: 1;
}

.c7n-history-box.c7n-open {
    z-index: 99;
}

.c7n-history-box-head {
    padding: 30px;
    z-index: 3;
    position: relative;
    background-color: rgb(255, 255, 255); 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;     
    position: relative;
    background-position: center center;
    background-size: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.c7n-history-box.c7n-open .c7n-history-box-head,
.c7n-history-box:hover .c7n-history-box-head {
    background-size: cover;
}

.c7n-history-box.c7n-open .c7n-history-box-head:before,
.c7n-history-box:hover .c7n-history-box-head:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(36, 86, 118, 0.5);
    z-index: 2;
}

.c7n-history-box.c7n-no-content:hover .c7n-history-box-head:before {
    background: rgba(36, 86, 118, 0);
}

.c7n-history-box.c7n-open .c7n-history-box-head time,
.c7n-history-box.c7n-open .c7n-history-box-head h3,
.c7n-history-box.c7n-open .c7n-history-box-head p,
.c7n-history-box:hover .c7n-history-box-head time,
.c7n-history-box:hover .c7n-history-box-head h3,
.c7n-history-box:hover .c7n-history-box-head p {
    z-index: 3;
    position: relative;
    color: #ffffff !important;
}

.c7n-history-box.c7n-no-content:hover .c7n-history-box-head{
    cursor: default;
    background-image: none !important;
}


.c7n-history-box.c7n-no-content:hover .c7n-history-box-head time,
.c7n-history-box.c7n-no-content:hover .c7n-history-box-head h3{
    color: rgba(36, 86, 118, 1) !important;
}

.c7n-history-box.c7n-no-content:hover .c7n-history-box-head p {
    color: #212529 !important;
}

.c7n-history-box-head time {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(36, 86, 118, 1);
    margin-bottom: 5px;
}

.c7n-history-box-head p {
    margin-bottom: 0;
}

.c7n-history-box-body {
    display: none;
    padding: 30px;
    z-index: 3;
    position: relative;
    background: rgba(255, 255, 255, 1);
}

.c7n-history-box.c7n-open .c7n-history-box-body {
    display: block;
}

.c7n-headline {
    padding-bottom: 30px;
}

.c7n-headline-content {
    display: flex;
    flex-direction: column;
    order: 1;
}

.c7n-headline-tag {
    text-transform: uppercase;
    color: rgba(147, 147, 147, 1);
    padding-bottom: 15px;
    font-size: 0.8em;
}

.c7n-headline-tag span:after {
    content: ", ";
}

.c7n-headline-tag span:last-child:after {
    content: "";
}

.c7n-headline-teaser {
    color: rgba(147, 147, 147, 1);
    font-size: 0.8em;
    margin-bottom: 45px;
}

.c7n-headline figure img,
.c7n-headline figure svg {
    width: 100%;
    height: 25vh;
    display:inline-block;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    order: -1;
    margin-bottom: 15px;
}

.c7n-headline-buttons {
    flex-grow: 99;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}

#c7n-paging,
#c7n-buttons {
    padding-top: 75px;
}

footer {
    display: none;
}

h1, h2, h3 {
    color: rgba(36, 86, 118, 1);
    font-weight: 300;
    margin-bottom: 1em;
    line-height: 1.4em;
    word-break: break-word;
}

h1 {
    font-size: 3em;
}

h2{
    font-size: 2em;
}

.c7n-competence-text h2 {
    color: #000000;
    margin-bottom: 0;
}


h3 {
    font-size: 1.5em;
}

.c7n-employee-text h3 {
    font-size: initial;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 400;
}

.c7n-competence-facts  h3,
.c7n-history-box  h3 {
    margin-bottom: 5px;
}

p {
    margin-bottom: 2em;
}

.c7n-facts p:last-child,
.c7n-competence-desc p:last-child, 
.c7n-content-tpl p:last-child {     
    margin-bottom: 0px;
}


.c7n-intro p{
    font-size: 1.25em;
    line-height: 1.4em;
}


figure {
    margin-bottom: 0;
}

hr {
    margin-top: 1em;
    margin-bottom: 2em;
    border: 0;
    border-top: 1px solid rgba(36, 86, 118, 1);
    border-top: 1px solid rgba(147, 147, 147, 0.25);
}


a {
    color: rgba(36, 86, 118, 1);
}

a:hover {
    color: rgba(36, 86, 118, 0.66);
    text-decoration: none;
}

.c7n-content-tpl a,
.c7n-competence-facts a {
    font-weight: 400;
}

a.c7n-button {
    padding: 0px 15px;
    color: rgba(36, 86, 118, 1);
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid rgba(36, 86, 118, 1);
    display: inline-block;
}

a.c7n-button.c7n-invert {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

a.c7n-button:last-child {
    margin-right: 0px;
}

a.c7n-button.c7n-icon {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 45px;
}
/*
.c7n-competence-actions a.c7n-button.c7n-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
}*/

a.c7n-button.c7n-icon svg{
    max-height: 40px;
    min-height: 15px;
    width: auto;
    height: auto;
    vertical-align: unset;
}

a.c7n-button.c7n-active,
a.c7n-button:hover {
    color: #ffffff;
    background-color: rgba(36, 86, 118, 1);
    border-color: rgba(36, 86, 118, 1);
}

a.c7n-button.c7n-icon.c7n-active .c7n-svg-line,
a.c7n-button.c7n-icon:hover .c7n-svg-line {
    stroke: #ffffff;
}

a.c7n-button.c7n-icon.c7n-active .c7n-svg-path,
a.c7n-button.c7n-icon:hover .c7n-svg-path {
    fill: #ffffff;
}

.c7n-content-tpl img {
    height: auto !important;
    max-width: 100% !important;
}

@media (min-width: 576px) {
    body {
        font-size: 15px;
    }

    #c7n-logo {
        top: 30px;
        left: 30px;
    }

    #c7n-navigations {
        top: 10px;
        padding: 20px 30px;
    }

    #c7n-main-navigation {
        padding: 30px 30px 15px 30px;
    }

    #c7n-main-navigation .c7n-level-1 {
        padding-bottom: 10px;
    }

    #c7n-close-main-navigation {
        top: 30px;
        right: 30px;
    }

    .c7n-facts {
        bottom: 30px;
        padding: 30px;
        left: 30px;
        width: calc(100% - 60px);
    }

    .c7n-facts p {
        max-height: 4.5em;
        overflow: hidden;
    }

    .cycle-slide figcaption {
        left: 30px;
        bottom: 30px;
    }

    #c7n-content {
        padding-bottom: 30px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #c7n-content > .container {
        padding: 20px 30px;
    }  

    #c7n-content > .container-fluid, 
    #c7n-team > .container-fluid, 
    #c7n-headlines > .container-fluid, 
    #c7n-competences > .container-fluid, 
    #c7n-buttons > .container-fluid, 
    #c7n-paging > .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    #c7n-form,
    #c7n-history {
        padding-left: 30px;
        padding-right: 30px;
    }

    #c7n-form > .container,
    #c7n-history > .container {
        padding-right: 0;
        padding-left: 0;
    } 

    .c7n-employee-text,
    .c7n-competence-text {
        bottom: 15px;
        padding: 30px;
        width: 66%;
        min-height: 155px;
    }


    a.c7n-button {
        padding: 0px 30px;
        height: 45px;
        line-height: 45px;
    }

}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }

    #c7n-logo {
        left: 60px;
    }

    #c7n-navigations {
        right: 30px; 
    }

    #c7n-close-main-navigation {
        right: 60px;
    }

    #c7n-main-navigation {
        padding: 30px 60px 15px 60px;
    }

    #c7n-main-navigation .c7n-level-1 {
        padding-bottom: 15px;
    }

    #c7n-eyecatcher {
        height: 55vh;
    }

    .c7n-facts {
        left: 60px;
        width: calc(100% - 120px);
    }

    .cycle-slide figcaption {
        left: 60px;
    }

    #c7n-headlines.c7n-home,
    #c7n-buttons.c7n-home {
        display: block;
    }

    #c7n-main-navigation {
        min-height: 55vh;
    }

    #c7n-history > .container {
        overflow: hidden;
    }

    #c7n-history > .container:before {
        content: "";
        position: absolute;
        top: -30px;
        left: calc(50% - 1px);
        height: calc(100% + 15px);
        width: 1px;
        background-color: rgb(112, 112, 112); 
    }

    #c7n-history > .container > .row {
        margin-left: -45px;
        margin-right: -45px;
    }

    .c7n-history-element {
        margin-top: 55px;  
        margin-bottom: 50px;  
        padding-left: 45px;
        padding-right: 45px;
    }

    .c7n-history-element:first-child {
        margin-top: 0px;  
    }

    .c7n-history-element:before,
    .c7n-history-element:after {
        width: 9px;
        height: 9px;
        content: "";
        position: absolute;
        top:30px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;  
    }

    .c7n-history-element:before {
        left: -5px;  
        background-color: rgba(112, 112, 112, 1); 
    }

    .c7n-history-element:after {
        background-color: rgba(112, 112, 112, 1); 
        right: -4px;  
    }

    .c7n-in-motion .c7n-history-element:before,
    .c7n-in-motion .c7n-history-element:after {
        opacity: 0;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;  
    }

    #c7n-content {
        padding-left: 60px;
        padding-right: 60px;
    }

    #c7n-content > .container {
        padding: 30px 45px;
    } 

    #c7n-form,
    #c7n-history {
        padding-left: 60px;
        padding-right: 60px;
    }

    .c7n-employee-text,
    .c7n-competence-text {
        bottom: 0px;
        padding: 15px;
        width: calc(100% - 45px);
        min-height: 1px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 17px;
    }

    #c7n-logo {
        top: 60px;
    }

    #c7n-navigations {
        top: 40px;
    }

    #c7n-close-main-navigation {
        top: 60px;
    }

    #c7n-main-navigation {
        padding: 60px 60px 45px 60px;
    }

    .c7n-meta {
        display: inline-block;
    }

    #c7n-navigations.c7n-small .c7n-meta{
        display: none;
    }


    .c7n-meta ul {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        padding: 0 45px 0 0;
        margin: 0;
    }

    .c7n-meta ul li {
        display: flex;
        flex-direction: row;
        padding: 0 15px;
        margin: 0;
    }

    #c7n-eyecatcher {
        height: 60vh;
        background-attachment: fixed;
    }

    #c7n-eyecatcher.c7n-large.c7n-competence .cycle-slide {
        height: 66vh !important;
    }

    #c7n-main-navigation {
        min-height: 60vh;
    }

    #c7n-scroll-down {
        width: 30px;
        height: auto;
        z-index: 200;
        position: absolute;
        bottom: 30px;
        left: calc(50% - 15px);
        -webkit-animation-name: up-down;
        animation-name: up-down;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: block;
        cursor: pointer;
    }

    #c7n-scroll-down:hover {
        opacity: 0.66;
    }

    #c7n-scroll-down img{
        height: auto;
        width: 30px;
    }

    .c7n-headline-content {
        order: 0;
    }

    .c7n-headline figure img,
    .c7n-headline figure svg {
        width: calc(100% - 30px);
        height: 100%;
        margin-left: 60px;
        order: 1;
        position: absolute;
        top: 0;
        margin-bottom: 0;
    }

    .c7n-headline:nth-child(odd) figure {
        order: -1;
    }

    .c7n-headline:nth-child(odd) figure img,
    .c7n-headline:nth-child(odd) figure svg {
        margin-left: -105px;
        width: calc(100% + 75px);
    }

    .c7n-headline:nth-child(odd) div.col-12 {
        padding-left: 75px;
    }

    #c7n-content {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    #c7n-content > .container {
        padding: 45px 60px;
    }  

    .cycle-slide figcaption {
        bottom: 60px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 18px;
    }

    #c7n-main-navigation {
        padding: 60px 60px 0px 135px;
    }

    #c7n-main-navigation aside {
        display: block;
        position: absolute;
        width: 75px;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #262626;
        color: rgba(90, 85, 85, 1);
        font-size: 0.7em;
        text-transform: uppercase;
        font-weight: 500;
    }

    #c7n-main-navigation ul {
        margin-bottom: 60px;
    }

    #c7n-logo {
        left: 135px;
    }

    #c7n-functions {
        width: 75px;
        height: 100vh;
        background-color: rgba(255,255,255,1);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        display: inline-block;
    }

    #c7n-navtree {
        display: inline-block;
        -moz-transform: rotate(270deg) translate(-100%, 0px);
        -webkit-transform: rotate(270deg) translate(-100%, 0px);
        -o-transform: rotate(270deg) translate(-100%, 0px);
        -ms-transform: rotate(270deg) translate(-100%, 0px);
        transform: rotate(270deg) translate(-100%, 0px);
        transform-origin: top left;
        width: auto;
        white-space: nowrap;
        line-height: 75px;
        top: 60px;
        position: absolute;
        color: rgba(0, 0, 0, 1);
        font-size: 0.7em;
        text-transform: uppercase;
        font-weight: 400;
    }

    #c7n-navtree a {
        color: rgba(147, 147, 147, 1);
    }

    #c7n-navtree a:after {
        content: "";
        padding-right: 15px;
    }

    #c7n-navtree a:last-child:after {
        padding-right: 0px;
    }

    #c7n-navtree a.c7n-active,
    #c7n-navtree a:hover {
        color: rgba(0, 0, 0, 1);
    }

    #c7n-eyecatcher.c7n-large.c7n-competence{
        height: 100vh !important;
    }

    #c7n-eyecatcher.c7n-large.c7n-competence .cycle-slide{
        height: 100% !important;
        position: absolute !important;
        z-index: 2 !important;
    }

    .c7n-facts {
        background-color: rgba(255,255,255,1);
        bottom: 90px;
        width: 66%;
    }

    .c7n-facts p {
        max-height: initial;
        overflow: hidden;
    }

    .cycle-slide figcaption {
        left: 135px;
    }

    #c7n-eyecatcher.c7n-large.c7n-competence .c7n-competence-content,
    #c7n-eyecatcher.c7n-large.c7n-competence .c7n-competence-desc, 
    #c7n-eyecatcher.c7n-large.c7n-competence .c7n-competence-facts {
        position: absolute;
    }

    #c7n-eyecatcher.c7n-large.c7n-competence .c7n-competence-desc, 
    #c7n-eyecatcher.c7n-large.c7n-competence .c7n-competence-facts {
        height: 100%;
        padding: 45px 60px;
        width: 100%;
    }

    #c7n-toggle-facts {
        display: inline-block;
        -moz-transform: rotate(270deg) translate(-50%, 0px);
        -webkit-transform: rotate(270deg) translate(-50%, 0px);
        -o-transform: rotate(270deg) translate(-50%, 0px);
        -ms-transform: rotate(270deg) translate(-50%, 0px);
        transform: rotate(270deg) translate(-50%, 0px);
        transform-origin: 0 0;
        width: 75px;
        white-space: nowrap;
        line-height: 75px;
        top: 50%;
        position: absolute;
        color: rgba(0, 0, 0, 1);
        font-size: 0.7em;
        text-transform: uppercase;
        font-weight: 400;
        text-align: center;
        cursor: pointer;
    }

    #c7n-toggle-facts:before {
        content: "\f105";
        font-family: 'FontAwesome';
        line-height: 75px;
        text-align: right;
        padding-right: 15px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg) ;
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;  
    }

    #c7n-toggle-facts.c7n-open:before {
        content: "\f105";
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg) ;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #c7n-toggle-facts:hover,
    #c7n-toggle-facts:hover:before {
        opacity: 0.66;
    }

    #cycle-controls {
        position: absolute;
        bottom: 60px;
        display: inline-block;
        height: auto;
        width: 100%;
        text-align: center;
    }

    #cycle-controls hr{
        border-top: 1px solid rgba(0,0,0,1);
        width: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .cycle-custom-caption {
        font-size: 0.7em;
    }

    .cycle-prev,
    .cycle-next {
        width: 100%;
        height: auto;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cycle-prev{
        padding-bottom: 15px;
    }

    .cycle-next {
        padding-top: 15px;
    }

    .cycle-prev:hover,
    .cycle-next:hover {
        opacity: 0.66;
    }

    #c7n-content,
    .c7n-headline {
        padding-bottom: 60px;
    } 

    #c7n-content,
    #c7n-form,
    #c7n-history {
        padding-left: 0;
        padding-right: 0;
    } 

    #c7n-content > .container-fluid,
    #c7n-team > .container-fluid,
    #c7n-headlines > .container-fluid,
    #c7n-competences > .container-fluid,
    #c7n-buttons > .container-fluid,
    #c7n-paging > .container-fluid {
        padding-left: 135px;
        padding-right: 60px;
    }   

    #c7n-content > .container {
        padding: 60px 75px;
        margin-left: 135px;
        margin-top: -105px;
        margin-top: -25vh;    
        min-height: 33vh;
        z-index: 20;
        position: relative;
        width: calc(100% - 135px - 60px);
    }  



    #c7n-form > .container,
    #c7n-history > .container {
        margin-left: 135px;
        position: relative;
        width: calc(100% - 135px - 60px);
    }  

    .c7n-facts,
    .c7n-competence-content {
        width: calc(50% - 135px);
        padding: 45px 60px;
        left: -66%;
    }

    .c7n-competence-content {
        bottom: 60px;
        height: 60vh;
    }

    .c7n-facts.c7n-open,
    .c7n-competence-content.c7n-open {
        left: 135px;
        opacity: 1;
    }

    footer {
        height: 75px;
        background-color: #ffffff;
        display: inline-block;
    }
}

@media (min-width: 1680px) {
    #c7n-logo {
        left: 180px;
    }

    #c7n-content,
    .c7n-headline{
        padding-bottom: 105px;
    } 

    .c7n-headline{
        min-height: 40vh;
    } 


    #c7n-main-navigation {
        padding-left: 180px;
    }

    #c7n-main-navigation > .row {
        height: calc(60vh - 60px);
    }

    .c7n-facts {
        bottom: 105px;
    }


    .cycle-slide figcaption {
        left: 180px;
    }

    #c7n-content > .container {
        margin-left: 180px;
        width: 100%;
    }  

    #c7n-headlines {
        padding-top: 105px;
    } 

    #c7n-form > .container,
    #c7n-history > .container {
        margin-left: 180px;
        width: 100%;
    }   

    /*#c7n-buttons > .container-fluid,
    #c7n-paging > .container-fluid {
        padding-left: 75px;
        padding-right: 75px;
        margin-left: 180px;
    }  */

    #c7n-content > .container-fluid,
    #c7n-team > .container-fluid,
    #c7n-headlines > .container-fluid,
    #c7n-competences > .container-fluid,
    #c7n-buttons > .container-fluid,
    #c7n-paging > .container-fluid {
        padding-left: 180px;
    }   

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .c7n-facts,
    .c7n-competence-content {
        width: 33%;
    }

    .c7n-facts.c7n-open,
    .c7n-competence-content.c7n-open {
        left: 180px;
    }

    .c7n-employee-text,
    .c7n-competence-text {
        bottom: 15px;
        padding: 30px;
        width: 66%;
        min-height: 155px;
    }
}

@media print{

    @page { 
        margin:2cm 
    }

    * {
        background: transparent !important;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    table, figure {
        page-break-inside: avoid;
    }

    a:after { 
        content: " ( " attr(href) ") ";
        font-style: italic;
    }

    #clx-dropdown-navigation,
    #clx-mobile-navigation,
    #clx-open-mobile-navigation,
    #clx-close-mobile-navigation,
    #c7n-scroll-down,
    footer,
    aside,
    form,
    .c7n-button,
    .c7n-share-buttons,
    #cookie-note,
    .swal-overlay {
        display: none !important;
    }

    #c7n-content {
        padding: 0;
    }

    #c7n-content > .container > .row  > .col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}


@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(-20%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
@keyframes up-down {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(0%);
    }
} 