* {
  outline: none !important;
  box-sizing: border-box;
}

* {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

* {
    scrollbar-color: #ffffff #000000;
    scrollbar-width: thin;
}

/* NEED FOR SAFARI MOBILE ZOOM - DOES NOT REALLY WORK */
body {
  /*touch-action: pan-x pan-y;*/
}

html {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: 'Anton', sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;
  font-family: 'PT Serif', serif;
  font-family: 'Playfair Display', serif;
  color: #495057;
  background: #000;
}
body {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0;
	overflow:hidden;
    background: #000;
}

.absoluteAll {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cgTop {
	top: 0;
}

.cgBottom {
	bottom: 0;
}

.cgAlignL {
    text-align: left;
}

.cgAlignR {
    text-align: right;
}

.cgAlignC {
    text-align: center;
}

.flex {
	display: flex;
}
.fcenter {
	align-items: center;
	justify-content: safe center;
}
.fcol {
	flex-direction: column;
}
.fstrech {
	flex: 1;
}

.noOpacity {
    opacity: 1 !important;
}

.scrollY {
    overflow-y: auto;
}

/************** VERNISSAGE ***************/

.flyer-container a, .flyer-container span {
   color: #ffffff;
   text-decoration: none;
   font-family: 'Open Sans Condensed', sans-serif;
}

.flyer-links {
    text-align: center;
}

.flyer-map {
    cursor: pointer;
}

.flyer-map-container {
    margin-top: 25px;
    max-height: 500px;
    height: 100vh;
}

.flyer-map-container iframe {
    width: 100%;
    height: 100%;
}

.flyer {
    margin: 5vh auto;
    border: 1px solid #ffffff;
    color: #ffffff;
    
    font-family: 'Open Sans Condensed', sans-serif;
    
    padding: 50px;
    text-align: right;
    
    width: 95%;
    max-width: 400px;
    position: relative;
}

.flyer p {
    margin: 5px 0;
}

.vernissage {
    position: relative;
    text-transform: uppercase;
    color: #1c1c1c;
    font-size: 70px;
    font-weight: bold;
    padding-bottom: 10px;
}

.flyer h1 {
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    margin: 0;
    font-size: 48px;
    bottom: 0;
    right: 0;
    left: 0;
}

.flyer h3 {
    margin-bottom: 10px;
}

.flyer h4 {
    margin: 5px 0;
}

.flyer-images img {
    height: 100px;
}

.flyer-logo {
    background: #fff;
    display: inline-block;
    height: 60px;
}

.flyer-logo img {
    height: 60px;
}

.flyer-images {

}

/************** Z-INDEX ****************/

.cgZ0 {
    z-index: 0 !important;
}

.cgPage {
    z-index: 0;
}

#cgPageHome {
    z-index: 10;
}

#cgOverlayContent {
    z-index: 100;
}

.cgPage.cgActive {
    z-index: 1000;
}

#cgLogo {
    z-index: 10000;
}

#cgNavSidebar {
    z-index: 10000;
}

.cgMenu #cgNavSidebar {
    z-index: 0;
}

#cgNavBottom {
    z-index: 10000;
}

.cgMenu #cgNavBottom {
    z-index: 0;
}

.cgMenu #cgNavMenu {
    z-index: 10000;
}

#cgNavMenu {
    z-index: 0;
}

#cgIntro {
    z-index: 100000;
}

#cgLoad {
    z-index: 1000000;
}

/************** LOGO ****************/

#cgLoad {
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 2px;
}

#cgLoad i {
font-size: 48px;
opacity: 0;
    animation: turner 4s infinite linear 1s;
}

@keyframes turner{
    from{  transform: rotateZ(360deg); opacity: 1;   }
    to  {  transform: rotateZ(0deg); opacity: 1; }
}

/************** LOGO ****************/

.cgMainLogo {
    position: absolute;
    top: 15px;
    left: 12px;
    
    overflow: hidden;
    height: 60px;
    background: black;
}

.cgMainLogo img {
    height: 60px;
    cursor: pointer;
}

/*
#cgLogo {
	position: absolute;
    top: 15px;
    left: 12px;
    cursor: pointer;
    overflow: hidden;
    height: 60px;
    background: black;
}

#cgLogo img {
	height: 60px;
}
*/

/************** IMAGE ROTATION ****************/

#cgImageRotation {
    overflow: hidden;
}

