﻿.alexnav-box{
    padding: 50px 50px;
    background-color: #f5f4f2;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: center;
}
.alexnav-title__icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: white;
    overflow: hidden;
}
.alexnav-title__icon img{
    max-width: 100%;
    max-height: 100%;
}
.alexnav-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 2px solid #cab387;
    padding: 0 20px;
}
.alexnav-title__sub{
    padding-top: 15px;
    font-size: 18px;
}
.alexnav-content ol{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}
.alexnav-content{
    padding: 0 0 0 50px;
}
.alexnav-content ol a{
    text-decoration: none;
    border: none;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: normal;
}
.alexnav-content ol li::marker{
    transition: all 0.3s;
}
.alexnav-content ol a:hover,
.alexnav-content ol li:hover::marker{
    color: #cab387;
}
.alexweddings-slider{
    padding: 40px 60px;
    position: relative;
}
.alexweddings-item__img{
    position: relative;
    padding-bottom: 150%;
    background-color: rgb(245, 244, 242);
    overflow: hidden;
}
.alexweddings-item__img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.alexweddings-item__img:hover img{
    transform: scale(1.05);
}
.alexweddings-item__title{
    font-weight: normal;
    font-size: 20px;
    padding-top: 14px;
    text-align: center;
}
.modal-wide{
    max-width: 640px;
    width: 100%;
}
.modal-wide .modal-wrap-container{
    padding: 0;
}
#modal-container{
    pointer-events: none;
}
.modal-active #modal-container{
    pointer-events: unset;
}
.alex-modal-order{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.alex-modal-order.show{
    opacity: 1;
    pointer-events: unset;
}
.alex-modal-order__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.alex-modal-order__wrapper{
    position: relative;
    max-width: 640px;
    width: 100%;
    overflow: hidden;
    max-height: 100%;
    overflow-y: auto;
    padding: 60px 0px 0;
    scrollbar-width: none;
}
.alex-modal-order__box{
    background-color: white;
    border: 1px solid #bfa575;
    border-radius: 3px;
    position: relative;
}
.alex-modal-order__close{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 70px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: -2px -2px 20px 7px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 9;
}
.alex-modal-order__close span{
    background: #333;
    display: block;
    align-self: center;
    border-radius: 30px;
    width: 17px;
    height: 2px;
    margin-left: 8.5px;
    position: relative;
}
.alex-modal-order__close span:first-child {
    transform: rotate(45deg);
    top: 15px;
}
.alex-modal-order__close span:last-child {
    top: 13px;
    transform: rotate(-45deg);
}
#modal-container .close{
    right: 10px;
    top: 10px;
    z-index: 3;
}
strong{
    font-weight: bold;
}
.alex-h2{
    font-weight: 800;
    color: #413f3f;
    font-size: 38px;
    text-align: center;
    line-height: initial;
    padding: 20px 0;
}
.alex-h2 span{
    position: relative;
}
.alex-h2 span:first-child:before{
    content: '';
    position: absolute;
    background: url(../img/title.webp) no-repeat center;
    background-size: contain;
    display: block;
    height: 120px;
    width: 357px;
    pointer-events: none;
    z-index: -1;
    left: -100px;
    top: -35px;
}
.alexblocks{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 50px 0;
}
.alexblocks-item{
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 24px;
    box-shadow: 0 0 27px #cfcfcf;
    border-radius: 12px;
    text-align: left;
}
.alexblocks-item__top{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 12px;
}
.alexblocks-item__sub{
    text-transform: uppercase;
    color: #c4a97e;
    padding-bottom: 8px;
}
.alexblocks-item__ttl{
    color: #413f3f;
    font-size: 30px;
    font-weight: 800;
    line-height: initial;
}
.alexblocks-item__desc{
    font-size: 20px;
    padding: 30px 0 0;
}
.alexblocks-options{
    padding: 45px 0;
}
.alexblocks-options__item{
    border-top: 1px solid rgb(196 169 126 / 20%);
}
.alexblocks-options__top{
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    cursor: pointer;
    font-weight: 800;
    color: #413f3f;
}
.alexblocks-options__content ul{
    padding-left: 12px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.alexblocks-options__content ul li{
    position: relative;
    padding-left: 25px;
}
.alexblocks-options__content ul li:before{
    content: '';
    display: block;
    position: absolute;
    background: none;
    background-color: #c4a97e;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.alexblocks-options__content{
    display: none;
}
.alexblocks-options__arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.alexblocks-options__top.active .alexblocks-options__arrow{
    transform: rotateX(180deg);
}
.alexblocks-item__btn{
    display: flex;
    align-items: center;
    width: fit-content;
    -moz-width: fit-content;
    background: none;
    border: none;
    gap: 16px;
    font-weight: 800;
    color: #c4a97e;
    font-size: 16px;
    margin-top: auto;
}
.alexmodal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.alexmodal.show{
	opacity: 1;
	visibility: visible;
}
.alex-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}
.alexmodal__wrapper{
	position: relative;
    max-width: 640px;
    width: 100%;
	overflow: hidden;
    max-height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
}
.alexmodal__wrapper::-webkit-scrollbar{
    width: 0;
}
.alexmodal__box{
	background: white;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #bfa575;
}
.alexmodal__box.no-pad{
    padding: 0;
}
.alexmodal__close{
	position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    cursor: pointer;
}
.alexmodal__close:after,
.alexmodal__close:before{
	content: '';
    height: 2px;
    width: 20px;
    background: var(--main-color);
    display: block;
    position: absolute;
    top: 16px;
    left: 7px;
}
.alexmodal__close:before{
	transform: rotate(45deg);
}
.alexmodal__close:after{
	transform: rotate(-45deg);
}
.auto-image .fix-height img{
    object-fit: cover;
}
.mainfotograf--no-top:before,
.hochzeitsfilmer-slider--no-line:before,
.hochzeitsfilmer-slider--no-line:after,
.hochzeitsfilmer-slider--no-top:before{
    display: none;
}
.hochzeitsfilmer-slider--no-line .hochzeitsfilmer-item{
    padding: 0;
}
.hochzeitsfilmer-slider--no-top .hochzeitsfilmer-item{
    padding-top: 0;
}
.mainfotograf--no-top{
    padding-top: 20px;
}
.alex-footer__trustlocal{
    max-width: 150px;
    height: 52px;
}
.alex-footer__trustlocal .trustlocal-widget{
    transform: scale(0.5);
    transform-origin: left top;
}
.alex-footer__trustlocal a{
    border: none !important;
}
.swiper-media__item{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.plz{
    padding: 0 0 40px;
}
.plz-form{
    width: 100%;
    position: relative;
}
.plz-form input{
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid var(--main-color);
    width: 100%;
    height: 50px;
    background: white;
    outline: none;
    padding: 5px 20px;
    font-size: 19px;
    color: #000;
    font-family: inherit;
    transition: all 0.3s;
}
.plz-form input:focus{
    box-shadow: 0 0 3px rgba(198, 164, 116, 1.0);
}
.plz-form input:focus::placeholder{
    text-indent: -999px;
}
.plz-form input::placeholder{
    color: #bfbebe;
}
.plz-form button{
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    top: 5px;
    right: 5px;
}
.plz-form button svg{
    fill: white;
    transition: all 0.3s;
    display: block;
    max-width: 20px;
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.plz-form button:hover svg{
    transform: scale(0.9);
}
.loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: var(--main-color);
    box-sizing: border-box;
    animation: animloader 1s linear infinite alternate;
}

@keyframes animloader {
    0% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px;
    }

    33% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px;
    }

    66% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px;
    }

    100% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px;
    }
}
.plz-loader{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffb8;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
}
.loading .plz-loader{
    opacity: 1;
    pointer-events: unset;
}
.plz-nothing{
    font-size: 19px;
    text-align: center;
}
.plz-rezult{
    transition: padding 0.5s;
}
.plz-rezult.active{
    padding: 20px 0;
}
.plz-card,
.plz-card *{
    box-sizing: border-box;
}
.plz-card{
    background: #fcfcfd;
    border-radius: 10px;
    box-shadow: 0 0 27px #cfcfcf;
    overflow: hidden;
    position: relative;
}
.plz-rezult.show .plz-card{
    animation: showPlz 0.5s;
}
@keyframes showPlz{
    0%{
        transform: translateY(10px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
.plz-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.plz-card .parts-divide-sm{
    margin: 0;
}
.plz-btn,
a.plz-btn{
    background: var(--main-color);
    padding: 20px;
    border-radius: 4px;
    width: 100%;
    color: white;
    margin: 15px 0 0;
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: normal;
    transition: all 0.3s;
}
.plz-btn:hover,
a.plz-btn:hover{
    box-shadow: 0px 0px 5px rgb(189 166 121);
}
.plz-card .hochzeitsfotograf-bottom__title{
    text-align: left;
    padding: 0;
}
.plz-card .hochzeitsfotograf-bottom{
    padding: 10px 0;
}
.plz-card .m-gallery.mod_video.js-showmen-free{
    margin: 0;
    padding: 20px;
}
.plz-top__icon{
    max-width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plz-top__icon img{
    display: block;
    height: auto;
    width: 100%;
}
.plz-top{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    line-height: normal;
    font-size: 22px;
    background-color: #e5f8f2;
    padding: 15px;
    font-weight: normal;
    display: none;
}
.plz-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 0 20px;
}
.plz-res-ttl,
.plz-header__title{
    font-size: 38px;
    color: #413f3f;
    line-height: 128%;
}
.plz-header__title{
    font-size: 42px;
}
.plz-res-sub,
.plz-header__sub{
    font-size: 19px;
    color: #9e9e9f;
    line-height: 128%;
}
.plz-header__sub{
    font-size: 28px;
}
.plz-res-header{
    padding: 20px 0 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.plz-load-more-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 20px;
    color: var(--main-color);
    cursor: pointer;
    transition: all 0.3s;
    background: none;
    text-decoration: underline;
    text-underline-offset: 7px;
    padding: 10px;
    margin: 10px auto 0;
}
.plz-load-more-btn:hover{
    text-decoration-color: transparent;
}
.plz-load-more-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.plz-card__desc{
    font-size: 19px;
    padding-bottom: 15px;
    position: relative;
}
.plz-suggestions{
    position: absolute;
    top: calc(100% - 3px);
    background: white;
    border: 1px solid var(--main-color);
    font-size: 18px;
    left: 0;
    width: 100%;
    border-top: none;
    box-shadow: 0 4px 3px rgba(198, 164, 116, 1.0);
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    max-height: 330px;
    overflow: hidden;
    overflow-y: auto;
}
.plz-suggestions::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: var(--main-color);
}
.plz-suggestions.active{
    opacity: 1;
    pointer-events: unset;
}
.plz-suggestion{
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 1px solid var(--main-color);
    transition: all 0.3s ease-in-out;
}
.plz-suggestion:not(.plz-suggestion--empty):hover{
    background: #bda679;
    color: white;
}
.plz-suggestion:last-child{
    border: none;
}
.loader-bar {
    width: calc(100% - 68px);
    height: 2px;
    background: white;
    overflow: hidden;
    position: absolute;
    border-radius: 3px;
    top: calc(100% - 8px);
    left: 20px;
    pointer-events: none;
    opacity: 0;
}
.plz-form.inputed .loader-bar{
    opacity: 1;
}
.loader-fill {
    width: 40%;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    left: -40%;
    animation: loading 1.2s linear infinite;
    border-radius: 3px;
}
@keyframes loading {
    0%   { left: -40%; }
    100% { left: 100%; }
}
.plz-suggestion--empty{
    cursor: default;
}
.plz-label{
    position: absolute;
    top: 0;
    background-color: #02369c;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    -moz-width: fit-content;
    padding: 6px 15px;
    border-radius: 4px;
    right: 0;
    z-index: 1;
    gap: 10px;
    cursor: default;
}
.plz-label__icon{
    max-width: 30px;
}
.plz-label__icon img{
    width: 100%;
    display: block;
    height: auto;
}
.plz-card .plz-btn{
    max-width: 315px;
    margin: 15px auto 0;
}
.plz-wrap{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    width: 50%;
}
.plz-card:nth-child(n+4) .plz-top,
.plz-card:nth-child(n+4) .plz-label{
    display: none;
}
.plz-container{
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}
.plz-rate{
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

@media all and (max-width: 1800px){
    .plz-header__title{
        font-size: clamp(24px, 2.5vw, 45px);
    }
    .plz-header__sub{
        font-size: clamp(19px, 1.5vw, 28px);
    }
}

@media all and (max-width: 992px){
    .alexnav-content{
        padding: 0 0 0 30px;
    }
    .alex-h2{
        font-size: 35px;
    }
    .alexblocks-item__ttl{
        font-size: 24px;
    }
    .alexblocks{
        display: flex;
        flex-direction: column;
    }
    .plz-header__title{
        font-size: clamp(16px, 2vw, 20px);
    }
    .plz-header__sub{
        font-size: clamp(14px, 1.8vw, 18px);
    }
    .plz-rate{
        display: none;
    }
}

@media all and (max-width: 768px){
    .alexnav-box{
        display: flex;
        flex-direction: column;
        padding: 40px 20px;
    }
    .alexnav-title{
        border: none;
        border-bottom: 2px solid #cab387;
        padding: 0 0 20px;
        width: 100%;
    }
    .alexnav-content{
        padding: 20px 0 0;
    }
    .alexweddings-item__img:hover img{
        transform: unset;
    }
    .alex-modal-order__wrapper{
        padding: 30px;
    }
    .alexmodal__close,
    #modal-container .close {
        right: 15px;
        top: 15px;
    }
    .to-top .modal-wide .modal-wrap-container{
        padding: 0 0 80px;
        padding-bottom: env(safe-area-inset-bottom);
    }
    .alex-h2{
        font-size: 28px;
    }
    .alex-h2 span:before{
        height: 90px;
        width: 270px;
        left: -77px;
        top: -27px;
    }
    .hochzeitsfilmer-slider--no-line{
        padding: 0 40px;
    }
    .hochzeitsfilmer-slider--no-top{
        padding-top: 0;
    }
    .plz-card .m-gallery .logo{
        width: 180px;
    }
    .plz-card .m-gallery__list{
        width: calc(100% - 180px);
        height: 225px;
    }
    .plz-btn{
        padding: 15px;
    }
    .plz-modal .alex-modal-order__box{
        padding-bottom: 60px;
    }
    .plz-modal .alex-modal-order__wrapper{
        padding: 30px 0;
        max-width: 90%;
    }
    .plz-label{
        display: none;
    }
    .plz-top{
        display: flex;
    }
    .image-text .plz-btn{
        background: black;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 99;
        border-radius: 4px 4px 0 0;
    }
    .plz-top--color{
        color: white;
    }
    .plz-wrap{
        position: relative;
        transform: translate(0%);
        width: 100%;
        z-index: 9;
    }
    .plz-header__title{
        font-size: 31px;
    }
    .plz-header__sub{
        font-size: 19px;
    }
    .plz-container{
        max-width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 600px){
    .plz-res-ttl{
        font-size: 31px;
        line-height: 128%;
    }
}

@media all and (max-width: 568px){
    .swiper-container.swiper-media{
        margin: 0 -15px;
    }
    .main-top--white .mob-m button:hover:after,
    .main-top--white .mob-m button:after{
        color: white;
    }
}