@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

a,
a:hover {
    color: inherit;
}

body {
    font-family: Roboto, sans-serif;
}

i,
.product-member i {
    color: #795361;
}

.section-heading {
    color: #908383;
}

.section {
    padding-top: 100px;
}

h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 500;
    color: #333;
}

h3.section-subheading {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 60px;
    text-transform: none;
}

h4 {
    font-size: 36px;
    margin-top: 25px;
    color: #605454;
    margin-bottom: 20px;
}

.navbar {
    background-color: #f9f4f6;
    color: #685c5c;
    font-weight: 500;
    transition: all 0.3s ease;
}

.navbar-toggler,
.navbar-toggler i {
    color: #685c5c;
}
.navbar.scrolled .navbar-toggler,
.navbar.scrolled .navbar-toggler i {
    color: #FFF;
}

.navbar.scrolled {
    background: #795361bd;
    color: #FFF;
}

.nav-link {
    position: relative;
}

.navbar-nav a:hover::after,
.navbar-nav a.hovered::after,
.navbar-nav a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #685c5c;
    transition: all 0.6s ease;
}

.navbar.scrolled .navbar-nav a:hover::after,
.navbar.scrolled .navbar-nav a.hovered::after,
.navbar.scrolled .navbar-nav a.active::after {
    background-color: #FFF;
}

.masthead {
    padding: 100px 0 50px;
    text-align: center;
    background-color: #f9f4f6;
}
.header-img {
    max-width: 270px;
}

.intro-text {
    max-width: 800px;
    margin: 0 auto;
}

.intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #795361;
}

.intro-text .intro-lead-in,
.intro-other {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #6a6161;
}

.intro-other span {
    font-size: 40px;
    font-weight: bold;
}
.more {
    cursor: pointer;
}
.more:hover {
    text-decoration: underline;
}
.product-member {
    margin-bottom: 50px;
}

.product-member p {
    color: #6D6D6D;
}

.product-member img {
    width: 225px;
    height: 225px;
    margin-bottom: 20px;
}
#akut,
#services {
    background: #fff1f199;
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline-heading h4 {
    font-size: 30px;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #333;
    left: 50%;
    margin-left: -1px;
}

.timeline>li {
    position: relative;
    min-height: 170px;
    margin-bottom: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: "";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
    text-align: center;
}

.timeline>li .timeline-image {
    position: absolute;
    width: 170px;
    height: 170px;
    right: 0;
    left: 0;
    margin: auto;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background: #795361;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline>li.timeline-inverted .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-panel {
    width: 41%;
    padding: 0 20px 20px 100px;
    text-align: right;
}

.timeline>li.timeline-inverted .timeline-panel {
    float: right;
    text-align: left;
    padding: 100px 20px 20px 0;
}

.timeline>li .timeline-panel p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .timeline>li {
        min-height: auto;
        margin-bottom: 30px;
    }

    .timeline>li .timeline-image {
        position: static;
        margin: 0 auto 20px;
    }

    .timeline>li .timeline-panel,
    .timeline>li.timeline-inverted .timeline-panel {
        width: 100%;
        padding: 0 20px;
        text-align: center;
        float: none;
    }

    .timeline>li:before,
    .timeline>li:after,
    .timeline:before {
        display: none;
    }
}

.partner-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    margin-bottom: 50px;
}

@media (max-width:991px) {
    .partner-links {
        grid-template-columns: repeat(2, 255px);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}

@media (max-width:575px) {
    .partner-links {
        grid-template-columns: repeat(1, 255px);
        grid-template-rows: repeat(8, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
}

footer {
    background: #b4a5a5;
    color: #fff;
    padding: 50px 0 25px;
    text-align: center;
}

footer a {
    color: #795361;
}

.contact-links {
    margin: 50px 0;
}

@media (max-width:991px) {
    .contact-links {
        gap: 20px;
        text-align: left;
    }
}

/* Animations  */
section,
header {
    overflow: hidden;
}

.intro-text .intro-heading,
.intro-text .intro-lead-in,
.intro-text .intro-other {
    animation: appearance 1s linear forwards;
}

.intro-text.animate .intro-heading,
.intro-text.animate .intro-lead-in,
.intro-text.animate .intro-other {
    transform: translateY(0);
    opacity: 1;
}

.animation-elem,
.intro-text .intro-heading,
.intro-text .intro-lead-in,
.intro-text .intro-other {
    transform: translateY(300px);
    opacity: 0;
    transition: opacity 0.3s;
}

.element-show {
    animation: appearance 1s linear forwards;
    opacity: 1;
}

.animation-elem-2 {
    animation-delay: 0.2s;
}

.animation-elem-3 {
    animation-delay: 0.4s;
}

.animation-elem-4 {
    animation-delay: 0.6s;
}

.animation-elem-5 {
    animation-delay: 0.8s;
}

.animation-elem-6 {
    animation-delay: 1s;
}

@keyframes appearance {
    from {
        transform: translateY(300px);
    }

    to {
        transform: translateY(0);
    }
}

/* Pages Datenschutz and Impressum  */
