@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@700&display=swap');

@font-face {
    font-family: 'Romain BP Headline';
    src: url('../webfonts/RomainBPHeadlineRegular.woff2') format('woff2'),
         url('../webfonts/RomainBPHeadlineRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {

}

h1 {
    font-family: 'EB Garamond', serif;
}

hr {
    border: 1px #8A8A8A solid;
}

.debug {
    border: 1px red solid;
}

.text-shadow {
    text-shadow: 0 0 10px rgba(0,0,0,.8);
}


/* ---------------------------------------------------
    Navbar + Burger Menu Icon
----------------------------------------------------- */

nav {
    z-index: 3;
}

.navbar {
    padding-top: 0;
}

.navbar-brand {
    background-color: #ffffff;
    padding: 20px;
}

.burger-button:focus, .burger-button:active {
   outline: none !important;
   box-shadow: none;
}

.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #ffffff;
    
    border: 2px #ffffff solid;
    box-shadow: 0px 0px 5px #000000;
}

.animated-icon span:nth-child(1) {
    top: 0px;
}

.animated-icon span:nth-child(2) {
    top: 10px;
}

.animated-icon span:nth-child(3) {
    top: 20px;
}
    
.animated-icon.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
    
.animated-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
    
.animated-icon.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



/* ---------------------------------------------------
    MENU
----------------------------------------------------- */

