/*  ----------  FONTS  ----------  */

@font-face {
    font-family: 'Kiro';
    src: url('../fonts/Kiro-Regular.otf') format('opentype'),
    url('../fonts/kiro-regular-webfont.woff2') format('woff2'),
    url('../fonts/kiro-regular-webfont.woff') format('woff'),
    url('../fonts/kiro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kiro Thin';
    src: url('../fonts/Kiro-Thin.otf') format('opentype'),
    url('../fonts/kiro-thin-webfont.woff2') format('woff2'),
    url('../fonts/kiro-thin-webfont.woff') format('woff'),
    url('../fonts/kiro-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kiro Light';
    src: url('../fonts/Kiro-Light.otf') format('opentype'),
    url('../fonts/kiro-light-webfont.woff2') format('woff2'),
    url('../fonts/kiro-light-webfont.woff') format('woff'),
    url('../fonts/kiro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kiro Italic';
    src: url('../fonts/Kiro-Italic.otf') format('opentype'),
    url('../fonts/kiro-italic-webfont.woff2') format('woff2'),
    url('../fonts/kiro-italic-webfont.woff') format('woff'),
    url('../fonts/kiro-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kiro ExtraLight';
    src: url('../fonts/Kiro-ExtraLight.otf') format('opentype'),
    url('../fonts/kiro-extralight-webfont.woff2') format('woff2'),
    url('../fonts/kiro-extralight-webfont.woff') format('woff'),
    url('../fonts/kiro-extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kiro ExtraLightItalic';
    src: url('../fonts/Kiro-ExtraLightItalic.otf') format('opentype'),
    url('../fonts/kiro-extralightitalic-webfont.woff2') format('woff2'),
    url('../fonts/kiro-extralightitalic-webfont.woff') format('woff'),
    url('../fonts/kiro-extralightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kiro ThinItalic';
    src: url('../fonts/Kiro-ThinItalic.otf') format('opentype'),
    url('../fonts/kiro-thinitalic-webfont.woff2') format('woff2'),
    url('../fonts/kiro-thinitalic-webfont.woff') format('woff'),
    url('../fonts/kiro-thinitalic-webfont.ttf') format('truetpyes');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kiro LightItalic';
    src: url('../fonts/Kiro-LightItalic.otf') format('opentype'),
    url('../fonts/kiro-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/kiro-lightitalic-webfont.woff') format('woff'),
    url('../fonts/kiro-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kiro Bold';
    src: url('../fonts/Kiro-Bold.otf') format('opentype'),
    url('../fonts/kiro-bold-webfont.woff2') format('woff2'),
    url('../fonts/kiro-bold-webfont.woff') format('woff'),
    url('../fonts/kiro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kiro BoldItalic';
    src: url('../fonts/Kiro-BoldItalic.otf') format('opentype'),
    url('../fonts/kiro-bolditalic-webfont.woff2') format('woff2'),
    url('../fonts/kiro-bolditalic-webfont.woff') format('woff'),
    url('../fonts/kiro-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kiro ExtraBold';
    src: url('../fonts/Kiro-ExtraBold.otf') format('opentype'),
    url('../fonts/kiro-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/kiro-extrabold-webfont.woff') format('woff'),
    url('../fonts/kiro-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kiro ExtraBoldItalic';
    src: url('../fonts/Kiro-ExtraBoldItalic.otf') format('opentype'),
    url('../fonts/kiro-extrabolditalic-webfont.woff2') format('woff2'),
    url('../fonts/kiro-extrabolditalic-webfont.woff') format('woff'),
    url('../fonts/kiro-extrabolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*  ----------  BASIC STYLES  ----------  */

html, body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Kiro';
    /*color: #000000;*/
    font-size: 18px;
    /* line-height: 1.625; */
}

#layout {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#layout img {
    max-width: 100%;
    height: auto;
}

#content {
    flex: 1 0 0;
}

#content.canViewToolbar .reference-page .list-view {
    margin-top: 73px;
}

.text-center {
    text-align: center;
}

.text-center .img-responsive {
    margin-left: auto;
    margin-right: auto;
}

#content iframe {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-top-70 {
    margin-top: 70px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-top-90 {
    margin-top: 90px;
}

.m-top-100 {
    margin-top: 100px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-50 {
    margin-bottom: 50px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-left-10 {
    margin-left: 10px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-left-30 {
    margin-left: 30px;
}

.m-left-40 {
    margin-left: 40px;
}

.m-left-50 {
    margin-left: 50px;
}

.m-left-60 {
    margin-left: 60px;
}

.m-left-70 {
    margin-left: 70px;
}

.m-left-80 {
    margin-left: 80px;
}

.m-left-90 {
    margin-left: 90px;
}

.m-left-100 {
    margin-left: 100px;
}

.m-right-10 {
    margin-right: 10px;
}

.m-right-20 {
    margin-right: 20px;
}

.m-right-30 {
    margin-right: 30px;
}

.m-right-40 {
    margin-right: 40px;
}

.m-right-50 {
    margin-right: 50px;
}

.m-right-60 {
    margin-right: 60px;
}

.m-right-70 {
    margin-right: 70px;
}

.m-right-80 {
    margin-right: 80px;
}

.m-right-90 {
    margin-right: 90px;
}

.m-right-100 {
    margin-right: 100px;
}

.p-top-10 {
    padding-top: 10px;
}

.p-top-20 {
    padding-top: 20px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-top-40 {
    padding-top: 40px;
}

.p-top-50 {
    padding-top: 50px;
}

.p-top-60 {
    padding-top: 60px;
}

.p-top-70 {
    padding-top: 70px;
}

.p-top-80 {
    padding-top: 80px;
}

.p-top-90 {
    padding-top: 90px;
}

.p-top-100 {
    padding-top: 100px;
}

.orange-dot {
    color: #f7982c;
}

.red-dot {
    color: #c32728;
}

.blue-dot {
    color: #26a7df;
}

#layout img{max-width: 100%; height: auto;}

/*  ----------  HEADER  ----------  */
#header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1;
    transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    -ms-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    padding: 10px 0;
}

#header.mobile {
    position: relative;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*.page-template-landing #header{
    position: absolute;
}*/

#header.canViewToolbar {
    top: 48px;
    top: 0;
    position: relative;
}

#header.smaller {
    transition: padding 0.5s;
    padding: 0
}

#header.smaller .logo img {
    transition: width 0.5s;
    width: 56%;
}

#header .logo {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

#header .logo a {
    width: 136px;
    display: block;
}


#header .logo a:hover,
#header .logo a:focus,
#header .logo a:active,
#header .logo a svg,
#header .logo a svg:hover,
#header .logo a svg:focus,
#header .logo a svg:active,
#header .logo a svg text,
#header .logo a svg text:hover,
#header .logo a svg text:focus,
#header .logo a svg text:active,
#header .logo a svg tspan,
#header .logo a svg tspan:hover,
#header .logo a svg tspan:focus,
#header .logo a svg tspan:active{
    text-decoration: none;
    outline: none;
}

#header .logo a img {
    transition: width 0.5s;
}

#header .menu-container {
    /* float:right; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-right:25px; */
    flex-direction: row;
    justify-content: flex-end;
}

#header .menu-container div {
    margin: 5px 10px 5px 10px;
}

#header .menu-container .social-links {
    min-width: 200px;
}

#header .menu-container .social-links div {
    display: inline-block;
    width: 23px;
    height: 23px;
}

