﻿

.Siedlung.beContainerRow {
    margin: 0 !important;
    padding: 2px !important;
}


.Siedlung .beContainerColumn:first-child {
    width: Calc(100% - 200px);
}

.Siedlung .beItemContainer[data-columncount="2"] > .beContainerColumn:last-child {
    width: 200px;
}

.beItem[data-itemname="Card"] .beFieldDataTypecKEditorText {
    color: #fff;
    font-size: 11px;
}

.beItem[data-itemname="Card"] .beItemLink:hover {
    background-color: #555;
}

.beContainerBlock {
    margin-top: 0 !important;
}

.beContainerRow {
    padding: 0 !important;
}

@media screen and (max-width: 924.9px) {
    .Siedlung .beContainerColumn:first-child {
        display: none;
    }

    .Siedlung .beItemContainer[data-columncount="2"] > .beContainerColumn:last-child {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {

    .Siedlung .beItemContainer[data-columncount="2"] > .beContainerColumn:last-child {
        width: 100%;
    }

    .beItem[data-itemname="Card"] .beFieldDataTypecKEditorText {
        color: #fff;
        font-size: 12px;
    }
}