<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Admin */


.asverein-dashboard-menu-10-frame
{
	padding-bottom:5px;
	padding-top:5px;
}
.asverein-dashboard-menu-10
{
	padding:5px;
	text-decoration:none;
}
.asverein-dashboard-menu-10:hover
{
	text-decoration:underline;
}


.btn-asverein-small
{
	font-size:13px;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}


.btn-friend-request-list
{
	display:block;
	float:left;
	padding:0px;
	margin-right:5px;
	width:60px;
	border:solid 1px #afafaf;
	background-color:#f0f0f0;
	border-radius:6px;
	text-align:center;
}

.btn-friend-request-list img
{
	width:15px;
	margin-top:-5px;
}


.btn-friend-request-menu
{	
	padding:0px!important;
	margin-right:5px;
	margin-left:10px;
	width:60px;
	border:solid 1px #afafaf;
	background-color:#f0f0f0;
	border-radius:6px;
	text-align:center;
}

.btn-friend-request-menu img
{
	width:15px;
	margin-top:-5px;
}




.asverein-dashboard-header
{
	background-color:#990000;
	padding:10px;
	color:#fff;
}

.asverein-form-container
{
	background-color:#fdfdfd;
	border-radius:5px;
	border:solid 1px #dfdfdf;
	margin-bottom:20px;
	padding:15px;	
}

.asverein-form-container-error
{
	border:solid 2px #ff0000;
}

.asverein-form-container table td 
{
	padding:5px;
	padding-right:15px;
}
.asverein-list-container
{
	background-color:#f4f4f4;
	border-radius:15px;
	margin-bottom:20px;
	padding:10px;
	padding:10px;
}


.asverein-notification-container
{
	background-color:#f4f4f4;
	border-radius:15px;
	margin-bottom:20px;
	padding:15px;	
}


.nav
{
	margin-bottom:10px;
}

/*
.nav-link.active
{
	background-color:#f4f4f4!important;
}
*/

.asverein-events-anmeldung-icon
{
	width:30px;
}

.asverein-events-akt-monat-container
{
	padding:4px;
	background-color:#fff;
}



.asverein-detail-frame
{
	margin-bottom:15px;
	background-color:#eee;
	border-radius:5px;
	padding:10px;
}

.asverein-detail-frame img
{
	max-width:100%;
}
.asverein-detail-image
{
	max-width:100%;
	text-align:center;
}
	
.asverein-detail-image img{	max-width:100%;}
.asverein-detail-image-100{	width:100%;	}
.asverein-detail-image-100 img {	width:100%;}




.asverein-events-detail-frame
{
	margin-bottom:15px;
	background-color:#eee;
	border-radius:5px;
	padding:10px;
}


.asverein-events-detail-tasks-accordion
{
	background-color:#f0f0f0;
}
.asverein-events-detail-tasks-accordion-item
{
	background-color:#fff;
	border:solid 1px #afafaf;
	border-radius:5px;
	margin:3px;
	padding:8px;
}
.asverein-events-detail-tasks-grid
{
	border:solid 1px #afafaf;
	margin:5px;
}

.asverein-events-detail-tasks-grid h3
{
	background-color:#888;
	color:#fff;
	font-size:14px;
	padding:6px;	
}

.asverein-events-detail-tasks-grid-user
{
	padding:5px;
	font-size:13px;	
}

.asverein-events-detail-tasks-grid-button
{
	width:95%;
	margin:auto;
	padding:4px;
	display:block;	
}

.asverein-events-detail-tasks-grid-anzahl
{
	font-size:10px;
	width:100%;
	padding:3px;
	margin:0px;	
	margin-top:10px;
	background-color:#888;
	color:#fff;
	text-align:center;
}

.asverein-events-detail-ticketshop-options-form select
{
	width:100px;
}
.asverein-events-detail-export-kontakt
{
	font-size:0.9em;
}
.asverein-events-date-status
{
	display:block;
	margin-bottom:5px;
	color:#ff0000;
	font-weight:bold;
}
.asverein-events-date-status-detail
{
	display:block;
	margin-bottom:10px;
	color:#ff0000;
	font-weight:bold;
}


.asverein-eventr-detail-image
{
	max-width:100%;
	text-align:center;
}
	
.asverein-eventr-detail-image img{	max-width:100%;}
.asverein-eventr-detail-image-100{	width:100%;	}
.asverein-eventr-detail-image-100 img {	width:100%;}



.asverein-listings-item-intern-label
{
	display:block;	
	margin-top:10px;
	font-size:12px;
}
.asverein-listings-item-intern-label span
{
	background-color:#888;
	color:#fff;
	padding:2px 10px 2px 10px;
	border-radius:4px;
}

.asverein-listings-item-mails-attachment
{
	margin-top:5px;
	background-repeat:no-repeat;
	background-size:20px;
	padding-left:20px;
}
.asverein-listings-item-mails-attachment p
{
	margin:0px;
	padding:0px;
}
.asverein-listings-detail-mails-img
{
	height:180px;	
	max-width:100%;
	overflow:hidden;
}
.asverein-listings-detail-mails-img img
{
	height:100%;
}
.asverein-listings-item-mails-img
{
	height:50px;
	margin-top:10px;
	margin-bottom:10px;
	max-width:100%;
	overflow:hidden;
}
.asverein-listings-item-mails-img img
{
	height:100%;
}

.asverein-grid-container
{
	display:grid;
	grid-template-columns: 25% 25% 25% 25%;
	padding: 0px;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	
}

.asverein-grid-container-1{		grid-template-columns: 100%;	}

.asverein-grid-container-2{	grid-template-columns: 50% 50%;}	
	
.asverein-grid-container-3{grid-template-columns: 33% 33% 33%;}	

.asverein-grid-container-4{	grid-template-columns: 25% 25% 25% 25%;}	


.asverein-listings-noentry
{	
	padding:10px;
	margin-bottom:4px;	
	background-color:#ffffff;
	border:solid 1px #e9e9e9;
}



.asverein-listings-item-a
{
	text-decoration:none;
}

.asverein-listings-item a
{
	text-decoration:none;
}


.asverein-grid-item
{	
	padding:10px;
	margin-bottom:4px;	
	background-color:#ffffff;
	border:solid 1px #e9e9e9;
}

.asverein-grid-item-image
{
	width:80%;
	margin:auto;
	height:180px;
	overflow:hidden;
}

.asverein-grid-item-image img
{
	width:100%;
}

.asverein-grid-item-link
{
	width:100%;
	text-align:center;
}

.asverein-grid-item-link a
{	
	font-weight:bold;
	text-decoration:none;	
}

.asverein-listings-item
{	
	padding:10px;
	margin-bottom:4px;	
	background-color:#ffffff;
	border:solid 1px #e9e9e9;
}

.asverein-listings-item-divider
{
	clear:both;	
}


.asverein-listings-item-grid
{	
	margin:5px;
	padding:10px;
	margin-bottom:4px;	
	background-color:#ffffff;
	border:solid 1px #e9e9e9;
	text-align:center;
}

