/**SFB **/
/**
Color SFB Header h1, h3: #FBBA00 (gelb)   dukleres blau 2A64A6
Color SFB Menu Background: #5bace4
Color SFB Menu Font: White

Color AMO Header gelb h1, h3: #4bb2fb
Color AMO Menu Background: #4bb2fb
Color AMO Menu Font Gray: #282A29
Color AMO Kasten-Grau: #707070
Amo-H1: Sehr groß, orange
Amo-H2: Klein und dick, orange
Amo-H3: mittelgroß, orange


Amo-H5: Sehr groß, orange
Amo-H6: Klein und dick, orange
Amo-H7: mittelgroß, orange


Aufzählung \003E   (mit Klasse fx-enum)

Slider-Size:       2560px x 1070px
Geschichte-Bilder: 1920px x 500px

Handy-Modus ab Breite 767px;


*/
/*img[src$= "uk.png"]{
  display: none;
}*/
/*img[src$= "pl.png"]{
  display: none;
}*/

#top-a, #top-a>.uk-container  {
  width: 100% !important;
  max-width: 100%;
}

/*Misc*/
html {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1000px) {
  html {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 22px;
  }
}

a {
  color: white;
}
a:hover {
  color: #4bb2fb;
}

.uk-button:hover, .uk-button:focus {
    background-color: #4BB2FB;
    color: #ffffff;
    font-weight: bolder;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
  background-color: #4bb2fb; 
}

.mwd {
  font-size: 60%;
  text-transform: lowercase;
}

/*@media (min-width: 1400px){*/
.uk-container {
  /* max-width : 1180    px;   */
  max-width: 1080px;
}

/**Lightbox */
.uk-close {
  color: black!important;
}
.uk-close-alt:hover:after {
  color: black;
}

/**Misc Arrow*/
.arrow_box_buttom {
  position: relative;
  background: #4bb2fb;
}

.arrow_box_buttom:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(251, 186, 0, 0);
  border-top-color: #4bb2fb;
  border-width: 20px;
  margin-left: -20px;
}

.arrow_box {
  position: relative;
  background: #4bb2fb;
}
@media (min-width: 768px) {
  .arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(251, 186, 0, 0);
    border-left-color: #4bb2fb;
    border-width: 20px;
    margin-top: -20px;
  }
}
.arrow_box-inner-left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.arrow_box-inner-right {
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 729px) {
  .arrow_box-inner-right{
    padding-left: 10px;  
    padding-right: 10px;
  }
}

.arrow_box-left {
  min-height: 200px;
  background-color: #4bb2fb;
  color: white;
}

.arrow_box-right {
  min-height: 200px;
  color: white;
  background-color: #707070;
}

.arrow_box-right p {
  display: block;
}

/** Misc Wordpress*/
.post-edit-link {
  color: white;
}

body {
  overflow-x: unset;
}

/** Start **/
.fx-widget-start-welcome {
  color: white;
}