#header .menu-container .social-links a {
    display: block;
    width: 23px;
    height: 23px;
    background-size: cover;
    background-repeat: no-repeat;
}

#layout.page-template-blog-site #header,
#layout.page-template-blog-details #header {
    /*background: url('../images/footer_header/m20blog/header background.svg') repeat;*/
    background-color: #51b8e5;
    display: flex;
    /* min-height: 93px; */
    padding-bottom: 11px;
}

#layout.page-template-blog-site #header:not(.smaller),
#layout.page-template-blog-details #header:not(.smaller){
    min-height: 94px;
}

#layout.page-template-blog-site #header.mobile,
#layout.page-template-blog-details #header.mobile{
    min-height: 0;
}

#layout.page-template-blog-site.mobile div#BlogPage.bigger,
#layout.page-template-blog-details.mobile div#BlogPage.bigger{
    margin-top: 0;
}

/*#layout.page-template-blog-details #header > .container{*/
/*display: flex;*/
/*}*/

#layout.page-template-blog-site #header .logo,
#layout.page-template-blog-details #header .logo {
    margin-top: 9px;
    margin-bottom: auto;
}

#layout.page-template-blog-site #header.smaller .logo img,
#layout.page-template-blog-details #header.smaller .logo img {
    width: 100%;
}

