
.gallery-categorys-list {
    margin: 40px 0 80px;
}
.gallery18-landing .gallery-categorys-list {
    margin: 55px 0 0;
}
@media screen and (min-width: 768px) {
	.gallery-categorys-list .raster {
		padding: 0px;
		max-width: 1370px;
	}
	.gallery-categorys-list .sepline {
		position: absolute;
		height: calc(100% - 40px);
		top: 0px;
		width: 1px;
		border-left-width: 1px;
	}
	.gallery-categorys-list .sepline.eq0 {
		left: 25%;
	}
	.gallery-categorys-list .sepline.eq1 {
		left: 50%;
	}
	.gallery-categorys-list .sepline.eq2 {
		left: 75%;
	}
}
@media screen and (max-width: 1023px) {
	.gallery-categorys-list .sepline.eq0 {
		display: none;
	}
	.gallery-categorys-list .sepline.eq2 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.gallery-categorys-list {
		margin: 0px;
	}
	.gallery-categorys-list .sepline.eq1 {
		display: none;
	}
}

.gallery-categorys-list-row  {
	margin: 0 10px 40px;
	color: #282828;
    background-color: #eeeeee;
}
.gallery-categorys-list-row {
	transition-timing-function: ease-in;
	transition-property: all;
	transition-duration: 300ms;
	transition-delay: 0ms;	
}
.gallery-categorys-list-row:hover{
	transition-duration: 0ms;
	transition-delay: 0ms;
	background-color: black;
}
.gallery-categorys-list-row p{
	transition-timing-function: ease-in;
	transition-property: all;
	transition-duration: 300ms;
}
.gallery-categorys-list-row:hover p{
	transition-duration: 0ms;
	transition-delay: 0ms;
	color: white;
}
.gallery-categorys-list-row  .img_container {
	height: 0px;
	padding-top: 70%;
}
.gallery-categorys-list-row .label {
	display: table-row;
}
.gallery-categorys-list-row .label p {
	height: 40px;
	vertical-align: middle;
	display: table-cell;
	font-size: 18px;
	font-family: "HurmeGeometricSans3-Regular", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
	.gallery-categorys-list-row  {
		margin: 0 -20px 40px;
	}
	.gallery-categorys-list-row .label {
		display: block;
		width: 100%;
	}
	.gallery-categorys-list-row .label p {
		line-height: 40px;
		display: block;
		text-align: center;
		width: 100%;
	}
}

.picweek.sepbox {
	margin-bottom: 0px;
}
.picweek .image_wrapper.portait .img_container {
	height: calc(100vh - 80px);
	padding-top: 0 !important;
}
.picweek .image_wrapper.portait .img_container > div:not(.dummy) {
	background-size: contain;
}
.picweek .footer {
	height: 80px;
}
.picweek .footer a.btn {
	position: absolute;
	right: 0px;
	top: -10px;
}

.picweek .footer span:first-child {
	padding-right: 10px;
}
.picweek .footer a:not(.btn):hover {
	text-decoration: underline;
	color: #282828;
}
.__debugmode {
	display: none !important;
}

/* upload manager */
#uploadmanager .js--underline {
	background: #282828;
	margin-left: -10px;
}

/* upload manager - dropfiles wrapper */
#uploadmanager .dropfiles {
	position: relative;
	width: 100%;
	margin: 0 auto;
	width: 600px;
	height: 600px;
}
#uploadmanager .dropfiles > div {
	margin: 0 auto;
	position: relative;
	max-width: 600px;
	top: 0px;
}
#uploadmanager .dropfiles > div:before {
	content: "";
	width: 560px;
	height: 560px;
	top: 20px;
	left: 20px;
	position: absolute;
	background: white;
	border-radius: 100%;
	transition: all 300ms;
}
#uploadmanager.is-dragover .dropfiles > div:before {
	width: 600px;
	height: 600px;
	top: 0px;
	left: 0px;
}
#uploadmanager .dropfiles form {
	padding-bottom: 100%;
	height: 0px;
	position:relative;
	margin-left: 80px;
	margin-right: 80px;
}
#uploadmanager .dropfiles form > div {
	position: absolute;
	height: 100%;
}
#uploadmanager .dropfiles form > div {
	position: absolute;
	height: 100%;
}
#uploadmanager .agb {
	margin: 30px 0 20px -1px;
}
.checkbox-label {
	margin-left: 10px;
}
#uploadmanager .close {
	position: relative;
	z-index: 100;
}

