:root
{
    --primary_color: #0b760b;
    --primary_color_light: #188111;
    --primary_color_dark: #016101;
    --secondary_color: #fbbb40;
    --secondary_color_light: "#ffcb64";
	--secondary_color_dark: "#d09b36";
}

.body-innerwrapper { overflow-x: hidden !important; }
* {-webkit-overflow-scrolling: touch;}
body.of-hidden{overflow: hidden;}
body.of-hidden .scrollup{display: none !important}
table{width: 100%;}
table tr{border-bottom: 1px solid #fff;padding-bottom: 5px;}
table tr:last-child{border-bottom:none;padding-bottom: 0px;}
table tr td:first-child{padding-right: 5px;}

.pri_color{color:var(--primary_color);}
.pri_color_light{color:var(--primary_color_light);}
.pri_color_dark{color:var(--primary_color_dark);}
.sec_color{color:var(--secondary_color);}

.pri_color_LINK a{color:var(--primary_color);}
.pri_color_light_LINK a{color:var(--primary_color_light);}
.pri_color_dark_LINK a{color:var(--primary_color_dark);}
.sec_color_LINK a{color:var(--secondary_color);}

.pri_color_LINK a:hover,
.pri_color_light_LINK a:hover,
.pri_color_dark_LINK a:hover,
.sec_color_LINK a:hover
{text-decoration:underline;}

.pri_color_BG{background-color:var(--primary_color);}
.pri_color_light_BG{background-color:var(--primary_color_light);}
.pri_color_dark_BG{background-color:var(--primary_color_dark);}
.sec_color_BG{background-color:var(--secondary_color);}

.pri_color_border_top{border: 3px solid var(--primary_color);}
.pri_color_border_bottom{border: 3px solid var(--primary_color);}

.round-circle{border-radius:50%;}
.round-border{border-radius:15px;}
.rounded-corner{border-radius:8px;}
.rounded-image img{border-radius:8px;}
.center{text-align: center;}
.paragraph_no_margin p{margin: 0;}
.link_inverse a{text-decoration: underline;color: #efefef;font-weight: 600;}
.link_inverse a:hover{color: #fff;}
.inverted_link a{color: #fff;}
.trennzeichen{cursor: default;}
.five_columns .sppb-col-md-2,
.five_columns .sppb-col-md-4
{
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.offcanvas-menu{background-color:var(--primary_color);}
.sp-megamenu-parent{text-align: center;float: none;}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span{font-size: 120%;}
.sp-dropdown{text-align: left;}

#sp-logo-module{text-align: center;}
#sp-logo-module svg{width: 350px;}

.home_heading h2{font-weight: 100;font-size: 140%;margin-top: 0;}
#sp-top-bar{font-size: 115%;}
#sp-top1 .sp-module{float: right;margin: 0;margin-right: 25px; padding-top: 50px;}
#sp-top2 .sp-module{float: left;margin: 0;margin-left: 25px;padding-top: 50px;}
#sp-top-bar .fa {font-size: 4rem;}

.kontakt_icon svg path{fill:var(--primary_color) !important;}
.contact_img svg, .contact_img img{width: 300px;float: right;}
.bfQuickMode fieldset legend{background: var(--primary_color); padding:10px 0 10px 10px; color: #fff;}
.bfQuickMode section, .bfQuickMode fieldset {padding-right: 0 !important;}
.bfbs3-btn-primary{background: var(--primary_color) !important; border-color: var(--primary_color_dark) !important;}
.bfbs3-btn-primary:hover{background: var(--primary_color_dark) !important; border-color: var(--primary_color_dark) !important;}

#sp-logo-module svg:hover
{
    -webkit-filter: drop-shadow( 0px 2px 5px rgba(0,0,0,0.2) );
            filter: drop-shadow( 0px 2px 5px rgba(0,0,0,0.2) );
}
#sp-logo-module ellipse:hover
{
    stroke:var(--primary_color);
    stroke-width:3;
}
#offcanvas-toggler {
    float: none;
    margin: 0;
    line-height: 1;
    font-size: 3rem;
    position: fixed;
    right: 15px;
    top: 10px;
    padding: 10px;
    background-color:var(--primary_color);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
}
#offcanvas-toggler:hover {background-color:var(--primary_color_light);}
#offcanvas-toggler >i{color: #fff;}
.offcanvas-menu .offcanvas-inner .sp-module:first-child{background: #fff;margin-bottom: 0;}
#telefon_offcanvas{text-align:center;}
#telefon_offcanvas .fa{font-size:5rem;}
#telefon_offcanvas .info_text{font-size:3rem;line-height:3.5rem}
#telefon_offcanvas a{color:var(--primary_color);}
#telefon_offcanvas a:hover{color:var(--primary_color_light);}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active
{background-color:var(--primary_color_dark);}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li.active
{background-color:var(--primary_color_light);}
#sp-footer{background: var(--primary_color);}
/*
#sp-header{height:100px;}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span{line-height:100px;}
*/
#head_unsere_zimmer{background-position: 50% 40% !important;}
#head_fewo{background-position: 50% 65% !important;}
#colorbox.droppics, #cboxOverlay.droppics, #colorbox.droppics #cboxWrapper{z-index: 999999;}
.produkt_section{
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed !important;
  z-index: 99999 !important;
  width: 100vw;
  height:100vh;
  top: 0;
  left: 0;
    /* scale it down to 0.1 (10%) initially,
     make an offset from bottom left */
  -ms-transform: translate(50px, -50px) scale(0); /* IE9 */
  -ms-transform-origin: left bottom; /* IE9 */
  transform: translate(50px, -50px) scale(0);
  transform-origin: left bottom;
  -webkit-transition: all 0.7s ease;
          transition: all 0.7s ease;
}
.produkt_section .sppb-section-title,
.produkt_section .sppb-section-title .sppb-title-heading
{margin-bottom: 0 !important;}

.inner_cont .sppb-container-inner{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.layout-edit-iframe .produkt_section
{
    transform:none !important;
    width: inherit !important;
    height: inherit !important;
    position: inherit !important;
    z-index: 1 !important;
    top: inherit!important;
    left: inherit !important;
}
.produkt_section.fullscreen{
    -ms-transform: translate(0px, 0px) scale(1); /* IE9 */
    transform: translate(0px, 0px) scale(1);
}

.section_close
{
    position: fixed !important;
    z-index: 99999 !important;
    left: 15px;
    top: 15px;
    font-size: 3.5rem;
    display: block;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    background-color:var(--primary_color_light);
}

.section_next
{
    position: fixed !important;
    z-index: 99999 !important;
    right: 15px;
    top: 15px;
    font-size: 3.5rem;
    display: block;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    background-color:var(--primary_color_light);
    border: 1px solid rgba(255,255,255,0.6);
}

.section_next.bottom
{
    top:inherit;
    bottom:-25px;
    right: -30px;
    position: absolute!important;
}

.section_close:hover,
.section_next:hover{background-color:var(--primary_color_dark);}
.section_close:active,
.section_next:active{background-color:#333;}
.fs_link img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fs_link img,
.fs_link a,
.zimmer_home a
{cursor: pointer;}
.fs_link img:hover,
.droppicslightbox img:hover
{
    -webkit-filter: brightness(120%) saturate(2);
    filter: brightness(120%) saturate(2);
}
.preis_schild{
    text-align: center;
    border-radius: 50%;
    position: absolute;
    padding: 25px;
    padding-top: 30px;
    width: 125px;
    height: 125px;
    color: #fff;
    font-weight: bold;
    top: -185px;
    right: 0px;
    background-color:var(--primary_color_dark);;
    border: 5px solid var(--primary_color_light);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
}
.preis_schild_small{
    text-align: center;
    border-radius: 50%;
    position: absolute;
    padding: 10px;
    padding-top: 18px;
    width: 95px;
    height: 95px;
    color: #fff;
    right: -20px;
    top: 30px;
    background-color:var(--primary_color_dark);;
    border: 3px solid var(--primary_color_light);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.3);
}
.preis_schild_small.pad_top{padding-top: 30px;}
.preis_button{
    position: absolute;
    right: 0px;
    top: 200px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.preis_button:hover{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.preis_schild p{margin: 0;}
.droppicspictures{margin: 0 auto;}
.contact_text table td{padding: 2px 0px;}

.layout-edit-iframe .preis_schild
{
    position: inherit !important;
}
.layout-edit-iframe .preis_schild_small
{
    position: inherit !important;
}
.layout-edit-iframe .preis_button{
    position: inherit !important;
}

#jmap_sitemap{text-align: center;}
#zimmer_teaser_home ul{padding-left: 30px;}
#zimmer_teaser a{max-width: 250px;margin: 0 auto;}

@media only screen and (max-width : 1200px)
{
    .preis_button{top:145px;}
}
@media only screen and (max-width : 992px)
{
    #sp-header{height: 0;width: 0;}
    #sp-header.menu-fixed{position: relative}
    .nav-placeholder{display: none;}

    #sp-logo-module{padding: 0;}
    .preis_schild{top: -530px;right: -40px;}
    .preis_button{top:55px;}
    #zimmer_teaser_home .desc{max-width: 350px;margin: 0 auto;}
    #sp-header{height: 0 !important;width: 0 !important;position: absolute !important;}
    .contact_img{text-align: center;}
	.contact_img svg, .contact_img img{float: none;}
    .contact_text{width: 300px; margin: 0 auto;}
    #sp-bottom1{margin-bottom: 50px;}
    #sp-bottom2{margin-bottom: 50px;}
    #sp-bottom3{margin-bottom: 50px;clear: both;}
    .marg_bot_sm{margin-bottom: 25px;}
}
@media only screen and (max-width : 768px)
{
    .section_next.bottom
    {
    top:inherit;
    bottom:-25px;
    right: 0px;
    }
    .preis_schild_small{right:-10px;}
    .preis_button{position: inherit;}
	#sp-top-bar .pull-left, #sp-top-bar .pull-right{float:none !important;}
    .preis_schild{top: -75px;right: -40px;}
    .section_close{font-size: 150%;}
    .section_next{font-size: 150%;}
    .marg_bot_xs{border-bottom: 25px solid #fff;display: block;}
    .center-xs{text-align: center;}
    .center-xs img{margin: 0 auto;}
}

@media (min-width: 768px)
{
.inner_cont .sppb-container-inner{width: 750px;}
}
@media (min-width: 992px)
{
.inner_cont .sppb-container-inner{width: 970px;}
}
@media (min-width: 1200px)
{
.inner_cont .sppb-container-inner{width: 1170px;}
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-variablefont_wdthwght-webfont.woff2') format('woff2'),
         url('../fonts/opensans-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
