/*
// Copyright 2026 Ulf Haueisen, Frankfurt am Main. All rights reserved.
*/

/* Breaking */

.breaking {
  margin: 10px 0px 20px 0px;
  padding: 5px 8px 5px 8px;
  text-align: left;
  border-radius: 9px;
}

a.breaking {
  color: inherit;
}

a.breaking:visited {
  color: inherit;
}

a.breaking:hover {
  color: inherit;
  text-decoration: none;
}

.breaking > :last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 641px) {
  .breaking {
    margin: 0px 0px 10px 0px;
  }
}

.breakingdate {
  float: right;
  position: relative;
  top: -7px;
  right: -7px;
  text-align: right;
  font-style: italic;
  padding: 1px 4px 1px 4px;
}

.breakinggreen {
  border: 1px solid #87d400;
  background-color: #d3ebaa;
}

.breakingyellow {
  border: 1px solid #e1c664;
  background-color: #ffeeaf;
}

.breakinggrey {
  border: 1px solid #b0b0b0;
  background-color: #e4e4e4;
}

.breakingcyan {
  border: 1px solid #00d6c1;
  background-color: #cef3ef;
}

/* Haupttext */

DIV.hauptcontainer {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

DIV.haupt {
  font-size: 0px;
  line-height: 0px;
  width: 100%;
  white-space: nowrap;
}

input.tab-lang {
  display: none;
}

input.tab-lang + DIV {
  position: relative;
  display: inline-block;
  width: 100%;
  white-space: normal;
  vertical-align: top;
  opacity: 0;
  visibility: hidden;
  top: 5px;
  transition: all 0.5s ease-in-out;
}

input.tab-lang:checked + DIV {
  visibility: visible;
  opacity: 1;
  top: 0px;
}

label.tab-lang {
  font-style: italic;
  cursor: pointer;
  color: #0047a1;
}

/* Aktuelles */

DIV.aktuelles {
  width: 100%;
  height: 0;
  padding-bottom: calc(56.25% + 30px);
  position: relative;
}

DIV.aktuelles DIV.flexslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0px 0px 30px 0px;
  margin: 0;
  background: none;
}

DIV.aktuelles DIV.flexslider.hidden {
  visibility: hidden;
}

DIV.aktuelles DIV.flexslider DIV.flex-viewport {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 9px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
}

DIV.aktuelles DIV.flexslider UL.slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

DIV.aktuelles DIV.flexslider UL.slides LI {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  height: 100%;
}

DIV.aktuelles DIV.flexslider UL.slides LI A {
  position: relative;
  display: block;
  height: 100%;
}

DIV.aktuelles DIV.flexslider UL.slides LI H2 {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 100%;
  padding: 3px 8px 6px 8px;
  color: #ffffff;
  font-family: open_sans_condensed_light;
  font-size: 28px;
  margin: 0;
  background-image: url(/images/black60.png);
}

DIV.aktuelles DIV.flexslider UL.slides LI P {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  padding: 4px 8px 4px 8px;
  margin: 0;
  line-height: normal;
  background-image: url(/images/black60.png);
}

DIV.aktuelles DIV.flexslider ul.flex-direction-nav LI {
  line-height: normal;
}

DIV.aktuelles DIV.flexslider ol.flex-control-nav {
  top: auto;
  bottom: auto;
  margin: 8px 0px 2px 2px;
  width: auto;
  list-style-type: disc;
}

DIV.aktuelles DIV.flexslider ol.flex-control-nav li {
  margin: 2px 2px 0px 6px;
}

.announce {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  margin: 10px 0;
}

.announce > a {
  background-image: linear-gradient(
    30deg,
    hsl(220deg 100% 75%) 0%,
    hsl(219deg 100% 78%) 17%,
    hsl(217deg 100% 81%) 33%,
    hsl(214deg 100% 83%) 50%,
    hsl(209deg 99% 86%) 67%,
    hsl(202deg 98% 88%) 83%,
    hsl(191deg 96% 90%) 100%
  );
  /*
  background: linear-gradient(165deg, hsl(167deg 96% 55%) 0%, hsl(119deg 80% 72%) 33%, hsl(66deg 65% 56%) 67%, hsl(37deg 88% 65%) 100%);
  */
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  padding: 6px 8px;
  color: black;
  text-decoration: none;
}

/* Infoabend, Infotag */

.infotaginfoabend {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 10px 0px 10px 0;
  padding: 10px 0px 10px 0px;
  background-image: url(/aktuelles/neuigkeiten/images/infotag-infoabend-banner-2.jpg);
  background-size: cover;
  background-color: #e8e8e8;
  border: 1px solid #b0b0b0;
  position: relative;
  border-radius: 9px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
}

.infotaginfoabend h2 {
  display: inline-block;
  line-height: 100%;
  padding: 3px 8px 6px 8px;
  color: #ffffff;
  font-family: open_sans_condensed_light;
  font-size: 28px;
  margin: 10px;
  backdrop-filter: blur(8px);
  background-color: hsla(0, 0%, 0%, 0.5);
}

.infotaginfoabend > h2 > span {
  white-space: nowrap;
  font-family: open_sans;
  font-size: 15px;
  line-height: 100%;
}

.infotaginfoabend p {
  display: inline-block;
  color: #ffffff;
  padding: 3px 8px 3px 8px;
  margin: 10px;
  background-color: hsla(0, 0%, 0%, 0.5);
  backdrop-filter: blur(8px);
}

/* Glow */

@property --a {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.glowcard {
  overflow: hidden;
  position: relative;
  border-radius: 0.5em;
  place-self: center;
  place-content: center;
  text-wrap: balance;
}

.glowcard::before {
  position: absolute;
  z-index: 0;
  inset: -16px;
  border: solid 16px;
  border-image: conic-gradient(from var(--a), #669900, #99cc33, #ccee66, #006699, #3399cc, #990066, #cc3399, #ff6600, #ff9900, #ffcc00, #669900) 1;
  filter: blur(0.75em);
  animation: a 4s linear infinite;
  content: '';
}

@keyframes a {
  to {
    --a: 1turn;
  }
}