#pictureeditor .buttons {
	margin-top: 20px
}
#uploadmanager .nice-inputs ,
#pictureeditor .nice-inputs {
	position: relative;
}



#uploadmanager .form18 input.error ,
#uploadmanager .form18 select.error, 
#pictureeditor .form18 input.error ,
#pictureeditor .form18 select.error {
	border: 1px solid white;
}

/* upload manager - edit wrapper */
#uploadmanager .wrapper.edit {
	display: none;
}
#uploadmanager .mainframe,
#uploadmanager .wrapper.edit .body,
#pictureeditor .mastershot-apply .hider,
#uploadmanager .wrapper.edit .right .hider,
.hider_active {
	position: relative;
	display: block;
}
#uploadmanager .wrapper.edit .body.server_error:after,
#uploadmanager .wrapper.edit .body.frontend_error:after,
#pictureeditor .mastershot-apply.hidden .hider:after ,
#uploadmanager .wrapper.edit .right.hidden .hider:after,
.hider_active:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(238 238 238 / 50%);
	z-index: 10;
}
#pictureeditor .mastershot-apply.hidden .hider.border-fix:after {
	height: calc(100% - 5px);
}
#uploadmanager .wrapper.edit .body.frontend_error:after, 
#uploadmanager .wrapper.edit .body.server_error:after {
	background: rgba(238, 238, 238, 0.55);
}
#uploadmanager .wrapper.edit .body p.error {
	color: rgb(226, 0, 15);
}

/* upload manager - edit wrapper - thumbs */
#pictureeditor .thumbs ,
#uploadmanager .thumbs {
	padding-bottom: 15px;
	margin-bottom: 10px;
	text-align: left;
}
#pictureeditor .thumb span ,
#uploadmanager .thumb span {
	padding: 5px;
	display: block;
	font-size: 14px;
	line-height: 14px;
}
@media (max-width: 767px) {
	#uploadmanager .close {
		display: none;
	}
}
@media (min-width: 768px) {
	#pictureeditor .thumbs.raster > .inner > .fit > .inner ,
	#uploadmanager .thumbs.raster > .inner > .fit > .inner {
		margin-left: 5px;
		margin-right: 5px;
		width: calc(100% - 10px);
	}
	#pictureeditor .thumbs > .inner ,
	#uploadmanager .thumbs > .inner {
		padding: 0px 5px;
		width: calc(100% + 10px);
	}
}
#pictureeditor .thumbs:after ,
#uploadmanager .thumbs:after {
	content: "";
	position: absolute;
	width: calc(100% - 0px);
	height: 1px;
	left: 0px;
	bottom: 0;
	background: rgb(0, 0, 0);
	z-index: 10;
}
#pictureeditor .thumb {
	padding-top: 100%;
	background: #282828;
}
#exifeditor .thumb ,
#uploadmanager .thumb {
	padding-top: 100%;
	background: #282828;
	cursor: pointer;
	opacity: 0.6;
	transition: 300ms all;
}
#uploadmanager .active .thumb,
#uploadmanager .thumb:hover {
	opacity: 1;
}
#exifeditor .thumb > * ,
#pictureeditor .thumb > * ,
#uploadmanager .thumb > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
#uploadmanager .states > * {
	display: none;
	position: absolute;
	width: 100%;
	color:white;
	height: 100%;
	top: 0;
	left: 0;
}
#uploadmanager .states.rendering > .uploading,
#uploadmanager .states.uploading > .uploading,
#uploadmanager .states.success > .success,
#uploadmanager .states.server_error > .server_error,
#uploadmanager .states.save_server_error > .save_server_error,
#uploadmanager .states.frontend_error > .frontend_error,
#uploadmanager .states.input_error > .input_error,
#uploadmanager .states.connection_error > .connection_error {
	display: block;
}
#uploadmanager .states.rendering > .uploading .upload_status {
	display: none;
}
#uploadmanager .states.uploading > .uploading > .upload_status {
	background: rgba(255,255,255,0.7);
	position: absolute;
	left: 8px;
	bottom: 8px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	text-align: center;
}
#uploadmanager .thumb .server_error,
#uploadmanager .thumb .frontend_error,
#uploadmanager .thumb .connection_error{
	background: rgba(0,0,0,0.4);
}
#uploadmanager .thumb .svg_icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#uploadmanager .thumb .remove {
	position: absolute;
	right: 0px;
	width: 20px;
	height: 20px;
	left: auto;
	overflow: hidden;
	display: block;
	background: rgba(0,0,0,0.4);
}
#uploadmanager .thumb .remove .svg_icon {
	bottom: 0px;
	right: 0px;
}
#uploadmanager .thumb .remove .svg_icon:after {
	background-size: 50%;
}
#uploadmanager .thumb .remove:hover {
	background: rgb(226, 0, 14);
}
#uploadmanager .thumb .states.server_error .remove,
#uploadmanager .thumb .states.frontend_error .remove,
#uploadmanager .thumb .states.connection_error .remove {
	display: none;
}
#uploadmanager .thumb .retry {
	background: rgb(4, 150, 57);
	display: none;
}
#uploadmanager .thumb:hover .states.connection_error .retry {
	display: block;
}
#uploadmanager .thumb:hover .states.frontend_error > .frontend_error {
	display: none;
}
#uploadmanager .thumb .states.server_error .remove,
#uploadmanager .thumb:hover .states.frontend_error .remove {
	display: block;
}
#uploadmanager .dummy_error {
	background: rgb(226, 0, 15);
	z-index: 10;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	color: rgb(255, 255, 255);
	text-align: center !important;
	top: 1px;
	left: 1px;
	position: absolute;
	overflow: hidden;
	text-indent: 10px;
}
#uploadmanager *:not(.thumb):not(input):not(textarea):not(select) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#uploadmanager .submit-btn-wrapper.valid-false {
	opacity:0.5;
}
#uploadmanager .submit-btn-wrapper.valid-false:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
}
#uploadmanager .ms-selection {
	padding-bottom: 40px;
}
/* .mslens-fix {
	position: relative;
}
.mslens-fix:after {
	content: "";
	background: rgb(226, 226, 226);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
} */



