/**
 * =============================================================================
 * Anpassungen in diese Datei
 * ==========================================================================
 */

.cookiebar {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    width: 100%;
    padding: .6em 1.2em;
    background-color: #454545;
    color: #fff;
    font-size: 1em;
    text-align: center;
    z-index: 10;
}

.cookiebar__button {
    background-color: #b89d70;
    color: #fff;
}

.cookiebar__button:hover {
    background-color: #99835d;
}

.mainmenu ul li span.new {
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 5px;
    background: red;
    color: #fff;
    border-radius: 2px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
}

.submenulr ul li span.new,
.customNavi-lr span.new {
    display: none;
}



/* fuer alle Geraete-Klassen */

.myClass p {
    color: #ff0000;
}


.figure.effectlily .figcaption>div.link {
    height: 100%;
    margin-top: 0;
}

.figure.effectlily .figcaption>div.link a {
    font-size: 0;
}
.navi-section {
    background-color: rgba(79,78,78,1);
    position: relative;
    background-image: url(/files/daten/logo/hintergrund-header.png);
    background-repeat: repeat-x;
    height: 220px;
}
.mod_mobile_menu .mobile_menu_trigger, a.nav-mobile {
    height: 48px;
    background-color: rgba(201,157,102,1);
    width: 54px;
}

.mod_mobile_menu .mobile_menu_trigger, a.nav-mobile {
    position: relative;
    padding: 0 0 0 48px;
    margin-left: 0px;
    text-decoration: none;
    color: #454545;
    font-size: 18px;
    line-height: 1;
    appearance: none;
    outline: 0;
    cursor: pointer;
}

.vcenter .inside.block {
    display: flex;
    align-items: center;
    justify-content: center;
}
#main > .inside {
    padding: 0px 40px 0px 30px;
}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:768px) {

    .myClass p {
        color: #00ff99;
    }

    header .bxsmall .bx-viewport {
        border: 10px solid #e5e8ee;
    }
#logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    overflow: hidden;
    line-height: 1;
    z-index: 999;
    left: calc(50% - 155px);
    top: 10px;
}
.navi-section > .inside {
    max-width: unset;
}
.menusection {
    margin-top: 50px;
}

}


/* fuer tablets und groessere Displays*/
@media only screen and (min-width:992px) {

    .myClass p {
        color: #f300ff;
    }

}

/* fuer desktop */
@media only screen and (min-width:1025px) {

    .myClass p {
        color: #0800ff;
    }


}


/* fuer Smartphones */
@media only screen and (max-width:767px) {
	.menusection {
    margin-top: -20px;
}
}