﻿.gruppenreisen {
    padding: 160px 0;
}

    .gruppenreisen .content {
        padding: 0 80px;
    }

.gruppenreisenBorder {
    border-bottom: 1px solid #1479b2;
    position: relative;
    left: -194px;
    z-index: 9;
    margin-bottom: 24px;
    padding-top: 6px;
}


.infpadding {
    padding: 0 80px;
}

.lagemt100 {
    margin-top: 100px;
}

.set_image {
    margin-bottom: 10px;
    height: 200px;
    padding-top: 10px;
}

    .set_image img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

.block_card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #1479b2;
    border-radius: 0;
}

.block_card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding-bottom: 60px;
    padding-top: 20px;
    text-align: left;
}

.BlockTitle {
    color: #303030;
    text-align: center;
}

.main_title {
    color: #303030;
    margin-top: -60px
}

.address_info {
    padding: 0px;
    list-style: none;
}

.addressLeft {
    float: left;
}

    .addressLeft a {
        color: #303030;
        text-decoration-line: underline;
    }

.addressRight {
    float: right;
}

    .addressRight a {
        color: #303030;
        text-decoration-line: underline;
    }

/*----------------------VERMIETUNG CSS here-------------------*/
.verblock_card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding-bottom: 50px;
    padding-top: 20px;
    text-align: left;
}

.verblock_card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.verprice {
    width: 100%;
    min-height: 20px;
    overflow: auto;
    border-bottom: 1px solid #1479b2;
    margin-bottom: 10px;
}

/*----------------------RESTAURANT CSS here-------------------*/
.restaurant {
    padding: 50px 0;
}

.restaurantmt100 {
    margin-top: 100px;
}

.restaurantmt30 {
    margin-top: 30px;
}

.restaurantAlignCenter {
    text-align: center;
}

.restaurantcolorWhite {
    color: #fff !important;
}


.restaurantborderLine {
    border-bottom: 1px solid #1479b2;
    margin: 40px auto;
}

.restaurantBgBlue {
    background-color: #1479b2;
}

.restaurantBgBrown {
    background-color: #b78452;
}



.restaurant .content {
    padding: 0 80px;
}

.restaurant .contentOfContent {
    padding: 30px 30px;
}

    .restaurant .contentOfContent h2 {
        font-weight: 400;
        font-size: 32px;
        color: #fff;
    }

    .restaurant .contentOfContent h4 {
        font-size: 20px;
        font-weight: 500;
        padding: 20px 20px 20px 10px;
        color: #fff;
    }

    .restaurant .contentOfContent p {
        font-size: 15px;
        color: #fff;
        font-weight: lighter;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        padding: 10px 0px;
    }

.restaurant .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #5f5950;
}

.restaurant .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.restaurant .content p {
    font-size: 15px;
    color: #303030;
}

.restaurant .content ul {
    list-style: none;
    padding: 0;
}

    .restaurant .content ul li + li {
        margin-top: 15px;
    }

    .restaurant .content ul li {
        position: relative;
        padding-left: 26px;
    }

    .restaurant .content ul i {
        font-size: 20px;
        color: #ffb03b;
        position: absolute;
        left: 0;
        top: 2px;
    }

.restaurant .content p:last-child {
    margin-bottom: 0;
}

.restaurant .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;
}

