@font-face {
    font-family: TradeGothicLight;
    src: url('./fonts/TradeGothicNextLTPro-Lt.ttf');
}

@font-face {
    font-family: TradeGothicBold;
    src: url('./fonts/TradeGothicNextLTPro-Bd.ttf');
}

@font-face {
    font-family: TradeGothic;
    src: url('./fonts/TradeGothicNextLTPro-Rg.ttf');
}

@font-face {
    font-family: TradeGothicHvCn;
    font-weight: bold;
    src: url('./fonts/TradeGothicNextLTPro-HvCn.ttf');
}

@font-face {
    font-family: TradeGothicHvCn;
    font-weight: bold;
    font-style: italic;
    src: url('./fonts/TradeGothicNextLTPro-HvCnIt.ttf');
}

* {
    font-family: TradeGothic;
}

.nav-link {
    font-family: TradeGothicHvCn;
    font-weight: bold;
    font-style: italic;
    color: rgb(81, 88, 187);
    font-size: 35px;
    margin-left: 20px;
    margin-right: 20px;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    font-family: TradeGothicHvCn;
    font-weight: bold;
    font-style: italic;
    color: rgb(81, 88, 187);
    font-size: 35px;
    text-decoration: underline !important;
    text-decoration-color: rgb(81, 88, 187) !important;
    text-decoration-thickness: 5px !important;
}

.nav-link:focus, .nav-link:hover {
    font-family: TradeGothicHvCn;
    font-weight: bold;
    font-style: italic;
    color: rgb(81, 88, 187);
    font-size: 35px;
    cursor: pointer;
    text-decoration: underline !important;
    text-decoration-color: rgb(81, 88, 187) !important;
    text-decoration-thickness: 5px !important;
}

.blue-background {
    background: rgb(75, 87, 191);
}

.green-background {
    background: rgb(163, 245, 221);
}

.videoContainer {
    position: relative;
    overflow: hidden;
    padding-bottom: 47.25%;
    height: 0;
    margin-top: 20px;
}

#konzeptVideo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}