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

.button-referenzen-go {
	color: rgba(255,255,255,0.95) !important;
  font-size: 10px !important;
  font-family: "proxima-nova";
  font-weight: 500;
  letter-spacing: 0.15em !important;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  padding: 17px 20px;
  background-color: rgba(0,0,0,0.85) !important;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}


.container-cinema {
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,1.00);
	padding-top: 30vh;
	font-size: 0px;
}



.submenue-content-left {
    width: 50%;
    height: auto;
    display: inline-block;
    color: rgba(0,0,0,1.00);
    font-size: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 600 !important;
	margin: 0 !important;
}

.submenue-content-right {
    width: 50%;
    height: auto;
    display: inline-block;
	font-size: 10px;
	font-family: "proxima-nova";
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(0,0,0,1.00);
}








.list-container {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(0,0,0,1.00);
	font-size: 0px;
	line-height: 11px;
}

.list-container tr {
  height: 65px;
} 


.list-content-left {
    width: 50%;
    height: auto;
    display: inline-block;
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 600;
	vertical-align: top;
}

.list-content-project {
	font-size: 10px;
	font-family: "proxima-nova";
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
}



.list-content-middle {
    width: 25%;
    height: auto;
    display: inline-block;
	font-size: 10px;
	font-family: "proxima-nova";
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	vertical-align: top;
}



.list-content-right {
    width: 25%;
    height: auto;
    display: inline-block;
	font-size: 10px;
	font-family: "proxima-nova";
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	text-align: right;
	vertical-align: top;
}







.list-grey {
	color: rgba(255,255,255,0.50);
}



.head {
  padding: 40px;
  width: 100%;
  text-align: center;
}


