#projectarea {
	position: absolute;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	top: 111px;
	z-index: 15;
	opacity: 0;
	pointer-events: none;
	transition:opacity 0.2s ease-in-out;
	overflow-y: auto;
}

#projectarea:not(.open) * {
	pointer-events: none !important;
}

#projectarea.open {
	opacity: 1;
	pointer-events: all;
}

#projectarea-closer {
	text-align:right;
	display: block;
	padding:20px;
	cursor: pointer;
	pointer-events: all;

}

#projectarea-closer span.icon {
	background: url(../Icons/Kreuz_Fenster-schliessen.svg) 0 0 no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	display:inline-block;
	cursor: pointer;
	pointer-events: all;
}

#projectarea-closer span.label {
    font-family: FFDINWebBold;
	font-size: 20px;
	color:#d6092f;
	margin-right: 10px;
}

#userprojectpage {
	margin-left: 292px;
}

.projectpage-projectlist-header {
	display: flex;
	margin-bottom: 40px;
}

.projectpage-projectlist-header-left {
	flex: 0 0 50%;
}

.projectpage-projectlist-header-right {
	flex: 0 0 50%;
}

.projectpage-projectlist-sortoptions .headline {
	font-weight: bold;
	color:#666;
	font-size: 18px;
	line-height: 1.4em;
}

.projectpage-projectlist-sortoptions label {
	color:#666;
	line-height: 1.4em;
	font-size: 18px;
}

.projectpage-projectlist-header h3 {
	margin: 0 0 10px 0;
	padding-bottom: 15px;
	font-family: FFDINWebBold;
	font-size: 20px;
	font-weight: normal;
}

.projekttitle {
	display: flex;
	margin-bottom: 20px;
}

*[data-cmd=renameprojekt] {
	padding:5px 30px 5px 10px;
	font-size: 18px;
	border:1px solid #aaa;
	box-sizing: border-box;
	height: 30px;
	margin-right: 10px;
	background: url(../Icons/Stift.svg) calc(100% - 5px) center no-repeat;
	background-size: auto 80%;
	cursor: pointer;
	max-width: calc(100% - 60px);
}


*[data-cmd=deleteprojekt] {
	flex:0 0 30px;
	display: inline-block;
	margin-right: 5px;
	height: 30px;
	width: 30px;
	background-size: contain;
	background:url(../Icons/loeschen.svg) 0 0 no-repeat;
	cursor: pointer;
	pointer-events: all;
}
.projectpage-projectlist-list-project-sortierungen {
    display: flex;
    flex-wrap: wrap;
}

.projectpage-projectlist-list-project-sortierungen-sortierung {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 25%;
	padding-bottom: 40px;
	padding-right: 30px;
	align-content: flex-start;
	box-sizing: border-box; 
}

.projectpage-projectlist-list-project-sortierungen-sortierung-image {
	flex:0 0 50%;
	/*height: 100px;*/
}

.projectpage-projectlist-list-project-sortierungen-sortierung-image img {
	display: block;
	width: 100%;
	height: auto;
	background:url(../Icons/spinner.gif) center center no-repeat;
	background-size: 20%;
}


.projectpage-projectlist-list-project-sortierungen-sortierung-options {
	flex: 0 0 calc(50% - 20px);
	margin-left: 20px;
	border-top: 2px solid #000;
	box-sizing: border-box;
	display: flex;
	align-items: end;
	justify-content: flex-start;
/*	height: 125px;*/
}


.projectpage-projectlist-list-project-sortierungen-sortierung-options a {
	display: inline-block;
	margin-right: 5px;
	height: 35px;
	width: 35px;
	background-size: contain;
}

.projectpage-projectlist-list-project-sortierungen-sortierung-options a.downloadpdf {
	background:url(../Icons/PDF.svg) 0 0 no-repeat;
}

.projectpage-projectlist-list-project-sortierungen-sortierung-options a.downloadtexture {
	background:url(../Icons/Muster.svg) 0 0 no-repeat;
}

.projectpage-projectlist-list-project-sortierungen-sortierung-options a.open {
	background:url(../Icons/aendern.svg) 0 0 no-repeat;
}

.projectpage-projectlist-list-project-sortierungen-sortierung-options a.delete {
	background:url(../Icons/loeschen.svg) 0 0 no-repeat;
}


.projectpage-projectlist-list-project-sortierungen-sortierung-infotext {
	flex:0 0 100%;
}

.projectpage-projectlist-list-project-sortierungen-sortierung-infotext table {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

.projectpage-projectlist-list-project-sortierungen-sortierung-infotext table td:first-child {
	width:50%;
	padding:3px 0;
}

.projectpage-projectlist-list-project-sortierungen-sortierung-infotext table td:last-child {
	width:50%;
	padding:3px 0;
	padding-left: 20px;
}

.sorttitle {
	padding:3px 0;
	color:#666;
}

@media only screen and (max-width: 1900px) {
	.projectpage-projectlist-list-project-sortierungen-sortierung {
		flex: 0 0 33%;
	}
}


@media only screen and (max-width: 1500px) {
	.projectpage-projectlist-list-project-sortierungen-sortierung {
		flex: 0 0 42%;
	}

	#userprojectpage {
		margin-left: 30px;
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1000px) {
	.projectpage-projectlist-list-project-sortierungen-sortierung {
		flex: 0 0 90%;
	}
}



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


	#projectarea {
		top:16vw;
	}


}

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

	.projectpage-newproject-sortierungsinfo {
		padding: 30px;
	}	

	.projectpage-newproject .row {
		padding-left: 0;
	}

	.projectpage-newproject form {
		align-items: start;
		flex-direction: column;
	}
	.projectpage-newproject form input[type="submit"] {
		margin-top: 20px;
	}

	.projectpage-projectlist-header {
		flex-direction: column;
	}
	.projectpage-projectlist-list-project-sortierungen-sortierung {
		flex: 0 0 100%;
	}
}

@media only screen and (max-width: 810px) {
	.projectpage-projectlist-list-project-sortierungen {
		flex-direction: column;
	}

	.projectpage-projectlist-list-project-sortierungen-sortierung-options {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 10px;
		padding-top: 10px;
	}	
}