.displaynone {
    display: none;
}


.rounded-bullet-point {
    border-radius: 9999px;
    color: #FFFFFF;
    background-color: #FFC600;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

.offer-card {
    flex: 1;
    background: white;
    border: 1px solid rgb(51,51,51);
    padding: 15px;
    border-radius: 6px;
}

.card-border-color {
    border: 1px solid rgb(51,51,51);
}

.bg-black-300 {
    background-color: rgb(51,51,51);
}

.custom-table {
    display: table;
}

.custom-table-cell {
    display: table-cell;
}

.rounded-bullet-point {
    border-radius: 9999px;
    color: white;
    background-color: #FFC600;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

.carousel-item,
.carousel-inner {
    min-height: 300px !important;
}

.divider {
    color: #FFC600;
    border-top: 5px solid;

}

footer a,
footer a:link,
footer a:visited {
    color: black;
    text-decoration: none;
    font-size:14px;
    margin-right: 10px;
}
footer a:hover {
    color: black;
    text-decoration: none;
    font-size:14px;
    margin-right: 10px;
}

.nav-link,
.nav-link:hover,
.nav-link:visited
{
    color:white !important;
}

.navbar-toggler {
    color: white !important;
}

.link-secondary {
    color: white !important;
}

.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
    color: white !important;
}



.bg-inz5-fahrzeug {
    background-image: url("../img/vw-bus-shadow.jpg");
}


@media only screen and (max-width: 1200px) {
    .displayonmobile {
        display: block !important;
    }

    .displaynoneonmobile {
        display: none;
    }
}

.bg-bild-fahrzeuge {
    background-image: url("../img/tiemeyer-hintergrund_1400_80_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.col-hp-block {
    background-color: #5c6375;
    border: 1px solid #474d5b;
    border-radius:15px;
    padding: 20px;
    text-align: center;
    margin:30px;

}

.col-hp-block-darum {
    background-color: #162656;
    background-image: url("../img/tiemeyer-hintergrund-box.png");
    background-repeat: no-repeat;

    background-size: cover;
    border: 1px solid #474d5b;
    border-radius:15px;
    padding: 20px;
    text-align: center;
    margin:30px;

}
.col-hp-block-darum h4 {
    color:#e1c85f;

}