

html {
    height:100%;
    font-size: 14px!important;
}

body {
    background: rgba(255, 255, 255, 1.00)!important;
    color: rgba( 37,  71,  95, 1.00)!important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px!important;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: rgba( 37,  71,  95, 1.00)!important;
}

h1 {
    font-size: 3.0em;
    font-weight: 400;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 2.5em;
    margin-bottom:0.30em;
}


@media (max-width: 767px) {
    h1 {
        font-size: 2.8em;
        font-weight: 400;
        margin: 0 0 10px 0;
    }

    h2 {
        font-size: 2.1em;
    }

    h3 {
        font-size: 1.4em;
        font-weight: 200;
    }

    .fw-bold {
        font-weight:600!important;
    }

		.vicon-content-area {
			margin-top:10px;
		}
}

/* bootstrap extensions */
.table-condensed .table-noborder td, .borderless th,
.table-borderless td, .borderless th {
    border: none;
}

table.table-condensed tbody tr td {
    font-size:0.8em;
}

.table-sx td, .table-sx th {
    padding: .3rem;
    padding-top: 0.3rem;
    padding-right: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.0rem;
}

.table-no-head thead {
    display:none!important;
}



.pagebanner {
  margin-top:2em!important;
}

.pagination {
}

.page-link {
    /* color:#222; */
    color:rgba( 21,  30,  83, 1.00)!important;
    font-weight:bold;
    border:none!important;
    background-color: #dee2e6;
}

.page-link.active, .active > .page-link {
    color:#666;
    _background-color: #dee2e6;
    background-color: rgba( 21,  30,  83, 0.05)!important;
}


.page-link:hover {
    color:#666;
    color:rgba( 21,  30,  83, 1.00)!important;
}

.tooltip.show {
    opacity: 0.5;
}  

/* ViCon headline */
.vicon-project-hr {
    line-height:2em!important;
    // border-bottom: 2px solid -417
}

/* ViCon Jumbotron */
.vicon-jumbotron {
    padding:2rem 2rem!important;
}


/* ViCon news table */
.table-vicon-news tr {
    border-bottom:30px solid rgba(255, 255, 255, 1.00)!important;;
}


/* ViCon bim news table */
tr.vicon-no-border-top th {
    border-top:none!important;
}

/* ViCon images */
.vicon-img {
    margin-bottom:1.6em;
}

.vicon-img-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.vicon-img-hover:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.vicon-bordered-img {
    padding:0px;
    border:2px solid rgba(200, 204, 213, 1.00)!important;
    min-height:100px;
}

.nav-menu ul.small-menu li a,
.nav-menu ul.small-menu li a .btn {
    font-size:0.8em!important;
    padding:2px 10px;
}

.vicon-big-nav {
    font-size:2rem;
}

/* ViCon borders */
.vicon-border-grey{ 
    border:1px solid rgba(133, 145, 165, 1.00)!important;
}

.vicon-border-light-grey{ 
    border:1px solid rgba(200, 204, 213, 0.30)!important;
}

.vicon-border-white{ 
    border:1px solid rgba(255, 255, 255, 1.00)!important;
}

/* ViCon colors */
.vicon-green-bold,
.vicon-green {
    color:rgba(170, 182,  42, 1.00)!important;
}

.vicon-green-bold {
    font-weight:600;
}

.vicon-grey  {
    color:rgba(133, 145, 165, 1.00)!important;
}

.vicon-light-grey  {
    color:rgba(200, 204, 213, 1.00)!important;
}

.vicon-blue {
    color:rgba( 30,  86, 159, 1.00)!important;
}

.vicon-light-blue {
    color:rgba(180, 208, 224, 1.00)!important;
}

.vicon-bg-light-blue {
    background-color:rgba(180, 208, 224, 1.00)!important;
    color:#fff;
}

.vicon-mid-blue,
.vicon-mid-blue-bold {
    color:rgba(127, 159, 185, 1.00)!important;
}

.vicon-mid-blue-bold {
    font-weight:600;
}

.vicon-bg-mid-blue {
    background-color:rgba(127, 159, 185, 1.00)!important;
    color:#fff;
}

.vicon-red {
    color:rgba(112,  41,  87, 1.00)!important;
}

.vicon-light-red {
    color:rgba(176, 103, 145, 1.00)!important;
}

.vicon-white {
    color:#fff!important;
}

.vicon-black {
    color: #222;
}

.btn-vicon-grey {
    background-color:rgba(133, 145, 165, 1.00)!important;
    color:rgba(255, 255, 255, 1.00)!important;
}

.btn-vicon-grey:hover {
    background-color:rgba(200, 204, 213, 1.00)!important;
    color:rgba(133, 145, 165, 1.00)!important;
}

.btn-vicon-green {
    background-color:rgba(170, 182,  42, 1.00)!important;
    color:rgba(255, 255, 255, 1.00)!important;
}

.btn-vicon-green:hover {
    background-color:rgba(170, 182,  42, 0.80)!important;
    color:rgba(255, 255, 255, 1.00)!important;
}

.btn-vicon-turkis {
    background-color: rgba( 78, 135, 144, 1.00)!important; 
    color:#fff;
}

.btn-vicon-dark {
    background-color: rgba( 37,  71,  95, 1.00)!important;
    color:#fff;
}

.btn-vicon-dark:hover {
    color:rgba(200, 204, 213, 1.00)!important;
}

.btn-vicon-dark:not(:disabled):not(.disabled).active,
.btn-vicon-dark:not(:disabled):not(.disabled):active,
.show>.btn-vicon-dark.dropdown-toggle{
    color:rgba(200, 204, 213, 1.00)!important;
}

.btn-vicon-black {
    background-color: rgba(  0,   0,   0, 1.00)!important; 
    color:#fff;
}


/* btn the active styte problem */
.btn-circle:not(:disabled):not(.disabled):focus,
.btn-circle:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active{
    border-color: #fff;
    outline: 0 none;
    box-shadow: none;
}

/* ViCon nav-pill */
.vicon-nav-pill {
    color:rgba( 37,  71,  95, 1.00)!important;
    font-weight:600;
}

/* ViCon background colors */
.vicon-bg-petrol {
    background-color: rgba(127, 159, 185, 1.00)!important;
}

.vicon-bg-green {
    background-color: rgba(163, 199, 204, 1.00)!important;
}

.vicon-bg-mid-grey {
    background-color: rgba(133, 145, 165, 1.00)!important;
}

.vicon-bg-lightgrey {
    background-color: rgba(200, 204, 213, 1.00)!important;
}

