@media (max-width: 950px) {
/* Zentrierung---------------------------------------------------------------------------------------------- */
#home {
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}

/* VertikalLine----------------------------------------------------------------------------------------------------- */
div#verticalline {
    height:10vw;
    left:50%;
    position:relative;
    border-left:1.3pt solid #000;
}
div#verticalline2 {
    height:10vw;
    left:50%;
    position:relative;
    margin-top:30px;
    border-left:1.3pt solid #000;
}

/* Spalten--------------------------------------------------------------------------------------------------- */
#spalten {
    padding-top:30px;
    padding-bottom:30px;
    background-color:#e0e7e3;
}

/* Titel--------------------------------------------------------------------------------------------------- */
.historytitle {
    margin-top:70px !important;
    margin-bottom:30px !important;
}

/* Titel--------------------------------------------------------------------------------------------------- */
.historytitle2 {
    margin-top:30px !important;
    margin-bottom:30px !important;
}
.historysubtitle {
    margin-top:30px !important;
    margin-bottom:30px !important;
    text-decoration:none !important;
}

/* Bilder--------------------------------------------------------------------------------------------------- */
.history img {
    width:90vw;
    margin-top:30px;
    margin-bottom:30px;
}
}
