html {
	font-family:  'Roboto', Arial, sans-serif;
    line-height: 1.8;
  }

body {
	color: #555;
  }
  a,
  .uk-link {
	color: #99cc00;
	text-decoration: none;
	cursor: pointer;
  }
  a:hover,
  .uk-link:hover,
  .uk-link-toggle:hover .uk-link {
	color: #99cc00;
	text-decoration: none;
  }


  h1,
  .uk-h1,
  h2,
  .uk-h2,
  h3,
  .uk-h3,
  h4,
  .uk-h4,
  h5,
  .uk-h5,
  h6,
  .uk-h6,
  .uk-heading-small,
  .uk-heading-medium,
  .uk-heading-large,
  .uk-heading-xlarge,
  .uk-heading-2xlarge {
	font-family:  'Roboto Condensed', Arial, sans-serif;
  }
  .uk-navbar-nav > li > a,
  .uk-navbar-item,
  .uk-navbar-toggle,
  .uk-logo {
	font-family:  'Roboto Condensed', Arial, sans-serif;
  }


h1, .uk-h1 {
	font-size: 2.8rem;
	color:#fff;
}

MAIN h1, MAIN .uk-h1 {
  font-size: 2rem;
	color:#0d7787;
  text-align: center;
  margin-bottom:40px;
}
h2,
.uk-h2 {
    text-align: center;
    margin-bottom:40px;
		color:#0d7787;
}

h2:after, .uk-h2:after,MAIN h1:after, MAIN .uk-h1:after {
	display: flex;
	content: '';
	width:65px;
	height:1px;
	margin: 20px auto 0;
	background-color:#99cc00;
}

h3,
.uk-h3 {
	font-size: 1.3rem;
	color:#0d7787;
}

h4,
.uk-h4 {
	font-size: 1.3rem;
	color:#99cc00;
}

B,STRONG {
	font-family:  'Roboto Condensed', Arial, sans-serif;
	font-weight: 700 !important;
}
em {
    color: #333;
  }

.subtitle-text {
	font-family:  'Roboto Condensed', Arial, sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	color:rgba(255, 255, 255, 0.9);
}
/*
.ce_text ul, .ce_list ul, .ce_text ol, .ce_list ol {
    margin-bottom: 15px;
    padding-left: 26px;
}
*/


/*HEADER*/
.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}
.top-container {
	z-index: 2;
}
.uk-logo img {
	height: 59px;
  margin-top: -6px;
}

.text-dark * {
	color:#19474e;
}
.text-bright * {
	color:#fff;
}
.text-blue {
	color:#087282;
}
.block-text-pic H2:after {
	margin: 20px 0 40px;
}


/*NAVIGATION*/
.nav {
	position: absolute;
	top: 0px;
	z-index: 99;
	left: 0;
	right: 0;
	background-color: #fff;
}
.uk-sticky-placeholder {
	height: 0 !important;
}

.top-wrap::before, .overlay-wrap::before {
	position: absolute;
	top:0;
	right:0;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	background-color: rgba(0,0,0,0);
}
.top-container {
    margin-top: 75px !important;
}
.top-wrap-height {
	height: 50vh;
	min-height: 300px;
	transition: height 0.25s;
}
[data-uk-cover], [uk-cover] {
    top: 60%;
    --uk-position-translate-x: -50%;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    column-gap: 0.25em;
    min-height: 70px;
    font-size: 1.1rem;
		letter-spacing: 0.8px;
}


.uk-navbar-nav>LI>A {
	color:#1f304b !important;
}
.uk-navbar-nav>LI>A:hover {
	color:rgba(31,48,75, 0.8) !important;
}
.uk-navbar-nav>li.uk-active>a {
    color: rgba(153,204,0, 1) !important;
}

.uk-navbar-dropdown.uk-open {
    top:69px !important;
}
.uk-navbar-dropdown {
    box-sizing: border-box;
    width: 180px;
    padding: 10px 15px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 10px rgb(0 0 0 / 6%);
	border-top: 2px solid #99cc00;
}

.uk-navbar-dropdown-nav>li>a {
	color:rgba(31,48,75, 1) !important;
}
.uk-navbar-dropdown-nav>li>a:hover {
	color:rgba(31,48,75, 0.6) !important;
}
.uk-navbar-dropdown-nav>li.uk-active>a {
    color: #99cc00 !important;
}


