.elementor-widget-pm_elementor_guestbook {
    text-align: center;
    font-family: "Raleway", sans-serif;
    margin-bottom: 60px !important;
    overflow: hidden;
}

.elementor-widget-pm_elementor_guestbook .elementor-widget-container {
    margin-bottom: 80px;
}

.pm-guestbook-title,
.pm-guestbook-entries-title {
    padding-top: 40px;
    font-family: "Alex Brush", sans-serif;
    font-size: 49px;
    font-weight: 100;
    margin: 0;
}

.pm-guestbook-seperator {
    background: url('../img/grafik_zwei.png') no-repeat center top;
    width: 255px;
    height: 50px;
    display: inline-block;
    
}

.pm-guestbook-content {
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    margin: auto;
    max-width: 1100px;
    padding: 0 20px;
}

.pm-guestbook-form-container {
    padding-top: 50px;
}

.pm-guestbook-form {
    border: 1px solid #ededed;
    padding: 40px 40px 10px;
    margin: 0 auto 50px;
    max-width: 1100px;
    position: relative;
    background: #fff;
}

.pm-guestbook-form:before {
    content: "";
    background: url('../img/grafik_drei.png') no-repeat center center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 150px;
    background-size: contain;
    left: -180px;
    top: -20px;
}

.pm-guestbook-form:after {
    content: "";
    background: url('../img/grafik_fuenf.png') no-repeat bottom right;
    background-size: contain;
    display: block;
    position: absolute;
    width: 400px;
    height: 420px;
    bottom: -60px;
    right: -75px;
    z-index: -1;
}

.pm-guestbook-form-icon {
    background: url('../img/grafik_eins.png') no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -15px;
    right: -75px;
}


.pm-guestbook-form #reply-title {
    display: none;
}

.pm-guestbook-form .comment-form {
    display: flex;
    flex-direction: column;
}

.pm-guestbook-form .logged-in-as {
    order: 1;
}
.pm-guestbook-form .comment-form-author {
    order: 1;
}
.Pm-guestbook-form .comment-form-email {
    order: 2;
}
.pm-guestbook-form .comment-form-comment {
    order: 3;
}
.pm-guestbook-form .form-submit {
    order: 4;
}

.pm-guestbook-form textarea {
    border: 1px solid #ededed;
    width: 100%;
    padding: 10px 20px;
    height: 200px;
}

.pm-guestbook-form input {
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 0;
    padding: 10px 20px;
}

.pm-guestbook-form .form-submit {
    text-align: center;
}

.pm-guestbook-form .submit {
    background: #cda264;
    color: #ffffff;
    border-radius: 50px;
    width: auto;
    border: 0;
    cursor: pointer;
}

.pm-guestbook-form .pm-guestbook-error {
    background: rgba(255,0,0,.2);
    border-color: #f00;
    color: #f00;
}

.elementor-widget-pm_elementor_guestbook_entries {
    background: #ddd8d4;
    font-family: "Raleway", sans-serif;
    overflow: hidden;
}
.elementor-widget-pm_elementor_guestbook_entries h2{
    text-align: center;
}

.pm-guestbook-entries-seperator {
    background: url('../img/divider_title.png') no-repeat center top;
    height: 50px;
    margin-bottom: 50px;
}

.elementor-widget-container .pm-guestbook-slider {
    display: flex;
    justify-content: center;
}

.elementor-widget-container .pm-guestbook-slider .slick-list {
    width: 1100px;
}

.elementor-widget-container .pm-guestbook-slider .slick-dots {
    display: none;
}

.pm-guestbook-slider .slick-arrow {
    background: url('../img/pfeilnachrechts.png') no-repeat center center;
    border: 0;
    color: transparent;
    width: 96px;
    text-indent: -99999px;
    cursor: pointer;
}

.pm-guestbook-slider .slick-arrow.slick-prev {
    background: url('../img/pfeilnachlinks.png') no-repeat center center;
}

.pm-guestbook-entry {
    text-align: center;
    padding: 20px;
    color: #8c8680;
}

.pm-guestbook-entry.slick-active ~ .pm-guestbook-entry.slick-active {
    color: #000;

}

.pm-guestbook-entry.slick-active ~ .pm-guestbook-entry.slick-active ~ .pm-guestbook-entry.slick-active {
    color: #8c8680;
}

.pm-guestbook-entry.pm-guestbook-focus {
    color: #000;
}

.pm-guestbook-entry-author {
    font-weight: bold;
    font-size: 16px;
}



.pm-guestbook-allentries {
    text-align: center;
}

.pm-guestbook-allentries-button {
    background: #fff;
    border:0;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 40px;
    cursor: pointer;
}

.pm-guestbook-popup {
    display: none;
    position: fixed;
    max-width: 100%;
    width: 1100px;
    background: #fff;
    z-index: 99999;
    left: 50%;
    margin-left: -550px;
    top: 20px;
    bottom: 20px;
}

.pm-popup-head{
    background: #ecd9c7;
    position: relative;
}

.pm-popup-head-left {
    background: url('../img/grafik_a.png') no-repeat center center;
    background-size: contain;
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -10px;
}

.pm-guestbook-rings {
    background: url('../img/grafik_vier.png') no-repeat center center;
    background-size: contain;
    width: 120px;
    height: 85px;
    display: block;
    margin-top: 45px;
    margin-left: 50px;
}

.pm-guestbook-form-container .pm-guestbook-rings {
    position: absolute;
    bottom: -80px;
    right: -190px;
    width: 180px;
    height: 120px;
}

.pm-popup-head-left .pm-guestbook-rings {
    width: 120px;
    height: 85px;
    display: block;
    margin-top: 45px;
    margin-left: 50px;
}

.pm-popup-title {
    text-align: center;
    background: url('../img/grafik_c.png') no-repeat center 20px;
    min-height: 150px;
    background-size: 80px;
}

.pm-popup-title h2 {
    color: #fff;
    text-transform: unset;
    font-weight: 800;
    font-size: 60px;
    padding-top: 57px;
    font-family: "Raleway", Sans-serif;
    margin: 0;
}
.pm-popup-title h3 {
    text-transform: unset;
    font-size: 42px;
    margin-top: -32px;
    font-family: "Alex Brush", sans-serif;
    font-weight: 100;
    color: #636363;
}

.pm-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url('../img/schlieszen.png') no-repeat center center;
    width: 37px;
    height: 37px;
    cursor: pointer;
}


.pm-popup-content-container {
    margin: 20px 40px;
    max-height: 100%;
    height: calc(100% - 200px);
    overflow: auto;
}

.pm-popup-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.pm-popup-entry {
    padding: 40px;
    border-bottom: 1px dotted #000;
    text-align: center;
    flex-basis: 35%;
}

.pm-popup-entry-author {
    font-weight: bold;
    font-size: 16px;
}

.pm-popup-entry:nth-child(odd) {
    border-right: 1px dotted #000;
}

@media (max-width: 1100px) {
    .pm-guestbook-popup {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }
}

@media (max-width: 680px) {
    .pm-popup-entry {
        flex-basis: 100%;
        border-right: 0 !important;
    }

    .pm-popup-entry:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 600px) {
    .pm-guestbook-entry.slick-active {
        color: #000;
    }
}
