/*
colors :
rot: #ff4a4a
blau: #0059d1
grau-dunkel: #1b1b1b
grau-mittel: #363636

 */

body {
    background-color: white;
    color: #1b1b1b;

}

.welcome-block {
    color: white;
    background-image: url("/images/muster/main-bg-03.JPG");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-gray {
    background-color: #363636;
    color: white;
}

.bg-gray-motor {
    background-image: url("/images/muster/main-bg-03.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}

/*.bg-gray-motor > div {*/
/*    background-color: rgba(54, 54, 54, 0.7);*/
/*}*/

.bg-gray-transparent {
    background-color: rgba(54, 54, 54, 0.7);
}

.css-table-light {
    color: white;
    font-size: 0.9em;
    line-height: 1.5em;
}

.css-table-light td {
    padding-right: 8px;
}


.bg-gray-light {
    background-color: #e2e2e2;
    color: #1b1b1b;
}

.bg-motor {
    background-image: url("/images/muster/motor-g.jpg");
    background-size: contain;
}

.bg-shop {
    background-image: url("/images/muster/werkstatt.jpg");
    background-size: contain;
    min-height: 500px;
    filter: grayscale(80%);
}

.blue-line {
    border-top: 10px solid #0059d1;
}

.css-header {

}

h3 {
    font-size: 2em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}


.css-footer {
    background-color: #323539;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.css-margin-bottom {
    margin-top: 30px;
    margin-bottom: 40px;
}

.navbar {
    background-color: rgba(27, 27, 27, 0.7);
    color: white;
    font-size: 1.2em;
    font-weight: bolder;


}

.navbar a.nav-link {
    color: white;
    margin-right: 20px;
}

.navbar a.nav-link:hover {
    color: #ff4a4a;
}

.nav-item {
    color: white;
}

.nav-item a.nav-link.active {
    border-bottom: 3px solid #ff4a4a;
    color: white;
}

a {
    color: white;
}

a:hover {
    color: #ff4a4a;
}

a:active {
    color: white;
}

a:visited {
    color: white;
}

.contact-info {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.2em;
    line-height: 1.8em;
    opacity: 1;
}

.bg-image {
    opacity: 0.7;
}

.logo-box {
    position: absolute;
    max-width: 320px;
    top: 65px;
    margin-left: -15px;
    /*background-color: rgba(27, 27, 27, 1); */
    z-index: 2;
}

.content-block {
    margin: 0;
    padding: 70px 20px;
}

.content-block .text-center {
    text-align: center;
}

.content-block .text-justify {
    text-align: justify;
}

.content-block .text-valign-middle {
    vertical-align: middle;
}

footer {
    border-top: 1px solid white;
    padding: 50px 0px;
    background-color: rgba(27, 27, 27, 1);
}

.footer-content {
    text-align: center;
}

.navbar button {
    background-color: white;
}

.css-footer-copy {
    margin-top: 20px;
    color: #acacac;
    text-align: center;
}

.css-image {
    max-height: 400px
}

.css-image-border-light {
    border: 3px solid white;
}

.css-image-border-dark {
    border: 3px solid #363636;
}

.css-bg-chess {
    background-image: url("/images/bg-schachbrett.png"), url("/images/bg-schachbrett-180.png");
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

.css-box-info {
    background-color: #616161;
    border: 5px solid #ff4a4a;
    border-radius: 10px;
    color: white;
    margin-top: 5px;
    padding: 10px;
}

.css-box-info .fa-solid {
    color: #ff4a4a;
}

.css-datenschutz {
    color: #1b1b1b;
}

.css-datenschutz a {
    color: #1b1b1b;
}

.css-datenschutz a:visited {
    color: #1b1b1b;
}

.css-datenschutz h1 {
    font-size: 2em;
    margin-bottom: 1em;
}

.css-datenschutz h2 {
    font-size: 1.75em;
}

.css-datenschutz h3 {
    font-size: 1.5em;
}

.css-datenschutz h4 {
    font-size: 1.4em;
}

.css-datenschutz h5 {
    font-size: 1.3em;
}


@media (max-width: 575px) {
    .logo-box {
        position: relative;
        max-width: 300px;
        margin: 10px auto;
        top: 0;
    }

    .css-padding {
        padding: 30px 40px;
    }

    .css-margin-top {
        margin-top: 60px;
    }

    h3 {
        font-size: 1.5em;
    }

    .bg-gray-motor {
        background-image: url("/images/muster/main-bg-motor-500-1000.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .logo-box {
        position: relative;
        max-width: 300px;
        margin: 10px auto;
        top: 0;
    }

    h3 {
        font-size: 1.7em;
    }

    .bg-gray-motor {
        background-image: url("/images/muster/main-bg-motor-1000-2000.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo-box {
        position: relative;
        margin: 10px auto;
        top: 0;
    }

    picture img {
        max-width: 600px !important;
    }
}

@media (max-width: 1100px) {
    .contact-info {
        font-size: 1.0em;
    }

    .logo-box {
        max-width: 260px;
    }
}
