body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
 
}

@media (max-width: 960px) {
  body {
    text-align: left;
  }
}

p {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}

.uk-heading-primary {
  font-size: 3.75rem;
  line-height: 1.1;
}

@media (max-width: 960px) {
  .uk-heading-primary {
    font-size: 1.75rem;
    line-height: 1.1;
  }
}

#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
  font-family: 'Lato', sans-serif;
  margin: 0 0 20px 0;
  font-weight: 400;
  color: #333;
  text-transform: none;
}

.grau h1, h2 {
  color: #333;
}

video {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  font-size: .875rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.uk-navbar-nav>li>a {
  color: #333;
}

.uk-navbar-nav>li>a:ul-active {
  color: #0077b2;
}

.uk-navbar-dropdown-nav>li>a {
  color: #333;
}

.uk-navbar-dropdown-nav>li>a:uk-active {
  color: #0077b2;
}

.ie9 img[src*=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

.uk-fixed-navigation {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
}

.wordwrap {
  white-space: normal !important;
  max-width: 200px;
}

/* Paragraph & Typographic */

/* Links */
a {
  color: #8DA7C6;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

li {
  font-size: 16px;
  line-height: 28px;
}

em {
  color:#21549a;
  }

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.unbreak {
  white-space: nowrap;
}

.wordwrap {
  word-wrap: break-word;
}

/* Helpers */



/* Footer */

#footerwrap {
  padding-top: 20px;
  padding-bottom: 25px;
  color: #fff;
  background: #8CA7C6;
  border-bottom: 30px #fff solid;

}

@media (max-width: 768px) {
  #footerwrap {
    border-bottom: 0px;
  }
}

#footerwrap p {
  color: #fff;
}

#footerwrap h4 {
  color: #fff;
}

.kontakt {
  color: #fff;
}

.kontakt a {
  color: #fff;
}

.white {
  color: white;
}

#white a {
  color: white;
}

#white a:hover {
  color: white;
}

.linklist {
  font-size: 16px;
  text-align: left;
}

ul.linklist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.linklist li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

.copyright {
  text-align: left;
}

.screen-ad {
  text-align: right;
  font-size: 16px;
  color: #fff;
}

.screen-ad a {
  color: #fff;
}

ul.screen-ad {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.screen-ad li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 992px) {
  .linklist {
    font-size: 16px;
    text-align: center;
  }

  .copyright {
    text-align: center;
  }

  .screen-ad {
    text-align: center;
  }

  .screen-ad_home {
    text-align: center;
  }
}

/* Footer */

.huhu {
  height: 60px;
  width: 60px;
}

.uk-logo {
  height: 60px;
  margin: 20px 0 20px -8px;
}

@media (max-width: 900px) {
  .uk-logo {
    height: 60px;
    margin: 10px 0 20px -8px;
  }
  .uk-heading-small {
    font-size: 30px;
  }
}


.language {
  list-style: none;
  padding: 0px;
  margin-bottom: 20px;
}

ul.language li {
  display: inline-block;
}

ul.language li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 40px;
  padding: 0 6px;
  margin-top: 19px;
}

ul.language li a:hover {
  background: #8DA7C6;
  color: #fff;
}

ul.language li.current a {
  background: #8DA7C6;
  color: #fff;
}

ul.language li a:active {
  background: #8DA7C6;
  color: #fff;
}

.claim {
  margin: 0px 0px 50px 0px;
  font-family: 'Crimson Text', serif;
  font-size: 28px;
  line-height: 50px;
  color: #0176ad;
}

@media (max-width: 767px) {
  .claim {
    margin: 110px 0px 70px 0px;
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    color: #0176ad;
  }
}

/* Navbar */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}

.uk-sticky {
  background: #fff;
}

.uk-navbar-dropdown {
  width: 300px;
}

/* Navbar */


.uk-card-default .uk-card-header {
  border-bottom: 0px solid #e5e5e5;
}


@media (min-width:768px) {
  ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
  }

  .nav .dropdown-menu {
    margin-top: 0;
  }
}

#content:focus {
  outline: none;
}

.pad-bottom {
  padding-bottom: 60px;
}

section {
  padding-top: 92px;
  padding-bottom: 100px;
}

@media (max-width: 679px) {
  section {
    padding-top: 95px;
    padding-bottom: 20px;
  }
}

.home li {
  list-style-type: none;
}

.anmeldung {
  min-height: 280px;
}

@media (max-width: 1200px) {
  .anmeldung {
    min-height: 290px
  }
}

.test {
  padding: 10px;
}

.table li {
  list-style: none;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border-top: 0px;
}


/*HEALPER*/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

.unbreak {
  white-space: nowrap;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.blau {
  color: #F30099;
}

.bg_blau {
  background-color: #0D70B8;
  color: #fff;
}

/*HEALPER*/

/*HEADER*/
#header {
  background: url(../img/home.jpg) no-repeat center center;
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

@media all and (max-device-width: 1024px) {

  /*
     overwrite property for devices with
     screen width of 1024px or smaller
     */
  #header {
    background-attachment: scroll;
  }
}

#header .overlay {
  background-color: rgba(3, 3, 3, 0.6);
  min-height: 1200px;
}

@media (max-width: 767px) {
  #header .overlay {
    background-color: rgba(3, 3, 3, 0.6);
    min-height: 600px;
  }
}

.layer {
  z-index: 1;
  position: relative;
}

/* TESTIMONIAL*/
#testimonial {
  background: url(../img/testimonials.jpg) no-repeat center center;
  padding: 0;
  background-attachment: fixed;
  background-position: 50% 30% !important;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;
}

