@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* General */

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 64px;
    overflow: auto;
}

/* Header */

.header {
    font-size: 14px;
    line-height: 21px;
}

.header-top-bar {
    color: white;
    height: 46px;
    justify-content: space-between;
    padding-right: 48px;
    padding-left: 48px;
    background-color: #2F4356;
}

.header-top-bar-left,
.header-top-bar-right {
    display: inline-block;
}

.top-left-button {
    padding-top: 9px;
    padding-bottom: 9px;
}

.header-top-bar-right {
    float: right;
}

.header-main {
    height: 80px;
    padding-top: 32px;
    padding-bottom: 33px;
    border-bottom: 1px solid #E5E7EB;
}

.header-main-left > .title > h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.logo-container {
    width: 205px;
    display: inline-block;
    position: relative;
    height: 36px;
    padding-right: 24px;
    padding-top: 1px;
}

.logo-suisse {
    position: absolute;
    height: 50px;
    left: 33px;
}

.logo-ch {
    position: absolute;
}

.header-main-left .title {
    display: inline-block;
}

.nav-left {
    float: left;
}

.nav-right {
    float: right;
}

.entry-alt:last-of-type {
    padding-right: 0 !important;
}

.header-nav {
    padding-bottom: 1px;
    border-bottom: 1px solid #E5E7EB;
}

.header-nav .entry,
.header-nav .entry-alt {
    height: 64px;
    display: table-cell;
    padding-right: 32px;
    font-size: 18px;
    line-height: 22.5px;
    vertical-align: middle;
}

.header .title {
    border-left: 1px solid #D1D5DB;
    margin-top: -20px;
    height: 53px;
    padding-left: 24px;
}

.title h3 {
    margin: -5px 0 0;
}

/* Content */

h1 {
    font-size: 40px;
    font-weight: 700;
}

.content-container {
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-alt {
    background-color: #F0F4F7;
    padding-top: 60px;
    padding-bottom: 166px;
}

.content-alt .content-container {
    display: initial;
}

.card-row {
    margin-top: 60px;
}

.card-container {
    display: inline-block;
    width: 30%;
    position: relative;
    margin-right: 40px;
    margin-bottom: 35px;
    box-shadow: 0px 5px 20px -3px #00000014;
}

.card-body {
    background-color: white;
    padding: 40px 24px 24px 24px;
}

.card-page {
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    margin-bottom: 16px;
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.card-description {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 40px;
}

.card-img-container {
    height: 234px;
    width: 100%;
    background-image: url("/startseite/css/images/chapter-placeholder.jpg");
    background-size: cover;
}

.card-button-container {
    position: relative;
    height: 46px;
}

.card-button {
    right: 0px;
    position: absolute;
}

.article .article-img img {
    width: 648px;
}

.article-img {
    float: left;
    margin-right: 48px;
}

.article-caption {
    color: #6B7280;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.article-button,
.card-button {
    color: #FF0000;
    padding: 0 15px 0 17px;
    border-radius: 2px;
    border: 1px solid #FF0000;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 46px;
    text-decoration: none;
}

/* Footer */

.footer {
    color: white;
    background-color: #2F4356;
}

.footer-main {
    display: flex;
    padding-top: 80px;
    height: 358px;
}

.footer-main-left, .footer-main-middle {
    width: 25%;
}

.footer-main-right {
    width: 45%;
}

.footer-main-middle {
    margin-left: 32px;
    margin-right: 32px;
}

.footer h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
}