/*teaserColumns*/

.teaser-columns h3{
    margin-top: 15px;
    color: #000;
    font-weight: 300;
    font-size: 3rem;
    font-family: 'KievitWeb-Book', Helvetica, Arial;
    line-height: 1.1;
}
.teaser-image{
    width: 100%;
    height: auto;
}
.teaser-image-halfWidth{
    width: 60%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    display: block;
}

.teaser-content{
    margin-bottom:50px;
}


/*-- Latest Posts from Blog Element--*/

.text-clr-green{
    color: #56ab4c;
}

.uc{
    text-transform: uppercase;
}
.bold, strong {
    font-weight: 700;
}

.m-b-6 {
    margin-bottom: 60px!important;
}
.m-t-6 {
    margin-top: 60px!important;
}
.m-b-3 {
    margin-bottom: 30px!important;
}

.m-b-1 {
    margin-bottom: 15px!important;
}

.m-t-1 {
    margin-top: 10px!important;
}

.m-b-1{
    margin-bottom: 10px!important;
}

.text-clr-grey-light {
    color: #5d5c5d;
}

.blog-posts-categories{
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-posts-image{
    width:100%;
}

.blog-posts-image a{
    float: left;
    width: 100%;
    height: 240px;
    background-size: cover;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
    .blog-posts-image a{
        height: 320px;
    }
}

/*component conference features*/
.component--conference{
    color: white;
}
.conferenceImage{
    max-width:100%;
    height:auto;
}

.flex-images {
    display: flex;
    flex-shrink: 0;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.bor-top {
    float: left;
    padding-top: 2rem !important;
    margin-top: 2rem;
    border-top: 1px solid #ffffff;
}

.flex-images img {
    margin:10px 0;
    height: auto;
    float: left;
}

/* After cookies Popup */

/* The Modal (background) */
 .oem-modal {
     display: none;
     position: fixed;
     z-index: 1;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto; /
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0,0.6);
 }

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 700px;
    position: absolute;
    left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
}

#oemModal .modal-content{
    margin-top: 15%;
}

/* The Close Button */
.modal-content .close {
    color: white;
    font-size: 85px;
    position: absolute;
    right: 20px;
    top: 10px;
    font-weight: 100;
    z-index: 2;
    opacity: 0.8;
}

.modal-content img{
    width: 100%;
    height: auto;
}

.modal-content .close:not(:disabled):not(.disabled):hover,
.modal-content .close:not(:disabled):not(.disabled):focus {
    color: white;
    opacity: 0.4;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 767.9px) {
    .m-txs-0{
        margin-top: 0 !important;
    }

    .m-bxs-0{
        margin-bottom: 0 !important;
    }
}

.wysiwyg-section img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {


    #oemModal .modal-content{
        margin-top: 25%;
        width: 70%;
    }

    .modal-content .close {
        font-size: 40px;
        right: 15px;
        top: 10px;
    }

}
@media (max-width: 575.98px) {
    .component--conference strong, .component--conference span {
        font-size: inherit;
    }
}

/* forms */
.hs-form * {
    box-sizing: border-box;
}

.hs-form-required{
    color: red;
}
.hs-custom-style fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]), .hs-custom-style>div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
}

.hs-custom-style fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), .hs-custom-style>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    max-width: 100%;
}

.hs-button, .hs-form-field input[type="text"], .hs-form-field input[type="email"], .hs-form-field input[type="phone"], .hs-form-field input[type="number"], .hs-form-field input[type="tel"], .hs-form-field input[type="date"], .hs-form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.hs-input:not([type=file]) {
    background-color: #f5f8fa;
}

.hs-input {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.inputs-list:first-child {
    padding-top: 6px;
}

.inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

.inputs-list>li {
    display: block;
    padding: 0;
    width: 100%;
}

.hs-form-field label:not(.hs-error-msg) {
    color: #33475b;
}

.inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
}

.hs-input[type=checkbox], .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
}

.hs-form-7b527da6-a83c-4f18-b3a3-04fe14ea739d_e9f39ff3-e2c9-43f1-b0a3-a897bbfaf49f .hs-form-field label:not(.hs-error-msg) {
    color: #33475b;
}

.hs-button{
    box-shadow: 0 4px 0 0 #1ea303;
    background-color: #22bd03;
    border: 2px solid;
    border-color: #22bd03;
    color: #fff;
    min-width: 200px;
    font-family: 'KievitWeb-Book', Helvetica, Arial;
    padding-top: 17px;
    padding-bottom: 13px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    white-space: normal;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hs-button:hover {
    background-color: #27d604;
    box-shadow: 0 4px 0 0 #1ea303;
    border: 2px solid;
    border-color: #27d604;
    color: #fff;
}

.navbar ul.navbar-nav > li {
    outline: none;
    padding-left: 0;
    padding-right: 0;
    margin-right: 2rem;
    margin-left: 2rem;
}

.navbar ul.navbar-nav > li:last-of-type {
    padding-right: 0;
    margin-right: 0;
    padding-left: 0;
}
@media (min-width: 768px){
    .nav-item.dropdown:hover > .dropdown-menu {
        opacity: 1;
        z-index: 1000;
        top: 90px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-item.dropdown:hover > .dropdown-menu {
        opacity: 1;
        z-index: 1000;
        top: 160px;
    }
}

.dropdown-menu .sub-subnavigation {
    float: left;
}

.pimcore-video video:focus{
    outline: none;
}

.title-blue{
    color: #3aacfc;
}