.tab {
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
    line-height: 1.2;
}

.tab:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%) rotate(0);
    transform-origin: center center;
    height: 21px;
    width: 21px;
    -webkit-mask-image: url(arrow.svg);
    mask-image: url(arrow.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    background-color: #000;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.tab:hover:after{
    background-color: #fff;
}
.tab.active:after {
    transform: translate(0, -50%) rotate(180deg);
    background-color: #fff;
}

.liss {
    display: none;
    padding: 15px;
}
/*-------------------------------*/
.wrap {
    width: 100%;
}

.wrapxp {
    width: 100%;
    overflow: hidden;
}
.bg-masking {
    background-color: #aaa;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: 0;
}
.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;
}
.bimg {
    width: 100%;
    padding-top: 100%;
}

.bimg-w {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden
}
/*-------------------------------*/
.editOption-w {
    z-index: 15;
}
.editOption {
    position: absolute;
    right: 0;
    top: 0;
}
.editOption a {
    padding: 6px 15px;
    display: block;
    font-size: 80%;
    background-color: #22d171;
    color: #fff;
}
.editOption a:hover {
    color: #fff;
    background-color: #28a745;
}
/*-------------------------------*/
.schliess {
    content: '';
    display: block;
    background-image: url(../files/default/close.png);
    position: fixed;
    left: 50%;
    top: 15px;
    min-height: 30px;
    width: auto;
    background-size: auto 78%;
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    z-index: 10;
    font-size: 30px;
    padding: 0 0 0 36px;
    line-height: 1;
    color: #fff;
    transform: translate(-50%,0);
}
span.close {
    position: fixed;
    z-index: inherit;
    height: 100vh;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}

.zframe {
 outline: 0;   
}

/*============================================*/

.med {
    text-align: center;
}

.med .scon {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--clr01);
    margin: 0 0 0 12px;
    background-color: transparent;
    transition: .4s all ease;
    
    max-width: 35px;
    width: 35px;
    display: block;
}

.med .scon:hover {
    background-color: var(--clr01);
}

.med .bimg-w {
    padding: 9px;
}

.med .bimg {
    background-color: var(--clr01);
    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: #fff;
}

/*============================================*/

[mn="enlargement"] {
    overflow: visible;
}

[mn="enlargement"] h2 {
    color: #fff;
}

[mn="enlargement"] img {
    margin: 0 auto;
    display: block;
    max-height: 60vh;
}

[mn="enlargement"] * {
    outline: none;
}

/*============================================*/

.d-none {
    display: none;
}

/*============================================*/
.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%;
}
/*============================================*/
/*    owl style                   */
/*============================================*/
[owl] .owl-dots {
    text-align: center;
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[owl] .owl-dot span {
    height: 13px;
    width: 13px;
    display: block;
    background-color: transparent;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #fff;
}

[owl] .owl-dot.active span {
    background-color: #fff;
}

[owl] .owl-nav button {
    position: absolute;
    z-index: 2;
    font-size: 57px !important;
    margin: 0 15px !important;

}

[owl] .owl-nav button span {
    color: #fff;
}

[owl] .owl-next,
[owl] .owl-prev {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 10;
    line-height: 1;
    border: 0;
    background: transparent;

}

[owl] .owl-prev {
    left: 0;
}

[owl] .owl-next {
    right: 0;
}

[owl] .item {
    height: auto;
    padding: 0 15px;
}
[owl] .owl-prev.disabled, [owl] .owl-next.disabled {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    [owl] .owl-prev {
        left: 0;
    }

    [owl] .owl-next {
        right: 0;
    }
}

[owl] .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    [owl] .owl-dots {
        display: none;
    }
}

/*============================================*/
/*    owl style                   */
/*============================================*/
/*============================================*/
/*    loader style                   */
/*============================================*/
.lds-dual-ring {
    display: block;
    margin: 0 auto;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid var(--clr01x, #fff);
    border-color: var(--clr01x, #fff) transparent var(--clr01x, #fff) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .72);
    z-index: 20;
}

/*============================================*/
/*    loader style                   */
/*============================================*/
.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: 15px;
    outline: none;
    border: 2px solid #ccc;
    background-color: #ccc;
}

label {
    font-family: var(--font-t2);
    font-size: 88.88%;
    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(--clr01x, inherit);
    font-family: var(--font-t1);
    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 30px;
}
.cus + .cus {
    margin: -15px 0 30px
} 

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);
    color: var(--clr02x,#fff);
    background-color: var(--clr01);
    margin: 0;
    cursor: pointer;
    line-height: 1;
    border-radius: 50px;
    font-family: var(--font-t2);
    font-size: 80%
}

.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
}