/*NAVIGATION mobile*/
.uk-offcanvas-bar {
    padding: 70px 0;
	background: #fff;
	width: 270px;
}
.uk-offcanvas-overlay::before {
    background: rgba(0,0,0,.2);
    transition: opacity .15s linear;
}
.uk-offcanvas-bar .uk-nav {
	border-top: 1px solid #eee;
}
.uk-offcanvas-bar .uk-nav>li {
	padding:0;
	border-bottom: 1px solid #eee;
}
ul.uk-nav-sub {
	padding-top:0;
	padding-left:22px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.uk-nav>li.uk-parent>a {
    padding: 0;
}

.uk-offcanvas-bar .uk-nav li>a {
	color:rgba(31,48,75, 1);
	font-size:15px;
	padding:0 30px;
}
.uk-offcanvas-bar .uk-nav>li>a {
	padding:15px 30px;
}
.uk-offcanvas-bar .uk-nav li>a:hover {
	color:rgba(31,48,75, 0.7);
}
.uk-nav .uk-active>a {
	color:#99cc00 !important;
}

.uk-close {
    color: #333 !important;
}


.uk-overlay-default {
	background: rgba(31, 48, 75, 0.6);
  }

.uk-overlay-primary {
	background: rgba(153,204,0, 0.5);
  }


/*CONTENT*/
MAIN {
  padding:50px 0;
}
MAIN FIGURE IMG {
  display: block;
  width: 100%;
  height: auto;
}
FIGURE.float-left {
  width: 30%;
  float: left;
  margin: 8px 35px 15px 0;
}
.block-text FIGURE.float-left {
  margin-left: -75px;
  /*margin-left: -215px;
  margin-left: calc(100% / 12 * -3 - 12px); */
}
FIGURE.float-right {
  width: 30%;
  float: right;
  margin: 8px 0 15px 35px;
}
.block-text FIGURE.float-right {
  margin-right: -75px;
  /*margin-right: -215px;
  margin-right: calc(100% / 12 * -3 - 12px); */
}



.uk-divider-small {
    text-align: center;
}
.uk-divider-small::after {
	width:65px;
    border-top: 1px solid #99cc00;
}

.block-text ul {
    list-style: none;
	margin-bottom: 15px;
    padding-left: 26px;
	margin-bottom: 70px;
}
.block-text ul li {
    position: relative;
    list-style-type: none;
    list-style-position: outside;
    padding-left: 20px;
	margin-bottom: 20px;
	line-height:1.7;
}


.block-text ul:not(.featurelist) li:after {
    content: "";
    width: 70px;
    height: 1px;
    background: rgba(0,0,0,.08);
    position: absolute;
    left: -26px;
    bottom: -11px;
}

.block-text ul:not(.featurelist, .star) li:before {
	font-family: 'vita' !important;
	font-size: 1.5rem;
	content: "\e900";
    width: 24px;
    height: 24px;
    position: absolute;
    left: -15px;
    top: -8px;
}


.block-text ul.star {
}
.block-text ul.star li {
	padding-left: 30px;
	background-image:url(../bg_li.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}


/*SECTION featurelist*/
.block-text .featurelist {
  display:flex;
  flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 30px;
  margin: 0;
  padding: 0;
}
.block-text .featurelist li {
    display: flex;
    align-items: center;
    width: 47%;
    padding: 10px;
    border-bottom: 1px solid rgba(150,150,150,.5);
    margin-bottom: 0;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}
.featurelist li .icon {
  width: auto;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  text-align: center;
  color:#99cc00;
}
.featurelist li span {
  vertical-align: middle;
  line-height: 1.3;
  padding-left: 20px;
}


/*CARD*/
.uk-card-default {
    background-color: #f8f8f8 !important;
  }

/*SECTION logos*/
.logos-grid img {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(100%);
	transition: filter 0.25s;
}
.logos-grid img:hover {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter:  grayscale(0);
}

/*JOB Teaser*/

.joblist .icon {
  font-size: 1.9rem;
}


/*NEWS TEASER*/
.newsteaser {
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0);
}

.newsteaser .date {
  position: absolute;
  left: 0;
  top: 20px;
  color: #fff;
  background: #99cc00;
  padding: 10px;
  text-align: center;
  line-height: 1.3;
}
.newsteaser .uk-card-title {
  font-size: 1.1rem;
  color: #555;
  margin-bottom:5px;
}
.newsteaser P {
  font-size: 0.9rem;
  color: #888;
  margin-top:0;
  line-height: 1.3rem;
}
.newsteaser .date .day {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.newsteaser .date .month {
  display: block;
  text-transform: uppercase;
  font-size: .75rem;
}
.newsteaser .date .year {
  display: block;
  font-size: .85rem;
}
.newsteaser .uk-card-body {
  padding: 15px !important;
}

/*NEWS*/
#news .date {
  font-size:0.9rem;
  padding: 0 0 7px 5px;
  border-bottom: 1px solid #bbb;
  margin-bottom:20px;
}
#news .backto {
  padding: 50px 0 0 0;
  border-top: 1px solid #bbb;
  margin-top:40px;
}


