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

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

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

.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: #fff;
  text-transform: none;
}

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: #666;
}
.uk-navbar-nav > li > a:ul-active{
  color: #0077b2;
}

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

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

.uk-button-primary {
  background-color: #0176ad;
}

.uk-button-primary:focus, .uk-button-primary:hover {
  background-color: #808080;
  color: #fff;
}

.wordwrap {
  white-space: normal !important;
  max-width: 200px;
}
/* Paragraph & Typographic */

/* Links */
a {
  color: #0176ad;
  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: #0077B2;
}

.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: #0176ad;
  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: 10px 0 15px 0;
}

@media (max-width: 962px) {
  .uk-logo {
      height: 35px;
      margin: 0px 0 0px 0;
  }
}

.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: #397aa8;
}
/*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: #000;
  text-decoration: none;
}
/* FOOTER */

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


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

.uk-overlay-primary {
	background: rgba(000,000,000,.4);
}

.uk-active li:{
  color: #ff00ff;
}

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

.table_head {
  font-size: 24px;
  color: #117AA7;
}

/*fact*/
.fact1 {
  color: #007CAB;
  font-size: 54px;
  text-align: center;
}
.fact2 {
  color: #007CAB;
  font-size: 2rem;
  text-align: center;
  line-height: 34px;
}

@media (max-width: 959px) {
  .fact1 {
      color: #007CAB;
      font-size: 32px;
      text-align: center;
  }
  .fact2 {
    color: #007CAB;
      font-size: 18px;
      text-align: center;
      line-height: 28px;
  }
}
/*fact*/

.bg_blau  {
  background-color: #0076AD;
}

.uk-label {
  background: #0076AD;
}

.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 5px 15px;
  background: #eeeeee;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}

.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #0076AD;
  line-height: 1.5;
  font-size: 11px;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
}

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