﻿
/*================================================================*/

.windowHeightCalc{
    height:calc(100vH - 200px)
}

/**/
#map {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    height: calc(100% - 50px);
    width: 100%;
}

.PinBild {
    border-style:solid; 
    border-color:#48b5e9; 
    border-width:1px; 
    max-height:125px;
    border-radius:6px;
}


/* Galaxy S5 */
@media (max-height:640px) and (max-width: 360px) {
    .PinBild {
        border-style: solid;
        border-color: #48b5e9;
        border-width: 1px;
        min-height: 85px;
        border-radius: 6px;
    }

}

/*Nexus 5X und Nexus 6P*/
@media (max-height:732px) and (max-width: 412px) {
    .PinBild {
        border-style: solid;
        border-color: #48b5e9;
        border-width: 1px;
        min-height: 135px;
        border-radius: 6px;
    }
  
}

/*IPhone 5*/
@media (max-height:568px) and (max-width: 320px) {
    .PinBild {
        border-style: solid;
        border-color: #48b5e9;
        border-width: 1px;
        min-height: 95px;
        border-radius: 6px;
    }
  
}


/*IPhone 6*/
@media (max-height:667px) and (max-width: 375px) {
    .PinBild {
        border-style: solid;
        border-color: #48b5e9;
        border-width: 1px;
        min-height: 85px;
        border-radius: 6px;
    }
   
}


    /*================================================================*/

    /* Move down content because we have a fixed navbar that is 50px tall 
html, body {
    padding-top: 50px;
    height: 100%;
    margin: 0;
}
    */

    .shadowPuffy {
        box-shadow: 1px 2px 6px rgba(34,34,34,0.7);
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    /*WICHTIG damit die aufgerufenen langen Modals auch immer scrollbar sind !!!*/
    .modal {
        overflow: auto !important;
    }
    /*-----------------*/

    .cssMailConfirmfehlt {
        position: absolute;
        right: 0px;
        width: 43%;
        top: 52px;
        z-index: 10;
    }


#MenueUnten {
    display: none;
    background-color: white;
    opacity: 0.85;
    height: 60px;
    top: -60px;
    z-index: 10;
    margin-bottom: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px;
    border-bottom-color: black;
    border-left-color: black;
    border-right-color: black;
    border-top-color: white;
    border-style: solid;
    border-width: thin;
    position: absolute;
    left:50%;
    margin-left:-80px;
}


    .cssDataenFehlen {
        position: absolute;
        right: 0px;
        width: 43%;
        top: 127px;
        z-index: 10;
    }

    /* Wrapping element */
    /* Set some basic padding to keep content from hitting the edges */
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
        white-space: normal;
    }

    /* Set widths on the form inputs since otherwise they're 100% wide */
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="select"] {
        max-width: 280px;
    }




    /*Steuert den Abstand auf Mobilgeräten*/
    @media (max-width: 980px) {
        body {
            padding-top: 0;
        }
    }

    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }

    /* Eigene Styles von Popport */
    /*=================================================================================*/

    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }









    /*Höhe der Modal Mitte*/
    @media (max-height:1400px) and (max-width: 1600px) {

        .scrollModalBody {
            height: 800px;
        }
    }

    @media (max-height:1370px) and (max-width: 1024px) {

        .scrollModalBody {
            height: 800px;
        }
    }


    @media (max-height:1200px) {
        .scrollModalBody {
            height: 700px;
        }
    }

    @media (max-height:1000px) and (max-width: 800px) {
        .scrollModalBody {
            height: 600px;
        }
    }

    @media (max-height:890px) and (max-width:1600px) {
        .scrollModalBody {
            height: 420px;
        }
    }


    @media (max-height:800px) and (max-width:400px) {
        .scrollModalBody {
            height: 420px;
        }
    }


    @media (max-height:1024px) and (max-width:770px) {
    }

    @media (max-height:875px) and (max-width:770px) {
    }



    @media (max-height:750px) and (max-width:420px) {
    }

    @media (max-height:570px) and (max-width:320px) {
        .scrollModalBody {
            height: 230px;
        }
    }

    @media (max-height:400px) {
        .scrollModalBody {
            height: 160px;
        }
    }

    @media (max-height:300px) {
        .scrollModalBody {
            height: 100px;
        }
    }

    @media (min-width: 1px) {
        .navbar-toggle {
            display: block !important;
        }
    }

    @media (min-width: 992px) {
        body {
            padding: 0px 0 0 0px;
        }

        .navmenu {
            padding-top: 0px;
        }

        .navbar {
            display: block !important; /* IE8 fix */
        }
    }







    .ProfilDetails {
        bottom: 5px;
        width: 70%;
        border: 1px solid black;
        background-color: white;
        z-index: 1000;
        opacity: 0.8;
    }

    .BewertImageCircleTDcell {
        padding: 20px;
        vertical-align: top;
    }

    /*Site.Master*/
    .rounded {
        outline: none;
        background-position: center;
        background-size: 80px;
        background-repeat: no-repeat;
        box-shadow: 5px 5px 3px #888;
        padding: 2px;
        margin: 5px;
        border: thin;
        border-bottom-style: solid;
        border-color: black;
        border-radius: 75px; /*CSS3 */
        -moz-border-radius: 75px; /* Firefox */
        -webkit-border-radius: 75px; /* Safari, Chrome */
        -khtml-border-radius: 75px; /* Konqueror */
    }

    .pictureAlbum {
        height: 120px;
        width: 120px;
        border-radius: 5px;
        background: #999;
        background: linear-gradient(to bottom, #eee, #ddd);
        margin: 0px;
    }

    .cssProfilPic {
        height: 120px;
        width: 120px;
        border-radius: 5px;
        background: #999;
        background: linear-gradient(to bottom, #eee, #ddd);
        margin: 0px;
    }

    .cssSmallRoundPicy {
        height: 55px;
        width: 55px;
        border-radius: 28px;
        background: #999;
        margin: 0px;
        margin-top: 4px;
        margin-left: 4px;
    }

    /* USER PROFILE PAGE */
    .card {
        margin-top: 20px;
        padding: 30px;
        background-color: rgba(214, 224, 226, 0.2);
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .card.hovercard {
            position: relative;
            padding-top: 0;
            overflow: hidden;
            text-align: center;
            background-color: #fff;
            background-color: rgba(255, 255, 255, 1);
        }

            .card.hovercard .card-background {
                height: 130px;
            }

    .card-background img {
        -webkit-filter: blur(25px);
        -moz-filter: blur(25px);
        -o-filter: blur(25px);
        -ms-filter: blur(25px);
        filter: blur(25px);
        margin-left: -100px;
        margin-top: -200px;
        min-width: 130%;
    }

    .card.hovercard .useravatar {
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
    }

        .card.hovercard .useravatar img {
            width: 100px;
            height: 100px;
            max-width: 100px;
            max-height: 100px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 5px solid rgba(255, 255, 255, 0.5);
        }

    .card.hovercard .card-info {
        position: absolute;
        bottom: 14px;
        left: 0;
        right: 0;
    }

        .card.hovercard .card-info .card-title {
            padding: 0 5px;
            font-size: 20px;
            line-height: 1;
            color: #262626;
            background-color: rgba(255, 255, 255, 0.1);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

    .card.hovercard .card-info {
        overflow: hidden;
        font-size: 12px;
        line-height: 20px;
        color: #737373;
        text-overflow: ellipsis;
    }

    .card.hovercard .bottom {
        padding: 0 20px;
        margin-bottom: 17px;
    }

    .btn-pref .btn {
        -webkit-border-radius: 0 !important;
    }

    .media {
        /* box-shadow:0px 0px 4px -2px #000;
                margin: 20px 0;
                padding: 30px;*/
    }

    .dp {
        border: 10px solid #eee;
        transition: all 0.2s ease-in-out;
    }

        .dp:hover {
            border: 2px solid #eee;
            transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            /*-webkit-font-smoothing:antialiased;*/
        }

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        *zoom: 1;
    }

    .left {
        float: left;
        /*width: 33%;*/   /*erstmal auskommentiert weil es bei hello im Slider für nen Abstand beim Sliden sorgt */
    }

    .prfButton {
        min-height: 95px;
        background-color: white;
        width: 80px;
        color: black;
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: solid;
        border-color: silver;
        border-width: 1px;
    }

        .prfButton:hover {
            min-height: 95px;
            background-color: #454545;
            width: 80px;
            color: white;
            font-weight: bolder;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .prfButton:visited {
            min-height: 95px;
            background-color: #454545;
            width: 80px;
            color: white;
            font-weight: bolder;
            margin-top: 20px;
            margin-bottom: 20px;
        }

    /* Modal in der Höhe flexibel gestalten */
    .modal-body {
        max-height: calc(100vh - 210px);
        overflow-y: auto;
    }

    .navmenu {
        /*padding-top: 50px;*/
        padding-top: 0px;
        z-index: 10000;
    }

    .navbar {
        display: block;
        text-align: center;
    }

    .navbar-brand {
        display: inline-block;
        float: none;
    }

    .navbar-toggle {
        position: absolute;
        float: left;
        margin-left: 15px;
    }

    .container {
        max-width: 100%;
    }


    /*Site.Master Ende*/







    /* Default.aspx */
    /*
  body {
            padding-right: 0px !important;
        }
     */
    .modal-open {
        overflow-y: auto;
    }

    .funkyradio div {
        clear: both;
        overflow: hidden;
    }

    .funkyradio label {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-weight: normal;
    }

    .funkyradio input[type="radio"]:empty,
    .funkyradio input[type="checkbox"]:empty {
        display: none;
    }

        .funkyradio input[type="radio"]:empty ~ label,
        .funkyradio input[type="checkbox"]:empty ~ label {
            position: relative;
            line-height: 2.5em;
            text-indent: 3.25em;
            margin-top: 0.1em;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .funkyradio input[type="radio"]:empty ~ label:before,
            .funkyradio input[type="checkbox"]:empty ~ label:before {
                position: absolute;
                display: block;
                top: 0;
                bottom: 0;
                left: 0;
                content: '';
                width: 2.5em;
                background: #D1D3D4;
                border-radius: 3px 0 0 3px;
            }

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
        color: #888;
    }

        .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
        .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
            content: '\2714';
            text-indent: .9em;
            color: #C2C2C2;
        }

    .funkyradio input[type="radio"]:checked ~ label,
    .funkyradio input[type="checkbox"]:checked ~ label {
        color: #777;
    }

        .funkyradio input[type="radio"]:checked ~ label:before,
        .funkyradio input[type="checkbox"]:checked ~ label:before {
            content: '\2714';
            text-indent: .9em;
            color: #333;
            background-color: #ccc;
        }

    .funkyradio input[type="radio"]:focus ~ label:before,
    .funkyradio input[type="checkbox"]:focus ~ label:before {
        box-shadow: 0 0 0 3px #999;
    }

    .funkyradio-default input[type="radio"]:checked ~ label:before,
    .funkyradio-default input[type="checkbox"]:checked ~ label:before {
        color: #333;
        background-color: #ccc;
    }

    .funkyradio-primary input[type="radio"]:checked ~ label:before,
    .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
        color: #fff;
        background-color: #337ab7;
    }

    .funkyradio-success input[type="radio"]:checked ~ label:before,
    .funkyradio-success input[type="checkbox"]:checked ~ label:before {
        color: #fff;
        background-color: #5cb85c;
    }

    .funkyradio-danger input[type="radio"]:checked ~ label:before,
    .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
        color: #fff;
        background-color: #d9534f;
    }

    .funkyradio-warning input[type="radio"]:checked ~ label:before,
    .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
        color: #fff;
        background-color: #f0ad4e;
    }

    .funkyradio-info input[type="radio"]:checked ~ label:before,
    .funkyradio-info input[type="checkbox"]:checked ~ label:before {
        color: #fff;
        background-color: #5bc0de;
    }

    .pictureAlbum {
        height: 150px;
        width: 150px;
        border-radius: 4px;
        background: #999;
        background: linear-gradient(to bottom, #eee, #ddd);
        margin: 10px;
    }

    .zweiteZeileLeftMargin {
        margin-left: 22px;
    }

    .carousel-inner img {
        margin: auto;
    }

    /*Pin Filter Anzahl Label*/
    .anzahlFeld {
        font-size: 11px;
        text-align: center;
        color: white;
        background-color: dimgrey;
        width: 180px;
        padding: 3px;
        padding-left: 20px;
        padding-right: 20px;
        -moz-border-radius: 7px; /* Firefox */
        -webkit-border-radius: 7px; /* Safari, Chrome */
        -khtml-border-radius: 7px; /* Konqueror */
        border-radius: 7px; /*CSS3 */
    }

    pre.ui-output {
        display: block;
        position: absolute;
        top: 200px;
        bottom: 10px;
        left: 10px;
        padding: 5px 10px;
        background: rgba(0,0,0,0.5);
        color: #fff;
        font-size: 11px;
        line-height: 18px;
        border-radius: 3px;
        max-height: 50%;
        max-width: 25%;
        overflow: auto;
        word-wrap: break-word;
        white-space: pre-wrap;
    }

        pre.ui-output:empty {
            padding: 0;
        }

    .carousel-inner img {
        margin: auto;
    }


    /*     
#map {
    height:100%;

 
    margin-top:50px;
   display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;  
       
    height:calc(100% - 191px);
} */


    #gpsIcon {
        /*
    position: absolute;
    left: 11px;
    top: 197px;
    border-color: gray;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
*/
        background-color: white;
        position: relative;
        top: -11px;
    }



    #spanFilter {
        cursor: pointer;
        /*
    position: absolute;
    left: 11px;
    top: 242px;*/
        height: 50px;
        width: 50px;
        margin-bottom: 25px;
    }


    #inputs {
        position: absolute;
        width: 33.3333%;
        max-width: 300px;
        min-width: 200px;
        display: block;
        z-index: 10;
        top: 113px;
        left: 10px;
    }


    #directions {
        position: absolute;
        z-index: 1000;
        background: rgba(0,0,0,.8);
        margin-top: 60px;
        right: 0;
        top: 0px;
        overflow: auto;
        height: 70%;
    }

    #errors {
        z-index: 8;
        opacity: 0;
        padding: 10px;
        border-radius: 0 0 3px 3px;
        background: rgba(0,0,0,.25);
        top: 90px;
        left: 10px;
    }



    /* Heart Puls Effect Anfang*/
    @font-face {
        font-family: 'WebSymbolsRegular';
        src: url('heart_pulsEffect/websymbols/websymbols-regular-webfont.eot');
        src: url('heart_pulsEffect/websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('heart_pulsEffect/websymbols/websymbols-regular-webfont.woff') format('woff'), url('heart_pulsEffect/websymbols/websymbols-regular-webfont.ttf') format('truetype'), url('heart_pulsEffect/websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .ca-menu {
        padding: 0;
        margin: 10px auto;
    }

        .ca-menu li {
            width: 70px;
            height: 70px;
            overflow: hidden;
            position: relative;
            float: left;
            margin-right: 4px;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear;
        }

            .ca-menu li:last-child {
                margin-right: 0px;
            }

            .ca-menu li a {
                text-align: left;
                width: 100%;
                height: 100%;
                display: block;
                color: #333;
                position: relative;
            }

    .ca-icon {
        font-family: 'WebSymbolsRegular', cursive;
        font-size: 43px;
        color: #333;
        text-shadow: 0px 0px 1px #333;
        line-height: 50px;
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0px;
        top: 0px;
        text-align: center;
        -webkit-transition: all 400ms linear;
        -moz-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
        transition: all 400ms linear;
    }

        .ca-icon#heart {
            color: #f7002f;
            text-shadow: 0px 0px 1px #f7002f;
        }

    .ca-content {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 50%;
        top: 50%;
    }

    .ca-main {
        font-size: 30px;
        opacity: 0.8;
        text-align: center;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .ca-sub {
        text-align: center;
        font-size: 14px;
        color: #666;
        position: absolute;
        bottom: 0px;
        line-height: 40px;
        width: 100%;
        left: 0px;
        opacity: 0.8;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .ca-menu li:hover {
        /*background-color: #000;*/
        z-index: 999;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

        .ca-menu li:hover .ca-icon {
            color: #ccff00;
            font-size: 70px;
            opacity: 0.3;
        }

            .ca-menu li:hover .ca-icon#heart {
                -webkit-animation: smallToBig 900ms alternate infinite ease;
                -moz-animation: smallToBig 900ms alternate infinite ease;
                -ms-animation: smallToBig 900ms alternate infinite ease;
            }

        .ca-menu li:hover .ca-main {
            color: #ccff00;
            -webkit-animation: smallToBig 300ms ease;
            -moz-animation: smallToBig 300ms ease;
            -ms-animation: smallToBig 300ms ease;
        }

        .ca-menu li:hover .ca-sub {
            color: #ccff00;
            -webkit-animation: moveFromBottom 500ms ease;
            -moz-animation: moveFromBottom 500ms ease;
            -ms-animation: moveFromBottom 500ms ease;
        }

    @-webkit-keyframes smallToBig {
        from {
            -webkit-transform: scale(0.1);
        }

        to {
            -webkit-transform: scale(1);
        }
    }

    @-moz-keyframes smallToBig {
        from {
            -moz-transform: scale(0.1);
        }

        to {
            -moz-transform: scale(1);
        }
    }

    @-ms-keyframes smallToBig {
        from {
            -ms-transform: scale(0.1);
        }

        to {
            -ms-transform: scale(1);
        }
    }

    @-webkit-keyframes moveFromBottom {
        from {
            -webkit-transform: translateY(100%);
        }

        to {
            -webkit-transform: translateY(0%);
        }
    }

    @-moz-keyframes moveFromBottom {
        from {
            -moz-transform: translateY(100%);
        }

        to {
            -moz-transform: translateY(0%);
        }
    }

    @-ms-keyframes moveFromBottom {
        from {
            -ms-transform: translateY(100%);
        }

        to {
            -ms-transform: translateY(0%);
        }
    }
    /* Heart Puls Effect Ende*/

    /* Hovereffect Effect Anfang*/

    .view-eighth .mask {
        background-color: rgba(255, 255, 255, 0.7);
        top: -200px;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0.5s;
        -moz-transition: all 0.3s ease-out 0.5s;
        -o-transition: all 0.3s ease-out 0.5s;
        -ms-transition: all 0.3s ease-out 0.5s;
        transition: all 0.3s ease-out 0.5s;
    }

    .view-eighth h2 {
        -webkit-transform: translateY(-200px);
        -moz-transform: translateY(-200px);
        -o-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out 0.1s;
        -moz-transition: all 0.2s ease-in-out 0.1s;
        -o-transition: all 0.2s ease-in-out 0.1s;
        -ms-transition: all 0.2s ease-in-out 0.1s;
        transition: all 0.2s ease-in-out 0.1s;
    }

    .view-eighth p {
        color: #333;
        -webkit-transform: translateY(-200px);
        -moz-transform: translateY(-200px);
        -o-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out 0.2s;
        -moz-transition: all 0.2s ease-in-out 0.2s;
        -o-transition: all 0.2s ease-in-out 0.2s;
        -ms-transition: all 0.2s ease-in-out 0.2s;
        transition: all 0.2s ease-in-out 0.2s;
    }

    .view-eighth a.info {
        -webkit-transform: translateY(-200px);
        -moz-transform: translateY(-200px);
        -o-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out 0.3s;
        -moz-transition: all 0.2s ease-in-out 0.3s;
        -o-transition: all 0.2s ease-in-out 0.3s;
        -ms-transition: all 0.2s ease-in-out 0.3s;
        transition: all 0.2s ease-in-out 0.3s;
    }

    .view-eighth:hover .mask {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        top: 0px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation: bounceY 0.9s linear;
        -moz-animation: bounceY 0.9s linear;
        -ms-animation: bounceY 0.9s linear;
        animation: bounceY 0.9s linear;
    }

    .view-eighth:hover h2 {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .view-eighth:hover p {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .view-eighth:hover a.info {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s;
    }

    @keyframes bounceY {
        0% {
            transform: translateY(-205px);
        }

        40% {
            transform: translateY(-100px);
        }

        65% {
            transform: translateY(-52px);
        }

        82% {
            transform: translateY(-25px);
        }

        92% {
            transform: translateY(-12px);
        }

        55%, 75%, 87%, 97%, 100% {
            transform: translateY(0px);
        }
    }

    @-moz-keyframes bounceY {
        0% {
            -moz-transform: translateY(-205px);
        }

        40% {
            -moz-transform: translateY(-100px);
        }

        65% {
            -moz-transform: translateY(-52px);
        }

        82% {
            -moz-transform: translateY(-25px);
        }

        92% {
            -moz-transform: translateY(-12px);
        }

        55%, 75%, 87%, 97%, 100% {
            -moz-transform: translateY(0px);
        }
    }

    @-webkit-keyframes bounceY {
        0% {
            -webkit-transform: translateY(-205px);
        }

        40% {
            -webkit-transform: translateY(-100px);
        }

        65% {
            -webkit-transform: translateY(-52px);
        }

        82% {
            -webkit-transform: translateY(-25px);
        }

        92% {
            -webkit-transform: translateY(-12px);
        }

        55%, 75%, 87%, 97%, 100% {
            -webkit-transform: translateY(0px);
        }
    }

    /* Hovereffect Effect Ende*/


    /*bootstrap slider Anfang*/

    /*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
    .slider {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        .slider.slider-horizontal {
            width: 210px;
            height: 20px;
        }

            .slider.slider-horizontal .slider-track {
                height: 10px;
                width: 100%;
                margin-top: -5px;
                top: 50%;
                left: 0;
            }

            .slider.slider-horizontal .slider-selection,
            .slider.slider-horizontal .slider-track-low,
            .slider.slider-horizontal .slider-track-high {
                height: 100%;
                top: 0;
                bottom: 0;
            }

            .slider.slider-horizontal .slider-tick,
            .slider.slider-horizontal .slider-handle {
                margin-left: -10px;
                margin-top: -5px;
            }

                .slider.slider-horizontal .slider-tick.triangle,
                .slider.slider-horizontal .slider-handle.triangle {
                    border-width: 0 10px 10px 10px;
                    width: 0;
                    height: 0;
                    border-bottom-color: #0480be;
                    margin-top: 0;
                }

            .slider.slider-horizontal .slider-tick-label-container {
                white-space: nowrap;
                margin-top: 20px;
            }

                .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
                    padding-top: 4px;
                    display: inline-block;
                    text-align: center;
                }

        .slider.slider-vertical {
            height: 210px;
            width: 20px;
        }

            .slider.slider-vertical .slider-track {
                width: 10px;
                height: 100%;
                margin-left: -5px;
                left: 50%;
                top: 0;
            }

            .slider.slider-vertical .slider-selection {
                width: 100%;
                left: 0;
                top: 0;
                bottom: 0;
            }

            .slider.slider-vertical .slider-track-low,
            .slider.slider-vertical .slider-track-high {
                width: 100%;
                left: 0;
                right: 0;
            }

            .slider.slider-vertical .slider-tick,
            .slider.slider-vertical .slider-handle {
                margin-left: -5px;
                margin-top: -10px;
            }

                .slider.slider-vertical .slider-tick.triangle,
                .slider.slider-vertical .slider-handle.triangle {
                    border-width: 10px 0 10px 10px;
                    width: 1px;
                    height: 1px;
                    border-left-color: #0480be;
                    margin-left: 0;
                }

        .slider.slider-disabled .slider-handle {
            background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
            background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
            background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
        }

        .slider.slider-disabled .slider-track {
            background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
            background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
            background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
            cursor: not-allowed;
        }

        .slider input {
            display: none;
        }

        .slider .tooltip.top {
            margin-top: -36px;
        }

        .slider .tooltip-inner {
            white-space: nowrap;
        }

        .slider .hide {
            display: none;
        }

    .slider-track {
        position: absolute;
        cursor: pointer;
        background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
        background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
        background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

    .slider-selection {
        position: absolute;
        background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
        background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
        background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
    }

        .slider-selection.tick-slider-selection {
            background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
            background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
            background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
        }

    .slider-track-low,
    .slider-track-high {
        position: absolute;
        background: transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 4px;
    }

    .slider-handle {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #337ab7;
        background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
        background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
        background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
        filter: none;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        border: 0px solid transparent;
    }

        .slider-handle.round {
            border-radius: 50%;
        }

        .slider-handle.triangle {
            background: transparent none;
        }

        .slider-handle.custom {
            background: transparent none;
        }

            .slider-handle.custom::before {
                line-height: 20px;
                font-size: 20px;
                content: '\2605';
                color: #726204;
            }

    .slider-tick {
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
        background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
        background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        filter: none;
        opacity: 0.8;
        border: 0px solid transparent;
    }

        .slider-tick.round {
            border-radius: 50%;
        }

        .slider-tick.triangle {
            background: transparent none;
        }

        .slider-tick.custom {
            background: transparent none;
        }

            .slider-tick.custom::before {
                line-height: 20px;
                font-size: 20px;
                content: '\2605';
                color: #726204;
            }

        .slider-tick.in-selection {
            background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
            background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
            background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
            opacity: 1;
        }


    /*bootstrap slider Ende*/


    /* Default.aspx Ende*/