body{
    margin: 0;
    padding: 0;
}


*{
    text-align: center;
    font-family: Montserrat, sans-serif;
   
}

header{
    color: white;
    text-align: center;
    font-size:large;
    background-color:#000530;
    padding: 5px; 

}
   

.fotos {
    height: 300px;
    width: auto;
   }

img{
    margin-top: 10px;
    margin-right:14px;
}

.ÜberMich{
    margin-bottom: 40px;
}

 h1{
    background-color: #000530;
    color: white;
   
 }

footer{
    color: white;
    background-color: #000530;
    padding: 1em;
    width: 100%;
    bottom: 0;
    z-index: 10000;
    position: fixed;
   
}

p{
    color: #000530;
    font-weight: bolder;
    font-size: larger;
 }

h2{
    margin: 10px;
}

.startseite{
    width: 600px;
    height:0 auto;
    margin-top: 20px;
    }






.container {
padding: 2rem;
}    


.slider-wrapper {
position: relative;
max-width: 55rem;
margin: auto;
}
.slider{
    display: flex;
    aspect-ratio: 16/9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 0.5rem;
}
.slider img {
flex: 1 0 100%;
scroll-snap-align: start;
object-fit: cover;
}

.slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slider-nav a {
  width: 0.5rem;  
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.75;
  transition: opacoity ease 250ms;
}

.slider-nav a:hover {
    opacity: 1;
}
nav { background-color: #000530;

}

.navbar {
    overflow: hidden;
    margin-right: 75px;
    
  }
  
  .navbar a {
    float: right;
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin-top: 10px;
  }
  
  .dropdown {
    float: right;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 20px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin-top: 10px;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #000530;
    color:  #6791DB;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
 article{
    margin-bottom: 100px;
 }


.impressum{
    color: white;
}

 .logo{
    width: 30px;
    float: overflow;
} 





.gg-instagram {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    transform: scale(2);
  
   color: #000530;
}
.gg-instagram::after,
.gg-instagram::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}
.gg-instagram::after {
    border: 2px solid;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 3px;
}
.gg-instagram::before {
    border-radius: 3px;
    width: 2px;
    height: 2px;
    background: currentColor;
    right: 1px;
    top: 1px;
}

.insta-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.insta-links a {
    margin: 5px 0;
}




@media screen and (max-width: 600px){
.fotos{
    height: 100px;
    width: auto;
}
.navbar {
    display: grid;
  margin: 0;
    grid-template-rows: auto auto auto auto auto;
}  

.startseite{
    width: 300px;
    height:0 auto;
}
.logo{
    width: 20px;
}
.ich{
    height: 120px;
} 

}