/* ===================================================================
       HOMEPAGE
====================================================================== */

/* Red teaser badge */
.red-dot {
    margin-top: 15px;
    background-color: #d00000;
    text-align: center;
    color: #ffffff !important;
    padding-top: 0.3571rem;
}

@media (min-width: 992px) {
    .red-dot {
        position: absolute;
        margin-top: 0px;
        top: 65px;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        height: 180px;
        width: 180px;
    }
}

/* "Read more" Button under the press quotes */
.btn-press {
    display: inline-block;
    padding: 0 1em;
    line-height: 2.3;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
    background-color: #384351;
    border-bottom: 30px solid #0085cd;
    border-left: 20px solid transparent;
    height: 0;
    margin-right: -10px;
    border-bottom-right-radius: .25rem;
}

/* ==================================================================
       DOWNLOAD-Page
===================================================================== */

/* Background Linux dropdown */
.dl-linux .dropdown-menu {
    background-color: #ddd;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: orange;
    text-decoration: none;
    background-color: transparent;
}

/* Vergößert den Abstand links und rechts vom Card-Deck. 
   Sonnst bricht die H1 (Windows) zu früh um */
@media (min-width: 992px) and (max-width: 1199px) {
    .wide-gutters {
        margin-right: -35px;
        margin-left: -35px;
    }
}