.asverein-listings-item-grid-link
{	
	font-weight:bold;
	text-decoration:none;	
}


.asverein-listings-shop-item-grid, .asverein-listings-shop-item
{
	height:100%;	
}


.asverein-listings-shop-item-grid-image, .asverein-listings-shop-item-image
{
	display:block;
	overflow:hidden;
}
.asverein-listings-shop-item-grid-image img, .asverein-listings-shop-item-image img
{
	width:100%;
	
}


.asverein-listings-item-grid p
{
	font-size:12px;
	color:#444;
}

.asverein-listings-item-grid-info
{
	font-size:12px;
	color:#444;
	margin-top:10px;
	margin-bottom:15px;
}

.asverein-listings-item-image
{
	max-width:180px;
}
.asverein-listings-item-image img
{
	width:100%;
}


.asverein-ecards-item-img
{
	width:80%;
	margin:auto;
}
.asverein-ecards-item-img img
{
	width:100%;
}

.asverein-ecards-item-titel
{
	margin:auto;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:15px;
	text-align:center;
}

.asverein-ecards-item-link
{
	margin:auto;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:15px;
	text-align:center;
	font-size:0.9em;
}


.asverein-listings-abzeichen-item-image
{
	width:20%;
	float:left;
	margin-right:15px;	
}

.asverein-listings-abzeichen-item-image img
{
	max-width:100%;
}

.col-asverein-images
{
	padding-right:2px;
	padding-left:2px;	
	padding-top:2px!important;
	margin-top:3px;
}


.asverein-images-list
{
	padding:2px;	
	width:100%;
	height:100%;
}

.asverein-images-list img
{
	width:100%;
}



.asverein-listings-item-newsfeed-image-gross
{
	width:100%;
	text-align:center;
}

.asverein-listings-item-newsfeed-image-gross img
{
	max-height:240px;
	max-width:100%;
}

.asverein-listings-item-newsfeed-image-small-left
{
	width:100%;
	margin-right:20px;
}

.asverein-listings-item-newsfeed-image-small-right
{
	float:right;
	width:180px;
	margin-left:20px;
}
.asverein-listings-item-newsfeed-image-small-left img, .asverein-listings-item-newsfeed-image-small-right img
{width:100%;}



.asverein-groups-detail-nav .col-4
{
	text-align:center;
}


.asverein-listings-item-link
{
	font-size:0.8em;
}

.asverein-form-container .asverein-listings-item-date
{
	font-size:0.8em;
}

.asverein-listings-item .asverein-listings-item-date, .asverein-listings-item .asverein-listings-events-item-date, .asverein-widget-survey-item .asverein-listings-item-date
{
	display:block;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:2px;
	font-size:12px;
	width:130px;
	float:left;
	margin-right:20px;
}



.asverein-listings-item .asverein-listings-item-info
{	
	float:left;
}

.asverein-listings-item .asverein-listings-item-info span
{
	font-size:12px;
}



.asverein-listings-item .asverein-listings-item-location
{
	display:block;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:2px;
	font-size:12px;
}


.asverein-listings-item .asverein-listings-item-content
{
	display:block;
	font-weight:normal;
	font-size:13px;
	margin-bottom:5px;
}


.asverein-listings-newsfeed-date
{
 	font-weight:normal;
	font-size:11px;	
	margin-bottom:4px;
}

.asverein-listings-item .col-md-12
{
	padding-top:0px!important;
}

.asverein-listings-item .asverein-listings-item-link-downloads
{
	font-size:12px;
	color:#444;
	display:block;
}


.asverein-listings-item .asverein-listings-item-title
{
	display:block;
	font-weight:bold;	
}




.asverein-listings-item .asverein-listings-survey-count, .asverein-widget-survey-item .asverein-listings-survey-count
{
	display:block;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:2px;
	font-size:13px;
}


.asverein-listings-item-user
{
	background-color:#f4f4f4;
	padding:2px;
}
.asverein-listings-item-user span
{
	display:block;
	margin-bottom:4px;
	font-size:13px;
}





.asverein-listings-item-ads-rubrik
{
	background-color:#ddd;
	color:#fff;
	padding:5px;
	font-weight:bold;
	margin:-10px;
	margin-top:-10px;
	margin-bottom:10px;	
}

.asverein-listings-item-ads-img
{
	width:100%;
	height:240px;
	overflow:hidden;
}

.asverein-listings-item-ads-img img
{
	width:100%;
}