@media (min-width: 992px) {

    #layout.page-template-blog-site #header .slogan,
    #layout.page-template-blog-details #header .slogan {
        /* content: ''; */
        /* display: inline-block; */
        height: 55px;
        width: 210px;
        /*background: url('../images/footer_header/m20blog/header-slogan.jpg') no-repeat center;*/
        /*background-size: contain;*/
    }
}

#layout.page-template-blog-site #header .logo a,
#layout.page-template-blog-details #header .logo a {
    width: 130px;
}

#layout.page-template-blog-site #header .menu-container .languages ul li a,
#layout.page-template-blog-site #header .menu-container .languages ul li:after,
#layout.page-template-blog-details #header .menu-container .languages ul li a,
#layout.page-template-blog-details #header .menu-container .languages ul li:after {
    color: #fff;
}

#layout.page-template-blog-site #header .menu-container,
#layout.page-template-blog-details #header .menu-container {
    /* min-height: 100%; */
}

#layout.page-template-blog-site #header .menu-container .social-links,
#layout.page-template-blog-details #header .menu-container .social-links {
    margin-left: 70px;
    margin-right: auto;
    margin-top: 21px;
}

@media (max-width: 700px) {

    #layout.page-template-blog-site #header .menu-container .social-links,
    #layout.page-template-blog-details #header .menu-container .social-links {
        margin-left: 15px;
    }

}

#layout.page-template-blog-site #header .menu-container .hamburger-menu .patty,
#layout.page-template-blog-site #header .menu-container .hamburger-menu .patty:after,
#layout.page-template-blog-site #header .menu-container .hamburger-menu .patty:before,
#layout.page-template-blog-details #header .menu-container .hamburger-menu .patty,
#layout.page-template-blog-details #header .menu-container .hamburger-menu .patty:after,
#layout.page-template-blog-details #header .menu-container .hamburger-menu .patty:before {
    background-color: #fff;
}

#layout.page-template-blog-site #header .menu-container .languages,
#layout.page-template-blog-details #header .menu-container .languages {
    margin-top: 18px;
}

#layout.page-template-blog-site #header .menu-container .menu,
#layout.page-template-blog-details #header .menu-container .menu {
    margin-top: 18px;
}

/* HEADER MOBILE */
#header.mobile {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#header.mobile.hidden-menu {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

#header.mobile.moving .container {
    position: initial;
}

#header.mobile.moving {
    position: fixed;
    /* height:75px; */
}

#header.mobile.moving .languages, #header.mobile.moving .social-links {
    display: none;
}

#header.mobile .menu-container .menu .nav {
    top: 59px;
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0;
    /* opacity: 0.9; */
    min-width: 100%;
}

#header.mobile.moving .menu-container .menu .nav {
    top: 64px !important;
}

#header.mobile .logo img {
    width: 55%;
}

@media (max-width: 580px) {

    #header.mobile .menu-container .menu {
        position: absolute;
        top: 0;
        right: -10px;
        left: -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #header.mobile .menu-container .hamburger-menu,
    #header.mobile.moving .menu-container .hamburger-menu {
        position: absolute;
        right: 10px;
        top: 14px;
    }

    #header.mobile .menu-container .menu .nav {
        top: 113px;
    }
}

#layout.page-template-blog-site #header.mobile .menu-container .menu .nav,
#layout.page-template-blog-details #header.mobile .menu-container .menu .nav {
    top: 77px !important;
}

