a{
    text-decoration: none !important;
}
*{
    box-sizing: border-box;
}
/* Mitgliederkarte */
.member-card {
    background-image: linear-gradient(180deg,#000 0%, #c19be9 150%) !important;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
	color:#fff !important;
	border: none;
}

.member-card:hover {
    transform: translateY(-5px);
}






.peteitcms-single-profile .profile-name {
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.25), 0 1px 0 #c19be9;
}

/* Profile Content */
.profile-content {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid var(--wp--preset--color--border, #e0e0e0);
}

/* Profile Form Sections */
.profile-section {
    margin-bottom: 30px;
}



/* Haupt Container */
.peteitcms-member-list-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Rollenfilter */
.peteitcms-role-filter {
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0, 124, 186, 0.3);
}


.role-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.role-btn, .view-profile-btn {
    display: inline-block;
    padding: 12px 20px;
    background: #f67b56;
    color: #fff !important;
    text-decoration: none;
    border-radius: 25px;
    font-size: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 0.9em;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25), 0 1px 0 #c19be9;
    box-shadow: 0 6px 20px #fff;
}


.role-btn.active {
    background: #fff;
    color: #f67b56 !important;
}

/* Mitglieder Grid */
.peteitcms-members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}



.member-avatar {
    margin-bottom: 20px;
}

.member-avatar img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 4px solid #f67b56;
    transition: border-color 0.3s ease;
}

