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

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

p {
  font-size: 18px;
}

.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;
}

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;
}


.uk-navbar-nav > li.uk-active > a {
  color: #0D7AA7;
}

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


.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: #21549a;
  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: #027BAC;
  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: 50px;
  margin: 15px 0 20px -10px;
}

.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: #0176ad;
  color: #fff;
}

ul.language li.current a {
  background: #0176ad;
  color: #fff;
}

ul.language li a:active {
  background: #0176ad;
  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;
}

.map {
  height: 330px;
  z-index: 1;
}


@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: #027BAC;
}

.bg_blau {
  background-color: #027BAC;
}

/*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;
  font-size: 15px;
  text-align: center;
  background-color: rgba(237, 237, 237, 1);
}

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

.uk-totop:hover {
  color: #fff;
  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: #027BAC;
  color: #fff;
}
.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #027BAC;
  color: #fff;
}

.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.4);
  padding: 20px;
}

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

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

.uk-button-danger {
  background-color: #E49F3F;
  color: #fff;
}

.uk-button-danger:hover {
  background-color: #CE913D;
  color: #fff;
}

.uk-form-label {
  color: #fff;
  font-size: .875rem;
}

.uk-input, .uk-select, .uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  margin-bottom: 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: .2s ease-in-out;
    transition-property: all;
  transition-property: color,background-color,border;
}

.uk-select[multiple], .uk-select[size], .uk-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}


.InputfieldStateRequired > .InputfieldHeader:first-child::after {
  content: "*";
  margin-left: 0.25em;
  color: white;
}

.uk-button-secondary{
  background-color: #fff;
  margin-top: 10px;
  color: grey;
}

.uk-button-secondary:hover {
  background-color: #fff;
  margin-top: 10px;
  color: grey;
}

.hellblau {
  background-color: #DDEBFE;
  color: #666;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

/* mouse scroll down */
.mouse-down {
  border: 2px solid #fff;
  border-radius: 2rem;
  bottom: 3rem;
  height: 3.5rem;
  left: 50%;
  margin-left: -1rem;
  position: absolute;
  width: 2rem;
}

.mouse-down:before {
  animation: mouse-down 2s infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 0.5rem;
  transform: translateX(-50%);
  width: 6px;
}

@keyframes mouse-down {
  to {
    opacity: 0;
    top: 2.5rem;
  }
}
/* mouse scroll down */