
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap');

:root{
    --fc-green: #009245; 
    --fc-blue: #0072bc;
    --fc-lightblue: #00aeea;
    --fc-darkblue: #002d62; 
    --fc-white: #ffffff;
    --fc-background: #003322;
}

body{
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: var(--fc-background);
    color: var(--fc-white);
    text-align: center;
      
}


.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: linear-gradient(90deg, var(--fc-green), var(--fc-blue));
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  
  .logo {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
    width: 110px;}
    

  
  .site-title {
    font-size: 32px;
    font-weight: bold;
    flex-grow: 1;
    text-align: center;
    color: var(--fc-white);
    text-shadow: 1px 1px 3px #000;
  }
  
  .site-nav {
    display: flex;
    gap: 20px;
  }
  
  .site-nav a {
    color: var(--fc-white);
    text-decoration: none;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 6px;
  }
  
  .site-nav a:hover {
    background-color: var(--fc-lightblue);
    color: var(--fc-darkblue);
  }

  .Bilder {
    display: flex;
    justify-content: center;
    gap: 40px;             
  }
  
  .Bilder img {
    width: 400px;          
    height: auto;          
    border-radius: 12px;   
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
    
  }
  

  .events {
    padding: 40px;
    background-color: #f8fff8;
    color: #002f1f;
    font-family: sans-serif;
  }
  
  .events ul {
    list-style: none;
    padding: 0;
  }
  
  .events li {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cce0cc;
  }
  
  .events h3 {
    margin: 0 0 8px 0;
    color: #004f3f;
  }
  
  .impressum{
    margin-top: 70px;
  }

.logo-sponsor{
  display: flex;
    justify-content: center;
    gap: 40px;
    width: 150px;
    display: block;
    margin: 0 auto;
}

h1{
  font-family: "Winky Rough", sans-serif;
}

.sponsor2{
  margin-top: 50px;
}