body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Fonts embed ----------------------- */
@font-face {
  font-family: 'Atacama';
  src: url('../../files/imd19-22/styles/fonts/atacama/AtacamaTrial-VF.ttf') format("truetype-variations");
  font-weight: 1 999;
}



/* Basic settings --------------------*/

:root {

  /* Colors------------------------- */
  --clr-1a: #161616;
  --clr-1b: #2b2b2b;
  --clr-2a: #f4f4f4;
  --clr-2b: #dbdbdb;

  /* Fonts ------------------------- */
  --font-1: 'Atacama', serif;
  --font-2: 'Kumbh Sans', sans-serif;

  /* Transitions ------------------- */
  --clr-switch: background-color color 1s ease-out;
}

@media (prefers-color-scheme: dark) {
  :roots {
    /* Colors dark theme ----------- */
    --clr-1a: #f4f4f4;
    --clr-1b: #dbdbdb;
    --clr-2a: #161616;
    --clr-2b: #2b2b2b;
  }
}

* {
  margin: 0;
  font-family: var(--font-2);
  color: var(--clr-1a);
}

h1, h2, h3 {
  font-family: var(--font-1);
  font-variation-settings: "wght" 500, "wdth" 0, "CNTR" 0, "ital" 0;
  text-transform: uppercase;
}

h1 {
  font-size: 5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

h4, h5, h6 {
  font-weight: 700 !important;
  margin-bottom: 0.3rem;

}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
}

p, a, li {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 0.3rem;
  color: var(--clr-2b);
}
a {
  text-decoration: none;
  color: var(--clr-2a);
}

a:hover,
a:focus,
.active {
  color: var(--clr-2b);
}

ul {
  margin: 1rem 0;
}

strong {
  font-weight: 900;
}

em {
  font-style: italic;
}

/* Layout -------------------------- */
.scroller .mod_article {
  position: relative;
  display: block;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 5rem;
}

.mod_article:nth-child(2) {
  background-color: black;
}

.mod_article:nth-child(3) {
  background-color: yellow;
}
.mod_navigation {
    position: fixed;
    top: 0;
    left: 1.2rem;
    display: block;
    width: 100vw;
    z-index: 1;
}
.mod_navigation li {
}
.mod_navigation a, .mod_navigation a:visited {
}
.mod_navigation a:hover, .mod_navigation .active, .mod_navigation .trail {
    letter-spacing: 5rem;
}
:focus {
}

/* Section Scroll ------------------- */
.scroller .inside {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.scroller .inside .mod_article {
  scroll-snap-align: start;
}

html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Projekte ------------------- */
.p01 {
    position: absolute;
    top: 11vh;
    left: 10vw;
    width: 10vw;
}
.p02 {
    position: absolute;
    top: 33vh;
    left: 10vw;
    width: 10vw;
}
.p03 {
    position: absolute;
    top: 66vh;
    left: 10vw;
    width: 10vw;
}
.mod_article a:hover .p01,
.mod_article a:hover .p02,
.mod_article a:hover .p03 {
    letter-spacing: 5rem;
    width: auto;
}


/* --------------------------------------------------------------
Media Queries Laptops
--------------------------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1500px) {

} 
    
/* --------------------------------------------------------------
Media Queries Tablets
--------------------------------------------------------------- */

@media (min-width: 480px) and (max-width: 1024px) {


}

/* --------------------------------------------------------------
Media Queries Smartphones
--------------------------------------------------------------- */

@media (min-width: 320px) and (max-width: 480px) {

}
@import url('../../files/imd19-22/styles/master.css');

.mod_article:first-child {
  padding: 0;
  background-color: var(--clr-2a);
}

.bubble--container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  filter: blur(80px) saturate(50%);
  opacity: 0.8;
  overflow: hidden;
}

.bubble {
  border-radius: 50% 23% 42% 12%;
  position: absolute;
  mix-blend-mode: exclusion;
}

.bubble--1 {
  top: 10%;
  right: 60%;
  bottom: 50%;
  left: 12%;
  background: linear-gradient(to right, blue, red);
  transform: rotate(-219deg) scale(1);
  animation: bubble-1 20s infinite;
}

