/*Das sind meine Schriftformatierungen*/
@font-face {
  font-family: 'Gowun Batang';
  src: url('fonts/gowun-batang-v11-latin-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'Glass Antiqua';
  src: url('fonts/GlassAntiqua-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
 }

h1 {
  text-align: center;
  color:#000 ;
  font-size: 4em;
   font-family: 'Gowun Batang';
   text-decoration: underline;
}

h2{
  color:#000;
  font-size:2.5em;
   font-family: 'Gowun Batang';
}
/*Das ist meine Flexbox*/
.container { 
display: flex;
gap: 0.625em;
margin: 3.125em;
} 

.item1 { 
 
 width: 50%;
} 
.item2 { 

 width: 50%;
} 



/*Das sind meine Navigationsformatierungen*/
.navigation {

  background-color: #69878F;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0%;
   font-family: 'Glass Antiqua', serif;
  justify-content: space-around;
  padding: 0.313em;
 }


.navigation li {

  list-style-type: none;

}



.navigation a {

  padding: 0.313em;
  display: inline-block;

  color: white;
  text-decoration: none;

}



.navigation a:hover,
#akt_tab {

  background-color:#426C76;

}

/*Das sind meine allgmeinen Body Formatierungen*/
body {
  background-color: #CCDADB;
  line-height: 2.0;
  font-family: 'Glass Antiqua', serif;
  font-weight: 500;
  font-size: 1.875em;
  margin: 0em;
  padding: 0em;
  text-align: justify,center;
  
}

  



/*Das sind meine Insta QR Code Formatierungen*/
.Insta{
  width: 7em;


}
/*Das sind meine Bildformatierungen*/

img {
  width: 31.25em;
  }
  
.bild-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 4em;
  background-color: #00000080;

}
.titelbild1 {
  font-size: xx-large;
  width:100% ;
  height: 100%;
  position: relative;
  display: block;
}



/*Das ist mein Logo*/
.logo {
  width: 4.063em;
  height: 5.313em;
}

/*Das ist meine Tabellenformatierung*/
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #B5C8C9;
}


td {
  border: 0.063em solid #ffffff;
  padding: 0.625em;
  text-align: left;
}

th {
  background-color: #64848C;
  color: #ffffff;
}

tr:nth-child(even) {
  background-color: #c6ccd7;
}


/*Das sind meine Listenformatierungen*/
ul,
ol {
  background-color: #B5C8C9;
  padding: 1.25em;
  border-radius: 0.5em;
  list-style-type: none;
}

li {
  padding: 0.625em;
  margin-bottom: 0.313em;


}

li:hover {

  color: #ffffff;
}

/*Das ist die Formatierung für meine Best of Gallery Formatierungen*/
.gallery {
  flex-wrap: wrap;
  gap: 1.875em;
  justify-content: center;
}

.gallery img {
  background-color: #ffffff;
  padding: 0.625em;
  border-radius: 1em;
  box-shadow: 0em 0.125em 0.5em #0000001a;
  width: 17.5em;
  height: 11.25em;
  object-fit: cover;
  transition: transform 0.2s;
}

.gallery img:hover {
  transform: translateY(-0.625em);
  box-shadow: 0em 0.625em 1.25em #00000033;
}
/*Meine Slider Formatierungen*/
.slider {
      position: relative;
      max-width: 50em;
      overflow: hidden;
    }
    .bilder {
      display: flex;
      transition: transform 0.6s ease;
      width: 100%;
    }
    .bild {
      flex: 0 0 100%;
    }
    .bild img {
      width: 100%;
      display: block;
    }
    input[type="radio"] {
      display: none;
    }

    /* Tschechien Slider */
    #tsch1:checked ~ .bilder { transform: translateX(0%); }
    #tsch2:checked ~ .bilder { transform: translateX(-100%); }
    #tsch3:checked ~ .bilder { transform: translateX(-200%); }
    #tsch4:checked ~ .bilder { transform: translateX(-300%); }
    #tsch5:checked ~ .bilder { transform: translateX(-400%); }
    #tsch6:checked ~ .bilder { transform: translateX(-500%); }

    /* Grado Slider */
    #grad1:checked ~ .bilder { transform: translateX(0%); }
    #grad2:checked ~ .bilder { transform: translateX(-100%); }
    #grad3:checked ~ .bilder { transform: translateX(-200%); }
    #grad4:checked ~ .bilder { transform: translateX(-300%); }
    #grad5:checked ~ .bilder { transform: translateX(-400%); }
    #grad6:checked ~ .bilder { transform: translateX(-500%); }
    #grad7:checked ~ .bilder { transform: translateX(-600%); }
    #grad8:checked ~ .bilder { transform: translateX(-700%); }

    /* Kroatien Slider */
    #kro1:checked ~ .bilder { transform: translateX(0%); }
    #kro2:checked ~ .bilder { transform: translateX(-100%); }
    #kro3:checked ~ .bilder { transform: translateX(-200%); }
    #kro4:checked ~ .bilder { transform: translateX(-300%); }

    .navigation {
      text-align: center;
      margin-top: 0.625em;
    }
    .navigation label {
      cursor:crosshair;
      font-size: 1.25em;
      padding: 0.313em;
      color:#000;
    }
/*Das sind die Formatierungen für meinen Footer*/
footer {
  display: flex;
  flex-direction: column;
  background-color: #69878F;
  color:#FFFFFF;
  text-align: center;
align-items: center;
}

footer a {
  color: #FFFFFF;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/*Das sind meine Playlist formatierungen*/
.playlist-container {
  max-width: 37.5em;
  margin: 3.125em auto;
  padding: 1.25em;
  background: white;
  box-shadow: 0 0 0.625em #0000001a;
  border-radius: 0.625em;
  text-align: center;
}

.track {
  margin-bottom: 1.563em;
}

.track p {
  margin: 0 0 0.5em;
  font-weight: bold;
}
.reaction-box {
  background: white;
  padding: 1.25em 1.875em;
  border-radius: 0.625em;
  display: inline-block;
  box-shadow: 0 0.188em 0.5em #0000001a;
  max-width: 400px;
}

/*hierbei hat mir ein tutorial geholfen*/
.emoji-container {
  display: flex;
  justify-content: center;
  gap: 1.563em;
  font-size: 1.75em;
  margin-bottom: 1.25em;
}

.emoji {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 0.375em;
  color: #333;
  transition:  0.15s ease;
}

.emoji:hover {
  transform: scale(1.2);
}

.count {
  font-weight: bold;
  font-size: 1.25em;
}

.reset-button {
  margin-top: 0.625em;
  padding: 0.5em 0.875em;
  font-size: 0.875em;
  border: none;
  border-radius: 0.375em;
  background-color: #e74c3c;
  color: white;
  cursor: pointer;
  transition: 0.2s;
}

.reset-button:hover {
  background-color: #c0392b;
}

/* Das sind meine Formatierungen für meine Projekte*/
.bild-container {
  position: relative;
  width: 25em; 
  height: 20em;
  overflow: hidden;
}
.animation1 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}


.bild1 {
  animation: zoomIn 4s ease forwards;
  animation-iteration-count:infinite;
}

.bild2 {
  animation: fadeIn 4s ease forwards;
  animation-delay: 4s;
    animation-iteration-count:infinite;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Handy*/
@media only screen and (max-width:47.438em) {





}



