@charset "UTF-8";
/**


/* Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* Screen-Layout einbinden */

@import url(screen/basemod.css);
@import url(screen/content.css);
@import url(screen/navigation.css);
@import url(screen/galerie.css);
@import url(screen/new.css);

/* Druck-Layout einbinden */
@import url(../yaml/print/print_003_velser.css);




/* cookielayer */

.cookielayer {
    -webkit-box-shadow: #AFB2B3 0px 2px 11px -1px;
    -moz-box-shadow: #AFB2B3 0px 2px 11px -1px;
    -o-box-shadow: #AFB2B3 0px 2px 11px -1px;
    -ms-box-shadow: #AFB2B3 0px 2px 11px -1px;
    box-shadow: #AFB2B3 0px 2px 11px -1px;
    padding: 10px 80px 10px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #4a4a4a;
    z-index: 9000;
    display: none
}

.cookielayer p {
    font-size: 12px;
    line-height: 1.6em;
    margin: 0 20px 0 0;
    font-family: Verdana;
}

.cookielayer p a {
    text-decoration: underline;
}

.cookielayer p a:hover {
    text-decoration: none
}

.is-active.cookielayer {
    display: block
}

.cookielayer:before,.cookielayer:after {
    content: " ";
    display: table
}

.cookielayer:after {
    clear: both
}

.cookielayer__close {
    position: absolute;
    top: 10px;
    right: 15px;
    text-decoration: none;
    font-size: 0;
    font-family: Verdana;
}

.cookielayer__close:before {
    font-size: 26px;
    height: 30px;
    content: 'x';
    display: block;
    line-height: 1em;
    width: 30px;
    text-align: center;
    font-family: Verdana;
}

.cookielayer__close:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .cookielayer {
        padding:30px;
        bottom: 30px;
        left: auto;
        right: 30px;
        width: 300px
    }

    .cookielayer p {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .cookielayer {
        bottom:60px;
        right: 60px;
        width: 400px
    }
}