#exifeditor .buttons {
	margin-top: 20px;
}
#exifeditor hr {
	background-color: rgb(175 175 175);
	height: 1px;
	margin-bottom: 10px;
}
#exifeditor .infos {
	padding: 4px 0 14px;
}
#exifeditor .headline {
	margin-bottom: -4px;
}


/* background-color: rgb(175 175 175);
￼	height: 1px;
￼	margin-bottom: 10px;
} */


#exifeditor .thumb {
	opacity: 1;
	position: relative;
	cursor: initial;
}
#exifeditor .btn {
	padding: 9px 12px;
}
#exifeditor label[for="exif_digital"] span {
	margin-left: 0px;
}
@media screen and (min-width: 768px) {
	#exifeditor .left-cell {
		width: 240px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	#exifeditor .buttons .left-cell{
		margin-bottom: 20px;
	}
}


#profilemanager .remove {
	position: absolute;
	display: none;
	height: 20px;
	width: 20px;
	right: 0px;
    top: 0px;
	border-radius: 50%;
	background-image: url(../svg/svg_close_white.svg);
	background-position: 50% 50%;
	background-size: 24px;
	background-repeat: no-repeat;
	background-color: rgb(226, 0, 15);
	cursor: pointer;
}
#profilemanager .remove.has {
	display: block;
}
#profilemanager .border-container:not(.raster-wrapper) {
	margin-bottom: 0px;
}

#profilemanager .profile-image {
    display: inline-block;
    top: 3px;
}

#profilemanager .image-upload-container {
	padding: 15px 0;
	margin-bottom: 0px;
}
#profilemanager .image-upload .headline {
	position: absolute;
    top: -40px;
    z-index: 1;
}
#profilemanager .profile-image .remove {
	
}
#profilemanager hr {
	background: #DEDEDE;
    height: 1px;
    margin-top: 20px;
}
#profilemanager hr.btm {
    margin-bottom: 20px;
}