/*TIMELINE News*/
.timeline {
  clear: both;
}
.timeline .item {
  display:block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .timeline .item {width:100%;}
  .timeline .item .item__text {
      float: none !important;
      width: 100%;
      text-align: center !important;
      border-width: 0 !important;
      margin-bottom: 0;
  }
}
.timeline .item .item__text {
  box-sizing         : border-box;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
  float:left;
  position:relative;
  width:50%;
  border-width:0;
  border-color: #1f304b;
  border-right-width: 1px;
  border-style: solid;
  padding:0 30px;
  text-align: right;
  margin:0 1px 10px 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  .timeline .item .item__text {padding:0 10px;}
}
.timeline .item:nth-child(2n+0) .item__text {
  float:right;
  border-left-width: 1px;
  border-right-width: 0;
  text-align: left;
}

.timeline .item .item__text .date {
  display: inline-block;
  padding: 2px 15px;
  color:#fff;
  background-color: #1f304b;
  font-size: 0.8rem;
}
.timeline .item .item__text H4 {
  font-size: 1.2rem;
  margin:15px 0 3px;
}
.timeline .item .item__text p {
  font-size: 0.9rem;
  margin-top:0;
}
.timeline .item .item__text p:last-child {
    margin-bottom: 0;
}
.timeline .item .item__text A {
  color: #1f304b !important;
}
.timeline .item .item__text IMG {
  width:50%;
}
.timeline .item .item__text A:hover IMG {
  box-shadow: 0 5px 20px rgba(0,0,0, .2);
}

.timeline .item .item__text:after {
  content:"";
  display:block;
  background-color:#99cc00;
  border-radius:100%;
  box-shadow:0 0 0 20px #fff;
  width:12px;
  height:12px;
  margin:15px 10px 10px 10px;
  position:absolute;
  top:-8px;
  right:-16px;
}

.timeline .item:nth-child(2n+0) .item__text:after {
  left:-16px;
}

@media screen and (max-width: 768px) {
  .timeline .item .item__text {
    float:none !important;
    width:100%;
    text-align: center !important;
    border-width:0 !important;
    margin-bottom:0;
  }
  .timeline .item .item__text:after {
    position: relative;
    top: auto;
    right: auto;
    left: auto !important;
    content: "";
    display: inline-block !important;
    border-radius: 0;
    box-shadow: 0 0 0 0 #fff;
    width: 1px;
    height: 3em !important;
    border: 0;
    margin: 15px 0 !important;
  }
  .timeline .item:last-child .item__text:after {
    display: none !important;
  }
  .timeline .item .item__text IMG {
    width:50%;
    display: block;
    margin: 0 auto;
  }

}




/*SECTION iconlist*/
.iconlist {
	align-items: center;
	margin-bottom:40px;
  }
.iconlist h4 {
	color:#0d7787;
	margin-bottom:10px;
  }
.iconlist P {
	margin-top:0;
  }
.iconlist P:last-child {
	margin-bottom:0;
  }

.iconlist .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	background-color:#99cc00;
	border-radius: 50% 50%;
	width:58px !important;height:58px;
	margin: 0 15px;
	font-size:1.6rem;
}
.iconlist DIV:last-child {
	width:70%;
}


/*SECTION text+bild*/
.block-text-pic H2 {
    text-align: left;
}
.block-text-pic UL {
  list-style-type: square;
}
.corner {
    border: 1.5rem solid transparent;
    bottom: auto;
    content: " ";
    position: absolute;
    top: 50%;
	left:0;
    transform: translateY(-50%);
	border-color: #f8f8f8;
    border-top-color: transparent!important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}


.backto {
  margin-top:55px;
}


#os-map {
  margin:40px 0 -60px 0;
  height: 380px !important;
  border: 0;
}


#meta div:last-child {
  text-align:right;
}

FOOTER {
	font-size: small;
	color: #fff !important;
}


/*FORM*/
#form-anmeldung LABEL {
  display: block;
  width: 100%;
  height: 28px;
  font-size: 0.9rem;
  color: #555;
}

