
#map {
    width: 100%;
    height: 520px;
    position: relative;
    z-index: 30;
    background-color: #A3CCFF;
}

#detailmap{
    width: 100%;
    height: 520px;
    position: relative;
    z-index: 30;
    background-color: #A3CCFF;
}

body {
    background-color: #F5F6F7;
}

.place_cards {
    margin-top: -27px;
    position: relative;
    z-index: 50;
    padding: 0 20px;

}

.place_card_c {
    padding: 0 7px;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    cursor: pointer;
    max-width: 946px;
    margin: 0 auto;
}

.place_card_c img{
 -webkit-transform: scale(1.1);
          transform: scale(1.1);
-webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.place_card_c .place_card_rh{
    height: 290px;
    overflow: hidden;
}

.gw-head-container{
    padding: 0 15px;
}

.gw-fake-link{
    color: #0058a3;
}

.gw-fake-link:hover{
    color: #51a9e0;
}


/*.place_card_c:before{
    content: ' ';
    height: 50px;
    width: 236px;
    position: absolute;
    background: #000820;
    margin-top: 127px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="16" /></filter></svg>#filter');
    -webkit-filter: blur(16px);
            filter: blur(16px);
    margin-left: 28px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}    */

.place_card_c:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.place_card {
    max-width: 946px;
    margin: 0 auto 14px;
    background-color: #FFF;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.place_card_c:hover .place_card {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
}




.place_card_lh {
    width: calc(100% - 422px);
    float: left;
    padding-right: 37px;
    padding-left: 42px;
    padding-top: 28px;
}

.place_card_rh {
    width: 422px;
    float: left;
}

.place_card_name {
    font-family: OpenSans-Light;
    font-size: 28px;
    color: #333333;
    line-height: 35px;
}

.place_card_art {
    font-family: OpenSans-Light;
    font-size: 21px;
    color: #333333;
    padding-bottom: 15px;
}

.place_card_text {
    font-family: OpenSans;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 21px;
}

.theplaceheader {
    max-width: 700px;
    padding: 21px 20px;
    margin: 0 auto;
}

.theplaceheader_headline {
    font-family: OpenSans-Light;
    font-size: 35px;
    color: #333333;
    letter-spacing: 0;
    line-height: 49px;
    text-align: center;
}

.theplaceheader_text {
    font-family: OpenSans;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 21px;
    padding-bottom: 7px;
    text-align: center;
}

.theplaceheader_more {
    font-family: OpenSans;
    font-size: 14px;
    color: #0058A3;
    line-height: 21px;
    text-align: center;
}



.place_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.place_card_rh {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 445px 300px;
}

.gw-richmarker span {
    font-family: OpenSans-Semibold;
    font-size: 12px;
    color: #665A25;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}

.gw-richmarker {
    background: #FAE896;
    border: 1px solid #D9BD43;
    border-radius: 100px;
    padding: 0 14px;
    box-shadow: 4px 4px 15px 0 rgba(62,129,171,0.46);
}

.gw-richmarker:hover {
    background-color: #FFF8D6;
    border-color: #FAD73C;
    z-index: 999999;
    position: relative;
}

.gw-tdcn {
    text-decoration: none;
    color: inherit;
}

.gw-place-content-container{
    max-width: 986px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 60;
    margin-top: -155px;
}

.gw-place-content{
	background-color: rgba(255,255,255,0.8);
}

.no-gw-place-gallerie .gw-place-content{
    padding-top: 20px;
}

.gw-place-content .gcms_keinbild{
  padding: 0 20px;
}


.gw-place-content p{
    font-family: OpenSans;
    font-size: 14px;
    color: #333333;
    line-height: 1.714285714;
    padding: 0 0 22px;
    margin: 0;
}



.gw-place-content h2{
    font-family: OpenSans-Light;
    font-size: 28px;
    color: #333333;
    line-height: 1.25;
    padding-bottom: 20px;
}

.gw-place-content .cms5_nurbild img{
	display: block;
	margin: 0 auto;
	padding-bottom: 40px;
}

.gw-place-content .cms5_keinbild{
    max-width: 656px;
    margin: 0 auto;
    padding:0 15px 18px;
}

.gw-place-gallerie_scroll{
        display: -webkit-box;
          display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
          -webkit-flex-wrap:wrap;
              -ms-flex-wrap:wrap;
                  flex-wrap:wrap;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
}

.gw-vorschau{
    width: 75px;
    height: 75px;
    cursor: pointer;
    position: relative;
    margin: 4px;
}

.gw-vorschau-over{
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    border: 4px solid transparent;
}

.gw-vorschau img{
    position: absolute;

}
.gw-vorschau.aktiv .gw-vorschau-over{
    border: 4px solid #FAD73C;
}
.gw-vorschau:hover .gw-vorschau-over{
    border: 4px solid #51A9E0;
 }

.gw-place-gallerie_big{
    padding: 21px 21px 3px;
}

.gw-place-gallerie_big img{
    display: block;
    margin: 0 auto;
}

.gw-place-gallerie-part{
    display: none;
    position: relative;
    overflow: hidden;

}
.gw-place-gallerie-part.aktiv{
    display: block;
}

.gw-place-head-container{
    max-width: 986px;
    margin: 0 auto;
    padding: 0 20px;
}

.gw-place-head{
        display: -webkit-box;
          display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
          -webkit-flex-wrap:wrap;
              -ms-flex-wrap:wrap;
                  flex-wrap:wrap;
        padding: 14px 0;
}

.gw-place-head h1{
    font-family: OpenSans-Light;
    font-size: 35px;
    color: #333333;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.gw-place-head span{
    font-family: OpenSans-Light;
    font-size: 21px;
    color: #333333;
}

.gw-place-head-lh{
    width: 39px;
    font-size: 22px;
    color: #0058A3;
    letter-spacing: 0;
    line-height: 21px;
    padding-top: 15px;
}

.gw-place-head-c{
    width: calc(100% - 160px - 39px);
}

.gw-place-head-rh{
    padding-top: 17px;
    width: 160px;
}

.gw-place-icons-container{
    background: rgba(255,255,255,0.90);
    /*
    background-image:  radial-gradient(50% -72%, rgba(138, 195, 251, 0.1) 100%, #3992e9);
    */
    /* position: absolute; */
    z-index: 50;
    width: 100%;
    padding: 0 15px;
}


.gw-place-icons{
        display: -webkit-box;
          display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
          -webkit-flex-wrap:wrap;
              -ms-flex-wrap:wrap;
                  flex-wrap:wrap;
        max-width: 946px;
        margin: 0 auto;
        padding: 0 7px;

}
.gw-place-icons>div{
    width: 33.333%;
}

.gw-place-icon{
    font-family: OpenSans-Bold;
    font-size: 12px;
    color: #254D66;
    line-height: 16px;
    padding: 10px 0;
}

.gw-place-icon i{
    font-size: 21px;
    color: #254D66;
    line-height: 21px;
    padding-right: 5px;
    vertical-align: middle;
}

.gw-place-transfer{
    display: none;
}

.gw-place-attr-container{
    max-width: 708px;
    box-shadow: inset 0 -1px 0 0 #EDF0F2;
    margin: 35px auto;
}

.gw-place-attr-lh{
    float: left;
    width: 27.683615819%;
    font-family: OpenSans-Semibold;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 21px;
    padding-left: 44px;
}

.gw-place-attr-rh{
    float: left;
    width: calc(100% - 27.683615819%);
    font-family: OpenSans;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 21px;
    padding-bottom: 28px;
}

.gw-place-attr-rh span{
    display: block;
    padding-bottom: 7px;
}

.gw-place-attr-rh-content{
-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.gw-place-nav{
    background-color: #FFF;
        display: -webkit-box;
          display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
          -webkit-flex-wrap:wrap;
              -ms-flex-wrap:wrap;
                  flex-wrap:wrap;
    padding: 35px 13px 14px;
}

.gw-place-nav a:hover{
    background: #FFFFFF;
    box-shadow: 0 4px 7px 0 rgba(0,0,0,0.14);
}

.gw-place-nav i{
    font-size: 21px;
    color: #333333;
    display: inline-block;
}

.nav-back{
    width: 50%;
        display: -webkit-box;
          display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
          -webkit-flex-wrap:nowrap;
              -ms-flex-wrap:nowrap;
                  flex-wrap:nowrap;
}

.nav-forward{
    width: 50%;
        display: -webkit-box;
          display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
          -webkit-flex-wrap:nowrap;
              -ms-flex-wrap:nowrap;
                  flex-wrap:nowrap;
}


.nav-back i{
    padding-left: 14px;
}
.nav-forward i{
    text-align: right;
    padding-right: 14px;
}

.gw-place-nav a{
    font-family: OpenSans-Light;
    font-size: 21px;
    color: #333333;
}

.gw-place-nav-bild{
    width: 45.031712474%;
}
.gw-place-nav-icon{
    width: 8.456659619%;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}




.nav-back .gw-place-nav-text{
      text-align: right;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.gw-place-nav-text{
    width: calc(100% - 45.031712474% - 8.456659619%);
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nav-forward img{
    padding: 14px 21px 14px 40px;
}

.nav-back img{
    padding: 14px 40px 14px 21px;
}

.attr{
    display: block;
    font-family: OpenSans-Bold;
    font-size: 11px;
    color: #333333;
    line-height: 16px;
}

.gw-loc-container{
    background-color: #FFF;
}

.gw-loc-headline{
    font-family: OpenSans-Light;
    font-size: 28px;
    color: #333333;
    text-align: center;
    padding: 30px 0 14px;
   /* margin-bottom: 34px;*/
    background-color: #FFF;
    background-image: url(upload/img/yellowtail.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 70px auto;
    padding-left: 15px;
    padding-right: 15px;
}

.gw-loc{
    display: -webkit-box;
          display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
          -webkit-flex-wrap:wrap;
              -ms-flex-wrap:wrap;
                  flex-wrap:wrap;
          -webkit-justify-content: justify;
                    -ms-flex-pack: justify;
              justify-content: space-between;

    max-width: 780px;
    margin: 0 auto;
    padding-top: 34px;
}

.gw-loc-hotels{
    width: 255px;
    background: #FFFFFF;
    border: 1px solid #DFE2E6;
    box-shadow: inset 0 -2px 0 0 #DFE2E6;
    cursor: pointer;
}

.gw-loc-hotels:hover{
    background: #FFFFFF;
    border: 1px solid #DFE2E6;
    box-shadow: 0 4px 7px 0 rgba(51,51,51,0.15);
}


.gw-loc-hotels-img{
    position: relative;
}

.gw-loc-hotels-daumen{
    background: rgba(0,88,163,0.90);
    font-family: OpenSans-Bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 32px;
    top: 16px;
    left: 14px;
    padding: 0 14px 0 7px;
    position: absolute;
}

.gw-loc-hotels-daumen i{
    font-size: 24px;
    padding: 0 4px 0 0;
}


.gw-loc-hotels-name{
    font-family: OpenSans-Semibold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 21px;
    padding: 6px 15px;
}
.gw-loc-hotels-region{
    font-family: OpenSans;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 21px;
    padding: 3px 15px 14px;
}

.gw-loc-hotels-angebot{
    font-family: OpenSans-Bold;
    font-size: 14px;
    color: #4D8C3F;
    background-image: url(/aktionen/upload/img/dott.svg);
    background-repeat: repeat-x;
    background-size: 254px 2px;
    background-position: top;
    padding: 7px 15px;
    text-align: right;
}



.gw-place-gallerie-part-over{
    position: absolute;
    bottom: 0;
    padding: 1.5rem 1rem 1rem;
    width: 100%;
    background: linear-gradient(-180deg,transparent,50%,rgba(0,0,0,.8) 100%);
    color: #fff;
    font-size: .79rem;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
}

.gw-place-gallerie-part:hover .gw-place-gallerie-part-over.gw-letsshow{
     -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gw-loc-hotels-angebot span{
    font-size: 21px;
}

#detailmap .gm-style-cc,
#detailmap .gmnoprint{
    /* bottom: auto !important;
    top: 110px !important; */
}

#map .gm-style-cc,
#map .gmnoprint{
    bottom: auto !important;
    top: 0 !important;
}

/* #detailmap img[src$=".png"]{
    top: -385px !important;
}

#map img[src$=".png"]{
    top: -493px !important;
} */

.mapholder{
    position: relative;
}

.gw-mapbutton{
    display: none;
}

@media (max-width: 1000px) {
    .place_card_lh {
        width: calc(100% - 356px);
    }
    .place_card_rh {
        width: 356px;
        height: 370px;
    }
    .gw-place-gallerie_big{
        padding: 14px 14px 7px;
    }
}

@media (max-width: 840px) {
    .gw-loc{
            display: -webkit-box;
              display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
              -webkit-flex-wrap:wrap;
                  -ms-flex-wrap:wrap;
                      flex-wrap:wrap;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
    }
    .gw-loc-hotels{
        margin: 0 30px 30px;
    }
}

@media (max-width: 780px) {
    .gw-place-icons>div{
        width: 50%;
        padding: 10px 0;
    }
}

@media (max-width: 770px) {
    .place_card_lh {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 20px;
    }
    .place_card_rh {
        width: 100%;
        height: 203px;
        background-size: cover;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .place_card_c .place_card_rh{
        height: auto;
    }
    #map.close{
        height: 150px;
    }

    #map.close .gw-richmarker{
        opacity: 0;
    }

    .gw-mapbutton{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        box-shadow: inset 0 91px 50px 0 rgba(182,219,242,0.33);
        display: block;
        z-index: 60000;
    }
    .gw-mapbutton span{
        display: inline-block;
        background: #FAE896;
        border: 1px solid #D9BD43;
        box-shadow: 0 2px 24px 0 rgba(0,0,0,0.16);
        border-radius: 100px;
        font-family: OpenSans-Semibold;
        font-size: 14px;
        color: #665A25;
        letter-spacing: 0;
        line-height: 21px;
        padding: 6px 20px 8px;
        margin-top: 50px;
        cursor: pointer;
    }
    .nav-back,
    .nav-forward{
        width: 100%;
        margin-bottom: 10px;
    }
    .gw-place-head-lh{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
          order: 2;
    }
    .gw-place-head-c{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
          order: 3;
        width: calc(100% - 39px);
    }
    .gw-place-head-rh{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
          order: 1;
       width: 100%;
       text-align: center;
       border-bottom: 1px solid #EDF0F2;
       padding: 14px;
       margin-bottom: 14px;
    }
    .gw-place-head h1{
        font-size: 21px;
    }
    .gw-place-head span{
        font-size: 18px;
    }
    .gw-place-head{
        padding-top: 0;
    }
}

@media (max-width: 650px) {
    .gw-place-attr-lh{
        width: 100%;
        padding-bottom: 10px;
    }
    .gw-place-attr-rh{
        width: 100%;
        padding-bottom: 10px;
        padding-left: 44px;
    }
}

@media (max-width: 570px) {
    .gw-place-icons>div{
        width: 100%;
        padding: 10px 0;
    }
    .gw-place-gallerie_big{
        padding: 7px;
    }
}

@media (max-width: 480px){
    .gw-place-attr-rh-content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (max-width: 450px){
    .place_cards{
        padding: 0 6px;
    }
    .gw-place-attr-lh{
        padding-left: 22px;
    }
    .gw-place-attr-rh{
        padding-left: 22px;
    }
}

.gw-placescontent .gw-bc span{
  display: inline-block;
}