/** Stellen button mit verlauf */
/*bb9e4d*/
.fx-button {
  display: inline;  
  font-size: 20px;
  color: white!important;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-shadow: 4px 0px 5px -1px #00000060, inset 6px 0px 5px -1px #ffffff;
	-webkit-box-shadow: 4px 0px 5px -1px #00000060, inset 6px 0px 5px -1px #ffffff;
  /*Shadow right, left, top, bottom */
  /*Shadow values: /* offset-x | offset-y | blur-radius | color */
	box-shadow: 4px 0px 5px -1px #00000060, inset 6px 0px 10px -1px #fff, 0px 3px 5px -1px #00000060, 0px -3px 5px -1px #00000060;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4bb2fb), color-stop(1, #227dbc) );  
	background:-moz-linear-gradient( center top, #4bb2fb 5%, #227dbc, 100% );     
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4bb2fb', endColorstr='#227dbc');
	background-color:#4bb2fb;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
text-indent:0;
	border:1px solid #4bb2fb;
	display:inline-block;
	color:#ffffff;	
	font-weight:bold;
	font-style:normal;
height:50px;
	line-height:50px;
	text-decoration:none;
	text-align:center;  
}

.fx-button:hover {
/*	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #93cffa), color-stop(1, #5cafea) );
	background:-moz-linear-gradient( center top, #93cffa 5%, #5cafea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93cffa', endColorstr='#5cafea');
	background-color:#93cffa;*/
}

.fx-button:active {
	position:relative;
	top:1px;
}


/**/
/*Slider */
.nextend-arrow img {
  background-color: rgb(134, 134, 134, 0.5)!important;
}

.slider-font-yellow {
  color: #4bb2fb;
}

.start-slider-text {
  font-family: "Neo Sans Pro Light";
  padding-left: 60px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .start-slider-text {    
    display: none;    
  }
}

#top-a p,
#top-b p,
#top-c p,
#top-d p,
#bottom-a p,
#bottom-b p,
#bottom-c p,
#bottom-d p,
#main-content p {
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
  font-family: "Neo Sans Pro Light";
  letter-spacing: 0.005px;
  /*line-height: 24px;*/
}
#top-a h1,
#top-b h1,
#top-c h1,
#top-d h1,
#bottom-a h1,
#bottom-b h1,
#bottom-c h1,
#bottom-d h1,
#main-content h1,
#top-a h5,
#top-b h5,
#top-c h5,
#top-d h5,
#bottom-a h5,
#bottom-b h5,
#bottom-c h5,
#bottom-d h5,
#main-content h5 {
  font-family: "Neo Sans Pro Light";
  font-size: 42px;  
  display: block;
  /* margin: 0;
  padding: 0; */
}
#top-a h1,
#top-b h1,
#top-c h1,
#top-d h1,
#bottom-a h1,
#bottom-b h1,
#bottom-c h1,
#bottom-d h1,
#main-content h1 {
  color: #4bb2fb;
}
#top-a h5,
#top-b h5,
#top-c h5,
#top-d h5,
#bottom-a h5,
#bottom-b h5,
#bottom-c h5,
#bottom-d h5,
#main-content h5 {
  color: white;
}

#top-a h2,
#top-b h2,
#top-c h2,
#top-d h2,
#bottom-a h2,
#bottom-b h2,
#bottom-c h2,
#bottom-d h2,
#main-content h2,
#top-a h6,
#top-b h6,
#top-c h6,
#top-d h6,
#bottom-a h6,
#bottom-b h6,
#bottom-c h6,
#bottom-d h6,
#main-content h6 {
  font-family: "Neo Sans Pro Regular";
  font-size: 20px;
  font-weight: bold;
  display: block;
  /* margin: 0;
  padding: 0; */
}
#top-a h2,
#top-b h2,
#top-c h2,
#top-d h2,
#bottom-a h2,
#bottom-b h2,
#bottom-c h2,
#bottom-d h2,
#main-content h2 {
  color: #4bb2fb;
}
#top-a h6,
#top-b h6,
#top-c h6,
#top-d h6,
#bottom-a h6,
#bottom-b h6,
#bottom-c h6,
#bottom-d h6,
#main-content h6 {
  color: white;
}

#top-a h3,
#top-b h3,
#top-c h3,
#top-d h3,
#bottom-a h3,
#bottom-b h3,
#bottom-c h3,
#bottom-d h3,
#main-content h3,
#top-a h7,
#top-b h7,
#top-c h7,
#top-d h7,
#bottom-a h7,
#bottom-b h7,
#bottom-c h7,
#bottom-d h7,
#main-content h7 {
  color: #4bb2fb;
  font-family: "Neo Sans Pro Light";
  font-size: 32px;
  display: block;
  /* margin: 0;
  padding: 0; */
}

#top-a h3,
#top-b h3,
#top-c h3,
#top-d h3,
#bottom-a h3,
#bottom-b h3,
#bottom-c h3,
#bottom-d h3,
#main-content h3 {
  color: #4bb2fb;
}

#top-a h7,
#top-b h7,
#top-c h7,
#top-d h7,
#bottom-a h7,
#bottom-b h7,
#bottom-c h7,
#bottom-d h7,
#main-content h7 {
  color: white;
}

#top-a h4,
#top-b h4,
#top-c h4,
#top-d h4,
#bottom-a h4,
#bottom-b h4,
#bottom-c h4,
#bottom-d h4,
#main-content h4,
#top-a h8,
#top-b h8,
#top-c h8,
#top-d h8,
#bottom-a h8,
#bottom-b h8,
#bottom-c h8,
#bottom-d h8,
#main-content h8 {
  color: #4bb2fb;
  font-family: "Neo Sans Pro Light";
  font-size: 18px;
  display: block;
  /* margin: 0;
  padding: 0; */
}