.vicon-bg-white {
    background-color: rgba(255, 255, 255, 1.00)!important;
}

.vicon-bg-white-0 {
    background-color: rgba(255, 255, 255, 1.00)!important;
    color: rgba( 30,  86, 159, 1.00)          ;
}

.vicon-bg-black {
    background-color: rgba(  0,   0,   0, 1.00)!important;
}

.vicon-bg-dark {
    background-color: rgba( 21,  30,  83, 1.00)!important;
}

.vicon-bg-blue {
    background-color: rgba( 30,  86, 159, 1.00)!important;
}

.vicon-bg-blue-1 {
    background-color: rgba( 21,  30,  83, 1.00)!important;
}

.vicon-bg-blue-2 {
    background-color: rgba(127, 159, 185, 1.00)!important;
}

.vicon-bg-blue-3 {
    background-color: rgba(180, 208, 224, 1.00)!important;
}

.vicon-bg-red-1 {
    background-color: rgba(176, 103, 145, 1.00)!important;
}

.vicon-bg-red-2 {
    background-color: rgba(112,  41,  87, 1.00)!important;
}

.vicon-bg-green-1 {
    background-color: rgba( 78, 135, 144, 1.00)!important;
}

.vicon-bg-green-2 {
    background-color: rgba(163, 199, 204, 1.00)!important;
}

.vicon-bg-green-3 {
    background-color: rgba(170, 182,  42, 1.00)!important;
}

.vicon-bg-green-4 {
    background-color: rgba( 37,  71,  95, 1.00)!important;
}

.vicon-bg-grey-1 {
    background-color: rgba(133, 145, 165, 1.00)!important;
}

.vicon-bg-grey-2 {
    background-color: rgba(200, 204, 213, 1.00)!important;
}

/* ViCon straight borders  */
.vicon-partner-box-2,  
.vicon-partner-box-1 {
    border:1px solid rgba( 21,  30,  83, 1.00)!important;
    padding:40px 10px 10px 10px;
    margin:15px 0 30px 0;
}

.vicon-partner-box-2 {
    padding:40px 40px 10px 40px;
}

/* ViCon round borders for icons */
.vicon-round {
    display: inline-block;
    border-radius: 60px;
    border:1px solid #fff;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
}

.vicon-round-bg-grey {
    display: inline-block;
    border-radius: 60px;
    border:1px solid  rgba(72,84,104);
    background-color: rgba(72,84,104);
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
    margin-bottom:10px;
}

/* ViCon navs */
ul.nav.vicon-pill-nav li.nav-item a.nav-link {
    color:rgba( 37,  71,  95, 1.00)!important;
    font-size:1.5em;
}

/* ViCon lists */
ul.vicon-list {
    list-style-image: url(../img/vicon_list_style_12x12.png);
    margin-left: 1.4em;
    padding-left: 0;
    line-height: 1.7em;
}

ul.vicon-list-wide li {
    margin-bottom:0.75em;
}

/* ViCon special fonts */
.vicon-alternate-font {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
}

.vicon-more {
    font-family: 'Open Sans', sans-serif;
    font-size:1em;
    font-weight:600;
}

/* ViCon margins */
.vicon-no-margin {
    margin:0px!important;
}

/* ViCon cards */
.card {
    border:none;
}

.card-title {
    font-weight:600;
    padding-bottom:0.65em;
}

.vicon-card-bg-glasses {
    background: 
    linear-gradient(
    rgba(32, 117, 175, 0.45), 
    rgba(55, 0, 0, 0.45)
    ), url("../img/vicon_future_glasses_3.webp") no-repeat;
    background-size: cover;
}

.vicon-card-bg-karriere {
    background: 
    linear-gradient(
    rgba(32, 137, 187, 0.75), 
    rgba(32, 137, 187, 0.75)
    ), url("/vicon/img/184735.webp") no-repeat;
    background-size: cover;
}

.vicon-card-bg-management {
    background: 
    linear-gradient(
    rgba(32, 137, 187, 0.95), 
    rgba(32, 137, 187, 0.15)
    ), url("/vicon/img/184731.webp") no-repeat;
    background-size: cover;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: none;
}

a.btn:hover  {
    color:rgba( 21,  30,  83, 1.00)!important;
}

a.btn.btn-vicon-turkis.vicon-white:hover,
a.btn.btn-lg.btn-vicon-turkis.vicon-white:hover {
    color:#efefef!important;
}


/* ViCon borderd */
.vicon-green-border {
    border: 2px solid rgba(170, 182,  42, 1.00)!important;
}


/* ViCon font sizes and weights */
.vicon-font-very-small {
    font-size:0.75em!important;
}

.vicon-font-smaller {
    font-size:0.85em!important;
}

.vicon-font-normal {
    font-size:1em!important;
}

.vicon-font-large {
    font-size:126%;
}

.vicon-font-larger {
    font-size:180%;
}

.vicon-font-lean {
    font-weight:200!important;
}

.vicon-font-110 {
    font-size:110%!important;
}

.vicon-font-120 {
    font-size:120%!important;
}

h2.vicon-font-lean {
    font-size:2.0rem;
}

.vicon-font-extra-h2 {
    font-size:2.4em!important;
}

@media (max-width: 767px) {
    h2.vicon-font-lean {
        font-weight:200!important;
        font-size: 1.6em;
    }

    .vicon-font-extra-h2 {
        font-size:2.1em!important;
    }
}

.vicon-bold-dark {
    font-weight:600;
}

h2.vicon-bold-dark {
    margin-bottom:2px;
}


/* ViCon Buttons */
.vicon-blue-button {
    background-color:#024a94;
    color:#fff;
    border:none;
}

.vicon-petrol-button {
    background-color: rgba( 37,  71,  95, 1.00)!important;
    color:#fff;
    border:none;
}

.vicon-petrol-button:hover {
    background-color: rgba(22, 97, 165);
}

.vicon-light-grey-button {
    background-color: rgba(200, 204, 213, 1.00)!important;
    color:
}

.vicon-light-grey-button:hover {
    background-color: rgba(200, 200, 200, 0.6)!important;
    color:rgba( 37,  71,  95, 1.00)!important;
}

/* ViCon spacer */
.vicon-space-bottom {
    padding-bottom:140px;
}

.vicon-spacer-top-100 {
    padding-top:100px;
}

