/*** Schriften in unterschiedlichen Browsern ähnlich rendern ***/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; 
}

/*** blauer Rahmen bei angeklickten Objekten entfernen ***/ /*
a, a:link, a:visited, a:hover, a:active, a:focus, button, button:active, button:focus, button:visited, input, input:active, input:focus, input:visited{  
outline:none;
}*/


/*** DSGVO ***/
#uc-banner-centered {
    display: none!important;
}
#uc-btn-open-main-corner-modal {
    display: none!important;
}
.uc-embedding-wrapper h3 {
    line-height: normal;
}

/*** HINTERGRUND ***/
.bg-layer{
    background: url(https://www.see-sucht.eu/wp-content/uploads/bg_vogel2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}
.contentclass, .above-footer-widgets .widget-title span, .footer-widget-title span, .kt-title span, .sidebar .widget-title span {
    background-color: transparent!important;
}
a {
    border: none!important;
}

/*** HEADER ***/
#pg-8-0 .kad-slide.kad-slide-1{
transition-delay: 0!important;
}
#pg-8-1 .kad-slide.kad-slide-1{
transition-delay: 0.5s!important;
}
#pg-8-2 .kad-slide.kad-slide-1{
transition-delay: 1s!important;
}
#pg-8-0, #pg-8-1 {
    margin-bottom: 15px!important;
}
#pg-8-0:hover, #pg-8-1:hover, #pg-8-2:hover{
opacity:0.6;
transition-duration:1s;
}
#pg-8-0, #pg-8-1, #pg-8-2{
opacity:1;
transition-duration:1s;
}

/*** Slider ***/ 
.gallery, .gallery-item, .gallery-icon {
    margin: 0!important;
    padding: 0!important;
}
/*#content .gallery {
    margin-bottom: 0;
}*/
div #content .gallery {
overflow:hidden;
max-height:282px;
}
#content .gallery svg{
display:none;
}
#content .wpmf-front-box.top {
    display: none;
}
#content .gallery ol li{
display:none;
}

/*** Logo ***/
.brand img {
    max-width: 200%;
    position: relative;
    left: -80px;
}

/*** Navi-Links ***/
@media (min-width:1330px){
.kad-fixed-vertical-background-area, .kad-vertical-menu {
left:100px;
}
}
.kad-fixed-vertical-background-area {
    opacity: 0.6;
    background-color: #333333;
    border-right: none;
}
.kad-vertical-menu-inner {
    text-align: left;
}
.kad-relative-vertical-content ul.sf-menu.sf-vertical {
    margin: 0;
    line-height: 0;
}
ul.sub-menu.sf-dropdown-menu.dropdown {
    font-weight: normal;
}

/*** NAVI SECOND ***/
.second-navclass {
    background: rgba(46, 46, 46, 0.76);
}


/******* Subnavi nach unten öffnen ******* 
ul.sub-menu.sf-dropdown-menu.dropdown{
position: relative;
left:0!important;
}
*/

/*** CONTENT ***/
@media (min-width:1025px){
.container {
   width: 100%; 
}
#content{
   padding: 0
}
}

@media (min-width:660px){
.cal_1{
display:none;
}
.cal_3{
display:block;
}
}
@media (max-width:659px){
.cal_1{
display:block;
}
.cal_3{
display:none;
}
}


table.design, table._design {
    background: #def0fd;
}


/*360-Rundgang*/
.ipnrm-btn-info {
    display: none!important;
}
.ipnrm.ipnrm-theme-modern .ipnrm-info, .ipnrm.ipnrm-theme-modern .ipnrm-btn-load {
    opacity: .7;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
   /* text-align: center; 
    padding-top: 20%; */
    margin: -5px;
}
.ipnrm-btn-load {
    background: url(https://www.see-sucht.eu/wp-content/uploads/360-mouse-icon.png) no-repeat center center;
}

.ipnrm.ipnrm-theme-modern .ipnrm-btn-load:before {
    content: "360°-Rundgang";
    position: absolute;
    bottom: 10px;
}




/*Akkordeon*/
.kt-accordion>.panel {
    border: none;
    background: rgba(255, 255, 255, 0.68);
}


/*** Buchungsformular ***/
.hide{
opacity:0;
height:0;
}
#group-50, #group-72{
padding:0 10px 0 10px;
}

/*Legende*/
#belegt:before, #reserviert:before, #frei:before{
    width: 13px;
    height: 13px;
    display: inline-block;
    content: "";
    margin: 0 5px 0 10px;
    outline: 1px solid #c8c7c7;
}

#frei, #reserviert {
    float: left;
}

#belegt::before{
background:#FB3340;
}

#reserviert::before{
background:#FFFD76;
}

#frei::before{
background:#6BF43C;
}


/*** FOOTER ***/

.footercredits {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}
.footerclass {
    padding-top: 0;
}


@media (min-width: 992px) {
html, body {
height: 100%;
}
html body.wide #wrapper.container {
min-height: 100%;
position: relative;
padding-bottom: 90px !important;    
}
/*#containerfooter {
    position: absolute;
    margin-left: -100%;
    padding-left: 100%;
    margin-right: -100%;
    padding-right: 100%;
}*/
#containerfooter {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 999;
}
#content {
    margin-bottom: 100px;
}
.footerbase {
    padding-left: 240px;
}
}


/*** MOBIL ***/
.headerclass, .mobile-headerclass {
background: rgba(46, 46, 46, 0.76);
}

#content {
/*    padding: 0; */
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content p, #content ul {
    padding: 0 10px 0 10px;
}