/* - SWITCH LANGUAGE - */
#header .menu-container .languages {
    margin-right: 20px;
}

#header .menu-container .languages ul {
    list-style: none;
}

#header .menu-container .languages ul li {
    display: inline-block;
}

#header .menu-container .languages ul li a {
    color: #5f5f5f;
    text-transform: uppercase;
    font-size: 0.8em;

    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

#header .menu-container .languages ul li a:hover,
#header .menu-container .languages ul li a:active,
#header .menu-container .languages ul li a:focus {
    color: #26a7df;
    text-decoration: none;
}

#header .menu-container .languages .ccm-multilingual-active-item {
    color: #26a7df;
}

#header .menu-container .languages ul li:not(:last-child)::after {
    content: '/';
    color: #5f5f5f;
}

/* - AUTONAV - */

#header .container {
    position: relative;
}

#header .menu {
    margin-left: 20px;
}

#header .menu-container .hamburger-menu {
    width: 37px;
    height: 38px;
    background-size: contain;
    margin: 0;
    margin-top: -8px;
}

#header .menu-container .hamburger-menu.open {
    /*background-image: url("../images/footer_header/menu_icon_ON@2x.png");*/
    z-index: 9999;
    /* margin-top: -10px; */
}

#header .menu-container ul.nav {
    display: none;
    position: absolute;
    top: -10px;
    right: 20px;
    min-width: 300px;
    background-color: #000000;
    padding: 20px 0 20px 20px;
    z-index: 1000;
}

#header .menu-container ul.nav li a {
    color: #5f5f5f;
    display: inline-block;
}

#header .menu-container ul.nav li:focus a,
#header .menu-container ul.nav li:hover a,
#header .menu-container ul.nav li:active a {
    color: #26a7df;
}

#header .menu-container ul.nav li a:focus,
#header .menu-container ul.nav li a:active,
#header .menu-container ul.nav li a:hover {
    background-color: transparent;
    color: #26a7df;
    outline: none;
}

#header .menu-container .hamburger-menu {
    z-index: 1000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-top: 8px;
    -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    position: relative;
}

#header .menu-container .hamburger-menu .patty {
    width: 90%;
    height: 4px;
    margin: 10px 0;
    background: #5f5f5f;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    /* transition:all 0.3s */
}

#header .menu-container .hamburger-menu .patty:after, #header .menu-container .hamburger-menu .patty:before {
    content: '';
    display: block;
    width: 90%;
    height: 4px;
    background: #5f5f5f;
    position: absolute;
    z-index: -1;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 0;
}

#header .menu-container .hamburger-menu .patty:before {
    top: 9px;
}

#header .menu-container .hamburger-menu .patty:after {
    top: 27px;
}

#header .menu-container .hamburger-menu:hover {
    -o-transition: top 0.4s;
    -webkit-transition: top 0.4s;
    transition: top 0.4s
}

#header .menu-container .hamburger-menu:hover .patty:before {
    top: 3px
}

#header .menu-container .hamburger-menu:hover .patty:after {
    top: 33px
}

#header .menu-container .hamburger-menu.open .patty {
    background: none !important
}

#header .menu-container .hamburger-menu.open .patty:after {
    top: 21px !important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -5px;
}

#header .menu-container .hamburger-menu.open .patty:before {
    top: 21px !important;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -5px;
}

/* - SOCIAL LINKS - */
#header .menu-container .social-links .behance a {
    background-image: url('../images/footer_header/behance_icon_OFF.svg');
}

#header .menu-container .social-links .linkedin a {
    background-image: url('../images/footer_header/linkedIN_icon_OFF.svg');
}

#header .menu-container .social-links .facebook a {
    background-image: url('../images/footer_header/Facebook_icon_OFF.svg');
}

#header .menu-container .social-links .instagram a {
    background-image: url('../images/footer_header/Instagram_icon_OFF.svg');
}

#header .menu-container .social-links .youtube a {
    background-image: url('../images/footer_header/Youtube_icon_OFF.svg');
}