#cgImageRotation img {
	position: absolute;
	width: 400px;
	height: 265px;
	opacity: 1;
    box-shadow: 1px 5px 6px black;
	
	-webkit-transition: opacity 4s ease;
}

#cgImageRotation img.cgRotationHidden {
	opacity: 0;
}

/************** NAV BOTTOM ****************/

#cgNavBottom {
    position: absolute;
    color: white;
    height: 50px;
    padding: 0 0 10px;
    
    font-family: 'Open Sans Condensed', sans-serif;
}

#cgNavBottom .cgNavLinkBottom, #cgNavBottom #cgNavBottomMenu  {
/*#cgNavBottom > div  {*/
	margin-left: 20px;
	
	letter-spacing: 3px;
}

.cgNavLinkBottom {
    transform: scale(0);
    white-space: nowrap;
    overflow: hidden;
    
    -webkit-transition: all 1s ease;
}

#cgNavBottomLinks > div {cgNavMenuLink
    cursor: pointer;
}

#cgNavBottomMenu i {
    width: 24px;
}

#cgNavBottomContainer {
    position: relative;
}
/*
#cgNavBottom:hover #cgNavBottomContainer {
    display: inline-block;
}
*/
#cgNavBottomLinksProtect {
    left: 44px;
}

#cgNavBottomLinks:hover .cgNavLinkBottom {
    transform: scale(1);
}

/************** NAV SIDEBAR ****************/

#cgNavSidebar {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 101px;
}

#cgNavSidebar > div {
    flex: 1;
}

#cgNavPictures {
	margin: 105px 0 0;
}
#cgNavArtists {
	margin: 0 0 90px;
}

/************** NAV SIDEBAR ****************/

#cgNavMenu {
    color: white;
}

#cgNavMenu i {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    font-size: 32px;
    padding: 10px;
}

#cgNavMenu i:hover {
    cursor: pointer;
}

#cgNavMenu input[type=checkbox] {
    display: none; 
}

#cgNavMenuLinks {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
    display: none;
    background: #000000dd;
}

#cgNavMenuContainer input[type=checkbox]:checked ~ #cgNavMenuLinks {
    display:flex;
}

.cgNavMenuLink {
    margin: 15px 0;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 5px;
}

/************** Overlay ****************/

.cgOverlay {
	background: #000000;
}

#cgOverlayContent {
    z-index: 100;
}

#cgOverlayContent.cgBlendIn {
    -webkit-animation: cgOverlayBlendIn 2s 1 linear forwards 0s;
}

#cgOverlayContent.cgBlendOut {
    -webkit-animation: cgOverlayBlendOut 2s 1 linear forwards 0s;
}

#cgOverlayCircle {
	background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.5) 55%, rgba(0,0,0,1) 100%);
	opacity: 1;
}

/************** Page ****************/

.cgPage.fullOpacity {
    opacity: 0;
}

.cgPage.cgBlendIn {
    -webkit-animation: cgPageBlendIn 1.5s 1 linear forwards 0s;
}

.cgPage.cgBlendOut {
    -webkit-animation: cgPageBlendOut 1s 1 linear forwards 0s;
}


#cgPageHome {
	background-size: cover;
	background-position: center;
	/*background-image: url(/img/5_1.jpg);*/
    
    
}

#cgImprintBasic {
    opacity: 0;
} 

#cgImprintBasic p {
    margin: 2px;
    font-size: 16px;
    letter-spacing: 2px;
    color: white;
}

#cgImprintBasic.cgBlendIn {
    -webkit-animation: cgPageBlendIn 1.5s 1 linear forwards 2s;
}

#cgImprintDisclaimer {
    margin-top: 20px;
    max-width: 1000px;
    padding: 20px;
    opacity: 0;
}

#cgImprintDisclaimer p {
    color: white;
    margin: 10px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 17px;
}

#cgImprintDisclaimer.cgBlendIn {
    -webkit-animation: cgPageBlendIn 1.5s 1 linear forwards 3s;
}

#cgPageData ul {
	padding: 0;
}

#cgPageData .cgContent {
    
}

#cgDataBasic {
    opacity: 0;
    max-width: 1000px;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}

#cgDataBasic p, #cgDataBasic li {
    color: white;
    margin: 10px;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 17px;
    list-style: none;
}

#cgDataBasic.cgBlendIn {
    -webkit-animation: cgPageBlendIn 1.5s 1 linear forwards 3s;
}

