.item {
    max-height: 40vw;
    object-fit: cover;
    object-position: center 70%;
}

.home-carousel .owl-carousel {
    padding-top: 0;
    padding-bottom: 20px;
}

.owl-dots {
    display: none;
}

.container-startseite {
    padding-left: 25px;
    padding-right: 25px;
}

ul.info-list li {
    border-bottom: 0;
    padding: 1px;
}

.package {
    border-color: black;
}

.best-value .package {
    /* border-color: 0; */
    border: 0;
    border-radius: 10px;
    box-shadow: 5px 5px 15px 1px rgb(122, 117, 117);
}

.headline {
    text-shadow: 3px 3px 4px black;
}


.print-headline {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.print-headline>h1 {
    font-size: 60px;
}

.print-headline>h2 {
    font-size: 50px;
    left: 50%;
    transform: translate(30%, 0);
}

@media screen and (max-width: 1255px) {
    .print-headline {
        display: block;
        position: relative;
    }

    .print-headline>h1 {
        font-size: 6vw;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 75%);
    }

    .print-headline>h2 {
        font-size: 4vw;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 75%);
    }

    .headline {
        color: black !important;
        text-shadow: none;
    }
}