
/* --------------EventHovertext-------------------------- */
.hovertext {
    position:relative;
    display:inline-block;
    border:1px dotted #81a196;
}

/* --------------EventHovertext-------------------------- */
.hovertext .hovertextpopup {
    width:500px;
    position:absolute;
    margin-top:5px;
    margin-right:0;
    padding:20px;
    background-color:#fff;
    border:1.3pt solid #81a196;
    font:.9rem/1.5rem Open Sans;
    font-weight:normal;
    color:#000;
    text-transform:none;
    font-weight: 300;
    visibility: hidden;
    z-index: 1;
}
.hovertext:hover .hovertextpopup {
    visibility: visible;
}

/* SpezialSchriftgroesse----------------------------------------------------------------------------------- */
.fontbuttonklein {
    font:.85rem Open Sans !important;
    font-weight: 400 !important;
    line-height: 60px !important;
}

/* Betriebsferien--------------------------------------------------------------------------------------------- */
#mb_popup {
    display:none;
}

/* Betriebsferien--------------------------------------------------------------------------------------------- */
#mb_popup img {
    width:850px;
    height:537px;
}

/* Generell--------------------------------------------------------------------------------------------------- */
a {
    text-decoration: underline;
    text-decoration-color: transparent !important;
    transition: 1.4s text-decoration-color linear, background-color 1.4s, color 1.4s !important;
}

a:hover {
    text-decoration-color: inherit !important;
}


.blacklink a,
a.blacklink {
    color:#000;
}
a.normallink {
    color: #000000 !important;
    text-transform: unset !important;
    font: 1.15rem/1.9rem Open Sans !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    text-decoration: underline !important;
}
.noline {
    text-decoration: none !important;
}
.newsletter img.first {
    margin-bottom:1.5625vw;
}

/* Selectmenu----------------------------------------------------------------------------------------------------- */
select::-ms-expand {
    display:none;
}

/* Panorama------------------------------------------------------------------------------------- */
#panorama #spalte1 {
    width:100%;
}

/* Panorama------------------------------------------------------------------------------------- */
#panorama .ce_panorama,
#panorama .ce_panorama .panorama-viewer {
    width:100%;
    height:600px;
}
#panorama .ce_panorama_title{
    width:100%;
    height:733px;
}

/* Panorama------------------------------------------------------------------------------------- */
#panorama .pnlm-about-msg {
    display: none !important;
}

/* Panorama------------------------------------------------------------------------------------- */
#panorama .pnlm-load-button p {
    width:200px;
    height:100px;
}

/* Panorama------------------------------------------------------------------------------------- */
#panorama .pnlm-load-button,
#panorama .pnlm-load-box {
    text-align:center;
    font:1rem/1.5rem Open Sans;
    font-weight:normal;
    text-transform:uppercase;
    font-weight: 400;
    background-color: rgba(115,154,140,.75);
}

/* Panorama------------------------------------------------------------------------------------- */
#panorama .pnlm-load-button:hover {
    background-color: rgba(115,154,140,1);
}

/* Cookiebar------------------------------------------------------------------------------------- */
.cookiebar {
    height: 150px;
    background-color: #e0e7e3;
    color: #000000;
    z-index: 100;
}

.cookiebar a {
    color: #000000;
    text-decoration-color: #000000 !important;
}

.cookiebar .cookiebar__button {
    text-decoration: none;
        color: #81a196;
        text-transform: uppercase;
        letter-spacing: .07rem;
        font: 1rem Open Sans;
        font-weight: 400;
        background-color: #ffffff;
        border-color:#81a196;
        border:1px;
        width: 168px;
        height: 60px;
        left: 0;
        position: relative;
        float: left;
        display: block;
        vertical-align: middle;
        text-align: center;
        border: 1.3px solid #739a8c;
}

.cookiebar .cookiebar__button:hover {
        background-color: #739a8c;
        color: #ffffff !important;
}

.cookiebar .cookiebar__link {
    position: relative;
    left: -22px;
}