#cgDataBasic a {
    color: white;
    text-decoration: none;
}





#GalleryDetailImage {
    
}


.cgPortrait #cgContainerArtists {
    flex-direction: column-reverse;
}

.cgPortrait .cgSign {
    display: none;
}

.cgPortrait #cgLineCenter {
    display: none;
}

#cgContainerArtistsWords {
	position: absolute;
	top: 50px;
	right: 10%;
	bottom: 50px;
	left: 10%;
    z-index: 10;
}
.cgArtistsWord {
	opacity: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	flex: 1;
	width: 100%;
	color: #5555;
	margin: 0;
	line-height: 1;
	position: relative;
}

.cgArtistsWord.show {
	-webkit-animation: cgOpacitySigns 1.2s 1 linear forwards 0s;
}

@-webkit-keyframes cgOpacitySigns {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
        opacity: 1;
    }
	100% {
		opacity: 0;
	}
}

#cgArtistsKeyWords {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #ccc;
    text-align: center;
    letter-spacing: 4px;
    margin: 0px;
    padding-bottom: 2vh;
    flex-wrap: wrap;
}

.cgKeyWord {
    white-space: nowrap;
}

#cgArtistsKeyWords .letter {
    width: unset;
    padding: 0 1px;
    font-size: 4vh;
}

#cgArtistsDescription {
    opacity: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 3.2vh;
    color: #ccc;
    margin: 0;
    text-align: center;
}

#cgPageArtists .cgArtistsContent.show {
    -webkit-animation: cgOpacitySigns2 6s 1 linear forwards 0.5s;
}


@-webkit-keyframes cgOpacitySigns2 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.7;
	}
}







.cgHeader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cgHeader .letter {
	color: #fff;
	font-size: 28px;
	opacity: 0;
    text-align: center;
}

.cgHeader .letter.written {
	-webkit-animation: Written2 1s 1 linear forwards 0s;
	
}

.cgContent {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    
    padding: 0 100px;
}

.cgSign {
	
}
.cgSign img {
	width: 65px;
}

#cgSignM {
	
}
#cgSignW {
	
}
.cgSignContainer {
	position: relative;
	background: #fffc;
	height: 54px;
}
#cgPageArtists .cgSignContainer > div {
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}
#cgPageArtists .cgSignContainer.show > div {
	-webkit-animation: cgWriteInitials 1.5s 1 linear forwards 0s;
}
#cgSignM .cgSignContainer > div {
	left: 0;
}
#cgSignW .cgSignContainer > div {
	right: 0;
}


#cgLineCenter {
	width: 0%;
	height: 1px;
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
	
	
}

#cgContentWrapper {
    height: 100%;
    width: 100%;
}

#cgContainerArtists {
    max-width: 80%;
    height: 100%;
}
.cgPortrait #cgContainerArtists {
    padding: 50px 0;
    max-width: 90%;
   
}
#cgPageArtists #cgLineCenter.show {
	-webkit-animation: PaintLine 2s 1 ease-in-out forwards 0s;
}

#cgPageArtists.cgShown #cgLineCenter {
	opacity: 1;
	width: 90%;
}

#cgArtistsImage {
    max-height: 49.9%;
    padding: 4vh 3vh;
	max-width: 100%;
}

.cgPortrait #cgArtistsImage {
    max-height: unset;
    padding: 2vh 0;
    max-width: 100%;
}

#cgArtistsImage img {
    opacity: 0;
    height: 100%;
}
.cgPortrait #cgArtistsImage img {
    height: unset;
    max-width: 100%;
}


#cgArtistsText {
    max-height: 49.9%;
    padding: 3vh 3vh
}

.cgPortrait #cgArtistsText {
    max-height: unset;
    padding: 2vh 0
}
/*#cgContainerArtists img {
    width: 400px;
}*/
@-webkit-keyframes PaintLine {
	100% {
		opacity: 1;
		width: 90%;
	}
}


#cgOverlayArtists {
	color: #fff;
}

#cgOverlayArtists .letter {
	font-size: 32px;
	opacity: 0;
}

#cgOverlayArtists .letter.written {
	-webkit-animation: Written2 1s 1 linear forwards 0s;
	
}

#cgOverlayPictures {
	color: #fff;
}

#cgOverlayPictures .letter {
	font-size: 32px;
	opacity: 0;
}