#top-a h4,
#top-b h4,
#top-c h4,
#top-d h4,
#bottom-a h4,
#bottom-b h4,
#bottom-c h4,
#bottom-d h4,
#main-content h4 {
  color: #4bb2fb;
}

#top-a h8,
#top-b h8,
#top-c h8,
#top-d h8,
#bottom-a h8,
#bottom-b h8,
#bottom-c h8,
#bottom-d h8,
#main-content h8 {
  color: white;
}

ul, ol {
  padding-left: 0;
}

ul.fx-enum {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.fx-enum > li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.fx-enum > li:before {
  content: "\003E";
  padding-right: 7px;
  color: #fff;
  font-weight: bold;
}
ul.fx-enum.blue > li:before {
  content: "\003E";
  padding-right: 7px;
  color: #5bace4;
  font-weight: bold;
}

/**Login bar */
.fx-headerbar-outer {
  position: relative;
}

.menu-login-container {
  text-align: right;
}
.fx-headerbar-login {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.fx-headerbar-login li {
  list-style: none;
}
.fx-headerbar-login li a:hover {
  color: white!important;
}

ul#menu-login {
  margin-bottom: 5px;
}

.toolbar-outer {
  top: 70px;
  background-color: transparent;
  position: absolute;
  z-index: 4;
}

/** Language bar*/
.fx-headerbar-login .flags-styled {
  float: right;
}
.fx-headerbar-login .flags-styled .flag  {
  margin-left: 10px;
}

/*Flip Image Animation*/
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 108px;
  height: 80px;
}

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.front {
  z-index: 2;  
  transform: rotateY(0deg);
}
.back {
  transform: rotateY(180deg);
}

/*Menue*/
#top-a .uk-container {
  padding-top: 0;
  padding-bottom: 0;
}

#menu-outer {
  position: absolute;
}

body > div.uk-sticky-placeholder {
  left: 0;
  right: unset;
  top: 0;
}

@media (min-width: 768px) {
  body > div.uk-sticky-placeholder {
    left: unset;
    right: 0;
    top: unset;
  }
  #menu-outer {
    right: 0;
  }
}

.menu-style>ul>li:nth-child(1) a {
  padding-left: 20px;
  padding-right: 20px;  
}
.menu-style>ul>li:nth-child(1) a::before {  
  font-family: FontAwesome;
   content: "\f015  ";  
}

.tm-navbar .uk-container {
  padding-left: 0;   
}
/*Rechtes Menü geht auf Desktop sonst nach rechts auf*/
@media (max-width: 768px) {
  .tm-navbar .uk-container {
    padding-right: 0;
  }
}

.uk-navbar {
  background-color: #4bb2fb;
}

.uk-navbar-nav > li {
  margin-right: 0px;
}
.uk-navbar-nav > li > a {
  font-size: 16px;
  color: white;
}
.uk-navbar-nav > li > a:focus {
    color: black;
}

@media (min-width: 1400px){
  .uk-navbar-nav > li > a {
  font-size: 18px;
  }
}

.uk-navbar-nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
}

.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(255, 255, 255, 0.5);
}

/*Untermenü*/
.menu-style .uk-dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.uk-dropdown-grid .uk-nav-navbar > li > a:hover .uk-dropdown-grid .uk-nav-navbar > li > a:focus {
  background-color: #4bb2fb;
}
.uk-dropdown-grid .uk-nav-navbar li > a:hover {
  background-color: #4bb2fb;
  opacity: 0.8;
  color: black;
}

.uk-dropdown-grid .uk-navbar-nav > li > a {
  color: #282a29;
  font-size: 20px;
  text-transform: none;
  display: inline-block;
}

.uk-dropdown-grid .uk-navbar-nav > li > a:active {
  color: black;
}

.uk-navbar-nav .uk-dropdown {
  background-color: rgba(255, 255, 255, 0.8);
}
/*.uk-dropdown-grid .uk-navbar-nav .uk-dropdown {
  background-color: rgba(0, 255, 255, 0.8);
}*/

.uk-dropdown, .uk-dropdown-blank {
  min-width: 120px;
}

.uk-dropdown-grid .uk-nav-dropdown > li > a,
.uk-nav-navbar ul a,
.uk-nav-navbar .uk-nav-header,
.uk-nav-navbar > li > a {
  color: black;
  font-size: 18px;
}