.vicon-spacer-5,
.vicon-spacer-8,
.vicon-spacer-10,
.vicon-spacer-15,
.vicon-spacer-20, 
.vicon-spacer-25, 
.vicon-spacer-30, 
.vicon-spacer-40,
.vicon-spacer-50,
.vicon-spacer-100,
.vicon-spacer-200,
.vicon-spacer-300 {
    display:block;
    height:5px;
    padding:0;
    margin:0;
}

.vicon-spacer-8  { height:8px; }
.vicon-spacer-10 { height:10px; }
.vicon-spacer-15 { height:15px; }
.vicon-spacer-20 { height:20px; }
.vicon-spacer-25 { height:25px; }
.vicon-spacer-30 { height:30px; }
.vicon-spacer-40 { height:40px; }
.vicon-spacer-50 { height:50px; }
.vicon-spacer-100{ height:100px; }
.vicon-spacer-200{ height:200px; }
.vicon-spacer-300{ height:300px; }

.vicon-mb-50 {
    margin-bottom:50%!important;
}

.vicon-mb-40 {
    margin-bottom:40%!important;
}

.vicon-mt-40 {
    margin-top:40%!important;
}

.vicon-mb-30 {
    margin-bottom:30%!important;
}

.vicon-mb-20 {
    margin-bottom:20%!important;
}

.vicon-mt-50 {
    margin-top:50%!important;
}

/* ViCon circular button */
.btn-vicon {
    color: #fff;
    background-color: #024a94;
    border-color: #024a94;
	  display: inline-flex;
    align-items: center;      
    justify-content: center;  
}

.btn-vicon:visited {
    color: #fff;
    background-color: #024a94;
    border-color: #024a94;
}

.btn-vicon:hover {
    color: #fff;
    background-color: #efefef;
    border-color: #024a94;
}

.btn-vicon:active {
    color: #fff;
    background-color: #024a94;
    border-color: #024a94;
}

.btn-circle.btn-xl-l,
.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
}

.btn-circle.btn-xl-l {
    margin:0.4em;
}

.btn-circle.btn-lg {
    width: 40px;
    height: 40px;
    padding: 8px 14px;
    border-radius: 32px;
    font-size: 20px;
    line-height: 1.40;
}

.btn-circle.btn-md {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 1.42857;
}

.btn-circle {
    width: 15px;
    height: 15px;
    padding: 1px 0px!important;
    border-radius: 6px;
    text-align: center;
    font-size: 10px;
    line-height: 1.0;
}

/* ViCon Sections */
.vicon-section {
    margin:60px 0;
    height:100vh;
}

.vicon-small-section {
    padding:60px 0;
}

.vicon-section-large-space {
    margin:100px 0;
}


/* ViCon Pinterest Pattern */
.logo {
    border-radius: 50%;
}

.text-muted a {
    color: #989898;
}

.text-muted a:hover {
    color: grey;
}

/* Tool Colors */
.general {
    background-color: #0095af;
}

.general .card-title {
    color: #f3f3f3;
}

.general .card-text {
    color: #f3f3f3;
}

.card-img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .2s ease;
    background-color: #008CBA;
}

.card-pin:hover .overlay {
    opacity: .5;
    border: 1px solid #f3f3f3;
    transition: ease .5s;
    background-color:rgba( 21,  30,  83, 1.00)!important;
    cursor: zoom-in;
}

.more {
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-20%, -20%);
    -ms-transform: translate(-50%, -50%);
}

.download {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 20px;
    text-transform: uppercase;
    transform: translate(-20%, -20%);
    -ms-transform: translate(-50%, -50%);
}

.social {
    position: relative;
    transform: translateY(-50%);
}

.social .fa {
    margin: 0 3px;
}

a.langsw {
    line-height:1.05rem!important; 
    font-size:90%;
}


/* ViCon Back to top button */
.back-to-top,
.back-to-top:visited {
    position: fixed;
    display: none;
    background-color: rgba( 37,  71,  95, 1.00)!important;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 1px;
    border:0px solid #fff;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index:22;
}

.back-to-top:active,
.back-to-top:hover,
.back-to-top:focus {
    background-color: rgba(  0,   0,   0, 1.00)!important;
    color: #fff!important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    padding: 6px 0;
    border-top: 1px solid #eee;
}

#topbar .contact-info a {
    line-height: 1;
    color:rgba( 37,  71,  95, 1.00)!important;    
}

#topbar .contact-info a:hover {
    color: #024a94; 
}

#topbar .contact-info i {
    color: #024a94;
    background-color:#fff;
    padding: 4px;
}

#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
    color:rgba( 37,  71,  95, 1.00)!important;    
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid rgba(200, 204, 213, 1.00)!important;
}

#topbar .social-links a:first-child {
    border:none!important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 20px 0;
    height: 84px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#header #logo h1 a {
    color: #0c2e8a;
    line-height: 1;
    display: inline-block;
}

#header #logo h1 a span {
    color: #024a94;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

/*--------------------------------------------------------------
Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    height: 86vh;
    position: relative;
    background: url("../img/vicon_home_4.webp") no-repeat;
    background-size: cover;
}

#intro .intro-content {
    background-color: rgba(1, 32, 74, 0.75);
    position: relative;
    top: 30%;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

#intro .intro-content h2 {
    font-family: "Open Sans", sans-serif;
    padding-top:40px;
    color: #fff;
    font-size: 2.4em;
    line-height:1.4em;
    font-weight: 400;
}

#intro .intro-content p {
    color: #fff;
    font-size: 18px;
    font-weight:400;
    line-height:1.4em;
    width:60%;
}

#intro .intro-content h2 span {
    color: #024a94;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
}

#intro .intro-content .btn-get-started {
    background: #024a94;
    border: 2px solid #024a94;
}

#intro .intro-content .btn-get-started:hover {
    background: #fff;
    color: #024a94;
}

#intro .intro-content .btn-projects {
    background: #024a94;
    border: 2px solid #024a94;
}

#intro .intro-content .btn-projects:hover {
    background: none;
    color: #024a94;
}

@media (max-width: 767px) {

    #intro .intro-content {
        position: relative;
        top: 5%;
        height: 95%;
    }

    #intro .intro-content p {
        color: #fff;
        font-size: 16px;
        font-weight:400;
        line-height:1.4em;
        width:90%;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Menu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 10px 6px;
    text-decoration: none;
    display: inline-block;
    color:rgba( 37,  71,  95, 1.00)!important;    
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    outline: none;
}

@media (max-width: 1199.98px) { 
    .nav-menu a {
        padding: 10px 6px;
        text-decoration: none;
        display: inline-block;
        color:rgba( 37,  71,  95, 1.00)!important;    
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        font-size: 14px;
        outline: none;
    }
}

@media (max-width: 767.98px) {
    .nav-menu a {
        padding: 10px 6px;
        text-decoration: none;
        display: inline-block;
        /* color: #555; */
        color:rgba( 37,  71,  95, 1.00)!important;    
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        font-size: 12px;
        outline: none;
    }

    .nav-menu-container {
        overflow: hidden;
    }
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
    color:rgba( 37,  71,  95, 1.00)!important;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #024a94;
}