#cgOverlayPictures .letter.written {
	-webkit-animation: Written2 1s 1 linear forwards 0s;
	
}

@-webkit-keyframes Written2 {
	50% {
		opacity: 0.75;
	}
	100% {
		opacity: 0;
	}
}















.cgNavSidebarContainer {
    align-items:center;
}

#containerTop {
    flex-direction: column;
}

#containerBottom {
    flex-direction: column-reverse;
}

#containerBottom .cgNavLineContainer {
    flex-direction: column-reverse;
}

.cgNavLineContainer {
    display: flex;
    height: 200px;
}

.cgNavLine {
	width: 1px;
    height: 0%;
	background: #f9f9f9;
    margin-right: 15px;
}

.cgNavLine.run {
	-webkit-animation: ExpandNavLine 2s 1 ease-in-out forwards 0s;
}

@-webkit-keyframes ExpandNavLine {
	0% {
		min-height: 0%;
	}
	100% {
		min-height: 100%;
	}
}

.cgNavLink {
	transform: rotate(90deg);
	color: #f9f9f9;
	font-size: 24px;
	cursor: pointer;
}


.letter {
	display: inline-block;
	font-size: 24px;
	/*padding: 0 9px;*/
	opacity: 0;
	width: 27px;
}

.written {
	opacity: 1;
	-webkit-animation: Written 0.2s 1 linear forwards 0s;
}

@-webkit-keyframes Written {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.75;
	}
	100% {
		opacity: 1;
	}
}

.cgNavLink .letter {
	-webkit-transition: all 0.5s ease;
}
.cgNavLink:hover .letter {
	transform: rotate(-90deg);
}

.cgNavLink.cgActive .letter {
	transform: rotate(-90deg);
}


#c1 {
	position: absolute;
	display: flex;
	/*top: 250px;
	left: 115px;*/
	overflow: hidden;
	box-shadow: 0px 5px 11px #000;
	margin-bottom: 85px;
margin-right: 85px;
}

#c5 {
	position: absolute;
	display: flex;
	/*top: 250px;
	left: 115px;*/
	overflow: hidden;
	box-shadow: 0px 5px 11px #000;
	opacity: 0;
	-webkit-animation: Image 5s 1 ease-in-out forwards 17s;
	margin-bottom: 85px;
margin-right: 85px;
}




#container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#canvas {
	position: relative;
	height: 100%;
	width: 100%;
}
#gallery {
	position: relative;
	height: 100%;
	flex: 1;
	display: none;
}


#c1 > img {
	width: 560px;
}

#c5 > img {
	width: 560px;
	
	-webkit-animation: Image2 5s 1 ease-in-out forwards 26s;
}
#c2 img {
	width: 150px;
	margin: 30px;
}

#c3 > img {
	width: 330px;
}

#c3 {
	position: absolute;
	display: flex;
	top: 185px;
	right: 59px;
	overflow: hidden;
	box-shadow: -2px 5px 11px #000;
	background: #f9f6f6;
}








#GalleryOverviewContainer {
	/*position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
	/*overflow: hidden;
	opacity: 0;*/
}

#GalleryOverview {
	/*position: absolute;*/
	/*top: -200px;
	right: -200px;
	bottom: -200px;
	left: -200px;*/
	/*overflow: hidden;*/
    padding: 50px 0;
    /*transform: scale(0);*/
    
    /*-webkit-animation: Scale 1.5s 1 ease-in-out forwards 6s;*/
}

.cgTouch #GalleryOverview {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	align-items: baseline;
}

.cgMatrixCol img {
    opacity: 0;
}

.cgMatrixCol img.show {
    -webkit-animation: cgOpacityBlendIn2 0.7s 1 linear forwards 0s;
    cursor: pointer;
}

.cgMatrixCol img.show:hover {
    /*box-shadow: 0 0 3px #fff;*/
}

.cgListView {
    margin: 10px 0;
}

.cgLandscape #patMiddle {
	border-top: 8vh solid white;
    border-right: 8vh solid white;
}

.cgPortrait #patMiddle {
	border-top: 8vh solid white;
    border-right: 8vh solid white;
}

.cgLandscape #cgImageNumberHash img {
    height: 10vh;
}

.cgLandscape #cgImageNumber img {
    height: 15vh;
}

.cgPortrait #cgImageNumberHash img {
    height: 15vw;
}