ul.uk-nav-sub > li > a {
  font-size: 16px;    
}

/*.uk-navbar-nav li:not(:last-child):after {
  content: "|";
  color:#fff;
  display: inline-block;
}*/

/** Header-Bar mit Logo */
.headerbar {
  height: 170px;
  position: relative;
}

.fx-blur { 
  cursor: pointer; 
  height: 80px;      
  border: 1px solid #4bb2fb;    
  background: rgb(0,0,0);  
}
.fx-blur-inner {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

/**/


.fx-gridelement {  
 margin: 5px;
 padding: 20px;
 border-radius: 5px;
 line-height: 1;
 background-color: rgba(255, 255, 255, 0.2);
}
.fx-gridelement h2 {
  margin: 0;
}

/**/

.headerbar .fx-logo-container {
  margin-left: 50px; /*fxsfb*/
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 100px;
  position: absolute;
  top: 60%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60%;/*  fxsfb*/
}

.headerbar .fx-logo-container img {
  height: 60%;
}

@media (max-width: 768px) {
  .headerbar .fx-logo-container {
    height: 50%;
  }
  .headerbar .fx-logo-container img {
  height: 50%;
  }
}

.fx-headerbar-spacer {
  height: 5px;
  background: linear-gradient(to right, #757575, #c2c2c2 75%, #6c6b69);
}

.fx-slider-spacer {
  height: 70px;
  background: linear-gradient(to right, #757575, #c2c2c2 75%, #6c6b69);
  position: relative;
  box-shadow: 1px 14px 20px 4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 14px 20px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 14px 20px 4px rgba(0, 0, 0, 0.75);
}
@media (max-width: 729px) {
  .fx-slider-spacer {
    height: 20px;
  }
}

.fx-slider-spacer2 {
  height: 3px;
  background: white;
  position: relative;
}

/** Group bar mit Sfb-Gruppenbutton */
.fx-group-bar-wrapper {
  float: right;  
  background-color: #1c1c1c;
  position: absolute;
  margin-top: -40px;
  right: 0;
  height: 80px;
  overflow: hidden;  
}

.fx-group-bar-wrapper-inner {
   width: 60%;
   margin: 0 auto;
}

.fx-group-bar {
  background-color: black;
}

.fx-group-bar-wrapper img {
  height: 100%;
}

.fx-group-img-container {
  height: 100%;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
}

.fx-group-img-bundler {
  position: relative;
  display: inline;
  height: 100%;
}

.fx-group-img-group {
  height: 100%;
  float: right;
  padding-left: 20px;
}

.fx-group-img {
   cursor:pointer;
}

@media (max-width: 729px) {
  .fx-group-bar {    
    display: inline-block; 
    width: 100%;    
  }
  .fx-group-bar-wrapper {
    float: none;
    position: relative;    
    margin-top: 0px;
    padding-top: 20px;
    background-color: transparent;
    height: auto;    
  }
  
  .fx-group-img-bundler {
    display: table;
    margin-left: auto;
    margin-right: auto;
    height: 80px;    
  }
  
  .fx-group-img-container{
    display: inline-block;
    height: 80px;
    float: none;
  }
  
  .fx-group-img-group {    
    width: 100%;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    height: 80px;
    float: none;
    margin-top: -20px;
  }
  .fx-group-img-group img {
    margin-left: auto;
    margin-right: auto;
    display:block;
    transform: scale(0.8);
  }
}



/** Mobile-menu */
/*#offcanvas {
  background-color: transparent;
}

#offcanvas .uk-offcanvas-bar {
  background-color: white!important;
}

#offcanvas .uk-offcanvas-bar ul {
  background-color: white!important;
}

#offcanvas .uk-offcanvas-bar li li.uk-active a {
  color: black;
  font-weight: bold;
} 

#offcanvas .uk-offcanvas-bar li {
  background-color: white;
}

#offcanvas .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background-color: #4bb2fb;
}*/


.uk-offcanvas-bar{ 
   background: #1a1a1a!important; 
   /*background: #F7F7F7 */
}

.uk-nav-offcanvas>li>a {
  color: #fff;
}

.uk-nav-offcanvas > li > a:hover,
.uk-nav-offcanvas > li > a:focus {
  background: #111 !important;
  color: #ffffff !important;;
  /* 2 */
  outline: none !important;;
}

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: white;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  color: white!important;
  background-color: #4bb2fb!important;
  
}  


/* ----------------- */
/* Content - Bereich */
.page #main-content h1.uk-article-title {
  display: none;
}

/**General Position configuration*/

#main-content.main-outer {
  background: radial-gradient(circle closest-corner at center -75px, #444, #111 100%) no-repeat !important;
}

.tm-content {
  background-color: transparent;
}

/** Top-B*/
#top-b,
#bottom-a,
#bottom-b,
#bottom-d {
  background: radial-gradient(circle closest-corner at center -75px, #444, #111 100%) no-repeat;
}

#top-c {
  background: #111111;
background: -webkit-linear-gradient(top, #111111, #444444);
background: -moz-linear-gradient(top, #111111, #444444);
background: linear-gradient(to bottom, #111111, #444444);
    
}


.uk-width-medium-1-1 {
  width: 100%!important;
}

/** Foot **/
.top-scroller {
  background-color: #5babe6;
}

/* footer */
.footer-outer {
  min-height: 250px;
  background: radial-gradient(circle closest-corner at center -75px, #444, #111 100%) no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

#fx-footer-outer a.colored {
  color: #4bb2fb;
}
#fx-footer-outer a {
  padding-left: 3px;
  padding-right: 3px;
}

.fx-footer-section {
  font-size: 16px;
  text-align: center;
  color: white;
  padding-top: 10px;
}

.fx-footer-inner {
  width: 250px;
  margin: 0 auto;
}

.footer-image {
  max-width: 75px;
  display: inline-block;
  padding: 10px;
}

/*Senkrechter Strich im Footer*/
#fx-footer-outer .fx-spacer {
  color: #4bb2fb;
  padding-left: 3px;
  padding-right: 3px;
}


#fx-footer-outer .fx-spacer:after {
  content: '|'; } 

#fx-footer-outer span {
  margin-left: 4px;
}

