body{
    font-family: Arial;
    width: 100%;
}
.background-color{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23242d+0,101012+100 */
    background: #23242d; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #23242d 0%, #101012 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #23242d 0%,#101012 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(165deg,  #23242d 0%,#101012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23242d', endColorstr='#101012',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.menu-navbar {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 15;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15px;
    list-style: none;
}

/*https://codepen.io/keithclark/pen/ibEnk*/
.stars-section{
    perspective: 340px;
}

.global-menu-bottom-close{
    position: fixed;
    right: 0;
    color: #fff !important;
    z-index: 15;
    margin-top: 50px;
    margin-right: 15px;
}

.header-nav{
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background: #23242d; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #23242d 0%, #101012 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #23242d 0%,#101012 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(165deg,  #23242d 0%,#101012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23242d', endColorstr='#101012',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    z-index: 30;
    top: 0px;
}

.header-nav li{
    list-style: none;
}

.glow-active{
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 6px 4px #fff, 0 0 25px 15px #fff;
    transition: box-shadow 2s ease-out;
    animation: spin 3s linear infinite;
}

.header-nav-nav li:hover .glow {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 6px 4px #fff, 0 0 25px 15px #fff;
    transition: box-shadow 2s ease-out;
    animation: spin 3s linear infinite;
}