.menu-container {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgb(48,128,172);
    background-color: rgba(48,128,172, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
}
.menu-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menu-content a {
    padding: 8px;
    text-decoration: none;
    font-size: 20empx;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.menu-content a:hover, .menu-content a:focus {
    color: #f1f1f1;
}

.menu-accordion {
    width: 50%;
    margin: 0 auto;

    color: #ffffff;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    
    font-size: 0.8em;
    opacity: 1;

    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.accordion-item h2 {
    line-height: 0;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/arrow_right_menu.svg");
    transform: rotate(180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../img/arrow_right_menu.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

button.nochild:not(.collapsed)::after {
    background-image: none !important;
}

button.nochild::after {
    background-image: none !important;
}

.accordion-collapse {
    border: none;
    border-width: 0;
    border-bottom: 1px rgb(255,255,255,.4) solid;
}

.accordion-button {
    color: #ffffff;
    border: none;
    border-width: 0;
    border-top: 1px rgb(255,255,255,.4) solid;
    border-bottom: 1px rgb(255,255,255,.2) dotted;
}

.accordion-body {
    padding: 1rem 1.25rem;
    text-align: left;
}

.accordion-body ul {
    list-style-type:circle;
    padding-left: 1rem;
}

.accordion-body ul a {
    opacity: 1;
}

.accordion-body ul a:hover {
    opacity: .5;
}


/* ---------------------------------------------------
    HOME - DOC SLIDER STRUCTURE
----------------------------------------------------- */

.docSlider-button {
    background-color: transparent;
    border: 2px #38b9ff solid;

    box-shadow: 2px 0px 4px #013753, inset 2px 0px 4px #0E567D;

    /* box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
-o-box-shadow: 0px 0px 10px #000; */

    /* opacity: .70 !important; */
    
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.docSlider-button:hover {
    background-color: #73ceff;
    border: 2px #38b9ff solid;
    opacity: 1;
    
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.docSlider-button .selected {
    background-color: #38b9ff;
}

.inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 2.6em;
    line-height: 1.1em;
    color: #3080AC;
}

.inner p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
    font-size: 1.0em;
    line-height: 1.7em;
    color: #000000;
}

.inner p strong {
    font-weight: 500;
}

.inner p.highlight-text {
    background-color:rgba(48,128,172, 0.60);
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
}


/* ---------------------------------------------------
    HOME - LINK BOX IN EVERY STEP
----------------------------------------------------- */

.align-right {
    float: right;
}

.align-left {
    float: left;
}

.linkbox {
    width: 100%;
    padding-bottom: 15px;
}

.linkbox .linkbox-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    color: #3080AC;
}

.linkbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.linkbox ul li a {
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    font-size: 1.0em;
    color: #7AC156;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.linkbox ul li a:hover {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.linkbox ul li a:after {
    content: '';
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url(../img/arrow_green_dx.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0em 0em -0.2em 0.4em;
}


/* ---------------------------------------------------
    HOME - VARIOUS IN EVERY STEP
----------------------------------------------------- */

.green-title {
    padding-bottom: 0.5em;
}

.green-title a {
    color: #7AC156 !important;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.green-title a::after {
    content: '';
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url(../img/arrow_green_dx.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0em 0em -0.1em 0.4em;
}

.green-title a:hover {
    color: #7AC156;
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.article-container {
    position: relative;
    padding: 0 3em 0 3em;
}

.article-container:not(:last-child) {
    border-right: 1px #A1CEB4 solid;
}

.article-picture {
    position: relative;
    width: 300px;
    height: 210px;
}

.article-picture-square-fill {
    background-color: #E1EBE5;
    width: 300px;
    height: 210px!important;
    position: absolute;
    top: 0px;
    left: 20px;
}

.article-picture-photo {
    position: absolute;
    width: 300px;
    height: 210px!important;
    top: 10px;
    left: 10px;
    overflow: hidden;
}

.article-picture-photo img {
    width: 100%;
}

.article-picture-square-stroke {
    border: 2px #C9C9C9 solid;
    width: 300px;
    height: 210px!important;
    position: absolute;
    top: 20px;
    left: 0px;
}

.article-box {
    padding-top: 2.0em;
}

.article-box .article-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.3em;
    color: #3080AC;
}

.article-box p {
    padding-top: 1.0em;
    padding-right: 1.0em;
    font-size: 0.9em;
    line-height: 1.6em;
}

.article-box a {
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    font-size: 1.0em;
    color: #7AC156;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.article-box a:hover {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.article-box a:after {
    content: '';
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url(../img/arrow_green_dx.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0em 0em -0.2em 0.4em;
}

.btn {
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    font-size: 1.0em;
    color: #7AC156;
    opacity: 1;
    border: 2px #7AC156 solid;
    border-radius: 0;
    padding: 0.7em 1.2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn:hover {
    color: #7AC156;
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn:after {
    content: '';
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url(../img/arrow_green_dx.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0em 0em -0.2em 0.4em;
}

.footer {
    text-align: center;
    
    width: 100vw;
    background-color: #A1CEB4;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;
    
    color: #ffffff;
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;

    position: absolute;
    bottom: -100px;
    opacity: 1;
}

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

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    font-size: 0.8em;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer ul li a:hover {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer ul li+li:before {
    content: '|';
    display: inline-block;
    font-weight: 200;
    height: 0.8em;
    width: 0.8em;
    margin: 0em 0.6em 0em 0em;
}




/* ---------------------------------------------------
    HOME - STEP 01 CONTENT
----------------------------------------------------- */

.step-01 .world{
    position: absolute;    
    /* background-image: url("../img/world.png"); */
    width: 100%;
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.step-01 .puntolinea1 {
    position: absolute;    
    background-image: url("../img/punti_linea_1.png");
    width: 100%;
    height: 100%; 
    top: -400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

.step-01 .puntolinea2 {
    position: absolute;    
    background-image: url("../img/punti_linea_2.png");
    width: 100%;
    height: 100%;
    top: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

.step-01 .headline {
    position: absolute;    
    width: 100%;
    bottom: 10vh;

    font-family: 'Romain BP Headline', serif;
    color: #ffffff;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-01 .headline .line-1 {
    text-align: center;
    font-size: 9vw;
    text-shadow: 4px 4px 8px rgba(0,0,0, 0.3);
    /* letter-spacing: 1.5em;
    text-indent: -5.5em; */
    letter-spacing: 0.1em;
    text-indent: 0em;
    opacity: 0;
}

.step-01 .headline .line-2 {
    text-align: center;
    font-size: 11vw;
    text-shadow: 4px 4px 8px rgba(0,0,0, 0.3);
    /* letter-spacing: 1.2em;
    text-indent: -4.4em; */
    letter-spacing: 0.1em;
    text-indent: 0em;
    opacity: 0;
}

.step-01 .callouts {
    position: absolute;
    top: 15vh;

    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: #A4EBFF;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-01 .callouts .callout-number {
    font-weight: 500;
    font-size: 2.0rem;
}

.step-01 .callouts .callout-number span {
    font-size: 2.9rem;
}

.step-01 .callouts .callout-caption {
    font-weight: 400;
    font-size: 1.0rem;
    text-transform: uppercase;
}

.step-01 .callouts .callout-01,
.step-01 .callouts .callout-02,
.step-01 .callouts .callout-03 {
    opacity: 0;
}

.step-01 .mouse-ico {
    position: absolute;
    bottom: 0px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-01 .mouse-cta {
    position: absolute;
    bottom: 120px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-01 .mouse-cta a {
    color: #C9C9C9;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    opacity: 1;

    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.step-01 .mouse-cta a:hover {
    opacity: 0.5;
}


/* ---------------------------------------------------
    HOME - STEP 02 CONTENT
----------------------------------------------------- */

.step-02 {
    /* background-image: url("../img/bg_home_step_2.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* ---------------------------------------------------
    HOME - STEP 03 CONTENT
----------------------------------------------------- */

.step-03 {
    background-image: url("../img/bg_home_step_3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.step-03 .container .row > div:first-child {
    padding-top: 100px;
}

.step-03 .board-container {
    position: relative;
}

.step-03 .board-picture {
    position: relative;
    width: 237px;
    height: 237px;
}

.step-03 .board-picture-circle-fill {
    background-color: #E1EBE5;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    left: 10px;
}

.step-03 .board-picture-circle-stroke {
    border: 2px #C9C9C9 solid;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 38px;
    left: 3px;
}

.step-03 .board-picture-circle-prof {
    position: absolute;
    top: 14px;
    left: 11px;
}

.step-03 .board-picture-tag {
    position: absolute;
    bottom: 20px;
    left: 188px;
    width: max-content;
    /* background-color: #7AC156; */
    background: rgba(122, 193, 86, 0.7); 
    font-family: 'Ubuntu', sans-serif;
}

.step-03 .board-picture-tag:before {
    content: ""; 
    position: absolute; 
    top: 0;
    right: 0; 
    border-width: 0 16px 16px 0; 
    border-style: solid; 
    border-color: #fff #fff #658E15 #658E15; 
    background: #658E15; 
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    display: block; 
    width: 0; /* Firefox 3.0 damage limitation */ 
}


.step-03 .board-picture-tag .board-picture-tag-name {
    padding: 10px 30px 0 30px;
    font-weight: 500;
    font-size: 1.0em;
    line-height: 1.2em;
    text-align: center;
}

.step-03 .board-picture-tag .board-picture-tag-jobtitle {
    padding: 0 30px 10px 30px;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.0em;
    font-style: italic;
    text-align: center;
}

.step-03 .board-box {
    width: 100%;
    border-radius: 0.5em;
    box-shadow: 0px 0px 8px rgba(0,0,0,.5);
    padding: 95px 50px 40px 50px;
    margin-top: -42px;
    font-size: 0.9em;
    line-height: 0.9em;
}

.step-03 .board-box a {
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    font-size: 1.0em;
    color: #7AC156;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    float: right;
}

.step-03 .board-box a:hover {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.step-03 .board-box a:after {
    content: '';
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url(../img/arrow_green_dx.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0em 0em -0.2em 0.4em;
}

.step-03 .board-gallery {
    width: 100%;
    padding-top: 20px;
}

.step-03 .board-gallery .board-gallery-item {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.step-03 .board-gallery .board-gallery-item:hover {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.step-03 .board-gallery .board-gallery-item .board-gallery-img {
    position: absolute;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    left: 5px;
    opacity: 1;
}

.step-03 .board-gallery .board-gallery-item .board-gallery-stroke {
    position: absolute;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    border: 2px #C9C9C9 solid;
    top: 5px;
}

.step-03 .board-gallery .board-gallery-item .board-gallery-infoicon {
    position: absolute;
    width: 20px;
    right: 50px;
    bottom: 25px;
}

.step-03 .owl-carousel .owl-stage-outer {
    z-index: 3;
}

.step-03 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    margin: 0 20px 0 23px;
}

.step-03 .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2;
}

.step-03 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot span {
    background: #7AC156;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.step-03 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #7AC156;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.step-03 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span:hover {
    opacity: .5;
    background: #7AC156;
}

.step-03 .owl-theme .owl-nav [class*=owl-] {
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.step-03 .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: 0.5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.step-03 .owl-carousel .owl-nav button.owl-next {
    float: right;
}

.step-03 .owl-carousel .owl-nav button.owl-prev {
    float: left;
}

.step-03 .owl-carousel button.owl-dot {
    z-index: 1;
}





/* ---------------------------------------------------
    HOME - STEP 04 CONTENT
----------------------------------------------------- */

.step-04 {
    background-image: url("../img/bg_home_step_4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.step-04 h2 {
    color: #ffffff;
}

.step-04 p {
    color: #ffffff;
}

.step-04 hr {
    border-color: #ffffff;
}



/* ---------------------------------------------------
    HOME - STEP 05 CONTENT
----------------------------------------------------- */

.step-05 {
    background-image: url("../img/bg_home_step_5.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.step-05 h2 {
    font-size: 2.2em;
    color: #7AC156; 
}


/* ---------------------------------------------------
    HOME - HIDE MOBILE ELEMENTS
----------------------------------------------------- */

.container-mobile {
    display: none;
}


/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  FIXES
----------------------------------------------------- */

.body-expanded {
    overflow: auto;
}

.container-header {
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 18px 6px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 18px 6px -6px rgba(0,0,0,.2);
    box-shadow: 0 18px 6px -6px rgba(0,0,0,.2);
    z-index: 3;
}

.container-content {
    padding-top: 104px;
    overflow: auto;
}

.animated-icon-blue span {
    background: #3080AC;
    border: 2px #3080AC solid;
    box-shadow: none;
}

.animated-icon-white span {
    background: #ffffff;
    border: 2px #ffffff solid;
}

.footer-internal {
    position: relative;
}

.text-color-blue {
    color: #005280 !important;
}

.text-color-white {
    color: #ffffff !important;
}

/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  VISUAL HEADER
----------------------------------------------------- */

.visual-header-inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.visual-header {
    position: relative;
    height: 200px;
    font-family: 'Ubuntu', sans-serif;
}

.visual-header h2 {
    color: #005280;
    font-size: 2.4em;
    display:inline
}

.visual-header h3 {
    color: #005280;
    font-size: 1.4em;
    display:inline
}

.visual-header-labelbox {
    /* background-color: rgba(0,0,0,.8); */
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0px;
    font-size: 2.4em;
}

.visual-header-labelbox h2 {
    font-size: 1.0em;
}

.visual-header-labelbox h3 {
    font-size: 0.8em;
}

/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  BREADCRUMB
----------------------------------------------------- */

.breadcrumb-inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb {
    height: 35px;
    font-family: 'Ubuntu', sans-serif;
    color: #3080AC;
    font-size: 0.8em;
    text-decoration: none;
}

.breadcrumb a {
    color: #3080AC;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.breadcrumb a:hover {
    color: #3080AC;
    text-decoration: none;
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  LONG TITLE
----------------------------------------------------- */

.long-title-inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 10px 0px;
}

.long-title {
    font-family: 'Ubuntu', sans-serif;
}

.long-title h2 {
    color: #3080AC;
    font-size: 1.8em;
}

.long-title hr {
    border: 2px #7AB844 solid;
    opacity: 1;
    width: 120px;
}

/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  TEXT BLOCK
----------------------------------------------------- */

.text-block-inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 20px 0px;
}

.text-block {
    font-family: 'Ubuntu', sans-serif;
}

.text-block p {
    color: #323232;
    font-size: 1.0em;
}

.text-block p a,
.text-block ul li a {
    color: #3080AC;
    font-size: 1.0em;
    font-weight: 700;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.text-block p a:hover,
.text-block ul li a:hover {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  VIDEO PLAYER
----------------------------------------------------- */

.video-player-inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 20px 0px;
}

.video-player-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-player-container iframe,
.video-player-container object,
.rvideo-player-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.video-player-caption {
    font-family: 'Ubuntu', sans-serif;
    color: #666666;
    font-size: 1.0em;
    font-style: italic;
}

.video-player-youtube-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    /* padding-top: 75%; /* 4:3 Aspect Ratio */
  }
  
.video-player-youtube-responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  INNER TITLE
----------------------------------------------------- */

.inner-title-inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 10px 0px;
}

.inner-title {
    font-family: 'Ubuntu', sans-serif;
}

.inner-title h2 {
    color: #3080AC;
    font-size: 1.8em;
    padding: 20px;
}

.inner-title hr {
    border: 2px #7AB844 solid;
    opacity: 1;
    width: 120px;
    margin: auto;
}

/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  TEXT IMAGE BLOCK
----------------------------------------------------- */

.text-image-block-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 20px 0px;
}

.text-image-block-inner .row {
    padding: 20px 0px 20px 0px;
}

.text-image-block {
    font-family: 'Ubuntu', sans-serif;
}

.text-image-block p {
    color: #323232;
    font-size: 1.0em;
}

.text-image-block p a {
    color: #3080AC;
    font-size: 1.0em;
    font-weight: 700;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.text-image-block p a:hover {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.text-image-block-title {
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 500;
    padding-bottom: 10px;
}

.text-image-block-subtitle {
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 500;
    padding-bottom: 10px;
}

.text-image-block-text {
    
}

.text-image-block-picture img {
    width: 100%;
}

/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  QUOTE
----------------------------------------------------- */

.quote {
    font-family: 'Ubuntu', sans-serif;
    
    padding: 20px 0px 20px 0px;
}

.quote-inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 10px 0px;
    border-radius: 20px;
}

.quote-green {
    background-color: #7AB844;
}

.quote-blue {
    background-color: #3080AC;
}

.quote h3 {
    color: #ffffff;
    font-size: 1.6em;
    font-style: italic;
    padding: 10px;
}

.quote-inner:before {
    font-family: 'Ubuntu Mono';
    font-size: 3.6em;
    font-style: normal;
    content: "“";
    color: #ffffff;
    margin-left: 30px;
    margin-top: -70px;
}

.quote-inner:after {
    font-family: 'Ubuntu Mono';
    font-size: 3.6em;
    font-style: normal;
    content: "”";
    color: #ffffff;
    margin-right: 30px;
    margin-bottom: -120px;
}

.quote h4 {
    color: #ffffff;
    font-size: 1.0em;
    font-weight: 300;
    font-style: italic;
    padding: 10px;
}

.quote hr {
    border: 2px #7AB844 solid;
    opacity: 1;
    width: 120px;
    margin: auto;
}

/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  PHOTO GALLERY
----------------------------------------------------- */

.photo-gallery {
    font-family: 'Ubuntu', sans-serif;
    padding: 20px 0px 20px 0px;
}

.photo-gallery-inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 10px 0px;
    border-radius: 20px;
}

.photo-gallery h3 {
    font-size: 1.0em;
    font-weight: 700;
    color: #3080AC;
}

.photo-gallery-carousel {
    width: 100%;
}

.photo-gallery-carousel .owl-stage-outer {
    z-index: 3;
}

.photo-gallery-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    margin: 0px 0px 0px 0px;
}

.photo-gallery-carousel .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2;
}

.photo-gallery-carousel-container {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.photo-gallery-carousel-picture {
    width: 100%;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.photo-gallery-carousel-picture:hover {
    opacity: 0.5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.photo-gallery-carousel-caption {
    color: #323232;
    font-size: 0.7em;
    font-style: italic;
    padding: 10px 0px 0px 0px;
}

/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  VIDEO GALLERY
----------------------------------------------------- */

.video-gallery {
    font-family: 'Ubuntu', sans-serif;
    padding: 20px 0px 20px 0px;
}

.video-gallery-inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 10px 0px;
    border-radius: 20px;
}

.video-gallery h3 {
    font-size: 1.0em;
    font-weight: 700;
    color: #3080AC;
}

.video-gallery-carousel {
    width: 100%;
}

.video-gallery-carousel .owl-stage-outer {
    z-index: 3;
}

.video-gallery-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    margin: 0px 0px 0px 0px;
}

.video-gallery-carousel .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2;
}

.video-gallery-carousel-container {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.video-gallery-carousel-picture {
    width: 100%;
}

.video-gallery-carousel-caption {
    color: #323232;
    font-size: 0.7em;
    font-style: italic;
    padding: 10px 0px 0px 0px;
}

/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  DOCUMENTS GALLERY
----------------------------------------------------- */

.documents-gallery {
    font-family: 'Ubuntu', sans-serif;
    padding: 20px 0px 20px 0px;
}

.documents-gallery-inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 10px 0px;
    border-radius: 20px;
}

.documents-gallery h3 {
    font-size: 1.0em;
    font-weight: 700;
    color: #3080AC;
    }

.documents-gallery-carousel {
    width: 100%;
}

.documents-gallery-carousel .owl-stage-outer {
    z-index: 3;
}

.documents-gallery-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    margin: 0px 0px 0px 0px;
}

.documents-gallery-carousel .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2;
}

.documents-gallery-carousel-container {
    width: 100%;
    border-radius: 20px;
    background-color: #3080AC;
    padding: 0px 20px 0px 0px;
}

.documents-gallery-carousel-container hr {
    border: 2px #ffffff solid;
    opacity: 1;
    width: 120px;
    margin: 0 auto;
}

.documents-gallery-carousel-picture {
    width: 100%;
}

.documents-gallery-carousel-caption {
    color: #ffffff;
    font-size: 1.0em;
    line-height: 1.1em;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px 20px 20px;
}

.documents-gallery-carousel-cta {
    text-align: center;
    padding: 20px 20px 20px 20px;
}

.documents-gallery-carousel-cta a {
    color: #ffffff;
    font-size: 0.7em;
    line-height: 0.7em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.documents-gallery-carousel-cta a:hover {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  DOCUMENTS GALLERY
----------------------------------------------------- */

.custom-button {
    padding: 40px 0px 30px 0px;
}

.custom-button .btn-new {
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    font-size: 1.0em;
    color: #7AC156;
    opacity: 1;
    border: 2px #7AC156 solid;
    border-radius: 0;
    padding: 0.7em 1.2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.custom-button .btn-new:hover {
    color: #7AC156;
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.custom-button .btn-new:before {
    background-image: none;
}

.custom-button .btn-next:after {
    content: '';
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url(../img/arrow_green_dx.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0em 0em -0.2em 0.4em;
}

.custom-button .btn-back:before {
    content: '';
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url(../img/arrow_green_sx.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0em 0.4em -0.2em 0em;
}


/* ---------------------------------------------------
    MULTIPLE CONTENT   --->>>  BOARD MEMBER GALLERY
----------------------------------------------------- */

.board-member-gallery {
    font-family: 'Ubuntu', sans-serif;
    padding: 20px 0px 20px 0px;
}

.board-member-gallery-inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 10px 0px;
    border-radius: 20px;
}

.board-member-gallery h3 {
    font-size: 1.0em;
    font-weight: 700;
    color: #3080AC;
}

.board-member-gallery-carousel {
    width: 100%;
}

.board-member-gallery-carousel .owl-stage-outer {
    z-index: 3;
}

.board-member-gallery-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    margin: 0px 0px 0px 0px;
}

.board-member-gallery-carousel .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2;
}

.board-member-gallery-carousel-container {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.board-member-gallery-carousel-picture {
    width: 100%;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.board-member-gallery-carousel-picture:hover {
    opacity: 0.5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.board-member-gallery-carousel-caption {
    color: #323232;
    font-size: 0.7em;
    font-style: italic;
    padding: 10px 0px 0px 0px;
}

.board-member-gallery-carousel .board-gallery-item:hover {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.board-member-gallery-carousel .board-gallery-item {
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.board-member-gallery-carousel .board-gallery-item .board-gallery-img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    left: 5px;
    opacity: 1;
}

.board-member-gallery-carousel .board-gallery-item .board-gallery-stroke {
    position: absolute;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    border: 2px #C9C9C9 solid;
    text-decoration: none;
    top: 5px;
}




/* ---------------------------------------------------------------
    CUSTOM ARCHIVE   --->>>  NEWS // EVENTS // DID YOU KNOW THAT
------------------------------------------------------------------ */

.custom-archive-container {
    position: relative;
    padding: 0 3em 0 3em;
}

.custom-archive-container:not(:last-child) {
    /* border-right: 1px #A1CEB4 solid; */
}

.custom-archive-picture {
    position: relative;
    width: 300px;
    height: 210px;
}

.custom-archive-picture-square-fill {
    background-color: #E1EBE5;
    width: 300px;
    height: 210px!important;
    position: absolute;
    top: 0px;
    left: 20px;
}

.custom-archive-picture-photo {
    position: absolute;
    width: 300px;
    height: 210px!important;
    top: 10px;
    left: 10px;
    overflow: hidden;
}

.squared {
    height: 300px!important;
}

.custom-archive-picture-photo img {
    width: 100%;
}

.custom-archive-picture-square-stroke {
    border: 2px #C9C9C9 solid;
    width: 300px;
    height: 210px!important;
    position: absolute;
    top: 20px;
    left: 0px;
}

.custom-archive-picture-square-stroke-squared {
    border: 2px #C9C9C9 solid;
    width: 300px;
    height: 300px!important;
    position: absolute;
    top: 20px;
    left: 0px;
}

.custom-archive-box {
    padding-top: 2.0em;
}

.custom-archive-box .custom-archive-title {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #3080AC;
}

.custom-archive-box .custom-archive-title a {
    font-weight: 900;
}

.custom-archive-box .custom-archive-subtitle {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1.0em;
    line-height: 1.1em;
    padding: 10px 0px 10px 0px;
    color: #3080AC;
}

.custom-archive-box .custom-archive-subtitle a {
    font-weight: 300;
}

.custom-archive-box .custom-archive-date {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    font-size: 0.8em;
    line-height: 1.8em;
    color: #3080AC;
}

.custom-archive-box p {
    font-family: 'Ubuntu', sans-serif;
    padding-top: 1.0em;
    padding-right: 1.0em;
    font-size: 0.9em;
    line-height: 1.6em;
}

.custom-archive-box p .link {
    color: #000000;
}

.custom-archive-box .btn {
    padding: 0em .5em .3em .1em;
}

.custom-archive-box a {
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    font-size: 1.0em;
    color: #7AC156;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.custom-archive-box a:hover {
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.custom-archive-box a:after {
    content: '';
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url(../img/arrow_green_dx.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0em 0em -0.2em 0.4em;
}












/* ---------------------------------------------------
    MEDIA QUERIES
----------------------------------------------------- */
@media (max-height: 652px) {
    .inner p {
        font-size: 0.8em;
        line-height: 1.6em;
    }

    .step-03 .board-box {
        background-color: #ffffff;
        margin-top: 0;
        padding: 65px 20px 40px 20px;
    }
    
    .step-03 .board-picture {
        width: 137px;
        height: 137px;
    }   

    .step-03 .board-picture-circle-prof img {
        width: 137px;
    }
    
    .step-03 .board-picture-tag {
        left: 130px;
        bottom: -20px;
    }

    .step-03 .board-gallery .board-gallery-item .board-gallery-stroke {
        width: 80px;
        height: 80px;
    }
    
    .step-03 .board-gallery .board-gallery-item .board-gallery-img {
        width: 80px;
        height: 80px;
    }

    .step-05 h2 {
        font-size: 1.4em;
    }

    .article-picture {
        width: 200px;
        height: 150px;
    }
    
    .article-picture-square-fill {
        width: 200px;
        height: 150px!important;
    }
    
    .article-picture-photo {
        width: 200px;
        height: 150px!important;
        overflow: hidden;
    }
    
    .article-picture-photo img {
        width: 100%;
    }
    
    .article-picture-square-stroke {
        width: 200px;
        height: 150px!important;
    }
}

@media (max-width: 1200px) {
    .step-05 h2 {
        font-size: 1.4em;
    }

    .article-picture {
        width: 200px;
        height: 150px;
    }
    
    .article-picture-square-fill {
        width: 200px;
        height: 150px!important;
    }
    
    .article-picture-photo {
        width: 200px;
        height: 150px!important;
        overflow: hidden;
    }
    
    .article-picture-photo img {
        width: 100%;
    }
    
    .article-picture-square-stroke {
        width: 200px;
        height: 150px!important;
    }
}

@media (max-width: 991px) {
    .step-05 h2 {
        font-size: 1.6em;
        padding-top: 2.0em;
    }

    .article-container {
        border-right: none!important;
    }

    .article-box {
        padding-top: 0em;
    }

    .custom-archive-container {
        padding: 1.5em 3em 1.5em 3em;
    }

    .custom-archive-picture {
        position: relative;
        width: 200px;
        height: 110px;
    }
    
    .custom-archive-picture-square-fill {
        background-color: #E1EBE5;
        width: 200px;
        height: 110px!important;
        position: absolute;
        top: 0px;
        left: 20px;
    }
    
    .custom-archive-picture-photo {
        position: absolute;
        width: 200px;
        height: 110px!important;
        top: 10px;
        left: 10px;
        overflow: hidden;
    }
    
    .squared {
        height: 200px!important;
    }
    
    .custom-archive-picture-photo img {
        width: 100%;
    }
    
    .custom-archive-picture-square-stroke {
        border: 2px #C9C9C9 solid;
        width: 200px;
        height: 110px!important;
        position: absolute;
        top: 20px;
        left: 0px;
    }
    
    .custom-archive-picture-square-stroke-squared {
        border: 2px #C9C9C9 solid;
        width: 200px;
        height: 200px!important;
        position: absolute;
        top: 20px;
        left: 0px;
    }
}

@media (max-width: 768px) {
    
    .navbar-brand img {
        width: 150px;
    }

    .docSlider-pager {
        display: none;
    }

    .article-box {
        padding-top: 2.0em;
    }

    .step-01 .headline {
        bottom: 25vh;    
    }

    .step-01 .headline .line-1 {
        font-size: 2.5em;
    }
    
    .step-01 .headline .line-2 {
        font-size: 3.0em;
    }

    .step-01 .callouts .callout-number span {
        display: block;
    }

    .step-01 .callouts .callout-number {
        font-size: 1.0rem;
    }

    .step-01 .callouts .callout-caption {
        font-size: 0.6rem;
        padding-bottom: 30px;
    }
}

@media (max-width: 414px) {
    .menu-accordion {
        width: 100%;
    }

    .navbar-brand {
        padding: 6px;
    }

    .container .container-mobile, .container .container-mobile .row {
        display: block;
        padding: 0 !important;
        margin: 0 !important;
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

    .container-mobile .bottom-content {
        position: relative;
        
        justify-content: center;
        align-items: center;
        /* position: relative;
        height: 100%; */
        /* display: flex; */
        /* justify-content: center;
        align-items: center; */
        /* text-align: center; */
    }

    .container-mobile .bottom-content .mouse-ico {
        position: absolute;
        padding: 0 40% 0 40%;
        top: 460px;
    }

    .container-mobile .bottom-content .mouse-cta {
        position: absolute;
        padding: 0 25% 0 25%;
        top: 430px;
    }

    .container-mobile .bottom-content .mouse-cta a {
        color: #C9C9C9;
        text-decoration: none;
        font-family: 'Ubuntu', sans-serif;
        text-transform: uppercase;
        font-size: 0.8em;
        opacity: 1;
    
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    
    .container-mobile .bottom-content .mouse-cta a:hover {
        opacity: 0.5;
    }

    .container-mobile .bottom-content .bottom-image {
        position: absolute;
    }

    .inner h2 {
        font-size: 1.6em;
        line-height: 1.4em;
    }

    .inner p {
        font-size: 0.9em;
        line-height: 1.3em;
    }

    .green-title {
        padding-bottom: 10px;
    }

    .article-box .article-title {
        font-size: 1.2em;
        line-height: 0em;
    }

    .footer {
        /* bottom: -200px; */
    }

    .footer-menu {
        padding-top: 25px!important;
    }

    .footer ul li {
        padding: 0 .4em 0 .4em;
    }

    .footer ul li+li:before {
        content: none;
        display: inline-block;
        font-weight: 200;
        height: 0.8em;
        width: 0.8em;
        margin: 0em;
    }

    #section-02 .inner, 
    #section-03 .inner, 
    #section-04 .inner, 
    #section-05 .inner,
    #section-06 .inner,
    #section-07 .inner {
        display: inline-block;
        padding: 85px 0px 0px 0px;
    }

    .step-01 .headline .line-1 {
        font-size: 2.0em;
    }
    
    .step-01 .headline .line-2 {
        font-size: 2.4em;
    }

    .step-01 .callouts .callout-number span {
        font-size: 2.6rem;
    }

    .step-02, .step-02 .container {
        background-image: none !important;
        background-color: #c3e2ee !important;
    }

    .step-03, .step-03 .container {
        background-image: none !important;
        background-color: #c3e7f4 !important;
    }

    .step-03 .board-box {
        background-color: #ffffff;
        margin-top: 0;
        padding: 65px 20px 40px 20px;
    }
    
    .step-03 .board-gallery {
        width: 290px;
    }

    .step-03 .board-picture {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    
    .step-03 .board-picture-circle-fill {
        top: 30px;
        left: 10px;
    }
    
    .step-03 .board-picture-circle-stroke {
        top: 38px;
        left: 3px;
    }
    
    .step-03 .board-picture-circle-prof {
        top: 14px;
        left: 11px;
    }

    .step-03 .board-picture-circle-prof img {
        width: 200px;
    }
    
    .step-03 .board-picture-tag {
        bottom: -40px;
        left: 0px;
        width: 100%;
    }
    
    .step-03 .board-picture-tag:before {
        content: ""; 
        position: absolute; 
        top: 0;
        right: 0; 
        border-width: 0 16px 16px 0; 
        border-style: solid; 
        border-color: #fff #fff #658E15 #658E15; 
        background: #658E15; 
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
        display: block; 
        width: 0; /* Firefox 3.0 damage limitation */ 
    }
    
    
    .step-03 .board-picture-tag .board-picture-tag-name {
        padding: 10px 10px 0 10px;
        font-weight: 500;
        font-size: 1.0em;
        line-height: 1.2em;
        text-align: center;
    }
    
    .step-03 .board-picture-tag .board-picture-tag-jobtitle {
        padding: 0 10px 10px 10px;
        font-weight: 300;
        font-size: 0.9em;
        line-height: 1.0em;
        font-style: italic;
        text-align: center;
    }

    .step-04, .step-04 .container {
        background-image: none !important; 
        background-color: #0b5472 !important;
    }

    .step-05, .step-05 .container {
        background-image: none !important; 
        background-color: #ffffff !important;
    }

    .step-05
    {
        background-image: none !important;
        background-color: #ffffff !important;
    }


    .visual-header h2 {
        font-size: 2.0em;
    }
    
    .visual-header h3 {
        font-size: 1.0em;
    }

    .visual-header-labelbox {
        padding: 5px 5px 5px 5px;
        line-height: 0.8em;
    }
    
    .visual-header-labelbox h2 {
        font-size: 0.8em;
    }
    
    .visual-header-labelbox h3 {
        font-size: 0.6em;
    }

    .long-title h2 {
        font-size: 1.4em;
    }

    .custom-button .btn-new {
        font-size: 0.6em;
    }

    
}

@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 737px) {
   
    .navbar-brand img {
        width: 100px;
    }

    .docSlider-pager {
        display: none;
    }

    .step-01 .headline {
        bottom: 10vh;
    }
    
    .step-01 .headline .line-1 {
        font-size: 2.5em;
    }
    
    .step-01 .headline .line-2 {
        font-size: 3.0em;
    }
    
    .step-01 .callouts {
        top: 20vh;
    }

    .step-01 .callouts .callout-number {
        font-size: 0.7rem;
        line-height: 1.8rem;
    }

    .step-01 .callouts .callout-caption {
        font-size: 0.6rem;
        padding-bottom: 0px;
    }

    .step-01 .mouse-ico {
        display: none;
    }
    
    .step-01 .mouse-cta {
        bottom: 20px;
    }    

}