.nav-menu ul ul {
    margin: 0;
}

/* Number Section
--------------------------------------------------------------*/
#numbers {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    font-stretch: semi-condensed;
    width: 100%;
    background: #fff;
}

.counters {
    padding: 34px 0 34px 0;
}

#numbers .counters span {
    font-weight: bold;
    font-size: 48px;
    display: block;
    font-stretch: ultra-condensed;
    color: rgba( 30,  86, 159, 1.00);

    margin: 10px 0 10px 0;
}

#numbers .counters p {
    margin: 0px 0 0px 0;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-stretch: ultra-condensed;
    color:rgba( 21,  30,  83, 1.00)!important;
}


/* Vicon Contact Section
--------------------------------------------------------------*/
#vicon-contact {
    position: relative;
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("../img/vicon_bridge_2.webp") no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    #vicon-contact {
        background: url("../img/vicon_bridge_768.webp") repeat;
        height: 100%;
        margin-bottom:80px;
        padding-bottom:40px;
    }

    #vicon-contact .head-space {
        margin-top:60px;
    }
}

.vicon-mh-360 {
    min-height:360px;
}

/* Objective Section
--------------------------------------------------------------*/

@media (min-width: 801px) {
    #objective {
        position: relative;
        height: 100vh;
        background: linear-gradient(rgba(30,86,159,0.99), rgba(255,255,255,0.1)), url("/vicon/img/184730.webp") repeat;
        background-size: cover;
        padding: 5em 0 5em 0;
        color:#fff;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: left;
        -webkit-align-items: left;
        -ms-flex-align: left;
        align-items: left;
        text-align: left;
        background-color: rgba(2, 74, 148, 0.95);
        z-index: 10;
    }

    #objective .objective-content-right {
        position: absolute;
        top: 0%;
        right: 0%;
        width: 100%;
        height: 100%;
        background-color: rgba(2, 74, 148, 0.55);
        z-index: 10;
    }

    #objective .objective-content-right .right-content {
        padding-top: 3em;
        padding-left:40px;
        width:auto;
    }

    .objective-content-right p {
        color: #fff;
        font-size: 18px;
        font-weight:400;
        line-height:1.4em;
        width:80%;
    }
}

@media (max-width: 800px) {
    #objective {
        height: auto;
        background: url("../img/vicon_objective_2.webp") no-repeat;
        background-size: cover;
        color:#fff;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: left;
        -webkit-align-items: left;
        -ms-flex-align: left;
        align-items: left;
        text-align: left;
        background-color: rgba(2, 74, 148, 0.95);
        z-index: 10;
        padding-top:20px;
    }

    #objective .objective-content-left {
        padding: 1.5em 0 0em 1em;
    }

    #objective .objective-content-right {
        padding: 0.0em 0 0em 0em;
        background-color: rgba(2, 74, 148, 1);
    }

    .objective-content-right p:first-child {
        padding: 1.5em 0 0em 1em;
        width:80%;
    }

    .objective-content-right p {
        padding: 0.25em 0 0em 1em;
        color: #fff;
        font-size: 18px;
        font-weight:400;
        line-height:1.4em;
        width:80%;
    }
}

/* management-it
--------------------------------------------------------------*/
.bim-management-it,
#bim-management-it {
    position: relative;
    background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url("/vicon/img/185378.webp") repeat;
    background-size: auto;
    padding: 5em 0 5em 0;
    color:#fff;
    z-index: 10;
}

.vicon-it-spacer-50 {
    height:50px; 
}

.vicon-it-spacer-100 {
    height:100px; 
}

.vicon-it-spacer-200 {
    height:200px; 
}

.vicon-it-font-120 {
    font-size:130%;
}


@media (max-width: 767px) {

    #bim-management-it {
        height: 100vh;
        background-size: cover auto;
        padding: 1em 0 1em 0;
    }

    .vicon-it-spacer-50 {
        height:10px; 
    }

    .vicon-it-spacer-100 {
        height:40px; 
    }

    .vicon-it-spacer-200 {
        height:60px; 
    }

    .vicon-it-font-120 {
        font-size:100%;
    }

}

/* beratung-it
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .beratung-it,
    #beratung-it {
        width:100%;
        position: relative;
        background-size: cover;
        padding: 5em 0 5em 0;
        color:#fff;
    }
}

@media (max-width: 767px) {
    .beratung-it,
    #beratung-it {
        background: url("/vicon/img/185377.webp") repeat;
        background-size: cover;
        height:auto;
        color:#fff;
    }
}

/* Leistungen, Management Section
--------------------------------------------------------------*/
#management,
#leistungen {
}

#management h2,
#leistungen h2 {
    font-weight:600;      
    padding: 0 0 0.2em 0;
    margin: 0em 0 0.1em 0;
}

#management h3,
#leistungen h3 {
    padding: 0 0 1em 0;
    margin: 0;
    font-size: 1.6em;
    color:#aaa;
}

#management h4,
#leistungen h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
}


/* Difference Section
--------------------------------------------------------------*/
#difference {
    height: auto;
    position: relative;
    background: url("../img/vicon_difference_2.webp") no-repeat;
    background-size: cover;
    color:#fff;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    text-align: left;
    z-index: 10;
}

#difference .difference-content h2 {
    margin: 2em 0 0em 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 2.2em;
    font-weight: 600;
}


#difference .difference-content h3 {
    padding: 0 0 2em 0;
    margin: 0;
    font-size: 1.6em;
}

#difference .difference-content p {
    font-size: 18px;
    font-weight:400;
    line-height:1.4em;
}

@media (max-width: 767px) {

    #difference .difference-content {
        text-align: left;
        padding: 0 10% 0 10%;
    }
}

/* karriere (new)  section 
--------------------------------------------------------------*/
#vicon-karriere {
    height: 100vH;
    width:100%;
    position: relative;
    background: url("../img/vicon_karriere_1.webp") no-repeat;
    background-size: cover;
    color:#fff;
}



