/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	font-family: 'Poppins', sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
	font-size: 2rem;
}

main {
	min-height: calc(100vh - 10em);
}

/* header */
.header {
	padding: 1em 0;
}
/* logo */
.logo {

}
.logo-img {
	height: 4em;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	height: 3em;
	padding: 0.5em 0;
	display: flex;
	align-content: center;
}

.footer p {
	font-size: 0.8em;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page-template-template-mitglieder main {
	display: grid;
	grid-template-columns: 280px auto;
}

.member_sidebar {
	border-right: 1px solid #ccc;
}

.member_nav {
	padding-top: 5em;
}

.member_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.member_nav li {
	margin: 0.5em 0;
}

#menu-item-60 {
	margin-top: 4em;
}

.member_nav a:hover {
	color: #5fc0c1;
}

.current_page_item {
	font-weight: 700;
}

.page-template-template-mitglieder main section {
	padding: 0 2em;
}


/* mitglieder liste */


.member_liste {
	display: grid;
	grid-template-columns: max-content auto auto;
	align-items: center;
}

.member_row {
	display: contents;
	cursor: pointer;
}

.member_row > span {
	padding: 0.5em 1em;
	height: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.member_row:hover > span {
	background-color: rgba(95, 192, 193, 0.06);
}

.profile_bubble {
	border-radius: 100%;
	overflow: hidden;
}

.profile_bubble img {
	width: 3em;
	height: 3em;
	object-fit: cover;
	object-position: center center;
}

.user_infos_ct {
	display: grid;
	grid-template-columns: auto max-content;
}

.user_image img {
	border-radius: 100%;
	width: 12em;
	height: 12em;
	object-fit: cover;
	object-position: center center;
}

.user_infos_ct a:hover {
	color: #5fc0c1;
}

.bubble_inner {
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #74c19e;
	color: #fff;
	width: 3em;
	height: 3em;
}

.bubble_inner span {
	font-size: 1.8em;
}




/* events */

.event_status button {
	display: none;
}

.event_status.btns_show button {
	display: unset;
}

.event_antwort {
	font-weight: 600;
}

.event_antwort.event_ja {
	color: hsla(99,100%,28%,1.00);
}

.event_antwort.event_nein {
	color: hsla(359,59%,47%,1.00);
}

.antwort_change {
	cursor: pointer;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/





/* admin */

.mem_col_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1em;
}

.mem_col_wrapper .col2 h3 {
	color: hsla(359,100%,37%,1.00);
}

.mem_col_wrapper .col2 .col_inner {
	opacity: 0.5;
}

.mem_col_wrapper .col3 h3 {
	color: #2BA600;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width : 600px)  
{

	.wrapper {
		font-size: 1.2em;
	}
	
	.page-template-template-mitglieder main  {
		grid-template-columns: auto;
	}
	
	.user_infos_ct  {
		grid-template-columns: auto;
	}
	
	.page-template-template-mitglieder main section {
		padding: 0 0.5em;
	}
	
	
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
