/*** CAPITAL GROUP LANDING ***/
/*****************************/

.h2-cg {
    padding-top: 70px;
}

.h2-cg h2 {
    font-size: 1.5rem;
}

.h2-cg h2 span {
    color: #A97D57;
}

.h2-cg hr {
    width: 250px;
    margin: 30px 0 0 0;
    border: 1px solid #A97D57;
}

.cg .text-col .cols {
    column-count: 2;
    column-gap: 2rem;
    padding-right: 2rem;
    margin-top: 70px;
}

.cg .img-col {
    display: flex;
    justify-content: center;
    background-image: url('/img/capitalgroup/vcg_background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: start;
    min-height: 60vh;
}

.cg .img-col .info-case {
    margin-top: 194px;
    display: inline-block;
    max-width: 300px;
    padding: 30px;
    border: 1px solid #ffffff;
}

.cg .img-col .info-case p {
    color: #ffffff;
    font-size: 1.25rem;
}

@media (max-width: 991px) {
    .cg .text-col .cols {
        column-count: 1;
        column-gap: 0;
        padding-right: 30px;
    }
    .cg .img-col {
        align-items: center;
    }
    .cg .img-col .info-case {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .cg .img-col {
        min-height: 500px
    }
}

@media (max-width: 575px) {
    .cg .text-col .cols {
        margin-top: 30px;
        padding-right: 15px;
    }
    .h2-cg {
        padding-top: 30px;
    }
}

/*** CAPITAL GROUP LOGGED IN ***/
/*******************************/

* {
    font-family: 'Open Sans', sans-serif;
}


.html-vcg-about p,
.html-vcg-project p,
.html-vcg-about li,
.html-vcg-project li,
.info-case {
    font-weight: 300;
}

b, strong {
    font-weight: 700;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
    color: #000000;
    /* overflow-x: hidden; */
    font-size: 16px;
}

.large-pad {
    padding-left: 10%;
    padding-right: 10%;
}

.pad-left {
    padding-left: 10%;
}

.pad-right {
    padding-right: 10%;
}

.pad-top {
    padding-top: 5rem;
}

.pad-bottom {
    padding-bottom: 5rem;
}

@media (max-width:1386px) {
    .large-pad {
        padding-left: 5%;
        padding-right: 5%;
    }
    .pad-left {
        padding-left: 5%;
    }
    .pad-right {
        padding-right: 5%;
    }
}

@media (max-width:1199px) {
    .large-pad {
        padding-left: 30px;
        padding-right: 30px;
    }
    .pad-left {
        padding-left: 30px;
    }
    .pad-right {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .pad-left-mobile {
        padding-left: 30px;
    }   
    .pad-right-mobile {
        padding-right: 30px;
    }
}

@media (max-width:767px) {
    .large-pad {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pad-left {
        padding-left: 15px;
    }
    .pad-right {
        padding-right: 15px;
    }
    .pad-left-mobile {
        padding-left: 15px;
    }   
    .pad-right-mobile {
        padding-right: 15px;
    }
}


/* *** NAVBAR *** */
/******************/
nav.navbar {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    background-color: #032782;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    min-height: 0;
}

#lang-drop {
    padding-top: .625rem;
    padding-bottom: 0;
}

#lang-drop::after {
    vertical-align: .3rem;
}

#lang-drop .fa-language {
    font-size: 1.5rem;
}

nav.navbar a.navbar-brand,
.logo-container {
    background-color: #032782;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    margin-right: 0;
}

nav.navbar a.navbar-brand {
    padding: 0 0 0 1.5rem;
}

nav.navbar a.navbar-brand img {
    max-width: 180px;
}

.logo-container {
    padding: 2.75rem 1.5rem;
}

.logo-container img {
    width: 100%;
}

nav.navbar .navbar-toggler {
    border: none;
    padding: .25rem 0;
}

nav.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

ul.navbar-nav li.nav-item {
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

ul.navbar-nav li.nav-item:after {
    content: '';
    width: 0;
    height: 3px;
    background-color: #00B5F1;
    position: absolute;
    bottom: 0;
    left: .5rem;
    -webkit-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
}

ul.navbar-nav li.nav-item.active:after,
ul.navbar-nav li.nav-item:hover:after,
ul.navbar-nav li.nav-item:focus:after {
    width: 24px;
}

ul.navbar-nav li.nav-item a.nav-link {
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
}

ul.navbar-nav li.nav-item a.nav-link:hover,
ul.navbar-nav li.nav-item a.nav-link:focus {
    color: #ffffff;
    font-weight: 100;
}

ul.navbar-nav li.nav-item:first-child a.nav-link {
    padding-left: 0;
}

ul.navbar-nav li.nav-item:first-child:after {
    left: 0;
}

ul.navbar-nav li.nav-item:focus>.dropdown-menu,
ul.navbar-nav li.nav-item:hover>.dropdown-menu {
    display: block;
}

ul.navbar-nav .dropdown-menu {
    background-color: #032782;
    margin-top: 0;
}

ul.navbar-nav .dropdown-menu a.dropdown-item {
    border-radius: 0;
    color: #ffffff;
    font-size: .875rem;
    padding: .5rem  1.5rem;
    position: relative;
    font-weight: 300;
}

ul.navbar-nav .dropdown-menu a.dropdown-item:hover,
ul.navbar-nav .dropdown-menu a.dropdown-item:focus {
    background-color: transparent;
}

ul.navbar-nav .dropdown-menu a.dropdown-item:hover:after {
    content: '';
    width: 1rem;
    height: 3px;
    background-color: #00B5F1;
    position: absolute;
    bottom: 0;
    left: 1.5rem;
}

@media (max-width:991px){
    nav.navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    nav.navbar.open {
        min-height: 100%;
        overflow-y: scroll;
    }
    
    ul.navbar-nav li.nav-item:after {
        left: 0;
    }

    ul.navbar-nav li.nav-item.active::after {
        width: 0;
    }

    ul.navbar-nav li.nav-item > .dropdown-menu {
        display: block;
        border: none;
    }

    ul.navbar-nav li.nav-item:hover:after,
    ul.navbar-nav li.nav-item:focus:after,
    ul.navbar-nav .dropdown-menu a.dropdown-item:hover:after {
        content: none;
    }
}

@media (max-width:767px){
    .dropdown-menu.dm-lang a {
        display: inline-block;
        width: 40%;
    }
}

@media (max-width:575px){
    nav.navbar {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    nav.navbar > .navbar-collapse > ul.navbar-nav {
        min-height: 275px;
    }
}

/* *** MAIN *** */
/****************/

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.hero, .hero-project {
    background-image: url('/img/capitalgroup/hero_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.hero {
    height: 100%;
    background-position: center;
}

.hero-project {
    background-position: center;
    background-attachment: fixed;
}

.hero-logo {
    margin-top: 50vh;
    transform: translateY(-50%);
}

.mouse-icon {
    position: relative;
    animation: scroll-down 2s infinite;
}

@keyframes scroll-down {
    0% {bottom: 0;}
    50% {bottom: 15px;}
    100% {bottom: 0;}
}

.intro-col.blue {
    background-color: #032782;
}

.intro-col.light-blue {
    background-color: #7BAEDD;
}

.intro-col:nth-child(1) {
    margin-bottom: 150px;
    color: #ffffff;
}

.intro-col:nth-child(2) {
    margin-top: 150px;
}

.intro-row {
    background-image: url('/img/capitalgroup/intro_background.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

h2 span {
    color: #0FA6EE;
}

.strategie-list ul li {
    line-height: 2rem;
    position: relative;
}

.strategie-list ul li::before {
    content:'';
    width: 11px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: -25px;
    background-image: url('/img/capitalgroup/icon_list.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.graphic {
    background-image: url('/img/capitalgroup/graph_background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#konzept {
    overflow-x: hidden;
}

.vcg-map-quote-title {
    overflow-x: hidden;
}

.map-section {
    position: relative;
}

.map-wrapper {
    position: relative;
}

.map-img {
    width: 100%;
}

.project-icon {
    width: 1.5%;
    height: auto;
    max-width: 36px;
    position: absolute;
    cursor: pointer;
}

.project-icon.visible {
    transition: transform .15s ease-out;
}

.project-icon.visible:hover {
    transform: scale(1.5);
}

.html-vcg-about .popover {
    margin-left: 0;
    border-radius: 0;
    border: none;
}

.html-vcg-about .popover .popover-body {
    padding: 0;
}

.map-info-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.map-info-circle {
    max-width: 130%;
}

blockquote {
    position: relative;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
}

blockquote::before, blockquote::after {
    content:'';
    position: absolute;
    top: -26px;
    left: -53px;
    background-image:url('/img/capitalgroup/quote_icon.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 35px;
}

blockquote::after {
    top: auto;
    left: auto;
    bottom: -14px;
    right: -46px;
}

.info-case, .info-case span {
    display: block;
    transition: all 0.35s ease;
    cursor: pointer;
}

.hover-active {
    opacity: 0;
}

a.info-case:hover .hover-active {
    opacity: 1;
}

a.info-case:hover,
.info-case.in-popup {
    background-color: #F8F8F8;
    box-shadow: 0 3px 6px #D2D2D2;
}

@media (max-width: 1199px) {
    .map-info-wrapper {
        position: relative;
    }
    a.info-case .hover-active {
        opacity: 1;
    }
    a.info-case {
        background-color: #F8F8F8;
        box-shadow: 0 3px 6px #D2D2D2;
    } 
}

@media (max-width: 991px) {
    .intro-col:nth-child(2) {
        margin-top: 0;
    }
    .intro-col:nth-child(1) {
        margin-bottom: 0;
        margin-bottom: 60px;
    }
    .map-section {
        overflow-x: hidden;
    }
    .map-img {
        max-width: 180%;
        width: 180%;
        margin-left: -14%;
    }
    .project-icon {
        width: 2.4%;
    }
}

@media (max-width: 575px) {
    .hero-logo {
        max-width: 80%;
    }
    .project-icon {
        width: 4%;
        transform: translate(-18%, -25%);
    }
    blockquote::before {
        left: -36px;
    }
    blockquote::after {
        right: -42px;
    }
}

/* *** PROJECT PAGE *** */
/************************/

html.html-vcg-project body {
    padding-top: 80px;
}

.html-vcg-project h3 {
    font-size: 1.5rem;
    color: #032782;
    font-weight: 600;
}

.figures-nr {
    font-size: 2.3rem;
    color: #032782;
    margin-bottom: 0;
}

.slick-next:before,
.slick-prev:before {
    content: ' '!important;
    display: inline-block;
    width: 11px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}

.slick-next {
    right: 0!important;
}

.slick-prev {
    left: 0!important;
}

.slick-next:before {
    background-image: url('/img/capitalgroup/slick_next.svg');
}

.slick-prev:before {
    background-image: url('/img/capitalgroup/slick_prev.svg');
}

.blue-col {
    background-color: #032782;
    color: #ffffff;
    height: 100%;
}

.list-col p {
    color: #032782;
    font-weight: 700;
}

.list-col ul li {
    position: relative;
}

.list-col ul {
    padding-left: 0;
    margin-bottom: 0;
}

.list-col ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000000;
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-50%);
}

.w-100 {
    width: 100%;
}

@media (max-width: 991px) {
    html.html-vcg-project body {
        padding-top: 70px;
    }

    .hero-project img {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .figures-nr {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    html.html-vcg-project body {
        padding-top: 54px;
    }
}

/* *** Kontakt Form *** */
#kontakt-form input, #kontakt-form select, #kontakt-form textarea {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #032782;
    padding-left: 0;
    padding-right: 0;
}

#kontakt-form input::placeholder, #kontakt-form textarea::placeholder, #kontakt-form label {
    font-size: .875rem;
    color: #0FA6EE;
    font-weight: 100;
}

#kontakt-form button[type=submit] {
    padding: .6rem 3rem .5rem;
    background-color: #032782;
    border-color: #032782;
}

#kontakt-form label.error {
    color: #721c24;
    font-size: .75rem;
}

#message-sent {
    position: fixed;
    pointer-events: none;
    width: 100%;
    bottom: 50px;
}

#message-sent .toast {
    pointer-events: all;
}

#message-sent .toast .toast-header,
#message-sent .toast .toast-body {
    background-color: #d4edda;
}