/*
*
* Standart
*
*/
    h1 {
        font-size: 2.5em;
    }


/* Special Classes */
    .clearfix {
        clear: both;
    }

    .hidden {
        display: none;
    }


/*
*
* immoList View
*
*/
    #filterContainer .filterButton {
        border: none;
        box-shadow: none;
        padding-top: 2px;
        margin-top: 0px;
        margin-left: 0;
        background-color: #eee;
        background-image: none;
        min-height: 31px;
    }

    #filterContainer .filterItem ul li{
        padding-left: 7px;
    }

    #filterContainer .filterItem .chosen-container {
        width: 100%!important;
    }

    #filterContainer .chosen-container-multi .chosen-choices li.search-choice {
        background: none;
        border:none;
        box-shadow:none;
    }

    #filterContainer .filterButton {
        border: none;
        box-shadow: none;
        padding: 0;
        margin-top: 7px;
        margin-left: 0;
        background-color: #eee;
        background-image: none;
        min-height: 31px;
        width:100%;
    }

    #filterContainer #btnCLearFilter {
        border: none;
        box-shadow: none;
        padding: 0;
        margin-top: 7px;
        margin-left: 0;
        background-color: #eee;
        background-image: none;
        min-height: 31px;
        width:100%;
    }

    #filterContainer .filterButton:hover {
        background-color: #ddd;
        color: #666;
    }

    #filterContainer select[name='sterne']+div.chosen-container ul.chosen-choices li span,
    select[name='sterne']+div.chosen-container ul.chosen-choices li span,
    select#sterne {
        font-family: 'FontAwesome', 'Arial';
    }

    .filterItem {
        width: 100%;
        float: left;
    }

    .immoItem{
        margin: 1em 0;
        position: relative;
        overflow: hidden;
        min-height: 250px;
        width: 100%;
    }

    /* Design 1 */
        .immoItem.design1 a {
            overflow: hidden;
            height: 100%;
            width: 100%;
            display: block;
        }

        .immoItem.design1 .immoThumbnail {
        	display:block;
        	overflow:hidden;
        }

        .immoItem.design1 .immoThumbnail .immoImage {
            position: absolute;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

        .immoItem.design1 a .immoDescription {
        	display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: 10;
            background: rgba(0,0,0,0.7);
        	padding: 0.3em 0.4em;
        	color: #fff;
            animation-name: mouseoutChangeDescriptionHeight;
            animation-duration: 1s;
            min-height: 60px;
        }

        .immoItem.design1 a:hover .immoDescription{
        	color: #fff;
        	text-decoration: none;
        	vertical-align: bottom;
            background-color: rgba(0,0,0,0.9);
            animation-name: mouseoverChangeDescriptionHeight;
            animation-duration: 1s;
        }

        .immoItem.design1 .immoDescription h3{
        	margin: 0;
            font-size: 15px;
        }

        .immoItem.design1 .immoDescription p{
            margin: 0;
            font-size: 12px;
        }

        .immoItem.design1 .noImage {
            background-image: url(/GlobalIncludesFewo/images/no-img.png);
            background-size: contain;
            position: absolute;
            top: 12%;
            right: 20%;
            bottom: 20%;
            left: 20%;
            width: 40%;
            margin: auto auto;
            background-repeat: no-repeat;
        }

        .immoItem.design1 .favorite-heart {
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 1;
            font-size: 32px;
        }

    /* Design 2 */
        .immoItem.design2 > a {
            overflow: hidden;
            width: 100%;
            display: block;
            height: 250px;
        }

        .immoItem.design2 .immoThumbnail {
            display:block;
            overflow:hidden;
        }

        .immoItem.design2 .immoThumbnail .immoImage {
            position: absolute;
            width: 100%;
            height: 250px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

        .immoItem.design2 .immoDescription {
            display: block;
            padding: 1em;
            border-right: 1px solid black;
            border-bottom: 1px solid black;
            border-left: 1px solid black;
        }

        .immoItem.design2 .immoDescription a {
            text-decoration: none;
        }

        .immoItem.design2 .immoDescription h3 {
            margin: 0 0 5px 0;
            font-size: 15px;
        }

        .immoItem.design2 .immoDescription p {
            margin: 0;
            font-size: 15px;
        }

        .immoItem.design2 .noImage {
            background-image: url(/GlobalIncludesFewo/images/no-img.png);
            background-size: contain;
            position: absolute;
            top: 20%;
            right: 20%;
            bottom: 20%;
            left: 20%;
            width: 40%;
            margin: auto auto;
            background-repeat: no-repeat;
        }

        .immoItem.design2 .favorite-heart {
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 1;
            font-size: 32px;
        }



    .lastMinuteRabatt .immoItem a {
        cursor: pointer;
    }
    .lastMinuteRabatt .immoItem a .immoDescription {
        min-height: auto;
    }


.ImmoInfo{
    display: none; /*Default hidden --> enable in custom css*/
}


/*
*
* Detailview
*
*/
    #mainContainer{
        width: 100%;
    }

    #rightContainer{
        width: 100%;
    }

    #rightContainer h2{
        margin-top: 0;
    }
    #rightContainer .fc-header-title h2 {
        font-size: 18px;
    }
    #ErrorMessages {
        display: none;
        border-color: #dfb56c;
        color: #826430;
        background-color: #efe1b3;
        padding: 5px;
        margin-bottom: 10px;
    }

    /*Slideshow*/

    #slideshow {
        position: relative;
        overflow: hidden;
        background-color: #eee;
    }

    #slideshow > div.slide {
        display: none;
        width:100%;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        text-align: center;
        vertical-align: middle;
    }

    #slideshow > div.slide img{
        width: 100%;
    }

    /* Next & previous buttons */

    .prev, .next {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 36%;
        width: auto;
        color: white;
        font-weight: bold;
        font-size: 28px;
        line-height: 10px;
        padding: 16px 9px 16px 9px;
        border-radius: 0 3px 3px 0;
        background-color: rgb(0,0,0);
        transition: 0.6s ease;
    }

    /* disable selection */
    .prev::selection {
        background: transparent;
        color: inherit;
    }

    .prev::-moz-selection {
        background: transparent;
        color: inherit;
    }

    .prev {
        -ms-user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .next::selection {
        background: transparent;
        color: inherit;
    }

    .next::-moz-selection {
        background: transparent;
        color: inherit;
    }

    .next {
        -ms-user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    /* Position the "next button" to the right */
    #slideshow .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    .prev {
    }

    /* On hover, add a black background color with a little bit see-through */
    #slideshow .prev:hover,
    #slideshow .next:hover {
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=0.9);
        -moz-opacity:0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
    }

    /* Caption text */
    .caption {
        color: #f2f2f2;
        font-size: 15px;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 5px 10px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        box-sizing: border-box;
    }

    .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s;
    }

    /* infopart with tabs */
    #immoInfos {
        padding-top:15px;
    }

    #immoInfos .tabs{
        border-left: 1px solid #DDD;
        border-right: 1px solid #DDD;
    }

    #immoInfos .tabs a{
        display: block;
        background-color: #eee;
        width: 33.33333%;
        float: left;
        text-decoration: none;
        color: #000;
        border-top: 3px solid #eee;
    }

    #immoInfos .tabs a:hover,
    #immoInfos .tabs a.active{
        border-top: 3px solid #151515;
        background-color: #fff;
        color: #000;
        font-weight: bold;
    }

    #immoInfos .tabs a div{
        padding: 12px;
    }

    #Grunddaten {
        padding: 12px;
        border-left: 1px solid #DDD;
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }

    #Grunddaten #address {
        margin: 20px auto;
    }

    #Grunddaten #map {
        width: 100%;
        height: 400px;
    }

    div.property {
        border-radius: 5px;
        margin: 5px 5px;
        width: auto;
        font-size: 12px;
        display: block;
        background-color: rgba(0,0,0,0.7);
        padding: 2px 10px 2px 5px;
        float: left;
        color: #ffffff;
    }

    .price {
        font-size: 22px;
    }

    .anzZimmerTitel{
        display: none;
    }


