.app-historie-page{
    max-width:1100px;
    margin:0 auto;
    padding:32px 18px 90px;
}

.app-historie-page h1,
.app-title{
    text-align:center;
    font-size:36px;
    line-height:1.15;
    color:#07163f;
    margin:0 0 35px;
}

.app-historie{
    position:relative;
    margin:30px auto;
}

.app-historie:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:3px;
    background:#00796b;
    transform:translateX(-50%);
}

.app-historie-item{
    position:relative;
    width:50%;
    padding:24px 34px;
    box-sizing:border-box;
}

.app-historie-item.left{
    left:0;
    text-align:right;
}

.app-historie-item.right{
    left:50%;
    text-align:left;
}

.app-historie-item:before{
    content:'';
    position:absolute;
    top:38px;
    width:14px;
    height:14px;
    background:#009688;
    border:3px solid #ffffff;
    border-radius:50%;
    z-index:5;
}

.app-historie-item.left:before{
    right:-10px;
}

.app-historie-item.right:before{
    left:-10px;
}

.app-historie-year{
    display:inline-block;
    background:#25a8b8;
    color:#ffffff;
    font-weight:700;
    font-size:15px;
    line-height:1;
    padding:9px 14px;
    border-radius:9px;
    margin-bottom:12px;
}

.app-historie-card{
    background:#ffffff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(0,0,0,.12);
    text-align:left;
}

.app-historie-card img{
    width:100%;
    height:auto;
    display:block;
}

.app-historie-image-caption{
    background:#f5f5f5;
    padding:9px 14px;
    font-size:13px;
    color:#666;
    font-style:italic;
    line-height:1.45;
    border-top:1px solid #eeeeee;
}

.app-historie-content{
    padding:18px;
}

.app-historie-content h2{
    margin:0 0 12px;
    font-size:22px;
    line-height:1.2;
    color:#07163f;
}

.app-historie-content p{
    margin:0;
    font-size:15px;
    line-height:1.65;
    color:#222;
}

/* Smartphone */
@media(max-width:768px){

    .app-historie-page{
        padding:26px 14px 90px;
    }

    .app-historie-page h1,
    .app-title{
        font-size:28px;
        margin-bottom:28px;
    }

    .app-historie{
        margin:20px auto;
    }

    .app-historie:before{
        left:22px;
        width:3px;
    }

    .app-historie-item,
    .app-historie-item.left,
    .app-historie-item.right{
        width:100%;
        left:0;
        text-align:left;
        padding:22px 0 22px 54px;
    }

    .app-historie-item.left:before,
    .app-historie-item.right:before{
        left:14px;
        right:auto;
        top:34px;
        width:13px;
        height:13px;
    }

    .app-historie-year{
        font-size:14px;
        padding:8px 13px;
        margin-bottom:10px;
    }

    .app-historie-card{
        border-radius:16px;
    }

    .app-historie-content{
        padding:16px;
    }

    .app-historie-content h2{
        font-size:20px;
        line-height:1.2;
        margin-bottom:10px;
    }

    .app-historie-content p{
        font-size:15px;
        line-height:1.6;
    }

    .app-historie-image-caption{
        font-size:12px;
        line-height:1.45;
        padding:8px 12px;
    }
}
.app-back-button {
    margin: 15px 0 25px;
}

.app-back-button a {
    display: inline-block;
    padding: 10px 16px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.app-back-button a:hover {
    opacity: 0.9;
}
