
/* Admin */

.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-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-akt-monat-container
{
	padding:4px;
	background-color:#fff;
}

.asverein-events-detail-frame
{
	margin-bottom:15px;
	background-color:#eee;
	border-radius:5px;
	padding:10px;
}


.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-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 p
{
	font-size:12px;
	color:#444;
}
.asverein-listings-item-image
{
	max-width:180px;
}
.asverein-listings-item-image 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
{
	float:left;
	width:180px;
	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-widget-survey-item .asverein-listings-item-date
{
	display:block;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:2px;
	font-size:11px;
}


.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;
}

.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-events-item-date
{
	width:80px;
	float:left;
	margin-right:20px;
}

.asverein-listings-events-item-info
{	
	float:left;
}

.asverein-listings-head-month
{	
	background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 5px;
}    
    
    
.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;
}



.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-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-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 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;
}

.user-profile .info-box .item {
    display: inherit !important;
}

.user-profile .school,
.user-profile .company {
    font-size: 13px;
    font-weight: bold;
}

.user-profile .degree,
.user-profile .position {
    /* display: block; */
    margin: 0 5px;
    font-style: italic;
}

.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: 800px) {
    .user-profile .profile-header {
        position: relative;
        text-align: center;
    }
    .user-profile .profile-header .thumb {
        position: relative;
        bottom: 0;
        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;
    }
    .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;
    }
    .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;
    }
    .user-profile .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;
    }
    .user-profile .toast {
        right: 0px;
        bottom: 30px;
        width: 90%;
    }
}

@media only screen and ( min-width: 0px) and ( max-width: 500px) {
    .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;
}

.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-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-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-pages-grid-container
{	
	padding: 0px;	
}

.asverein-pages-grid-col
{
	padding-bottom:10px;
}
.asverein-pages-grid-item
{
	background-color:#fff;
	padding:10px;
	border:solid 1px #efefef;
	border-radius:4px;
	height:100%;	
	text-align:center;
}


.asverein-pages-grid-item-image
{
	max-height:140px;
	max-width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;	
}

.asverein-pages-grid-item-image img
{
	width: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-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
{
	max-height:160px;
	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-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-list-frame
				{
					margin-bottom:5px;
					border:solid 1px #afafaf;
					border-radius:2px;
					display:grid;
					grid-template-columns: auto 10% 10%;
					background-color:#fff;
				}
				
				.asverein-forum-list-frame-sub
				{
					margin-bottom:5px;
					border:solid 1px #afafaf;
					border-radius:2px;
					display:grid;
					grid-template-columns: 20px auto 10% 10%;
				}
				
				.asverein-forum-list-content
				{					
					background-color:#fff;
					padding:10px;
					grid-column:1;
				}
				.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;
					display:grid;
					grid-template-columns: 20px auto 10% 10%;
					background-color:#fff;
				}
				
				.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-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;
					display:grid;
					grid-template-columns: 160px auto 15% 15%;
				}
				
				.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;
				}
				.asverein-forum-item-info-avatar img {
					width:100%;
				}
				.asverein-forum-item-content
				{
					swidth:calc(100% - 180px);
					background-color:#fff;
					padding:10px;
					grid-column:2;
				}
				
				.asverein-forum-item-content span
				{
					font-size:18px;
					font-weight:bold;
				}
				.asverein-forum-item-content-details
				{
					font-size:14px;
				}
				
				.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;
}				

