@charset "utf-8";
/* CSS Document */
.backheader{
	background: #fff;
}

.center {
  text-align: center;
}
a {
  color: #6c757d !important;
  text-decoration: none;
}




/* Navigation Zeile */
@media (max-width: 992px ) {
	.navzeile{
		display: none;
	}
}



/* Test */
.shape {
  transform-origin: top center;
  bottom: 0;
left: 0;
right: 0;
overflow: hidden;
height: auto;
width: 100%;
transform-origin: top center;
display: block;
position: absolute;
color:#ab1917;
}

.shape > *,
.shape2 > *{
  transform: scale(2);
  transform-origin: top center;
}

.position-relative {
  position: relative !important;
}

.red,
.redred{
background:#ab1917;
height:450px;
width:100%;
}
.redred, .conkarte{
	position: relative !important;
	margin: 3rem 0;
}

.shape2{
	  transform-origin: top center;
left: 0;
right: 0;
	bottom:0;
overflow: hidden;
height: auto;
width: 100%;
transform-origin: top center;
display: block;
position: absolute;
color:#ab1917;
	color: rgba(255,255,255,1) !important;
}

.box1 {
	height:300px;
}
.box2 {
	height:30px;
	background:#ab1917;
}
.red2{
	background:#ab1917;
	opacity: 1;
}





.test1{
	height: 70vh;
}
.parallax {
  /* The image used */
  background-image: url("/img/muc-map.jpg");
	background-color: rgba(255, 255, 255, 0.75);
	background-blend-mode: overlay;

  /* Set a specific height */
  min-he ight: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* -------------------------------------------------------------------------------------- */

.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, #ab1917 0%, color-mix(in srgb, #ab1917 90%, white 10%) 100%);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.hero .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: #ffffff;
  opacity: 0.6;

}
.hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: #ffffff;
  opacity: 0.4;
}
.hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: #ffffff;

}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}



/* timeline test */



/* The actual timeline (the vertical ruler) */
.main-timeline-2 {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-2::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #ab1917;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-2 {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-2::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: #ab1917;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left-2 {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right-2 {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right-2::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-2::after {
  left: -14px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline-2::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline-2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-2::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left-2::after,
  .right-2::after {
    left: 18px;
  }

  .left-2::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right-2 {
    left: 0%;
  }
}


.redred::before, .redred::after, .conkarte::before, .conkarte::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 85px;
  left: 0;
  z-index: 1;
}
.redred::after,
.conkarte::after{
  bottom: 0;
  background: url(/img/overlay-bottom.png) bottom center no-repeat;
  background-size: auto;
  background-size: contain;
}
.redred::before,
.conkarte::before{
  top: -.1rem;
  background: url(/img/overlay-header.png) top center no-repeat;
  background-size: auto;
  background-size: contain;
}




/* -- Laufschrift --*/

/* steps is number of chars-1 */

@keyframes typing {
    from { width: 0; visibility: hidden; }
    to { width: 100%; visibility: visible; color: #000; }
}

@keyframes typingReverse {
    from { width: 100%; visibility: visible; color: #000; }
    to { width: 0; }
}


.line-1{
    position: relative;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 5s steps(10) 3s 1 normal both;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 100%;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}




/*Test CodePin */
Element {
}

.anim-typewriter2 {
    animation: typewriter 1.5s steps(30) 1s 1 normal forwards, typingReverse 2s steps(30) 5s 1 normal forwards, typewriter 2s steps(30) 10s 1 normal forwards;
}

.anim-typewriter3 {
    animation: typewriter 2s steps(30) 3s 1 normal forwards;
}

.anim-typewriter1 {
    animation: typewriter 2s steps(30) 7s 1 normal forwards;
}

.line-11,
.line-2,
.line-3{
    position: relative;
    margin: 0 auto;
    bor der-right: 2px solid rgba(255,255,255,.75);
    fon t-size: 500%;
    te xt-align: center;
    white-space: nowrap;
    overflow: hidden;
  visibility: hidden;
}


@keyframes typewriter{
  from{width: 0; visibility: hidden;}
  to{width: 35rem; visibility: visible;}
}
@keyframes typingReverse {
    from { width: 35rem; visibility: visible;}
    to { width: 0;}
}











div.sticky {
  position: sticky;
  top: 10rem;
}

.alt{
background: #efecdb;	
}

.img-wrapper {
  tra nsform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  transform-origin: 50% 50%;
  transform: translateZ(.1px) scale(0.9) translateX(0px) translateY(-3vh);
  transition: 1s;
}
.img-wrapper:hover {
 min-height: 65vh;
}
.slower {
  transform: translateZ(-.2px) scale(1.1) translateX(0%) translateY(-10vh);
}
.img-wrapper a {
  overflow: hidden;
  display: block;
  padding: 1vh ;
  background: #efecdb;
  box-shadow: 0 10px 50px #5f2f1182;
}
.img-wrapper a img {
  max-width: 15vh;
  max-height: 20vh;
  transition: .5s;
  vertical-align: top;
  filter: saturate(40%) sepia(30%) hue-rotate(5deg);
}
.img-wrapper a:hover img {
  filter: none;
}
.horizontal-scroll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vh;
  transform: rotate(-90deg) translate3d(0,-100vh,0);
  transform-origin: right top;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  height: 100vw;
  perspective: 1px;
	transform-style: preserve-3d;
  padding-bottom: 10rem;
}