@charset "UTF-8";

@font-face {
  font-family: 'Suisse-Reg';
  src: url('fonts/SuisseIntl-Regular-WebXL.woff2') format('woff2'),
    url('fonts/SuisseIntl-Regular-WebXL.woff') format('woff');
}

@font-face {
  font-family: 'Suisse-Ita';
  src: url('fonts/SuisseIntl-BookItalic-WebXL.woff2') format('woff2'),
    url('fonts/SuisseIntl-BookItalic-WebXL.woff') format('woff');
}

@font-face {
  font-family: 'Suisse-Mono';
  src: url('fonts/SuisseIntlMono-Regular-WebXL.woff2') format('woff2'),
    url('fonts/SuisseIntlMono-Regular-WebXL.woff') format('woff');
}

body {
  font-family: 'Suisse-Reg', sans-serif;
  font-size: 32px;
  line-height: 1.45;
  font-style: normal;

  background-color: #ffffff;
  color: #333333;
}

.headline {
  width: 100%;
}

/* Link */
a {
  text-decoration: none;
}

a:link {
  color: #333333
}

a:visited {
  color: #333333
}

a:hover {
  color: #333333;
  font-family: 'Suisse-Ita', sans-serif;
  text-decoration: none;
    }

a:active {
  color: #333333;
  text-decoration: none;
}


/* Link nach unten */

    .left {
        font-size: 0.7em;
    }

    .left {
        min-width: 100px;
        background: #333333;
        padding: 5px 5px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: none;
        color: white;
        font-family: 'Suisse-Reg', sans-serif;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 1px;
     }

   .left:hover {
      background: #ff0000;
      font-family: 'Suisse-Ita', sans-serif;
      cursor: pointer;
    }

    button:focus {
       outline: 0;
    }


/* Button nach oben */

    .hoch {
        font-size: 0.7em;
        margin-bottom: 0.6em;
    }

    .hoch {
        min-width: 100px;
        background: #333333;
        padding: 5px 15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        border: none;
        color: white;
        font-family: 'Suisse-Reg', sans-serif;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 1px;
     }

   .hoch:hover {
      background: #ff0000;
      font-family: 'Suisse-Ita', sans-serif;
      cursor: pointer;
    }



/* Textbanner */
	.marquee {
		width: 100vh; /* iOS braucht das */
		white-space: nowrap;
		overflow: hidden;
        position: fixed;
        
        background-color: #ff0000;
        color: #ffffff;
        font-family: 'Suisse-Reg', sans-serif;
        font-style: normal;
        line-height: 1.9;
        
        z-index: 200;
        top: 0;
        left: 0;
        transform-origin: 0% 0%;
        transform: rotate(-90deg) translate(-100%, 0);

		/* hier evtl. noch font-size, color usw. */
	}

	.marquee span {
		display: inline-block;
		padding-left: 100%;
		animation: marquee 30s linear infinite;        
 
	}

	/* Make it move */
	@keyframes marquee {
		0%   { transform: translateX(0); }
		100% { transform: translateX(-100%); }
	}



/* Effekt Sticky */
section.arbeit {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;

}

iframe.Animation {
        width: 100%;
    height: 60vh;
    background-color: #333333;
    overflow: hidden;

    
  margin-bottom: 0px;
}

.slidercontainer {
  width: 60vw;
  max-height: 80vh;
}

/* Headline */

section.oben {
    display: block;
    padding: 0.4em 0 0 2.5em;
    position: fixed;
    z-index: 10;
    overflow: hidden;
}

    section.arbeit1,
    section.arbeit5,
    section.arbeit7,
    section.arbeit9,
    section.arbeit11 {
        background-color: #ffffff;
    }

    section.arbeit2,
    section.arbeit4,
    section.arbeit8,
    section.arbeit10 {
        background-color: #ffc9c9;
    }
    
    section.arbeit3,
    section.arbeit6 {
        background-color: #e4e7ea;
    }

section.arbeit {
  height: 100vh;
}

section.arbeit img {}

section.index {
  background-color: #e4e7ea;
  display: block;
  z-index: 11;
}

section.index {
  padding: 0.6em 0.4em 0 2.5em;
    
}

section.index p{
  padding-right: 0.4em;
  overflow-y: scroll;
}

section.schluss {
  background-color: #e4e7ea;
  height: auto;
  display: block;
  z-index: 12; 
  padding: 0.4em 0 0.3em 2.5em;

} 

#Insta {
 position: absolute;
 left: 2.5em; 
}

#Imprint {
  float: right;
  padding-right: 0.6em;
}


.caption {
  max-width: 1080px;
  align-self: flex-start;
  padding-left: 1%;
}

/* Informationsbutton */
.info,
.info2,
.info3,
.info4,
.info5,
.info6,
.info7,
.info8,
.info9,
.info10,
.info11 {
  float: right;
  z-index: 500;
  align-self: flex-end;
  padding-right: 1%;
}

.info:hover,
.info2:hover,
.info3:hover,
.info4:hover,
.info5:hover,
.info6:hover,
.info7:hover,
.info8:hover,
.info9:hover, 
.info10:hover,
.info11:hover {
  cursor: pointer;
  color: #333333;
  font-style: italic;
  text-decoration: none;
}

