.omt-webinar-teaser {
    font-size: 20px;
    line-height: 30px;
    hyphens: none;
    zoom: 1;
    padding: 30px;
    box-shadow: 1px 15px 22px rgba(0,68,144,.3);
    margin-bottom: 45px;
    box-sizing: border-box;
    display: block;
    font-weight: 400;
    font-style: normal;
}

.omt-webinar-teaser .webinar-teaser-img {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    hyphens: none;
    float: left;
    width: 30%;
}

.omt-webinar-teaser:hover {
    background: #f2f6f9;
}
.omt-webinar-teaser .omt-webinar-button {
    width: auto;
    float: left;
    clear: both;
}
.omt-webinar-teaser .webinar-teaser-img,
.omt-webinar-teaser .webinar-teaser-text {
    float: left;
}
.omt-webinar-teaser h3 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.omt-webinar-teaser a {
    color: #31bbda;
}
.omt-webinar-teaser a:hover {
    color: #004590;
}

.omt-webinar-teaser .webinar-teaser-img a {
    border-bottom: 0;
}

.omt-webinar-teaser .webinar-teaser-text {
    width: 70%;
    padding-left: 30px;
}
.omt-webinar-teaser .teaser-cat{
    color: #ea506c;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    font-weight: 700;
}
.omt-webinar-teaser .omt-webinar-button, .omt-shortcode-button {
    box-sizing: border-box;
    hyphens: none;
    outline: none!important;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border-color: #e46444;
    border-radius: 4px;
    float: left;
    clear: both;
    font-weight: 700;
    font-style: normal;
    background: #e46444;
    color: #fff!important;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: block;
    max-width: 730px;
    position: relative;
    margin: 0 auto;
    width: auto;
    padding: 10px 30px;
    -webkit-tap-highlight-color: rgba(0,0,0,.3);
}
.omt-webinar-teaser .omt-webinar-button:hover, .omt-shortcode-button:hover {
    background: black;
    border-color: black;
}

.omt-seminare-wrap {
    font-size: 20px;
    line-height: 30px;
    hyphens: none;
    zoom: 1;
    padding: 0px;
    box-shadow: 1px 15px 22px rgba(0,68,144,.3);
    margin-bottom: 45px;
    box-sizing: border-box;
    display: block;
    font-weight: 400;
    font-style: normal;
}

.omt-seminar-info {
    padding: 30px;
}

.omt-termine-headline {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.aktuelle-termine-omt-wrap {

}

.omt-seminar-termin {
    background: #31bbda;
    font-weight: 400;
    color: white;
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.omt-seminar-termin p {
    margin-bottom: 5px;
    margin-top: 5px;
}
.omt-seminar-termin div {
    padding:10px 10px 10px 30px;
}

.omt-seminar-termin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.omt-seminar-termin:nth-child(2n) {
    background: #eff2f5;
    color: black;
}
.omt-seminar-button {
    float: none;
    width: 190px;
    display: block;
    margin-left: auto;
    margin-right: 0px;
    border-radius: 0px;
}

.omt-button-block {
    display: block;
    margin: 30px auto;
    width: 600px;
    max-width: 100%;
    float:none;
}