@font-face {
  font-family: Reenie-Beanie;
  src: url(../font/reenie-beanie-latin-400-normal.woff2);
}
 
#rebe{
	  font-family: Reenie-Beanie !important;
	  font-size: 1.8rem;	

}
@font-face {
  font-family: Ue-Lato;
  src: url(../font/Ue-Lato-Regular.woff2);
}
 
#ue-lato{
	  font-family: Ue-Lato !important;
	  font-size: 1rem;	

}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 14px;
}



h2,h3  {font-family: "Ue-Lato", sans-serif;
}

body,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;

}

body {
  margin: 0;
  padding: 0;
}


.display-mibot {
	position:absolute;
	left:50%;
	bottom:8%;
  max-width: 100vw;
  box-sizing: border-box;
	transform:translate(-50%,10%);
	-ms-transform:translate(-50%,10%);
	}

.display-mibot > h1 {
			font-family: "Lato", sans-serif;
            color: white;
			font-size: 30px;
            background-color: rgba(0, 0, 0, 0.4);
            padding: 0 10px;
            display: flex;
			justify-content: center;
			flex-wrap: wrap;
			margin: 0 auto;
			text-align: left;
			min-width: 300px;
            transition: background-color 0.3s;
			z-index: 10;
        }

.display-mibot > h1:hover {
            background-color: rgba(0, 0, 0, 1);
        }

        .word-container {
            display: inline-flex;
        } 

        .word1 {
            margin-right: 10px 0 0 -40px;
            font-size: 2em; /* Gr��ere Schrift f�r das erste Wort */
			line-height: 0.7; /* Minimierter Zeilenabstand */
        }
		
		.oehrchen {
			position: relative;
			left: 53px;
			top: -60px;
			margin-left: -50px;
			height: 56px;
			width: 48px;
		}

        .word2-3 {
            display: flex;
            flex-direction: column;
            margin: 6px 8px 0 8px;
			line-height: 0.65; /* Minimierter Zeilenabstand */
        }

        .word4 {
            margin-left: 10px;
            font-size: 2em; /* Gr��ere Schrift f�r das vierte Wort */
			line-height: 0.7; /* Minimierter Zeilenabstand */
        }
		


p {
  text-align: justify;
}



/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
	  min-height: 100%;
}

/* ----------------------------------- BACKGROUND SLIDER --- https://unused-css.com/blog/css-only-background-slider/ ---*/
/*.slider {
 overflow: hidden;
 width: 100vw;
 height: 100vh;
 position: relative;
}*/
 
.slide {
position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center; 
}

 .slider .slide {
 animation: slider 9.6s infinite;
}
 
.slider .slide:nth-child(1) {	
   background-image: /* SMU im Schnee mit Transparentverl�ufen */
/*	linear-gradient(170deg, rgba(255,255,255,0.8), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0)), 
	linear-gradient(225deg, rgba(255,255,255,0.9), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0)), 
	url('../media/snow-smu.jpg'); 
   filter: sepia(0%) contrast(100%) brightness(120%) saturate(1.0); 
   background-position: 80% 50%; */
    url('../media/Gaspar-Freischwimmer.jpg');
   filter: sepia(0%) contrast(100%) brightness(100%) saturate(130%); 
   background-position: 60% 40%;
/*	url('../media/Basko-hero.jpg'); 
   filter: sepia(0%) contrast(100%) brightness(120%) saturate(1.0); 
   background-position: 60% 40%; */
   animation-delay: 0s;
}

.slider .slide:nth-child(2) {
   background-image: url('../media/Punky-hero.jpg');
   filter: sepia(0%) contrast(100%) brightness(100%) saturate(100%); 
   background-position: 40% 50%;
   animation-delay: -4.8s;
}

@keyframes slider {
  0%, 42%, 100% {
    opacity: 1;
    animation-timing-function: ease;
    z-index: 0;
  }
  50% {
    opacity: 0;
    animation-timing-function: step-end;
    z-index: 0;
  }
  92% {
    opacity: 1;
    animation-timing-function: step-end;
    z-index: -1;
  }
}
/* ----------------------------------------- END SLIDER --- */