.asverein-detail-ads-image
{
	max-height: 200px;
    overflow: hidden;
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.asverein-listings-events-item-date
{
	width:80px;
	float:left;
	margin-right:20px;
}

.asverein-listings-events-item-info
{	
	float:left;
}


.asverein-listings-events-item-content
{
	font-size:0.8em;
	display:block;
}

.asverein-listings-head-month
{	
	background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 5px;
}    

.asverein-listings-head-rubrik
{	
	background-color: #dfdfdf;
    padding: 10px;
    margin-bottom: 5px;
}    

    
.asverein-listings-container-events-groups .asverein-listings-head-month h4
{
	font-size:14px;
}

.asverein-listings-head-group
{	
	background-color: #dfdfdf;
    padding: 10px;
    margin-bottom: 5px;
}


.asverein-listings-head-group-logo
{
	height:40px;
	float:left;
	margin-right:20px;
}

.asverein-listings-head-group-logo img
{
	height:40px;
}


.asverein-listings-head-category
{	
	background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 5px;
}    



.asverein-listings-eventr-item-date
{
	display:block;
	font-size:13px;
}

.asverein-listings-eventr-item-location
{
	display:block;
	font-size:13px;
}



   
   
.asverein-listings-container-button    
{
	margin-top:5px;
	margin-bottom:15px;
}


.asverein-background-white
{
	background-color:#fff;
}

.asverein-background-black
{
	background-color:#000;
}


.asverein-post-date
{
	font-size:75%;
	font-weight:bold;
	margin-bottom:5px;
}


.asverein-post-link-downloads
{
	margin-bottom:30px;
}


.asverein-plugin-post-img
{
	float:left;
	width:100%;
	margin-right:10px;
	margin-bottom:10px;
}

.asverein-plugin-post-content
{
	margin-bottom:20px;
	margin-top:10px;
}


.asverein-plugin-post-map
{
	margin-bottom:20px;
}


.asverein-photos-grid-container
{
	display:grid;
	grid-template-columns: 25% 25% 25% 25%;
	padding: 0px;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	
}

	
.asverein-photos-grid-container-3
{
	grid-template-columns: 33% 33% 33%;
}	

.asverein-photos-grid-container-4
{
	grid-template-columns: 25% 25% 25% 25%;
}	

/*
.asverein-photos-item
{
	background-color:#fff;
	border:solid 1px #afafaf;
}
*/


.asverein-photos-item img
{
	width:100%;
}
.asverein-photos-item span
{
	font-size:12px;
	display:block;
	text-align:center;
}


.asverein-posts-list-img-pos1
{
	width:100%;
	margin-bottom:10px;
	height:160px;	
}
.asverein-posts-list-img-pos2
{
	width:100%;
	margin-bottom:10px;
	height:160px;	
}

.asverein-posts-list-img-pos3
{
	width:100%;

}

.asverein-posts-list-img-pos3 img
{
	height:auto;		
}
.asverein-posts-list-img
{
	overflow:hidden;
}

.asverein-posts-list-img img
{
	width:100%;
}


.article-item-image
{
	width:100%;
} 
.article-item-image img
{
	width:100%;
}


.error
{
	color:#ff0000;
	font-size:13px;
}





.asverein-message-success
{
	margin-top:20px;
	margin-bottom:25px;
	font-weight:bold;
	color:#444;
}


.asverein-message-error
{
	margin-top:20px;
	margin-bottom:25px;
	font-weight:bold;
	color:#ee0000;
}

.asverein-message-error-frame
{
	margin-top:20px;
	margin-bottom:25px;
	font-weight:bold;
	padding:10px;
	background-color:#ee0000;
	color:#ddd;
}


.asverein-footer-widget .col
{
	padding-top:15px;
}


.asverein-members-list
{
	padding:4px;
	border:solid 1px #e9e9e9;
	margin-bottom:4px;
}

.asverein-members-list-img
{
	float:left;
	width:80px;
	height:80px;
	margin-right:10px;
	overflow:hidden;
}
.asverein-members-list-img img
{
	width:100%;
}
.asverein-members-list-img-nofloat
{
	swidth:80px;
	sheight:80px;	
	overflow:hidden;
}

.asverein-members-list-img-nofloat img
{
	width:100%;
}


.asverein-members-list-group
{
	width:100%;
	margin-right:5px;
	padding:4px;
	border:solid 1px #e9e9e9;
	margin-bottom:4px;
	float:left;
}


.asverein-members-list-img-group
{	
	width:100px;
	height:120px;	
	overflow:hidden;
	float:left;
	margin-right:10px;
}
.asverein-members-list-img-group img{
	width:100%;
}
.asverein-members-list-info-group
{	
	font-size:12px;
	float:left;
	padding:5px;
}

.asverein-members-list-info-group p
{	
	font-size:14px;
	font-weight:bold;
	
	
}


.asverein-members-list-sm
{
	width:80px;
	margin-right:5px;
	padding:4px;
	border:solid 1px #e9e9e9;
	margin-bottom:4px;
	float:left;
}

.asverein-members-list-img-sm
{	
	width:60px;
	height:80px;	
	overflow:hidden;
}
.asverein-members-list-img-sm img{
	width:100%;
}
.asverein-members-list-name-sm
{
	font-size:10px;
	margin:0px;
}

.asverein-members-sm-frame, .asverein-news-sm-frame
{
	margin-top:20px;
}



/*
asverein-user-profile
*/


.asverein-user-profile .profile-header {
    position: relative;
}

.asverein-user-profile .profile-header .cover {
    max-height: 350px;
    overflow: hidden;
}

.asverein-user-profile .profile-header .cover .cover-thumb-overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(232, 232, 232, 0) 50%, rgba(10, 10, 10, 0.52)) repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.asverein-user-profile .profile-header .cover .cover-thumb img {
    width: 100%;
}

.asverein-user-profile .profile-header .cover .cover-upload {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ddd;
    text-align: center;
    cursor: pointer;
    transform: scale(0);
    z-index: 999999;
}

.asverein-user-profile .profile-header .cover:hover .cover-upload {
    transform: scale(1);
}

.asverein-user-profile .profile-header .thumb {
    position: absolute;
    bottom: -30px;
    left: 30px;
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.asverein-user-profile .profile-header .thumb .profile-avatar {
    background: #fff;
}

.asverein-user-profile .profile-header .thumb .thumb-upload {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #b0adad;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transform: scale(0);
}

.asverein-user-profile .profile-header .thumb:hover .thumb-upload {
    transform: scale(1);
}

.asverein-user-profile .profile-header .thumb img {
    width: 100%;
    height: auto;
}

.asverein-user-profile .profile-header .name {
    position: absolute;
    left: 250px;
    bottom: 20px;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 10px #000;
    font-weight: bold;
}



.asverein-profile-header-navs {
    padding-left: 260px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #ddd3;
    height:45px;
}

.asverein-profile-header-navs-no-cover {
    padding-left: 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #ddd3;
    height:45px;
}


.asverein-profile-header-navs a, .asverein-profile-header-navs-no-cover a {
    padding: 12px 20px;
    display: inline-block;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    border-right: 1px solid #ddd;
}

.profile-header-navs a:hover,
.profile-header-navs a.active {
    background: #e7e7e780;
}

.profile-header-navs a:last-child {
    border-right: none;
}

.navs-content {
    /* padding: 10px; */
    margin-top: 20px;
}

.navs-content .nav-content {
    display: none;
}

.navs-content .nav-content.active {
    display: block;
}

.navs-content .nav-content .item {
    font-size: 13px;
    margin: 5px 0px;
    display: block;
}





.asverein-user-profile .profile-header .follow {
    border: 1px solid #fff;
    border-radius: 21px;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    min-width: 62px;
    padding: 5px 15px;
    position: absolute;
    right: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.19);
}

.user-profile .profile-header .follow.following {
    background: #32b9ff;
    color: #fff;
}

.user-profile .user-posts .single {
    margin: 25px 0;
}

.user-profile .user-posts .single .title {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
}

.user-profile .user-posts .single .excerpt {
    font-size: 13px;
}

.user-profile .user-posts .single .date {
    font-size: 13px;
}

.user-profile .paginate .page-numbers {
    padding: 6px 12px;
    background: #ddd;
    text-decoration: none;
}

.user-profile .paginate .page-numbers.current {
    background: #dddddd80;
}

.user-profile .toast {
    position: fixed;
    right: 30px;
    bottom: 30px;
    min-width: 300px;
    min-height: 50px;
    /* background: #fff; */
    border-radius: 3px;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 10px;
    background: #666;
    color: #fff;
}

.user-profile .follower-list {
    text-align: center;
}

.user-profile .follower-list .single {
    display: inline-block;
    width: 250px;
    position: relative;
    margin: 15px 15px;
    background: #dddddd4d;
    padding-bottom: 22px;
    border-radius: 4px;
    /* box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.13); */
    border: 1px solid #ddd6;
    padding: 15px;
}

.user-profile .follower-list .cover {
    height: 90px;
    overflow: hidden;
}

.user-profile .follower-list .single .thumb {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 72px;
    left: 38%;
    /* border: 3px solid rgba(0,0,0,0.3); */
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3);
}

.user-profile .follower-list .single .thumb img {
    width: 100%;
    height: auto;
}

