#site-content .wp-acf-editor-47-media-buttons {
	display: none;
}

.event_thumbnail {
	width: 50px;
	display: inline-block;
}

.event_date {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.event_time {
	display: inline-block;
margin-right: 20px;
}

.event_title {
	width: 50%;
	display: inline-block;
    vertical-align: top;
}

.event_teaser {
    font-weight: normal;
    display: block;
    overflow:hidden;
}

.event_location {
	width: 30%;
	display: inline-block;
    vertical-align: top;
}


ul.month_view {
            border: 1px solid #009EE1;
            padding: 20px;
            margin-top: 20px;
        }
        
        
        .event-archive li {
            position: relative;
            list-style-type: none;
            clear: both;
        }

        .month_view li {
            padding: 10px 0 10px 0;
            border-bottom: 1px solid #009EE1;
            position:relative;
        }

        .month_view li:last-child {
            border:0;
        }


        .event-archive a {
            font-weight: 500;
        }

        
        .event-archive li.event_month_row {
            background: #fff;
            font-size: 1.5em;
            color: #bbb;
            height: 30px;
            padding: 10px 0 10px 0; 
        }

        
       
       .veranstaltungen li {
       	position: relative;
       }

.event_date {
    font-weight: bold;
}

main.has-sidebar {
    width: 64.5833333333% !important;
}

.page-template-template-builder #sidebar-right {
    width: 25.8333333333333%;
    margin-right: 3.2rem;
}

.forum_news .news-date {
    color: #171717;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-bottom: 1rem;

}

.forum_news .readMore {
    display: block;
    margin-top: 1.1rem;
}

.col-1of3, .col-2of3, .col-3of3 {
    float: left;
    margin-right: 1.3;
    width: 30%;
}

.filter-horizontal {
    margin-bottom: 3rem;
}

.site-main-link_news .mitgliederprofil {
    width: 23.4% !important;
    float: left !important;
    margin-right: 2.13333333333%;
}

.site-main-link_news .mitgliederprofil-last {
    margin-right: 0;
}

.news-headline {
	margin-top: 1rem;
}

.mitgliederprofil .news-thumbnail {
	position: relative;
    width: 100%;
    padding-bottom: 100% !important;
    border: 1px solid #009EE1;
    padding: 10px;
}

.mitgliederprofil .news-thumbnail img {
    position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 85%;
	max-height: 85%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.mitglied-single .kasten-blauer-rand {
    margin-top: 2em;
}

.mitglied-single .row {
    display: block;
    overflow:hidden;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #009EE1;
}

.mitglied-single .adresse p {
    max-width: 65%;
}

.mitglied-single .row:last-child {
    border: 0;
	margin-bottom: 0;
}

.mitglied-single .row:last-child ul,
.mitglied-single .row:last-child p {
	margin: 0;
}

.nmr-logged-in {
    /*color: #009EE1;*/
}

.sf-field-search label, .sf-field-search input {
    width: 100%;
}

.site-main-link_news .filter-horizontal {
    margin-top: 2em;
}

.mitgliederprofil-image {
    max-height: 100px;
    max-width: unset;
    width: auto;
}

/* Feld Position im Registrierungsformular ausblenden */

.acf-field-5c5af7804f475 {
    display: none;
}

@media only screen and (max-width: 600px) {
	.mitgliederprofil-image {
		float: right;
    	max-width: 30%;
	}
}

.mobile-break {
    display: none;
}

@media only screen and (max-width: 800px) {
    .mobile-break {
    	display: block;
	}
	
	.site-main-link_news .mitgliederprofil:nth-child(odd) {
		margin-right: 0;
	}
}


@media only screen and (max-width: 600px) {
    .site-main-link_news .mitgliederprofil {
        width: 100% !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
    .site-main-link_news .mitgliederprofil {
        width: 48.9% !important;
    }

	.site-main-link_news .mitgliederprofil-last {
		margin-left: 2.13333333333%;	
	}

    .mobile-break {
        clear: both;
    }
}