#form-anmeldung textarea.form-control {
  width: 100%;
  height: 145px;
  padding: 7px 7px;
  border: 1px solid #d8d8d8;
  font-family:  'Roboto', Arial, sans-serif;
  font-size: 0.8rem;
  color: #555;
  margin-bottom: 15px;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#form-anmeldung INPUT.form-control {
  width: 100%;
  height: 36px;
  padding: 0 7px;
  border: 1px solid #d8d8d8;
  font-family:  'Roboto', Arial, sans-serif;
  font-size: 0.8rem;
  color: #555;
  margin-bottom: 15px;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#form-anmeldung INPUT:hover, #form-anmeldung TEXTAREA:hover, #form-anmeldung SELECT:hover {
  background-color: #f8f8f8;
}

input:hover:not([type="submit"]), button:hover:not([type="submit"]), textarea:hover {
  border: 1px solid #f8f8f8;
}

FORM BUTTON {
  display: block;
  float: left;
  width: 138px;
  height: 40px;
  padding: 0;
  font-size: 0.8rem;
  color: #fff;
  background-color: #99cc00;
  border: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.small {
  font-size: 12px;
}



@media (max-width: 900px) {

  .block-text FIGURE.float-left {
    width:180px;
    margin-right:15px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .block-text FIGURE.float-right {
    width:180px;
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 10px;
  }

}


@media (max-width: 748px) {

  .block-text .featurelist li {
    width: 100%;
  }
}

@media (max-width: 640px) {

  HTML {
    line-height: 1.6;
    font-size:15px;
  }


  h1, .uk-h1 {
    font-size: 1.5rem;
    color:#fff;
  }

  MAIN h1, MAIN .uk-h1 {
    font-size: 1.4rem;
    color:#555;
    text-align: center;
    margin-bottom:40px;
  }

  h2,
  .uk-h2 {
    font-size: 1.4rem;
    margin-bottom:30px;
  }
  h2:after, .uk-h2:after,MAIN h1:after, MAIN .uk-h1:after {
    margin: 15px auto 0;
  }
  .block-text-pic H2:after {
    margin: 15px 0 20px;
  }

  h3,
  .uk-h3 {
    font-size: 1.2rem;
  }

  .subtitle-text {
    font-size: 1.0rem;
  }

  .top-container {
    margin-top: 120px !important;
  }

  .top-wrap-height {
    height: 30vh;
    min-height: 120px;
    transition: height 0.25s;
  }

  MAIN {
    padding: 15px 0;
  }

  #meta div:last-child {
    text-align:left;
  }

}


@font-face {
	font-family: 'vita';
	src:
	  url('webfonts/vita.ttf?hnn14k') format('truetype'),
	  url('webfonts/vita.woff?hnn14k') format('woff'),
	  url('webfonts/vita.svg?hnn14k#vita') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }

  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'vita' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }



  .icon-chevron-thin-up:before {
    content: "\e902";
  }
  .icon-chevron-thin-right:before {
    content: "\e903";
  }
  .icon-chevron-thin-left:before {
    content: "\e904";
  }
  .icon-chevron-thin-down:before {
    content: "\e905";
  }
  .icon-envelope-o:before {
    content: "\f003";
  }
  .icon-user:before {
    content: "\f007";
  }
  .icon-signal:before {
    content: "\f012";
  }
  .icon-refresh:before {
    content: "\f021";
  }
  .icon-eye:before {
    content: "\f06e";
  }
  .icon-bar-chart:before {
    content: "\f080";
  }
  .icon-bar-chart-o:before {
    content: "\f080";
  }
  .icon-heart-o:before {
    content: "\f08a";
  }
  .icon-phone:before {
    content: "\f095";
  }
  .icon-tasks:before {
    content: "\f0ae";
  }
  .icon-group:before {
    content: "\f0c0";
  }
  .icon-users:before {
    content: "\f0c0";
  }
  .icon-copy:before {
    content: "\f0c5";
  }
  .icon-files-o:before {
    content: "\f0c5";
  }
  .icon-linkedin:before {
    content: "\f0e1";
  }
  .icon-comments-o:before {
    content: "\f0e6";
  }
  .icon-file-text-o:before {
    content: "\f0f6";
  }
  .icon-flag-o:before {
    content: "\f11d";
  }
  .icon-location-arrow:before {
    content: "\f124";
  }
  .icon-puzzle-piece:before {
    content: "\f12e";
  }
  .icon-calendar-o:before {
    content: "\f133";
  }
  .icon-rocket:before {
    content: "\f135";
  }
  .icon-xing:before {
    content: "\f168";
  }
  .icon-user-circle-o:before {
    content: "\f2be";
  }
  .icon-gps_fixed:before {
    content: "\e901";
  }
  .icon-check1:before {
    content: "\e900";
  }