.body-backgroud{    
    background: #23242d; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #23242d 0%, #101012 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #23242d 0%,#101012 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(165deg,  #23242d 0%,#101012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23242d', endColorstr='#101012',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}


.transparentcolor{
    background-color: transparent;
    color: white;
    text-align: center;
    border: none;
}

.thump-card{
    height: 200px;
}

.cosmos {
    position: relative; 
    left: 0; 
    top: 0;
}

.centricity-cosmos{
    position: relative;
    top: 0;
    left: 0;
}

.w-80{
    width: 85%;
}





.bubble_mobile{
    border-radius: 50%;
    background-color: #fff;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}
.bubble_mobile span{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    
}
.bubble_mobile img{
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centricity-without-cosmos{
    /* position: absolute;
    left:0px; */
}




.centricity-logo2 {
    position: absolute;
    top: -30px;
    right: -100%;

}



@media (max-width: 992px) {
    .h-lg-100 {
        /*height: 100% !important;*/
    }
    .w-lg-50{
        width: 100% !important;
    }
      
    .display-6 {
        font-size: 2.8rem;
        font-weight: 300;
        line-height: 1.2;
        letter-spacing: -0.04em;
        font-weight: bold;
    } 
    .facts-first{
        display: none;
        font-weight: bolder;
        color: #fff;
        height: 0px;
        font-size: 80px;
        letter-spacing: -0.04em;
        line-height: 70px;
    }
    
    .facts-second{
        display: none;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        height: 0px;
        margin-top: 50px;
        letter-spacing: -0.04em;
        line-height: 70px;
    }
    h2 {
        font-weight: bold;
        font-size: 40px;
        letter-spacing: -0.04em;
        line-height: 45px;
        text-align: left;
        color: #fff;
    }

    p{
        font-size: 14px;
        letter-spacing: 0.165em;
        line-height: 32px;
    }
    a{
        letter-spacing: 0.165em;
        line-height: 32px;
    }

    .contact_list{
        list-style: none;
        font-size: 14px;
        letter-spacing: 0.165em;
        line-height: 32px;
        padding-left: 0px !important;
    }

    .management-list{
        list-style: none;
        color: white;
        text-align: left;
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.165em;
        line-height: 32px;
        
    }

    .header-nav-nav{
        position: absolute;
        top: 15%;
        left: 0%
    }
    .imprint_h1{
        margin-top: 50px;
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
        font-weight: bold;
    }

    #facts{
        padding-left: 20px;
        padding-right: 50px;
        padding-top: 150px;
        padding-bottom: 150px;
    }

    #communication{
        padding: 50px;
    }
    
    #agencies{
        padding: 50px;
    }
    
    
    /* #management{
        padding: 50px;
    } */
    
    #credentials{
        padding: 50px;
    }
    
    #contact{
        padding: 50px;
    }

    .thump{
        height: 40px;
    }

    .thump2 {
        height: 35px;
    }

    .menu-navbar li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-indent: -999px;
        cursor: pointer;
        background-clip: padding-box;
        border-color: #fff;
        border-width: 2px;
        border-style: solid;
        border-radius: 50%;
        opacity: .5;
        transition: opacity .6s ease;
    }
    
    .menu-navbar .active {
        opacity: 1;
        width: 10px;
        height: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-radius: 50%;
    }

    .global-menu-bottom-open{
        cursor: pointer;
        position: fixed;
        right: 0;        
        z-index: 15;
        margin-top: 25px;
        margin-right: 15px;
    }

    .global-menu-bottom-open i{
        position: absolute;
        left: 25%;
        top: 23%;
        color: #000;
        
    }

    .global-menu-bottom-open .fas.fa-bars{
        font-size: 1em;
    }

    #centricitygroup{
        padding: 50px;
    }

    .thump_credentials{
        max-height: 40px;
        margin-top: 20px;
    }
    
    .thump_credentials2{
        max-height: 60px;
        margin-top: 20px;
    }


    .thump_credentials3{
        max-height: 32px;
        margin-top: 20px;
    }

    .management-img{
        position: absolute;
        left: 0px;
    }
    .menu_icon{
        height: 20px;
        cursor: pointer;
        margin-top: 20px;
    }
    .img-make{
        height: 60px;
    }
    .img-axivas{
        height: 80px;
    }
    .img-massdrei{
        height: 60px;
    }
    .img-reporting{
        height: 40px;
    }
    .img-cpa{
        height: 80px;
    }
    .centricity-logo {
        margin-bottom: 100px;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    @media (orientation: portrait){
        .h-lg-100 {
            height: 80% !important;
        }
        .nav-galaxie-img{
            position: relative;
            left: -100px;
            top: 12%;
            
        }
        #facts{
            padding-left: 50px;
            padding-right: 50px;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        #centricitygroup{
            padding: 80px;
        }

        #communication{
            padding: 50px;
        }
        
        #agencies{
            padding: 50px;
        }
        
        
        /* #management{
            padding: 50px;
        } */
        
        #credentials{
            padding: 50px;
        }
        
        #contact{
            padding: 50px;
        }
        .header-nav-nav{
            
            top: 12.5%;
            left: 50%
        }
        
    }
    @media (orientation: landscape){
        .h-lg-100 {
            height: 100% !important;
        }
        .nav-galaxie-img{
            position: relative;
            left: -100px;
            
        }
        #facts{
            padding-left: 50px;
            padding-right: 50px;
            padding-top: 250px;
            padding-bottom: 250px;
        }

        #home{
            margin-bottom: 10%;
        }

        #centricitygroup{
            padding-top: 80px;
            padding-left: 80px;
            padding-right: 80px;
            padding-bottom: 40px;
            margin-bottom: 10%;
        }
        .icons-centricitygroup{
            margin-top: 150px !important;
        }

        #communication{
            padding: 50px;
            margin-bottom: 10%;
        }
        
        #agencies{
            padding: 50px;
        }
        
        
        /* #management{
            padding: 50px;
            margin-bottom: 10%;
        } */
        
        #credentials{
            padding: 50px;
        }
        
        #contact{
            padding: 50px;
        }
        .header-nav-nav{
            top: 12.5%;
            left: 50%
        }
    }
    .img-make{
        height: 100px;
    }
    .img-axivas{
        height: 100px;
    }
    .img-massdrei{
        height: 100px;
    }
    .img-reporting{
        height: 50px;
        margin-bottom: 50px;
    }
    .img-cpa{
        height: 100px;
    }
    .w-lg-50{
        width: 50% !important;
    }
    .management-list{
        text-align: right;
    }
    
    .display-6 {
        font-size: 4.5rem;
        letter-spacing: -0.04em;
        font-weight: 300;
        line-height: 1.2;
        font-weight: bold;
    }
    .facts-first{
        display: none;
        font-weight: bolder;
        color: #fff;
        height: 0px;
        font-size: 122px;
        letter-spacing: -0.04em;
        line-height: 70px;
    }
    
    .facts-second{
        display: none;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        height: 0px;
        margin-top: 50px;
        letter-spacing: -0.04em;
        line-height: 70px;
    }
    h2 {
        font-size: 80px;
        font-weight: bold;
        letter-spacing: -0.04em;
        line-height: 74px;
        text-align: left;
        color: #fff;
        margin-left: 5rem;
    
    }
    p{
        font-size: 17px;
        letter-spacing: 0.165em;
        line-height: 30px;
    }
    a{
        font-size: 17px;
        letter-spacing: 0.165em;
        line-height: 30px;
    }

    .contact_list{
        list-style: none;
        font-size: 17px;
        letter-spacing: 0.165em;
        line-height: 30px;
    }

    .management-list{
        list-style: none;
        color: white;
        text-align: right;
        width: 100%;
        font-size: 17px;
        letter-spacing: 0.165em;
        line-height: 30px;
        
    }

    

    .management-list li{
        display: none;        
    }


    .imprint_h1{
        margin-top: 50px;
        margin-bottom: 200px;
        margin-left: -125px;
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.2;
        font-weight: bold;
    }
    
   

    .thump{
        height: 50px;
    }

    .thump2{
        height: 40px;
    }

    .menu-navbar li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 8px;
        height: 8px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-indent: -999px;
        cursor: pointer;
        background-clip: padding-box;
        border-color: #fff;
        border-width: 2px;
        border-style: solid;
        border-radius: 50%;
        opacity: 1;
        transition: opacity .6s ease;
    }
    
    .menu-navbar .active {
        opacity: 1;
        width: 8px;
        height: 8px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-radius: 50%;
    }

    .global-menu-bottom-open{
        position: fixed;
        right: 0;
        color: #fff !important;
        z-index: 15;
        margin-top: 50px;
        margin-right: 15px;
    }


    .global-menu-bottom-open .fas.fa-bars{
        font-size: 2em;
    }
    
    .thump_credentials{
        max-height: 40px;
    }
    
    .thump_credentials2{
        max-height: 60px;
    }

    .thump_credentials3{
        max-height: 60px;
    }

    .referenzen{
        width: 20%;
    }
    

    .menu_icon{
        height: 20px;
        cursor: pointer;
    }
    .centricity-logo {
        margin-bottom: 100px;
        max-width: 70%;
    }
}

