.bm-gaestebuch-form-wrap {
    margin-bottom: 80px;
	text-align: center;
}

.bm-gaestebuch-row {
    display: flex;
    gap: 0px;
}

.bm-gaestebuch-row input {
    flex: 1;
    margin-bottom: 15px;
}

/* Mobile */
@media (max-width: 767px) {
    .bm-gaestebuch-row {
        flex-direction: column;
        gap: 0;
    }
}

.bm-gaestebuch-form-wrap h3, .bm-gaestebuch-comments h3{
	font-size: 1.8rem;
	font-weight: 600;
    color: #59646d;
    line-height: 1.4em;
	padding-bottom: 30px;
	text-align: center;
}

.bm-gaestebuch-form-wrap p{
	color: #6a717a
}

.bm-gaestebuch-form{
	margin-top: 20px;
	border-radius: 11px;
    padding: 25px;
    box-shadow: 0px 2px 22px -8px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.bm-gaestebuch-form textarea,
.bm-gaestebuch-form input, .bm-gaestebuch-form input[type=text], .bm-gaestebuch-form input[type=email] {
    width: 100%;
    margin-bottom: 15px;
    padding: 14px;
	background: #f4f5f7;
	border: 0px;
	font-size: 1rem;
	border-radius: 6px;
}

.bm-gaestebuch-form input[type=text]{
	margin-right: 20px;
}

.bm-gaestebuch-form textarea {
    min-height: 160px;
}

.bm-gaestebuch-form button {
    cursor: pointer;
	background: #b2b323;
    border: 0px;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    transition: 0.3s;
    font-size: 0.95rem;
	margin-top: 8px;
}

.bm-gaestebuch-success,
.bm-gaestebuch-error {
    margin-bottom: 25px;
    padding: 15px 20px;
    font-size: 1.4rem;
    color: #b2b323;
    text-align: center;
    line-height: 1.5;
}


.bm-gaestebuch-comment {
    margin-bottom: 30px;
    padding-bottom: 25px;
	border-radius: 11px;
    padding: 18px;
	box-shadow: 0px 2px 22px -8px rgba(0,0,0,0.2);
	text-align: center;
	background: #fff;
	font-size: 1.1rem;
    line-height: 1.5em;
}

.bm-gaestebuch-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.bm-gaestebuch-meta strong{
	color: #b2b323;
}


.bm-gaestebuch-meta span{
	color: #6a717a;
}