.border-container {
    border-bottom: 1px solid #DEDEDE;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.border-container.small-gap {
	margin-bottom: 0px;
}
.border-container.neat {
	padding-bottom: 0;
}
.pb-40 {
	padding-bottom: 40px;
}
.req {
	border-top: 1px solid #DEDEDE;
	padding-top: 20px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.form18 p.req:after {
	background-image: url(../svg/svg_dot_required.svg);
	left: 10px;
	background-position: 50% 50%;
	background-size: 50%;
	background-repeat: no-repeat;
	position: absolute;
	width: 22px;
	top: 9px;
    left: -9px;
	height: 40px;
	content: "";
}

#profilemanager div.raster.float:last-child {

}




/* profilemanager and provateprofile */
.profile-image {
	height: 80px;
	width: 80px;
	display: block;
	position: relative;
}
.profile-image > label.image, 
.profile-image > span.image,
.profile-image > label.dummy, 
.profile-image > span.dummy{
	display: inline-block;
	text-align: left;
	padding: 0px;
	position: relative;
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.profile-image:not(.has) .image ,
.profile-image.has .dummy {
	display: none !important;
}


/* START rel23 moved */
#registermanager {}
#registermanager hr { margin-top: 20px; background: rgb(222, 222, 222); height: 1px; }
#registermanager hr.b { margin-bottom: 20px; }
#registermanager_grecaptcha.error:after,
#shareemail_grecaptcha.error:after {
	content: "i";
	background: rgb(226, 0, 15);
	z-index: 10;
	width: 16px;
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	line-height: 18px;
	border-radius: 100%;
	color: rgb(255, 255, 255);
	text-align: center !important;
	top: 3px;
	left: 2px;
	position: absolute;
}
#registermanager .verify {
	margin: 20px 0;
}
#registermanager .verify.recaptcha {
	margin: 20px 0;
	display: block;
}
#registermanager p.nice-inputs .unboundet {
	margin-bottom: 16px;
	display: block;
	padding-left: 30px;
	top: 1px;
    position: relative;
}
#registermanager p.nice-inputs .unboundet a {
	text-decoration: underline;
}
#registermanager .form18 input[type="checkbox"] + label:not(.btn):not(.unboundet) {
	margin-top: -1px;
}
/* END rel23 moved */
.privateprofile-header .profile-image-cell {
	width: 100px;
}
#privateprofile .tab {
	display: none;
	min-height: 300px;
}
#privateprofile .tab.active {
	display: block;
	position: relative;
}


.album-list {
	margin: 0 -10px;
	/* padding-bottom: 20px; */
    border-bottom: 1px solid #dedede;
	/* margin-bottom: 30px; */
}
#privateprofile .album-detail .albumname {
	margin: 30px 0 20px;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	#privateprofile .album-detail.count-0 .albumname {
		display:none;
	}
}

#privateprofile .album-detail .image,
#privateprofile .album-detail .image-helper,
.album-list .album {
	float: left;
	position: relative;
	width: 16.666666666666668%;
	cursor: pointer;
}
#privateprofile .album-detail .image.draged {
	max-height: 300px;
}
#privateprofile .album-detail .image.draged img{
	max-height: 200px;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	position: relative;
	display: inherit;
}
/*#privateprofile .album-detail .ui-sortable-placeholder {
	max-height: 300px;
}*/
.album.add-album .bg-lightgrey .plus_white {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
}
.album.add-album .plus_white:after {
	top: 0;
	left: 0;
	background-size: auto;
}
.album.add-album:hover .plus_white:after {
	background-image: url(../svg/svg_plus.svg);
}
#privateprofile .album-detail .image:not(.ui-sortable-helper):nth-of-type(6n+1) {
	clear: both;
}

#privateprofile .album-detail {
	position: relative;
	margin-bottom: 60px;
}

#privateprofile .album-detail .image > * > *,
.album-list .album > * {
	margin: 10px;
	position: relative;
}
.album-list .album .dummy_drop_area {
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.album-list .album .dummy_drop_area > * {
	height: 0px;
	padding: 0;
	position: initial;
}
.album-list .album .dummy_drop_area > *:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../svg/svg_upload.svg);
	cursor: pointer;
	background-size: 60px 60px;
	transform: rotate(180deg);
	background-color: rgba(255, 255, 255, 0.75);
}
.album-list .album > * > * {
	padding-top: 100%;
	width: 100%;
	display: block;
	height: 0px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;	
}
.album-list .album > * > * > * {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	cursor: pointer;
}

