@charset "utf-8";

body,
html {
  background-color: #FFF6F2;
  margin-top: 75px;
  margin-bottom: 75px;
}


.awp_logo {
  position: absolute;
  top: 0;
  width: 150px;
  z-index: 1000;
}

.btn-courses-pdf {
  position: absolute;
  top: 2em;
  z-index: 1000;
  white-space: normal;
  right: auto;
  left: 40em;
}

/* Navbar styling */
.navbar {
  display: flex;
  height: 80px;
  /* Reduced height */
  border-top: 5px solid rgb(14, 10, 1);
  /* Updated border color */
  box-shadow: 0 0 10px silver;
  z-index: 1000;
  background-color: #f00d0d;
  /* Updated background color */
  padding: 10px 20px;
  /* Added padding */
  justify-content: space-between;
  /* Ensures space between items */
  align-items: center;
  /* Centers items vertically */
}

/* teaser formatting */
.homepage_teaser {
  margin-top: -120px;
  right: auto;
  left: auto;
  margin-top: 450px;
  position: absolute;
  z-index: 700;
  transform: rotate(-45deg);
  width: 100px;
}

.homepage_teaser:hover img[src="imgs/hvk.png"] {
  transform: rotate(360deg) scale(1.5, 1.5);
  transition: 2s;
}

.section-title {}

.section-title p {
  font-size: 1.2rem;
}

.top-icon {
  font-size: 2rem;
}

.download-item {
  position: relative;
  font-size: 1.2rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(200, 200, 200, 0.5);
  border-radius: 0.25rem;
  background-color: rgba(255, 248, 230, 1);
}

.download-item:hover {
  background-color: rgba(200, 200, 200, 0.3);
}

#backToTop {
  position: fixed;
  width: 3rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  font-weight: bold;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  background-color: #3e6994;
  opacity: 0.8;
  color: #fff;
  display: none;
  z-index: 9999;
  border-radius: 10px;
}

#backToTop:hover {
  background-color: blue;
}

/* program issues */
#programs {
  padding: 70px 0;
  background: rgba(255, 255, 255, 1);
}

/* About us */
#about {
  padding: 70px 0;
  background: rgba(250, 250, 250, 0.9);
}

#about h4 {
  text-transform: uppercase;
}

.about-text {
  font-size: 1.1rem;
}

#about .fa {
  font-size: 48px;
  margin: 20px 0;
  color: #0ba2db;
}

/* directors */
#directors {
  padding: 70px 0;
  background: rgba(255, 255, 255, 1);
}

/* contact */
#contact {
  padding: 70px 0;
  background: rgba(250, 250, 250, 0.75);
}

#contact form {
  padding: 30px 0;
}

#contact .text-danger {
  color: #cc0033;
  text-align: left;
}

.sm-font {
  font-size: 0.8rem;
}

.download-item {
  position: relative;
  font-size: 1.2rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(200, 200, 200, 0.5);
  border-radius: 0.25rem;
  background-color: rgba(255, 248, 230, 1);
}

.download-item:hover {
  background-color: rgba(200, 200, 200, 0.3);
}

/* sticky footer */
#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 5px solid rgba(254, 173, 0, 1);
  background-color: rgba(255, 232, 183, 1);
}

.footer .smt {
  font-size: 0.95rem;
  text-align: right;
}

img.zoom {
  transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
}

img.zoom:hover {
  transform: scale(1.25, 1.25);
  -moz-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
}

#back-to-top i {
  color: #fff;
  font-size: 2rem;
}

.awp-icon-whole-arrow-up::before {
  content: "\E0ED";
}

.c30 {
  width: 25%;
}

.zoom-id {
  font-size: 1.1rem;
  font-weight: bold;
}

/* Main container */
.main-container {
  width: 1140px;  /* Matches the Figma width */
  margin: 132px auto;  /* Centers the container */
  padding: 20px;
  background: linear-gradient(30%, #B8A6DE 30%, #7AADBE 0%);
  /* Gradient from Figma */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-radius: 10px;
}

.course-container {
  width: 1110px;  /* Matches the Figma width */
  margin: 0 auto;  /* Center the container */
  background-color: #f5f5f5; /* Background color for the entire container */
  padding: 20px;  /* Adjust padding if needed */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  /* Optional shadow for design */
  border-radius: 8px;  /* Rounded corners */
}
/* Course header styling */
.course-header {
  background-color: #5B577212;
  font-family: Unbounded;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;


}

.alert {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
  margin-bottom: 20px;
  padding: 10px;
}

/* Buttons */
.btn-primary {
  background-color: #5B5772;  /* Figma button color */
  border-color: #5B5772;
}

.btn-primary:hover {
  background-color: #433c5a !important; /* Custom color on hover */
  border-color: #433c5a !important;
}

.btn-primary:focus {
  background-color: #ffcc00 !important; /* Custom color when focused */
  border-color: #ffcc00 !important;
  outline: none; /* Remove the default outline */
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}


.badge {
  border-radius: 0;  /* Remove radius to make it rectangular */
}

.table {
  width: 100%;
  margin-top: 20px;
}

.table th,
.table td {
  padding: 12px;
  text-align: left;
  vertical-align: middle;
}

.inhalt-Word { /* To Do integrate in getWorkshopContent.php */
  font-family: 'Unbounded', sans-serif; /* Apply the font family */
  font-size: 16px; /* Set the font size */
  font-weight: 700; /* Set the font weight to bold */
  line-height: 24px; /* Set the line height */
  text-align: left; /* Align text to the left */
}
.content-text {
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  font-size: 16px; /* Set the font size */
  font-weight: 400; /* Set font weight to normal */
  line-height: 24px; /* Set line height */
  text-align: left; /* Align the text to the left */
}