#header .menu-container .social-links .behance a:hover {
    background-image: url('../images/footer_header/behance_icon_ON.svg');
}

#header .menu-container .social-links .linkedin a:hover {
    background-image: url('../images/footer_header/linkedIN_icon_ON.svg');
}

#header .menu-container .social-links .facebook a:hover {
    background-image: url('../images/footer_header/Facebook_icon_ON.svg');
}

#header .menu-container .social-links .instagram a:hover {
    background-image: url('../images/footer_header/Instagram_icon_ON.svg');
}

#header .menu-container .social-links .youtube a:hover {
    background-image: url('../images/footer_header/Youtube_icon_ON.svg');
}

/* - SOCIAL LINKS - */
#layout.page-template-blog-site #header .menu-container .social-links .behance a,
#layout.page-template-blog-details #header .menu-container .social-links .behance a {
    background-image: url('../images/footer_header/m20blog/behance_off.svg');
}

#layout.page-template-blog-site #header .menu-container .social-links .linkedin a,
#layout.page-template-blog-details #header .menu-container .social-links .linkedin a {
    background-image: url('../images/footer_header/m20blog/linkedin_off.svg');
}

#layout.page-template-blog-site #header .menu-container .social-links .facebook a,
#layout.page-template-blog-details #header .menu-container .social-links .facebook a {
    background-image: url('../images/footer_header/m20blog/facebook_off.svg');
}

#layout.page-template-blog-site #header .menu-container .social-links .instagram a,
#layout.page-template-blog-details #header .menu-container .social-links .instagram a {
    background-image: url('../images/footer_header/m20blog/instagram_off.svg');
}

#layout.page-template-blog-site #header .menu-container .social-links .youtube a,
#layout.page-template-blog-details #header .menu-container .social-links .youtube a {
    background-image: url('../images/footer_header/m20blog/youtube_off.svg');
}

#layout.page-template-blog-site #header .menu-container .social-links .behance a:hover,
#layout.page-template-blog-details #header .menu-container .social-links .behance a:hover {
    background-image: url('../images/footer_header/m20blog/behance_on.svg');
}

#layout.page-template-blog-site #header .menu-container .social-links .linkedin a:hover,
#layout.page-template-blog-details #header .menu-container .social-links .linkedin a:hover {
    background-image: url('../images/footer_header/m20blog/linkedin_on.svg');
}

#layout.page-template-blog-site #header .menu-container .social-links .facebook a:hover,
#layout.page-template-blog-details #header .menu-container .social-links .facebook a:hover {
    background-image: url('../images/footer_header/m20blog/facebook_on.svg');
}

#layout.page-template-blog-site #header .menu-container .social-links .instagram a:hover,
#layout.page-template-blog-details #header .menu-container .social-links .instagram a:hover {
    background-image: url('../images/footer_header/m20blog/instagram_on.svg');
}

#layout.page-template-blog-site #header .menu-container .social-links .youtube a:hover,
#layout.page-template-blog-details #header .menu-container .social-links .youtube a:hover {
    background-image: url('../images/footer_header/m20blog/youtube_on.svg');
}

/*  ----------  MAIN CONTENT  ----------  */

/*#content h1,*/
#content h2.arrow-bottom {
    text-align: center;
    font-size: 2.5em;
    color: #26a7df;
    margin-top: 30px;
    font-family: "Kiro Light";
    padding-bottom: 35px;
    background: url("../images/arrow-bottom.png") no-repeat bottom center;
}

#content h2.arrow-bottom a {
    color: #26a7df;
    text-decoration: none;
}

#content h2.arrow-bottom.light {
    color: #fff;
    background: url("../images/arrow-bottom-light.png") no-repeat bottom center;
}

#content .video-container video {
    width: 100%;
}

#content .graph-container.container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

#content .graph-container.container .row .graph img {
    margin: auto;
}

#content .graph-container.container .text-container {
    color: #26a7df;
    font-size: 1.4em;
    font-family: "Kiro Light";
    padding-right: 0;
}