.cgPortrait #cgImageNumber img {
    height: 20vw;
}

#info {
    flex: 1;
}

#catalog {
    padding: 2vh 4vh;
    font-family: 'Open Sans Condensed', sans-serif;
}

#catalog i {
    font-size: 28px;
    line-height: 1.5;
    
}

#catalog p {
    margin: 0;
    font-weight: 700;
    position: relative;
    top: -2px;
}


#catalog .cgLink {
    color: #aaa;
    cursor: pointer;
}

#catalog .cgLink:hover {
    color: #777;
}

#cgLinkPhone {
    margin: 0 10px;
}

#info p {
    margin: 1vh;
    font-family: 'Open Sans Condensed', sans-serif;
}

.cgLandscape #info p {
    font-size: 4.5vh !important;
}

.cgPortrait #info p {
    font-size: 6vw !important;
}

#cgImageTitle {
    margin: 0 0 15px;
}

#cgImagePrice.big {
    font-weight: 700;
    font-size: 6.5vh !important;
}

@-webkit-keyframes cgOpacityBlendIn2 {
	0% {
		opacity: 0;
        transform: scale(0);
	}
	50% {
		opacity: 0.25;
	}
	100% {
		opacity: 1;
        transform: scale(1);
	}
}

.ImageContainer {
	max-width: 17%;
	min-width: 17%;
	width: 17%;
	/*overflow: hidden;*/
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ImageContainer img {
	max-width: 250px;
	cursor: pointer;
	
}

#GalleryDetailImage {
    padding: 100px;
}

#cgGalleryViewport {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cgLandscape #GalleryDetailImage img {
    flex: 1;
}

.cgPortrait #GalleryDetailImage img {
    flex: 1;
}



.fullWidth {
	width: 100%;
}
.halfHight {
	height: 25%;
}



@-webkit-keyframes Scale {
	0% {
        opacity: 0;
		transform: scale(4);
	}
	100% {
        opacity: 1;
		transform: scale(1);
	}
}




#GalleryDetailContainer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

#GalleryDetailImage {
	width: 0%;
	height: 0%;
	overflow: hidden;
    position: relative;
}

#GalleryDetailBackground {
	transform: scale(1.8);
	
	width: 0%;
	height: 0%;
	overflow: hidden;
    position: absolute;
    
    background-size: cover;
	background-position: center;
	/*background-image: url(/img/5.jpg);*/
}

#GalleryDetailOverlay {
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.5) 70%, rgb(0, 0, 0) 100%);
}

#GalleryDetailImage.large {
	-webkit-animation: LargeDetail 1.2s 1 linear forwards 0s;
}

#GalleryDetailBackground.scale {
	-webkit-animation: LargeDetail 1s 1 linear forwards 0s;
}

#GalleryDetailSideBar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0px;

	color: #777;
}

#GalleryDetailSideBar.show {
	width: 75px;
}


#GalleryDetailSideBarControl {
    flex: 1;
    
	border-right: 1px solid #ccc;
	background: white;
}

#GalleryDetailSideBarControl > div {
    flex: 1;
    cursor: pointer;
}

#GalleryDetailSideBarContent {
    position: absolute;
    left: 0;
    left: 75px;
    top: 0;
    bottom: 0;
    
    background: #ffff;
    min-width: 0;
    max-width: 0;
    overflow:hidden;
    
    -webkit-transition: all 0.75s ease;
}

#GalleryDetailSideBarContent.scale {
    background: #fff0;
}

.cgLandscape #GalleryDetailSideBarContent h1 {
	font-size: 8vh;
}

.cgPortrait #GalleryDetailSideBarContent h1 {
	font-size: 10vw;
}

#GalleryDetailSideBarContent p {
	font-size: 22px;
    letter-spacing: 1px;
}

#GalleryDetailSideBarContent > * {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
}

#GalleryDetailSideBarContent.scale > * {
    opacity: 1;
}

#GalleryDetailSideBarControl:hover .ControlLabel {
    color: #555;
}

#cgSold {
    position: relative;
    z-index: 1;
}

#GalleryDetailSideBarContent #cgSold img {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
}

#GalleryDetailSideBarContent.scale #cgSold img {
    opacity: 1;
}

#cgSold img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.ControlLabel {
	/*transform: rotate(-90deg);*/
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px;
    font-size: 22px;
    color: #888;
}

#SideBarCloseLabel i {
    transform: rotate(180deg);
}