.album-list-wrapper {
	height: 235px;
	overflow: hidden;
}
.album-list-sepline {
	width: 100%;
	background: rgb(222, 221, 223);
	height: 1px;
	margin-bottom: 9px;
}
.album-list-wrapper:after {
	content: "";
	width: calc(100%  - 20px);
	left: 10px;
	bottom: 0px;
	position: absolute;
	background: #dedddf;
	height: 1px;
}
.album-list-wrapper {
	position: relative;
	display: block;
	margin: 0 -10px;
	padding: 0 10px;
	overflow: hidden;
}
.album-list-wrapper .album-list {
	overflow-y: auto;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
.album-slider > *[data-render][data-render-complete="true"] {
	display: inline;
}



#privateprofile .topleft,
#privateprofile .topright {
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	z-index: 10;
}
#privateprofile .topleft {
	left: 0px;	
}

#privateprofile .topleft > * ,
#privateprofile .topright > * {
	padding-left: 10px;
	width: 30px;
	float: right;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	padding-top: 10px;
	height: 30px;
}
#privateprofile .topleft > * {
	float: left;
}

/* Ipad Pro - Landscape*/
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
	#privateprofile .topright {
		display: block;
	}
}
/* Ipad Pro - Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
	#privateprofile .topright {
		display: block;
	}
}
@media screen and (max-width:1023px) {
	#privateprofile .topright {
		display: block;
	}
}

@media screen and (min-width:768px) {
	#privateprofile {
		min-height: calc(100vh - 80px);
	}
	#privateprofile .topleft > *,
	#privateprofile .topright > * {
		transition-timing-function: ease-in;
		transition-property: all;
		transition-duration: 200ms;
	}
	#privateprofile .topleft > *:hover,
	#privateprofile .topright > *:hover {
		background: rgba(0, 0, 0, 1);
		transition-duration: 0ms;
		transition-delay: 0ms;
	}
	#privateprofile .topright.locked > * {
		background: rgba(0, 0, 0, 1);
	}
	#privateprofile .album:hover .topleft,
	#privateprofile .album:hover .topright,
	#privateprofile .image:hover .topleft,
	#privateprofile .image:hover .topright {
		display: block;
	}
}

#privateprofile .album .type-1 .topright.locked,
#privateprofile .album .type-2 .topright.edit {
	display: none;
}

.album-list .album .label {
	position: absolute;
	bottom: 0px;
	height: 39px;
	padding: 7px 0;
	background: rgba(40, 40, 40, 0.68);
	width: 100%;
	color: rgb(255, 255, 255);
	transition-timing-function: ease-in;
	transition-property: background;
	transition-duration: 200ms;	
	user-select: none;
}
#publicprofile .album-list .album:hover .label {
	background: rgba(0, 0, 0, 1);
	transition-duration: 0ms;
	transition-delay: 0ms;
}

.album-list .album .label p {
	padding: 0 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#privateprofile .album-detail .images {
	margin: 0 -10px;
}

#privateprofile .album-detail .image .label > div {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	width: calc(100% - 20px);
	padding: 5px 10px;
}

#privateprofile .album-detail .image .label  .id + div {
	display: inline-block;
}

#privateprofile .subnavi > * {
	margin-right: 10px;
}
#pictureeditor .image {
	width: 100%;
	position: absolute;
	height: 0px;
	top: 40px;
	background-size: contain;
	background-position: 50% 50%;
	background-color: rgb(40, 40, 40);
	background-repeat: no-repeat no-repeat;
	padding-bottom: 100%;
}
#pictureeditor .image-info {
	position: absolute;
	bottom: -30px;
}
.grey-container{
	background-color: rgba(0, 0, 0, 0.05);
	padding: 20px;
}
#pictureeditor .btn,
#albumeditor .btn {
	margin-bottom: 20px;
}
.form18 input.cue {
	margin-bottom: 20px !important;
}
#pictureeditor .double-height input{
	height: calc( 41px * 3);
}
#pictureeditor .double-height textarea {
	height: calc( 34px * 3);
}
#pictureeditor .mastershot-apply .border-container {
	border: none;
}

/* my gallery - albumeditor */
#albumeditor {}
#albumeditor .context-new .btn.delete {
	display: none;
}
#privateprofile .album-detail .album-edit {
	display: none;
}

