.sec-ttl {
    display: table;
    margin: 0 auto 20px;
    max-width: 100%;
    padding: 9px 20px;
    background-color: rgba(0, 0, 0, .85);
    border-radius: 9px;
    line-height: 1.1;
}

.taste-view {
    text-align: center;
    padding: 1px 10px 3px;
    color: #000;
    font-size: 16px;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    display: table;
    margin: 20px auto 0;
    background-color: #178ccb;
    border-radius: 6px;
}

/*
    .taste-view:before {
        content: "";
        background-image: url(zata/images/view.png);
        position: relative;
        height: 34px;
        width: 36px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        margin: 0 3px 0 0;
    }
*/
html {
    overflow: hidden;
    overflow-y: scroll; 
}

body {
    font-family: var(--font-b1);
    color: var(--clr-bd);
    font-size: var(--font-m);
    line-height: 1.5;
    position: relative;
    transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
    min-height: 100vh;
    flex-direction: column;
/*    background-image: url(../src/default/bg.png);*/
    background-repeat: repeat;
    background-size: 200px auto;
}

body > * {
    flex: 0 0 100%;
    width: 100%;
}

html.fixed {
    overflow: hidden;
}

@media only screen and (min-width: 767px) {
    html.fixed {
        width: calc(100% - 17px);
        margin-right: 17px
    }
}

input,
textarea,
select {
        width: 100%;
    margin: 0 0 10px;
    padding: 12px;
    outline: none;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0;
}

label { 
    line-height: 1;
}
.main h2, p, p+ul, p+ol, div:not(.nav) > ol:not(.f), div:not(.nav) > ul:not(.f) {
    width: 810px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
[type="button"] {
    border: 1px solid #373737;
    color: #fff;
    background-color: #373737;
}


div {
    position: relative;
}

button {
    outline: none !important;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

td,
th {
    padding: 10px;
    vertical-align: top;
}

h2 {
    margin: 5px 0 30px;
    position: relative;
    text-align: center;
    font-size: var(--font-xl);
    line-height: 1;
    color: var(--clr01, inherit);
    font-family: var(--font-t1);
    font-weight: inherit;
    text-transform: uppercase;
    
}

h2:after {
/*
    content: '';
    display: block;
    margin: 15px auto 30px;
    position: relative;
    height: 6px;
    width: 90px;
    background-color: var(--clr02);
*/
}
div:not(.alone) > h2.cus {
    margin: 6px auto 30px;
}
.cus + .cus {
    margin: -15px 0 30px;
    text-align: center
} 

div.close-pop-w {
    background-image: url(close-w.png?neu);
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    background-color: transparent !important;
}

.decor:after {
    content: "";
    width: 150px;
    height: 3px;
    background-color: #f8941d;
    position: relative;
    display: block;
    margin: 15px auto 0;
}

.decor-w:after {
    content: url(../images/decor-w.png);
    width: 100px;
    position: relative;
    display: table;
    margin: -18px auto 0;
}

.decor-d:after {
    content: url(../images/decor-d.png);
    width: 100px;
    position: relative;
    display: table;
    margin: 0 auto 0;
}

.overflow:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 60px;
    background-position: center center;
    background-size: cover;
    right: 0;
    bottom: 0;
    background-image: url(../files/default/overflow.jpg);
}

h3 {
    color: #8B0000;
    font-size: 40px;
}

img,
iframe {
    max-width: 100%;
}

img {
    height: auto !important;
}

.site-route {
    color: #9e9e9e;
    padding: 0 0 20px;
}

.sum {
    text-align: center;
    padding: 0 0 15px;
}

::selection{
    background-color: var(--clr01);
    color: #fff
}

.box-shadow:before {
    content: '';
    position: absolute;
    display: block;
    width: 57%;
    height: 63px;
    bottom: 2px;
    left: 35px;
    background-color: rgba(0, 0, 0, .63);
    transform: rotate(-5deg);
    filter: blur(25px);
    -webkit-filter: blur(9px);
    z-index: -1;
}

.box-shadow:after {
    content: '';
    position: absolute;
    display: block;
    width: 57%;
    height: 63px;
    bottom: 2px;
    right: 35px;
    background-color: rgba(0, 0, 0, .63);
    transform: rotate(5deg);
    filter: blur(25px);
    -webkit-filter: blur(9px);
    z-index: -1;
}



.nocont {
    text-align: center;
}

a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    color: var(--clr01);
}

a:hover {
    color: var(--success); 
}

div:not(.nav) > ol:not(.f),
div:not(.nav) > ul:not(.f) {
    padding: 0 0 0 21px;
    text-align: left
}
ul > li {
    margin: 0 0 9px
}
section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: var(--pd-sec);
    position: relative;
    display: block;
    clear: both;
    overflow: hidden; 
    width: 100%;
}

[licht][flex] {
    display: flex;
    justify-content: center;
    align-items: center;
}

[licht] {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    z-index: -1000;
    overflow: hidden;
    overflow-y: scroll;
}

.licht {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: -100000;
    opacity: 0;
    overflow: hidden;
    filter: blur(0);

    -webkit-transition: .4s filter ease;
    transition: .4s filter ease;
}

