/*tabs*/

#ex_mainCatTab_approach {
    width: 100%;
    font-size: 20px;
    position: relative;
}

#ex_mainCatTab_approach div.catTab-cont>div {
    padding: 15px;
}

.catTab {
    text-align: center;
    cursor: pointer;
}

#ex_mainCatTab_approach .catTab-cont {
    display: flex;
    background-color: #fff;
    position: relative;
    justify-content: space-between;
    padding: 0;
}

#ex_mainCatTab_approach div.catTab-cont>div>i {
    color: rgb(200, 0, 13);
    margin: 0px 5px;
    display: block;
    font-size: 35px;
}

#ex_mainCatTab_approach div.catTab {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    margin: unset !important;
    width: 33%;
}

#ex_mainCatTab_approach div.catTab:hover {
    text-shadow: 1px 1px 1px #aaa;
    background: linear-gradient(135deg, #c8000d 10px, #fff 0) top left; 
    box-shadow: none;
}

#ex_mainCatTab_approach .catTab:focus {
    text-shadow: 1px 1px 1px #aaa;
}

#ex_mainCatTab_approach .catTab.active {
    box-shadow: none;
    background: linear-gradient(135deg, #c8000d 10px, #fff 0) top left;
    border-color: #d5d5d5;
}

.tabElement {
    display: none;
}

.tabElement.active {
    opacity: 1 !important;
    display: block !important;
}

#ex_mainCatTab_approach p {
    padding: 0 20px 0 20px;
    font-size: 17px;
}


/*Tabs*/


/*frank */

.ex_tileBox {
    padding: 10px 0 0 0;
    background-color: #fff;
}

#Cont2 {
    padding: 20px 20px 10px 20px !important;
    background-color: #fff;
}

#Cont3 {
    padding: 20px 20px 10px 20px !important;
    background-color: #fff;
}

#ex_mainCatTab_approach {
    background: #fff;
}

#ex_mainCatTab_approach h1 {
    color: #0F6695;
    text-decoration: underline;
    text-align: center;
    background: #fff;
    margin-bottom: 0;
    padding: 20px;
    font-size: 23px;
}

#ex_mainCatTab_approach .catTab img {
    width: unset !important;
    height: 35px;

    display: block;
    margin: auto;
}

.ex_tileBox h1 {
    color: #0F6695 !important;
    text-decoration: underline;
    font-size: 23px;
    padding: 0 15px 0 15px;
    text-align: center;
}

#ex_lockForm h1 {
    margin-bottom: 20px;
}

.overview .btn-cart {
    color: #64C006 !important;
    border-color: #64C006 !important;
}

.nav-configurator {
    display: flex;
    margin-bottom: 0!important;
}

.nav-configurator>div:nth-child(1) {
    width: 10%;
}

.nav-configurator>div:nth-child(2) {
    width: 80%;
    padding: 10px 0 10px 0 !important;
    background-color: #fff;
    margin: 0 !important;
}

.nav-configurator>div:nth-child(3) {
    width: 10%;
}

.sat_main+div .nav-configurator {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #0F6695;
    border-bottom: 1px solid #0F6695 !important;
    border-left: 1px solid #0F6695;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.18);
}

.nav-configurator a.prev,
.nav-configurator a.next {
    color: #fff !important;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -ms-flexbox;
    padding: 5px;
    height: 100%;
}

.nav-configurator a.prev .fa,
.nav-configurator a.next .fa {
    font-size: 40px;
}

.nav-configurator>div.valid {
    background: #0F6695;
}

.nav-configurator>div.disabled {
    background: #e5e5e5;
}

.ex_usp_contentbox {
    border: none !important;
}

.ex_usp_contentbox .navElement {
    color: #444;
    text-transform: uppercase;
    text-align: center;
}

.ex_usp_contentbox div {
    width: 25%;
    max-width: none !important;
}

.fa-check-circle {
    color: #64C006;
}

.ex_usp_contentbox .navElement .fa {
    margin-bottom: 5px;
    font-size: 50px;
}

.ex_usp_contentbox .disabled .fa,
.ex_usp_contentbox .disabled .fa {
    color: #e5e5e5;
}

.ex_usp_contentbox .active .fa {
    color: #64C006;
}

.ex_usp_contentbox .valid .fa {
    color: #999;
}

.ex_usp_contentbox .active {
    font-weight: bold;
}

.ex_usp_contentbox .fa-list {
    color: #f8ac00;
}

.sat_main {
    border: unset !important;
    border-width: 0px 1px 0px 1px !important;
    border-style: solid !important;
    border-color: #0F6695 !important;
    margin-bottom: 0;
}

.option_summary {
    text-align: right;
}

.form-group {
    margin-bottom: 5px;
}

.overview_info i {
    color: #c8000d;
    font-size: 24px;
    float: left;
    margin-right: 10px;
    line-height: 35px;
}

.lock-featurebox {
    border: none !important;
    padding: 0 15px !important;
    margin-bottom: 40px !important;
}

.lock-featurebox .control-label {
    text-align: left;
}

.navContainer {
    width: 100%;
    border-right: 1px solid #0F6695;
    border-left: 1px solid #0F6695;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}

#stickyNavContainerTop {
    position: sticky;
    top: 0;
    z-index: 999;
    border-top: 1px solid #0F6695;
    border-bottom: 1px solid #e5e5e5 !important;
}

#stickyNavContainerBottom {
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #0F6695;
}

