@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body, button, input {
    font: 18px 'Raleway', sans-serif, Helvetica, Arial, sans-serif; /*'Baloo Chettan 2', cursive,*/
    font-weight: normal;
}

body {
    overflow-x: hidden;
}

a{
    color: #142482;
    text-decoration: none;
}
a:hover{
    color: #a9cfff;
    text-decoration: none;
}
#header > a{
    color: white;
}
#header > a:hover{
    color: #a9cfff;
    text-decoration: none;
}
h4 {
    color: grey;
    font-weight: 200;
    margin-top: 50px;
}
span {
    line-height: 1.3;
}
ul {
    list-style: none;
}

li {
    line-height: 1.5;
}
ul li::before {
    content: "\2022";
    color: #142482;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 24px;
    line-height: 1;
}

.mbImg{
    height: 200px;
}

.header{
    color: white;
    font-size: 80px;
    font-weight: 900;
    margin-top: 30px;
    z-index: 90;
}

.headerSec{
    color: white;
    z-index: 90;
    font-size: 45px;
    font-weight: 500;
}

.headerThi{
    color: white;
    font-size: 31px;
    font-weight: 100;
    z-index: 90;
}

.bgHeaderImg{
    width: 100%;
    height: 100%;
    background: #ffffff24;
    position: absolute;
    top: 0;
}

.headerBg{
    background-size: cover;
    height: 100%;
    padding-bottom: 200px;
    width: 100%;
}

.headerBgIndex{
    background: linear-gradient(0deg, rgb(0 114 255 / 16%), rgb(255 255 255 / 24%)), url('../images/bmw2.jpg') no-repeat center;
    /*background: linear-gradient(0deg, rgb(255 255 255 / 16%), rgb(255 255 255 / 22%)), url('../images/bmw2.jpg') no-repeat center;*/
}

.headerBgImpressum{
    background: linear-gradient(0deg, rgb(0 14 183 / 31%), rgb(0 0 0 / 67%)), url('../images/autoHinten.jpg') no-repeat center;
    /*background: linear-gradient(0deg, rgb(0 0 0 / 15%), rgb(0 0 0 / 38%)), url('../images/lights.jpg') no-repeat center;*/
}
.headerBgImpressum2{
    background: linear-gradient(0deg, rgb(0 14 183 / 31%), rgb(0 0 0 / 67%)), url('../images/bg3.png') no-repeat center;
    background-size: cover;
}
.headerBgImpressum3{
    background: linear-gradient(0deg, rgb(0 14 183 / 31%), rgb(0 0 0 / 67%)), url('../images/audi2.jpg') no-repeat center;
    background-size: cover;
}

.headerNav {
    color: white;
    font-size: small;
    margin-right: 15px;
    margin-bottom: 30px;
    padding-top: 5px;
    text-align: right;
}

.page-section{
    background: #f2f4f7;
    padding: 100px 0;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    border: 3px solid #142482;
    border-width: 4px 0;
}

.points{
    padding: 100px 0;
}

.footer{
    background-image: url('../images/mbTransparent.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 40px;
}

.containerImpressum {
    padding: 100px 0;
}

.personImage{
    width: 200px;
    border: solid 5px #e9ecef;
}

.personText{
    padding-top: 40px;
    margin-left: 23px;
    padding-left: 20px;
    border-left: solid 2px #e9ecef;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #142482a1;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 40px;
    line-height: 1;
}

#myBtn:hover {
    background-color: #142482;
}

@media only screen and (max-width: 756px) {
    h2 {
        font-size: 18px;
        padding: 0 20px;
    }

    .header{
        font-size: 35px;
    }
    .headerSec{
        font-size: 20px;
    }
    .headerThi{
        font-size: 20px;
    }
    .headerBg {
        padding-top: 10px;
        padding-bottom: 100px;
    }
    .headerNav{
        text-align: center;
        padding: 10px;
    }

    .page-section{
        padding: 60px 0;
    }

    .section-subheading{
        font-size: large;
    }

    .my-3{
        margin-top: 10px !important;
        margin-bottom: 60px !important;
    }

    .points{
        padding: 50px 15px;
    }
    .mbImg{
        height: 120px;
        margin-top: 30px;
    }
    .headerBgIndex{
        background-size: cover;
    }
    .headerBgImpressum{
        background-position: bottom;
        background-size: cover;
    }
    .headerBgImpressum2{
        background-position: bottom;
        background-size: cover;
    }
    .parallax{
        min-height: 300px;
        background-attachment: inherit;
    }

    .containerImpressum {
        padding: 50px 20px;
    }

    .personImage {
        width: 100px;
        border: solid 5px #e9ecef;
    }
    .personText{
        padding-top: 0px;
        margin-left: 10px;
        padding-left: 10px;
        border-left: solid 2px #e9ecef;
    }
}


.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
}
.timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
}
.timeline > li:after {
    clear: both;
}
.timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #142482;
}
.timeline > li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline > li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px;
    }
    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
        margin-top: 30px;
    }
    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}
@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}
@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }
}