/*
*
* RIGHT COL
*
*/
    .availabilityCalendar{
        margin-bottom: 40px;
    }

    .availabilityCalendar button{
        border: 1px solid #A9A9A9!important;
        background-color: #fff;
    }

    /* contactForm */
    #contactForm input,
    #bookingForm input,
    #contactForm textarea,
    #bookingForm select,
    select#RatePlanID {
        width: 100%;
        margin: 5px 0 20px 0;
        border: 1px solid #A9A9A9;
        background-color: #fff;
        border-width: 1px!important;
    }

    #contactForm textarea  {
        height: 80px;
    }

    input[type="submit"] {
        cursor: pointer;
    }

    input[type="submit"]:hover {
        background-color: #eee;
    }

    #successMessage {
        background-color: #77CC6D;
        margin-bottom: 10px;
        padding: 10px;
        display: none;
    }
    p.success {
        background: #77CC6D;
        padding: 10px;
    }


/*
*
* Animations
*
*/
    @-webkit-keyframes fade {
      from {opacity: .4}
      to {opacity: 1}
    }

    @keyframes fade {
      from {opacity: .4}
      to {opacity: 1}
    }

    /* Listview Description Animations */
    @keyframes mouseoverChangeDescriptionHeight {
        from {
            background-color: rgba(0,0,0,0.7);
        }
        to {
            background-color: rgba(0,0,0,0.9);
        }
    }
    @keyframes mouseoutChangeDescriptionHeight {
        from {
            background-color: rgba(0,0,0,0.9);
        }
        to {
            background-color: rgba(0,0,0,0.7);

        }
    }


