


/*Teaser*/

article.node.node--view-mode-teaser {
	grid-column: span 6 ;
	text-align: left;
   margin-bottom: 2rem;
}

article.node.node--view-mode-teaser a {
    display: grid;
    grid-gap: 40px 20px;
    grid-template-columns: repeat(3,1fr);
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
}

article.node.node--view-mode-teaser img {
	border-radius: 14px;
}

article.node.node--view-mode-teaser:hover img{
	filter: brightness(90%);
}




.node--view-mode-teaser .node-title {
	display: flex;
   flex-direction: column;
   grid-column: span 2;
}

.node--view-mode-teaser .node-title .field--name-title {
		font-weight: bold;
/*	font-variation-settings: 'wght' 700, 'wdth' 25, "GRAD" -80, "XTRA" 439, "opsz" 30;
*/	
		font-variation-settings: 'wght' 700, "XTRA" 500;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

.node--view-mode-teaser img {
	width: 100%;
}

.node--view-mode-teaser .field--name-field-description {
	margin-bottom: 0.25rem;
}

.node--view-mode-teaser .field--name-field-category {
	font-size: 0.9rem;
    color: #666;
    margin-top: auto;
}

.node--view-mode-teaser .field--name-field-image{
	min-width: 100%;
	min-height: 100px;
	background: #fff;
	line-height: 0;
}

/*Page*/

.page-node-type-article .main_content {
	max-width: 760px;
	margin: 0 auto;
}

.page-node-type-article .page-title {
	margin: 1rem 0 0.5rem 0;
}

.node .field--name-body {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}


/*article .field--name-body p, article .field--name-body ul, 
article .field--name-body ol,  article .field--name-body h2, 
article .field--name-body h3, article .field--name-body h4, 
article .field--name-body h5 {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
*/
/*Breadcrumbs*/

/*.breadcrumb {
	font-weight: bold;
}*/


.node_main {
	display: flex;
	margin: 10px 5px 0 0;
}

/*Share*/

.node_share .social-sharing-buttons {
	flex-direction: column;
	margin-top: 10px;
}

.block-better-social-sharing-buttons {
	position: sticky;
	top: 20px;
}

.node_share .social-sharing-buttons svg {
	width: 32px!important;
	height: 32px!important;
}

/*Submitted*/

.node_info {
	display: flex;
	flex-direction: row;
	margin-bottom: 1rem;
	font-size: 0.85rem;
}

.node_info .info__item {
	margin-right: 10px;
}
.node_info .info__item div {
	display: inline;
}

/*Lists*/
.page-node-type-list .page-title {
	max-width: 800px;
}

.node--type-list .field--name-body, .node--type-list .field--name-body p {
	max-width: 100%;
}

.node--type-list .group_links a, .node--type-list .group_links .flag span {
	display: inline-block;
	padding: 0.2rem 1rem;
	border: 1px solid #666;
	border-radius: 20px;
	margin: 0.3rem;
	margin-left: 0;
}


.node--type-list .group_links a:hover {
	opacity: 0.5;
}

.node--type-list .group_links .flag a {
	background: #333;
	color: #fff;
	position: relative;
	padding-left: 1.75rem;
}

.node--type-list .group_links .flag a:before {
	content: "+";
	position: absolute;
    left: 8px;
    font-weight: bold;
    font-size: 28px;
    top: -8px;
    font-family: "Robot Flex";
}

.node--type-list .group_links .flag.action-unflag  a:before {
	content: "–";
}


.nlist {
	display: flex;
	flex-direction: column;
}

.nlist .field--name-label {
	font-size: 2rem;
}

.nlist .field--name-field-place-image img {
	border-radius: 10px;
}

@media only screen and (min-width: 768px) {
	.nlist {
		display: flex;
		flex-direction: row;
	}

	.nlist-main {
		width: 50%;
		min-width: 600px;
		margin-right: 1rem;
		box-sizing: border-box;
	}

	.nlist-map {
		width: 50%;/*
		border-left: 1px solid #333;*/
	}
}


.nlist  .paragraph--type--place {
	border-bottom: 2px solid #333;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

.nlist .paragraph--type--place img {
		width: 100%;
    	height: auto;
	}

.nlist-main .field--type-entity-reference-revisions {
	padding: 0;
}


.nlist-map--inside {
	position: sticky;
	top: 20px;
}



.nlist .view-list-map {
	border: 1px solid #333;
}

.nlist .view-list-map .view-content .leaflet-container {
	height: 80vh;
}

.group_address {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	color: #666;
	border-bottom: 1px solid #aaa;
    line-height: 2;
}

.group_links {
	display: flex;
    flex-direction: row;
    margin: 0.5rem 0;
}