h1, h2, h3, h4 {
    font-size: 125%;
    font-weight: bold;
    padding-bottom: 0rem
}
h2 {
    font-size: 115%;
}
h3 {
    font-size: 100%;
}
h4 {
    font-size: 100%;
    font-weight: normal;
    font-style: italic;
}
.search-field {
    width: 100%
}
.sidebar {
    height: 100%
}
.sidebar ul {
    list-style-type: none;
    padding-left: 0
}
.tagcloud-item {
    display: block;
    margin: 0 2px 5px 0;
    border: none;
    border-radius: 3px;
    padding: 2px 5px
}
.tagcloud-item:hover {
    background-color: #EEE
}
.tagcloud-item a:hover {
    text-decoration: none
}
.artikel {
    height: auto;
    max-height: 35rem;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 5px
}
.artikel:hover {
    border: 1px solid transparent
}
.artikel a:hover {
    text-decoration: none
}
.artikel h1 {
    color: #0096FF
}
.artikel h4 {
    display: inline-block
}
.artikel img {
    max-height: 150px;
    -o-object-fit: cover;
    object-fit: cover
}
.artikel .card {
    max-height: calc(35rem - 2px)
}
.artikel-content {
    height: 100%
}
.artikel-tag {
    display: inline-block;
    margin: 0 2px 5px 0;
    border: 1px solid #EEE;
    border-radius: 3px;
    padding: 2px 5px
}
.artikel-tag:hover {
    background-color: #EEE;
    text-decoration: none
}
.artikel-detail #editContent {
    height: 10rem
}
.artikel-detail.col-12 {
    padding-right: 0;
    padding-left: 0;
}
.artikel-detail .card {
    border: none;
}
.elem-nav {
    margin-top: 1rem
}
.modal {
    text-align: center;
    padding: 0!important;
}
.modal.in {
    text-align: center;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    max-width: 100%;
    width: auto !important;
    vertical-align: middle;
    overflow-y: initial !important
}
.modal-body{
    max-width: 70vw;
    max-height: 65vh;
    overflow-y: auto;
}
.custom-file-input ~ .custom-file-label::after {
    content: "Durchsuchen";
}

.btn-user.focus {
    box-shadow: none !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #6c757d !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #6c757d !important;
}

.embed-responsive-item {
    width: auto !important;
}

@media (min-width:576px) {
    .form-inline .input-group {
        width: 100%;
    }

    h1,h2,h3,h4 {
        font-size: 125%;
        font-weight: bold;
        padding-bottom: 0rem
    }
    h2 {
        font-size: 115%;
    }
    h3 {
        font-size: 100%;
    }
    h4 {
        font-size: 100%;
        font-weight: normal;
        font-style: italic;
    }
    .search-field {
        width: 100%;
    }
    .sidebar {
        height: 100%;
    }
    .sidebar ul {
        list-style-type: none;
        padding-left: 0;
    }
    .tagcloud-item {
        display: block;
        margin: 0 2px 5px 0;
        border: none;
        border-radius: 3px;
        padding: 2px 5px;
    }
    .tagcloud-item:hover {
        background-color: #EEE;
    }
    .tagcloud-item a:hover {
        text-decoration: none;
    }
    .artikel {
        max-height: 35rem;
        height: auto;
        overflow-x: hidden;
        overflow-y: hidden;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 5px;
    }
    .artikel:hover {
        border: 1px solid transparent;
    }
    .artikel a:hover {
        text-decoration: none
    }
    .artikel h1 {
        color: #0096FF
    }
    .artikel h4 {
        display: inline-block
    }
    .artikel img {
        max-height: 150px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .artikel .card {
        max-height: calc(35rem - 2px)
    }
    .artikel-content {
        height: 100%
    }
    .artikel-tag {
        display: inline-block;
        margin: 0 2px 5px 0;
        border: 1px solid #EEE;
        border-radius: 3px;
        padding: 2px 5px
    }
    .artikel-tag:hover {
        background-color: #EEE;
        text-decoration: none
    }
    .artikel-detail #editContent {
        height: 10rem
    }
    .artikel-detail.col-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .artikel-detail .card {
        border: 1px solid rgba(0,0,0,.125);
    }
    .elem-nav {
        margin-top: 1rem
    }
}

