/*all cards*/

.bt-btn-green {
    background-color: #3F836A;
    color: #ffffff;
    border: none;
    border-radius: 0 !important;
    padding: 1em 2em;
    white-space: pre-wrap;
}

.bt-btn-green:hover {
    background-color: #2056AE;
    color: #ffffff;
}

/*********** ***********/
.border-green {
    border: 2px solid #1D9D71;
}

@media screen and (min-width: 992px) {
    .border-green {
        border: 2px solid #1D9D71;
    }
    .border-green.border-container {
        margin-left: 2px;
    }
}

.border-yellow {
    border: 2px solid #F6C03E;
}

.border-none {
    border: none;
}

hr.hr-yellow {
    display: block;
    text-align: left;
    height: 2px;
    border: 0;
    border-top: 2px solid #F6C03E;
    margin: 0 0 0.8em 0;
    padding: 0;
    width: 22%;
    transition: ease 100ms;
}

.card-intro-text {
    font-family: 'Nunito', sans-serif;
    font-size: .97em;
    margin-top: .4em;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .card-intro-text {
        padding-bottom: 1.5em;
    }
}

.card-description-text {
    margin-top: 1.3em;
    font-weight: 600;
    font-size: 1.07em;
}

.card-description-text a {
    color: #000000;
}

.card-description-text a:hover {
    color: #2056AE;
}

.card-description-text-small {
    font-size: .93em;
    letter-spacing: .02em;
    margin-top: 1.5em;
}

.border-container {
    margin-top: 3.5em;
    margin-bottom: 1em;
    padding: .6em 1.2em;
}

@media screen and (min-width: 992px) {
    .border-container {
        padding-top: 2.5em;
        padding-bottom: 1em;
    }

    .card-right {
        padding-left: 3em;
        padding-right: 2.5em;
    }

    .card-description-text {
        font-size: 1.5em;
        padding-right: 6em;
    }
}

.ausbildungsassistent {
    margin: 0;
    width: 100%;
}

.ausbildungsassistent a.bt-btn-green {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    margin-bottom: .4em;
    word-break: break-word;
    font-size: 1.6rem;
}

@media (min-width: 991px) {
    .ausbildungsassistent.hidden-xs.hidden-sm {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .ausbildungsassistent.hidden-xs.hidden-sm {
        display: block;
    }

    .ausbildungsassistent a.bt-btn-green {
        float: right;
    }
}

.card-image {
    width: 100%;
    box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, .2);
}

.bt-bg-light-gray {
    background-color: #E6EEEE;
}

.im-focus-ausbildungen a {
    display: block;
    color: #000000;
}

.im-focus-ausbildungen a:hover {
    text-decoration: none;
    transform: scale(1.04);
    transition: ease 100ms;
}

.im-focus-ausbildungen a:hover hr.hr-yellow {
    width: 54%;
}

.im-focus {
    padding-left: 0;
    padding-right: 0;
}

.im-focus .card-description-text {
    margin-top: 0;
    font-size: 1.4em;
}

.im-focus .border-yellow {
    border-width: 4px;
}

.bildungssystem .card-description-text {
    font-size: 1.1em;
}

.bildungssystem a.btn {
    padding: .4em 1.3em;
    float: right;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 300;
    margin-top: .3em;
}

.col-d-flex {
    display: flex;
}

@media screen and (min-width: 992px) {
    .ausbildungsassistent .card-image-link {
        position: absolute;
        box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, .2);
        top: -86px;
        margin-left: -20px;
    }

    .ausbildungsassistent .card-description-text {
        padding-right: 0em;
        margin-bottom: 2em;
        font-weight: 700;
    }

    .card-intro-text {
        font-size: 1.2em;
        padding-bottom: 0;
    }

    .bildungssystem .border-container {
        padding-top: 6em;
        padding-left: 2.5em;
        width: 85%;
    }

    .bildungssystem .card-description-text {
        font-size: 1.4em;
    }

    .bildungssystem a.btn {
        float: left;
        font-size: 1em;
    }

    .bildungssystem .card-image-link {
        position: absolute;
        right: 0;
        top: 90px;
        border: 1px solid #D6D6D6;
        box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, .2);
    }

    .bildungssystem .card-image-link img {
        height: 16em;
        width: auto;
    }
}

@media screen and (min-width: 1200px) {
    .bildungssystem .border-container {
        padding-left: 4.5em;
    }

    .bildungssystem .card-image-link {
        right: 0;
        top: 65px;
    }

    .bildungssystem .card-image-link img {
        height: 19em;
    }
    .ausbildungsassistent {
        height: 567px;
        margin: 0 0 3em 0;
    }
}

.col-eq-height {
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap !important;
}

@media screen and (min-width: 768px) {
    .col-eq-height {
        flex-wrap: nowrap !important;
    }
}

@media screen and (min-width: 992px) {
    .ausbildungsassistent {
        margin-top: 50px;
    }
}
