section {
    background: black;
}

hr.line-hr-center {
    margin-left: auto;
    margin-right: auto;
}

/*
***** Header
*/

@media (max-width:992px) {
    .karla-logo-text {
        display: none;
    }

    .karla-logo-text span {
        display: none;
    }
}

@media (max-width:768px) {
    .karla-pageloading-inner h2 {
        font-size: 40px;
    }
}


.karla-logo-text {
    font-family: 'Qwitcher Grypen', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #dd888d;
    margin: 0;
    
}
.karla-logo-text span {
    display: block;
    color: #dd888d;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 8px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}

/*
***** Header Slider 
*/

#header-slider {
    height: calc(100vh - 100px);
}

.swiper-slide {
    background-image: var(--background-url);
    background-repeat: no-repeat;
    background-size: cover;
}

/*
***** Rich Text
*/

.rich-text-block span {
    color: #dd888d;
    font-size: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

.rich-text-block h2 {
    color: #000;
    text-transform: none;
    font-size: 36px;
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
}

.rich-text h6 {
    font-family: 'Qwitcher Grypen', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    color: #dd888d;
}

.rich-text table {
    width: 100%;
    text-align: center;
}

.rich-text ul {
    list-style-type: disc;
}

.rich-text table h6 {
    color: #000;
    margin-bottom: 0;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-align: right;
    padding-right: 20px;
}

/*
***** Image
*/

.scale-down-img img:hover {
    transform: scale(0.95);
}

.scale-down-img:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    left: 15px;
    bottom: 0;
    border: 1px solid #dd888d;
}

.zoom-in-img:hover img {
    transform: scale(1.1);
}

.zoom-div {
    display: inline-block;
    overflow: hidden;
}

.prices-img {
    position: relative;
    overflow: hidden;
}

.wedding {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.wedding-h5 {
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Old Standard TT', serif;
    color: #000;
}

.wedding .content {
    text-align: left;
    padding: 30px 20px;
}

.wedding .content ul {
    padding-left: 0;
}

.wedding .content ul li {
    color: #505050;
    line-height: 1.75;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    padding: 2px 0;
}

.wedding .prices-img .cat {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #dd888d;
    color: #fff;
    padding: 7px 15px;
}

.wedding .prices-img .cat span {
    display: block;
    font-size: 9px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #fff;
}

.faqs-accordion .accordion .title h6 {
    font-size: 18px;
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
    color: #000;
}

.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-item .item-box {
    background-color: rgba(255, 255, 255, 0.90);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* 
========================
      BUTTON THREE
========================
*/
.btn-karla {
    background-color: transparent;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    transition: all 0.5s;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;

}

.btn-karla-sm {
    font-size: 10px !important;
}

.btn-karla-md {
    font-size: 12px !important;
}

.btn-karla-lg {
    font-size: 16px !important;
}

.btn-karla a {
    display: block;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-transform: uppercase;
}

.btn-karla::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.05);
    transition: all 0.3s;
}

.btn-karla:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}

.btn-karla::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid #dd888d;
    transform: scale(1.2,1.2);
}

.btn-karla:hover::after {
    opacity: 1;
    transform: scale(1,1);
}

.custom-label {
    padding: 12px 8px 8px;
    margin-bottom: 12px;
    color: #505050;
    line-height: 1.75;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
}

input[type="tel"] {
    max-width: 100%;
    margin-bottom: 12px;
    padding: 12px 8px 8px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    color: #505050;
    background-image: none;
    border-bottom: 1px solid #ececec;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    line-height: 1.75;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    outline: none;
}

input[type="tel"]:focus {
    border-color: #dd888d !important;
}

select {
    padding-left: 4px;
    outline: none;
    
}

select:focus {
    border-color: #dd888d !important;
}

/* 
========================
Datenschutz und Impressum
========================
*/

.datenschutz {
    margin-top: 100px;
}

.datenschutz h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.75;
    color: #505050;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
    text-align: left;

}

.datenschutz h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.75;
    color: #505050;
    margin: 0 0 15px;
    text-align: left;
}

.datenschutz h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.75;
    color: #505050;
    margin: 0 0 15px;
    text-align: left;
}

.datenschutz b, strong {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.75;
    color: #505050;
    margin: 0 0 15px;
    text-align: left;
}

.datenschutz b, strong {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.75;
    color: #505050;
    margin: 0 0 15px;
    text-align: left;
}

.datenschutz a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.75;
    color: #dd888d;
    margin: 0 0 15px;
    text-align: left;
}

.wedding {
    Background-color: rgba(255,255,255,0.2);
}

.travel-dates-table {
    outline: none;
}

.travel-dates-table td {
    border: none;
}

.totop {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px 1px;
    border-radius: 3px;
    top: auto;
    bottom: 40px;
    right: 40px;
}

@media (max-width:1024px) {
    .totop {
        right: 15px;
    }
}

.ccm-settings-summoner--link {
    background-color: #dd888d;
}

.custom-popup {
    position: fixed;
    max-width: 25%;
    max-height: 75%;
    top: 1rem;
    right: -100%;
    z-index: 1000000000;
    transition: right 0.5s ease;
    background-color: rgba(255,255,255,0.95);
}

.custom-popup.show {
    right: 1rem;
}

@media (max-width: 500px) {
    .custom-popup {
        left: 0 !important;
        max-width: none;
        max-height: none;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        height: calc(100% - 2rem);
        width: calc(100% - 2rem);
        margin: 0 1rem;
        transition: none;
        background-color: rgb(255,255,255);
        border-radius: 5px;
    }

    .custom-popup .popup-content {
        border-radius: 1rem;
    }

    .custom-popup-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999999999;
        display: none;
    }

    .custom-popup-overlay.show {
        display: block;
    }

    body.popup-open {
        overflow: hidden;
        touch-action: none;
    }
}