body {
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(to bottom, #396eac -72%, #fff 62%); 
    padding-top: 22px;
    padding-bottom: 22px;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    color: #034798;
    text-transform: uppercase;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    color: #034798;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    color: #034798; 
}

p {
    font-size: 18px;
    font-weight: 500;
    color: #034798; 
    line-height: 1.8em;  
    margin: 2px;
}

.imgcenter {
    display: flex;
    justify-content: center; 
    padding: 20px; 
}

.textbox {
    margin: 0 auto;
    padding: 20px;
    width: 60%;
    text-align: center;
}

.textbox2 {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    width: 60%;
    text-align: center;
    
}

.textbox3 {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    width: 40%;
    text-align: left;
 
}

.textbox4 {
    margin: 0 auto;
    padding: 10px;
    width: 60%;
    text-align: center;
    
}

.uhrzeit-text1 {
    color: #e9530d;
    font-size: 18px;
    font-weight: 800;
}

.programm-text1 {
    color: #e9530d;
    font-size: 20px;
    font-weight: 700;
}

.uhrzeit-text2 {
    color: #034798;
    font-size: 18px;
    font-weight: 800;
}

.programm-text2 {
    color: #034798;
    font-size: 20px;
    font-weight: 700;
}

.programm-subtext {
    font-size: 16px;
    font-weight: 500;
    
}

.programm-subtext1 {
    color: #e9530d;
    font-size: 16px;
    font-weight: 500;
    

}


.navbar {
    background-color: #034798;
    overflow: hidden;
    position: fixed;
    bottom: 0;

  }
  .navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 14px;
  }
  
  .navbar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .navbar a.active {
    background-color: #e9530d;
    color: white;
  }  


#myBtn {
  position: fixed; 
  bottom: 10px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none;
  background-color: #e9530d; 
  color: white;
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px; 
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
  
   
   @media screen and (max-width: 1000px) {
    
    .textbox3 {
        width: 70%; 
    }
       
   }
 
/* Galerie */


.galerie {

    padding-right: 100px;
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}
