/* ----------------------------------------------------
        ADD YOUR CUSTOM STYLES HERE...	
------------------------------------------------------- */  
.container{
    color: #777777;
}
.error{
    color:red;
}

.right{
    text-align: right;
}
.slider_layer_04{
    font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.shop-item-list{
    margin-top:30px;

}
.centerXY{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.text{
    margin-bottom: 8px;
}
.text-center {
    text-align: center;
}

.verticalCenter{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.vertical{
    display: flex;
    align-items: center;
}

.boldText{
    line-height: 44px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: -1px;
    font-weight: 500;
    font-size: 48px;
}

.overlayColor {
    background-color: rgba(2,204,186,.2);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height:100%;
    width: 100%;	
    z-index: 4000;
}
.blueBG, .blueBG:after{
    background-color: rgba(2,179,228,.8);
}
.greenBG,.greenBG:after{
    background-color: rgba(2,204,186,.8);
}
.purpleBG,.purpleBG:after{
    background-color: rgba(169,81,237,.8);
}
.greyBG,.greyBG:after{
    background-color: rgba(125,151,173,.8);
}
.orangeBG,.orangeBG:after{
    background-color: rgba(255,162,52,.8);
}
.redBG,.redBG:after{
    background-color: rgba(255,84,131,.8);
}

.filter{
    color:#fff;
    padding:20px;
}

h3 {
    font-size: 34px;
}

.tp-caption h3 {
    font-size: 44px;
}
h3 span {
    font-weight: 900;
}
.overlayColor:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;

    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.card.n1{
    /*background: url(../images/course_01.png) top left no-repeat;*/
    z-index: 30;
}

.section {
    padding: 40px 0;
}
.noPadding{
    padding: 0 0;
}

.titelCenter {
    text-align: center;
}
.bigIcon{
    font-size:36px;
}

.table a{
    color: #e34b11;
}

h1{
    font-size: 28px;
    margin-bottom: 0;
    font-weight: bold;
}

.techLogo{
    height: 70px;
    width: 110px;
    object-fit: contain;
}
.tech_icon{
    min-height: 70px;
}
.shopmeta{
    padding-bottom: 15px;
    padding-top: 5px;
}
.tp-caption h3{
    font-weight:900;
}
.white-text{
    color:white;
}

.testimonial{
    text-align: center;
}

.testimonial p{
    font-size: 20px;
    font-style: italic;
}

.info i{
    margin-bottom: 100px;
}

h2 {
    padding:0px;
    margin-bottom:0px;
    margin-top: 9px;

}

.section-title p{
    color: #5a6173;
    font-size: 16px;
}
p{
    color: #5a6173;
}

body {

    font-size: 16px;

}
.videoWrapper {
    position: relative;
    padding-bottom: 74.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe{
    width:100%;
}

.nav > li.active > a {
    background-color: #e34b11 !important;
    opacity: 1 !important;
    color:#ffffff !important;
}

.technologienImg{
    margin-top:14px;
}

.educationImg{
    margin-top:0px;
}

.button-wrapper p, .section-title p {
    font-style: normal;
    line-height: 1.9;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.card{
    box-shadow: 12px 15px 20px 0 rgba(46,61,73,.15);

}
.card {
    box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.8s cubic-bezier(.25,.8,.25,1);
}

.card:hover, .card.active {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.cardName{
    min-height: 85px;
}
.iconShadow{
    box-shadow: 12px 15px 15px 0 rgba(46,61,73,.15);

}
.btn{
    font:inherit;
    font-weight: 600;
    font-size: 14px !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

.sTeaser{

    min-height:325px;
}

.rounded4{
    border-radius: 4px !important;

}
.rounded6{
    border-radius: 6px !important;

}
.rounded8{
    border-radius: 8px !important;

}
.expander{
    margin-top: 30px;
}
label {

    margin-bottom: 0px;

}
.formular{
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

.formularInput{
    margin-bottom:1em;
}
.fullWidth{
    width:100%;
}
.textCenter{
    text-align:center;
}
.center {
    margin: auto; 


}