.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;
}

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: 15px;
    outline: none;
    border: 2px solid #f8f8f8;
    background-color: #f8f8f8;
}

label {
    font-family: var(--font-t1);
    font-size: 88.88%;
    line-height: 1;
}

[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 25px;
    position: relative;
    text-align: center;
    font-size: var(--font-xxl);
    line-height: 1;
    color: var(--clr01);
    font-family: var(--font-t1);
    text-transform: uppercase;
    font-weight: inherit;
}

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;
}

.cus + div:not(.cus) {
    margin-top: 21px;
}

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;
}

.tptxt {
    text-align: center;
    font-style: italic;
    color: var(--clr03);
    font-family: var(--font-b2);
}

.ban-ttl {
    color: #fff;
    margin: 0 0 50px;
    text-align: center;
    font-size: 72px;
    text-shadow: -4px 4px 10px rgba(0, 0, 0, .3);
    text-align: center;
    text-transform: uppercase;
}

.grid > li,
.grid > div,
.grid > a {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
}

.grid {
    margin: 0 0;
    padding: 0 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

.frid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0;
    padding: 0 0;
    position: relative;
    z-index: 1;
}

.frid > li,
.frid > div,
.frid > a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.frid > li,
.frid > div {
    width: 33.33333%;
    min-width: 33.33333%;
}

.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 {
    text-decoration: none;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    color: var(--clr01);
}

a:hover {
    color: var(--clr02);
}

ol,
ul {
    padding: 0 0 0 21px;
}

section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: var(--pd-sec);
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    z-index: 10;
    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(.close-pop-w) {
        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
}

.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-contain {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.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 {
        padding: 15px;
    }

    section {
        padding: 40px 0;
    }

    .ban-ttl {
        font-size: 40px;
    }

    h2 {
        margin: 5px 0 15px;
    }

    .frid > li,
    .frid > div {
        width: 50%;
        min-width: 50%;
    }
}

@media (max-width: 575px) {

    .frid > li,
    .frid > div {
        width: 100%;
        min-width: 100%;
    }

    .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                   */
/*============================================*/
.trans400 {
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

.trans900 {
    -webkit-transition: .9s all ease;
    transition: .9s all ease;
}

.trans1200 {
    -webkit-transition: 1.2s all ease;
    transition: 1.2s all ease;
}

.trans1800 {
    -webkit-transition: 1.8s all ease;
    transition: 1.8s all ease;
}

.btn-gen {
    display: inline-table;
    padding: 9px 35px;
    border: 2px solid var(--clr01x,#333);
    color: var(--clr02);
    background-color: var(--clr01x,#333);
    margin: 0;
    cursor: pointer;
    line-height: 1;
    font-family: var(--font-t1);
/*    font-size: 88.88%;*/
    border-radius: 3px;
    text-transform: uppercase
}

.btn-gen:hover {
    color: #333;
    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);
}

.bimg {

    width: 100%;
    padding-top: 100%;
}

.bimg-w {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.f {
    display: flex;
    flex-wrap: wrap;
}

ul.f,
ul.f > * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-j-c {
    justify-content: center;
}

.f-j-fs {
    justify-content: flex-start;
}

.f-j-fe {
    justify-content: flex-end;
}

.f-j-sa {
    justify-content: space-around;
}

.f-j-sb {
    justify-content: space-between;
}

.f-a-c {
    align-items: center;
}

.f-a-fs {
    align-items: flex-start;
}

.f-a-fe {
    align-items: flex-end;
}

.color-fff {
    color: #fff;
}

.f.els {
    width: auto;
    margin: 0;
    padding: 0;
}

.f.els > .el {
    list-style: none;
    list-style-type: none;
    max-width: 33.333%;
    flex: 0 0 33.333%;
}

.med {
    text-align: center;
}

.med .scon {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin: 0 0 0 12px;
    background-color: transparent;
    transition: .4s all ease;
}

.med .scon:nth-child(1) {
    margin: 0 0 0 0;
}

.med .scon:hover {
    background-color: #fff;
}

.med .bimg-w {
    padding: 9px;
}

.med .bimg {
    background-color: #fff;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    background-position: 0;
}

.med .scon:hover .bimg {
    background-color: var(--clr01);
}

.med .scon {
    max-width: 35px;
    width: 35px;
    display: inline-table;
}

span.cke_reset.cke_widget_drag_handler_container {
    display: none;
}

[mn="enlargement"] {
    overflow: visible;
}

[mn="enlargement"] h2 {
    color: #fff;
}

[mn="enlargement"] img {
    margin: 0 auto;
    display: block;
    max-height: 60vh;
}

[mn="enlargement"] * {
    outline: none;
}