@media all and (max-device-width: 1024px) {

  /*
     overwrite property for devices with
     screen width of 1024px or smaller
     */
  #testimonial {
    background-attachment: scroll;
  }
}

#testimonial .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 0px;
  min-height: 200px;
  color: #fff;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #testimonial .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 0px;
    min-height: 125px;
    color: #fff;
    margin-bottom: 50px;
  }
}

/* TESTIMONIAL*/

/* FOOTER */
footer {
  padding: 20px 0px 20px 0px;
  font-size: 15px;
  text-align: center;
  float: left;
  background-color: rgba(237, 237, 237, 1);
  z-index: 10;
}

footer a,
footer a:hover {
  color: #000;
  text-decoration: none;
}

/* FOOTER */

.newsdate {
  background: #21549a none repeat scroll 0% 0%;
  color: #fff;
  text-align: center;
  padding: 30px 0px;
  border-radius: 100%;
  width: 90px;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}

.pfeil {
  cursor: default;
}

.weiss {
  color: #fff;
}

.align-center {
  text-align: center;
  background-color: #f9f9f9;
  color: #000;
  padding: 30px;
  margin-bottom: 30px;
}

.align-center p {
  margin-top: 10px;
  margin-bottom: 30px;
}

.linklist {
  font-size: 16px;
  text-align: left;
}

.linklist a:hover {
  border-bottom: 0px dotted #fff;
}

ul.linklist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.linklist li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

.copyright {
  text-align: left;
}


.screen-ad {
  text-align: right;
  font-size: 16px;
  color: #fff;
}

.screen-ad a {
  color: #fff;
}

ul.screen-ad {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.screen-ad li {
  display: inline;
  margin: 0px;
  padding: 0px;
}


@media (max-width: 992px) {
  .linklist {
    font-size: 16px;
    text-align: center;
  }

  .copyright {
    text-align: center;
  }

  .screen-ad {
    text-align: center;
  }

  .screen-ad_home {
    text-align: center;
  }
}


.uk-overlay-primary {
  background: rgba(29, 103, 182, .0);
}


p.uk-text-lead {
  color: rgba(255, 255, 255, 1);
}

.uk-button-primary {
  background-color: #1369AF;
  color: #fff;
}
.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #8CA7C6;
  color: #000;
}

.ie9 img[src*=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  img[src*=".svg"] {
      width: 100%;
  }
}

.svg-icon {
  width: 130px;
  height: 130px;
}

ul.uk-slideshow-items li{
  margin: 0;
  padding: 0;
}

.sliderbg {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.testimonial {
  background-color: rgba(0, 0, 0, 0.5);
}

.grau {
  background-color: #F7F7F7;
}

.stellen {
  border: 1px solid #8DA7C6;
  }

  .uk-background-muted {
    background-color: #fff;
  }

.red  {
    color: #F87171;
  }

  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

.campus-logo {
  width: 200px;
  float: left;
  margin: 0 0 20px 0;
  }

.hidden-field {
    width: 100px;
    height: 100px;
    border: none;
    background-color: transparent;
    display: block;
    text-decoration: none;
  }
  
.hidden-field:hover {
    border: 1px dotted #000;
  }


.qr-code svg {
  width: 200px;
  height: 200px
  }

.qr-code-links svg {
  width: 200px;
  height: 200px
  }

.grau {
  background-color:#ececec;
}

.hellblau {
  background-color:#DBE7F6;
}

.handicap {
  width: 100px;
  height: 100px
}

.flag {
  width: 100px; /* Breite der Flagge */
  height: 100px; /* Höhe der Flagge */
  border-radius: 50%; /* Macht die Flagge rund */
  object-fit: cover; /* Sorgt dafür, dass das Bild die Flagge korrekt skaliert */
}

/* Optional: Stil für das aktive Element */
.current {
  display: none; /* Keine aktive Flagge anzeigen */
}
 
.datetime span{
  font-size: 32px;
}

.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: .875rem;
  font-weight: 400;
  color: #fff;
  background-color: #01549F;
  text-transform: uppercase;
}

.back {
  width: 100%;
  padding: 20px 0px 20px 0px;
  font-size: 15px;
  text-align: center;
  float: left;
  background-color: rgba(237, 237, 237, 1);
  z-index: 999999;
}

.back a, .back a:hover {
  color: #000;
  text-decoration: none;
}

.mainstops{
  font-size: 14px;
  font-style: italic;
}

.verzogen p{
  font-size: 18px;
  line-height: 24px;
}

/* Countdown */
    #countdownOverlay {
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background-color: rgba(0, 0, 0, 0.8);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .circle-timer {
      position: relative;
      width: 200px;
      height: 200px;
    }

    .circle-timer svg {
      transform: rotate(-90deg);
      width: 100%; height: 100%;
    }

    .circle-bg {
      stroke: #444;
    }

    .circle-progress {
      stroke: #1269AF;
      transition: stroke-dashoffset 1s linear;
    }

    .circle-timer .number {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      font-size: 3rem;
      color: white;
      animation: pulse 1s infinite;
    }

    @keyframes pulse {
      0%, 100% { transform: translate(-50%, -50%) scale(1); }
      50% { transform: translate(-50%, -50%) scale(1.1); }
    }
/* Countdown */

.news p {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}

.handbuch p {
  font-size: 18px;
  line-height: 28px;
}

.uk-card-primary {
  background-color: #0B70B7;
}