h3{
    text-decoration: underline;
}


.popover{
    background-color: #23242d;
    color: white;
}

.popover-body{
    color: white;
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #23242d;
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #23242d;
}

.popover-header{
    background-color: #23242d;
    color: white;
    font-weight: bold;
}

#texttotop{
    padding-top: 40px;
}

.liststyle{
    list-style: none;
}

.liststyle li {
    display:inline;
    margin-left: 25px;
}

.glow-scroll{
    position: absolute;
    position: absolute;
    bottom:63px;
    left:50%;
    background-color: #fff;
    margin-left: -5px;
    width:10px;
    height:10px;
    border-radius:5px;
    box-shadow: 0 0 6px 4px #fff, 0 0 15px 10px #fff;
    -webkit-animation: spin 3s linear infinite;
}

.circle{
    position: absolute;
    bottom:63px;
    left:50%;
    display:block;
    width:25px;
    height:25px;
    background:black;

    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;

    overflow:hidden;
}
.cut-circ {
    position: absolute;
}

@media (max-width: 576px) { 
    .br {
        display: none;
    } 
 }

@media (min-width: 576px) { 
    .br {
        display: none;
    } 
 }

@media (min-width: 768px) { 
    .br {
        display: none;
    } 
 }

@media (min-width: 992px) { 
    .br {
        display: none;
    } 
 }

@media (min-width: 1200px) { 
    .br {
        display: block;
    } 
    .credentials_padding{
        padding-top: 9rem;
        padding-bottom: 9rem;
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .w-81{
        width: 80%;
    }
}

@media (min-width: 1200px) and (max-height: 1200px) { 
    .centricitygroup_background{
        background-image: url(../img/centricity_galaxie_mitLogo.png);
        background-repeat: no-repeat;
        background-position: left; 
        background-size: contain;
    }
}

@media (min-width: 1200px) and (min-height: 1200px) { 
    .centricitygroup_background{
        background-image: url(../img/centricity_galaxie_mitLogo.png);
        background-repeat: no-repeat;
        background-position: left; 
        background-size: 60% auto;
    }
}

@media (min-width: 1300px) {  
    .impressum-container{
        padding-top: 200px;
    }
    
    .impressum-container h1{
        font-size: 80px;
        font-weight: bold;
        letter-spacing: -0.04em;
        line-height: 74px;
        text-align: left;
        color: #fff;
    }
    
    .impressum-container h3{
        font-size: 17px;
        letter-spacing: 0.165em;
        line-height: 30px;
        font-weight: bold;
        color: #fff;
    }

    .impressum-centricity-logo{
        position: absolute;
        right: 10;
        top: 10;
        height: 100px;
    }
    .impressum-language{
        position: fixed;
        right: 20;
        bottom: 20;
    }
}

@media (max-width: 1299px) {  
    .impressum-container{
        padding: 40px;
        margin-top: 100px;
    }
    
    .impressum-container h1{
        font-weight: bold;
        font-size: 40px;
        letter-spacing: -0.04em;
        line-height: 45px;
        text-align: left;
        color: #fff;
    }

    .impressum-container h3{
        font-size: 14px;
        letter-spacing: 0.165em;
        line-height: 32px;
        font-weight: bold;
        color: #fff;
    }
    
    .impressum-centricity-logo{
        position: absolute;
        right: 10;
        top: 10;
        height: 100px;
    }
    .impressum-language{
        position: fixed;
        right: 20;
        bottom: 20;
        display: none;
    }
}


.img-fluid2{
    width: 100%;
    height: auto;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.carousel-inner{
    overflow: visible !important;
}
.carousel-indicators{
    bottom: -80px;
}
.carousel-indicators li{
    height: 5px;
}

.carousel-inner > .carousel-item {
    -webkit-transition: 0.4s ease-in-out ;
    -moz-transition: 0.4s ease-in-out ;
    -o-transition: 0.4s ease-in-out ;
    transition: 0.4s ease-in-out ;
}

.no-bold-text{
    font-weight: normal;
}

.cosmos-margin{
    margin-top: 10rem;
}



.footer-icons{
    margin-top: 10rem !important;
}
.agencies-facts{
    margin-top: 15rem !important;
}

