@font-face {
    font-family: Scandia;
    src: url(https://events.wireg.de/fonts/wireg/fonts/Scandia-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Scandia;
    src: url(https://events.wireg.de/fonts/wireg/fonts/Scandia-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

body {
    color: #2E3338;
    font-family: Scandia;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.header {
    border-color: #2E3338;
}

a,
.btn-link {
    color: #00437F;
}

a:hover,
.btn-link:hover {
    color: #00437F;
}

.btn-primary {
    background-color: #00437F;
    border-color: #004a6c;
}

.event-description ul {
    padding: 0;
    list-style: none;
}

.event-description ul li {
    position: relative;
    padding-left: 2.2rem;
}

.event-description ul li:before {
    content: "–";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

.event-list-item .panel-default {
    border-color: #C7CCD1;
}

.event-list-item .panel-heading {
    background-color: #C7CCD1;
}

.event-list-item .panel-title {
    color: #2E3338;
}

.header .logo,
.header .title {
    display: none;
}