/**
 * Created by dkeltere on 30.11.16.
 */

.hero-unit {
    background-image: url('../img/fpv_renchen_bg2.jpg');
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 3;
    background-size: cover;
    background-color: #EEEEEE;
    /*height: 51vw;*/
    /*height: 66vw;*/
    height: 30vw;

}

.section-link {
     letter-spacing: -5px;
}

.content-block {
    width: 100%;
    padding: 30px 0 60px 0;
    z-index: 100;
    position: relative;
    background-color: #ffffff;
}

/* H2 in Sections */
#partners > div > div.row.text-center > div > h2 {
    font-size: 2.5em !important;
}

a, a.active, a:active, a:focus, a:hover{
    color: #328ccf;
}

section h2 {
    /*font-size: 2.1em !important;*/
    font-weight: 700 !important;
    text-transform: initial;
}

/* exclute ise and itw from opacity */
#partners > div > div.col-lg-6 > div:nth-child(1) > div > div:nth-child(1) > a > img {
    opacity: 0.9 !important;
    /*max-width: 13vw !important;*/
    max-width: 220px;
}

#partners > div > div.col-lg-6 > div:nth-child(1) > div > div:nth-child(2) > a > img {
    opacity: 0.9 !important;
    /*max-width: 11vw !important;*/
    max-width: 180px;
}


.partner-logo {
    margin: 8px !important;
}


/*
* Navbar style
*/

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li.active > a {
    color: #22499b;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    letter-spacing: 2px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.active > a:hover {
    color: rgb(76, 76, 76);
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent !important;
}

.navbar-brand {
    padding-top: 2px;
}

.navbar-brand > img {
    width: 3em;
}

.navbar-nav li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

@media (min-width: 768px) {
    .navbar {
        /*padding-top: 13vw;*/
        padding-top: 1vw;
    }

    .navbar-right {
        margin-right: -30px !important;
    }

    .navbar-nav {
    }

    .navbar-brand {
        position: absolute;
        top: 14.4vw;
        left: 5em;
        right: 0;
    }

    .navbar-brand > img {
        width: 6em;
        margin: 0 auto;
        display: block;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        /*margin-left: -15px !important;*/
        margin-left: -13vw !important;
    }

    .navbar > li {
        margin-left: 18px;
        margin-right: -6px;
    }

    .navbar-nav > li {
        float: none !important;
    }

}

@media (max-width: 1200px) {
    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li.active > a {
        color: #22499b;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-size: 20px;
        line-height: 15px;
        font-weight: bold;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.active > a:hover {
        color: rgb(76, 76, 76);
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-size: 20px;
        line-height: 15px;
        font-weight: bold;
    }
}

@media (max-width: 992px) {
    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li.active > a {
        color: #22499b;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        height: 30px;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.active > a:hover {
        color: rgb(76, 76, 76);
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        height: 30px;
    }
}

/* smal navbar hack - centered logo in hero image */
@media (max-width: 767px) {

    .navbar {
        padding-top: 1vw;
    }

    p {
        hyphens: auto;
    }

    .navbar-brand {
        padding: 0 !important;
        height: 1vw !important;
        margin-top: 1vw !important;
    }

    .pull-left {
        float: none !important;
    }

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li.active > a {
    color: #22499b;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 3vw;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.active > a:hover {
    color: rgb(76, 76, 76);
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 3vw;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
}

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        background-color: white;
        opacity: 0.7;
        margin-top: -21px;
        border-color: white !important;
        border: 1px solid;

    }

    .my-navbar {
        background-color: white;
        opacity: 0.7;
    }

    #navbar-collapse > ul {
        margin: 0px 0px !important;
    }

}

.navbar {
    margin-bottom: 0;
    /*background-color: #e4e4e4;*/
    z-index: 2;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
}

.navbar-brand {
    padding: 0px; /* firefox bug fix */
    height: 6vw;
}

.navbar-brand > img {
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;

    /* probably not needed anymore, but doesn't hurt */
    -o-object-fit: contain;
    object-fit: contain;

}

.navbar-default .navbar-toggle {
    /*border-color: transparent; */

    color: white !important;
}

/* Brand Logo fitting in Navbar */
.navbar-brand > img {
    height: 100%;
}

/* Align nav bar tabs*/
.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
}

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

/* Divider Paralax */
.divider {
    height: 40px !important;
}

.parallax {
    background: url('../img/fpv_renchen_bg.jpg') no-repeat center center fixed;
    /*background: url('../img/2nd_part_hero.png') no-repeat center center fixed;*/
    color: #fff;
    background-size: cover;
    opacity: .8;
}

/* Back to Top Button */
a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* a tags in corporate color */
a.corporate, a.corporate:active, a.corporate:focus, a.corporate:hover {
    color: #22499b !important;
    font-weight: bold;
}

a.corporate_footer, a.corporate_footer:active, a.corporate_footer:focus, a.corporate_footer:hover {
    color: white !important;
}

/*a, a.active, a:active, a:focus, a:hover {*/
/*color: white !important;*/
/*}*/

.panel {
    border: 1px solid #f4511e;
    border-radius: 0;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

section {
    margin-top: 25px;
    margin-bottom: 25px;
}

footer {
    /*margin: 50px 0;*/
}

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: #fff !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #22499b;
    font-size: 14px;
    text-transform: initial;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}

.carousel-inner {
    width: 100%;
    max-height: 40vw !important;
    min-height: 40vw !important;
}

.carousel-inner .item img {
    margin-top: -5%;
}

#myCarousel.carousel.slide {
    width: 100%;
}

.partner-row {
    padding: 10px;
}