#content .graph-container.container .text-container p {
    margin: 0 0 15px 0;
}

#content .graph-container.container .text-container p:first-child {
    margin: 0;
}

#content .graph-container.container .text-container .highlight {
    color: #26a7df;
    font-size: 2.5em;
    margin-right: 3px;
}

#off_graph area, #off_graph area:active, #off_graph area:focus {
    outline: none;
    border: none;
    -moz-outline-style: none;
}

#content .logos-container {
    margin-bottom: 100px;
}

#content .contact-info-container {
    background-color: #26a7df;
    color: #ffffff;
    padding: 25px 0 25px 0;
}

#content .contact-info-container .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

#content .contact-info-container h2 {
    font-size: 4em;
    font-family: "Kiro Light";
    margin: 0 0 50px 0;
}

#content .contact-info-container a {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

/* ---- SUBPAGES ---- */

.subpage-references {
    background-color: #4a73b6;
}

.subpage-references .reference-wrapper {
    margin: 0 auto;
}

#content .main-content .services .service-header {
    display: block;
    font-size: 2.2em;
    margin-bottom: 30px;
}

#content .main-content.subpage .ccm-layout-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

#content .main-content .content-services, #content .main-content .strategy-services, #content .main-content .connections-services {
    padding: 25px 0 60px 0;
}

/* - STRATEGY - */

#content .text-data .strategy h2.blue {
    color: #26a7df;
    font-size: 3.5em !important;
    font-family: "Kiro Bold";
}

#content .main-content .text-data .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555555;
}

#content .main-content .text-data .container .row h2 {
    font-size: 2.5em;
    text-align: left;
}

#content .main-content .text-data .container .row h2.strategy {
    font-family: "Kiro Light";
}

#content .main-content .text-data .container .row .highlight {
    color: #26a7df;
    font-size: 1.2em;
    font-size: 3vw;
}

#content .main-content .text-data .row .strategy .highlight {
    font-size: 1em;
}

#content .main-content .services {
    background-color: #26a7df;
    color: #ffffff;
}

#content .main-content .services h1 {
    color: #ffffff;
}

#content .main-content .services .strategy h3 {
    margin: 0 0 35px 0;
}

#content .main-content .services ul {
    list-style: none;
    padding: 0;
    margin-left: 50px;
}

#content .main-content .services ul li {
    font-size: 0.6em;
    position: relative;
    margin: 5px;
}

#content .main-content .services ul li::before {
    content: '//';
    position: absolute;
    left: -25px;
    font-size: 1.6em;
}

#content .main-content .services ul li p {
    margin: 0;
}

#content .main-content .strategy-services {
    background-color: #26a7df;
}

#content .main-content .strategy-services h2 {
    font-size: 2.3em;
    font-family: "Kiro Light";
}

#content .main-content .strategy-services p {
    font-size: 1.5em;
}

/* - CONTENT - */

#content .text-data p.small {
    color: #95989a;
    text-align: left;
}

#content .text-data .content h2.orange {
    color: #f7982c;
    font-size: 3.5em !important;
}

#content .main-content .text-data .row .content .highlight {
    color: #f7982c;
    font-size: 1em;
}

#content .main-content .container-fluid.content-services {
    width: 100%;
    background-color: #f7982c;
}

#content .main-content .container-fluid.content-services h2 {
    font-family: "Kiro Light";
    font-size: 2.5em;
}

#content .main-content .container-fluid.content-services p {
    font-size: 1.5em;
}

/* - CONNECTIONS - */

#content .text-data .connections h2.red {
    font-size: 3.5em !important;
    color: #c32728;
}

#content .main-content .text-data .row .connections .highlight {
    color: #c32728;
    font-size: 1em;
}

#content .main-content .container-fluid.connections-services {
    background-color: #c32728;
    width: 100%;
}

#content .main-content .container-fluid.connections-services h2 {
    font-family: "Kiro Light";
    font-size: 2.5em;
}

#content .main-content .container-fluid.connections-services p {
    font-size: 1.5em;
}

/* - KARRIER - */

