/* ========================================================================================
   gesundheitsamt.css: Gesundheitsamt Corona-Box
   ======================================================================================== */

/* Corona Hinweisbox */
.notebox--corona {
    background-image: url(/images/stadtportal/corona_bg.jpg);
    background-size: cover;
}

.notebox--corona__heading-wrapper /* xxx */ {
    padding: .125rem .5rem .125rem .5rem;
    position: relative;
}

.notebox--corona__heading-wrapper .notebox__icon--info {
    height: 30px;
    left: 1rem;
    top: calc(50% - 15px);
    width: 30px;
}

.notebox:hover {
    filter: none;
}

.notebox__link--corona {
    margin-bottom: .5rem;
    position: relative;
}

.notebox__link--corona:hover {
    background: rgba(255, 255, 255, .1);
}

.notebox__link-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: .5rem;
}

.notebox__link-lang {
    background: #fff;
    border-radius: 5px;
    flex-grow: 1;
    font-size: 1.125rem;
    margin: 0 .5rem .5rem 0;
    padding: .5rem .5rem .5rem .5rem;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.notebox__link-lang--icon {
    padding-left: 2.75rem;
}

.notebox__link-lang--ls,
.notebox__link-lang--gs,
.notebox__link-lang--other,
.notebox__link-lang--item {
    flex-basis: 90%;
}

.notebox__link-lang--other {
    overflow: hidden;
    text-overflow: ellipsis;
}

.notebox__link-lang:hover {
    color: #0080a3;
}

.notebox__svg-icon--ls,
.notebox__svg-icon--gs,
.notebox__svg-icon--lang  {
    display: block;
    fill: #005b80;
    left: .5rem;
}

.notebox__link--lang:hover .notebox__svg-icon--ls,
.notebox__link--lang:hover .notebox__svg-icon--gs,
.notebox__link--lang:hover .notebox__svg-icon--lang {
    fill: #0080a3;
}

.notebox__svg-icon--ls {
    height: 1.5rem;
    top: calc(50% - .85rem);
    width: 1.75rem;
}

.notebox__svg-icon--gs {
    height: 1.75rem;
    top: calc(50% - .85rem);
    width: 1.5rem;
}

.notebox__svg-icon--lang {
    height: 1.5rem;
    top: calc(50% - .75rem);
    width: 1.5rem;
}

.notebox__link-text--lang {
    display: inline-block;
    text-align: center;
    width: 100%
}

@media only all and (min-width: 31.25em) {
    .notebox__link-lang--ls,
    .notebox__link-lang--gs,
    .notebox__link-lang--item {
        flex-basis: 45%;
    }
}