.user-profile .follower-list .single .name {
    margin-top: 36px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

.user-profile .follower-list .single .follow {
    display: inline;
    padding: 4px 11px;
    background: #ddd;
    border-radius: 3px;
    font-size: 13px;
    border-bottom: 2px solid #c8c8c8;
    cursor: pointer;
}

.user-profile .follower-list .single .follow.following {
    background: #32b9ff;
    color: #fff;
}

.asverein-user-profile .info-box .item {
    display: inherit !important;
}

.asverein-user-profile .school,
.asverein-user-profile .company {
    font-size: 13px;
    font-weight: bold;
}

.asverein-user-profile .degree,
.asverein-user-profile .position {
    /* display: block; */
    margin: 0 5px;
    font-style: italic;
}

.asverein-user-profile .contact-list .item {
    background: #717171;
    display: inline-block !important;
    text-align: center;
    font-size: 18px !important;
    color: #fff;
    padding: 2px 18px;
    border-radius: 3px;
    text-decoration: none;
}

@media only screen and ( min-width: 0px) and ( max-width: 1000px) {
    .asverein-user-profile .profile-header {
        position: relative;
        text-align: center;
    }
    .asverein-user-profile .profile-header .thumb {
        position: relative;
        bottom: 0;
        top:10px;
        left: 0;
        border: 3px solid #fff;
        border-radius: 3px;
        box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.3);
        width: 200px;
        height: 200px;
        overflow: hidden;
        display: block;
        /* width: 100%; */
        margin: 0 auto;
    }
    .asverein-user-profile .profile-header .name {
        position: relative;
        left: 0;
        bottom: 0;
        font-size: 30px;
        color: #fff;
        text-shadow: 0 1px 10px #000;
        font-weight: bold;
        width: 100%;
        text-align: center;
        display: block;
        margin: 20px auto;
    }
    .asverein-user-profile .profile-header .follow {
        position: relative;
        right: 0;
        bottom: 0;
        font-size: 14px;
        color: #575757;
        background: #f5f3f3;
        padding: 6px 25px;
        border-radius: 21px;
        cursor: pointer;
        box-shadow: 0 0 0px 3px rgba(0, 0, 0, 0.3);
        margin: 8px auto;
        display: inline;
    }
    .asverein-user-profile .asverein-profile-header-navs {
        padding-left: 0;
        /* border-bottom: 1px solid #ddd; */
        /* border-left: 1px solid #ddd; */
        /* border-right: 1px solid #ddd; */
        /* border-bottom-left-radius: 3px; */
        /* border-bottom-right-radius: 3px; */
        background: #ddd3;
        margin-top: 25px;
        border-radius: 3px;
        border: 1px solid #ddd;
        text-align: center;
    }
    .asverein-user-profile .toast {
        right: 0px;
        bottom: 30px;
        width: 90%;
    }
    .asverein-user-profile .cover img
    {
		display:none;
	}
}

@media only screen and ( min-width: 0px) and ( max-width: 500px) {
    .asverein-user-profile .profile-header .thumb
    {
		top:10px;
		bottom:0px;
	}
    
    .asverein-user-profile .profile-header-navs a {
        display: block;
        border-right: none;
    }
}

.user-feed .feed-side-1
{
    float: left;
    vertical-align: top;
    width: 49%;
    margin-right:1%;
}

.user-feed .feed-side-2
{
    float: left;
    vertical-align: top;
    width: 49%;
    margin-left:1%;
}

.user-feed .card-header li
{
	background-color:#fff;
	border:solid 1px #afafaf;
}
@media only screen and ( max-width: 900px)
{
    .user-feed .feed-side-1, .user-feed .feed-side-2
	{
    	float: none;
    	vertical-align: top;
    	width: 100%;
    	margin:0%;
	}


}

.asverein-dashboard-section
{
	background-color:#e7e7e7;
	padding:5px 15px;
	margin:2px;
	margin-bottom:10px;
}

.asverein-dashboard-chats
{
	font-size:12px;
}
.asverein-dashboard-chats-avatar
{	
	overflow:hidden;
	padding-left:1px;
	padding-right:1px;	
	max-height:120px;
	max-width:120px;
}
.asverein-dashboard-chats-avatar img


.asverein-listings-chats-avatar
{	
	overflow:hidden;
	padding-left:1px;
	padding-right:1px;	
	max-height:100px;
	max-width:100px;
}
.asverein-listings-chats-avatar img
{
	width:100%;
}
.asverein-chat-list-date
{
	font-size:10px;
}


.app-chat-form-button a
{
	background-color:#f0f0f0!important;
	border:solid 1px #afafaf;
}
.app-chat-form-button a svg
{
	color:#444;
}




.user-feed .side-section {
    background-color: #e7e7e7;
    padding: 5px 15px;
    margin: 0 0 20px 0;
    border-radius:4px;
}

.user-feed .side-section .section-title {
    padding: 0 0 10px 0;
    /* font-weight: 600; */
    font-size: 16px;
}

.user-feed .side-section .section-content {
    font-size: 13px;
}

.user-feed .side-section .section-content.intro .item {
    display: inherit;
    margin: 0 0 10px 0;
}

.user-feed .side-section .section-content.intro .item .icon {
    margin-right: 5px;
}

.user-feed .side-section .section-content.photos {
    column-count: 3;
    column-gap: 5px;
}