.editContent h2 {
    color: #22499b;
    opacity: 0.85;
    padding-bottom: 2vh;
    font-size: 1.6em;
}

.editContent h4 {
    color: #22499b;
    opacity: 0.85;
    text-transform: initial;
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 10px;
}

/* to center flex-items */
.flex-item {
    margin: auto;
}

.flex-container .flex-item img {
    max-width: 220px;
    /*max-width: 125px;*/
    max-height: 220px;
    /*margin: 15px;*/
    opacity: 0.5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-backface-visibility: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.flex-item-large img {
    max-width: 400px;
    /*max-width: 125px;*/
    max-height: 400px;
    /*margin: 15px;*/
    opacity: 0.5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-backface-visibility: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.flex-container .flex-item img:hover {
    opacity: 1;
}

.flex-item-large img:hover {
    opacity: 1;
}

.flex-container .flex-item .row {
    display: inline-block;
    width: 80%;

}

.content-1-6 .client-row:last-child .row-wrapper {
    border-bottom: none;
}

.content-1-6 .row-wrapper .col-md-3 {

}

.content-1-6 .row-wrapper .col-md-3:last-child {
    border-right: none;
}

/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */


/* Site Font Size*/

p {
    font-size: 16px !important;
}

p.footer {
    text-align: center;
    font-size: 13px !important;
}

/* Projektbeschreibungs Mod*/
.project_desc p {
    font-weight: 400 !important;
    text-align: justify !important;
}

/* Divider */

.divider {
    height: 1px;
    width: 100%;
    display: block; /* for use on default inline elements like span */
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


/* Pagination Color Fix */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #f28a24 !important;
    border-color: #f28a24 !important;
}

.pagination>li>a, .pagination>li>span {
    color: #333 !important;
}

figure {
    padding: 10px !important;
}

.language-selector {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
}

footer .footer-above{
    background-color: #ffffff !important;
    color: black;
}

footer h3 {
    color: grey;
}

.row-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.content-container {
    padding: 0 7vw 0 7vw
}

.progress_bar {
    display: flex;
    margin: 20px;
}

.progress_bar > .block {
    background-color: #006594;
    text-align: center;
    padding: 10px 20px 0px 20px;
    color: white;
}

.progress_bar > .bar {
    display: flex;
    flex-grow: 1;
}

.progress_bar > .bar > .bar-left {
    display: flex;
    background-color: #0281bd;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    justify-content: center;
    align-items: center;
}

.progress_bar > .bar > .bar-right {
    display: flex;
    background-color: ghostwhite;
    flex-grow: 1;
    margin-top: 12px;
    margin-bottom: 12px;
}

.progress_data {
    margin: 40px;
}

.progress_data > .data_block {
    text-align: center;
}

.progress_data > .data_block > h2 {
    display: inline;
}

.progress_data > .data_block > h4 {
    color: #22499b;
}

.progress_data > .data_block > p {
    display: inline;
}

.progress_data > .data_block > img {
    width: 100px;
}

@media (max-width: 767px) {
    .progress_data > .data_block {
        text-align: center;
        margin-bottom: 50px;
}
}

.more-text {
    display: none;
}

.toggle-button {
    border: none;
    background-color: #0b5a9b;
    color: white;
    padding: 15px 0px;
    width: 170px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
}

.toggle-button:hover {
    border: none;
    background-color: #2266ac;
    color: white;
    padding: 15px 0px;
    width: 170px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
}

.benefits-list {
    text-align: start;
}

.benefits-list ul {
    list-style: None;
}

.benefits-list ul li::before {
    content: ">";
    color: #22499b;
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.benefits-list ul li {
    color: #353535;
    font-size: 1.1em;
    font-weight: bold;
}

.goals-list {
    text-align: start;
}

.goals-list ul{
    list-style: None;
}


.goals-list ul li::before {
    content: ">";
    color: #22499b;
    font-weight: bold;
    font-size: 1.25em;
    display: inline-block;
    width: 1em;
    margin-left: -1.2em;
}

.goals-list ul li ul li::before {
    content: "•";
    color: #22499b;
    font-weight: bold;
    font-size: 1.25em;
    display: inline-block;
    width: 1em;
    margin-left: -1.2em;
}

.goals-list ul li span {
    font-size: 1.15em;
}




.col-lg-12 p b a {
    color: #469cdc;
}




.faq-section {
  width: 100%;
  margin: 2rem auto;
}

.faq-question {
  background-color: transparent;
  padding: 1.5rem;
  cursor: pointer;
  margin-bottom: 1px;
  border-radius: 1rem;
  transition: all .3s ease-in-out;
    position:relative;
    display: flex;
    align-items: center;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
    flex: 1;
}

.faq-question i {
  color: #22499b;
  margin-left: auto;
  transition: all .3s ease-in-out;
}

.faq-answer {
  padding: 20px;
  border-radius: 1rem;
  margin-top: -1px;
  display: none;
}

.faq-question:hover {
  background-color: #22499b;
  color: #fff;
}

.faq-question:hover i {
  color: #fff;
}

.faq-question.active {
  background-color: #22499b;
  color: #fff;
}

.faq-question.active i {
  transform: rotate(180deg);
}

.faq-question.active + .faq-answer {
  display: block;
}

.content-img, .bar-img img, .results-imgcss img, .env-img img, .tech-img img {
    object-fit: contain;
    height: 100%;
    width: 70%;
}

.full-width, .results-imgwdth img {
    width: 99%;
}

.partner-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer-bundImg img {
    width: 200px;
    height: 200PX;
}

.logo-img-dim img {
    width:  15vw;
    height: auto;
}