
/**
*	header
*/
.profileHeaderImage{
	height: 250px;
	/*background: url(/domains/ccs_ch/appBuilder/dtImages/userProfile/profileBackground-placeholder.jpg) no-repeat center #ddd;*/
	
	background: linear-gradient(155deg, #03abbd, #2070ce);
	background-size: cover;
	background-position: center;
	/*background-size: 800% 800%;*/

	/*-webkit-animation: AnimationName 46s ease infinite;
	-moz-animation: AnimationName 46s ease infinite;
	animation: AnimationName 46s ease infinite;*/
}



/*
@-webkit-keyframes AnimationName {
    0%{background-position:17% 0%}
    50%{background-position:84% 100%}
    100%{background-position:17% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:17% 0%}
    50%{background-position:84% 100%}
    100%{background-position:17% 0%}
}
@keyframes AnimationName { 
    0%{background-position:17% 0%}
    50%{background-position:84% 100%}
    100%{background-position:17% 0%}
}*/


#profileViewerDetail{
	position: relative;
}
.profilePersonInfo{
	transform: translateY(-80px);
	text-align: center;
	display: flex;
	flex-direction: column;
}
.profilePicture{
	border: 5px solid #fff;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	margin: 0 auto 15px auto;
	background: #ddd;
	position: relative;
}
.leftCol{
	display: grid;
	grid-template-rows: auto auto auto;
	grid-gap: 15px;
	align-items: stretch;
}
.edit .leftCol{
	grid-template-rows: 1fr 1fr auto 1fr 1fr;
}
.rightCol{
	display: grid;
	grid-template-rows: auto auto 1fr;
	grid-gap: 15px;
	align-items: stretch;
}
.card{
	background: #f5f5f5;
	padding: 15px;
}
.IE .card{
	margin-bottom: 15px;
}
.card input[type="text"]{
	width: 100%;
	padding: 5px 15px;
	border:none;
	box-sizing: border-box;
}
.profileGalWrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	align-items: stretch;
	justify-content: stretch; 
	grid-gap: 15px;
}
.IE .profileGalWrap{
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
	/*justify-content: space-between;*/
}

.IE .profileGalImage{
	padding: 0 5px;
	margin-bottom: 8px;
	width: 18%;
	padding-top: 14%;
}
.profileGalImg{
	background: #aaa;
	height: 0;
	padding-top: 75%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fancybox-image,
.fancybox-wrap,
.fancybox-inner{
	max-width: 75vw !important;
	height: auto !important;
}
.cardTitle{
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.cardTitle .meberNr{
	font-weight: normal;
	text-transform: none;
	font-style: italic;
}
.profilePicture{
	background-position: center;
	background-size: cover;
}
.profilePersonText input, 
.profilePersonText textarea{
	width: 100%;
	margin: 0;
	padding: 0 15px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	line-height: 35px;
}
.profilePersonText textarea{
	line-height: 22px;
	padding-top: 5px;
	min-height: 85px;
	resize: vertical;
}
.profilePersonText label{
	line-height: 35px;
}
.profilePersonText .row{
	margin-bottom: 8px;
}
.profileHeaderImage{
	position: relative;
}
#f_user_img{
	position: absolute;
    left: -20000px;
}
.profilePersonText{
	position: relative;
}
#editBtn{
	position: absolute;
	top: 95px;
	right: 0;
	/*background: rgba(0,0,0,.2);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	-webkit-transition:all 350ms ease;
	-moz-transition:all 350ms ease;
	-ms-transition:all 350ms ease;
	-o-transition:all 350ms ease;
	transition:all 350ms ease;*/
	/*opacity: 0;*/
}
@media (max-width: 768px) {
	#editBtn{
		position: relative;
		top: 20px;
		order: 3;
	}
}
.profileHeaderImage:hover #editBtn{
	/*opacity: 1;*/
}
#editBtn a{
	/*color: #fff;
	font-size: 22px;*/
}
.profilePictureBtn{
	opacity: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	background: rgba(0,0,0,.4);
	cursor: pointer;
	color: #fff;
	font-size: 17px;
	-webkit-transition:all 350ms ease;
	-moz-transition:all 350ms ease;
	-ms-transition:all 350ms ease;
	-o-transition:all 350ms ease;
	transition:all 350ms ease;
}
.profilePictureBtn label{
	cursor: pointer;
	display: block;
	height: 40px;
	width: 40px;
}
.profilePicture:hover .profilePictureBtn{
	opacity: 1;
}
.selectProfilePicture{
	left: 20%;
}
.deleteProfilePicture{
	right: 20%;
}
.selectProfilePicture .fa{
	
}
#workTitleCard{
	grid-auto-rows: auto;
}
@media (min-width: 768px) {
#profileGrid{
	display: grid;
	display: -ms-grid;
	grid-template-columns: 2fr 1fr;
	-ms-grid-columns: 2fr 15px 1fr;
	grid-gap: 15px;
	align-items: stretch;
	margin-bottom: 15px;
}
.rightCol{
	-ms-grid-column:3;
}
}



.showMore{
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
.showLess{
	margin-top: 15px;
	margin-bottom: 15px;
	display: none;
	cursor: pointer;
}
.hiddenContainer{
	display: none;
}

.checkInput{
	display: none;
}
.checkWrap{
	display: flex;
	align-items: center;
}
.checkWrap label{
	cursor: pointer;
}
label.checkbox{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	border: 2px solid #aaa;
	border-radius: 3px;
	margin: 0;
	margin-right: 5px;
	box-sizing: border-box;
}
.checkWrap label.checkbox > .fa{
	opacity: 0;
	font-size: 0;
	transition: all 200ms;
}
.checkWrap:hover label.checkbox > .fa{
	color: #aaa;
	opacity: 1;
	font-size: 12px;
}
.checkInput:checked + label.checkbox{
	border-color: #e42c2a;
	background-color: #e42c2a;
}
.checkInput:checked + label.checkbox > .fa{
	color: #fff;
	opacity: 1;
	font-size: 12px;
}