.house div div {
    line-height: 1.6;
}

.slick-dots {
    padding-right: 30px;
}

.navbar-default {
    background-color: #00b739;
    border-color: #d3e0e9;
}

.navbar-default .navbar-brand {
    color: black;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: black;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #00b739;
    color: #555;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #00b739;
    color: black;
}

/*.canvas-style {*/
    /*position: absolute;*/
    /*bottom: -10%;*/
    /*right: 25%;*/
/*}*/

/*.chart-select {*/
    /*right: 10%;*/
    /*top: 60%;*/
    /*position: absolute;*/
    /*width: 120px;*/
/*}*/

.house-buttons > a{
    margin-top: 10%;
}

.to-gallery-button {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 40%;
    transition: opacity .5s, visibility .5s;
}

.images {
    position: relative;
}

.images:hover .to-gallery-button {
    visibility: visible;

}

/*.behandlung-button {*/
    /*right: 10%;*/
    /*top: 70%;*/
    /*position: absolute;*/
    /*width: 120px;*/
/*}*/

/*.futterung-button {*/
    /*right: 10%;*/
    /*top: 80%;*/
    /*position: absolute;*/
    /*width: 120px;*/
/*}*/

/*.gallery-button {*/
    /*right: 10%;*/
    /*top: 90%;*/
    /*position: absolute;*/
    /*width: 120px;*/
/*}*/

.padding0 {
    padding: 0px !important;
}

@media (max-width: 767px) {
    .navbar-brand {
        margin-left: 15px;
    }

    .chart-select {
        right: 0%;
        top: 0%;
        position: relative;
        width: 45%;
        margin-left: 7%;
    }

    .behandlung-button {
        right: 0%;
        top: 0%;
        position: relative;
        width: 45%;
        margin-left: 7%;
    }

    .futterung-button {
        right: 0%;
        top: 0%;
        position: relative;
        width: 45%;
        margin-left: 1%;
    }

    .gallery-button {
        right: 0%;
        top: 0%;
        position: relative;
        width: 45%;
        margin-left: 1%;
    }

    /*.canvas-style {*/
        /*position: relative;*/
        /*width: 100%;*/
        /*bottom: 0%;*/
        /*right: 0%;*/
        /*padding: 0;*/
        /*box-sizing: content-box;*/
    /*}*/

    .view-house-button, .edit-house-button, .delete-house-button {
        width: 100%;
        margin: 5px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: black;
    }
}

/* stars */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: url(../img/loading.gif) top left no-repeat;
    border: none
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0
}

.rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: not-allowed
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center
}

.rating-container .empty-stars {
    color: #aaa
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999
}

.rating-rtl {
    float: right
}

.rating-animate .filled-stars {
    transition: width .25s ease;
    -o-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-lg {
    font-size: 3.91em
}

.rating-md {
    font-size: 3.13em
}

.rating-sm {
    font-size: 2.5em
}

.rating-xs {
    font-size: 2em
}

.rating-xl {
    font-size: 4.89em
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    padding-right: 5px
}

.clear-rating-active {
    cursor: pointer !important
}

.clear-rating-active:hover {
    color: #843534
}

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -.6em;
    margin-left: 5px;
    margin-right: 0
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

.languages > .dropdown-menu{
    min-width: inherit;
}
