.tx-trainings {}
.tx-trainings .inner-1160 {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.tx-trainings .inner-620 {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
.tx-trainings .regular {
    font-weight: 300;
}

.tx-trainings .list {}
.tx-trainings .list .row {
    justify-content: center;
    margin-bottom: -40px;
}
.tx-trainings .list .row .col {
    flex-basis: 360px;
    flex-grow: 0;
    margin-bottom: 40px;
}
.tx-trainings .list .training {
    background-color: #E3E3E3;
    padding: 30px 30px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tx-trainings .list .training h3 {
    font-size: 20px;
    font-weight: 700;
    color: #393939;
    line-height: 1.3;
    margin-bottom: 1em;
}
.tx-trainings .list .training p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: .6em;
}
.tx-trainings .list .training p:last-child {
    margin-bottom: 0;
}
.tx-trainings .list .training .smallbutton {
    margin-top: 1.16em;
}

.tx-trainings .detail {}
.tx-trainings .detail h1 {
    font-size: 45px;
}
.tx-trainings .detail .icon {
    padding-left: 38px;
    position: relative;
    font-weight: 700;
    margin-bottom: .5em;
}
.tx-trainings .detail .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}
.tx-trainings .detail .calendar:before {
    background-image: url(../Icons/calendar-day.png);
}
.tx-trainings .detail .location:before {
    background-image: url(../Icons/map-marker-alt.png);
}
.tx-trainings .detail .language:before {
    background-image: url(../Icons/globe-europe.png);
}
.tx-trainings .register.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0,0,0,.3);
    overflow: auto;
}
.tx-trainings .register .overlayinner {
    width: 1000px;
    max-width: calc(100vw - 40px);
    padding: 60px 160px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    margin-top: 8vw;
    margin-bottom: 8vw;
    left: 50%;
    transform: translateX(-50%);
}
.tx-trainings .register .overlayinner .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../Icons/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
