﻿
.zulassung {
    width: 100%;
    display: flex;
    min-height: 50px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.zulassung .left {
    width: 30%;

}

.zulassung .right {
    width: 70%;

}

.zulassung h2 {
    font-size: 1em;
    border-bottom: none;
    vertical-align: middle;
}

.zulassung a {
    font-size: .9em;
    text-decoration: none;
    color: #5691BF;
    font-weight: 600;
    display:block;
}

@media screen and (min-width: 360px) and (max-width: 800px) {

    .zulassung {
        display:block;
        width: 100%;
        margin-bottom:10px;
    }

    .zulassung .left , .zulassung .right {
        width: 100%;
        margin-bottom:0px;
    }

    .zulassung a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow:hidden;
    }
}