.hidden-xs {
    display: block !important;
}

.header-slide,
#pimcore_admin_console,
.header-slide__img,
.visible-xs {
    display: none !important;
}

.nav-bar,
.page-header-bar,
.mobile-header,
.booking-slide,
.main-footer,
.video__btn,
.gallery__item,
.gallery__info,
.sort-controls,
.form-inline--mulit-line,
.section--light,
.loading,
.teaser-row iframe
{
    display: none !important;
}

.js-fade-in {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    visibility: visible !important;
}

.btn-primary,
.nav-tabs-simple > li.active > a{
    background: #d41320 !important;
    color: #ffffff !important;
}

.nav-tabs-simple > li > a:after {
    display: none;
}

.embed-responsive,
.section,
td,
.media-block,
.teaser{
    page-break-inside: avoid;
}


.article-preview {
    width: 60%;
    margin: auto;
    page-break-inside: avoid;
}
.teaser {
    width: 33%;
    float: left;
}
.teaser-row,
.media-block {
    overflow: hidden;
}
.media-block__left,
.media-block__right {
    width: 50%;
    float: left;
}



.table > thead,
.table > thead >tr,
.table > thead >tr > th{
    background: #242729 !important;
    color: #ffffff !important;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: #eaebec !important;
}

.table--object-list > tbody > tr.is-open.is-open.is-open > th, .table--object-list > tbody > tr.is-open.is-open.is-open > td {
    background: #ffffff !important;
}
.td--contains-detail.td--contains-detail.td--contains-detail {
    background: #FFFFFF !important;
}
.text-info {
    color: #1579bc !important;
}
.text-danger {
    color: #d41320 !important;
}
.webcam__text {
    color: #FFFFFF !important;
}
.text-success {
    color: #58b300 !important;
}
.media-block.media-block {
    background-color: transparent !important;
    background: none !important;
}

.wysiwyg table{
    width: 100%!important;
}

