.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);
    background-color: var(--clr-bdb);
    color: var(--clr-bd);
    font-size: var(--font-m);
    line-height: 1.8;
    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
    }
}




div {
    position: relative;
}

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

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

h2 {
    position: relative;
    font-size: var(--font-l, 120%);
    line-height: 1.1;
    font-family: var(--font-t2);
    color: var(--clr02, inherit);
    font-weight: inherit; 
    max-width: 100%;
    margin: 0 auto 30px;
    /* text-align: center; */
    font-weight: bold;
    vertical-align: middle;
}

@media (max-width: 767px) { 
    h2 {
        margin: 0 auto 15px;
    }
}
/* h2.after {
    display: table;
    max-width: 100%
}
h2:after,
h2:before {
    content: '';
    display: inline-block;
    margin: 0 6px;
    position: relative;
    height: 12px;
    width: 12px;
    background-color: var(--clr01);
    left: 0;
    top: -3px;
    border-radius: 50%;
    vertical-align: middle;
} */
.compoundttl {
    text-align: center;
    line-height: 1.1;
}

.compoundttl h2 {
    text-align: inherit;
    margin: 9px 0;
}

.compoundttl .subttl {
    text-align: inherit;
    margin: 9px 0 30px;
}

@media (max-width: 575px) {
    .compoundttl {
        display: block;

    }
}

div.close-pop-w {
    background-image: url(close-w.png?neu);
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    width: 35px;
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    /* -webkit-transform: translate(0, -100%); */
    /* transform: translate(0, -100%); */
    background-color: var(--clr02) !important;
    z-index: 1;
}

.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(--clr02);
    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, inherit);
}

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;
    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: 30vh;
}

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

.licht :is(input, textarea, select) {
    border: 1px solid #2222;
    background-color: #fff;
}

.licht .taste {
    margin: 15px 0 0;
    text-align: right
}

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

@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                   */
/*============================================*/


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

.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: 80vw;
    max-height: 70vh;
}

.lichtGALS .main>div {
    background-color: transparent !important
}

.lichtGALS .ttl {
    color: #fff
}

.reddyttl {
    color: var(--clr04);
    font-size: var(--font-l);
    margin: 0 0 15px
}

.carimage {
    background-image: url(car.jpg);
}

.catimg-06 {
    background-image: url(06.png);
}

.catimg-05 {
    background-image: url(05.png);
}

.catimg-04 {
    background-image: url(04.png);
}

.catimg-03 {
    background-image: url(03.png);
}

.catimg-02 {
    background-image: url(02.png);
}

.catimg-01 {
    background-image: url(01.png);
}

.sb-01 {
    background-image: url(sb-01.png);
}

.sb-02 {
    background-image: url(sb-02.png);
}

.btn-success {
    padding: 6px;
    text-align: center;
    width: 100%;
    transition: all .6s ease;
    background-color: green;
    color: #fff;
    cursor: pointer
}

.btn-success[da-publish="OFF"] {
    background-color: #aaa;
}

.licht .gals {
    margin: 20px 0;
}

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

.licht .gals .gal {
    flex: 0 0 20%;
    max-width: 20%;
    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
}

.lichtbooking .main {
    max-width: 500px
}

.lichtbooking .ttl {
    font-size: 120%;
    font-family: var(--font-t1);
    margin: 30px 0 9px;
    text-transform: uppercase;
}

.cont-before:before,
.cont-after:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.sort-w {
    text-align: right;
    padding: 0 30px;
}

.btnSort {
    display: inline-flex;
    padding: 15px 30px;
    font-family: var(--font-t1);
    text-transform: uppercase;
    line-height: 1;
    background-color: #eee;
    border-radius: 3px;
    cursor: pointer;
    transition: all .6s ease;
}

.btnSort:hover {
    background-color: #ccc;
}

.btnSort i {
    margin: 0 0 0 3px;
}

.sortdrop-w {
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    z-index: 9;
    display: none
}

.btnSort.show+div .sortdrop-w {
    display: block;
}

.sortdrop {
    padding: 9px 15px;
    cursor: pointer;
    transition: all .6s ease
}

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

pre {
    display: block;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    overflow: initial;
}

.input-w :is(input, i) {
    cursor: pointer
}

.input-w.show i.inp-i {
    transform: translate(-100%, -50%) rotate(180deg);
}

.input-w i.inp-i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-100%, -50%) rotate(0deg);
    transition: all .6s ease;
    color: var(--clr01)
}

.glass {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    ;
    overflow: hidden;
}

.glass span {
    position: absolute;
    left: -120%;
    top: 0;
    height: 100%;
    width: 20%;
    display: block;
    transform: skew(-30deg);
    transition: all .6s ease;
    background-color: rgba(255, 255, 255, .3)
}

:is(.itm-w, .bimg-w):hover .glass span {
    left: 120%;
}

.txt-l {
    text-align: left !important
}

.txt-c {
    text-align: center !important
}

.txt-r {
    text-align: right !important
}

.txt-j {
    text-align: justify !important
}

.imgPrev+input {
    display: none;
}

.setbx .postCls,
.imgPrev .imgCls {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    color: #fff;
    background-color: red;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.cus-smr {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 30px;
}

.return {
    padding: 15px;
    background-color: #fff;
    color: darkred;
    line-height: 1;
    font-size: 80%;
    margin: 0 0 9px
}

.shadow {
    box-shadow: 0px 8px 19px -5px rgb(0 0 0 / 25%);
}

.v-bar {
    height: 60px;
    margin: 0 0 15px;
}

.v-bar:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    height: 100%;
    width: 1px;
    background-color: #000;
}

h2.cus+.cus {
    margin-top: -15px;
    margin-bottom: 30px;
}

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%) scale(0.6);
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .mouse_scroll {
        display: none
    }
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);

    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;

    width: 16px;
    height: 16px;
}


.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;

}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;

    animation-delay: .2s;
    animation-direction: alternate;

    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;

    animation-delay: .3s;
    animation-direction: alternate;


    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;

    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
} 

.setcaptcha  label {
    color: #fff
}
.setcaptcha .captcha {
    height: 60px;
    width: 200px;
    font-size: 30px;
    letter-spacing: 3px;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eee;
    margin: 0 0 9px
} 

.setcaptcha .captchaBackground {
    padding: 15px;
    background-color: var(--clr02);
    margin: 9px 0;
    border-radius: 6px;
}
.setcaptcha .incorrectCaptcha,
.setcaptcha .correctCaptcha {
    color: #fff;
}