﻿@import url('/Content/webfonts/SourceSansPro/SourceSansPro-Fonts.css?v=20231215');

* {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.fa, .fab, .fal, .far, .fas {
    font-family: 'Font Awesome 5 Free' !important;
}

body.login, body.home {
    background: url(../../Pictures/layout/CFI/background.png) no-repeat center;
    background-size: cover;
}

.badge {
    background-color: #110091;
}

.box header {
    background-color: #333;
}

.login main, .home main, .home footer {
    background-color: rgba(40,40,40,0.4);
}

.box nav li a.active, .box nav li a:hover {
    background-color: #110091;
}

.logo {
    max-width: none;
    width: 148px;
    height: 70px;
    background: transparent url(../../Pictures/layout/CFI/cfinternatinal-logo-inverse.png) no-repeat;
    background-size: contain;
}

.login .logo,
.list .logo {
    background: transparent url(../../Pictures/layout/CFI/cfinternatinal-logo-inverse.png) no-repeat;
    background-size: contain;
}

.list header {
    background-color: #333;
}

.list nav {
    background-color: #110091;
}

    .list nav li a.active, .list nav li a:hover {
        background-color: #110091;
    }

nav.normal {
    background-color: transparent;
}

div.headline {
    left: 50%;
}

.list header div.headline,
.box header div.headline {
    color: #ffffff;
}

#details .close, .close {
    background-color: #110091;
}

.button.more, .button.back, .button.download {
    background-color: #110091;
}
.fas, .far {
    color: #94CEFF;
}
#details .close .fas {
    color: #94CEFF;
}
span.message {
    color: white;
}
nav li a:hover span.message .number,
nav li a.active span.message .number {
    color: white;
}
.title {
    color: #110091;
}
.box button.list_menu:hover, .box button.list_menu:hover .fas, .list button.list_menu:hover, .list button.list_menu:hover .fas {
    color: #94CEFF;
}
table th {
    border-top: 1px solid #110091;
}
hr.yellow {
    border: 1px #110091 solid;
}
.border {
    border: 1px solid #94CEFF;
}

input[type="checkbox"]:checked + label::before {
    background-color: #94CEFF;
}

input[type="checkbox"]:hover + label::before {
    background: #94CEFF;
}

#ticket_info tr.shippingAmount {
    display: none;
}

th.firstname, td.firstname, span.firstname {
    display: none;
}

/* Sprachwauswahl ausblenden */

#settingsForm > .textnormal:first-of-type {
    display: none;
}

#settingsForm #language {
    display: none;
}
.artikel {
    display: none !important;
}

.position {
    display: revert !important;
}
.plate {
    display: none !important;
}