@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700);
body {
    background: #ffffff url(/static/img/pattern1.png) repeat-x;
    font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #4d4d4d;
}
a {
    text-decoration: none;
    color: #7e9634;
}
a.dark {
    color: #4d4d4d;
}
a.dark:hover {
    color: #4d4d4d;
}
a:hover {
    text-decoration: none;
    color: #cbad01;
}
a:active {
    text-decoration: none;
    color: #cbad01;
}
a:focus {
    text-decoration: none;
    background: none;
}
a[href^="tel:"],
a[href^="#map"] {
    color: inherit;
    text-decoration: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: caret;
}
p {
    margin-bottom: 20px;
    line-height: 20px;
}
p span {
    color: #2d2d2d;
    font-size: 16px;
    line-height: 25px;
}
/*p strong {
    color: #455052;
}*/

h1 {
    font: 30px/30px 'Roboto';
    color: #455052;
    margin: 0 0 44px 0;
}
h2 {
    font: 20px/20px 'Roboto';
    color: #455052;
    margin: 0 0 21px 0;
}
h3 {
    font: 18px/20px 'Roboto';
    color: #455052;
    margin: 0 0 21px 0;
}
h4 {
    font: 500 16px/20px 'Roboto';
    color: #455052;
    margin: 0 0 34px 0;
}
h5 {
    font: 500 14px/20px 'Roboto';
    color: #455052;
    margin: 0 0 18px 0;
}
.h-lines {
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.center {
    text-align: center;
}
.badge-1x {
    font-size: 10px;
}
.badge-2x {
    font-size: 11px;
}
.badge-3x {
    font-size: 12px;
}
.badge-4x {
    font-size: 13px;
}
/*-----content-----*/

.col-lg-3.col-md-12.col-sm-12.bannerzone,
h5 {
    margin-bottom: 0px !important;
}
header {
    position: relative;
    margin: 0;
    padding: 17px 0 0 0;
    z-index: 11;
    border-top: 8px solid #cbad01;
}
@media (max-width: 575px) {
    header .logo {
        margin-bottom: 10px;
    }
}
.card {
    border: none;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.card-block {
    color: #4d4d4d;
}
.card-footer a .badge.badge-primary {
    background-color: #cbad01;
}
.card-footer i .fa.fa-youtube-play {
    background-color: #ff5857;
}
@media (max-width: 575px) {
    .card {
        margin-bottom: 10px;
    }
    .carousel.slide {
        margin-bottom: 10px;
    }
}
.fa.fa-star.text-success {
    color: #cbad01 !important;
}
.evaluation-image {
    margin-bottom: 10px;
}
.good .card-header {
    background-color: #7e9634 !important;
    color: white;
}
.bad .card-header {
    background-color: #cbad01 !important;
    color: white;
}
.blockquote-footer {
    margin-top: -30px;
}
p.kontakt {
    display: inline;
}
h5.kontakt {
    display: inline-block;
}
footer {
    margin-top: 50px;
    padding: 51px 0;
    border-top: 8px solid #c4c4c4;
    background: #ffffff url(/static/img/pattern1.png) repeat-x;
}
footer .title {
    color: #455052;
    margin-bottom: 1px;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    footer .title {
        font: 30px/30px 'Roboto';
        width: 100%;
    }
}
@media (min-width: 576px) {
    footer .title {
        font: 43px/43px 'Roboto';
    }
}
footer p {
    line-height: 24px;
    color: #a2a3a4;
}
footer p a {
    color: #a2a3a4;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
footer .priv {
    color: #a2a3a4;
    font: 12px 'Roboto';
    margin-bottom: 0;
    text-transform: uppercase;
}
footer .priv a {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
footer .priv a:hover {
    color: #7e9634;
}
footer em {
    font-style: normal;
}
footer h3 {
    font-size: 18px;
}
footer h4 {
    margin-bottom: 5px;
}
#toTop {
    display: none;
    width: 38px;
    height: 38px;
    background: url(/static/img/top.png) 0 top no-repeat;
    position: fixed;
    margin-right: -660px !important;
    right: 50%;
    bottom: 224px;
    z-index: 999;
}
#toTop:hover {
    background: url(/static/img/top.png) 0 bottom no-repeat;
}
@media (max-width: 576px) {
    .container {
        width: 92% !important;
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }
}
/*-----menu-----*/

nav.navigation {
    margin-top: 35px;
    margin-bottom: 35px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
nav.navigation {
    background-color: #fff;
}
nav.navigation ul.nav {
    display: table;
    table-layout: fixed;
    width: 100%;
}
nav.navigation ul.nav li.nav-item {
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #e5e5e5;
    display: table-cell;
    float: none;
    text-align: center;
}
nav.navigation ul.nav li.nav-item a {
    position: relative;
    padding: 0;
    font: 16px/70px 'Roboto';
    color: #455052;
    text-transform: uppercase;
    background: #fefefe;
}
nav.navigation .dropdown-menu {
    min-width: 100% !important;
    padding: 0;
    margin: 0;
    font-size: inherit;
    text-align: inherit;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .15);
}
nav.navigation .dropdown-menu a {
    cursor: pointer;
}
.navbar {
    background-color: #7e9634 !important;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: -15px;
    margin-top: -15px;
}
button.navbar-toggler {
    border: none;
}
/*a#navbarDropdownMenuLink.nav-link.dropdown-toggle, a.nav-link*/

.navbar a,
li.dropdown-toggle {
    color: #fff !important;
}
div.dropdown-menu {
    background-color: #7e9634;
    border: none !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #cbad01 !important;
}
div.dropdown-item {
    color: #fff !important;
}
nav.hidden-lg-up {
    margin-top: 0.5rem;
}
/*-----btn-----*/

.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 25px;
    font: 14px/57px 'Roboto';
    margin: 0;
    text-shadow: none;
    border-radius: 5px;
    text-transform: uppercase;
    color: #ffffff;
    background: #7e9634;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
@media (max-width: 575px) {
    .btn-default.btn1 {
        margin-bottom: 10px;
    }
}
.btn-default.btn1 span {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    top: 1px;
    margin-left: 12px;
}
.btn-default.btn1:hover {
    color: #ffffff;
    background: #cbad01 !important;
    text-decoration: none !important;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn2 {
    box-shadow: none;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 27px;
    font: 500 16px/65px 'Roboto';
    margin: 0;
    text-shadow: none;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0;
    background: #ea4959;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-default.btn2:hover {
    color: #ffffff;
    background: #74c0bc !important;
    text-decoration: none !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-default.btn3 {
    box-shadow: none;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 30px;
    font: 500 16px/44px 'Roboto';
    margin: 0;
    text-shadow: none;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0;
    background: #ea4959;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-default.btn3:hover {
    color: #ffffff;
    background: #74c0bc !important;
    text-decoration: none !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-default.btn4 {
    box-shadow: none;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 31px;
    font: bold 18px/40px 'Roboto';
    margin: 0;
    text-shadow: none;
    color: #ffffff;
    border-radius: 0;
    background: #353535;
    border: none;
    text-shadow: 1px 1px 0 #222;
    position: relative;
    top: 26px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn4:hover {
    color: #ffffff;
    background: #b04684;
    text-shadow: 1px 1px #a4417b;
    text-decoration: none !important;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn5 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 0;
    font-weight: bold;
    margin: 0;
    text-shadow: none;
    color: #f15374;
    background: none;
    display: inline-block;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn5:hover {
    color: #222;
    background: none;
    text-decoration: none !important;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn6 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 32px;
    font: 800 14px/43px 'Roboto';
    text-transform: uppercase;
    margin: 0;
    text-shadow: none;
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn6:hover {
    color: #222;
    background: #ffffff;
    text-decoration: none !important;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
/*-----list-----*/

.list1-1 {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
}
.list1-1 li {
    margin-bottom: 6px;
    padding-left: 16px;
    line-height: 22px;
    background: url(/static/img/list_arrow.png) left 6px no-repeat;
}
.list1-1 li a {
    color: #a2a3a4;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.list1-1 li a:hover {
    color: #74c0bc;
}
.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
}
.list1 li {
    font-size: 13px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 9px;
}
.list1 li p {
    margin-bottom: 0;
}
.list1 li a {
    font-weight: bold;
    color: #494b4c;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.list1 li a:hover {
    color: #ff5d5c;
}
.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list2 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 17px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c4c4c4;
}
.list2 li p {
    margin-bottom: 0;
}
.list2 li p a {
    color: #ff5d5c;
    font-weight: bold;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.list2 li p a:hover {
    color: #455052;
}
.list2 li time {
    display: inline-block;
    background: #cbad01;
    padding: 0 10px;
    font: bold 12px/28px 'Roboto';
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.list2 li .title {
    font: 500 16px 'Roboto';
    color: #455052;
    margin-bottom: 5px;
}
.list2 li:last-child {
    border-bottom: none;
}
.list3 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list3 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 6px;
}
.list3 li a {
    color: #a2a3a4;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.list3 li a:hover {
    color: #cbad01;
}
.list3 li p {
    margin-bottom: 0;
}
.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list4 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
}
.list4 li p {
    margin-bottom: 0;
}
.list4 li:last-child {
    border-bottom: none;
}
.list4 li h5 {
    margin-bottom: 3px;
}
.list4 li .badge {
    padding: 0;
    margin: 6px 21px 0 0;
    display: inline-block;
    color: #ffffff;
    font: bold 24px/54px 'Roboto';
    background: #57a0b0;
    border: none;
    width: 64px;
    height: 54px;
    border-radius: 0;
    text-align: center;
    float: left;
}
.list5 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list5 li {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 13px;
}
.list5 li a {
    color: #ff5d5c;
    line-height: 24px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.list5 li a:hover {
    color: #a2a3a4;
}
.list5 li:last-child {
    border-bottom: none;
}
.list6 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list6 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 26px;
    overflow: hidden;
}
.list6 li p {
    margin-bottom: 0;
}
.list6 li time {
    color: #74c0bc;
    float: left;
    margin-right: 6px;
}
.list7 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list7 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 0;
}
.list7 li .badge {
    padding: 0;
    margin: 0;
    width: 53px;
    height: 53px;
    border-radius: 100%;
    background: #74c0bc;
    text-align: center;
    line-height: 52px;
    color: #ffffff;
    font-size: 24px;
    float: left;
    margin-right: 12px;
    margin-top: 6px;
}
.list7 li .title {
    text-transform: uppercase;
    color: #74c0bc;
    font: 300 13px 'Roboto';
    margin-bottom: 11px;
}
.list8 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list8 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 20px;
}
.list8 li p {
    margin-bottom: 0;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/

@media (min-width: 1220px) {
    .container {
        padding: 0;
    }
}
.black {
    color: #000 !important;
}
.black-hover:hover {
    color: #000 !important;
}
.white {
    color: #fff !important;
}
.white-hover:hover {
    color: #fff !important;
}
.grey {
    color: #4d4d4d !important;
}
.grey-hover:hover {
    color: #a2a3a4 !important;
}
#map {
    height: 500px;
    width: 100%;
}
#lotMap {
    height: 800px;
    width: 100%;
}
@media (max-width: 575px) {
    .carousel.slide .carousel-inner {
        height: 310px;
    }
}
.carousel-indicators .active {
    background-color: #7e9634;
}
.layer {
    background-color: rgba(50, 50, 50, 0.7);
}
.carousel-caption {
    right: 0 !important;
    left: 0 !important;
    text-align: left !important;
    bottom: 0 !important;
}
.carousel-caption p {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0 !important;
}
.carousel-indicators {
    bottom: 0 !important;
}
.carousel-item img {
    cursor: pointer;
}
.badge.light-green {
    background: #57a0b0 !important;
}
.card-img-overlay.layer {
    background-color: rgba(50, 50, 50, 0.3);
    transition: all .3s ease-in;
}
.card-img-overlay.layer:hover {
    background: red;
    /* For browsers that do not support gradients */

    background: -webkit-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(50, 50, 50, 0.3));
    /*Safari 5.1-6*/

    background: -o-linear-gradient(top, rgba(255, 0, 0, 0), rgba(50, 50, 50, 0.3));
    /*Opera 11.1-12*/

    background: -moz-linear-gradient(top, rgba(255, 0, 0, 0), rgba(50, 50, 50, 0.3));
    /*Fx 3.6-15*/

    background: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(50, 50, 50, 0.3));
    /*Standard*/
}
.card-img-overlay.layer .card-title
{
    color: #fff;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 1200px;
    }
}
.lb-dataContainer {
    margin: 7px auto !important;
}
form.suggestion button {
    top: 0px !important;
    -webkit-appearance: none !important;
}
.form-control-feedback:after {
    display: block;
    content: "";
    opacity: 0;
    -webkit-transition: opacity ease-in-out 0.15s, color ease-in-out 0.15s;
    -o-transition: opacity ease-in-out 0.15s, color ease-in-out 0.15s;
    transition: opacity ease-in-out 0.15s, color ease-in-out 0.15s;
}
.has-success .form-control.feedback-icon,
.has-warning .form-control.feedback-icon,
.has-danger .form-control.feedback-icon {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem;
}
.has-success .form-control.feedback-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.has-success .form-control-feedback:after {
    content: attr(data-success);
    opacity: 1;
}
.has-warning .form-control.feedback-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.has-warning .form-control-feedback:after {
    content: attr(data-warning);
    opacity: 1;
}
.has-danger .form-control.feedback-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.has-danger .form-control-feedback:after {
    content: attr(data-danger);
    opacity: 1;
}
@media (max-width: 575px) {
    .carousel.slide .carousel-inner {
        height: inherit;
    }
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.bannerzone img {
    max-width: 100%;
    height: auto;
}
.breadcrumb-wrapper {
    color: #666;
    padding-top: 0px;
    padding-bottom: 25px;
}
@media (min-width: 992px) {
    .breadcrumb-wrapper {
        padding-top: 0px;
    }
}
.breadcrumb-devider {
    display: inline-block;
    padding: 0px 10px;
}
.btn-green {
    background-color: #7e9634 !important;
    border-color: #7e9634 !important;
    color: #fff;
    font-size: 14px;
}

.removeZindex {
    z-index: initial !important;
}