.lead {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.lead {
  font-weight: 100;
}

.lead {
  font-weight: 300 !important;
}

.animate, .as-accordion-close {
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.referenzen-accordion {
  
}
.referenzen-accordion:nth-last-child(1) {
  
}

.referenzen-as-accordion-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 20px;
	background-color: rgba(255,255,255,1.00);
}


.referenzen-as-accordion-title {
  font-size: 42px;
  line-height: 1.14286;
  font-weight: 200;
  letter-spacing: 0;
}

.referenzen-referenzen-as-accordion-close {
  font-size: 12px;
  font-weight: 100;
  -webkit-transform: translateY(0px) rotate(20deg) scale(1);
          transform: translateY(0px) rotate(20deg) scale(1);
  line-height: 0;
	top: -2px;
}
.referenzen-as-accordion-close.open {
  -webkit-transform: translateX(-0px) translateY(-0px) rotate(45deg) scale(1);
          transform: translateX(-0px) translateY(-0px) rotate(45deg) scale(1);
}

.referenzen-as-accordion-collapse {
  display: none;
}









.content-section {
  --scroll-length: 1.5;
  height: calc( var(--scroll-length) * 100vh );
  width: 100%;
  font-family: "proxima-nova";
	background-color: rgba(255,255,255,1.00);
  position: relative;
  transition: background-color 500ms ease;
}

/* ---- Referenzen: Dark-Blend (Footer nähert sich) ---- */
.referenzen-body {
  background-color: rgba(255,255,255,1.00);
  transition: background-color 500ms ease;
}
.referenzen-body.is-footer-approaching--black {
  background-color: rgba(0,0,0,1.00);
}
.referenzen-body.is-footer-approaching--black .content-section {
  background-color: rgba(0,0,0,1.00);
}
.content-section .content .subheading,
.content-section .content .paragraph {
  opacity: 1;
  opacity: calc( 1 + var(--viewport-y) );
}

.figure {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.figure > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 35em;
  display: grid;
  grid-template-rows: 1fr 1fr;
  color: white;
  padding-left: 5%;
  font-size: 2.5vmin;
}
.content * {
  text-shadow: 0 0 4vmin rgba(0, 0, 0, 0.25);
}
.content > .header {
  grid-row: 1 / 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.content > .paragraph {
  grid-row: 2 / 3;
  line-height: 1.5;
}

.heading {
  font-size: 2.75em;
  margin: 0;
}

.subheading {
  color: rgba(255,255,255,1.00);
font-size: 14px;
	line-height: 20px;
letter-spacing: 0.08em;
font-family: "proxima-nova";
font-weight: 600;
  margin-top: 20px;
	width: 60%;
}

/* ---------------------------------- */
.figure {
  --scale: calc(.8 +
    (.2 * var(--scroll-length) * var(--visible-y))
  );
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  overflow: hidden;
	border-radius: 15px;
  will-change: transform;
  -webkit-transform: scale(var(--scale));
          transform: scale(var(--scale));
}
.figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
  opacity: calc( var(--visible-y) );
	border-radius: 15px;
}
.figure > img {
  display: block;
	border-radius: 15px;
  will-change: transform;
  -webkit-transform: scale(calc(1 / var(--scale)));
          transform: scale(calc(1 / var(--scale)));
}

/* ---------------------------------- */
.char {
  display: inline-block;
  opacity: calc(  1 + (  ( var(--viewport-y) * 1.5 ) - var(--char-percent) ) );
}

/*
*,
*:before,
*:after {
  position: relative;
  box-sizing: border-box;
}
*/

.heading,
.intro-heading {
  font-weight: 700;
}

.background-dieteppichklopfer {
	background-image: url("../images/referenzen/vanachibald-referenzen-die-teppichklopfer.jpg");
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.background-pmm-relaunch {
	background-image: url("../images/referenzen/vanachibald-referenzen-puremagazine-relaunch.jpg");
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}


.background-luna-service {
	background-image: url("../images/referenzen/vanachibald-referenzen-luna-service-gmbh.jpg");
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}


.background-pfandgut {
	background-image: url("../images/referenzen/vanachibald-referenzen-pfandgut.jpg");
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.background-spree-pr {
	background-image: url("../images/referenzen/vanachibald-referenzen-spree-pr-berlin.jpg");
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.background-finanzmakler {
	background-image: url("../images/referenzen/vanachibald-referenzen-finanzmakler.online.jpg");
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.background-rosa-krokodil {
	background-image: url("../images/referenzen/vanachibald-referenzen-rosa-krokodil.jpg");
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.background-urbanite {
	background-image: url("../images/referenzen/vanachibald-referenzen-urbanite.jpg");
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.background-safetycorp {
	background-image: url("../images/referenzen/vanachibald-referenzen-safety-corp.jpg");
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-button {
	height: 15px;
	width: fit-content;
	color:rgba(255,255,255,1.00);
	font-size: 14px;
	font-family: "proxima-nova";
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	float: right;
	margin-top: 50px;
	opacity: calc( 1 + var(--viewport-y) );
}


.headline-referenzen {
	font-family: headline;
	font-size: 40px;
	line-height: 44px;
	color: rgba(255,255,255,1.00);
	opacity: calc( 1 + var(--viewport-y) );
	padding-bottom: 15px;
}

.headline-referenzen-neu {
	font-family: headline;
	font-size: 40px;
	line-height: 44px;
	color: rgba(255,255,255,1.00);
	opacity: calc( 1 + var(--viewport-y) );
	padding-bottom: 15px;
}

.headline-referenzen-neu::after {
    content: "neu";
    background-color: rgba(255,17,10,1.0);
    font-size: 13px;
    font-weight: 500;
    font-family: "proxima-nova";
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: -25px;
    left: -5px;
}

.headline-referenzen-in-arbeit {
	font-family: headline;
	font-size: 40px;
	line-height: 44px;
	color: rgba(255,255,255,1.00);
	opacity: calc( 1 + var(--viewport-y) );
	padding-bottom: 15px;
}

.headline-referenzen-in-arbeit::after {
    content: "in Arbeit";
    background-color: rgba(255,17,10,1.0);
    font-size: 13px;
    font-weight: 500;
    font-family: "proxima-nova";
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: -25px;
    left: -5px;
}


.subheadline-referenzen {
    font-size: 18px;
    line-height: 20px;
    font-family: "proxima-nova";
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: rgba(255,255,255,1.00);
    display: inline-block;
    padding-bottom: 20px;
	  opacity: calc( 1 + var(--viewport-y) );
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: rgba(255,255,255,1.00);
    text-decoration-thickness: 3px;
    text-decoration-skip: none;
    text-underline-position: under;
}

.referenzen-underline-teppichklopfer {
  width: 382px;
  height: 3px;
  background-color: rgba(255,255,255,1.0);
  margin-bottom: 20px;
  opacity: calc( 1 + var(--viewport-y) );
}



.referenzen-underline-marketing-design {
	width: 216px;
	height: 3px;
	background-color: rgba(255,255,255,1.0);
	margin-bottom: 20px;
	opacity: calc( 1 + var(--viewport-y) );
}

.referenzen-underline-ux-design {
	width: 95px;
	height: 3px;
	background-color: rgba(255,255,255,1.0);
	margin-bottom: 20px;
	opacity: calc( 1 + var(--viewport-y) );
}

.referenzen-underline-webdesign {
	width: 104px;
	height: 3px;
	background-color: rgba(255,255,255,1.0);
	margin-bottom: 20px;
	opacity: calc( 1 + var(--viewport-y) );
}

.referenzen-underline-konzept-uxdesign {
    width: 225px;
    height: 3px;
    background-color: rgba(255,255,255,1.0);
    margin-bottom: 20px;
    opacity: calc( 1 + var(--viewport-y) );
}

.textarea-referenzen {
	width: 50%;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    font-family: "proxima-nova";
	opacity: calc( 1 + var(--viewport-y) );
  display: none;
}







.container-end {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
}

.end-headline {
    font-family: headline;
    font-size: 40px;
    line-height: 44px;
    color: rgba(0,0,0,1.00);
    width: 79.917355371901%;
	padding-top: 150px;
	padding-bottom: 150px;
	padding-left: 5%;
}








/* MOBILE ------------------------------ */

@media only screen and (max-width: 766px) {
	
.container-cinema {
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,1.00);
	padding-top: 40vh;
	font-size: 0px;
}	

.submenue-content-left {
    width: 40%;
    height: auto;
    display: inline-block;
    color: rgba(0,0,0,1.00);
    font-size: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 600;
}

.submenue-content-right {
    width: 60%;
    height: auto;
    display: inline-block;
	font-size: 10px;
	font-family: "proxima-nova";
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(0,0,0,1.00);
}
  
 .list-content-project {
  display: none;
}
  
.subheadline-referenzen {
  line-height: 33px;
  }
	
.list-content-left {
    width: 50%;
    height: auto;
    display: inline-block;
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 600;
	vertical-align: top;
}

.list-content-middle {
    width: 35%;
    height: auto;
    display: none;
	font-size: 10px;
	font-family: "proxima-nova";
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	vertical-align: top;
}


.list-content-right {
    width: 50%;
    height: auto;
    display: inline-block;
	font-size: 10px;
	font-family: "proxima-nova";
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	text-align: right;
	vertical-align: top;
}
	
.headline-referenzen {
	font-family: headline;
	font-size: 32px;
	line-height: 40px;
	color: rgba(255,255,255,1.00);
	opacity: calc( 1 + var(--viewport-y) );
	padding-bottom: 15px;
	padding-top: 400px
}	
	
.textarea-referenzen {
	width: 90%;
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    font-family: "proxima-nova";
	opacity: calc( 1 + var(--viewport-y) );
}	
	
.content-button {
	height: 15px;
	width: fit-content;
	color:rgba(255,255,255,1.00);
	font-size: 13px;
	font-family: "proxima-nova";
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	float: right;
	margin-top: 50px;
	opacity: calc( 1 + var(--viewport-y) );
}	
  
.background-dieteppichklopfer {
  background-position: calc(100% + 150px) center;
}  
  
.background-pmm-relaunch {
  background-position: center;
}  
  
.background-luna-service {
  background-position: calc(100% + 220px) top;
}  
  
.background-spree-pr {
  background-position: calc(100% + 220px) top;
}  
  
.background-rosa-krokodil {
  background-position: calc(100% + 80px) bottom;
}  
  
.background-finanzmakler {
  background-position: calc(100% + 220px) top;
}  
  
.background-urbanite {
	background-position: calc(100% + 220px) top;
}  
  
.background-safetycorp {
	background-position: calc(100% + 220px) top;
}  

.end-headline {
    font-family: headline;
    font-size: 32px;
    line-height: 40px;
    color: rgba(0,0,0,1.00);
    width: 79.917355371901%;
	padding-top: 100px;
	padding-bottom: 150px;
	padding-left: 5%;
}
	
	
}

