
/* Backgroun */

#grad1 {
    height: 200px;
    background-color: #F0F8FF; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #DCDCDC, #d0e4eE);
    padding: 10px; 
}
    /* Basic text  */

p {font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
   color: #333333;     
   size: 1em; 
   width: 80%; 
   line-height: 115%;
   text-align: justify; 
}

h1 {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333399;     
  size: 1.5em; 
  border-bottom: 2px groove floralwhite;
}

h2 {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333399;     
  size: 1.4em;   
  padding: 10px; 
}

.logo {
  padding: 20px; 
  vertical-align: center;
}

.coursetitle {

}
.coursetitle p {
    color: black; 
    font-size: 2em; 
    align: left; 
    padding: 10px; 
    margin: 10px; 
    font-weight: 400;
}

.pricecard-container { 
    font-size: 1em; 
    display: flex; 
    flex-direction: row;
    position: relative; 
    margin: 20px 10px 20px 10px; 
    gap: 30px; 
    justify-content: space-evenly; 
    align-items:center ; 
    align-self: auto; 
    align-items: flex-start; 
    vertical-align: top;
    height: auto; /*100vh;    */ 
    padding: 16px 8px 16px 8px; 
    height: auto; 
    flex-shrink: 1; 
    flex-wrap: wrap; 
}

.pricecard { 
    background-color: floralwhite;
    margin-bottom: 40px;
    padding: 20px; 
    border: 1px solid #092a55; 
    border-radius: 10px; 
    width: 300px; 
    vertical-align: top;
    height: auto; 
    flex-shrink: 1;
    flex-basis: 350px; 
  }

.pricecard-kursversion {
    padding: 5px; 
  }
.pricecard-kursversion p {
    color: #333344;
    font-size: 1.5em; 
    text-align: center; 
    font-weight: bolder ;
    border-top: 2px;
    border-bottom: 2px;
}  
.pricecard-kurstitel {
    padding: 6px; 
}
.pricecard-kurstitel p {
  font-family: Basis, Verdana, sans-serif; 
  color: #104d52; 
  font-size: 1em ; 
  text-align: center; 
  text-shadow: 1px 1px #979393;
}

.pricecard-loc {
    padding: 8px; 
    }
.pricecard-loc p {
    color: #3a3131;
    font-size: 1.1em; 
    text-align: center; 
  }
  
.pricecard-kurs-desc {
    padding: 2px; 
    margin-left: 10px; 
  }
.pricecard-kurs-desc p {
    color: #444400; 
    font-size: 1em; 
    font-stretch: expanded;
    text-align: left; 
    padding-bottom: 3px; 
    margin-bottom: 0; 
  }  
.pricecard-kurs-desc ul {
    padding-left: 15px; 
    padding-top: 0px;
    margin-top: 0px; 
    list-style-type: none;
    list-style-image: url('icons/check-circle-green-16.png'); 
    vertical-align: top;
}
.pricecard-kurs-desc ul li {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding: 0px 0px 3px 0px; 
    margin-top: 0; 
    text-align: left;  
    vertical-align: top;
    font-size: 1em; 
    line-height: 1.3em; 
  }
  
.pricecard-price {
    padding: 5px; 
}
.pricecard-price p {
    font-size: 24px;
    font-weight: bold;
    text-align: center; 
    color: #05525c; 
    margin-bottom: 0; 
  }
.pricecard-small {
  padding-bottom: 5px; 
  margin-top: 0; margin-left: 0; padding-left: 0; 
  margin-bottom: 15px; 
  }
.pricecard-small p {
    font-size: .8em; 
    text-align: center;
    text-color: gray; 
  } 

.pricecard-btn {
    background-color: #063d6d; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom right, #b6acf3, #0251e2);
    padding: 5px; 
    border: 0px; 
    border-radius: 5px; 
    width: 90%;    
    vertical-align: center;  
    align-items: center; 
    align-content: center; 
    align-self: stretch; 
    box-align: center;
}
.pricecard-btn:hover {
  background-color: #267fdd;  
  width: 88%; 
  padding: 4px;
  }
.pricecard-btn p, a {
    text-align: center;
    color: #fff;
    padding: 3px 0px 3px 5px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
  }
  

  
  @media (max-width: 768px) {
    .col-md-4 {
      width: 100%;
      font-size: .8em; 
    }

.footer {
  display: block; 
  padding: 30px ;
  border-top: 1px solid rgb(175, 168, 168); /* Added "solid" for clarity */
  margin-bottom: 10px; 
  position: relative; /* Ensures the footer stays in the normal flow */
  width: 100%; /* Full width of the page */
  height: auto; /* Adjust height automatically based on content */
  background-color: #f8f8f8; /* Optional: Set a light background to distinguish the footer */
  }

.footer p {
  color: rgb(68, 68, 49); 
  font-family: Verdana, sans-serif; /* Add a fallback font for better compatibility */
  font-size: 0.9em; /* Adjust font size to make it legible */
  padding: 1px 1px 1px 10px; /* Add vertical spacing between paragraphs */
  line-height: 1em; /* Improve readability */
  }
    

