

.custom-month-title {
    margin-top: 10px;
    color: #0070C0;
    font-family: Nico;
}




@font-face{
    font-family: 'Nico';
    src:url(../Font/norwester.otf);
    font-style: normal;
    font-weight: 100;
    
}
  

   
  .navbar{
      font-size: 3vh;   
      font-family: Nico;      
  }
  
  html body {
    background-color: #0e0e0e;
    padding-top: 100px;  
  background-image: url('/Bilder/See.jpg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-attachment: fixed;
  
  }

  .container-body{
    padding-bottom: 200px;
  }


  
  .Text-Bilder{
    text-align: center;
    
  }
  
  
  .Text{
    
    margin-left: 15px;
    margin-right: 15px;
    font-size: 2em;
    padding-top: 10px;
    
  }
  
  
  
  .Spreadshirt{
    
    color:rgb(29, 113, 184);
    font-family: Nico;
    font-size: 1.5em;
  }
  
  .Wallpaper{
    border: 1px solid #e1e1e1;
        border-radius: 5px;
        border-width: 2px;
    width: 100%;
    margin-bottom: 20px;
  }
  
  
  
  
    
      
      .Instagram{
        width: 5vh;
        margin: 8px;
        
        
       }
      .Youtube{
      width: 5vh;
      margin: 8px;
      
      }
  
      .Facebook{
      width: 5vh;
      margin: 8px;
      
      }
  
     
      .Bilder{
        background-color: rgb(214, 214, 214);
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        border-width: 2px;
        width: 100%;
        height: 540px;
        position: relative;
        margin-bottom: 20px;
        margin-top: 7rem;
        
    
      }
  
  
      .carousel-item{
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, +0%);
        width: 80%;
        padding: 20px;
        
        
      }
  
      .d-block{
        border-style: solid;
        border-width: thin;
        border-radius: 20px;
      }
     
   
      .Text-Bilder{
        background-color: rgb(214, 214, 214);
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        border-width: 2px;
        width: 100%;
        height: 540px;
        position: relative;
        margin-bottom: 20px;
        margin-top: 7rem;
        
      }
      
  
     
      
      
      
      
      
  
      
  
  
  
  
      footer {
  background-color: rgb(214, 214, 214);
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
      
      footer .Copyright{
        display: flex;
        justify-content: flex-start;
      }
      
      footer .Datenschutz{
        display: flex;
        justify-content: flex-end;
        
      }
      footer .Datenschutz a{
        color: black;    
        
        
      }
  
  
  
      @media (max-width: 1350px) {
        html body {
            background-color: #0e0e0e;
            padding-top: 100px;  
          background-image: url('/Bilder/See.jpg');
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-position: center top;
          background-attachment: fixed;
          
          }
     
      }
  
  
      