/*
*
* Pauschalen
*
*/
    .pauschalen .immoThumbnail {
        min-height: 450px;
        position: relative;
    }
    .pauschalen .rightContent h2 {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .pauschalen .preis {
        font-weight: bold;
    }
    .pauschalen .bookingWrapper input {
        width: 100%;
    }
    .pauschalen #resBox h2 {
        margin-top: 5px;
        margin-bottom: 15px;
    }


/*
*
* mediaQueries
*
*/
    @media only screen and (min-width : 450px) {
        .prev, .next {
            line-height: 70px;
            transition: 0.6s ease;
            padding: 16px 19px 16px 19px;
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -moz-opacity:0;
            -khtml-opacity: 0;
            opacity: 0;
        }

        #mainContainer #slideshow .next {
          right: 0;
          border-radius: 3px 0 0 3px;
        }

        #slideshow:hover .prev, #slideshow:hover .next {
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=0.5);
            -moz-opacity:0.5;
            -khtml-opacity: 0.5;
            opacity: 0.5;
        }

        .caption {
            padding: 25px 10px;
        }

        .immoItem {
            float: left;
            margin-right: 4%;
            width: 48%;
        }

        .immoItem:nth-child(2n+0) {
            margin-right: 0;
        }
    }

    @media only screen and (min-width : 768px) {
        /* Listview */
        .filterItem {
            margin-right: 2%;
            width: 32%;
            float: left;
        }

        .filterItem:last-of-type {
            margin-right: 0;
        }

        .immoItem {
            margin-right: 2%;
            width: 32%;
        }

        .immoItem:nth-child(2n+0) {
            margin-right: 2%;
        }

        .immoItem:nth-child(3n+0) {
            margin-right: 0;
        }

        /* Detailview */
        #mainContainer{
            width: 66.66666666666%;
            float: left;
        }

        #rightContainer{
            width: 31.633333%;
            float: right;
        }
    }

    @media only screen  and (min-width : 1224px) {


    }

    @media only screen  and (min-width : 1824px) {


    }

    .fancybox-content {
        display: block;
    }
    button:focus {
        outline: none!important;
    }