#albummanager {
	min-height: 300px;
}
#albummanager .empty-album {
	display:none;
	max-width:430px;
	margin-top: 30px;
}
#albummanager .empty-album > p:first-child {
	word-break: break-word;
}
#albummanager .album-detail.count-0 .empty-album {
	display:block;
}
#albummanager .album-detail.count-0 .empty-album .text {
	margin: 20px 0;
}
#albummanager .album-detail.count-0 .empty-album .btn {
	width: 200px;
}
.albumslider-navi {
	display: inline-block;
	position: absolute;
	top: -34px;
	right: -10px;
}
#publicprofile .albumslider-navi {
	right: 0px;
}
.albumslider-navi > * {
	margin: 0 5px;
	opacity: 0.815;
}
.albumslider-navi > *:hover {
	opacity: 1;
}
.albumslider-navi .left:after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.albumslider-navi .right:after {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.album-slider .js--underline {
	height: 5px;
}

/* pager in albummanager */
#albummanager .album-detail.count-0 .pager {
	display: none;
}
#albummanager .pager {
	position: relative;
	min-height: 40px;
}
#albummanager .pager .entrys {
	text-align: center;
}
#albummanager .pager .entrys > * {
	display: inline-block;
	padding: 11px 15px 9px;
	line-height: 20px;
	cursor: pointer;
}
#albummanager .pager .entrys > *:hover {
	text-decoration: underline;
}
#albummanager .pager .entrys > *.active {
	padding: 9px 15px 7px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 2px;
}
#albummanager .pager .entrys > *.active:hover {
	text-decoration: none;
}
#albummanager .pager .selection {

}
#albummanager .pager .selection select {
	background: rgb(255, 255, 255);
	padding: 5px;
	cursor: pointer;
}

