/*
 * Content
 */

.RESSAdminPanel {
   position: relative;
}
h1.RESS, h2.RESS, h3.RESS, h4.RESS {
	font-weight: 700;
	color: var(--bs-gray-900);
	text-transform: none;
	margin-bottom: 25px;
}
h1.RESS {
	font-size: 2.0rem;
}
h2.RESS {
   font-size: 1.8rem;
}
h3.RESS {
   font-size: 1.6rem;
}
h4.RESS {
   font-size: 1.4rem;
}
p.RESS {
   margin-bottom: 25px;
}
a.RESSbutton {
   display: inline-block;
   color: #000;
   text-transform: uppercase;
   font-weight: 700;
}
.justify-content-space-between {
	justify-content: space-between !important;
}

/*
 * Slideshow
 */

.carousel-item .display1 {
   display: flex;
   flex-direction: column;
   align-items: center;
}
.carousel-item .display1 span {
	font-size: 1.75rem;
	color: #fff;
}
.carousel-item button {
	text-transform: uppercase;
}

/*
 * Gallery
 */

.fotogalerie-box > div {
	margin-bottom: 50px;
}
.fotogalerie-box > div:hover .img-box {
	transform: scale(1.02);
}
.fotogalerie-box .title-box {
	font-size: 2em;
	text-align: center;
}
.fotogalerie-box .title-box a, .fotogalerie-boxleft a, .fotogalerie-boxmain a {
   color: var(--bs-black);
   transition: .3s;
}
.fotogalerie-boxleft a:hover {
   color: var(--bs-link-color);
}

/*
 * Blog
 */

.row.diary > * {
	padding: 0;
}
.diary {
   justify-content: space-between;
}
.diary .card a, .card-one a {
   color: var(--bs-black);
}
.diary .card .post-meta {
	display: flex;
   justify-content: space-around;
}
.diary-post {
}
.diary-comments {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.diary-comments .media-left {
	margin-right: 10px;
}
.diary-comments .media-left img {
	max-width: 60px
}
.diary-comments .media-body {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	padding: 20px;
}
.diary-comments .media-body > div:first-child {
	display: flex;
	justify-content: space-between;
}
.diary-comments .media-body > div:first-child p {
	font-weight: 600;
}
.diary-comments .media-body > div:first-child span {
	color: #9b9b9b;
}
.diary-comments.comment-answer {
	margin-left: 70px;
}

/*
 * Form
 */
.contact-form .form-validation {
   position: absolute;
   top: 4px;
   right: 9px;
   font-size: 0.8em;
   color: #fc3d32;
}
.contact-form .form-floating.error input, .contact-form .form-floating.error textarea {
	border-color: #fc3d32;
}
.contact-form .gdpr {
	font-size: 0.7em;
	padding-top: 15px;
}