﻿

.swiper-slide img
{
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}



.swiperContent {
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    right: 70px;
    top: 85px;
    padding: 0 50px 0 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

.WebpageId25 .swiperContent {
    max-width: 100%;
    top: 60px;
    left: 50px;
    right: 50px;
    display: inline-table;
    
}

.WebpageId25 .swiperContent h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
}

.WebpageId26 .swiperContent {
    top: 100px;
    left: 100px;
    right: inherit;
}

.WebpageId27 .swiperContent,
.WebpageId29 .swiperContent {
    max-width: 100%;
    top: 195px;
    left: 50px;
    right: 50px;
    display: inline-table;
}

.swiperContent p:last-child {
    padding: 0;
}

.swiperContent h1,
.swiperContent h2,
.swiperContent h3,
.swiperContent h4
{
    color: #000;
}

.swiperContent h1 {
    font-size: 40px;
    font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
}

.swiperContent h2 {
    font-size: 40px;
    line-height: 1;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

.swiperContent a,
.swiperContent a:visited {
    text-decoration: underline;
}

.swiperContent .button {
    margin: 20px 0 0 0;
    text-decoration: none;
    text-shadow: none;
    font-size: 20px;
    background-color: #fff;
    color: #333333;
}

.swiperContent .button:visited {
    text-decoration: none;
    color: #333333;
}

.swiperContent .button:hover {
    text-decoration: none;
    background-color: #808080;
    color: #fff;
}

/* mit Text-Hintergrund */
.swiperContent {
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media screen and (max-width: 1150px) {
    .swiperContent {
        right: 30px;
        top: 70px;
        padding: 0 40px 0 40px;
    }
}


@media screen and (max-width: 1023.9px) {

    .swiper-slide img {
        min-height: 350px;
        object-fit: cover
    }

    .swiperContent h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .swiperContent h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 800px) {

    .swiperContent h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .swiperContent h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .swiperContent {
        right: 0;
        top: 40px;
        padding: 0 30px 0 30px;
    }
}

@media screen and (max-width: 767.9px) {

    .swiper-slide img {
        min-height: 250px;
    }

    .swiperContent .button {
        margin: 10px 0 0 0;
        font-size: 18px;
        padding: 5px 10px 5px 10px;
    }

    .swiperContent h1 {
        font-size: 28px;
    }

    .swiperContent h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 600px) {

    .swiperContent {
        max-width: 190px;
        right: 0;
        top: 20px;
        padding: 0 20px 0 20px;
    }

    .swiper-slide img {
        min-height: 120px;
    }

    .swiperContent h1 {
        font-size: 19px;
    }

    .swiperContent h2 {
        font-size: 19px;
    }
}