@-webkit-keyframes LargeDetail {
  100% {
    width: 100%;
	height: 100%;
  }
}

@-webkit-keyframes ScaleDetail {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.8);
    }
}

@-webkit-keyframes ShowDetailBar {
  100% {
    width: 75px;
  }
}

@-webkit-keyframes ExpandDetailBar {
	0% {
    width: 75px;
  }
  100% {
    width: 715px;
  }
}

@-webkit-keyframes MinimizeDetailBar {
	0% {
		width: 715px;
	}
  100% {
    width: 75px;
  }
}




.strech {
    flex: 1;
}

.white {
    background: white;
}













/************** INTRO ****************/

#cgIntro.cgBlendOut {
	-webkit-animation: IntroBlendOut 5s 1 linear forwards 0s;
}

#cgIntro.cgSkip {
    -webkit-animation: IntroBlendOut 3s 1 linear forwards 0s;
}

@-webkit-keyframes IntroBlendOut {
    50% {
        opacity: 0.85;
    }
    100% {
        opacity: 0;
    }
}

#cgIntro > div {
    -webkit-transition: opacity 1.5s ease;
}

#cgIntro.cgSkip > div {
    opacity: 0;
} 

#cgSkipIntro {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
    height: 75px;
}

#cgSkipIntro p {
    cursor: pointer;
    letter-spacing: 2px;
    font-family: 'Open Sans Condensed', sans-serif;
    -webkit-transition: color 1.5s ease;
}

#cgSkipIntro p:hover {
    color: white;
}

#cgSkipIntro.cgBlendOut {
	-webkit-animation: SkipBlendOut 2s 1 linear forwards 0s;
}

@-webkit-keyframes SkipBlendOut {
    100% {
        opacity: 0;
    }
}

/************** INTRO LOGO ****************/

.loaded #cgLogoAnimation {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    overflow:hidden;
    
    display: flex;
	align-items: center;
	justify-content: center;
    
    -webkit-animation: IntroLogoBlendOut 1.5s 1 linear forwards 8s;
}

@-webkit-keyframes IntroLogoBlendOut {
    100% {
        opacity: 0;
    }
}

#cgLogoContainer {
	position: relative;
}

.loaded #cgLogoBorder {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	
	-webkit-animation: IntroLogoBorderShine 2s 1 linear forwards 4.75s;
}

@-webkit-keyframes IntroLogoBorderShine {
	50% {
		box-shadow: 0 0 9px white;
	}
	100% {
		box-shadow: 0 0 0 white;
	}
}

#cgLogoPattern {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;	
	overflow: hidden;
}

.loaded #cgLogoPattern .logo {
	height: 100px;
	position: relative;
    
	-webkit-animation: IntroLargeLogo 2s 1 linear forwards 8s;
}

@-webkit-keyframes IntroLargeLogo {
    30% {
        height: 150px;
    }
    100% {
        height: 1200px;
    }
}

#cgLogoPattern .layer {
	position: absolute;
	right: 0;
	left: 0;
}

.loaded #cgLogoPattern .layerWhite {
	background: white;
	height: 100%;
	opacity: 0;
	
	-webkit-animation: fadeIn 5s 1 linear forwards 0.5s;
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 0.3;
  }
}

#cgLogoPattern .inner {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	
}

#cgLogoPattern .innerTop {
	flex: 1;
	width: 100%;
}

.loaded #cgLogoPattern .innerMiddle {
	height: 5px;
	width: 100%;
	background: black;
	
	-webkit-animation: IntroLogoShowCenterLine 0.5s 1 linear forwards 5.25s;
}

@-webkit-keyframes IntroLogoShowCenterLine {
    100% {
        opacity: 0%;
    }
}

#cgLogoPattern .innerBottom {
	flex: 1;
	width: 100%;
	justify-content: flex-end;
}


.loaded #cgLogoPattern .innerInner {
	width: 100%;
	background: black;
	
	-webkit-animation: IntroLogoWriteLetters 3.5s 1 linear forwards 2s;
}

@-webkit-keyframes IntroLogoWriteLetters {
    100% {
        width: 0%;
    }
}

#cgLogoPattern .layerGrey {
	background: white;
	height: 100%;
	opacity: 0.3;
	width: 0;
}

