* { box-sizing: border-box; }
@font-face {
    font-family: 'Palanquin-Light';
    src: url('../fonts/Palanquin-Light.eot');
    src: url('../fonts/Palanquin-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Palanquin-Light.woff2') format('woff2'),
    url('../fonts/Palanquin-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palanquin-ExtraLight';
    src: url('../fonts/Palanquin-ExtraLight.eot');
    src: url('../fonts/Palanquin-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Palanquin-ExtraLight.woff2') format('woff2'),
    url('../fonts/Palanquin-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palanquin-Bold';
    src: url('../fonts/Palanquin-Bold.eot');
    src: url('../fonts/Palanquin-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Palanquin-Bold.woff2') format('woff2'),
    url('../fonts/Palanquin-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palanquin-Regular';
    src: url('../fonts/Palanquin-Regular.eot');
    src: url('../fonts/Palanquin-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Palanquin-Regular.woff2') format('woff2'),
    url('../fonts/Palanquin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palanquin-Medium';
    src: url('../fonts/Palanquin-Medium.eot');
    src: url('../fonts/Palanquin-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Palanquin-Medium.woff2') format('woff2'),
    url('../fonts/Palanquin-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palanquin-SemiBold';
    src: url('../fonts/Palanquin-SemiBold.eot');
    src: url('../fonts/Palanquin-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Palanquin-SemiBold.woff2') format('woff2'),
    url('../fonts/Palanquin-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palanquin-Thin';
    src: url('../fonts/Palanquin-Thin.eot');
    src: url('../fonts/Palanquin-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Palanquin-Thin.woff2') format('woff2'),
    url('../fonts/Palanquin-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    background: #ffffff;
    color:#000000;
    font-family: 'Palanquin-Regular';
}
p {
    margin: 0 0 10px;
    line-height: 1.5;
}
::placeholder {
    color: #c5c5c5 !important;
}
a:hover {
    color: #01b401!important;
}
.toright{
    text-align: right;
}
.toleft {
    textal: left;
}
a.bread_homelink {
    color: #000;
    padding: 0 0px 0 10px;
}
.container {
    width:100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.container_header {
    width:100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.container_inner{
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
header {
    background: white;
    text-align: center;
}
header a {
    text-decoration: none;
    outline: none;
    display: block;
    transition: .3s ease-in-out;
}
.logo {
    color: #D5B45B;
    font-family: 'Playfair Display', serif;
    font-size: 2.5em;
    padding: 20px 0 10px;
    float: left;
}
nav {
    display: table;
    margin: 0 auto;
    float: right;
    margin-top: 100px;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.topmenu:after {
    content: "";
    display: table;
    clear: both;
}
.topmenu > li {
    width: auto;
    float: left;
    position: relative;
}
.topmenu > li > a {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding: 15px 20px 15px 20px;
    font-family: 'Palanquin-Regular';
}
.topmenu li a:hover { color: #01b401; }
.submenu-link:after {
    content: "⌄";
    font-family: 'Palanquin-Regular';
    color: inherit;
    font-size: 28px;
    vertical-align: top;
    top: 2px;
    position: absolute;
}
.submenu {
    background: #ffffff;
    position: absolute;
    top: 100%;
    z-index: 5;
    width: 190px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
    padding: 0 15px 0 15px;
    border-right: 1px solid #00B600;
    border-left: 1px solid #00B600;
    border-bottom: 1px solid #00B600;
}
.submenu a {
    color: #000;
    text-align: left;
    padding: 12px 15px 12px 9px;
    font-size: 24px;
    border-bottom: 1px solid #01b401;
    text-transform: uppercase;
}
.sep50{ height:50px}
.sep40{ height:40px}
.sep30{ height:30px}
.sep25{ height:25px}
.sep24{ height:24px}
.sep20{ height:20px}
.sep15{ height:15px}
.sep10{ height:10px}
.sep5{ height:5px}
.sep1{ height:1px}

.border_bottom_gray{
    border-bottom: 1px solid #f0f0f0;
}
.pl20{ padding-left:20px}

.m15{
    margin-top: 15px;
    margin-bottom: 15px;
}

.fs24{ font-size:24px}
.fs22{ font-size:22px}
.fs18{ font-size:18px}
.fs16{ font-size:16px}
.fs14{ font-size:14px}
.fs12{ font-size:12px}
.fs11{ font-size:11px}
.fs10{ font-size:10px}
.submenu li:last-child a { border-bottom: none; }
.topmenu > li:hover .submenu {
    opacity: 1;
    transform: scaleY(1);
}
.topmenu li:last-child a {
    padding-right: 0!important;
    margin-right: 0!important;
}
.lr-0{
    padding-right:0;
    padding-left:0
}
.l-0{
    padding-left:0
}
.r-0{
    padding-right:0
}
.border_right_gray{
   #border-right:2px solid #ccc
}
#top-header {
    background: #f7f7f7;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}
#top-header a {
    color: #000;
}
#top-header a:hover {
    text-decoration: none!important;
}
img.ivd_logo {
    width: 36px;
}
img.toptop-call {
    margin-right: 10px;
    width: 23px;
}
img.home_persons {
    margin-top: 6px;
    margin-bottom: 10px;
    max-width: 240px;
}
.home-right_content {
    padding-left: 30px;
    font-size: 18px;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 15px!important;
    text-align: center;
}
.home_prs{ font-size:18px}
.tocenter{ text-align:center}
.main_title{
    font-family: 'Palanquin-Bold';
    font-size: 24px;
    text-transform: uppercase;
}
.justify{
    text-align: justify;
}
img#main_logo {
    margin-left: -5px;
    width: 133px;
}
.home_persons:nth-child(1){
    //margin-right:5px;
}
.lightgreen_bg{
    background:#d9f0c4;
}
.green_bg{
    background:#65b32a;
}
img.footer_logo {
    width: 99px;
}
.green_color{
    color:#65b32a;
}
.green_bottom_border{
    border-bottom: 2px solid #65b32a;
}
.white_bg{
    background:#ffffff;
}
.almoste_white_bg{
    background:#f7f7f7;
}
.gray_bg{
    background:#d0d0d0;
}
.light_gray_color{
    color:#999;
}
.row.flexrow.container_inner {
    margin: 0 auto;
    margin-top: -340px;
    font-size: 90px;
    color: #fff;
}
 .flex-caption-1 {
    line-height: 0.3;
    text-transform: uppercase;
}
.flex-caption-2 {
    text-transform: uppercase;
    margin-left: 85px;
    margin-top: 25px;
}
.flex-caption-3 {
    font-size: 24px;
    margin-bottom: 95px;
}
.red_color{
    color:#ff0000c2;
}
.white_color{
    color:#ffffff;
}
.black_color{
    color:#000;
}
img.angebot_img {
    width: 100%;
    padding: 0;
    max-height: 315px;

}
.inside_block {
    padding: 0 35px 35px;
}
.angebot_row {
    position: relative;
    margin-bottom: 70px;
    position: relative;
    margin-bottom: 70px;
    -webkit-box-shadow: 0px 0px 18px 6px #dedede;
    box-shadow: 0px 0px 18px 6px #dedede;
    #border: 1px solid #f0f0f0;
}
.item_notfree {
    #background-image: url(../images/reserviert.png)!important;
    width: 180PX;
    height: 30PX;
    z-index: 50;
    position: absolute;
    z-index: 60;
    left:0;
    opacity: 1;
    left: 0;
    background: #65b32a;
    color: #fff;
    display: inline-table;
    padding: 5px 5px 6px;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}
/*
.item_notfree_kauft {
    background-image: url(../images/Verkauft.png)!important;
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
    z-index: 60;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity:0.7
}
*/
.item_notfree_kauft {
    /* background-image: url(../images/Verkauft.png)!important; */
    width: 180px;
    height: 30px;
    z-index: 50;
    position: absolute;
    z-index: 60;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    left: 0;
    background: #65b32a;
    color: #fff;
    display: inline-table;
    padding: 5px 5px 6px;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}
/*
.item_notfree_vermietet {
    background-image: url(../images/Vermietet.png)!important;
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
    z-index: 60;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity:0.7
}
 */
.item_notfree_vermietet {
    width: 180px;
    height: 30px;
    position: absolute;
    z-index: 60;
    opacity:1;
    left:0;
    background: #65b32a;
    color: #fff;
    display: inline-table;
    padding: 5px 5px 6px;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;

}
.item_notfree_det {
    #background-image: url(../images/reserviert_large.png)!important;
    width: 778px;
    height: 635px;
    z-index: 50;
    position: absolute;
    z-index: 60;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity:0.7
}
.item_notfree_kauft_det {
    #background-image: url(../images/Verkauft_large.png)!important;
    width: 778px;
    height: 635px;
    z-index: 50;
    position: absolute;
    z-index: 60;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity:0.7
}
.hovered_green_text1{
    color:#65b32a;
}
.hovered_green_text1:hover{
    color: #397511;
}
.hovered_green_text{
    color:#000;
}
.hovered_green_text:hover{
    color:#65b32a;
}
.short_show_hide:hover{
    color:#397511;
}
.item_notfree_vermietet_det {
    #background-image: url(../images/Vermietett_large.png)!important;
    width: 778px;
    height: 635px;
    z-index: 50;
    position: absolute;
    z-index: 60;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity:0.7
}
.slick-slide img {
    margin: 0 auto;
}
.detailes .flex-control-thumbs li img {
    height: 115px;
    padding: 1px;
}

.reserved{
    position:absolute;
    top:0;
    left:0;
    width:150px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
    display:none;
}
.newitem{
    position:absolute;
    top:0;
    left:0;
    width:150px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
}
.newitem:hover {
    background:#4c9118;
}
.reserved:hover {
background:#4c9118;
}
.sold{
    position:absolute;
    top:0;
    left:0;
    width:150px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
}.sold:hover {
     background:#4c9118;
 }
.expoze {
    position: absolute;
    bottom: -38px;
    right: 0;
    width: 150px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
}
.expoze:hover {
    background:#bdbdbd;
}
.cavs {
    float: left;
    color: #65b32a;
    font-size: 65px;
    vertical-align: top;
    line-height: 1;
    margin-top: -4px;
    margin-right: 5px;
    padding-bottom: 26px;
}
.cavs_last {
    float: right;
    color: #65b32a;
    font-size: 65px;
    vertical-align: top;
    line-height: 1;
    margin-top: -39px;
    margin-right: -2px;
    padding-bottom: 26px;
}

.det_space {
    background: #f5f5f5;
    padding: 10px;
    color: #000;
    font-size: 26px;
    font-family: Arial;
    margin-top: 10px;
    width: 49%;
    margin-right: 1%;
}
.det_space:nth-child(even) {
    background: #f5f5f5;
    padding: 10px;
    color: #000;
    font-size: 26px;
    font-family: Arial;
    margin-top: 10px;
    width: 50%;
    margin-right: 0;
}
.det_space span{
    color: #000;
    font-size: 16px;
}
.det_rooms {
    background: #f5f5f5;
    padding: 10px;
    color: #000;
    font-size: 26px;
    font-family: Arial;
    margin-top: 10px;
    width: 47%;
    margin-left: 11px;
}
.det_rooms span{
    color: #000;
    font-size: 16px;
}
.det_right_space {
}
.det_anfrage {
    text-align: center;
    background: #d8d8d8;
    font-size: 24px;
    padding: 18px 0;
    cursor:pointer;
    margin-top: 24px;
}
.det_anfrage:hover {
    background: #65b32a;
    color: #fff;
}
.det_headline {
    font-size: 18px;
    font-family: 'Palanquin-SemiBold';
    padding-left: 0;
}
.angebot_place  {
    display: inline-table;
    padding: 5px 15px 6px;
    margin-bottom: 15px;
}
.angebot_place:hover  {
    background:#4c9118;
}
.angebot_title {
    font-family: 'Palanquin-Bold';
    margin-bottom: 15px;
    height: 58px;
}
.angebot_short {
    font-size: 18px;
    margin-bottom: 20px;

    position: relative;
}
.angebot_price_val{
    color: #65b32a;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}
.homelink_404{
    color: #00b600;
}
.homelink_404:hover{
    color: #00b600;
    font-weight: 700    ;
}
.angebot_rooms_val  {
    padding-left: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.angebot_space_val  {
    margin-bottom: 5px;
    text-align: center;
}
.underline{
    text-decoration: underline;
}
.angebot_space {
    color:#8f8f8f!important;
    text-align: center;
}
.angebot_price  {
    color:#8f8f8f;
    text-align: center;
}
.all_angebots{
    color:#000;
    text-align: center;
}
.all_angebots:hover {
    color: #65b32a;
}
.angebot_rooms  {
    padding-left: 20px;
    color:#8f8f8f;
    text-align: center;
}
ul#footer_1_left_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#footer_1_right_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
ul#footer_1_right_nav li{
    display: inline-table;
    padding: 0 0 0 38px
}
ul#footer_1_right_nav li a{
    font-size:18px;
    color:#000;
    font-family: 'Palanquin-SemiBold';
}
ul#footer_2_left_nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#footer_2_left_nav li {
    list-style: none;
    display:inline-table;
    margin-right: 15px;
}
.val_middle{
    vertical-align: middle;
}
ul#footer_2_left_nav li:nth-child(3) {
    margin-right: 0;
}
.fs11.footer_super_small {
    line-height: 1;
}
ul#footer_3_right_nav {
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
    float: right;
    padding-right:20px;
    border-right:1px solid #ddd;
}
ul#footer_4_right_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
ul#footer_3_right_nav a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}
ul#footer_4_right_nav a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}
.footer_icon{ margin-right: 10px;}
.footer_line_title {
    display: inline-table;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 5px;
    font-weight: 600;
}
ul.slides.inside_slide {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.inside_pages_content {
    min-height: 350px;
    padding: 20px 5px 0;
}
.inside_all_pages_content {
    min-height: 350px;
    padding: 20px 30px;
    font-size: 18px;
}
.breadcrumb {
    background: #fff;
    color: #999;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
    border-radius:0
}

.bread_current_page {
    color: #000;
    font-family: 'Palanquin-Bold';
    padding-left: 0;
}
a.bread_link {
    color: #000;
}
.inside_pahe_title {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40%;
}
.inside_pahe_title {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 45%;
    color: #fff;
    font-size: 44px;
    text-transform: uppercase;
    font-family: 'Palanquin-SemiBold';
}
h2.notfound_page_title {
    text-align: center;
    margin-top: 70px;
    font-size: 92px;
    color: #00b600;
}
.notfound_page_text {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: #000;
}
.title_gray_middle  {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Palanquin-Regular';
}
.contact_form .col-lg-12 {
    padding-bottom: 10px;
}
.contact_form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 5px 6px 20px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#user_comment{
    height:170px
}
div#contact_form_submit {
    background: #65b32a;
    display: inline-block;
    color: #fff;
    padding: 5px 25px 6px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
}
div#contact_form_submit:hover {
    background: #53991f;
}

ul.nav.nav-tabs li a {
    color:#000
}
.nav-tabs>li>a, .nav-tabs>li >a:focus, .nav-tabs>li>a:hover {
    background-color: #F7F7F7!important;
    border: 1px solid #F7F7F7!important;
    border-bottom-color: #F7F7F7!important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #00b500!important;
    cursor: pointer;
    background-color: #f7f7f7!important;
    border: 1px solid #f7f7f7!important;
    border-bottom-color: #f7f7f7!important;
}
.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding-left: 5px;
}
.nav-tabs {
    border-bottom: 1px solid #f7f7f7!important;
    padding-bottom: 20px;
}
.tab-content {
    margin-bottom: 20px;
}
.detailes .flex-control-thumbs li {
    width: 20%;
}
.flex-control-thumbs img {
    opacity: .5;
}
ul.nav.nav-tabs li {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
ul.nav.nav-tabs li:nth-child(1) {
    width: 35%;
    text-align: right;
    padding-right:0;
}
ul.nav.nav-tabs li:nth-child(1) a {
    padding-right:0;
}
ul.nav.nav-tabs li:nth-child(2) {
    text-align: center;
    width: 25%;
}

ul.nav.nav-tabs li:nth-child(2) a {
    padding-right:5px;
}
ul.nav.nav-tabs li:nth-child(3) {
    width: 35%;
    text-align: left;
    padding-left:0;
}
ul.nav.nav-tabs li:nth-child(3) a {
    padding-left:0;
}
span.tabs_vert.vert1 {
    MARGIN-RIGHT: 40PX;
}
span.tabs_vert.vert2 {
    margin-right: 40px;
}
.det_right_space1 {
    text-align: center;
}
.det_rooms {
    text-align: center;
}
.nav-tabs>li.active>a span, .nav-tabs>li.active>a:focus span, .nav-tabs>li.active>a:hover span {
    color: #000!important;
}

.det_right_region {
    background: #65b32a;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    padding: 10px 22px;
    font-family: 'Palanquin-Medium';
}
.det_right_region:hover {
    background: #53991f;
}
.toprint {
    float: right;
    margin-top: 10px;
}
ul#footer_2_left_nav {
    list-style: none;
    margin: 13px 0 0 0;
    padding: 0;
}
.det_right_title {
    font-size: 20px;
    margin-top: 25px;
    font-family: 'Palanquin-SemiBold';
}
.det_right_for_investors {
    font-size: 17px;
    margin-top: 25px;
    font-family: 'Palanquin-SemiBold';
}
.det_right_short {
    font-size: 18px;
    margin-top: 15px;
    font-family: 'Palanquin-Regular';
}
.det_right_block_inside {
    height: 338px;
}
.det_right_short {
}
.det_right_price {
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
    color: #499a01;
    font-size: 26px;
    font-family: Arial;
    font-weight: 600;
    margin-top: 25px;
}
.det_right_price .sub_price {
    background: #f5f5f5;
    text-align: center;
    color: #8f8f8f;
    font-size: 22px;
    font-family: 'Palanquin-Regular';
    font-weight: 500;
    margin-top: -5px;
}
.contact_content2 {
    margin-top: 20px;
}
.mehrwert_item_bordered{
    border: 1px solid #ccc;
}
.mehrwert_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    display: inline-table;
}
/*
.det_space:nth-child(1) {
    width: 49%;
    margin-right: 1%;
}
.det_space:nth-child(2) {
    width: 49%;
    margin-left: 1%;
}
*/
.row.list {
    padding: 0;
    height: 0.5px;
    background: #e7e7e7;
}
input.normal_submit {
    width: 140px;
    background: #d9f0c4;
    border: none;
    padding: 5px;
    font-size: 16px;
    color: #4ea30f;
}
input.normal_submit.active {
    width: 140px;
    background: #4ea30f;
    border: none;
    padding: 5px;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
}
input.normal_submit:hover {
    width: 140px;
    background: #4ea30f;
    border: none;
    padding: 5px;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
}
.mehrwert_title:hover {
    color: #00b302;
}
.mehrwert_item {
    border: none;
    margin-bottom: 20px;
}
.mehrwert_item_bordered {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 15px 35px;
    -webkit-box-shadow: 2px 2px 2px 2px #e6e6e6;
    box-shadow: 0 0 15px 3px #e6e6e6;
}
.mehrwert_hr {
    border-bottom: 2px solid #94bc8a;
    margin: 20px 0 25px;
}
.refers_row {
    position: relative;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 18px 6px #dedede;
    box-shadow: 0px 0px 15px 2px #dedede;
    padding: 30px;
}
.refers_row:last-child {
    margin-bottom: 0!important;
}
.references_text_autoheight{
    height:auto;
}
.references_text_height_6{
    height:6em;
    overflow:hidden;
}
.ref_more{
    cursor:pointer;
    color:#65b32a;
    text-decoration: underline;

}
.contact_errs {
    color: #ff0000;
    display: none;
}
.sub_price {
    color: #8f8f8f;
    font-size: 22px;
    font-family: 'Palanquin-Regular';
    font-weight: 500;
    margin-top: -5px;
}

.toprint img {
    width: 35px;
    cursor: pointer;
    border: 1px solid #dedede;
    margin-top: -11px;
    padding: 3px;
}
.mehrwert_text {
    font-size: 20px;
}
.toprint img:hover {
    border: 1px solid #65b32a;
}
.jplist-pagesbox button {
    padding: 0 12px;
}
button.jplist-next {
    padding: 0 12px;
}
button.jplist-prev {
    padding: 0 13px;
}
button.jplist-first {
    padding: 0 12px;
}
#print_not{

    display:block
}
#print_yes{

    display:none
}
img#immonet_logo {
    width: 100px;
}
.det_value {
    font-size: 18px;
}
.item_notfree{
    background-image: url();
}
.short_inside {
    height: 55px;
    overflow: hidden;
    max-width: 90%;
}
.short_show_hide {
    position: absolute;
    right: 20px;
    text-decoration: underline;
    cursor: pointer;
    color: #65b32a;
    bottom: 0;
}
select#sale_rent {
    width: 250px;
    border: 1px solid #fff;
    outline: none;
    box-shadow: none;
    color: #000;
    text-transform: uppercase;
}
div#description {
    text-align: left;
}
div#characteristics {
    text-align: left;
}
div#opinion {
    text-align: left;
}
.contact_contents_2 h3 {
    margin-bottom: 15px;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 0.5;
}