.restaurant .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .restaurant .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .restaurant .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(255, 176, 59, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .restaurant .play-btn:hover::after {
        border-left: 15px solid #ffb03b;
        transform: scale(20);
    }

    .restaurant .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

.restaurantbtn {
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 13px;
    display: inline-block;
    padding: 5px 8px;
    min-width: 210.25px;
    transition: 0.5s;
    line-height: 1;
    margin: 0 0px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    color: #1479b2;
    border: 2px solid #1479b2;
}

.restaurantleft {
    float: left;
}

.restaurantright {
    float: right;
}

.restaurantbtn:hover {
    background: #1479b2;
    color: #fff;
}

.borderrestaurant {
    border-bottom: 1px solid #1479b2;
    position: relative;
    left: 194px;
    z-index: 9;
    margin-bottom: 24px;
    padding-top: 160px;
}

.textRight {
    text-align: right;
}

.mt-49 {
    margin-top: -49px;
}

.adcircleLeft {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: 1px solid #b78452;
    float: left;
}

.rightbtn {
    float: right;
    margin-right: 78px;
    margin-top: 50px;
}

.restaurantBtnIcn {
    text-align: right;
    position: relative;
    right: -24px;
    font-stretch: ultra-expanded;
}



@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.adcircle {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: 1px solid #b78452;
    float: left;
}

.borderrestaurantleft {
    border-bottom: 1px solid #1479b2;
    position: relative;
    left: -194px;
    z-index: 9;
    margin-bottom: 61px;
    padding-top: 143px;
}

.bestIn {
    background: #fff;
    width: 67px;
    text-align: center;
    float: right;
    top: -49px;
    position: relative;
    left: -17px;
    font-size: 13px;
}

.bestInLeft {
    background: #fff;
    width: 99px;
    text-align: center;
    float: left;
    top: 11px;
    position: relative;
    left: -80px;
    font-size: 13px;
}

/*---------------------IMPRESSIONEN CSS-------------------------*/
.impressionen {
    padding: 160px 0;
}

    .impressionen .content {
        padding: 0 80px;
    }

.impressionenBorder {
    border-bottom: 1px solid #1479b2;
    position: relative;
    left: -194px;
    z-index: 9;
    margin-bottom: 24px;
    padding-top: 6px;
}

.txt_cntr {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.mt70 {
    margin-top: 70px;
}

.mt50 {
    margin-top: 50px;
}

/*----------------------Other device CSS here-------------------*/
@media screen and (min-device-width: 320px) and (max-device-width: 756px) {
    .gruppenreisen .content {
        padding: 0px;
    }

    .main_title {
        color: #303030;
        margin-top: 0px;
    }

    .gruppenreisenBorder {
        border-bottom: 1px solid #1479b2;
        position: relative;
        left: 0px;
        z-index: 9;
        margin-bottom: 24px;
        padding-top: 6px;
    }

    .infpadding {
        padding: 0px;
    }

    .flex-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 28px;
    }

    .restaurant {
        padding: 10px;
    }

        .restaurant .content {
            padding: 0px;
        }

    .borderrestaurant {
        border-bottom: 1px solid #1479b2;
        position: relative;
        left: 0px;
        z-index: 9;
        margin-bottom: 24px;
        padding-top: 160px;
    }

    .rightbtn {
        float: right;
        margin-right: 78px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .borderrestaurantleft {
        border-bottom: 1px solid #1479b2;
        position: relative;
        left: 0px;
        z-index: 9;
        margin-bottom: 61px;
        padding-top: 73px;
    }

    .adcircle {
        height: 60px;
        width: 60px;
        border-radius: 100%;
        border: 1px solid #b78452;
        float: none;
        margin: 0px auto;
        text-align: center;
        position: relative;
        top: 114px;
    }

    .bestIn {
        background: #fff;
        width: 67px;
        text-align: center;
        float: none;
        top: 21px;
        position: relative;
        left: 0px;
        font-size: 13px;
        margin: 0 auto;
        vertical-align: top;
        display: table;
    }

    .adcircleLeft {
        height: 60px;
        width: 60px;
        border-radius: 100%;
        border: 1px solid #b78452;
        float: none;
        margin: 0 auto;
        position: relative;
        top: 151px;
    }

    .bestInLeft {
        background: #fff;
        width: 99px;
        text-align: center;
        float: none;
        top: 101px;
        position: relative;
        left: 101px;
        font-size: 13px;
    }

    .mt-49 {
        margin-top: -78px;
    }

    .impressionenBorder {
        border-bottom: 1px solid #1479b2;
        position: relative;
        left: 0;
        z-index: 9;
        margin-bottom: 24px;
        padding-top: 6px;
    }

    .impressionen .content {
        padding: 0px;
    }

    .borderki {
        border: none !important;
        padding-top: 21px !important;
        float: left;
    }
}