/* bim news section 
--------------------------------------------------------------*/
#vicon_bim_news {
    position: relative;
    top:0px;
    background: url("/vicon/img/185469.webp");
    background-repeat: no-repeat;
    background-position: right 0% top;
    width: 100%;
    height: 470px;
    /* background-color: rgba(37,137,189); */
    background-color:rgba(180, 208, 224, 1.00)!important;
    background-size: auto;
    color:#fff;
}

/* bim wiki news section 
--------------------------------------------------------------*/
#vicon_bim_wiki_news {
    position: relative;
    top:0px;
    background: url("/vicon/img/185470.webp");
    background-repeat: no-repeat;
    background-position: right 0% top;
    width: 100%;
    height: 470px;
    background-color:rgba(180, 208, 224, 1.00)!important;
    background-size: auto;
    color:#fff;
}


@media (max-width: 767px) {
    #vicon_bim_wiki_news {
        background: linear-gradient(rgba(2,74,148,0.15), rgba(2,74,148,0.95)), url("/vicon/img/185470.webp");
    }

    #vicon_bim_news {
        background: linear-gradient(rgba(2,74,148,0.15), rgba(2,74,148,0.95)), url("/vicon/img/185469.webp");
    }

}

/* image heade + subline generic
--------------------------------------------------------------*/

.vicon-sub-container {
    background-color: rgba(1, 32, 74, 0.45);
}

.vicon-sub-container-abstract-white,
.vicon-sub-container-abstract {
    padding:0.25em 0 .6em 0;
    background-color:rgb(177,186,199);
    font-weight:200;
    color: #222;
}

.vicon-sub-container-abstract-white {
    padding:2em 0 .6em 0;
    background-color:rgb(177,186,199);
}


.vicon-sub-container-content {
    padding:2em 0;
    background-color: #fff;
    min-height:10em;
    line-height:1.5em;
}

.vicon-sub-container-text {
    line-height:2.1em;
    font-size:1.2em;
    color:#fff;
}

.vicon-sub-container-text-large {
    line-height:2.1em;
    font-size:1.6em;
    color:#fff;
}

.vicon_section_head {
    font-size:2em;
    line-height:1.2;
    color:#fff!important;
    margin-left:0px;
    padding-left:0px;
}

.vicon-big-sign {
    font-size:3em;
    margin-top:1.4em;
}

.vicon-big-sign:hover {
    color:#eee;
}


@media (max-width: 767px) {
    .vicon-sub-container {
        padding:1.2em 0!important;
    }   

    .vicon-sub-container-text {
        font-size:1.2em;
        color:#fff;
        line-height:1em!important;
    }

    .vicon-sub-container-text-large {
        font-size:1.2em;
        line-height:1.2em!important;
        color:#fff;
    }
}

/* bim management section 
--------------------------------------------------------------*/
#bim-management {
    height: 80vH;
    witdh:100%;
    position: relative;
    background: url("../img/vicon_bim_management_2.webp") no-repeat;
    background-size: cover;
    color:#fff;
}

#bim-management .bim_management-content {
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 10%;
    z-index: 10;
    text-align: left;
}

#bim-management h2 {
    padding-top:250px;
    color: #fff;
    font-size: 2.8em;
    font-weight: 600;
}

#bim-management h3 {
    padding-top:14px;
    font-size: 1.8em;
    line-height:1.4em;
    font-weight: 600;
}

@media (max-width: 767px) {

    #bim-management h3 {
        padding-top:14px;
        font-size: 1.4em;
        line-height:1.9em;
        font-weight: 600;
    }
}

#bim_management-sub-content {
    padding: 20px 0 20px 0;
    background-color:#e6e6e6;
    /* color:#666; */
    color:rgba( 37,  71,  95, 1.00)!important;
    min-height:400px;
    margin: 0 0 60px 0;
}

/* generic section 
--------------------------------------------------------------*/
#genericHead {
    height: 70vH;
    width:100%;
    position: relative;
    _background: url("../img/vicon_forschung_2.webp") no-repeat;
    background-size: cover;
    color:#fff;
    margin-bottom:0px;
}

#vicon-bim-training-head {
    height:70vH;
    width:100%;
    position: relative;
    background: 
    linear-gradient(
    rgba(37, 137, 187, 0.57), 
    rgba(37, 127, 187, 0.02)
    ), url("/vicon/img/184733.webp") no-repeat;
    background-size: cover;
    color:#fff;
    margin-bottom:0px;
}



/* karriere section 
--------------------------------------------------------------*/
#karriere {
    height: 70vH;
    width:100%;
    position: relative;
    background: url("../img/vicon_karriere_1.webp") no-repeat;
    background-size: cover;
    color:#fff;
}

#karriere .karriere-content {
    background-color: rgba(1, 32, 74, 0.45);
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 10%;
    z-index: 10;
    text-align: left;
}

#karriere h2 {
    font-family: 'Source Sans Pro', sans-serif;
    padding-top:250px;
    color: #fff;
    font-size: 3.2em;
    font-weight: 600;
}

#karriere h3 {
    font-family: 'Source Sans Pro', sans-serif;
    padding-top:14px;
    font-size: 1.8em;
    line-height:1.4em;
    font-weight: 600;
}

#karriere-sub-content {
    padding-top:14px;
    background-color:#e6e6e6;
    /* color:#666; */
    color:rgba( 37,  71,  95, 1.00)!important;
    min-height:400px;
}


/* beratung section 
--------------------------------------------------------------*/

#beratung {
    height: 70vH;
    width:100%;
    background: url("/vicon/img/184730.webp") no-repeat;
    background-size: cover;
    color:#fff;
}

/* training section 
--------------------------------------------------------------*/

#training, 
#bim-training {
    height: 80vH;
    width:100%;
    background: url("/vicon/img/184733.webp") no-repeat;
    background-size: cover;
    color:#fff;
}

/* wiki section 
--------------------------------------------------------------*/
#bim-wiki {
    height: 80vH;
    width:100%;
    background: url("/vicon/img/184739.webp") no-repeat;
    background-size: cover;
    color:#fff;
}

/* bim konzept-body section 
--------------------------------------------------------------*/
#bim-konzept {
    margin-bottom:4em;
}

#bim-konzept-body {
    height: 100vH;
    width:80%;
    position: relative;
    background: #fff;
    background-size: cover;
    color:#fff;
}

.bim-konzept-grey-block {
    background-color: rgba(153, 162, 179, 0.4); 
    color:#fff;
    line-height:1.5em;
    padding-top:2em;
}

.bim-konzept-bg-image {
    background:transparent url('../img/vicon_bim_konzept_0.webp') no-repeat; 
    background-size: 100% auto;
    margin-top:30px;
    margin-bottom:30px;
    padding:0px;
}