.loaded #cgLogoPattern .layerLine {
	position: absolute;
	bottom: -1px;
	background: white;
	height: 1px;
	opacity: 0.9;
	width: 250%;
	transform: rotate(45deg);
	left: -125%;
	
	-webkit-animation: IntroLogoMoveLine 1s 1 linear forwards 5s;
}

@-webkit-keyframes IntroLogoMoveLine {
	100% {
		-webkit-transform: rotate(45deg) translateY(-150px);
	}
}

/************** INTRO TITLE ****************/

#cgTitleAnimation {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.loaded #cgTitleAnimation p {
	position: absolute;
	margin: 0;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 72px;
	letter-spacing: 10px;
	opacity: 1;
	text-transform: uppercase;
	
	-webkit-animation: IntroTitleShowText 5s 1 ease-in-out forwards 8.5s;
}

@-webkit-keyframes IntroTitleShowText {
	65% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.loaded #cgTitleAnimation > div.line {
	width: 0%;
	height: 1px;
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
	
	-webkit-animation: IntroTitlePaintLine 6s 1 ease-in-out forwards 8s;
}

@-webkit-keyframes IntroTitlePaintLine {
	35% {
		width: 60%;
		opacity: 1;
	}
	55% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		width: 90%;
	}
}

.loaded #cgTitleAnimation > div.text {
	height: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	
	-webkit-animation: IntroTitleSetHeight 6s 1 ease-in-out forwards 8.5s;
}

@-webkit-keyframes IntroTitleSetHeight {
	35% {
		height: 100px;
		opacity: 1;
	}
	65% {
		height: 100px;
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

#cgTitleAnimation .text {
    margin: 0 10%;
}

#cgTitleAnimation > div.text .top {
	top: 0;
}

#cgTitleAnimation > div.text .bottom {
	bottom: 0;
}

#cgTitleAnimation .text span {
	visibility: hidden;
}

.cgPortrait #cgTitleAnimation .text span {
	display: none;
}








/************** ANIMATIONS ****************/



@-webkit-keyframes cgOverlayBlendOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.75;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes cgOverlayBlendIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.25;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes cgPageBlendIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes cgPageBlendOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cgWriteInitials {
    100% {
        width: 0%;
    }
}




.hidden {
  display: none !important;
}

@media only screen and (max-width:767px) {
    #cgNavSidebar {
        width: 65px;
    }

    #cgNavPictures {
        margin: 90px 0 0;
    }
    #cgNavArtists {
        margin: 0 0 75px;
    }
    
    .letter {
        font-size: 20px;
        width: 23px;
    }
    
    .cgHeader .letter {
        font-size: 20px;
    }
    
    .cgMainLogo {
        height: 40px;
    }

    .cgMainLogo img {
        height: 40px;
    }
    
    #GalleryDetailSideBar.show {
        width: 55px;
    }
    
    #GalleryDetailSideBarContent {
        left: 55px;
    }
    
    #GalleryDetailImage {
        padding: 75px;
    }
    
    .cgContent {
        padding: 0 50px;
    }
    
    #cgPageImprint .cgContent {
        padding: 50px 30px;
    }
    
    #cgImprintBasic p {
        font-size: 13px;
    }
    
    .loaded #cgTitleAnimation p {
        font-size: 56px;
    }
}

/* phones */
@media only screen and (max-width:400px) {
    .letter {
        font-size: 20px;
        width: 23px;
    }
    
    .ControlLabel {
        font-size: 18px;
    }
    
    .cgMainLogo {
        top: 5px;
        left: 5px;
    }
    
    #GalleryDetailSideBar.show {
        width: 42px;
    }
    
    #GalleryDetailImage {
        padding: 55px;
    }
    
    #GalleryDetailSideBarContent {
        left: 42px;
    }
    
    #cgNavMenu i {
        top: 0px;
        right: 5px;
    }
    
    .cgHeader .letter {
        font-size: 20px;
    }
    
    .loaded #cgTitleAnimation p {
        font-size: 36px;
    }
    
    .loaded #cgTitleAnimation > div.text {      
        -webkit-animation: IntroTitleSetHeightSmall 6s 1 ease-in-out forwards 8.5s;
    }

    @-webkit-keyframes IntroTitleSetHeightSmall {
        35% {
            height: 60px;
            opacity: 1;
        }
        65% {
            height: 60px;
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    
    #GalleryDetailSideBarContent p {
        font-size: 18px;
    }
    
    #catalog i {
        font-size: 24px;
    }
}