.keyPermissions {
    border: 2px solid #f8ac00;
}

.keyPermissions td {
    text-align: center;
}

.ex_tileBox p:nth-child(2) {
    text-align: left;
    font-weight: normal;
}

.control-label {
    text-align: left !important;
    padding: 0!important;
}

.form-group .fa-check-circle,
.form-group .fa-times-circle {
    padding: 9px 0 0 0 !important;
}

section#content.container {
    margin: 0 auto 10px auto !important;
}


/*frank ende*/


/*Konfig Artikel ändern*/

.selectSys {
    margin-left: -10px;
}

.selectSys span {
    display: inline-block;
    vertical-align: sub;
}

.selectSys a {
    display: inline-block;
    vertical-align: bottom;
}


/*Buttons*/

.ex_tileBox .btn-cart {
    width: 100%;
    color: #f8ac00;
    margin: 20px 0 5px 0;
    border-radius: 9px;
    background-color: #fff;
    border: 2px solid #f8ac00;
    font-weight: bold;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.ex_tileBox .btn-cart:hover {
    box-shadow: none;
}


/*queries*/

@media (min-width: 768px) and (max-width: 991px) {
    .ex_usp_contentbox div {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    .ex_usp_contentbox div {
        width: 50% !important;
        margin-bottom: 5px;
    }

    .col-lg-2.col-sm-3.col-xs-12.control-label {
        padding-left: 11% !important;
    }

    #ex_lockForm .col-lg-4.col-sm-6.col-xs-10 {
        padding-left: 11% !important;
    }
}

@media screen and (max-width: 551px) {
    .nav-configurator {
        flex-direction: column; 
    }

    .nav-configurator>div:nth-child(1) {
        padding: 10px 0 10px 0;
        width: 100%;
    }

    .nav-configurator>div:nth-child(2) {
        width: 100%;

    }

    .nav-configurator>div:nth-child(3) {
        padding: 10px 0 10px 0;
        width: 100%;
    }

    #ex_mainCatTab_approach div.catTab-cont>div {
        font-size: 16px;
    }

    section#content.container {
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
    }

    .ex_usp_contentbox div {
        width: 100% !important;
    }
}

@media screen and (max-width: 350px) {
    .control-label {
        padding-left: 11% !important;
    }

    .lock-configurator .lock-featurebox {
        padding: 0 !important;
    }

    .col-lg-2.col-sm-2.col-xs-2.nopadding {
        width: 15%;
    }
}


/*YouTube neue Variante*/

.contentContainer {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: stretch;
    display: -ms-flexbox;
    -ms-flex-align: start;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
}

.contentBox {
    border: 1px solid #444;
    margin-bottom: 10px;
    max-width: 348px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.contentBox:hover {
    box-shadow: none;
}

.textArea {
    min-height: 90px;
    position: relative;
    display: block;
}

.textArea p {
    padding: 5px;
    width: 75%;
    float: left;
    bottom: 0;
    position: absolute;
}


/*new*/

.textVideoArea {
    min-height: 60px;
    position: relative;
    display: block;
}

.textVideoArea p {
    padding: 5px;
    width: 100%;
    bottom: 0;
    position: absolute;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    text-align: center;
}

.textArea p span {
    color: #c8000d;
    font-weight: bold;
}

.contentBox a {
    color: #444;
}

.vButton {
    background: #f8ac00;
    border-top: 1px solid #444;
    box-sizing: border-box;
    border-radius: 90px 0px 0px 0px;
    width: 25%;
    height: 75px;
    margin-left: auto;
    box-shadow: -3px 0px 6px 3px rgba(0, 0, 0, 0.18);
    text-align: center;
    padding: 21px 0 0 15px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.vButton:hover {
    background: #444;
    box-shadow: none;
}

.vButton .btn {
    background-color: #f8ac00;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 35px
}

.vButton .btn:hover {
    background-color: #444;
}

.vButton img {
    max-width: 45px;
    margin: auto;
}

.ex_yt {
    height: 100% !important;
    top: 0;
    left: 0;
}

.ex_ytvideo_container {
    background-position: top !important;
}

.ex_ytvideo_container {
    margin: 0 !important;
}


/*Korrekturen Tooltip global anwenden?

/* Tooltips Start */

.ex-tooltip {
    display: inline-block;
    position: relative;
}

.ex-tooltip .ex-tooltiptext {
    visibility: hidden;
    width: 270px;
    background-color: #fff;
    box-shadow: 3px 1px 15px;
    color: black;
    border-radius: 5px;
    padding: 8px;
    position: absolute;
    z-index: 1000;
    bottom: 100%;
    left: 0;
    /*new*/
    /*left: -33%;*/
    /*margin-left: -60px;*/
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 15px !important;
    text-align: left;
    line-height: 20px;
}

.ex-tooltiptext>p>img {
    max-width: 190px;
}


/*Pfeil nach Unten*/

.ex-tooltip .ex-tooltiptext::after {
    margin-left: 0;
    /*new*/
    left: 2px;
    /*new*/
    content: "";
    position: absolute;
    top: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}


/*
    @media only screen and (max-width: 767px) {
         .ex-tooltip .ex-tooltiptext::after {
             left: 5%;
             margin-left: 0;

    }

    .ex-tooltip .ex-tooltiptext {
             left: -2%;
    }

}*/

.ex-tooltip:hover .ex-tooltiptext {
    visibility: visible;
    opacity: 1;
    font-size: 0.9em;
}


/* Tooltips Start END*/