.bim-konzept-text {
    background-color: rgba(153, 162, 179, 0.7); 
    position:relative;
    top:0px;
    width:120%;
    color:#fff;
    line-height:1.5em;
    padding:2em;
    z-index:21;
}

@media (max-width: 767px) {
    .bim-konzept-text {
        width:100%;
        margin-left:-15px;
        margin-right:-20px;
        padding-right:-20px;
    }

    .bim-konzept-bg {
        background-color: rgba(169, 175, 189, 1.0);
        padding-top:0px;
    }

    .bim-konzept-text {
        background-color: rgba(169, 175, 189, 1.0);
    }

    .bim-konzept-bg-image-mobile {
        background:url('../img/vicon_bim_konzept_768.webp') no-repeat; 
        height:100vh;
        width:100%;
        margin-bottom:0px;
    }
}

/* karriere-suchen body section 
 * -------------------------------------------------------------- */
#karriere-suchen {
    margin:4em 0;;
}

#karriere-suchen-body {
    height: 100vH;
    width:80%;
    position: relative;
    background: #fff;
    background-size: cover;
    color:#fff;
}

.karriere-suchen-grey-block {
    background-color: rgba(153, 162, 179, 0.4); 
    color:#fff;
    line-height:1.5em;
    padding-top:2em;
}

.karriere-suchen-bg-image {
    background:transparent url('../img/vicon_karriere_suchen_1.webp') no-repeat; 
    background-size: 100% auto;
    margin-top:30px;
    margin-bottom:30px;
    padding:0px;
}

.karriere-suchen-text {
    background-color: rgba(153, 162, 179, 0.7); 
    position:relative;
    top:0px;
    width:140%;
    color:#fff;
    line-height:1.5em;
    padding:2em;
    z-index: 20;
}

@media (max-width: 767px) {
    .karriere-suchen-text {
        width:100%;
        margin-left:-15px;
        margin-right:-20px;
        padding-right:-20px;
    }

    .karriere-suchen-bg {
        background-color: rgba(169, 175, 189, 1.0);
        padding-top:0px;
    }

    .karriere-suchen-text {
        background-color: rgba(169, 175, 189, 1.0);
    }

    .karriere-suchen-bg-image-mobile {
        background:url('../img/vicon_karriere_suchen_768.webp') no-repeat; 
        background-size: cover;
        height:50vh;
        margin-bottom:0px;
        margin-left:0px;
    }
}


/* bim-vorteile body section 
--------------------------------------------------------------*/
#bim-vorteile {
    margin:4em 0;;
}

#bim-vorteile-body {
    height: 100vH;
    width:80%;
    position: relative;
    background: #fff;
    background-size: cover;
    color:#fff;
}

.bim-vorteile-grey-block {
    background-color: rgba(153, 162, 179, 0.4); 
    color:#fff;
    line-height:1.5em;
    padding-top:2em;
}

.bim-vorteile-bg-image {
    background: url("/vicon/img/185432.webp") no-repeat!important;
    background-size: 100% auto;
    margin-top:30px;
    margin-bottom:30px;
    padding:0px;
}

.bim-vorteile-text {
    background-color: rgba(153, 162, 179, 0.7); 
    position:relative;
    top:0px;
    width:140%;
    color:#fff;
    line-height:1.5em;
    padding:2em;
    z-index: 20;
}

@media (max-width: 767px) {
    .bim-vorteile-text {
        width:100%;
        margin-left:-15px;
        margin-right:-20px;
        padding-right:-20px;
    }

    .bim-vorteile-bg {
        background-color: rgba(169, 175, 189, 1.0);
        padding-top:0px;
    }

    .bim-vorteile-text {
        background-color: rgba(169, 175, 189, 1.0);
    }

    .bim-vorteile-bg-image-mobile {
        background: url("/vicon/img/185432.webp") no-repeat;
        background-size: cover;
        height:50vh;
        margin-bottom:0px;
        margin-left:0px;
    }
}

/* unsere partner section 
--------------------------------------------------------------*/
#unsere-partner {
    margin-bottom:4em;
}

#unsere-partner-body {
    height: 100vH;
    width:80%;
    position: relative;
    background: #fff;
    background-size: cover;
    color:#fff;
}

/* 184734 */
#unsere-partner-programm {
    background:transparent url('../img/vicon_haende_1.webp') no-repeat; 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    width:100%;
    color:#fff;
    line-height:1.5em;
    padding:2em;
    z-index:20;
    height:auto;
    margin-top:40px;
    padding-top:40px;
    padding-bottom:40px;
}

.programm-text {
    background-color: rgba(153, 162, 179, 0.7);  */
color:#fff;
line-height:1.5em;
padding:2em;
}

@media (max-width: 768px) {
    #unsere-partner-programm {
        background:transparent url('../img/vicon_haende_1.webp') no-repeat; 
        background-size: cover;
        height:auto;
    }
}

/* ReferenzCarousel Section
--------------------------------*/

#referenzcarousel {
    padding: 30px 0;
}

#referenzcarousel .referenzcarousel-item {
    box-sizing: content-box;
    padding: 10px 10px 0 10px;
    margin: 10px 15px;
    text-align: center;
    min-height: 250px;
}

#referenzcarousel .referenzcarousel-item .referenzcarousel-img {
    width: 240px;
    height:240px;
    object-fit:cover;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#referenzcarousel .referenzcarousel-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
    text-transform: uppercase;
}

#referenzcarousel .referenzcarousel-item h4 {
    font-size: 14px;
    color: #fff;
    margin: 10px 0 5px 0;
}

#referenzcarousel .referenzcarousel-item p {
    margin: 10 auto 15px auto;
    margin-top: 10px; 
    margin-bottom: 10px; 
}



/* centered description text */
.middle {
    transition: .5s ease;
    opacity: 0;
    position: relative;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.m:hover {
    opacity: 0.7;
}

.m:hover .middle {
    color: #fff;   
    opacity: 1.0;
}

.text {
    color: #fff;   
    font-size: 14px;
    font-weight: bold;
}

/* left right handles */
.vicon-ref-angle {
}


.vicon-heigh-line {
    line-height:1.5em;
}


/* Contact Section
--------------------------------*/

#contact {
    padding: 30px 0;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #024a94;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    /* color: #000; */
    color:rgba( 21,  30,  83, 1.00)!important;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

#contact .contact-info a {
    color:rgba( 21,  30,  83, 1.00)!important;
}