#content .main-content.career .container-fluid.text-data {
    width: 100%;
    background-color: #f7982c;
}

#content .main-content.career .container-fluid.text-data .container .row {
    color: #ffffff;
    font-size: 1.4em;
    font-size: 2.1vw;
}

#content .main-content .container-fluid.text-data strong {
    font-size: 1.5em;
}

#content .main-content .container-fluid.text-data .career-text-container p:first-child {
    font-family: "Kiro Light";
    line-height: 1.8;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-size: 2vw;
}

#content .main-content .container-fluid.text-data .career-text-container p:last-child {
    font-size: 1.2em;
    font-size: 2vw;
}

#content .main-content h2.career {
    font-size: 4em;
    margin-bottom: 20px;
    color: #f7982c;
    font-family: "Kiro Light";
    display: inline-block;
}

#content .main-content p.career-text, #content .main-content p.aboutus-text {
    color: #5f5f5f;
}

#content .main-content .career-info-text {
    text-align: left;
    display: inline-block;
    white-space: nowrap;
}

#content .main-content .career-info-text > div {
    display: inline-block;
}

#content .main-content .career-info-text > div.image {
    /* max-width: 150px; */
    margin-right: 3vw;
    float: left;
    /* padding: 0; */
}

#content .main-content .career-text-image {
    /* float: left; */
    /* max-height: 220px; */
    display: inline-block;
}

/* ROLUNK  */

#content .main-content.aboutus .container-fluid.text-data {
    width: 100%;
    background-color: #26a7df;
    font-family: "Kiro Light";
    align-items: center;
}

.container-fluid.text-data {
}

#content .main-content.aboutus .container-fluid.text-data .container .row {
    color: #ffffff;
    font-size: 2em;
    font-size: 2.5vw;
    display: flex;
}

#content .main-content.aboutus .container-fluid.text-data .container .row p:first-child {
    line-height: 2;
}

#content .main-content .container-fluid.text-data strong {
    color: #ffffff;
    font-size: 1.5em;
    font-family: "Kiro";
    line-height: 1.2;
    font-size: 2.5vw;
}

#content .main-content h2.aboutus {
    font-size: 4em;
    margin-bottom: 20px;
    color: #26a7df;
    font-family: "Kiro Light";
}

/*  ----------  DATA PROTECTION / IMPRESSZUM  ----------  */

#content .main-content .data-protection h1 {
    margin: 100px 0 100px 0;
    font-size: 4em;
    color: #26a7df;
}

#content .main-content .data-protection {
    font-size: 0.8em;
    color: #95989a;
}

#content .main-content .data-protection.impressum {
    color: #585858;
}

#content .main-content .data-protection a {
    text-decoration: none;
    color: #95989a;
}

#content .main-content .data-protection a.last-link {
    color: #26a7df;
}

/*  ----------  FOOTER  ----------  */

footer {
    background-color: #000000;
}

footer .top-box .logo img {
    margin: 30px 0 15px 0;
}

footer .bottom-box {
    border-top: 1px solid #ffffff;
    padding: 25px 0 50px 0;
    font-size: 0.8em;
}

footer .bottom-box .right-box {
    text-align: right;
}

footer .bottom-box a {
    color: #e4e4e4;
    text-decoration: none;
}

/* MODAL */
#layout .modal-content {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

/* blog */
#BlogPage{
    color: #666;
}

.HeadLogo {
    position: relative;
    background-image: url('../images/blog-background.png');
    width: 100%;
    height: 412px;
    /* padding-bottom: 56%; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.HeadLogo:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 55px;
    background: url('../images/footer_header/m20blog/blog-header-after.png') no-repeat bottom right;
    background-size: 100% auto;
}

div#BlogPage.bigger {
    transition: margin-top 0.5s;
    margin-top: 93px;
}

div#BlogPage {
    transition: margin-top 0.5s;
}

@media (max-width: 1170px){
    .HeadLogo{
        height: auto;
        padding-bottom: 35.8%;
    }
}

@media (max-width: 580px){
    div#BlogPage.bigger{
        margin-top: 154px;
    }
}