/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* Balbooa Forms */
.ba-form-footer {
  display: none;
}

/* Countdown */
.countdown-canvas {
  position: absolute;
  width: 100%;
  top: 65%;
  left: 12%;
}

.countdown {
  font-family: Arial, 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}

.countdown>div {
  display: inline-block;
}

.countdown>div>span {
  display: block;
  text-align: center;
}

.countdown-container {
  margin: 0 3px;
}

.countdown-container .countdown-heading {
  font-size: 11px;
  margin: 3px;
  color: #666
}

.countdown-container .countdown-value {
  font-size: 50px;
  font-weight: 600;
  background: #0076bd;
  padding: 20px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

/* General */
a, a>* {
  -webkit-transition: background-color .25s ease 0s, border .25s ease 0s, color .25s ease 0s, opacity .25s ease-in-out 0s;
  -moz-transition: background-color .25s ease 0s, border .25s ease 0s, color .25s ease 0s, opacity .25s ease-in-out 0s;
  -ms-transition: background-color .25s ease 0s, border .25s ease 0s, color .25s ease 0s, opacity .25s ease-in-out 0s;
  -o-transition: background-color .25s ease 0s, border .25s ease 0s, color .25s ease 0s, opacity .25s ease-in-out 0s;
  transition: background-color .25s ease 0s, border .25s ease 0s, color .25s ease 0s, opacity .25s ease-in-out 0s;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.arrow:before {
  content: "→ ";
  color: #3d464d;
}

.border {
  padding: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
}

.uk-article-title {
  color: #0076bd;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 14px;
  text-transform: none;
}

.chrono_credits {
  display: none;
}

/* SIDEBAR NAV */
.uk-nav-side {
  border-left: 1px solid #ddd;
  padding: 14px 0 10px;
}

.uk-nav-side>li>a {
  margin-left: -1px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-size: 11.5px;
  font-weight: 400;
  color: #777;
  border-radius: 0 1px 1px 0;
  padding: 4px 10px 4px 30px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.uk-nav-side>li.uk-active>a {
  background: none repeat scroll 0 0 #0076bd;
  border-color: transparent;
  color: #fff;
}

/* ------Schulungsplan Navi Markup--------- */
.uk-nav-navbar .schulungsplan {
  font-weight: 600;
  padding: 10px 22px !important;
  color: #0076bd;
}

.uk-nav-side .schulungsplan {
  border-top: 1px solid #ddd !important;
  margin-top: 15px !important;
  padding-top: 17px;
  font-weight: 600;
  color: #0076bd;
}

.uk-nav-side .schulungsplan:hover {
  background: none !important;
}

.uk-nav-side .uk-active .schulungsplan {
  background: none;
  color: #0076bd;
}

/* LAYOUT MODS */
html {
  /*	background-color: #fbfbfb; */
  background-color: #fcfcfc;
  color: #3d464d;
}

body {
  background-color: #fcfcfc;
}

p {}

.no-hyphens, .uk-nav-side {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

h1 {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.fullwidth-top {
  background: none repeat scroll 0 0 #fff;
  border-top: 8px solid #0076bd;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 40px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.fullwidth-bottom {
  border-top: 1px solid #ddd;
  margin-top: 100px;
}

.uk-nav-parent-icon-left>.uk-parent>a:before {
  content: "\f105";
  color: #222;
  float: left;
  font-family: "FontAwesome";
  margin-right: -2px;
  padding-right: 10px;
  text-align: center;
  width: 10px;
}

.uk-nav-parent-icon-left>.uk-parent.uk-open>a:before {
  content: "\f107";
}

.bandorski a:hover {
  text-decoration: none;
}

.bandorski a img {
  opacity: 0.7;
}

.bandorski a:hover img {
  opacity: 1;
  margin-left: -10px;
  transition: all 0.25s ease-in-out 0s;
}

/* NAVI */
.uk-navbar {
  background-color: transparent;
}

/* Spacer for Fixed Navi */
.top-spacer {
  padding-top: 130px;
}

.tm-headerbar {
  float: left;
  margin-bottom: 0;
  margin-top: 12px;
  padding-right: 40px;
}

.tm-navbar {
  float: right;
  margin-bottom: 22px;
  margin-top: 26px;
  padding-top: 0;
}

/*.tm-headerbar {
	float: right;
	margin-bottom: 5px;
	margin-top: 40px;
}
*/
.uk-navbar-nav ul {
  background: #0076bd;
}

ul.uk-navbar-nav li:first-child {
  display: none;
}

.uk-navbar-nav>li>a {
  border-bottom: 3px solid transparent;
  color: #555;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  height: 25px;
  line-height: 24px;
  margin: 0 1px -2px 0;
  padding-bottom: 23px;
  text-transform: uppercase;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a {
  color: #000;
  background: #f0f0f0;
  border-color-bottom: transparent;
}

.uk-navbar-nav>li.uk-active>a {
  background: none repeat scroll 0 0 #0076bd;
  border-color-bottom: transparent;
  color: #fff;
  border-radius: 1px;
}

.uk-navbar-content:before {
  display: none;
}

.uk-dropdown-navbar {
  box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
  background: none repeat scroll 0 0 #fff;
  border-radius: 0;
  font-family: "Open Sans";
  padding: 0 15px;
}

.uk-dropdown {
  background: none repeat scroll 0 0 #fff;
  margin-left: 0;
  margin-top: 23px;
}

.uk-nav-navbar>li>a {
  font-size: 12px;
  color: #555;
  margin: 0;
  padding: 4px 22px;
  text-transform: uppercase;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #efefef;
  background: #fff;
}

.uk-nav-navbar .uk-active>a {
  background-color: #fff;
}

.uk-nav-navbar>li>a:hover, .uk-nav-navbar>li>a:focus {
  background: #f0f0f0;
  color: #000;
  border-top-color: #f0f0f0;
  border-bottom-color: #f0f0f0;
}

.uk-navbar-center {
  padding-top: 2px;
}

/* BOXES */
.uk-panel-box {
  background: none repeat scroll 0 0 transparent;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.uk-panel-box-primary {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
}

.uk-panel-box-primary .uk-panel-title {
  background: none repeat scroll 0 0 #0076bd;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 14px;
  margin: -20px -20px -5px;
  padding: 10px 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.kontaktbox, .seminarbox {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-top: 0 !important;
  padding: 16px 30px;
  font-size: 14px;
}

.kontaktbox .uk-panel-title {
  color: #0076bd;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
  text-transform: none;
}

/* BLOCKQUOTE */
blockquote:before {
  margin-left: -35px;
  margin-right: 5px;
  vertical-align: top;
}

blockquote {
  border-left: none;
  box-sizing: border-box;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  margin-left: 0 !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
  width: 100%;
  background: none;
  text-shadow: none;
  font: inherit;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

blockquote p {
  margin-bottom: 15px;
  display: inline-block;
}

/* Team */
.team li div {
  padding: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* SCHULUNG */
.schulungsheader {
  font-size: 14px;
  margin: 0 0 30px;
  padding: 0 20px 10px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.schulungsheader h5 {
  background: #0076bd none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: -1px -21px 10px;
  padding: 8px 20px;
  text-transform: uppercase;
}

.schulungsheader h5 a {
  color: #fff;
}

.schulungsheader h5 a:hover {
  text-decoration: underline;
}

.schulungsheader hr {
  margin: 10px -20px;
}

.schulung .uk-panel-box-primary {
  margin-bottom: 20px;
}

.schulung .uk-panel-box-primary .uk-panel-title {
  padding: 0 20px;
  margin-bottom: 16px;
}

.alle-schulungen {
  margin-top: -20px;
}

/* ACCORDION */
.accordion {
  list-style: outside none none;
  padding-left: 0;
}

.accordion ul {
  padding: 10px 30px 0 19px;
}

.accordion li {
  list-style: outside none none;
  padding-bottom: 10px;
  padding-left: 0;
}

.accordion li ul li ul li {
  list-style: outside none disc;
}

/* MODAL */
.uk-modal-header {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0;
  margin: -20px -20px 25px -20px !important;
  padding: 20px;
}

.uk-modal-header h1 {
  color: #0076bd;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: none;
}

/* FOOTER */
.tm-footer {
  border-top: 0px solid #ddd;
  font-family: 'Open Sans';
  font-size: 11px;
  color: #999;
  text-align: left;
  line-height: 16px;
  margin-top: 15px;
}

.tm-footer a {
  color: #999;
  text-decoration: none;
}

.tm-footer a:hover {
  color: #0076bd;
  text-decoration: none;
}

.imprint {
  text-align: right;
}

/* SEARCH */
.search {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-top: 0 !important;
  padding: 16px 0;
}

.uk-search {
  box-sizing: border-box;
  margin-left: 20px;
  width: 93%;
}

.uk-search:before {
  line-height: 35px;
  font-size: 13px;
}

input.uk-search-field {
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}

input.uk-search-field:focus {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.uk-search-field:focus, .uk-search.uk-active .uk-search-field {
  width: 200px;
}

.uk-dropdown.uk-dropdown-flip.uk-dropdown-search {
  left: 0;
  right: auto;
}

/* TABS */
.uk-tab-grid:before {
  border-top: 1px solid #bbb;
}

.uk-tab>li:nth-child(n+2)>a {
  margin-left: -1px;
}

.uk-tab>li>a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: #ddd;
  -moz-border-top-colors: #ddd;
  border-color: transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0;
  color: #aaa;
  display: block;
  padding: 6px 18px;
  text-decoration: none;
  font-size: 13px;
}

.uk-tab>li:first-child>a {
  border-left-color: #ddd;
  border-radius: 5px 0 0 0;
}

.uk-tab>li:nth-last-child(2)>a {
  border-radius: 0 5px 0 0;
}

.uk-tab>li>a:hover, .uk-tab>li>a:focus, .uk-tab>li.uk-open>a {
  border-color: #0076bd;
  color: #fff;
  background-color: #0076bd;
}

.uk-tab>li:not(.uk-active)>a:hover, .uk-tab>li:not(.uk-active)>a:focus, .uk-tab>li.uk-open:not(.uk-active)>a {
  margin-bottom: 1px;
  padding-bottom: 5px;
}

.uk-tab>li.uk-active>a {
  background: none repeat scroll 0 0 #ffffff;
  border-color: #dddddd #dddddd transparent;
  border-left: 1px solid #bbb;
  -moz-border-right-colors: #bbb;
  -moz-border-top-colors: #bbb;
  color: #0076bd;
}

.uk-tab-responsive.uk-active>a {
  border-radius: 5px 5px 0 0;
}

/* SWITCHER */
.uk-switcher {
  margin-left: 4px;
  margin-right: 0px;
}

.uk-switcher>*:not(.uk-active) {
  display: block;
}

.textbutton a {
  color: #ccc;
}

.textbutton.uk-active a, .textbutton a:hover {
  color: #222;
}

/* BUTTONS */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.uk-button {
  border-radius: 2px;
  margin: 3px 0;
}

/*.uk-button {
	-webkit-appearance:none;
	margin:0;
	border:none;
	overflow:visible;
	font:inherit;
	color:#666;
	text-transform:none;
	display:inline-block;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 12px;
	background:#f7f7f7;
	vertical-align:middle;
	line-height:28px;
	min-height:30px;
	font-size:1rem;
	text-decoration:none;
	text-align:center;
	border:1px solid rgba(0,0,0,.2);
	border-bottom-color:rgba(0,0,0,.3);
	background-origin:border-box;
	background-image:-webkit-linear-gradient(top, #fff, #eee);
	background-image:linear-gradient(to bottom, #fff, #eee);
	border-radius:4px;
	text-shadow:0 1px 0 #fff
} */
.uk-button:not(:disabled) {
  cursor: pointer
}

.uk-button:focus, .uk-button:hover {
  background-color: #00a8e6;
  color: #fff;
  outline: 0;
  text-decoration: none;
  background-image: none
}

.uk-button.uk-active, .uk-button:active {
  background-color: #0076bd;
  color: #fff;
  border-color: rgba(0, 0, 0, .3) rgba(0, 0, 0, .2) rgba(0, 0, 0, .2);
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1)
}

.uk-button-primary {
  background-color: #0076bd !important;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 12px;
}

.uk-button-primary:focus, .uk-button-primary:hover {
  background-color: #ddd !important;
  color: #000;
}

.uk-button-primary.uk-active, .uk-button-primary:active {
  background-color: #008abf;
  color: #fff;
  background-image: none;
  border-color: rgba(0, 0, 0, .4) rgba(0, 0, 0, .2) rgba(0, 0, 0, .2);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2)
}

.uk-button-success {
  background-color: #82bb42;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
  background-image: linear-gradient(to bottom, #9fd256, #6fac34);
  border-color: rgba(0, 0, 0, .2) rgba(0, 0, 0, .2) rgba(0, 0, 0, .4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.uk-button-success:focus, .uk-button-success:hover {
  background-color: #8fce48;
  color: #fff;
  background-image: none
}

.uk-button-success.uk-active, .uk-button-success:active {
  background-color: #76b430;
  color: #fff;
  background-image: none;
  border-color: rgba(0, 0, 0, .4) rgba(0, 0, 0, .2) rgba(0, 0, 0, .2);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2)
}

.uk-button-danger {
  background-color: #d32c46;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
  background-image: linear-gradient(to bottom, #ee465a, #c11a39);
  border-color: rgba(0, 0, 0, .2) rgba(0, 0, 0, .2) rgba(0, 0, 0, .4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.uk-button-danger:focus, .uk-button-danger:hover {
  background-color: #e33551;
  color: #fff;
  background-image: none
}

.uk-button-danger.uk-active, .uk-button-danger:active {
  background-color: #c91c37;
  color: #fff;
  background-image: none;
  border-color: rgba(0, 0, 0, .4) rgba(0, 0, 0, .2) rgba(0, 0, 0, .2);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2)
}

.uk-button:disabled {
  background-color: #fafafa;
  color: #999;
  border-color: rgba(0, 0, 0, .2);
  background-image: none;
  box-shadow: none;
  text-shadow: 0 1px 0 #fff
}

.uk-button-link, .uk-button-link.uk-active, .uk-button-link:active, .uk-button-link:disabled, .uk-button-link:focus, .uk-button-link:hover {
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  text-shadow: none
}

.uk-button-link {
  color: #1d8acb
}

.uk-button-link.uk-active, .uk-button-link:active, .uk-button-link:focus, .uk-button-link:hover {
  color: #0b5f90;
  text-decoration: underline
}

.uk-button-link:disabled {
  color: #999
}

.uk-button-link:focus {
  outline: dotted 1px
}

.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 18px;
  font-size: 11px
}

.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 23px;
  font-size: 12px
}

.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 5px
}

.uk-button-group {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.uk-button-group>* {
  display: inline-block
}

.uk-button-group .uk-button {
  vertical-align: top
}

.uk-button-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.uk-button-group>.uk-button:not(:first-child):not(:last-child), .uk-button-group>div:not(:first-child):not(:last-child) .uk-button {
  border-radius: 0
}

.uk-button-group>.uk-button:first-child, .uk-button-group>div:first-child .uk-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.uk-button-group>.uk-button:last-child, .uk-button-group>div:last-child .uk-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.uk-button-group>.uk-button:nth-child(n+2), .uk-button-group>div:nth-child(n+2) .uk-button {
  margin-left: -1px
}

.uk-button-group .uk-button:active {
  position: relative
}

.uk-border-circle {
  border-radius: 50%;
}

/********** FORMULAR BOOTSTRAP ************/
.gbs3 {
  display: inline-block;
}

.gbs3 .form-control {
  border-radius: 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: 32px;
  padding: 5px 9px;
  width: 100% !important;
}

.gbs3 .gcore-label-checkbox {
  font-weight: 600;
  font-size: 13px;
  margin-left: 5px !important;
}

.gcore-checkbox-item {
  padding: 5px 0 5px 0;
}

.gbs3 .form-control:focus {
  border-color: #888;
  background-color: #fff;
}

#submit.form-control {
  box-shadow: none;
  border: none;
  background-color: #eee;
  border-radius: 2px;
  transition: all 0.15s ease-in-out 0s;
  padding: 5px 15px;
}

#submit:hover.form-control {
  background-color: #fff042;
  color: #000;
}

.gbs3 .form-control[disabled], .gbs3 .form-control[readonly], .gbs3 fieldset[disabled] .form-control {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 0.5;
}

.gbs3 input[type="file"]:focus, .gbs3 input[type="checkbox"]:focus, .gbs3 input[type="radio"]:focus {
  outline: none;
}

#form-row-multi-50 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#submit.form-control {
  background-color: #0076bd;
  color: #eee;
  border: medium none;
  border-radius: 2px;
  box-shadow: none;
  padding: 5px 15px;
  transition: all 0.15s ease-in-out 0s;
}

#submit.form-control:hover {
  background-color: #0076bd;
  color: #fff;
}

/* ========================================================================
   Addon: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
.uk-slideshow {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  width: 100%;
  /* 4 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 5 */
  overflow: hidden;
  /* 6 */
  touch-action: pan-y;
}

/*
 * Sub-object slides
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
.uk-slideshow>li {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  opacity: 0;
}

/*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
.uk-slideshow>.uk-active {
  /* 1 */
  z-index: 10;
  /* 2 */
  opacity: 1;
}

/*
 * Hide default images which is only relevant to keep existing proportions
 */
.uk-slideshow>li>img {
  visibility: hidden;
}

/*
 * Pointer for controls
 */
[data-uk-slideshow-slide] {
  cursor: pointer;
}

/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen>li {
  height: 100vh;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}

/*
 * Scroll
 */
.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}

.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}

.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}

/*
 * Scale
 */
.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}

/*
 * Swipe
 */
.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Background image always covers and centers its element
 */
.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
 * Emulates image cover, works with video and image elements
 * 1. Parent container which clips resized object
 * 2. Resizes the object to always covers its container
 * 3. Reset the responsive image CSS
 * 4. Center object
 */
/* 1 */
.uk-cover {
  overflow: hidden;
}

.uk-cover-object {
  /* 2 */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /* 3 */
  max-width: none;
  /* 4 */
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
 * To center iframes use `data-uk-cover` JavaScript
 */
[data-uk-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* BREAKPOINTS */
@media (max-width: 1220px) {
  .uk-navbar-nav>li>a {
    padding: 0 12px;
  }
}

@media (max-width: 959px) {
  .uk-nav-parent-icon-left-bottomspacer>.uk-parent>a:before {
    margin-bottom: 30px !important;
  }

  .fullwidth-top {
    border-top: none;
  }

  .top-spacer {
    padding-top: 100px;
  }

  .search, .kontaktbox {
    border-color: transparent;
  }

  .seminarbox {
    border-color: transparent;
    margin-top: 42px !important;
  }

  /* Tablet Nav*/
  .tm-navbar {
    float: none;
    margin-top: 0;
    padding: 5px 0;
  }

  .uk-navbar-toggle {
    color: #bbb;
    padding-top: 12px;
  }

  .tm-headerbar.uk-clearfix.uk-hidden-small, .uk-navbar-nav.uk-hidden-small {
    display: none !important;
  }

  .uk-navbar-content.uk-navbar-center.uk-visible-small, .uk-navbar-toggle.uk-visible-small {
    display: block !important;
  }

  ul.uk-nav-sub {
    padding: 5px 0 5px 25px;
  }
}

@media (max-width: 767px) {
  .countdown-canvas {
    top: 60%;
  }

  .countdown-container .countdown-value {
    font-size: 36px;
    font-weight: 600;
    background: #0076bd;
    padding: 16px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
  }

  .kontaktbox {
    padding: 0;
    text-align: center;
  }

  .seminarbox {
    border-radius: 5px;
    border: 1px solid #0076bd;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 0 !important;
    padding: 5px;
    text-align: center;
  }

  .fullwidth-bottom {
    margin-top: 70px;
  }

  /* Mobile Nav */
  h6, .uk-h6 {
    text-align: center;
  }

  ul.uk-nav-sub {
    padding: 5px 0 5px 25px;
  }

  /* Footer */
  .imprint {
    text-align: left;
  }

  .uk-width-1-20 {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .countdown-canvas {
    top: 90%;
    left: 0;
    text-align: center !important;
  }

  .countdown-container .countdown-value {
    font-size: 24px;
    font-weight: 600;
    background: #0076bd;
    padding: 10px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
  }

  .countdown-container .countdown-heading {
    font-size: 10px;
  }

  .gbs3 .gcore-form-row {
    margin-bottom: 0px;
  }

  .gbs3 .form-control {
    margin-bottom: 5px;
  }

  .gbs3 .form-control.A, #form-row-multi-50 {
    width: 270px !important;
  }

  #fitem3 {
    width: 250px;
  }
}