@charset "UTF-8";

/*
 * ERSTELLT  : 28.02.2024
 * AUTHOR    : Danny Lotz
 * LINK      : https://1fire.de
 */

/********** FONTS LOKAL LADEN **********/

@font-face {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/OpenSans-Bold.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/********** ALLGEMEIN **********/

body {
    background-color: #1a1c21;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}
a {
    color: #a21010;
}
a:hover {
    color: #a21010;
}
.bg-1f {
    background-color: #1a1c21;
    border-bottom: solid 1px #292c34;
}
.navbar-brand {
    color: #ffffff;
}
.navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-nav .nav-link:hover {
    color: #a21010;
}
footer {
    border-top: solid 1px #292c34;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .nav-link {
    color: #ffffff;
}
footer .nav-link:hover {
    color: #a21010;
}
.mt-6 {
    margin-top: 4rem !important;
}
.mt-7 {
    margin-top: 5rem !important;
}
.mt-8 {
    margin-top: 6rem !important;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
#canvases {

}