.member-card:hover .member-avatar img {
    border-color: var(--wp--preset--color--accent, #ff6b6b);
}



.member-info h4 {
    margin: 0 0 8px 0;
    font-size: 1.3em;
    font-weight: 600;
}

.member-info h4 a {
    color: var(--wp--preset--color--foreground, #333);
    text-decoration: none;
    transition: color 0.3s ease;
}

.member-info h4 a:hover {
    color: var(--wp--preset--color--primary, #007cba);
}

.member-role {
    color: var(--wp--preset--color--secondary, #666);
    font-size: 0.9em;
    margin: 0 0 20px 0;
    font-style: italic;
}


/* Einzelnes Profil */
.peteitcms-member-profile {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.profile-header {
    background: linear-gradient(180deg, #c19be9  0%, #000 40%);
    color: white;
    display: block !important;
    align-items: center;
    gap: 30px;
    padding: 20px 10px 10px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.profile-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid rgba(255,255,255,0.3);
}

.profile-info h1 {
    margin: 0 0 10px 0;
    font-size: 2.2em;
    font-weight: 700;
}

.profile-role {
    font-size: 1.1em;
    opacity: 0.9;
    margin: 0 0 10px 0;
    color: #fff !important;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.25), 0 1px 0 #c19be9;
}

.profile-registered {
    font-size: 0.9em;
    opacity: 0.8;
    margin: 0 0 20px 0;
}

.posts-btn {
    display: inline-block;
    padding: 12px 24px;
    background: rgba(255,255,255,0.2);
    color: white !important;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.3);
}

.posts-btn:hover {
    background: white;
    color: var(--wp--preset--color--primary, #007cba) !important;
    transform: translateY(-2px);
}

/* Profil Content */
.profile-content {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid var(--wp--preset--color--border, #e0e0e0);
}

.profile-content h3 {
    margin: 0 0 20px 0;
    color: var(--wp--preset--color--foreground, #333);
    font-size: 1.4em;
    border-bottom: 2px solid var(--wp--preset--color--primary, #007cba);
    padding-bottom: 10px;
}

.profile-bio {
    line-height: 1.6;
    color: var(--wp--preset--color--secondary, #666);
    font-size: 1.1em;
}

.no-bio {
    color: var(--wp--preset--color--tertiary, #999);
    font-style: italic;
}

.no-members {
    text-align: center;
    color: var(--wp--preset--color--secondary, #666);
    font-size: 1.1em;
    padding: 60px 20px;
    background: var(--wp--preset--color--background, #f8f9fa);
    border-radius: 12px;
    border: 2px dashed var(--wp--preset--color--border, #e0e0e0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .peteitcms-member-list-container {
        padding: 15px;
    }
    
    .peteitcms-members-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .role-buttons {
        justify-content: center;
    }
    
    .profile-header {
        flex-direction: column;
        text-align: center;
    }
    
    .profile-info h1 {
        font-size: 1.8em;
    }
    
    .profile-content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .peteitcms-members-grid {
        grid-template-columns: 1fr;
    }
    
    .member-card {
        padding: 10px;
    }
    
    .member-avatar img {
        width: 100px;
        height: 100px;
    }
    
    .profile-avatar img {
        width: 120px;
        height: 120px;
    }
    
    .role-btn {
        padding: 10px 16px;
        font-size: 0.85em;
    }
}

/* Form Grid Layouts */
.profile-grid-layout {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
}

.grid-item {
    background-image: linear-gradient(180deg,#c19be9 0%, #000 60%);
    display: flex;
    border-radius: 8px;
    color: #fff;
    flex-direction: column;
}

.grid-item label {
    margin-bottom: 8px;
    font-weight: bold;
}

.grid-item select,
.grid-item input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Kinks Sektion im Extended Profile */
.kinks-section .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.kinks-section .checkbox-item {
    background: rgba(193, 155, 233, 0.1);
    border: 1px solid rgba(193, 155, 233, 0.3);
    border-radius: 20px;
    padding: 6px 12px;
    margin: 0;
    transition: all 0.3s ease;
}

.kinks-section .checkbox-item:hover {
    background: rgba(193, 155, 233, 0.2);
}

.textarea-grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.textarea-item {
    color: #fff;
    background-image: linear-gradient(180deg,#c19be9 0%, #000 30%);
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    margin-bottom: 10px;
}

.textarea-item label,
.textarea-item .profile-field-label {
    margin-bottom: 8px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
}

.text-content {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    white-space: pre-wrap;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    /* Schöne Scrollbar für moderne Browser */
    scrollbar-width: thin;
    scrollbar-color: rgba(193, 155, 233, 0.5) rgba(255, 255, 255, 0.1);
}

/* Webkit Browser Scrollbar-Stil */
.text-content::-webkit-scrollbar {
    width: 8px;
}

.text-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.text-content::-webkit-scrollbar-thumb {
    background-color: rgba(193, 155, 233, 0.5);
    border-radius: 4px;
}

.text-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(193, 155, 233, 0.8);
}

.textarea-item textarea {
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    resize: vertical;
}

/* Responsive Grid - Switch to fewer columns on medium screens and single column on mobile */
@media (max-width: 992px) {
    .profile-grid-layout {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .profile-grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }
    .textarea-grid-layout {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Loading Animation */
.peteitcms-loading {
    text-align: center;
    padding: 40px;
}

.peteitcms-loading::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid var(--wp--preset--color--border, #e0e0e0);
    border-radius: 50%;
    border-top-color: var(--wp--preset--color--primary, #007cba);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Body Classes für spezifische Seiten */
.peteitcms-members-page .site-main,
.peteitcms-profile-page .site-main {
    padding-top: 0;
}

/* Theme Integration */
.entry-content .peteitcms-member-list-container,
.entry-content .peteitcms-member-profile {
    margin: 0;
}

/* Pagination */
.peteitcms-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    padding: 20px 0;
}

.peteitcms-pagination .page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--wp--preset--color--background, #f8f9fa);
    color: var(--wp--preset--color--foreground, #333) !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid var(--wp--preset--color--border, #e0e0e0);
}

.peteitcms-pagination .page-btn:hover {
    background: #f67b56;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(246, 123, 86, 0.3);
}

.peteitcms-pagination .page-btn.active {
    background: #f67b56;
    color: white !important;
    border-color: #f67b56;
}

.peteitcms-pagination .prev-btn,
.peteitcms-pagination .next-btn {
    width: auto;
    padding: 0 15px;
}

.peteitcms-pagination .page-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--wp--preset--color--foreground, #333);
    font-weight: bold;
    pointer-events: none;
}

@media (max-width: 480px) {
    .peteitcms-pagination {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .peteitcms-pagination .page-btn {
        width: 35px;
        height: 35px;
        font-size: 0.9em;
    }
    
    .peteitcms-pagination .prev-btn,
    .peteitcms-pagination .next-btn {
        padding: 0 12px;
    }
}

/* =================================
   SINGLE PROFILE STYLES
   ================================= */

.peteitcms-single-profile {
	max-width: 100% !important;
	background: transparent !important;
	box-shadow: none !important;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center;
}

.peteitcms-single-profile .profile-avatar {
    margin-bottom: 1.5rem;
}

.peteitcms-single-profile .profile-avatar img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid #f67b56;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.peteitcms-single-profile .profile-name {
font-size: 2.5rem;
font-weight: bold;
margin: 1rem 0;
color: #fff !important;
text-shadow: 2px 2px 8px rgba(0,0,0,0.25), 0 1px 0 #c19be9;
}

.peteitcms-single-profile .profile-role {
text-align: left !important;
display: block;
border-radius: 0;
font-weight: 600;
font-size: 1.1rem;
margin: 0;
color: #fff !important;
text-shadow: 2px 2px 8px rgba(0,0,0,0.25), 0 1px 0 #c19be9;
}

.peteitcms-single-profile .profile-meta {
    background: var(--peteitcms-background-light, #f8f9fa);
    padding: 1rem;
    border-radius: 8px;
    margin: 1.5rem 0;
    color: var(--peteitcms-text-muted, #666666);
}

.peteitcms-single-profile .profile-bio {
    text-align: left;
    margin: 2rem 0;
    padding: 1.5rem;
    background: var(--peteitcms-background-light, #f8f9fa);
    border-radius: 8px;
}

.peteitcms-single-profile .profile-bio h3 {
    margin-top: 0;
    color: var(--peteitcms-text-dark, #333333);
}

.peteitcms-single-profile .profile-website {
    margin: 1rem 0;
}

.peteitcms-single-profile .profile-website a {
    color: var(--peteitcms-primary-color, #007cba);
    text-decoration: none;
}

.peteitcms-single-profile .profile-website a:hover {
    text-decoration: underline;
}

.profile-navigation {
    margin: 2rem auto;
    text-align: center;
    max-width: 250px;
}

.profile-navigation .back-to-members {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #f67b56;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    margin-bottom: 50px;
}

.profile-navigation .back-to-members:hover {
    transform: translateY(-2px);
}

/* Responsive Single Profile */
@media (max-width: 768px) {
    .peteitcms-single-profile {
        padding: 1rem;
        margin: 1rem;
    }
    
    .peteitcms-single-profile .profile-name {
        font-size: 2rem;
    }
    
    .peteitcms-single-profile .profile-avatar img {
        width: 120px;
        height: 120px;
    }
}

/* Profile Tab System */



/* Profile Albums Grid */
.profile-albums-grid {
    margin-top: 1rem;
}

.profile-album-card {
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-album-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.profile-album-card .album-preview {
    position: relative;
    overflow: hidden;
}

.profile-album-card .album-preview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

/* Responsive Albums */
@media (max-width: 768px) {
    .profile-albums-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .profile-album-card .album-preview {
        height: 180px;
    }
}



/* Erweiterte Profilfelder Styles (Version 1.3.0) */
.peteitcms-extended-profile-form {
    color: white;
}

.peteitcms-extended-profile-form h3 {
    margin: 0 0 25px 0;
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    text-align: center;
}

.profile-section {
    border-radius: 8px;
}


.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #fff !important;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.15);
}

.checkbox-group {
    margin-bottom: 1.5rem;
}

.checkbox-group-label {
    display: block;
    margin-bottom: 1rem;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
}

.checkbox-item {
    display: inline-flex;
    align-items: center;
    margin: 0.3rem 0.5rem 0.3rem 0;
    padding: 0.4rem 0.8rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.checkbox-item input[type="checkbox"] {
    width: auto;
    margin-right: 0.5rem;
    margin-bottom: 0;
}

.checkbox-item span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.checkbox-item input[type="checkbox"]:checked + span {
    color: white;
    font-weight: 500;
}

.form-actions {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border: none !important
}

.peteitcms-btn {
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.peteitcms-btn-primary {
    background: linear-gradient(90deg, #000 0%, #c19be9 50%, #000 100%) !important;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.peteitcms-btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .peteitcms-extended-profile-form {
        padding: 15px;
    }
    
    .checkbox-item {
        margin: 0.2rem 0.3rem 0.2rem 0;
        padding: 0.3rem 0.6rem;
        font-size: 13px;
    }
}
/*members*/
@media (max-width: 768px) {
    .peteitcms-member-list-container, .bs-card-box {
        padding: 0;
    }
}
.author-about-display{
		padding: 0 !important;
		background: linear-gradient(180deg,#c19be9 0%, #000 10%);
        border-radius:8px;
        display:flex;
        flex-direction:column;
        align-items:center;
        position:relative;
}
#author_about_me {
        background: rgb(102 102 102) !important;
}
.peteitcms-single-profile .profile-name{
	text-shadow: 2px 2px #000 !important;
}

.member-info a, .member-role{
	color: #fff !important;
	font-weight:bold;
	text-shadow: 1px 1px #000
}
.peteitcms-member-list-container{
	margin: auto;
	padding:0px !important;
	    background: transparent !important;
	box-shadow: none
}
.peteitcms-profile-container{
		padding:0px !important;
	max-width:100% !important;
	border-radius:8px;
		margin: auto;
}

.peteitcms-role-filter{
	    background: transparent;
	box-shadow: none !important;
	padding:0;
	margin:0 !important
}
.role-buttons{
	margin:0 !important
}
.role-btn, .role-btn.active, .view-profile-btn{
	font-size:20px;
	width: 185px;
	text-align: center;
	border-radius: 12px;
	color: #fff !important;
	background-image: linear-gradient(90deg,#000 0%, #c19be9 50%, #000 100%) !important;
	box-shadow: 0 1px 5px 1px #888;
}


.peteitcms-single-profile .profile-meta{
	background: transparent !important
}

/* Styling für die Profilanzeige */
.profile-extended-details {
    margin: 1rem 0;
    width: 100%;
}

/*neu*/
.profile-navigation .back-to-members,
.peteitcms-single-profile .profile-tabs .profile-tab,
.peteitcms-single-profile .profile-tabs .profile-tab:hover, .peteitcms-single-profile .profile-tabs .profile-tab:active,
.profile-tab.profile-video-call-btn.offline-button, .profile-tab.profile-audio-call-btn.offline-button{
	padding: 5px!important;
	color: #fff !important;
	background: linear-gradient(90deg,#000 0%, #c19be9 50%, #000 100%) !important;
	min-width: 155px;
	font-size: 18px !important;
	text-shadow: 1px 1px #000;
	box-shadow: 0px 1px 5px 1px #fff;
    border-radius: 8px !important;
    height: 50px !important;
    font-weight: 500;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .profile-tabs {
        flex-direction: row;
        align-items: stretch;
        gap: 0.5rem;
    }
    
    .profile-tabs .profile-tab {
        text-align: center;
        padding: 0.75rem 1rem;
    }
}

#profile-tab-about{
	box-shadow:none;
	margin: 0 !important;
	padding: 0 !important
}
.profile-tab-content {
    display: none;
}

.profile-tab-content:first-of-type {
    display: block;
}
/*tribut*/
.tribute-section{
	border-radius:8px;
    background-image: linear-gradient(180deg,#c19be9 0%, #000 30%);
	padding:5px 10px; 
    color: white; 
    margin: 20px 0; 
}
.tribute-btn.tribute-btn-disabled{
	background: #111 !important;
	color:#fff;
	border-radius: 12px !important;
	box-shadow: 0 1px 5px 1px #888 !important;
	font-size:16px !important
}