.news-image{
    max-height: 100%;
    object-fit: cover;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-vertical .form-label-group .form-group {
    margin-bottom: 0!important;
}

.frame-sidebarteams .contact-box p {
    padding-left: 45px;
}

.frame-sidebarteams {
    padding-bottom: 50px;
}

.page-23 .content-box {
    margin-top: 0px!important;
    position: fixed!important;
}

.el.d-ib .owl-lazy {
    opacity: 1!important;
}

.frame-pushtop {
    padding-top: 120px;
}

.frame-content-box {
    color: #3361ab;
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 20px;
    padding: 0 40px;
}

p.content-boxs {
    font-family: United, sans-serif!important;
    color: #3c3c3b!important;
    padding: 0 40px 1.5em!important;
    line-height: 1.5em!important;
    font-weight: 300!important;
}

.frame-business-page {
    background-color: #ededed;
    padding-bottom: 90px;
}


/****Mask Element Css****/

#newsletter h3.newsletter-heading {
    color: #fff;
}


#newsletter .newsletter-image {
    position: relative;
}

#newsletter .newsletter-image img{
    bottom: 0;
    left: 0;
    position: absolute;
    width: 25%;
    z-index: 500;
    animation-delay: 200ms;
}

.bg-pattern .logo-wrapper img {
    margin-bottom: 60px;
}

.landing-page-header {
    background-color: #00305b;
}

.sidebar .bullet-list.content-box {
    background-color:#005ca9;
}

.frame-type-mask_partner .img-wrapper {
    background-color: #ffffff;
}

.social-blocks .owl-stage-outer .owl-stage {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0s ease 0s;
    width: 1440px;
}

.social-blocks .owl-stage-outer .owl-stage .owl-item {
    width: 480px;
    margin-right: 0px;
}




/***termine extension***/
.teams p {
    font-family: United, sans-serif;
    color: #868686;
    padding: 0;
    line-height: 1.39;
    font-weight: 300;
}

.content .post .frame-intro p {
    color:#3361ab;
    font-weight:400;
    font-size:1.1em;
    margin-bottom:20px;
    padding:0 40px;
    line-height: 28px!important;
}

.content .post .frame-body p {
    padding:0 40px;
    margin-bottom:10px;
    line-height:1.5em;
    color:#636363;
    text-align:left
}

@media (max-width:600px){
    .page-44 .business-page .content .container .row .col-md-8,.news-page .content .container .row .col-md-8{padding-left:0;padding-right:0}
    .page-34 .business-page .content .container .row .col-md-8,.news-page .content .container .row .col-md-8{padding-left:0;padding-right:0}
    .page-25 .business-page .content .container .row .col-md-8,.news-page .content .container .row .col-md-8{padding-left:0;padding-right:0}
}

@media (max-width:768px){
    .hide-768 {
        visibility: hidden; 
        display: block;
        height: 0;
    }
}

@media (max-width:992px){
    .content .post .frame-intro p {
        padding:0 32px
    }

    .content .post .frame-body p {
        padding:0 32px
    }

    .frame-pushtop {
        padding-top: 80px;
    }
}
@media (max-width:480px){
    .content .post .frame-intro p {
        padding:0 15px
    }

    .content .post .frame-body p {
        padding:0 15px
    }

    .frame-pushtop {
        padding-top: 50px;
    }
}


/***shariff***/
.shariff{
    margin-bottom: 30px;
}

.shariff .orientation-horizontal{
    display: block !important;
}

.shariff li.shariff-button{
    width: 19% !important;
    aspect-ratio: 1 / 1;
    height: auto !important;
    min-width: auto !important;
    min-width: auto !important;
    max-width: auto !important;
    margin: 0;
    margin-inline: 15px;
}

.shariff li.shariff-button a{
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
}

.shariff li.shariff-button a span{
    font-size: 25px !important;
}

.shariff li.shariff-button a .share_text{
    display: none !important;
}


@media (max-width: 1200px){
    .shariff li.shariff-button{
        width: 42% !important;
        aspect-ratio: 1 / 1;
        height: auto !important;
    }

    .shariff li.shariff-button a span{
        font-size: 50px !important;
    }

}
@media (max-width: 992px){
    .shariff li.shariff-button{
        width: 21% !important;
        aspect-ratio: 1 / 1;
        height: auto !important;
    }

    .shariff li.shariff-button a span{
        font-size: 5.4vw !important;
    }

}
@media (max-width: 480px){
    .shariff li.shariff-button{
        width: 42% !important;
        aspect-ratio: 1 / 1;
        height: auto !important;
    }

    .shariff li.shariff-button a span{
        font-size: 13vw !important;
    }

}