@media screen and (min-width: 767px) {
	#albummanager .pager {
		background: rgb(238, 238, 238);
		margin-top: 50px;
	}
	#albummanager .pager .selection {
		position: absolute;
		right: 10px;
		top: 5px;
	}
	#albummanager .pager .entrys {
		margin: 0 70px;
	}
}
@media screen and (max-width: 767px) {
	#albummanager .pager {
		margin-top: 30px;
	}
	#albummanager .pager .entry-wrapper {
		overflow: auto hidden;
		margin: 0 -20px;
		border-bottom: 1px solid rgb(222, 221, 223);
	}
	#albummanager .pager .entrys {
		white-space: nowrap;
		text-align: left;
		margin-left: 20px;
	}
	#albummanager .pager .entrys > * {
	}
	#albummanager .pager .entrys > *:hover {
	}
	#albummanager .pager .entrys > *.active {
		padding: 9px 15px 7px;
		border-bottom: 6px solid rgb(0, 0, 0);
	}
	#albummanager .pager .entrys > *.active:hover {
	}
	#albummanager .pager .selection {
		text-align: right;
		padding: 10px 0;
		margin-top: 20px;
	}
	#albummanager .pager .selection select {
	}
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
	#privateprofile .album-detail .image,
	#privateprofile .album-detail .image-helper {
		width: 25%;
		display: inline-block;
		float: inherit;
		vertical-align: top;
	}
	.gallery_wrapper .filter-menu .right.size {
		display: none;
	}
	#pictureeditor .popup-body,
	#uploadmanager .popup-body {
		width: calc(100% - 40px);
		top: -20px;
		padding: 20px 20px 40px;
	}
	#uploadmanager .dropfiles,
	#uploadmanager .dropfiles div {
		margin: 0;
		vertical-align: middle;
		margin: 0 auto;
	}

	.album-list-wrapper .album {
		width: 225px;
		padding-bottom: 80px;
	}
	.album-list-wrapper.__slider .album {
		padding-bottom: 0px;
	}	
}
@media screen and (max-width: 767px) {
	#pictureeditor .only-mobil.image-preview {
		margin-bottom: 20px;
	}
	#pictureeditor .image {
		position: inherit;
	}
	#pictureeditor .only-mobil.image-preview .image {
		position: relative;
		top: -10px;
		display: block;
		margin-left: -10px;
		width: calc(100% + 40px);
		margin-bottom: 0;
	}
	#pictureeditor .only-mobil.image-preview .image  .image-info {
		margin-left: 11px;
		bottom: -30px;
	}
	/*#pictureeditor .border-container {
		margin-bottom: 0;
		border: none;
	}*/
	#pictureeditor .mastershot-apply .border-container {
		border-bottom: 1px solid #a0a0a0;
		padding-bottom: 20px;
	}
	#pictureeditor .image-preview {
		width: 100%;
		display: block;
	}
	#pictureeditor .image-preview .image {
		position: relative;
		top: 0;
	}
	#pictureeditor .btn {
		max-width: 260px;
		float: none;
		margin: 20px auto;
		display: block;
	}
	.album-list-sepline {
		left: -20px;
		position: relative;
		margin-bottom: 14px;
		width: calc(100% + 40px);
	}
	.album.add-album .plus_white:after {
		background-size: 50px;
	}
}
@media screen and (max-width: 767px) {
	.privateprofile-navigation.subnavi {
		display: none;
	}
	#galleryimageview .mobile-header .logo img {
		height: 26px;
		margin-top: 7px;
	}
	.form18 input {
		margin-bottom: 0;
	}
	/* START rel23 moved */
	#registermanager .verify.recaptcha {
		margin: 20px 0;
	}
	#registermanager .verify {
		margin: 20px 0 40px;
		display: block;
	}
	#registermanager .verify:not(.recaptcha) {
		margin: 40px 0 30px;
	}
	#registermanager .form18 .raster-wrapper + p.req {
		display: none;
	}
	#registermanager .form18 .raster-wrapper + p.req + .btn {
		margin: 40px 0 20px;
	}
	#registermanager .form18 .raster-wrapper + p.req + .btn + .btn.close {
		margin-bottom: 40px;
	}
	/* END rel23 moved */
	#profilemanager .image-upload {
		display: table;
		margin: 0;
		width: 100%;
	}
	#profilemanager .image-upload .upload {
		display: table-footer-group;
	}
	#profilemanager .image-upload .image,
	#profilemanager .image-upload .dummy{
		display: table;
	}
	#profilemanager .image-upload label.headline {
		top: -130px;
	}
	#profilemanager .profile-image {
		display: block;
		width: 100%;
		margin: 0 auto 50px;
	}
	#profilemanager .image-upload-container {
		padding: 0px 0 20px;
	}
	#profilemanager .remove {
		left: calc(50% + 20px);
		top: 6px;
	}
	#profilemanager .profile-image .image,
	#profilemanager .profile-image .dummy {
		margin: 0 auto;
	}

	#profilemanager .image-upload .image .inner {
		bottom: -40px;
	}

	#uploadmanager .dropfiles {
		width: 100%;
	}
	#uploadmanager .dropfiles > div:before {
		left: 0;
		overflow: hidden;
		right: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	#pictureeditor .thumbs ,
	#uploadmanager .thumbs {
		padding-bottom: 0;
		margin: 0 0px;
		margin-bottom: 0;
		background: grey;
	}
	#uploadmanager .thumbs:after {
		display: none;
	}
	#uploadmanager .js--underline {
		display: none;
	}
	#uploadmanager .thumb .remove {
		display: none;
	}
	#uploadmanager .agb {
		margin-bottom: 30px;
	}
	#uploadmanager .edit .buttons {
		margin-bottom: 20px;
	}
	#uploadmanager .edit .buttons .btn {
		margin-bottom: 20px;
	}
	#pictureeditor .btn {
		max-width: 100%;
	}
	#pictureeditor .image-info {
		display: none;
	}
	
	#privateprofile .privateprofile-header .v-middle button.btn {
		display: none;
	}
	#privateprofile .privateprofile-header .v-middle button.btn +  input + label {
		width: calc(100% - 66px);
		position: absolute;
		left: 10px;
		margin: 0;
		float: none;
		max-width: initial;
		margin-bottom: 71px;
		position: relative;
		display: block;
	}
	#privateprofile .album-detail {
		margin-bottom: 20px;
	}
	#privateprofile .album-detail .images {
		margin: 4px 0 0px;
	}
	#privateprofile .album-detail .image,
	#privateprofile .album-detail .image-helper {
		width: 100%;
		float: inherit;
		display: block;
		height: 40px;
		margin-bottom: 1px;
	}
	#privateprofile .album-detail .image:first-child .topright .up ,
	#privateprofile .album-detail .image:last-child .topright .down {
		visibility: hidden;
	}
	#privateprofile .album-detail .image .bg-lightgrey {
		margin: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#privateprofile .album-detail .image .bg-lightgrey,
	#privateprofile .album-detail .image .bg-lightgrey img {
		height: 40px;
	}
	#privateprofile .album-detail .image .bg-lightgrey .topleft {
		display: none;
	}
	#privateprofile .album-detail .image .bg-lightgrey img {
		width: 40px;
		display: none;
	}
	.mobile-image {
		display: block;
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;
	}
	#privateprofile .album-detail .image .bg-lightgrey .label {
		color: rgb(40, 40, 40);
		font-size: 12px;
		position: absolute;
		padding-left: 47px;
		left: 0px;
		width: calc(100% - 188px);
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 40px;
		font-family: "Chronicle Text G2 A", "Chronicle Text G2 B", Georgia, Times, "Times New Roman", serif;
		top: 0;
		display: inline-block;
		overflow: hidden;
	}
	#privateprofile .album-detail .image .bg-lightgrey .label .id {
		display: none;
	}
	#privateprofile .album-detail .image .bg-lightgrey .label div {
		line-height: 38px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		padding: 0;
	}
	#privateprofile .bg-lightgrey .topright {
		display: block;
	}
	#privateprofile .bg-lightgrey .topright > * {
		background: none;
	}
	#privateprofile .bg-lightgrey .topright .svg_icon.edit:after {
		background-image: url("../svg/svg_edit_dark.svg");
	}
	#privateprofile .album-detail-name {
		margin: 15px 0 25px;
	}
	
	.albumslider-navi {
		display: none !important;
	}
	
	.album-list-wrapper {
		height: 180px !important;
		margin: 0 -20px;
		padding: 0 0px;
		opacity: 0.5;
		transition: opacity 300ms;
	}
	.album-list-wrapper.__slider {
		opacity: 1;
	}
	.album-list-wrapper.__sliderXXX:before{
		content: "";
		position: absolute;
		right: 0px;
		z-index: 1000;
		pointer-events: none;
		width: 20px;
		top: 0px;
		height: calc(100% - 5px);
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+75 */
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
	.album-list-wrapper .album-slider {
		height: 180px !important;
		/* margin: 0 -20px; */
		padding: 0 15px;
	}
	.album-list-wrapper:after {
		width: 100%;
		left: 0px;
	}
	.album-list-wrapper .album-list {
		margin: 0 0px;
	}
	.album-list-wrapper .album {
		width: 120px;
		padding-bottom: 80px;
	}
	.album-list-wrapper.__slider .album {
		padding-bottom: 0px;
	}
	.album-list-wrapper .album .label {
		top: 110px;
		background: none;
	}
	.album-list-wrapper .album .label p {
		color: #282828;
		font-family: "HurmeGeometricSans3-Regular", Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 0;
		width: 100%;
	}
	.album-list-wrapper .album .label p.bold {
		font-family: "HurmeGeometricSans3-Bold", Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
	.album-list-wrapper .album .label p + p {
		font-family: "Chronicle Text G2 A", "Chronicle Text G2 B", Georgia, Times, "Times New Roman", serif;
	}
	#privateprofile .album-detail .albumname {
		margin: 13px 0 0;
		display: inline-block;
		max-width: calc( 100% - 90px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#privateprofile .album-detail .album-edit {
		display: inline;
		height: 40px;
		width: 100%;
	}
	#privateprofile .album-detail .type-2 .album-edit {
		display: none;
	}
	#privateprofile .album-detail .album-edit .svg_icon.close_red {
		margin: 0px 5px 2px 13px;
	}
	#privateprofile .album-detail .album-edit .svg_icon.edit_dark {
		margin: 0px 6px 3px 7px;
	}
	#privateprofile .album-detail .type-2 + .album-edit .svg_icon.close_red:after {
		background-image: url("../svg/svg_lock_dark.svg");
	}
	#privateprofile .album-detail .type-2 + .album-edit .svg_icon.edit_dark {
		display: none;
	}
	#privateprofile .album .topright, #privateprofile .album .topleft {
		display:none;
	}
	#privateprofile .album-detail .image > * > *, .album-list .album > * {
		margin: 5px;
	}
	#uploadmanager .wrapper.success .btn {
		margin-bottom: 40px;
	}
	
	
	
}