.slick-current {
    opacity: 1;
}
section.slider-nav img {
    height: 116px;
    #border: 3px solid #fff;
    #margin-left: -53px;
    width: 99%;
}
a.det_back {
    float: right;
    margin-right: -14px;
    color: #65b32a;
}
.mail_result {
    font-size: 14px;
    color: #5db11e;
    margin-top: 10px;
}
.high{
    color: #499a01!important;
    font-size: 26px!important;
    font-family: Arial;
    font-weight: 600;
}
.lg{ display:block}
.sm{ display:none}
.slick-track {
    float: left;
}
.row.home_pers {
    font-size: 18px;
}
.contact_contents_1 {
    font-size: 18px;
}
.inside_pages_content {
    min-height: 350px;
    padding: 20px 5px 0;
    font-size: 18px;
}
.inside_pages_content a {
    color: #000;
}
.pagination_top .nice-select {
    width: 158px!important;
}
.pagination_top .nice-select:after{
    right: 20px!important;
}
.pagination_top .list{
    width: 158px;
    border: 1px solid #ccc;
}
 .jplist-drop-down{
    display: none ;
}
.pagination_top .jplist-drop-down{
    display: block;
}
.jplist-label {
    display: none;
}
.jplist-pagingnext {
    float: left;
}
.jplist-pagingmid {
    float: left;
}
.jplist-pagination {
    position: absolute;
    right: 5px;
    width: 360px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 0.5!important;
    opacity: 1!important;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.image_description { 
    text-align: center;
    font-size: 18px;
}
.slick_image_block{
    cursor:pointer;
}
.slick-slide{
    cursor: pointer;
}
.slick_image_block img{
    margin:0 auto;
}
.fancybox-caption.fancybox-caption--separate {
    position: absolute;
    bottom: 0!important;
}
.fancybox-caption.fancybox-caption--separate {
    padding-top: 0!important;
}
.fancybox-caption__body {
    max-height: none!important;
    overflow: unset!important;
    pointer-events: all;
}
span.header-separ {
    float: right;
    margin-right: 50px;
    font-weight: 300;
    color: #ccc;
    line-height: 1.5;
}
li.page-num a {
    border-radius: 0;
    margin: 0 2px;
    padding: 6px 12px;
    font-size: 14px;
    color: #41b63d;
    border: 1px solid #41b63d;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}










/* ========================================================================


                    M E D I A


 ========================================================================*/
@media (max-width: 1360px){
    img#main_logo {
        width: 120px;
    }
    nav {
        margin-top: 85px;
    }
    .row.flexrow.container_inner {
        margin: 0 auto;
        margin-top: -279px;
        font-size: 75px;
        color: #fff;
    }
}
@media (max-width: 1220px){
    .for_footer .container_inner {
        width: 1100px;
    }
}
@media (max-width: 1200px){
    .topmenu > li > a {
        font-size: 24px;
        padding: 15px 15px 15px 15px;
    }
    .container_header .container_inner {
        width: 1000px;
    }
    .container_inner {
        width: 1000px;
        margin: 0 auto;
        padding: 0 0 0 0;
    }
    .angebot_row.refers_row .col-lg-7 {
        #padding: 0;
    }
}
@media (max-width: 1024px){
    .topmenu > li > a {
        font-size: 20px;
        padding: 15px 15px 15px 25px;
    }
    .submenu {
        width: 177px;
    }
    .submenu a {
        padding: 16px 10px 12px 9px;
        font-size: 20px;
    }
    .container_inner {
        width: 100%;
    }
    .jplist-panel {
        clear: both;
        padding-top: 50px;
    }
    .jplist-pagination {
        width: 100%;
    }
    .angebot_title.fs22 {
        font-size: 20px;
        line-height: 1;
    }
    .angebot_title {
        margin-bottom: 10px;
        height: 40px;
    }
    ul#footer_1_right_nav {
        float: left;
    }
    ul#footer_4_right_nav {
        float: none;
    }
    ul#footer_3_right_nav {
        float: none;
    }
    ul#footer_1_right_nav li {
        padding: 0 30px 0 0;
    }
    ul#footer_2_left_nav li {
        list-style: none;
        display: inline-block;
        margin-right: 15px;
        margin-left: 15px;
    }
    ul#footer_1_left_nav {
        padding: 0 0 0 5px;
    }
    .tocenter {
        text-align: center;
        padding: 0 20px;
        width: 94%;
    }
    img.inside_banner {
        max-height: 190px;
    }
    .inside_pahe_title {
        top: 37%;
        font-size: 37px;
    }
    .expoze {
        bottom: -29px;
        max-width: 150px;
    }
    .nice-select {
        position: relative;
    }
    .nice-select .list{
        left: -16px;
    }
    .nice-select:after {
        right: 15px;
        top: 60%;
    }
    img#main_logo {
        width: 80px;
    }
    nav {
        margin-top: 55px;
    }
    .row.flexrow.container_inner {
        margin: 0 auto;
        margin-top: -225px;
        font-size: 40px;
        color: #fff;
    }
    .flex-caption-1 {
        margin-left: 80px;
    }
    .flex-caption-2 {
        margin-left: 115px;
    }
    .flex-caption-3 {
        font-size: 20px;
        margin-bottom: 95px;
        margin-left: 82px;
    }
    img.home_persons {
        max-width: 175px;
        margin-left: 15px;
    }
    .smpadleft20{ padding-left:20px}
    .home-right_content {
        padding-right: 30px;
    }
}
@media (max-width: 768px){

    .lg{ display:none}
    .sm{ display:block}
    div#mo_menu {
        background: rgba(100, 179, 43, 0.88);
    }
    .row.flexrow.container_inner {
        margin: 0 auto;
        margin-top: -180px;
        font-size: 30px;
        color: #fff;
    }
    img.home_persons {
        max-width: 90%;
        margin-left: 8px;
    }
    .home-right_content {
        padding-right: 30px;
        padding-top: 50px;
    }
    img#mo_main_logo {
        width: 80px;
        margin-top: -5px;
        margin-bottom: 8px;
        margin-left: 15px;
    }
    .container_header .container_inner {
        width: 100%;
    }
    img#mo_menu_icon {
        position: absolute;
        right: 15px;
        top: 4px;
    }
    .impr1{
    padding-left:20px
    }
    .impr2{
    padding-right:20px
    }
    ul.mo_topmenu {
        list-style: none;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }
    li.main_li {
        position: relative;
        padding: 10px 0 10px 20px;
        margin: 0;
        border-bottom: 1px solid #fff;
    }
    li.main_li:nth-child(1) {
        border-top: 1px solid #fff;
    }
    li.main_li a {
        color: #fff;
    }
    li.sub_li a {
        color: #fff;
    }
    span.mo_sub_link {
        position: absolute;
        right: 10px;
        font-size: 32px;
        top: -10px;
        padding: 8px;
        color: #fff;
    }
    li.main_li {
        position: relative;
    }
    ul.mo_submenu {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        background: #519720fc;
    }
    li.sub_li {
        padding: 7px 7px 7px 55px;
        border-bottom: 1px solid #fff;
    }
    li.sub_li {
        padding: 10px 7px 10px 75px;
        border-bottom: 1px solid #fff;
    }
    .angebot_place {
        display: inline-table;
        padding: 3px 10px 4px;
        margin-bottom: 8px;
        font-size: 17px;
    }
    .angebot_title.fs22 {
        font-size: 14px;
        line-height: 1;
    }
    .angebot_short {
        font-size: 14px;
        margin-bottom: 0;
        position: relative;
    }
    .high {
        font-size: 14px!important;
        font-weight: 500;
    }
    .short_show_hide {
        right: 15px;
        bottom: 15px;
    }
    .angebot_space {
        font-size: 18px;
    }
    .angebot_rooms {
        font-size: 18px;
    }
    .angebot_price {
        font-size: 18px;
    }
    .angebot_title {
        margin-bottom: 10px;
        height: 30px;
    }
    ul#footer_2_left_nav li {
        list-style: none;
        display: block;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    a.det_back {
        margin-top: 10px;
    }
    .breadcrumb {
        padding-left: 20px;
    }
    .det_right_block {
        padding-left: 15px;
    }
    ul.nav.nav-tabs li:nth-child(1) {
        width: auto;
    }
    ul.nav.nav-tabs li:nth-child(3) {
        width: auto;
    }
    .det_headline {
        padding-left: 15px;
    }
    ul#footer_1_left_nav {
        padding: 0 0 0 15px;
    }
    ul#footer_2_left_nav {
        padding: 0 0 0 10px;
    }
    div#description {
        text-align: left;
        padding-left: 5px;
    }
}
@media (max-width: 736px){
    img.angebot_img{
        padding: 15px;
    }
    .angebot_space {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 10px;
    }
    .angebot_rooms {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 10px;
    }
    .angebot_price {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }
    .expoze {
        bottom: -39px;
        max-width: 150px;
        padding: 5px 0;
    }
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: -40px;
        text-align: center;
        display: none;
    }
    .row.flexrow.container_inner {
        margin: 0 auto;
        margin-top: -180px;
        font-size: 30px;
        color: #fff;
        display: none;
    }
    .high {
        font-size: 26px!important;
        font-weight: 600;
    }
    ul#footer_1_right_nav li {
        display: block;
        padding: 0 0 0 26px;
        margin-left: 0;
        margin-top: 8px;
    }
    .det_space {
        width: 100%;
        margin-right: 0 ;
    }
    .det_space:nth-child(even) {
        width: 100%;
        margin-right: 0;
    }
    section.slider-nav img {
        height: 65px;
    }
    ul#footer_3_right_nav {
        margin: 0 0 0 23px;
    }
    ul#footer_4_right_nav {
        margin: 0 0 0 23px;
    }
    .nav-tabs>li {
         float: none;
        margin-bottom: -1px;
        display: table;
    }
    ul.nav.nav-tabs li:nth-child(3) {
        width: 35%;
        text-align: left;
        padding-left: 5px;
    }
    ul.nav.nav-tabs li:nth-child(2) {
        text-align: center;
        width: auto;
    }

    .for_footer .container_inner {
        width: 100%;
    }

    ul.nav.nav-tabs li:nth-child(3) {
        width: 100%;
        text-align: left;
        padding-left: 5px;
    }
    .inside_block {
        padding: 0 0 35px;
    }
    .short_inside {
        height: auto;
    }
    .inside_pahe_title {
        top: 31%;
        font-size: 28px;
    }
    .short_show_hide {
        display: none;
    }
    .slick-slide img {
        width: 100%;
        height: auto;
    }
    .item_notfree_kauft_det {
        width: 100%;
        height: 310px;
    }
    .hmb {
        padding: 0 20px;
    }
    .angebot_space {
        font-size: 26px;
    }
    .angebot_rooms {
        font-size: 26px;
    }
    .angebot_price {
        font-size: 26px;
    }
    .inside_all_pages_content {
        padding: 20px 20px;
    }
    .breadcrumb {
        padding-left: 0;
    }
    .container_inner.white_bg {
        padding: 0;
    }
    .inside_block.refblock {
        padding: 0 20px;
    }
    .detp{
        padding:0 20px
    }
    .detsss{ padding: 0 20px}
    .slick-slider {
        margin-top: 20px;
    }
    a.det_back {
        margin-top: 20px;
        font-size: 16px;
        margin-right: 0;
    }
    .nsm { display: none}
}
@media (max-width: 450px){
    #top-header {
        text-align: center;
    }
    #top-header div {
        padding:5px 0;
    }

}