.bubble--2 {
  top: 40%;
  right: 60%;
  bottom: 20%;
  left: 10%;
  background: linear-gradient(to bottom, orange, purple);
  transform: rotate(34deg) scale(2);
  animation: bubble-1 30s infinite;
}

.bubble--3 {
  top: 20%;
  right: 10%;
  bottom: 40%;
  left: 42%;
  background: linear-gradient(to left, blue, crimson);
  transform: rotate(345deg) scale(1);
  animation: bubble-3 25s infinite;
}

@keyframes bubble-1 {
  to {
    top: 40%;
    right: 30%;
    bottom: 20%;
    left: 10%;
    background: linear-gradient(to bottom, orange, #292929);
    transform: rotate(34deg) scale(2);
  }
}

@keyframes bubble-2 {
  to {
    top: 20%;
    right: 10%;
    bottom: 40%;
    left: 42%;
    background: linear-gradient(to left, chartreuse, crimson);
    transform: rotate(345deg) scale(1);
  }
}

@keyframes bubble-3 {
  to {
    top: 10%;
    right: 60%;
    bottom: 50%;
    left: 12%;
    background: linear-gradient(to right, blue, red);
    transform: rotate(-219deg) scale(2);
  }
}

@keyframes bubble-4 {
  to {
    top: 10%;
    right: 60%;
    bottom: 50%;
    left: 12%;
    background: linear-gradient(to right, blue, red);
    transform: rotate(-134deg) scale(2);
  }
}

@keyframes bubble-5 {
  to {
    top: 10%;
    right: 60%;
    bottom: 50%;
    left: 12%;
    background: linear-gradient(to right, blue, red);
    transform: rotate(120deg) scale(2);
  }
}

.noise {
  width: 100vw;
  height: 100vh;
  position: absolute;
  align-items: center;
  background: url("../../files/imd19-22/styles/img/noise.png");
  background-repeat: repeat;
  opacity: 0.2;
}

/* Titel ------------------- */

.titel {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
}

.titel h1 {
  color: var(--clr-2a);
  font-family: var(--font-1);
  text-align: center;
  font-size: 30vw;
  opacity: 0.5;
  mix-blend-mode: overlay;
}

/* Scroll Down ----------------*/

.scrolldown-container {
  position: absolute;
  bottom: 2rem;
  width: 100vw;
  display: flex;
  justify-content: center;
}

.mouse {
  margin-bottom: 0.8rem;
}

.mouse__body {
  width: 40px;
  height: 60px;
  margin: 0 auto;
  border-radius: 8vw;
  border: 4px solid var(--clr-2a);
  display: flex;
  justify-content: center;
}

.mouse__scroll {
  width:  10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--clr-2a);
  margin-top: 15%;
  opacity: 1;
  animation: mouse-scroller 1.6s infinite ease-out;
}

@keyframes mouse-scroller {
  to{
    margin-top: 90%;
    opacity: 0;
  }
}

a .scrolldown__text {
  text-align: center;
  color: var(--clr-2a);
  width: 10rem;
}

a .scrolldown__text--1,
a:hover .scrolldown__text--2 {
  display: block;
}

a:hover .scrolldown__text--1,
a .scrolldown__text--2 {
  display: none;
}
@import url('../../files/imd19-22/styles/master.css');


h2 {
    font-family: var(--font-2);
    color: white;
    width: 33%;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    font-size: 8rem;
    line-height: 7rem;
  }

.design {
    width: 370px;
}

.design p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
    color: var(--clr-2a);
    line-height: 2rem;
}

.autor {
    color: var(--clr-2a);
    font-size: 1rem!important;
    font-weight: 400;
    text-transform: none;
}

.text-middle {
    text-transform: lowercase;
    position: absolute;
    left: 50%;
    width: 12%;
    top: 10%;
    line-height: 1.4rem;
}

.text-middle p, .text-right p, .projekte p {
    color: var(--clr-2a);
}

.text-right {
    text-transform: lowercase;
    position: absolute;
    right: 25%;
    width: 12%;
    top: 21.5%;
    line-height: 1.4rem;
}

.projekte {
    display: flex;
    position: absolute;
    bottom: 20%;
    right: 20%;
}
@import url('../../files/imd19-22/styles/master.css');

p {
    color: #white;
}
