/* Block Gastronomie ----------- */
.gastronomie .titel, .gastronomie .mainbild, .gastronomie .text, .gastronomie .linie {
    position: relative;
    float: left;
    width: 100%;
}

.colgastronomie .titel {
    padding-bottom: 5px;
    font-family: MarkWeb-Bold;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #000;
}

.colgastronomie .text {
    padding-bottom: 16px;
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    font-family: MarkWeb;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000;
}

.colgastronomie h3 {
    font-size: 16px;
}

.gastronomie .colgastronomie {
    padding-left: 0px;
    padding-right: -1px;
}

.gastronomie {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    margin-bottom: 40px;
}

.gastronomie p {
    width: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    font-family: MarkWeb;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000;
}

.gastronomie ul  {
    margin-bottom: 30px;
    margin-left: 0px;
    padding-left: 0px;
}

.gastronomie ul li:before {
    content: "-";
    padding-right: 5px;
}

.gastronomie li{
    font-family: MarkWeb;
    font-size: 16px;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: normal;
    list-style-type: none;
}

.gastronomie .link p{
    font-family: MarkWeb-Bold;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.2px;
    position: relative;
    float: right;
    width: 100%;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    padding-left: 20px;
    top: -20px;
    background-color: unset;
}

.gastronomie .forminsub {
    position: relative;
    float: left;
    width: 100%;
    font-family: MarkWeb-Bold;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.6px;
    align-items: left;
    justify-content: left;
    text-align: left;
    padding-top: 15px;
}

.gastronomie .submitform {
    font-family: MarkWeb-Bold;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.1px;
    line-height: 1.75;
    margin-bottom: 0px;
    position: relative;
    float: left;
    color: #fff;
    opacity: 1;
    background-color: #000;
    padding-top: 16px;
    padding-bottom: 16px;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
}

.gastronomie .gallery {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.gastronomie .carousel-control, .gastronomie .carousel-control:focus, .gastronomie .carousel-control:hover {
    opacity: 1;
}

.gastronomie .carousel-control.right, .gastronomie .carousel-control.left {
    width: 25px;
    height: 39px;
    color: white;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
}

.gastronomie .carousel-control {
    color: #000;
    display: flex;
}

.gastronomie .carousel-control .fass {
    align-items: center;
    justify-content: center;
}

.gastronomie .item p {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    margin: 0 0 0px;
    width: 100%;
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 1.1;
    text-align: left;
}

.gastronomie .link {
    left: 11px;
    position: relative;
}

.gastronomie .icon {
    width: auto;
    height: 24px;
    position: relative;
    top: 11px;
    left: -10px;
}

/* iPads (landscape) ----------- */
@media (min-width: 991px) {
    .colgastronomie .titel {
        font-family: MarkWeb-Bold;
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.17;
        letter-spacing: 0.6px;
    }

    .colgastronomie .text {
        font-family: MarkWeb;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: normal;
    }

    .gastronomie li{
        font-family: MarkWeb;
        font-size: 15px;
        line-height: 1.4;
        font-weight: normal;
        letter-spacing: normal;
        list-style-type: none;
        font-stretch: normal;
    }

    .gastronomie .link p{
        font-family: MarkWeb-Bold;
        font-size: 15px;
        line-height: 1.33;
        letter-spacing: normal;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
    }

    .gastronomie .submitform {
        font-family: MarkWeb-Bold;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        line-height: 1.87;
    }

    .gastronomie .link {
        left: 11px;
        position: relative;
        width: 60%;
    }
}