@media (max-width: 729px) {
  #fx-footer-outer span {
    display: block;
  }
  #fx-footer-outer .fx-spacer:after {
  content: ''; } 
}

/*Topscroller*/
.top-scroller {
  background-color: #4bb2fb;
}

.team-outer {
  margin-top: 50px;
}
/*Bewerbungen, next prev middle link*/
.fx-button-blue {
  background: #4BB2FB;
  color: #fff !important;
  padding-left: 30px!important;
  padding-right: 30px!important;
  margin-right: 5px;
  margin-top: 5px;
  min-width: 200px;
}

.fx-button-blue a {
  color: white!important;
}

.fx-button-gray {
   background: #969593;
   cursor: not-allowed!important;
}

.fx-button-blue:hover, .fx-button-blue a:hover {
  color: white;
} 

/*.prev-next-btn {
  background: #4BB2FB;
  color: #fff !important;
  padding-left: 30px!important;
  padding-right: 30px!important;
  margin-left: 5px;
  margin-top: 5px;
  min-width: 200px;
}*/ 

/** Leistungen next previouse */

/**Next link*/
/*.fx-next-link {
  background-color: #5bace4;
  min-width:200px;
  float: right;
}*/
/*.fx-next-link>a:hover {
  color: white;
}*/
/*.fx-next-link:after {
  content: "\0020\003E";
  padding-right: 7px;
  color: #fff;
  font-weight: bold;
}*/
/**Previouse link*/
/*.fx-prev-link {
  background-color: #5bace4;
  min-width:200px;
  float: left;
}
.fx-prev-link>a:hover {
  color: white;
}
.fx-prev-link:before {
  content: "\003C";
  padding-right: 7px;
  color: #fff;
  font-weight: bold;
}*/
/*Middle Link*/
/*.fx-middle-link {
  background-color: #5bace4;  
}
.fx-middle-link>a:hover {
  color: white;
}*/


/*.fx-button-colored {
   background-color: #5bace4;   
   margin-top: 5px;
}
.fx-button-colored>a {
  color: white!important;
}

.leistungen-content-pic {
  margin-bottom: 30px;
  
}*/

/*Ausbildungs-Beschreibungsseiten*/
.ausbildung-voraussetzung-outer {
    margin-top: 30px;
}

.pag-azubi {
  display: block;
  margin-top: 40px;  
}
.pag-azubi .uk-button {
  min-width: 250px;
}

.uppercase {
  text-transform: uppercase;
}
.text-colored {
  color: #4bb2fb!important;
}