.licht section {
    padding: 120px 0;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.licht .main {
    padding: 0;
    width: calc(100% - 30px)
}

.licht .main > div:not(.ccl) {
        background-color: #fff;
    padding: 30px;
    min-height: 70vh;
}

.licht span.ccl {
    position: fixed;
    display: block;
    z-index: 0;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.gen-close {
    position: absolute;
    left: -11px;
    top: -25px;
    padding: 13px 15px;
    background-color: #fff;
    color: #000;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, .4);
    border-radius: 50%;
    line-height: 1;
    font-size: 20px;
    cursor: pointer;
    z-index: 10
}



.bild-gen {
    width: 100%;
    padding-top: 100%;
}

.container {
    position: relative;
}

input[type="checkbox"] {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: baseline;
}

@media (max-width: 767px) {
    .licht .main > div:not(.close-pop-w) {
        padding: 15px;
    } 

    .ban-ttl {
        font-size: 40px;
    }

    h2 {
        margin: 5px 0 15px;
    }
}

@media (max-width: 575px) {
    .gen-close {
        position: relative;
        left: 0;
        top: 0;
        padding: 13px 15px;
        background-color: #fff;
        color: #000;
        box-shadow: -2px 2px 10px rgba(0, 0, 0, .4);
        border-radius: 50%;
        line-height: 1;
        font-size: 20px;
        cursor: pointer;
        z-index: 10;
        display: table;
        margin: 0 auto 15px;
    }

} 
/*============================================*/
/*    special customization                   */
/*============================================*/
.btn-gen {
    display: inline-table;
    padding: 12px 35px;
    border: 2px solid var(--clr01, #000);
    color: var(--clr03,#fff);
    background-color: var(--clr01, #000);
    margin: 0;
    cursor: pointer;
    line-height: 1;
    border-radius: 0;
    font-family: var(--font-b2);
    font-size: inherit
}

.btn-gen:hover {
/*    box-shadow: 0 0 0 0px #fff inset;*/
    color: #fff;
    background-color: var(--clr02);
    border: 2px solid var(--clr02);
}

.btn-gen.zentral {
    display: table;
    margin: 0 auto;
}

.btn-gen2 {
    background: linear-gradient(to right, var(--clr02) 4px, transparent 4px) 0 0, linear-gradient(to left, var(--clr01) 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, var(--clr02) 4px, transparent 4px) 0 0, linear-gradient(to top, var(--clr01) 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    display: table;
    color: #fff;
    padding: 8px 15px;
    background-color: transparent;
    border-radius: 0;
    margin: 20px auto 0;
    font-size: var(--font-s);
    font-weight: 800;
}

.btn-gen2:hover {
    background: linear-gradient(to right, var(--clr01) 4px, transparent 4px) 0 0, linear-gradient(to left, var(--clr02) 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, var(--clr01) 4px, transparent 4px) 0 0, linear-gradient(to top, var(--clr02) 4px, transparent 4px) 100% 100%;
    background-size: 165px 50px;
    background-repeat: no-repeat;
    color: #fff;
    background-color: rgba(0, 0, 0, .65);
}

.btn-gen3 {
    display: inline-block;
    padding: 8px 21px;
    border: 2px solid var(--clr02);
    color: var(--clr02);
    background-color: transparent;
    margin: 9px 0 0;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: var(--font-t1);
    font-size: var(--font-s)
}

.btn-gen3:hover {
    color: #fff;
    background-color: var(--clr02);
}
.specialttl {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin: 0 0 30px;
    z-index: 1
}
.specialttl:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 90px;
    background-color: var(--clr02);
    border-radius: 50px;
    transform: translate(0,50%)
}
.specialttl .l {
    flex: 0 0 40%;
    max-width: 40%;
}
.specialttl .r {
    flex: 0 0 60%;
    max-width: 60%;
    margin: 30px 0 0;
    padding-left: 9px;
    border-left: 1px solid #000
}
.specialttl h2 {
    text-align: inherit;
    text-transform: uppercase;
    margin: 0 0
}
.specialttl .h2sup {
    text-transform: uppercase;
    font-size: 120%
}
@media only screen and (max-width: 991px) {  
    .specialttl .l,
    .specialttl .r {
    flex: 0 0 100%;
    max-width: 100%; 
}
}
[da-bgsrc],
[da-imgsrc] {
    opacity: 0;
}
.text-center {
    text-align: center
}

.licht .gals .bimg {
    cursor: pointer;
    padding-top: 64%;
}

.licht .gals .gal {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .licht .gal .itm {
        flex: 0 0 50%;
        max-width: 50%
    }
}
.lichtGALS .slidebtn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 9px;
    background-color: #ccc;
    color: #555;
    cursor: pointer;
    z-index: 10;
}

.lichtGALS .prev {
    left: 0;
}

.lichtGALS .next {
    right: 0;
}

.lichtGALS img {
    max-width: 80wh;
    max-height: 80wh;
}
.lichtGALS .main>div {
    background-color: transparent !important
}