@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "interlight";
    src: url('font/inter-light-webfont.woff2') format('woff2'),
         url('font/inter-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-display: swap; 
  font-family: 'gildadisplay';
  font-style: normal;
  font-weight: 400;
  src: url('font/gilda-display-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('font/gilda-display-v18-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


*{
	padding:0;
	margin:0;
}

a {
  text-decoration: none;
  color: #141414;
  cursor: pointer;
}


.navigation a{
	font-family: 'interlight';
}

  .sidebarMenuInner li a {
	    font-weight: 400;
	  font-family: "interlight";
  }


.containerindex h3{
	  font-family: 'gildadisplay';
}


.containerwork p{
	font-family: "interlight";
	font-size: 0.8rem;
}

footer .contact{
	font-size: 1em;
font-family: "interlight";	
}

#animated-thumbnails-gallery-home  .img-responsive{
		padding-top: 4em !important;
  padding-left: 2em;
}


/*grid*/
/*.gridcontainer {
display: grid;
grid-template-columns: 0.5fr 2fr 0.5fr;
grid-template-rows: 100px 1fr 100px;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.gridheader { grid-area: 1 / 1 / 2 / 3; }
.gridportfolio { grid-area: 2 / 2 / 3 / 3; }
.gridfooter { grid-area: 3 / 2 / 4 / 4; }
*/

/* navigation */

header {
  width: 100vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100px;
}
#mobilemenu {
  display: none;
}
#desktopmenu {
  width: 100vw;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 0;
}
#desktopmenu {
  text-decoration: none;
  letter-spacing: 1px;
}
.titel {
  align-self: center;
}
.sitelogo {
  width: 2em;
  height: auto;
}
#menubig ul {
  padding-left: 0;
}
#menubig ul li {
  display: inline;
}
#menubig a {
  text-decoration: none;
  font-weight: 400;
 padding: 0.5em 0.8em;
	display: inline-block;
	transition: transform 0.3s ease;
}
#menubig a:hover {
    transform: scale(1.2); 
	transform-origin: center;
}
#menubig ul li a.active {
  padding: 0.5em 1.5em;
  border: 1px solid #D4D4D4;
  border-radius: 30px;
}


/*portfolio*/


.containerindex {
display: grid;
  grid-gap:  80px 40px;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  grid-auto-flow: dense;
  width: 65vw;
  margin: 0 auto;
}

.vertical {grid-row: span 2;}


.containerindex div {
  padding-top: 1em;
}


.containerindex > div > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	aspect-ratio: 2/1;
}

.gridportfolio{
	padding-bottom: 130px;
}


.portfolio{
	display: flex;
	flex-wrap: wrap;
}

.portitem{
	width: 50%;
aspect-ratio: 1 / 1;
	padding: 1em;
box-sizing: border-box;
}

.portitem img{
	object-fit: cover;
width: 100%;
height: 100%;
}


 .ps-collection__name span {
position: relative;
  bottom: 0px;
  left: -10px;
  width: 2px;
  height: 70px;
  background-color: #000;
  display: block;
  top: 2em;
}


.ps-collection__name {
position: relative;
  margin-bottom: 0;
  margin-left: 1em;
  padding-top: 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
  color: #353232;
  text-transform: uppercase;
  margin-top: 0;
}

/*work*/


	
	.containerwork{
width: 65vw;
  margin: 0 auto;
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}

.containerwork p{
	text-align: center;
  color: #5f5f5f;
	margin-top: 3em;
	text-transform: uppercase;
}


.containerwork img {
    width: 100%; 
    height: auto;
aspect-ratio: 4/3;
  object-fit: contain;
}

.lazyload {
  transform: translateY(20%);
  clip-path: polygon(0% 100%,100% 100%,100% 100%,0% 100%);
    transition: clip-path 1s ease-in,transform 1s ease-in;
}

.lazyload.loaded {
	transform: translateY(0);
  clip-path: polygon(0% -10%,100% -10%,100% 100%,0% 100%);
}




/*photography */



#macy-container > div{
	overflow: hidden;
}


#macy-container > div > img {
  width: 100%;
  display: block;
  height: auto;
	max-width: 100%;
}


#macy-container2 > div{
	overflow: hidden;
}


#macy-container2 > div > img {
  width: 100%;
  display: block;
  height: auto;
	max-width: 100%;
}



.gridfoto{
  column-count: 2;
  column-gap: 0;
}


.fotoitem {
  padding: 2px;
  position: relative;
}

.fotoitem img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gridportfolio h4{
width: fit-content;
margin: 6em auto 3em auto;
}


/*footer*/


footer{
	height: 100px;
	width: 100vw;
  margin: 0 auto;
  position: relative;
}

footer div{
	text-align: center;
  margin: 0 auto;
  display: block;
}

footer a {
  padding: 0.5em 1em;
	transition: transform 0.3s ease;
	display: inline-block;
}

footer a:hover {
    transform: scale(1.2); 
	transform-origin: center;
}

footer .contact{
	  color: #5f5f5f;
}


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

/*grid*/

.gridcontainer {
grid-template-columns: 0.1fr 2fr 0.1fr;
grid-template-rows: 100px 1fr 100px;
}

.gridportfolio {
grid-area: 2 / 2 / 3 / 3;
}
	
.gridfoto {
  column-count: 1;

}
	
.containerindex {
display: grid;
  grid-gap:  80px 40px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  grid-auto-flow: dense;
  width: 90vw;
  margin: 0 auto;
}
	
.containerwork{
width: 95vw;
  margin: 0 auto;
  grid-gap: 2rem;
}
	
	
/* --------- MobileNavigation --------- */
  #desktopmenu {
    display: none;
  }
  /* mobile Menu */
  #mobilemenu {
    display: block;
  }
  #togglemenu {
    top: 0px !important;
  }
  #menusmall {
    text-align: center;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
	  background-color: #fff;
  }
  #menusmall img {
    width: 4em;
    height: auto;
  }
  #sidebarMenu {
    position: fixed;
    left: 0;
    width: 100vw;
    margin-top: 80px;
    transform: translateX(100vw);
    transition: transform 250ms ease-in-out;
    background-color: #fff;
	  text-decoration: none;
font-family: interlight;
font-weight: 400;
  }
  .sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
  }
  .sidebarMenuInner li {
    list-style: none;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }
  .sidebarMenuInner li span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
  }
  .sidebarMenuInner li a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    padding-left: 10px;
  }
  #mobilemenu input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
  }
  #mobilemenu input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
  }
  .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    top: 30px;
    right: 30px;
    height: 22px;
    width: 22px;
  }
  .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
  }
  .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }
  .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
  }
  .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }
  #mobilemenu input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
  }
  #mobilemenu input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
  }
  #mobilemenu input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
  }	
	
	
	
}



