@charset "utf-8";

/* TODO */
.dimension-text font {
    color: var(--grau-dunkel);
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
}
.dimension-text table {
    background-color: transparent;
    border: none;
    width: 50%;
}
.dimension-text table td {
    background-color: transparent;
    border: none;
}

.green {
    background-color: var(--green);
}

.ta-center {
    text-align: center;
}

.color-weiss .xxx--portal-mod--headline {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
}

.streifen {
    background-color: var(--green);
    padding: 15px 0 10px 0;
    text-align: center;
}

.streifen p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}


/*
*
* Extra Small (XS)
*/

@media (max-width: 767px) {
    .streifen p {
        font-size: 10px;
    }
}


/*
*
* Small (SM)
*/

@media (min-width: 768px) and (max-width: 991px) {
    .streifen p {
        font-size: 12px;
    }
}


/*
*
* Medium (MD)
*/

@media (min-width: 992px) and (max-width: 1199px) {
    
}


/*
*
* Large (LG)
*/

@media (min-width: 1200px) {
    
}