@media (min-width:768px) {
    h1,h2,h3,h4 {
        font-size: 125%;
        font-weight: bold;
        padding-bottom: 0rem
    }
    h2 {
        font-size: 115%;
    }
    h3 {
        font-size: 100%;
    }
    h4 {
        font-size: 100%;
        font-weight: normal;
        font-style: italic;
    }
    .search-field {
        width: auto
    }
    .sidebar {
        height: 100%
    }
    .sidebar ul {
        list-style-type: none;
        padding-left: 0
    }
    .tagcloud-item {
        display: block;
        margin: 0 2px 5px 0;
        border: none;
        border-radius: 3px;
        padding: 2px 5px
    }
    .tagcloud-item:hover {
        background-color: #EEE
    }
    .tagcloud-item a:hover {
        text-decoration: none
    }
    .artikel {
        height: auto;
        max-height: 35rem;
        overflow-x: hidden;
        overflow-y: hidden;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 5px
    }
    .artikel:hover {
        border: 1px solid transparent
    }
    .artikel a:hover {
        text-decoration: none
    }
    .artikel h1 {
        color: #0096FF
    }
    .artikel h4 {
        display: inline-block
    }
    .artikel img {
        max-height: 150px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .artikel .card {
        max-height: calc(35rem - 2px)
    }
    .artikel-content {
        height: 100%
    }
    .artikel-tag {
        display: inline-block;
        margin: 0 2px 5px 0;
        border: 1px solid #EEE;
        border-radius: 3px;
        padding: 2px 5px
    }
    .artikel-tag:hover {
        background-color: #EEE;
        text-decoration: none
    }
    .artikel-detail #editContent {
        height: 10rem
    }
    .elem-nav {
        margin-top: 1rem
    }
}

@media (min-width:992px) {
    h1,h2,h3,h4 {
        font-size: 125%;
        font-weight: bold;
        padding-bottom: 0rem
    }
    h2 {
        font-size: 115%;
    }
    h3 {
        font-size: 100%;
    }
    h4 {
        font-size: 100%;
        font-weight: normal;
        font-style: italic;
    }
    .search-field {
        width: auto
    }
    .sidebar {
        height: 100%
    }
    .sidebar ul {
        list-style-type: none;
        padding-left: 0
    }
    .tagcloud-item {
        display: block;
        margin: 0 2px 5px 0;
        border: none;
        border-radius: 3px;
        padding: 2px 5px
    }
    .tagcloud-item:hover {
        background-color: #EEE
    }
    .tagcloud-item a:hover {
        text-decoration: none
    }
    .artikel {
        height: auto;
        max-height: 35rem;
        overflow-x: hidden;
        overflow-y: hidden;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 5px
    }
    .artikel:hover {
        border: 1px solid transparent
    }
    .artikel a:hover {
        text-decoration: none
    }
    .artikel h1 {
        color: #0096FF
    }
    .artikel h4 {
        display: inline-block
    }
    .artikel img {
        max-height: 150px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .artikel .card {
        max-height: calc(35rem - 2px)
    }
    .artikel-content {
        height: 100%
    }
    .artikel-tag {
        display: inline-block;
        margin: 0 2px 5px 0;
        border: 1px solid #EEE;
        border-radius: 3px;
        padding: 2px 5px
    }
    .artikel-tag:hover {
        background-color: #EEE;
        text-decoration: none
    }
    .artikel-detail #editContent {
        height: 10rem
    }
    .elem-nav {
        margin-top: 1rem
    }
}