/* Slider */

.modules img {
  width: 60vw;
  object-fit: cover;
}

.upper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
  overflow: visible;
  background-color: #ffffff;
}

.description {
  margin-top: 80px;

}

.slick-prev {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #dedede50;
  z-index: 2;
  cursor: url('img/CURSOR/Kreis-01.png'), e-resize;

  opacity: 0;

}

.slick-next {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #dedede50;
  z-index: 2;
  cursor: url('img/CURSOR/Kreis-01.png'), e-resize;

  opacity: 0;

}

/* The side navigation menu + Text */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  z-index: 900;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  right: 0;
  opacity: 0.99;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #333333;
  text-decoration: none;
}

/* Position and style the close button (top right corner) */
.closebtn,
.closebtn2,
.closebtn3,
.closebtn4,
.closebtn5,
.closebtn6,
.closebtn7,
.closebtn8,
.closebtn9,
.closebtn10,
.closebtn11 {
  position: absolute;
  font-size: 32px;
  padding-top: 0.5em;
}

.sidenav p {
  padding: 0 0.9em 0 0.9em;
}

.sidenav {
  position: absolute;
  font-size: 0.7em;
  top: 0;
  text-decoration: none;
  color: #333333;
  display: block;
  transition: 0.3s;
}

#mySidenav2,
#mySidenav4,
#mySidenav6,
#mySidenav8,
#mySidenav10 {
  background-color: #ffffff;
}

#mySidenav,
#mySidenav3,
#mySidenav5,
#mySidenav7,
#mySidenav9,
#mySidenav11 {
  background-color: #ffc9c9;   
}

#link {
  margin: 0 0 35vw 0;
  padding: 0 0.9em 0 0.9em;

}

.visible {
  width: 400px;
}


.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #b2b2b2;
  background: rgba(178, 178, 178, 0.7);
  padding: 20px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover {
  background: rgba(178, 178, 178, 1.0);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover .fa {
  padding-top: -10px;
}

.scroll .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

#Impressum {
  padding: 0.4em;
    font-size: 18px;
}

/*!!!!!!!!!!!!!!!!!!!!!!! Smartphone / On smaller screens, where height is less than 1000px, change the style !!!!!!!!!!!!*/
@media screen and (max-width: 800px) {
    
    body {
        font-family: 'Suisse-Reg', sans-serif;
        font-size: 18px;
        line-height: 1.45;

    }
    
    .marquee {
        transform-origin: 0% 0%;
        transform: none;
        width: 100vw;
        position: fixed;
        overflow: hidden;
    }
    
    .marquee span {
		animation: marquee 20s linear infinite;        
 
	}
    section.arbeit1 {
        margin-bottom: 1.8em;
    }
    
    section.oben {
        display: none;
    }
    
    section.arbeit {
        top: 1.9em;
        
        display: block;
        justify-content: block;
        align-items: block;
    }    
    
    section.arbeit{
        height: auto;    
    }
    
    section.arbeit1,
    section.arbeit5,
    section.arbeit7,
    section.arbeit9,
    section.arbeit11 {
        background-color: #ffffff;
    }

    section.arbeit2,
    section.arbeit4,
    section.arbeit8,
    section.arbeit10 {
        background-color: #ffc9c9;
    }
    
    section.arbeit3,
    section.arbeit6 {
        background-color: #e4e7ea;
    }
    
    section.index {
        padding-top: 16px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        height: 100vh;
        z-index: 10000;
    }
    
    section.index p{
        padding-right: 1%;
    }
    
    .hoch {
        display: none;
    }
    
    .left {
        display: none;
    }
    
    .slidercontainer {
        width: 100vw;
        max-height: 100vh;
        margin-top: 0;
    }
    
    .upper {
        background-color: #0000;        
        margin-bottom: 16px;
        margin-top: 16px;

    }
    
    .caption {
        max-width: 1080px;
        align-self: flex-start;
        padding-left: 5%;
    }
    
    .info,
    .info2,
    .info3,
    .info4,
    .info5,
    .info6,
    .info7,
    .info8,
    .info9,
    .info10,
    .info11 {
        padding-right: 5%;
    }
    
    .modules img {
        width: 100vw;
        object-fit: cover;
    }
    
   iframe.Animation {
       max-width: 100vw;
       height: 220px;    
    }
    
    .visible {
        width: 250px;
    }
    
    .closebtn,
    .closebtn2,
    .closebtn3,
    .closebtn4,
    .closebtn5,
    .closebtn6,
    .closebtn7,
    .closebtn8,
    .closebtn9,
    .closebtn10,
    .closebtn11 {
        position: absolute;
        font-size: 25px;
        margin-top: -0.1em;
    }

    
    .sidenav {
        font-size: 100%;
    }
    
    .description {
        margin-top: 65px;
    }
    
    section.schluss {
      background-color: #e4e7ea;
      height: auto;
      display: block;
      z-index: 10001; 

    } 

    section.schluss a {
        padding-top: 16px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
        
    }
    
    #Insta {
        position: absolute;
        left: 0.1em; 
    }

    #Imprint {
        float: right;
        padding-right: 0.7em;
    }
 