/*text*/
@import url(https://use.typekit.net/urf1jdw.css);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
.bodoniuw {
  font-family: "bodoni-urw", serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff; font-size:530%;}
.monte{font-family: "Montserrat", system-ui;
  font-optical-sizing: auto;
  font-style: normal; font-size: 95%;}
.b{font-weight: 450;
  font-size: 34px;
  color: rgba(6, 40, 103, 1);
  line-height: 70px;
  }

.ktxt{ color: #fff; font-size: 2.2em;}
.bw{
  font-size: 100%;
  color: rgb(255, 255, 255);
  line-height: 145%;
  }
  .fontblock { font-size: 1.2em;}
  @media (max-width: 620px) { .fontblock {font-size:2em}}

    
.h1monte {font-family: "Montserrat", system-ui;
  font-optical-sizing: auto; font-weight: 400;
  font-style: normal; text-align: center; font-size: 18pt;
margin: 5px 0 20px 0;color: color(srgb 0.0023 0.0855 0.2494);}
.h1monte .h12 {font-size: 300%;
margin: 5px 0 20px 0}
.monte .tex {font-weight: 300; color: #444;
    font-size: 16px; text-align: left; margin-top: 0.5em;}

@media (max-width: 420px) {.monteb{font-size: 25px;
    line-height: 38px;}}
.monte .tex{font-family: "Montserrat", system-ui;
  font-style: normal;font-weight: 300; color: #444;
  font-size: 16px; text-align: left; margin-top: 0.5em;}
/**Menu**/
  .offcanvas.show {
    background-color: var(--cassiopeia-color-primary);
    background-image: linear-gradient(135deg,var(--cassiopeia-color-primary),var(--cassiopeia-color-hover));
  }
  @media (min-width: 992px) {
    .offcanvas-start {
      width: 100%;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas .metismenu.mod-menu .metismenu-item > ul {
      position: relative;
      width: 100%;
      margin-top: 1rem;
    }
    .offcanvas .metismenu.mod-menu .mm-collapse {
      background-color: transparent;
    }
    .offcanvas .metismenu.mod-menu .metismenu-item > a {
      color: #fff;
    }
  }
  .offcanvas-header > *:only-child {
    margin-left: auto;
  }
.metismenu.mod-menu { z-index: 1; mix-blend-mode: none;}

.footer .mod-menu {
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  }
.container-header .navbar-brand {
  width: 30%;
  min-width: 12%;
   }
.container-header nav {
  margin-top: 40px;
  margin: 0 auto;
  max-width: 600px;
  } 

@media (max-width: 768px){
  .container-header nav  {
margin: -20px 0 0 auto !important;
}
.footer .mod-menu {display: inline-flex;}}
    

/**Sticky**/

.cwrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: row;
}
@media (max-width: 630px) {.cwrapper { display: inline;}
.academy-header h1 {font-size: 2rem !important;line-height: 110%;}}
.stickybox-container {
  width: 40%; /* Gleiche Breite wie die Sticky-Box */
  position: relative;
}
.stickybox-pics {position: relative; /* Startzustand */
  width: 100%; /* Füllt den Container aus */
  background-color: #00406b;
  height: auto;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;}
.fontblock img { max-width: 35px; margin-right: 25px;}

@media (max-width: 1000px)
  {.stickybox {min-width: 500px;}}
  @media screen and (max-width: 700px) {
    .stickybox {
        position: relative !important; /* Box unterhalb des Artikels */
        margin-top: 20px; /* Abstand zum Artikel */
        width: 100%; /* Optional: passt die Breite an */
        top: 0 !important;
    }
    .stickybox-container {
        display: block;
        width: 100%
}
.stickybox-container img {max-width:30% }
}

td p { margin-bottom: 0;}

.stickybox {
  position: relative; /* Startzustand */
  width: 100%; /* Füllt den Container aus */
  background-color: #00406b;
  height: auto;
  padding: 1em 3em;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.acontent {
  flex: 1;
  width: 60%; /* Artikel nimmt den restlichen Platz ein */
  padding: 1.5em 4em;
  z-index: 0; /* Artikelinhalt liegt unterhalb */
  position: relative; /
}

@media (max-width: 768px) {
  .acontent {padding: 1.5em 2em;}
  .cwrapper {
      flex-direction: column;
  }

  .stickybox {
      width: 100%;
      margin-right: 0;
      height: 50vh; /* Für kleinere Bildschirme angepasst */
  }

  .acontent {
      width: 100%;
  }
}
.hompe { margin: 3em 4.5em}
/**Banner**/

.banner-background {
  height: 500em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url('/media/templates/site/cassiopeia/images/test.png');
  background-size: cover;
}

.banner-content {
  position: relative;
  z-index: 2; /* Über dem Hintergrund */
  color: #000;
  text-align: center;}

.banner-button:hover {
  background-color: #001640; /* Hover-Farbe */
}

.acon {padding: 2em 15em; 
}

/* Container für die Boxen */
.responsive-info-boxes {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 30px;
  background: #f8f9fa;
}

/* Styling der Boxen */
.box {
  flex: 1;
  min-width: 280px;
  max-width: 340px;
  height: 250px;
  border-radius: 15px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  color: #000000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.5s ease;
}

/* Hintergrund */
.box-bg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: 1; /* Hintergrund hinter dem Text */
  pointer-events: none;
  transition: filter 0.10s ease, mix-blend-mode 0.10s ease;
}

/* Normalzustand */
.c {z-index: 1;mix-blend-mode: multiply; color: #3991ae;
  z-index: 1; }
  .box-content p{
    background-color: rgba(255, 255, 255, 0.3); /* Transparente weiße Farbe */
    transition: background-color 0.3s ease-in-out; /* Weicher Übergang */
  }
  
  .box-content:hover p{
    background-color: transparent; /* Hintergrund wird beim Hover unsichtbar */
  }
.b1 {
    z-index: 1;  background-image: url('/media/templates/site/cassiopeia/images/AdobeStock_288346477.png'); background-repeat: no-repeat; background-size: cover;
  }
  
.b3 {
z-index: 1;  background-image: url('/media/templates/site/cassiopeia/images/AdobeStock_189319148.png'); background-repeat: no-repeat; background-size: cover;
}
.b2{
  background: url('/media/templates/site/cassiopeia/images/AdobeStock_403334832.png') center/cover no-repeat;
}
.bg1 {mix-blend-mode: screen;
  background-color: #85aeb966;}
.bg2 {mix-blend-mode: plus-lighter;
  background-color: #03268465;
  filter: blur(4px);}
.bg3 {mix-blend-mode: hue;
  background-color: rgba(166, 110, 65, 0.4);}
  .hover-bg1 {
    filter: blur(2px);
    mix-blend-mode: multiply;
    background-color: rgba(0, 97, 159, 0.76);}
.hover-bg2 {
    filter: blur(2px);
    mix-blend-mode: overlay;
    background-color: #031c5f;
}
.hover-bg3 {
    filter: blur(2px);
    mix-blend-mode: plus-darker ;
}

/* Inhalte der Box */
.box-content {
  position: relative;
  z-index: 2; /* Text liegt oberhalb des Hintergrunds */
  text-align: center;
  padding: 35px 30px;
  background-color: rgba(255, 255, 255, 0.1); /* Optional für zusätzlichen Kontrast */
  border-radius: 15px;
  height: 250px;
}

.box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.box p {
  font-size: 14px;
  line-height: 1.6;
}

/* Button */
.box-button {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
  background: #ffffff;
  color: #001640;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.box-button:hover {
  background: #0a0f6f;
  color: #ffffff;
}

/* Hover-Effekt für Box */
.box:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* Responsive Layout */
@media (max-width: 700px) {
  .responsive-info-boxes {
      flex-direction: column;
      align-items: center;
  }
  .box {
      max-width: 90%;
      margin-bottom: 20px;
  }
  .acon{ padding: 1em}
}
.academy-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Montserrat", system-ui;
  color: #000;
}

.academy-header {
  text-align: center;
  margin-bottom: 40px;
}

.academy-header h1 {
  font-size: 2.5rem;
  color: #001640;
}

.academy-header p {
  font-size: 1.2rem;
  color: #555;
}
.academy-content{ padding: 30px}
.academy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.academy-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.academy-item:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.academy-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.academy-item h2 {
  font-size: 1.5rem;
  color: #00359a;
}

.academy-item p {
  padding: 0 20px 10px;
  color: #555;
  font-size: 1rem;
}

.academy-item ul {
  list-style: disc;
  padding: 0 20px 20px;
  color: #333;
}

.academy-item ul li {
  margin-bottom: 5px;
}

.academy-content li { color: #00359a;}

/* Container zum Zentrieren des Buttons */
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Damit der Button vertikal mittig ist */
}

/* Button-Styling */
/* Container zum Zentrieren des Buttons */
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* Damit der Button vertikal mittig ist */
}

/* Button-Styling */
.awesome-button {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  background: linear-gradient(90deg, #4682B4, #4CAF50); /* Neues, kräftigeres Grün */
  box-shadow: 0px 4px 15px rgba(76, 175, 80, 0.4); /* Grünton auch in Shadow */
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease-out;
  width: 380px;
  text-align: center;
}

/* Hover-Effekt */
.awesome-button:hover {
  background: linear-gradient(90deg, #4CAF50, #4682B4); /* Grünton stärker betont */
  box-shadow: 0px 6px 20px rgba(76, 175, 80, 0.7); /* Intensiveres grünes Shadow */
  transform: translateY(-3px);
}

/* Hover-Effekt Welle */
.awesome-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 0;
  transition: width 0.4s ease, height 0.4s ease;
}

.awesome-button:hover::before {
  width: 300%;
  height: 300%;
}

/* Klick-Effekt */
.awesome-button:active {
  transform: translateY(2px);
  box-shadow: 0px 3px 10px rgba(76, 175, 80, 0.5); /* Auch im Active-Shadow angepasst */
}

/* Rahmen-Effekt */
.awesome-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #4682B4, #4CAF50);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

/* Hover-Rahmen */
.awesome-button:hover::after {
  border-color: rgba(255, 255, 255, 0.6);
}

.container-header  {
background-image: url(/media/templates/site/cassiopeia/images/AdobeStock_687113608.png);
background-size: cover;
background-attachment: fixed!important;
box-shadow: inset 0 0 99999px rgba(0, 0, 0, 0.071) z-index: 999;
max-height: 300px;
}

.container-footer {background-image: url(/media/templates/site/cassiopeia/images/AdobeStock_687113608.png);
background-size: cover;
background-attachment: fixed!important;
box-shadow: inset 0 0 99999px rgba(0, 0, 0, 0.071) z-index: 999;
}

.container-header img {
mix-blend-mode: hard-light;}