/* Second image (Portfolio) */
.bgimg-2 {
  background-image: url("../media/1741954587097.jpg");
  min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("../media/1741956108119.jpg"); 
  background-position: 50% 50%;
  min-height: 400px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
.w3-dropdown-content {
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
}


/* Turn off parallax scrolling for tablets and phones */ 
@media only screen and (max-device-width: 1300px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .slide {
    background-attachment: scroll;
    min-height: 400px;
  }
}

/*  Postit's https://medienmarmela.de/post-its-und-notizzettel-in-css-gestalten/  */
.postit p {
  font-family: 'Reenie-Beanie';
  font-size: 2.2em;
  text-align:center;
  margin: 0.1em 0 0;
  line-height:1em;

}

.notes p {
  font-family: 'Reenie-Beanie';
  font-size: 1.5em;
  text-align:center;
  margin: 0.1em 0 0;
  line-height:1em;

}

.postit, .notes {
  margin:0px;
  width:170px;
  height:150px;
  padding:25px 15px;
  background: #fefabc linear-gradient(150deg, #efec88 0%, #fefabc 100%);
  border: 1px solid #cccccc;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
  border-bottom-right-radius:60px 5px;
}

.postit::before {
  content: "";
  background-color: rgba(0,0,0,0.025);
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0;
  height: 40px;
  z-index: -1;
}

.notes::before {
  background: #ff8c00 radial-gradient(at 8px 8px, rgba(255,255,255,0), rgba(0,0,0,0.5));
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: calc(50% - 12px);
  box-shadow: 4px 4px 3px rgba(0,0,0,0.5);
}

.postit::after, .notes::after {
  content:"";
  position: absolute;
  bottom: 0;
  right: -4px;
  width: 100%;
  height: 140px;
  background-image: linear-gradient(173deg, rgba(0,0,0,0) 92%,
  rgba(0,0,0,0.4) 100%);
  transform: rotate(6deg);
  z-index: -1;
  filter: blur(2px);
}

.postgrid {
  display: grid;
/*  grid-template-areas: 'postit1 postit2 postit3 postit4 postit5 postit6 postit7' ; */

  /* https://cssgradient.io/ */
  background: #cfc7ba;
  background: linear-gradient(90deg, rgba(207, 199, 186, 1) 0%, rgba(242, 236, 225, 1) 10%, rgba(242, 236, 225, 1) 90%, rgba(207, 199, 186, 1) 100%), 
			linear-gradient(0deg, rgba(207, 199, 186, 1) 0%, rgba(242, 236, 225, 1) 3%, rgba(242, 236, 225, 1) 97%, rgba(207, 199, 186, 1) 100%);  
  padding: 0px;
  grid-gap: 0px;
  overflow-x: clip;
  max-width: 100vw;
  position: relative;

}

.postgrid > div {
  background-color: rgba(255, 255, 255, 0.8);
/*  position: relative;
  top: -30px;  */
}

.postitem1 {
/*  grid-area: postit1; */
  position:relative; 
  top:-10px; 
  left:20px; 
  z-index:1;
  transform:rotate(4deg);
  }
.postitem1 > p{
  transform: rotate(-8deg);
}

.postitem2 {
/*  grid-area: postit2;  */
  position:relative; 
  top:30px; 
  left: -0px; 
  z-index:0;  
  transform:rotate(-2deg);
}
    
.postitem3 {
/*  grid-area: postit3;  */
  position:relative; 
  top:-0px; 
  left: -10px; 
  transform:rotate(6deg);
}

.postitem4 {
/*  grid-area: postit4;  */
  position:relative; 
  top:-10px; 
  left: -20px; 
  transform:rotate(-7deg);
}
.postitem4 > p{
  transform: rotate(3deg);
}

.postitem5 {
/*  grid-area: postit7;  */
  position:relative; 
  top:-0px; 
  left: 0px; 
  transform:rotate(3deg);
}
.postitem5 > p{
  transform: rotate(5deg);
}

.postitem6 {
/*  grid-area: postit5;  */
  position:relative; 
  top:-0px; 
  left: 20px; 
  transform:rotate(-1deg);
}
.postitem6 > p{
  transform: rotate(3deg);
}

.postitem7 {
/*  grid-area: postit6;  */
  position:relative; 
  top:-0px; 
  left: -50px; 
  transform:rotate(-10deg);
}
.postitem7 > p{
  transform: rotate(5deg);
}




@media only screen and (max-width: 576px) {
  .postitem1 {grid-area: 1 / span 3;}
  .postitem2 {grid-area: 1 / span 4;}
  .postitem3 {grid-area: 2 / span 4;}
  .postitem4 {grid-area: 2 / span 3;}
  .postitem5 {display: none;}
  .postitem6 {display: none;}
  .postitem7 {display: none;}
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .postitem1 {grid-area: 1 / span 2;}
  .postitem2 {grid-area: 1 / span 2;}
  .postitem3 {grid-area: 1 / span 3;}
  .postitem4 {grid-area: 2 / span 2;}
  .postitem5 {grid-area: 2 / span 1;}
  .postitem6 {grid-area: 2 / span 2;}
  .postitem7 {display: none;}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .postitem1 {grid-area: 1 / span 2;}
  .postitem2 {grid-area: 1 / span 2;}
  .postitem3 {grid-area: 1 / span 1;}
  .postitem4 {grid-area: 1 / span 2;}
  .postitem5 {grid-area: 2 / span 3;}
  .postitem6 {grid-area: 2 / span 2;}
  .postitem7 {grid-area: 2 / span 2;}
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .postitem1 {grid-area: 1 / span 1;}
  .postitem2 {grid-area: 1 / span 1;}
  .postitem3 {grid-area: 1 / span 1;}
  .postitem4 {grid-area: 1 / span 1;}
  .postitem5 {grid-area: 1 / span 1;}
  .postitem6 {display: none;}
  .postitem7 {display: none;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postitem1 {grid-area: 1 / span 1;}
  .postitem2 {grid-area: 1 / span 1;}
  .postitem3 {grid-area: 1 / span 1;}
  .postitem4 {grid-area: 1 / span 1;}
  .postitem5 {grid-area: 1 / span 1;}
  .postitem6 {grid-area: 1 / span 1;}
  .postitem7 {display: none;}
}
@media only screen and (min-width: 1400px) {
  .postitem1 {grid-area: 1 / span 1;}
  .postitem2 {grid-area: 1 / span 1;}
  .postitem3 {grid-area: 1 / span 1;}
  .postitem4 {grid-area: 1 / span 1;}
  .postitem5 {grid-area: 1 / span 1;}
  .postitem6 {grid-area: 1 / span 1;}
  .postitem7 {grid-area: 1 / span 1;}
}

.ue-wide{
	letter-spacing:5px;
	}
	
.email{
    unicode-bidi: bidi-override;
    direction: rtl;
    text-decoration: none;
}

/* Fillbar 0% -> 100% */
       /* Animation f�r die Fortschrittsbalken */
        .progress-bar {
            width: 0%;
            transition: width 2s ease-in-out;
            /* Animation wird nur aktiviert wenn die Klasse 'animate' hinzugef�gt wird */
        }
        
        /* Animation wird erst durch JavaScript aktiviert */
        .progress-bar.animate {
            animation: fillBar 2s ease-in-out forwards;
        }
        
        /* Verschiedene Animationszeiten f�r gestaffelten Effekt */
        .progress-bar-1.animate {
            animation-delay: 0.0s;
        }
        
        .progress-bar-2.animate {
            animation-delay: 0.3s;
        }
        
        .progress-bar-3.animate {
            animation-delay: 0.5s;
        }
        
        @keyframes fillBar {
            from {
                width: 0%;
            }
            to {
                width: var(--target-width);
            }
        }