.user-feed .side-section .section-content.photos .item img {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.user-feed .side-section .section-content.followers .item {
    width: 60px;
    vertical-align: top;
    display: inline-block;
    height: 60px;
    margin: 5px;
}

.user-feed .side-section .section-content.followers .item img {
    border-radius: 50%;
}

.user-profile .button {
    display: inline-block;
    background: #ddd;
    padding: 7px 20px;
    margin: 5px 0;
    color: #696969;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.user-profile .button:active,
.user-profile .button:focus,
.user-profile .button:hover {
    color: #fff !important;
    background: #696969 !important;
    outline: none !important;
    box-shadow: none !important;
}

.user-profile input {
    margin: 0px 0 5px 0;
}

.user-profile input,
.user-profile select,
.user-profile textarea {
    margin-right: 10px;
    padding: 3px 10px;
    outline: none;
    box-shadow: none;
    border: 1px solid #c5c5c5;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.user-profile input:focus,
.user-profile select:focus,
.user-profile textarea:focus {
    border-color: rgba(102, 175, 233, 1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.asverein-user-profile label {
    cursor: pointer;
}

.asverein-user-profile input[disabled] {
    cursor: default;
    color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}


.user-feed .feed-items {
    margin-left: 350px;
    padding-left: 20px;
    vertical-align: top;
}

.user-feed .feed-items .list-items .single {
    background: #e7e7e780;
    margin: 15px 0;
    padding: 10px 15px;
    font-size: 13px;
}

.user-feed .feed-items .list-items .single .post-header-left,
.user-feed .feed-items .list-items .single .post-header-right {
    display: inline-block;
    vertical-align: top;
}

.user-feed .feed-items .list-items .single .post-header-action {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.user-feed .feed-items .list-items .single .post-header-action .post-status-icon {
    margin-right: 8px;
    cursor: pointer;
}

.user-feed .feed-items .list-items .single .post-avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
}

.user-feed .feed-items .list-items .single .post-avatar img {
    width: 100%;
    height: auto;
}

.user-feed .feed-items .list-items .single .post-username a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.user-feed .feed-items .list-items .single .excerpt {
    display: inline-block;
    margin-top: 20px;
}

.user-feed .feed-items .list-items .single .post-view-more {
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    margin: 10px 0;
    transition: border 0.3s;
    border-bottom: 1px solid #f3f3f3;
}
.user-feed .feed-items .list-items .single .post-view-more:hover {
    border-bottom: 1px solid #15b1c1;
}

.user-feed .feed-items .list-items .single .post-reactions {
    margin-top: 15px;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0;
}

.user-feed .feed-items .list-items .single .post-reactions .reaction_count,
.user-feed .feed-items .list-items .single .post-reactions .reactions {
    display: inline;
    margin-right: 10px;
}

.user-feed .feed-items .list-items .single .post-reactions .reaction_count {
    cursor: pointer;
    border: 1px solid #de6414;
    color: #de6414;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    transition: background 0.3s linear;
}

.user-feed .feed-items .list-items .single .post-reactions .reaction_count:hover {
    background: #de6414;
    color: #fff;
}

.user-feed .feed-items .list-items .single .post-reactions .reactions {
    font-size: 17px;
}

.user-feed .feed-items .list-items .single .post-reactions .reactions.emos .emo {
    cursor: pointer;
    margin-right: 8px;
}

.user-feed .feed-items .list-items .single .post-reactions .reactions.emos .emo.reacted,
.user-feed .feed-items .list-items .single .post-reactions .reactions.emos .emo:hover {
    color: #ff6b44;
}

.user-feed .feed-items .list-items .single .post-reactions .reaction_notice {
    display: none;
    color: #ff6b44;
    background: #ffe5e5;
    padding: 5px 15px;
    border-radius: 2px;
    cursor: pointer;
}

.user_profile_feed_loader {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    display: none;
}

.db1,
.db2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.db2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



.asverein-dashboard-menu-rahmen
{
	background-color:#dfdfdf;
	border-top:solid 1px #afafaf;
	border-bottom:solid 1px #afafaf;
	padding:4px;
}
.asverein-dashboard-menu
{
	list-style:none;
	padding-left:5px;
}
.asverein-dashboard-menu li
{
	float:left;
	margin-right:10px;
	border-right:solid 1px #afafaf;
	padding-right:10px;
}

.asverein-dashboard-welcome
{
	margin-top:20px;
}


.asverein-memberships-content
{
	width:60%;
	float:left;
	margin-right:10%;
}

.asverein-memberships-img
{
	width:29%;
	float:left;
}
.asverein-memberships-img img
{
	max-height:300px;
}

.asverein-memberships-divider
{
	clear:left;
}
@media(max-width:800px)
{
	.asverein-memberships-content
	{
		width:100%;
	}
	.asverein-memberships-img
	{
		width:100%;		
	}	
}



/********
asVerein-Groups

*/

.asverein-groups-list-container
{
	
}

.asverein-groups-list-item
{
	width:100%;
	margin-bottom:5px;
	border-bottom:solid 1px #afafaf;
	padding-top:10px;
	padding-bottom:10px;
}

.asverein-groups-list-item-image
{
	width:160px;
	float:left;
	margin-right:10px;
}
.asverein-groups-list-item-image img {
	width:100%;
}
.asverein-groups-list-item-info
{	
	float:left;
}
.asverein-groups-list-divider
{clear:left;}


.asverein-groups-grid-container
{	
	padding: 0px;	
}

.asverein-groups-grid-col
{
	padding-bottom:10px;
}
.asverein-groups-grid-item
{
	background-color:#fff;
	padding:10px;
	border:solid 1px #efefef;
	border-radius:4px;
	height:100%;	
	text-align:center;
}


.asverein-groups-grid-item-image
{
	max-height:140px;
	max-width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;	
}

.asverein-groups-grid-item-image img
{
	width:100%;
}



.asverein-groups-detail-image{	max-width:100%;	}
.asverein-groups-detail-image img{	max-width:100%;}
.asverein-groups-detail-image-100{	width:100%;	}
.asverein-groups-detail-image-100 img {	width:100%;}



.asverein-groups-detail-frame
{
	margin-bottom:15px;
	background-color:#eee;
	border-radius:5px;
	padding:10px;
}



.asverein-groups-detail-downloads-image
{
	float:left;
	margin-right:10px;
}


.asverein-groups-detail-downloads-info
{
	float:left;
}


.asverein-groups-listings-list-item-info span
{
	display:block;
	font-size:14px;
}





.asverein-groups-list-sm
{
	
	background-color:#fff;
	width:120px;
	margin-right:10px;
	padding:10px;
	border:solid 1px #e9e9e9;
	margin-bottom:4px;
	float:left;
	text-align:center;	
	
	
}

.asverein-groups-list-sm-image
{	
	width:100px;
	height:60px;	
	overflow:hidden;
	margin:auto;
}
.asverein-groups-list-sm-image img{
	width:100%;
}
.asverein-groups-list-name-sm
{
	font-size:12px;
	margin:0px;
}








.asverein-groups-listing-grid-container
{
	display:grid;
	grid-template-columns: 50% 50%;
	padding: 0px;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.asverein-groups-listing-content
{
	margin-top:20px;
	margin-bottom:20px;
}


.asverein-groups-detail-posts
{
	margin-bottom:10px;
}
.asverein-groups-detail-posts-image
{
	width:60px;
	float:left;
	margin-right:5px;
}

.asverein-groups-detail-posts-image img
{
	width:100%;
}

.asverein-groups-detail-posts-info
{
	float:left;
}

.asverein-groups-detail-posts-info h4
{
	font-size:14px;
	color:#444;
}
.asverein-groups-detail-posts-divider
{
	clear:left;
}









/********
asVerein-rooms

*/

.asverein-rooms-list-container
{
	
}

.asverein-rooms-list-item
{
	width:100%;
	margin-bottom:5px;
	border-bottom:solid 1px #afafaf;
	padding-top:10px;
	padding-bottom:10px;
}

.asverein-rooms-list-item-image
{
	width:160px;
	float:left;
	margin-right:10px;
}
.asverein-rooms-list-item-image img {
	width:100%;
}
.asverein-rooms-list-item-info
{	
	float:left;
}
.asverein-rooms-list-divider
{clear:left;}


.asverein-rooms-grid-container
{	
	padding: 0px;	
}

.asverein-rooms-grid-col
{
	padding-bottom:10px;
}

.asverein-rooms-timetable-grid-container .asverein-rooms-grid-col
{
	padding-left:0px;
	padding-right:0px;
}

.asverein-rooms-grid-item
{
	background-color:#fff;
	padding:10px;
	border:solid 1px #efefef;
	border-radius:4px;
	height:100%;	
	text-align:center;
}


.asverein-rooms-grid-item-image
{
	max-height:140px;
	max-width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;	
}

.asverein-rooms-grid-item-image img
{
	width:100%;
}



.asverein-rooms-detail-image{	max-width:100%;	}
.asverein-rooms-detail-image img{	max-width:100%;}
.asverein-rooms-detail-image-100{	width:100%;	}
.asverein-rooms-detail-image-100 img {	width:100%;}



.asverein-rooms-detail-frame
{
	margin-bottom:15px;
	background-color:#eee;
	border-radius:5px;
	padding:10px;
}




.asverein-rooms-listings-list-item-info span
{
	display:block;
	font-size:14px;
}





.asverein-rooms-list-sm
{
	
	background-color:#fff;
	width:120px;
	margin-right:10px;
	padding:10px;
	border:solid 1px #e9e9e9;
	margin-bottom:4px;
	float:left;
	text-align:center;	
	
	
}

.asverein-rooms-list-sm-image
{	
	width:100px;
	height:60px;	
	overflow:hidden;
	margin:auto;
}
.asverein-rooms-list-sm-image img{
	width:100%;
}
.asverein-rooms-list-name-sm
{
	font-size:12px;
	margin:0px;
}








.asverein-rooms-listing-grid-container
{
	display:grid;
	grid-template-columns: 50% 50%;
	padding: 0px;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.asverein-rooms-listing-content
{
	margin-top:20px;
	margin-bottom:20px;
}


.asverein-rooms-detail-posts
{
	margin-bottom:10px;
}
.asverein-rooms-detail-posts-image
{
	width:60px;
	float:left;
	margin-right:5px;
}

.asverein-rooms-detail-posts-image img
{
	width:100%;
}

.asverein-rooms-detail-posts-info
{
	float:left;
}

.asverein-rooms-detail-posts-info h4
{
	font-size:14px;
	color:#444;
}
.asverein-rooms-detail-posts-divider
{
	clear:left;
}


.asverein-rooms-grid-row
{
	margin:0px;
}

.asverein-rooms-grid-booking
{
	background-color:#fdfdfd;
	padding:5px;
	border:solid 1px #d4d4d4;
	text-align:center;
}

.asverein-rooms-grid-booking-info
{
	font-weight:bold;
}

.asverein-rooms-grid-booking-info-tag
{
	margin-bottom:10px;
}

.asverein-rooms-grid-booking-info-tag h4
{
	font-weight:bold;
	line-height: 1em;
    margin-bottom: 0px;
	font-size:14px;
}

.asverein-rooms-grid-booking-info-tag span
{
	font-weight:normal;
	font-size:13px;
}


.asverein-rooms-grid-booking-time
{
	
	color:#444;
	font-size:12px;
	padding:4px;
	width:100%;	
	text-align:center;	
}





.asverein-rooms-list-booking
{
	background-color:#fdfdfd;
	margin-bottom:4px;
	
}


.asverein-rooms-list-booking-time
{
	background-color:#888;
	color:#fff;
	font-size:12px;
	padding:4px;
	float:left;
	width:120px;
	text-align:center;
	margin-right:10px;
}

.asverein-rooms-list-booking-info
{
	font-size:12px;
	font-weight:normal;
	padding:4px;
	float:left;
}

.asverein-rooms-list-booking-info p
{
	font-size:14px;
	font-weight:bold;
}




.asverein-searchform
{
	margin-bottom:30px;
	background-color:#f4f4f4;
	border-radius:5px;
	padding:10px;
}

.asverein-searchform-count
{
	margin-bottom:30px;
	border:solid 1px #f4f4f4;
	background-color:#fff;
	border-radius:5px;
	padding:10px;
}

@media(max-width:800px)
{
	
	.asverein-searchform .col
	{
		flex:1 1 100%;
		margin-bottom:5px;
	}
}	

.asverein-pages-grid-container
{	
	padding: 0px;	
}

.asverein-pages-grid-col
{
	padding-top:0px!important;
	padding-bottom:5px;
}

.asverein-pages-grid-item-link
{
	text-decoration:none;
}
.asverein-pages-grid-item
{
	background-color:#fff;
	padding:10px;
	border:solid 1px #efefef;
	border-radius:4px;
	height:100%;	
}


.asverein-pages-grid-item-image
{
	height:140px;
	smax-width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;	
}

.asverein-pages-grid-item-image img
{
	height:100%;
}


.asverein-pages-detail-image{	max-width:100%;	}
.asverein-pages-detail-image img{	max-width:100%;}
.asverein-pages-detail-image-100{	width:100%;	}
.asverein-pages-detail-image-100 img {	width:100%;}


.asverein-pages-detail-frame
{
	margin-bottom:15px;
	background-color:#eee;
	border-radius:5px;
	padding:10px;
}


.asverein-pages-detail-frame h4
{
	font-size:14px;
	color:#444;
}


.asverein-contacts-list
{
	margin-bottom:10px;
}


.asverein-contacts-list-img
{
	float:left;
	width:120px;
	height:120px;	
	overflow:hidden;
	margin-right:20px;
}
.asverein-contacts-list-img img
{
	width:100%;
}


.asverein-contacts-list-info
{
	float:left;
	width: calc(100% - 145px);
}


.asverein-pages-survey-frame div
{
	font-size:13px;
	margin-top:15px;
	margin-bottom:25px;
}

.asverein-pages-listings-list-item-info span
{
	display:block;
	font-size:14px;
}

.asverein_shop_search_button
{
	float:left;
	margin-right:5px;
}

.asverein-shop-searchform select
{
	text-overflow: ellipsis;
}

.asverein-shop-status
{
	margin-bottom:25px;
}

.asverein-shop-status-inner
{
	text-align:right;
 	padding-right:20px;
 	font-size:12px;
}

.asverein-shop-status-cart-produkte
{
	margin-left:10px;
}

.asverein-pages-detail-shop-item
{	
	background-color:#fff;	
	padding:5px;
	border:solid 1px #e9e9e9;
	margin-bottom:6px;	
}

.asverein-listings-shop-item-image
{
	max-width:140px;
}
.asverein-pages-list-sm
{
	
	background-color:#fff;
	width:120px;
	margin-right:10px;
	padding:10px;
	border:solid 1px #e9e9e9;
	margin-bottom:4px;
	float:left;
	text-align:center;	
	
	
}

.asverein-pages-list-sm-image
{	
	width:100px;
	height:60px;	
	overflow:hidden;
	margin:auto;
}
.asverein-pages-list-sm-image img{
	width:100%;
}
.asverein-pages-list-name-sm
{
	font-size:12px;
	margin:0px;
}








.asverein-pages-listing-grid-container
{
	display:grid;
	grid-template-columns: 50% 50%;
	padding: 0px;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.asverein-pages-listing-content
{
	margin-top:20px;
	margin-bottom:20px;
}


.asverein-pages-detail-posts
{
	margin-bottom:10px;
}
.asverein-pages-detail-posts-image
{
	width:60px;
	float:left;
	margin-right:5px;
}

.asverein-pages-detail-posts-image img
{
	width:100%;
}

.asverein-pages-detail-posts-info
{
	float:left;
}

.asverein-pages-detail-posts-info h4
{
	font-size:14px;
	color:#444;
}
.asverein-pages-detail-posts-divider
{
	clear:left;
}






#TB_caption
{
	height:100%;
}
#TB_secondLine
{
	font-size:12px;	
}




/* asverein-sponsor-list */
.asverein-sponsor-list-item
{	
	padding:5%;
}

.asverein-sponsor-list-item img
{
	max-height:100px;
	max-width:80%;
}


.asverein-sponsor-grid-item
{	
	background-color:#fff;
	border:solid 1px #afafaf;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.asverein-sponsor-grid-item-image
{
	margin:auto;
	margin-bottom:10px;
	
	width:70%;
	overflow:hidden;
}

.asverein-sponsor-grid-item-image img
{
	max-width:100%;	
}

.asverein-sponsor-grid-item-info, .asverein-sponsor-grid-item-info a
{
	font-size:13px;
	color:#444;
}



.asverein-gallery-image
{	
	overflow:hidden;
	margin-bottom:5px;
}



.asverein-dashboard-menu
{
	margin-bottom:20px;
}


.asverein-my-entries-start
{
	background-color:#fff;
	border:solid 1px #afafaf;
	border-radius:10px;	
	margin-bottom:20px;
	padding:10px;
		
}

.asverein-my-entries-photos-item
{
	font-size:12px;
	border:solid 1px #afafaf;
	background-color:#fff;
	padding:2px;
}

.asverein-my-entries-photos-item img
{
	width:100%;
}



.asverein-projects-grid-item
{
	border-bottom:solid 1px #afafaf;
	padding:5px;
	margin-bottom:5px;
}


.asverein-projects-grid-item-image
{
	max-height:180px;
	max-width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;	
}

.asverein-projects-grid-item-image img
{
	width:100%;
}


.asverein-address-grid-col
{
	padding:4px;
}

.asverein-address-grid-item
{
	background-color:#fff;	
	border:solid 1px #efefef;
	height:100%;	
	text-align:center;
	padding:5px;
}


.asverein-address-grid-item-image
{
	height:120px;
	max-width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;	
}

.asverein-address-grid-item-image img
{
	height:100%;
}


.asverein-survey-frame
{
	margin-top:20px;
	margin-bottom:20px;
	background-color:#f0f0f0;
	padding:10px;
	border-radius:10px;
}

.asverein-survey-container
{
	margin-bottom:20px;
}
.asverein-survey-ergebnisse-item
{
	max-width:500px;
	margin-top:10px;
	margin-bottom:10px;
}


.asverein-widget-survey-item
{
	background-color:#fdfdfd;
	padding:5px;
	border:solid 1px #afafaf;
	margin-bottom:5px;	
}






.asverein-projects-detail-frame
{
	margin-bottom:15px;
	background-color:#eee;
	border-radius:5px;
	padding:10px;
}




.asverein-register-konto-mandat-check
{
	font-size:13px;
	margin-bottom:10px;
}



.asverein_memberarea_dashboard_menu_frame
{
	margin-bottom:25px;
}




/* Forum */

.asverein-forum-frame
{
	margin-top:15px;
	margin-bottom:15px;
}
	
.asverein-forum-frame h2
{
	font-size:24px;
	margin-top:15px;
	margin-bottom:15px;
}

.asverein-forum-title-last-theme
{
	font-size:18px;
	margin-top:15px;
	margin-bottom:15px;
}

.asverein-forum-userinfo-frame
{
	margin-bottom:15px;
	border:solid 1px #afafaf;
	background-color:#efefef;
	border-radius:2px;
	sdisplay:grid;
	sgrid-template-columns: auto 10% 10%;
	margin-left:0px;
	margin-right:0px;
	padding:4px;
	font-size:11px;
}

				.asverein-forum-list-frame
				{
					margin-bottom:5px;
					border:solid 1px #afafaf;
					border-radius:2px;
					sdisplay:grid;
					sgrid-template-columns: auto 10% 10%;
					margin-left:0px;
					margin-right:0px;
					background-color:#fff;
				}
				
				.asverein-forum-list-frame-sub
				{
					margin-bottom:5px;
					border:solid 1px #afafaf;
					border-radius:2px;
					sdisplay:grid;
					sgrid-template-columns: 20px auto 10% 10%;
					margin-left:0px;
					margin-right:0px;
				}
				
				.asverein-forum-list-content
				{					
					background-color:#fff;
					padding:10px!important;
					
					grid-column:1;
				}
				
				.asverein-forum-list-content p
				{
					font-size:12px;
					text-decoration:none;
				}
				.asverein-forum-list-count
				{					
					background-color:#fff;
					padding:10px;
					grid-column:2;
					font-size:0.8em;
				}
				.asverein-forum-list-last
				{					
					background-color:#fff;
					padding:10px;
					grid-column:3;
					font-size:0.8em;
				}
				
				
				.asverein-forum-list-frame-sub
				{
					margin-bottom:5px;
					border:solid 1px #afafaf;
					border-radius:2px;
					sdisplay:grid;
					sgrid-template-columns: 20px auto 10% 10%;
					background-color:#fff;
					margin-left:0px;
					margin-right:0px;
				}
				
				.asverein-forum-list-first-sub
				{					
					background-color:#fff;
					padding:10px;
					grid-column:1;
				}
				.asverein-forum-list-content-sub
				{					
					background-color:#fff;
					padding:10px;
					grid-column:2;
				}
				
				.asverein-forum-list-content-sub p
				{
					font-size:12px;
					text-decoration:none;
				}
				
				.asverein-forum-list-count-sub
				{					
					background-color:#fff;
					padding:10px;
					grid-column:3;
					font-size:0.8em;
				}
				.asverein-forum-list-last-sub
				{					
					background-color:#fff;
					padding:10px;
					grid-column:4;
					font-size:0.8em;
				}
				
				
			

				
				.asverein-forum-item-frame
				{
					margin-bottom:5px;
					border:solid 1px #afafaf;
					border-radius:2px;
					sdisplay:grid;
					sgrid-template-columns: 160px auto 15% 15%;
					margin-right:0px;
					margin-left:0px;
				}
				
				.asverein-forum-item-frame-2
				{
					margin-bottom:5px;
					border:solid 1px #afafaf;
					border-radius:2px;
					sdisplay:grid;
					sgrid-template-columns: 160px auto;
					margin-right:0px;
					margin-left:0px;
				}
				
				
				.asverein-forum-item-info
				{
					swidth:160px;
					sfloat:left;
					background-color:#f2f2f2;
					padding:10px;
					grid-column:1;
					text-align:center;
				}
				
				.asverein-forum-item-info-avatar
				{
					margin:auto;
					width:60px;
					height:60px;
					overflow:hidden;
				}
				.asverein-forum-item-info-avatar img {
					height:100%;
				}
				.asverein-forum-item-content
				{
					swidth:calc(100% - 180px);
					background-color:#fff;
					padding:10px!important;
					grid-column:2;
				}
				
				.asverein-forum-item-content span
				{
					font-size:18px;
					font-weight:bold;
				}
				
				.asverein-forum-item-content-body
				{
					font-size:13px;
					margin-bottom:4px;
				}
				
				.asverein-forum-item-content-details
				{
					font-size:11px;
				}
				
				.asverein-forum-item-count
				{					
					background-color:#fff;
					padding:10px;
					grid-column:3;
					font-size:0.8em;
				}
				.asverein-forum-item-last
				{					
					background-color:#fff;
					padding:10px;
					grid-column:4;
					font-size:0.8em;
				}
				
				
				.asverein-forum-item-frame-noentry
				{
					margin-bottom:5px;
					border:solid 1px #afafaf;
					border-radius:2px;
					padding:10px;
				}
				
				
				.asverein-forum-breadcrumbs-frame
				{
					margin-top:10px;
					margin-bottom:15px;
					font-size:14px;
				}
				
				.asverein-forum-breadcrumbs-frame a
				{
					font-size:14px;
				}
			
	
.asverein-doc-index-container
{
	background-color:#f4f4f4;
	border-radius:15px;
	margin-bottom:20px;
	padding:10px;
	padding:10px;
}	
			
.asverein-doc-index-item
{
	width:100%;
	margin-bottom:3px;
}	

.asverein-doc-index-item a
{
	font-size:1em;
	color:#333;
	font-weight:bold;
	display:block;
}		
.asverein-doc-index-item-sub
{
	width:100%;
	padding-left:20px;
	margin-bottom:3px;
}
.asverein-doc-index-item-sub a
{
	font-size:0.9em;
	color:#333;
	font-weight:normal;
	display:block;
}				





.app-chat-content
			{
				width:100%;		
				//min-height:200px;
				//max-height:1000px;
				overflow-y:scroll;
			}
		
			.asverein-app-listings-item
			{
				margin-top:0px;
			}
		
			.app-chat-form
			{
				width:100%;
				background-color:#eee;
				padding:0px;
				
				//position:fixed;
			}
		
			.app-chat-form-textarea
			{
				float:left;
				width:calc(100% - 90px);
			}
		
			.app-chat-form-textarea textarea
			{
				width:100%;			
				height: 45px;
	    		font-size: 14px;
    			border:solid 1px #afafaf;
    			border-radius:5px;
			}
		
			.app-chat-form-button
			{
				float:left;
				width:90px;
				height:45px;
			}
		
			.app-chat-form-button a
			{
				background-color:#333;
				width:40px;
				height:40px;
				display:block;
				float:left;
				margin:2px;
				border-radius:5px;
			}
			.app-chat-form-button a svg
			{
				margin:7px;
			}
			
			



			.required:after, .asverein-container-pflichtfelder p:before
			{  
  				content:"*";
  				color: red;
			}
			.asverein-container-pflichtfelder
			{
				margin-top:20px;
				margin-bottom:20px;
				font-size:13px;
			}		
			
			
.asverein-pagination
{
	width:100%;
	text-align:center;
}

.asverein-pagination a
{
	text-decoration:none;
}

.asverein-pagination .current
{
	background-color:#afafaf;
}
.asverein-pagination .page-numbers
{
	border:solid 1px #efefef;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	margin:2px;
}



.nav-pills .nav-item
{
	background-color:#eee;
	border-radius:10px;
}






.asverein-courses-detail-frame
{
	margin-bottom:15px;
	background-color:#eee;
	border-radius:5px;
	padding:10px;
}

.asverein-courses-detail-frame iframe
{
	width:100%;
}


.asverein-courses-detail-nav-prev
{
	background-image:url("/wp-content/plugins/asverein/assets/images/prev-sw.png");
	background-repeat:no-repeat;
	background-position-x:left;
	height:28px;
	padding-left:40px;
	text-align:left;
}

.asverein-courses-detail-nav-base
{
	height:28px;
	
	text-align:center;
}


.asverein-courses-detail-nav-next
{
	background-image:url("/wp-content/plugins/asverein/assets/images/next-sw.png");
	background-repeat:no-repeat;
	background-position-x:right;
	height:28px;
	padding-right:40px;
	text-align:right;
}



.asverein-courses-detail-overview-item-1
{
	margin-left:15px;
}

.asverein-courses-detail-overview-item-1 a, .asverein-courses-detail-overview-item-2 a
{
	font-size:13px;
	color:#888;
	
} 
.asverein-courses-detail-overview-item-2
{
	margin-left:30px;
}





.asverein-courses-detail-childs-box-link
{
	text-decoration:none;
}
.asverein-courses-detail-childs-box
{
	background-color:#fff;
	text-align:center;
	height:80px;
	border-radius:5px;
	border:solid 1px #afafaf;
	color:#000;
	margin-bottom:10px;
	font-size:12px;
	padding:4px;
}
.asverein-courses-detail-childs-box a
{
	color:#000;
}



.asverein-events-contacts-item
{
	padding:2px;
	text-align:center;
}
.asverein-events-contacts-list-item
{
	padding:2px;
	margin-bottom:10px;
}

.asverein-events-contacts-list-item-img
{
	width:160px;
	height:180px;
	overflow:hidden;
}
.asverein-events-contacts-list-item-img img
{
	width:100%;
}



.asverein-events-contacts-item div
{
	width:80%;
	height:100px;
	margin:auto;
	overflow:hidden;
}

.asverein-events-contacts-item div img
{
	width:100%;
}
.asverein-events-contacts-item h4
{
	font-size:14px;
	margin-bottom:2px;
}
.asverein-events-contacts-item span
{
	font-size:11px;
}


.asverein-post-single-user-name
{
	padding:10px;
	font-weight:bold;
}
.asverein-post-single-user-avatar
{
	width:100%;
	padding:10px;
	max-height:250px;
	overflow:hidden;
}

.asverein-post-single-user-avatar img
{
	width:100%;
}




/*Frontend*/

.asverein-frontend-list-item
{
	background-color:#f4f4f4;
	border:solid 1px #afafaf;
	border-radius:15px;
	margin-bottom:20px;
	padding:10px;
	padding:10px;
	margin-bottom:10px;
}

.asverein-frontend-list-item .col
{
	font-size:13px;
}

.asverein-frontend-list-links
{
	padding-top: 20px;
    padding-bottom: 10px;
    border-top: dashed 1px #afafaf;
    margin-left: 10px;
    margin-right: 10px;
}

.asverein-frontend-list-item .btn-frontend-list
{
	font-size:13px;
	background-color:#eee;
	padding:5px;
	border:solid 1px #afafaf;
	border-radius:5px;
	color:#000;
	text-decoration:none;	
	margin-bottom:5px;
	display:inline-flex;
}

@media(max-width:800px)
{	
	.asverein-user-groups-edit-nav .nav-item
	{
		width:100%;
	}

</pre></body></html>