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

/* SLIDER--------------------------------------------------------------------------------------------------- */
#slider {
    margin-right:0;
    margin-left:0;
    padding-right:0;
    padding-left:0;
}
.slick-prev {
    width:2vw;
    left:1vw;
    position:absolute;
    top:23vw;
    z-index:1;
}
.slick-next {
    width:2vw;
    right:1vw;
    position:absolute;
    top:23vw;
    z-index:1;
}
#slider .slick-slide img {
    width:98vw;
    max-height:93vh;
    overflow:hidden;
    object-fit: cover;
}
/*Link----------------------------------------------------------------------------------------------- */
a#seminardokumentation {
    color: #000;
}
/* Subtitle----------------------------------------------------------------------------------------------- */
.seminarsubtitle {
    text-decoration:none !important;
}

/* Bestuhlung------------------------------------------------------------------------------------------------ */
.seminarpersonen {
    bottom:25px;
    position:relative;
    float:right;
}
hr.bestuhlung {
    width:100%;
}

/* Seminardokumentation------------------------------------------------------------------------------------- */
a#seminardokumentation {
    color:#000;
}

/* Buttons--------------------------------------------------------------------------------------------------- */
#Button a {
    margin-bottom:70px;
}
}