#contact .contact-info a:hover {
    color: #024a94;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

#contact .form #sendmessage {
    color: #024a94;
    border: 1px solid #024a94;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    /*color: red;*/
    color: rgba(112,  41,  87, 1.00)!important;
    display: none;
    border: 1px solid rgba(112,  41,  87, 1.00)!important;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: rgba(112,  41,  87, 1.00)!important;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

#contact .form button[type="submit"] {
    background: #024a94;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

#contact .form button[type="submit"]:hover {
    background: #aaa;   
}

/* FAQ
--------------------------------------------------------------*/

.faq {
    margin:40px 0;
}

.faq #faq-list {
    padding: 0;
    list-style: none;
}

.faq #faq-list li {
    border-bottom: 1px solid #e6e6e6;
}

.faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 20px;
}

.faq #faq-list a.collapsed {
    color:rgba( 21,  30,  83, 1.00)!important;
}
.faq #faq-list a {
    padding: 22px 0;
    display: block;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    padding-right: 20px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background:rgba( 37,  71,  95, 1.00)!important;
    padding: 0 0 30px 0;
    font-size: 12px;
    color:#fff;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color:rgba( 37,  71,  95, 1.00)!important;    
}

#footer a {
    color: #efefef;
}

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-fax,
    #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-email,
    #contact .contact-address,
    #contact .contact-phone {
        border-right: 1px solid rgba( 200,  204,  213, 1.00)!important; 
    }
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    #header {
        padding: 20px 0;
        height: 74px;
    }

    #header #logo h1 {
        font-size: 34px;
    }

    #header #logo img {
        max-height: 40px;
        padding-bottom:6px!important;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    #about .about-img {
        height: auto;
    }

    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #intro .intro-content h2 {
        font-size: 34px;
    }

    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4,
    #services .box p {
        margin-left: 0;
        text-align: center;
    }

    #testimonials .testimonial-item {
        margin: 30px 10px;
    }

    #header #logo img {
        max-height: 40px;
        padding-bottom:6px!important;
    }

    #nav-menu-container-logo {
        padding-bottom:18px; 
    }

    #main {
      padding-top:10px;
    }
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }

    #header #logo img {
        max-height: 40px;
        padding-bottom:6px!important;
    }

    #nav-menu-container-logo {
        padding-bottom:18px; 
    }


    #main {
      padding-top:10px;
    }

}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 5;
    }
} 

/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 370px;
    position: fixed;
    top: 0;
    left: -370px;
    height: 100vh;
    z-index: 999;
    background: #e6e6e6;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 361px) {
    #sidebar {
        width: 280px;
    } 
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    background-color: rgba( 37,  71,  95, 1.00)!important;
    position: absolute;
    top: 10px;
    right: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size:26px;
    color: #fff;
    border-radius:1px;
}

#dismiss:hover {
    background: #fff;
    color:rgba( 37,  71,  95, 1.00)!important;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 10px;
		padding-bottom:0px;
    background: #fff;       
}

#sidebar ul.components {
    padding: 6px 0;
    border-bottom: 1px solid #666; 
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a.sb {
    padding: 10px;
    font-size: 1.05em;
    color : #222;  
    color:rgba( 37,  71,  95, 1.00)!important;
    display: block;
    font-weight:600;
    text-decoration:none;
    line-height:0.9em;
}
#sidebar ul li a.sb:hover {
    background: rgba( 37,  71,  95, 1.00)!important;
    color: #fff!important;
    text-decoration:none;
}

#sidebar ul li.active > a.sb, a.sb[aria-expanded="true"] {
    color: #fff!important;
    /* background: #e6e6e6; */
    background: 
    text-decoration:none;
}

#sidebar ul.second-level li a {
    padding-left:42px!important;
}

a.sb[data-bs-toggle="collapse"] {
    position: relative;
}

a.sb[aria-expanded="false"]::before, a.sb[aria-expanded="true"]::before {
    content: "\f053";
    font-family: 'Font Awesome\ 5 Free';
    display: block;
    position: absolute;
    right: 20px;
    font-size: 1.1em;
    font-weight: 900;
}
a.sb[aria-expanded="true"]::before {
    content: "\f053";
}

ul.components ul a {
    font-size: 1.0em !important;
    padding-left: 30px !important;
    background: #f1f1f1;
    border-bottom:1px solid #fff;
    font-weight:500;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: rgba( 30,  86, 159, 1.00)          ;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

a.btn.btn-block.btn-vicon-green:hover, a.btn:active, a.btn:focus {
    color: 
    border:1px solid red;
}

p.sidebar-foot {
    padding:2px 10px;
    line-height:2rem;
    font-weight:600;
}

a, a:visited {
    color: rgba( 30,  86, 159, 1.00)          ;
    transition: 0.25s;
}

a:hover, a:active, a:focus {
    color: rgba(133, 145, 165, 1.00)!important;
    outline: none;
    text-decoration: none;
}

a.btn-outline-light, a.btn-outline-light:visited,
a.vicon-white, a.vicon-white:visited  {
    color:#fff!important;
}


a.btn-outline-light:hover {
    color: rgba(133, 145, 165, 1.00)!important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0.0rem;
}

.navbar {
    --bs-navbar-padding-y: 0.05rem;
}

/* youtube styles
----------------------------------------------------- */
.youtube-container { 
    display: block; 
    margin: 20px auto; 
    width: 100%; 
    max-width: 600px; 
}

.youtube-player { 
    display: block; 
    width: 100%; 
    /* assuming that the video has a 16:9 ratio */ 
    padding-bottom: 56.25%; 
    overflow: hidden; 
    position: relative; 
    width: 100%; 
    height: 100%; 
    cursor: hand; 
    cursor: pointer; 
    display: block; 
}

img.youtube-thumb { 
    bottom: 0; 
    display: block; 
    left: 0; 
    margin: auto; 
    max-width: 100%; 
    width: 100%; 
    position: absolute; 
    right: 0; 
    top: 0; 
    height: auto 
}

div.play-button { 
    height: 36px; 
    width: 36px; 
    left: 50%;  
    top: 50%; 
    margin-left: -18px; 
    margin-top: -18px; 
    position: absolute; 
    background: url("../img/youtube_play.png") 
    no-repeat; 
}

#youtube-iframe { 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
}

.vicon-youtube {
    color:rgba(205, 22, 28, 1.00)!important;
}

/* the rounded circle hack 
 *-----------------------------------------------------*/
