@font-face {
    font-family: "BMW Type Next Bold";
    src: url("./../fonts/BMWTypeNextTT-Bold.ttf");
}

@font-face {
    font-family: "BMW Type Next Regular";
    src: url("./../fonts/BMWTypeNextTT-Regular.ttf");
}

@font-face {
    font-family: "Mini Global Bold";
    src: url("./../fonts/MINIGlobal_Bold.ttf");
}

@font-face {
    font-family: "Mini Global Regular";
    src: url("./../fonts/MINIGlobal_Regular.ttf");
}

html,
body {
    font-size: 16px;
    scroll-behavior: smooth; /* invalid in safari*/
}
body {
	margin-top:0px !important;
}
#home{
	padding-top:24px !important;
}
body.bmw-font {
    font-family: "BMW Type Next Regular", sans-serif;
}
body.bmw-font-bold {
    font-family: "BMW Type Next Bold", sans-serif;
}

body.mini-font {
    font-family: "Mini Global Regular", sans-serif;
}
body.mini-font-bold {
    font-family: "Mini Global Bold", sans-serif;
}

.bmw-title {
    padding-top: 20px;
    text-align: center;
}

.bold {
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit !important;
}

a:link {
    text-decoration: none;
    color: inherit !important;
}

a:visited {
    text-decoration: none;
    color: inherit !important;
}

a:hover {
    text-decoration: none;
    color: inherit !important;
}

a:active {
    text-decoration: none;
    color: inherit !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 10px;
    display: none;
}

a img {
    background-color: transparent;
}

div.table-container {
    overflow: hidden;
    overflow-x: scroll;
    max-width: 100%;
    width: 100%;
}

table.pp-table,
table.pp-table thead,
table.pp-table tbody,
table.pp-table tr,
table.pp-table td {
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    max-width: 100%;
}
.underline {
    text-decoration: underline;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.mini-body {
    font-family: "MINIType v2 Regular";
}

.mini-title {
    font-family: "MINIType v2 Regular";
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

p.end-blank {
    display: block;
    margin: 100px 0 0 0;
}

.content-pp{ margin-top: 16px;}

body {
    transition: background-color 0.1s ease, color 0.1s ease;
}

@media (prefers-color-scheme: dark) {
	*:not(a,span){
		color:#ffffff;
        background-color: #000000;
	}
}