.rounded-circle-vicon-green-border {
    border-radius: 50%!important;
    border:0px solid rgba(170, 182,  42, 1.00)!important;
}

/* the leistungen icons
 *-----------------------------------------------------*/
.sr-icon-1, 
.sr-icon-2,
.sr-icon-3,
.sr-icon-4 {
  padding:40px; 
}

/* the linkedin hack
 *-----------------------------------------------------*/
.vicon-linkedin-container {
  border-radius:.25rem!important;
  background-color:#fff!important;
  overflow:hidden;
  padding-bottom:0.70em;
}

.vicon-linkedin-frame {
  background-color:#fff;
  overflow: hidden;
}

.vicon-linkedin-frame::-webkit-scrollbar {
  display: none;
}

/* former in page styles
 *-----------------------------------------------------*/
#intro {
    background: url("/vicon/img/184721.webp") no-repeat; 
    background-size: cover;
}

#intro .intro-content {
    background-color: rgba(1, 32, 74, 0.75);
    position: relative;
    top: 35%;
    left: 0;
    width: 100%;
    height: 65%;
}

/* former inlinestyles
 *-----------------------------------------------------*/

.fis-pt-08-pb12  {
  padding-top:0.8em; 
  padding-bottom:1.2em
}

.fis-lgbg-1 {
  background: linear-gradient(rgba(174,180,193,1.00), rgba(174,180,193,1.0));
} 

.fis-w30 {
  width:30%;
}

.fis-w40 {
  width:40%;
}

.fis-fs-70 {
  font-size:70%;  
}

.fis-fs-20px {
  font-size:20px; 
}

.fis-pl-0 {
  padding-left:0px;
}

.fis-mh-180 {
  min-height:180px;
}

.fis-bs-1 {
  border:1px solid;
}

.fis-bs-1-eee {
  border:1px solid #eee;
}

.fis-hte-block {
  display:block; 
  margin-left:1.6em; 
  margin-top:-1.0em;
}

.fis-wh-486-400-h {
  width:486px; 
  height:400px; 
  overflow: hidden;
}

.fis-linkedin-1 {
  width:100px!important; 
  border-left:10px solid white; 
  border-right:4px solid white; 
  border-top:2px solid white; 
  border-bottom:2px solid white; 
  margin-left:1px; 
  margin-top:10px;
}

.fis-mgm-186077 {
  background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url('/vicon/img/186077.webp') no-repeat;
  background-size:cover;
}

.fis-mgm-18537 {
  background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url('/vicon/img/185378.webp') no-repeat;
  background-size:cover;
}

.fis-cons-185377 {
  background: url('/vicon/img/185377.webp') no-repeat;
  background-size:cover;
}

.fis-cons-185380 {
  background:linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25)), url('/vicon/img/185380.webp') no-repeat;
  background-size:cover;
}

.fis-cons-185379 {
  background: url('/vicon/img/185379.webp') no-repeat;
  background-size:cover;
}

.fis-head-4-184730 {
  background:linear-gradient(rgba(30,86,159,.25), rgba(30,86,159,.25)), url('/vicon/img/184730.webp') no-repeat;
  background-size:cover;
  margin-bottom:0px;
}

.fis-head-5-184731 {
  background:linear-gradient(rgba(255,255,255,0.0), rgba(255,255,255,0.0)), url('/vicon/img/184731.webp') no-repeat;
  background-size:cover;
  margin-bottom:0px;
}

.fis-head-7-184733 {
  background:linear-gradient(rgba(30,86,159,0.45), rgba(170,182,42,0.0)), url('/vicon/img/184733.webp') no-repeat;
  background-size:cover;
  margin-bottom:0px;
}

.fis-head-6-184732 {
  background: url('/vicon/img/184732.webp') no-repeat;
  background-size:cover;
  margin-bottom:0px;
}

.fis-7-184743 {
  background: url('/vicon/img/184743.webp') no-repeat;
  background-size:cover;
  margin-bottom:0px;
}

.fis-10-185431 {
  background:linear-gradient(rgba(30, 86, 159, .70), rgba(255, 255, 255, 0.0)), url('/vicon/img/185431.webp')no-repeat!important;
  background-size:cover;
  margin-bottom:0px;
}

/* new fpr bs 5.3.8 */

:root {
  --bs-link-decoration: none;
  --bs-link-hover-decoration: underline;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.px-6 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-7 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-9 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.offset-y-4 {
  transform: translateY(4px);
}

/* table rescue */
.vicon-bg-mid-grey .table > :not(caption) > * > * {
    background-color: var(--vicon-bg-mid-grey) !important;
    color: #fff;
}   

/*  new swipe  */
/* Outer Wrapper für Buttons sichtbar */
.swiper-container-outer {
    position: relative;
    overflow: visible; /* Buttons außerhalb sichtbar */
    padding: 0 60px;   /* Platz für Buttons */
}

.swiper {
    padding: 40px 0;
    overflow: hidden; /* Slides außerhalb nicht sichtbar */
}

.swiper-slide {
    height: auto;
    display: flex;
    padding: 0 5px;
}

.card {
    flex: 1;
    _height:400px;
    border-radius:0px;
    _overflow:hidden;
}

.card-img-top {
    border-radius:0px;
}

/* Navigation Buttons korrekt */
.custom-prev, .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-130%);
    width: 40px;
    height: 40px;
    color: #fff;                /* Icon-Farbe */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}

.custom-prev { left: -10px;}
.custom-next { right: -10px;}

.custom-prev:hover, .custom-next:hover {
    color: #fff;
    transform: translateY(-130%) scale(1.1);
}

.news-custom-prev, .news-custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: color:rgba(133, 145, 165, 1.00)!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}

.news-custom-prev { left: -10px; }
.news-custom-next { right: -10px; }

.news-custom-prev:hover, .news-custom-next:hover {
    color: #efefef;
    transform: translateY(-50%) scale(1.1);
}



.vicon-project-table tr td {
    background-color: rgb(177, 186, 199);
}

/* bs circle button (finally) */

.circle-btn {
  background-color: #024a94;
  color: #ffffff;
  border: none;

  width: clamp(30px, 4vw, 46px);
  height: clamp(30px, 4vw, 46px);

  border-radius: 50%;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: clamp(1rem, 2vw, 1.5rem);

  transform: translateX(2px); 
}

.circle-btn:hover {
  background-color: #013a75;
  transform: scale(1.05);
}

.circle-btn:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(2, 74, 148, 0.4);
}


/* card encore */

.m-card {
  height:480px!important;
}

.linkedin-inner-box {
  height:390px!important;
}


